From bad02d2d7decfb8f1f4ffc899c26605141d13a46 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 15 Aug 2023 18:07:55 +0000 Subject: [PATCH] Update models for release --- .changes/3.278.3 | 32 ++ CHANGELOG.md | 9 + src/PI/PIClient.php | 14 + .../chime-sdk-meetings/2021-07-15/api-2.json | 29 +- .../2021-07-15/api-2.json.php | 2 +- .../2021-07-15/endpoint-rule-set-1.json | 344 +++++++------- .../2021-07-15/endpoint-rule-set-1.json.php | 2 +- src/data/ec2/2016-11-15/docs-2.json | 16 +- src/data/ec2/2016-11-15/docs-2.json.php | 2 +- src/data/endpoints.json | 85 +++- src/data/endpoints.json.php | 2 +- src/data/glue/2017-03-31/api-2.json | 17 +- src/data/glue/2017-03-31/api-2.json.php | 2 +- src/data/glue/2017-03-31/docs-2.json | 8 + src/data/glue/2017-03-31/docs-2.json.php | 2 +- src/data/pi/2018-02-27/api-2.json | 427 +++++++++++++++++- src/data/pi/2018-02-27/api-2.json.php | 2 +- src/data/pi/2018-02-27/docs-2.json | 304 ++++++++++++- src/data/pi/2018-02-27/docs-2.json.php | 2 +- .../pi/2018-02-27/endpoint-rule-set-1.json | 344 +++++++------- .../2018-02-27/endpoint-rule-set-1.json.php | 2 +- src/data/pi/2018-02-27/endpoint-tests-1.json | 50 ++ .../pi/2018-02-27/endpoint-tests-1.json.php | 2 +- src/data/pi/2018-02-27/paginators-1.json | 5 + src/data/pi/2018-02-27/paginators-1.json.php | 2 +- src/data/route53domains/2014-05-15/api-2.json | 38 +- .../route53domains/2014-05-15/api-2.json.php | 2 +- .../route53domains/2014-05-15/docs-2.json | 25 +- .../route53domains/2014-05-15/docs-2.json.php | 2 +- .../2014-05-15/endpoint-rule-set-1.json | 344 +++++++------- .../2014-05-15/endpoint-rule-set-1.json.php | 2 +- src/data/sagemaker/2017-07-24/api-2.json | 12 +- src/data/sagemaker/2017-07-24/api-2.json.php | 2 +- src/data/sagemaker/2017-07-24/docs-2.json | 16 +- src/data/sagemaker/2017-07-24/docs-2.json.php | 2 +- 35 files changed, 1509 insertions(+), 642 deletions(-) create mode 100644 .changes/3.278.3 diff --git a/.changes/3.278.3 b/.changes/3.278.3 new file mode 100644 index 0000000000..2e38d06f01 --- /dev/null +++ b/.changes/3.278.3 @@ -0,0 +1,32 @@ +[ + { + "type": "api-change", + "category": "PI", + "description": "AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports." + }, + { + "type": "api-change", + "category": "SageMaker", + "description": "SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response" + }, + { + "type": "api-change", + "category": "EC2", + "description": "Documentation updates for Elastic Compute Cloud (EC2)." + }, + { + "type": "api-change", + "category": "ChimeSDKMeetings", + "description": "Updated API documentation to include additional exceptions." + }, + { + "type": "api-change", + "category": "Glue", + "description": "AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, \"None\" can be selected for this purpose." + }, + { + "type": "api-change", + "category": "Route53Domains", + "description": "Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information" + } +] diff --git a/CHANGELOG.md b/CHANGELOG.md index 6083f2f210..2626dfe2a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## next release + +* `Aws\PI` - AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports. +* `Aws\SageMaker` - SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response +* `Aws\EC2` - Documentation updates for Elastic Compute Cloud (EC2). +* `Aws\ChimeSDKMeetings` - Updated API documentation to include additional exceptions. +* `Aws\Glue` - AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose. +* `Aws\Route53Domains` - Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information + ## 3.278.2 - 2023-08-14 * `Aws\Omics` - This release provides support for annotation store versioning and cross account sharing for Omics Analytics diff --git a/src/PI/PIClient.php b/src/PI/PIClient.php index 9f6fe9555f..2742249dbe 100644 --- a/src/PI/PIClient.php +++ b/src/PI/PIClient.php @@ -5,10 +5,16 @@ /** * This client is used to interact with the **AWS Performance Insights** service. + * @method \Aws\Result createPerformanceAnalysisReport(array $args = []) + * @method \GuzzleHttp\Promise\Promise createPerformanceAnalysisReportAsync(array $args = []) + * @method \Aws\Result deletePerformanceAnalysisReport(array $args = []) + * @method \GuzzleHttp\Promise\Promise deletePerformanceAnalysisReportAsync(array $args = []) * @method \Aws\Result describeDimensionKeys(array $args = []) * @method \GuzzleHttp\Promise\Promise describeDimensionKeysAsync(array $args = []) * @method \Aws\Result getDimensionKeyDetails(array $args = []) * @method \GuzzleHttp\Promise\Promise getDimensionKeyDetailsAsync(array $args = []) + * @method \Aws\Result getPerformanceAnalysisReport(array $args = []) + * @method \GuzzleHttp\Promise\Promise getPerformanceAnalysisReportAsync(array $args = []) * @method \Aws\Result getResourceMetadata(array $args = []) * @method \GuzzleHttp\Promise\Promise getResourceMetadataAsync(array $args = []) * @method \Aws\Result getResourceMetrics(array $args = []) @@ -17,5 +23,13 @@ * @method \GuzzleHttp\Promise\Promise listAvailableResourceDimensionsAsync(array $args = []) * @method \Aws\Result listAvailableResourceMetrics(array $args = []) * @method \GuzzleHttp\Promise\Promise listAvailableResourceMetricsAsync(array $args = []) + * @method \Aws\Result listPerformanceAnalysisReports(array $args = []) + * @method \GuzzleHttp\Promise\Promise listPerformanceAnalysisReportsAsync(array $args = []) + * @method \Aws\Result listTagsForResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) + * @method \Aws\Result tagResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) + * @method \Aws\Result untagResource(array $args = []) + * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) */ class PIClient extends AwsClient {} diff --git a/src/data/chime-sdk-meetings/2021-07-15/api-2.json b/src/data/chime-sdk-meetings/2021-07-15/api-2.json index e003ea2c8e..0486b1a5bd 100644 --- a/src/data/chime-sdk-meetings/2021-07-15/api-2.json +++ b/src/data/chime-sdk-meetings/2021-07-15/api-2.json @@ -45,7 +45,9 @@ {"shape":"UnauthorizedException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, - {"shape":"ServiceUnavailableException"} + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceFailureException"}, + {"shape":"ThrottlingException"} ] }, "CreateAttendee":{ @@ -78,6 +80,7 @@ "output":{"shape":"CreateMeetingResponse"}, "errors":[ {"shape":"BadRequestException"}, + {"shape":"ConflictException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"ThrottlingException"}, @@ -96,6 +99,7 @@ "output":{"shape":"CreateMeetingWithAttendeesResponse"}, "errors":[ {"shape":"BadRequestException"}, + {"shape":"ConflictException"}, {"shape":"ForbiddenException"}, {"shape":"UnauthorizedException"}, {"shape":"ThrottlingException"}, @@ -205,6 +209,13 @@ "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ + {"shape":"BadRequestException"}, + {"shape":"ForbiddenException"}, + {"shape":"UnauthorizedException"}, + {"shape":"LimitExceededException"}, + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceFailureException"}, + {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ] }, @@ -258,6 +269,12 @@ "output":{"shape":"TagResourceResponse"}, "errors":[ {"shape":"BadRequestException"}, + {"shape":"ForbiddenException"}, + {"shape":"UnauthorizedException"}, + {"shape":"LimitExceededException"}, + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceFailureException"}, + {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"TooManyTagsException"} ] @@ -273,6 +290,12 @@ "output":{"shape":"UntagResourceResponse"}, "errors":[ {"shape":"BadRequestException"}, + {"shape":"ForbiddenException"}, + {"shape":"UnauthorizedException"}, + {"shape":"LimitExceededException"}, + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceFailureException"}, + {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ] }, @@ -290,7 +313,9 @@ {"shape":"UnauthorizedException"}, {"shape":"NotFoundException"}, {"shape":"ForbiddenException"}, - {"shape":"ServiceUnavailableException"} + {"shape":"ServiceUnavailableException"}, + {"shape":"ServiceFailureException"}, + {"shape":"ThrottlingException"} ] } }, diff --git a/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php b/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php index 23f554a5de..9940e368bd 100644 --- a/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php +++ b/src/data/chime-sdk-meetings/2021-07-15/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2021-07-15', 'endpointPrefix' => 'meetings-chime', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Chime SDK Meetings', 'serviceId' => 'Chime SDK Meetings', 'signatureVersion' => 'v4', 'signingName' => 'chime', 'uid' => 'chime-sdk-meetings-2021-07-15', ], 'operations' => [ 'BatchCreateAttendee' => [ 'name' => 'BatchCreateAttendee', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/attendees?operation=batch-create', ], 'input' => [ 'shape' => 'BatchCreateAttendeeRequest', ], 'output' => [ 'shape' => 'BatchCreateAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'BatchUpdateAttendeeCapabilitiesExcept' => [ 'name' => 'BatchUpdateAttendeeCapabilitiesExcept', 'http' => [ 'method' => 'PUT', 'requestUri' => '/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except', 'responseCode' => 200, ], 'input' => [ 'shape' => 'BatchUpdateAttendeeCapabilitiesExceptRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'ServiceUnavailableException', ], ], ], 'CreateAttendee' => [ 'name' => 'CreateAttendee', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/attendees', ], 'input' => [ 'shape' => 'CreateAttendeeRequest', ], 'output' => [ 'shape' => 'CreateAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CreateMeeting' => [ 'name' => 'CreateMeeting', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings', ], 'input' => [ 'shape' => 'CreateMeetingRequest', ], 'output' => [ 'shape' => 'CreateMeetingResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateMeetingWithAttendees' => [ 'name' => 'CreateMeetingWithAttendees', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings?operation=create-attendees', ], 'input' => [ 'shape' => 'CreateMeetingWithAttendeesRequest', ], 'output' => [ 'shape' => 'CreateMeetingWithAttendeesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'DeleteAttendee' => [ 'name' => 'DeleteAttendee', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteAttendeeRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeleteMeeting' => [ 'name' => 'DeleteMeeting', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/meetings/{MeetingId}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteMeetingRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'GetAttendee' => [ 'name' => 'GetAttendee', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}', ], 'input' => [ 'shape' => 'GetAttendeeRequest', ], 'output' => [ 'shape' => 'GetAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'GetMeeting' => [ 'name' => 'GetMeeting', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}', ], 'input' => [ 'shape' => 'GetMeetingRequest', ], 'output' => [ 'shape' => 'GetMeetingResponse', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListAttendees' => [ 'name' => 'ListAttendees', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}/attendees', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListAttendeesRequest', ], 'output' => [ 'shape' => 'ListAttendeesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartMeetingTranscription' => [ 'name' => 'StartMeetingTranscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/transcription?operation=start', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartMeetingTranscriptionRequest', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], ], ], 'StopMeetingTranscription' => [ 'name' => 'StopMeetingTranscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/transcription?operation=stop', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopMeetingTranscriptionRequest', ], 'errors' => [ [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags?operation=tag-resource', 'responseCode' => 204, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'TooManyTagsException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags?operation=untag-resource', 'responseCode' => 204, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateAttendeeCapabilities' => [ 'name' => 'UpdateAttendeeCapabilities', 'http' => [ 'method' => 'PUT', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities', ], 'input' => [ 'shape' => 'UpdateAttendeeCapabilitiesRequest', ], 'output' => [ 'shape' => 'UpdateAttendeeCapabilitiesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'ServiceUnavailableException', ], ], ], ], 'shapes' => [ 'AmazonResourceName' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '^arn:.*', ], 'Arn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$', 'sensitive' => true, ], 'Attendee' => [ 'type' => 'structure', 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'AttendeeId' => [ 'shape' => 'GuidString', ], 'JoinToken' => [ 'shape' => 'JoinTokenString', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'AttendeeCapabilities' => [ 'type' => 'structure', 'required' => [ 'Audio', 'Video', 'Content', ], 'members' => [ 'Audio' => [ 'shape' => 'MediaCapabilities', ], 'Video' => [ 'shape' => 'MediaCapabilities', ], 'Content' => [ 'shape' => 'MediaCapabilities', ], ], ], 'AttendeeIdItem' => [ 'type' => 'structure', 'required' => [ 'AttendeeId', ], 'members' => [ 'AttendeeId' => [ 'shape' => 'GuidString', ], ], ], 'AttendeeIdsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AttendeeIdItem', ], 'max' => 250, 'min' => 1, ], 'AttendeeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Attendee', ], ], 'AudioFeatures' => [ 'type' => 'structure', 'members' => [ 'EchoReduction' => [ 'shape' => 'MeetingFeatureStatus', ], ], ], 'BadRequestException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'BatchCreateAttendeeErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeError', ], ], 'BatchCreateAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'Attendees', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'Attendees' => [ 'shape' => 'CreateAttendeeRequestItemList', ], ], ], 'BatchCreateAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendees' => [ 'shape' => 'AttendeeList', ], 'Errors' => [ 'shape' => 'BatchCreateAttendeeErrorList', ], ], ], 'BatchUpdateAttendeeCapabilitiesExceptRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'ExcludedAttendeeIds', 'Capabilities', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'ExcludedAttendeeIds' => [ 'shape' => 'AttendeeIdsList', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'ClientRequestToken' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[-_a-zA-Z0-9]*', 'sensitive' => true, ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 409, ], 'exception' => true, ], 'CreateAttendeeError' => [ 'type' => 'structure', 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'CreateAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'ExternalUserId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'CreateAttendeeRequestItem' => [ 'type' => 'structure', 'required' => [ 'ExternalUserId', ], 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'CreateAttendeeRequestItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeRequestItem', ], 'max' => 100, 'min' => 1, ], 'CreateAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], 'CreateMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'ClientRequestToken', 'MediaRegion', 'ExternalMeetingId', ], 'members' => [ 'ClientRequestToken' => [ 'shape' => 'ClientRequestToken', 'idempotencyToken' => true, ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'NotificationsConfiguration' => [ 'shape' => 'NotificationsConfiguration', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMeetingResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], ], ], 'CreateMeetingWithAttendeesRequest' => [ 'type' => 'structure', 'required' => [ 'ClientRequestToken', 'MediaRegion', 'ExternalMeetingId', 'Attendees', ], 'members' => [ 'ClientRequestToken' => [ 'shape' => 'ClientRequestToken', 'idempotencyToken' => true, ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'NotificationsConfiguration' => [ 'shape' => 'NotificationsConfiguration', ], 'Attendees' => [ 'shape' => 'CreateMeetingWithAttendeesRequestItemList', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMeetingWithAttendeesRequestItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeRequestItem', ], 'max' => 20, 'min' => 1, ], 'CreateMeetingWithAttendeesResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], 'Attendees' => [ 'shape' => 'AttendeeList', ], 'Errors' => [ 'shape' => 'BatchCreateAttendeeErrorList', ], ], ], 'DeleteAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], ], ], 'DeleteMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'EngineTranscribeMedicalSettings' => [ 'type' => 'structure', 'required' => [ 'LanguageCode', 'Specialty', 'Type', ], 'members' => [ 'LanguageCode' => [ 'shape' => 'TranscribeMedicalLanguageCode', ], 'Specialty' => [ 'shape' => 'TranscribeMedicalSpecialty', ], 'Type' => [ 'shape' => 'TranscribeMedicalType', ], 'VocabularyName' => [ 'shape' => 'String', ], 'Region' => [ 'shape' => 'TranscribeMedicalRegion', ], 'ContentIdentificationType' => [ 'shape' => 'TranscribeMedicalContentIdentificationType', ], ], ], 'EngineTranscribeSettings' => [ 'type' => 'structure', 'members' => [ 'LanguageCode' => [ 'shape' => 'TranscribeLanguageCode', ], 'VocabularyFilterMethod' => [ 'shape' => 'TranscribeVocabularyFilterMethod', ], 'VocabularyFilterName' => [ 'shape' => 'String', ], 'VocabularyName' => [ 'shape' => 'String', ], 'Region' => [ 'shape' => 'TranscribeRegion', ], 'EnablePartialResultsStabilization' => [ 'shape' => 'Boolean', ], 'PartialResultsStability' => [ 'shape' => 'TranscribePartialResultsStability', ], 'ContentIdentificationType' => [ 'shape' => 'TranscribeContentIdentificationType', ], 'ContentRedactionType' => [ 'shape' => 'TranscribeContentRedactionType', ], 'PiiEntityTypes' => [ 'shape' => 'TranscribePiiEntityTypes', ], 'LanguageModelName' => [ 'shape' => 'TranscribeLanguageModelName', ], 'IdentifyLanguage' => [ 'shape' => 'Boolean', ], 'LanguageOptions' => [ 'shape' => 'TranscribeLanguageOptions', ], 'PreferredLanguage' => [ 'shape' => 'TranscribeLanguageCode', ], 'VocabularyNames' => [ 'shape' => 'TranscribeVocabularyNamesOrFilterNamesString', ], 'VocabularyFilterNames' => [ 'shape' => 'TranscribeVocabularyNamesOrFilterNamesString', ], ], ], 'ExternalMeetingId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => true, ], 'ExternalUserId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => true, ], 'ForbiddenException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 403, ], 'exception' => true, ], 'GetAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], ], ], 'GetAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], 'GetMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'GetMeetingResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], ], ], 'GuidString' => [ 'type' => 'string', 'pattern' => '[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}', ], 'JoinTokenString' => [ 'type' => 'string', 'max' => 2048, 'min' => 2, 'sensitive' => true, ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'ListAttendeesRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'NextToken' => [ 'shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token', ], 'MaxResults' => [ 'shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results', ], ], ], 'ListAttendeesResponse' => [ 'type' => 'structure', 'members' => [ 'Attendees' => [ 'shape' => 'AttendeeList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'arn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], ], ], 'MediaCapabilities' => [ 'type' => 'string', 'enum' => [ 'SendReceive', 'Send', 'Receive', 'None', ], ], 'MediaPlacement' => [ 'type' => 'structure', 'members' => [ 'AudioHostUrl' => [ 'shape' => 'String', ], 'AudioFallbackUrl' => [ 'shape' => 'String', ], 'SignalingUrl' => [ 'shape' => 'String', ], 'TurnControlUrl' => [ 'shape' => 'String', ], 'ScreenDataUrl' => [ 'shape' => 'String', ], 'ScreenViewingUrl' => [ 'shape' => 'String', ], 'ScreenSharingUrl' => [ 'shape' => 'String', ], 'EventIngestionUrl' => [ 'shape' => 'String', ], ], ], 'MediaRegion' => [ 'type' => 'string', 'max' => 64, 'min' => 2, ], 'Meeting' => [ 'type' => 'structure', 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MediaPlacement' => [ 'shape' => 'MediaPlacement', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'MeetingArn' => [ 'shape' => 'AmazonResourceName', ], ], ], 'MeetingFeatureStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'UNAVAILABLE', ], ], 'MeetingFeaturesConfiguration' => [ 'type' => 'structure', 'members' => [ 'Audio' => [ 'shape' => 'AudioFeatures', ], ], ], 'NotFoundException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'NotificationsConfiguration' => [ 'type' => 'structure', 'members' => [ 'LambdaFunctionArn' => [ 'shape' => 'Arn', ], 'SnsTopicArn' => [ 'shape' => 'Arn', ], 'SqsQueueArn' => [ 'shape' => 'Arn', ], ], ], 'PrimaryMeetingId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'ResourceName' => [ 'shape' => 'AmazonResourceName', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'ResultMax' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'RetryAfterSeconds' => [ 'type' => 'string', ], 'ServiceFailureException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'ServiceUnavailableException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'RetryAfterSeconds' => [ 'shape' => 'RetryAfterSeconds', 'location' => 'header', 'locationName' => 'Retry-After', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, 'fault' => true, ], 'StartMeetingTranscriptionRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'TranscriptionConfiguration', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'TranscriptionConfiguration' => [ 'shape' => 'TranscriptionConfiguration', ], ], ], 'StopMeetingTranscriptionRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'String' => [ 'type' => 'string', 'max' => 4096, ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'Key', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z+-=._:/]+$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', 'Tags', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\w+-=\\.:/@]*', ], 'TenantId' => [ 'type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '^(?!.*?(.)\\1{3})[-_!@#$a-zA-Z0-9]*$', ], 'TenantIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TenantId', ], 'max' => 5, 'min' => 1, ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 429, ], 'exception' => true, ], 'TooManyTagsException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'ResourceName' => [ 'shape' => 'AmazonResourceName', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'TranscribeContentIdentificationType' => [ 'type' => 'string', 'enum' => [ 'PII', ], ], 'TranscribeContentRedactionType' => [ 'type' => 'string', 'enum' => [ 'PII', ], ], 'TranscribeLanguageCode' => [ 'type' => 'string', 'enum' => [ 'en-US', 'en-GB', 'es-US', 'fr-CA', 'fr-FR', 'en-AU', 'it-IT', 'de-DE', 'pt-BR', 'ja-JP', 'ko-KR', 'zh-CN', 'th-TH', 'hi-IN', ], ], 'TranscribeLanguageModelName' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+', ], 'TranscribeLanguageOptions' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[a-zA-Z-,]+', ], 'TranscribeMedicalContentIdentificationType' => [ 'type' => 'string', 'enum' => [ 'PHI', ], ], 'TranscribeMedicalLanguageCode' => [ 'type' => 'string', 'enum' => [ 'en-US', ], ], 'TranscribeMedicalRegion' => [ 'type' => 'string', 'enum' => [ 'us-east-1', 'us-east-2', 'us-west-2', 'ap-southeast-2', 'ca-central-1', 'eu-west-1', 'auto', ], ], 'TranscribeMedicalSpecialty' => [ 'type' => 'string', 'enum' => [ 'PRIMARYCARE', 'CARDIOLOGY', 'NEUROLOGY', 'ONCOLOGY', 'RADIOLOGY', 'UROLOGY', ], ], 'TranscribeMedicalType' => [ 'type' => 'string', 'enum' => [ 'CONVERSATION', 'DICTATION', ], ], 'TranscribePartialResultsStability' => [ 'type' => 'string', 'enum' => [ 'low', 'medium', 'high', ], ], 'TranscribePiiEntityTypes' => [ 'type' => 'string', 'max' => 300, 'min' => 1, 'pattern' => '^[A-Z_, ]+', ], 'TranscribeRegion' => [ 'type' => 'string', 'enum' => [ 'us-east-2', 'us-east-1', 'us-west-2', 'ap-northeast-2', 'ap-southeast-2', 'ap-northeast-1', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'sa-east-1', 'auto', 'us-gov-west-1', ], ], 'TranscribeVocabularyFilterMethod' => [ 'type' => 'string', 'enum' => [ 'remove', 'mask', 'tag', ], ], 'TranscribeVocabularyNamesOrFilterNamesString' => [ 'type' => 'string', 'max' => 3000, 'min' => 1, 'pattern' => '^[a-zA-Z0-9,-._]+', ], 'TranscriptionConfiguration' => [ 'type' => 'structure', 'members' => [ 'EngineTranscribeSettings' => [ 'shape' => 'EngineTranscribeSettings', ], 'EngineTranscribeMedicalSettings' => [ 'shape' => 'EngineTranscribeMedicalSettings', ], ], ], 'UnauthorizedException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 401, ], 'exception' => true, ], 'UnprocessableEntityException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 422, ], 'exception' => true, ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', 'TagKeys', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAttendeeCapabilitiesRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', 'Capabilities', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'UpdateAttendeeCapabilitiesResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2021-07-15', 'endpointPrefix' => 'meetings-chime', 'protocol' => 'rest-json', 'serviceFullName' => 'Amazon Chime SDK Meetings', 'serviceId' => 'Chime SDK Meetings', 'signatureVersion' => 'v4', 'signingName' => 'chime', 'uid' => 'chime-sdk-meetings-2021-07-15', ], 'operations' => [ 'BatchCreateAttendee' => [ 'name' => 'BatchCreateAttendee', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/attendees?operation=batch-create', ], 'input' => [ 'shape' => 'BatchCreateAttendeeRequest', ], 'output' => [ 'shape' => 'BatchCreateAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'BatchUpdateAttendeeCapabilitiesExcept' => [ 'name' => 'BatchUpdateAttendeeCapabilitiesExcept', 'http' => [ 'method' => 'PUT', 'requestUri' => '/meetings/{MeetingId}/attendees/capabilities?operation=batch-update-except', 'responseCode' => 200, ], 'input' => [ 'shape' => 'BatchUpdateAttendeeCapabilitiesExceptRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CreateAttendee' => [ 'name' => 'CreateAttendee', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/attendees', ], 'input' => [ 'shape' => 'CreateAttendeeRequest', ], 'output' => [ 'shape' => 'CreateAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'CreateMeeting' => [ 'name' => 'CreateMeeting', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings', ], 'input' => [ 'shape' => 'CreateMeetingRequest', ], 'output' => [ 'shape' => 'CreateMeetingResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateMeetingWithAttendees' => [ 'name' => 'CreateMeetingWithAttendees', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings?operation=create-attendees', ], 'input' => [ 'shape' => 'CreateMeetingWithAttendeesRequest', ], 'output' => [ 'shape' => 'CreateMeetingWithAttendeesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'DeleteAttendee' => [ 'name' => 'DeleteAttendee', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteAttendeeRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'DeleteMeeting' => [ 'name' => 'DeleteMeeting', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/meetings/{MeetingId}', 'responseCode' => 204, ], 'input' => [ 'shape' => 'DeleteMeetingRequest', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'GetAttendee' => [ 'name' => 'GetAttendee', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}', ], 'input' => [ 'shape' => 'GetAttendeeRequest', ], 'output' => [ 'shape' => 'GetAttendeeResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'GetMeeting' => [ 'name' => 'GetMeeting', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}', ], 'input' => [ 'shape' => 'GetMeetingRequest', ], 'output' => [ 'shape' => 'GetMeetingResponse', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListAttendees' => [ 'name' => 'ListAttendees', 'http' => [ 'method' => 'GET', 'requestUri' => '/meetings/{MeetingId}/attendees', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListAttendeesRequest', ], 'output' => [ 'shape' => 'ListAttendeesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartMeetingTranscription' => [ 'name' => 'StartMeetingTranscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/transcription?operation=start', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartMeetingTranscriptionRequest', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], ], ], 'StopMeetingTranscription' => [ 'name' => 'StopMeetingTranscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/meetings/{MeetingId}/transcription?operation=stop', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopMeetingTranscriptionRequest', ], 'errors' => [ [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'UnprocessableEntityException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags?operation=tag-resource', 'responseCode' => 204, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'TooManyTagsException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags?operation=untag-resource', 'responseCode' => 204, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateAttendeeCapabilities' => [ 'name' => 'UpdateAttendeeCapabilities', 'http' => [ 'method' => 'PUT', 'requestUri' => '/meetings/{MeetingId}/attendees/{AttendeeId}/capabilities', ], 'input' => [ 'shape' => 'UpdateAttendeeCapabilitiesRequest', ], 'output' => [ 'shape' => 'UpdateAttendeeCapabilitiesResponse', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'ForbiddenException', ], [ 'shape' => 'ServiceUnavailableException', ], [ 'shape' => 'ServiceFailureException', ], [ 'shape' => 'ThrottlingException', ], ], ], ], 'shapes' => [ 'AmazonResourceName' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '^arn:.*', ], 'Arn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^arn[\\/\\:\\-\\_\\.a-zA-Z0-9]+$', 'sensitive' => true, ], 'Attendee' => [ 'type' => 'structure', 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'AttendeeId' => [ 'shape' => 'GuidString', ], 'JoinToken' => [ 'shape' => 'JoinTokenString', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'AttendeeCapabilities' => [ 'type' => 'structure', 'required' => [ 'Audio', 'Video', 'Content', ], 'members' => [ 'Audio' => [ 'shape' => 'MediaCapabilities', ], 'Video' => [ 'shape' => 'MediaCapabilities', ], 'Content' => [ 'shape' => 'MediaCapabilities', ], ], ], 'AttendeeIdItem' => [ 'type' => 'structure', 'required' => [ 'AttendeeId', ], 'members' => [ 'AttendeeId' => [ 'shape' => 'GuidString', ], ], ], 'AttendeeIdsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AttendeeIdItem', ], 'max' => 250, 'min' => 1, ], 'AttendeeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Attendee', ], ], 'AudioFeatures' => [ 'type' => 'structure', 'members' => [ 'EchoReduction' => [ 'shape' => 'MeetingFeatureStatus', ], ], ], 'BadRequestException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'BatchCreateAttendeeErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeError', ], ], 'BatchCreateAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'Attendees', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'Attendees' => [ 'shape' => 'CreateAttendeeRequestItemList', ], ], ], 'BatchCreateAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendees' => [ 'shape' => 'AttendeeList', ], 'Errors' => [ 'shape' => 'BatchCreateAttendeeErrorList', ], ], ], 'BatchUpdateAttendeeCapabilitiesExceptRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'ExcludedAttendeeIds', 'Capabilities', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'ExcludedAttendeeIds' => [ 'shape' => 'AttendeeIdsList', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'ClientRequestToken' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'pattern' => '[-_a-zA-Z0-9]*', 'sensitive' => true, ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 409, ], 'exception' => true, ], 'CreateAttendeeError' => [ 'type' => 'structure', 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'CreateAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'ExternalUserId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'CreateAttendeeRequestItem' => [ 'type' => 'structure', 'required' => [ 'ExternalUserId', ], 'members' => [ 'ExternalUserId' => [ 'shape' => 'ExternalUserId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'CreateAttendeeRequestItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeRequestItem', ], 'max' => 100, 'min' => 1, ], 'CreateAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], 'CreateMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'ClientRequestToken', 'MediaRegion', 'ExternalMeetingId', ], 'members' => [ 'ClientRequestToken' => [ 'shape' => 'ClientRequestToken', 'idempotencyToken' => true, ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'NotificationsConfiguration' => [ 'shape' => 'NotificationsConfiguration', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMeetingResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], ], ], 'CreateMeetingWithAttendeesRequest' => [ 'type' => 'structure', 'required' => [ 'ClientRequestToken', 'MediaRegion', 'ExternalMeetingId', 'Attendees', ], 'members' => [ 'ClientRequestToken' => [ 'shape' => 'ClientRequestToken', 'idempotencyToken' => true, ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'NotificationsConfiguration' => [ 'shape' => 'NotificationsConfiguration', ], 'Attendees' => [ 'shape' => 'CreateMeetingWithAttendeesRequestItemList', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMeetingWithAttendeesRequestItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateAttendeeRequestItem', ], 'max' => 20, 'min' => 1, ], 'CreateMeetingWithAttendeesResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], 'Attendees' => [ 'shape' => 'AttendeeList', ], 'Errors' => [ 'shape' => 'BatchCreateAttendeeErrorList', ], ], ], 'DeleteAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], ], ], 'DeleteMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'EngineTranscribeMedicalSettings' => [ 'type' => 'structure', 'required' => [ 'LanguageCode', 'Specialty', 'Type', ], 'members' => [ 'LanguageCode' => [ 'shape' => 'TranscribeMedicalLanguageCode', ], 'Specialty' => [ 'shape' => 'TranscribeMedicalSpecialty', ], 'Type' => [ 'shape' => 'TranscribeMedicalType', ], 'VocabularyName' => [ 'shape' => 'String', ], 'Region' => [ 'shape' => 'TranscribeMedicalRegion', ], 'ContentIdentificationType' => [ 'shape' => 'TranscribeMedicalContentIdentificationType', ], ], ], 'EngineTranscribeSettings' => [ 'type' => 'structure', 'members' => [ 'LanguageCode' => [ 'shape' => 'TranscribeLanguageCode', ], 'VocabularyFilterMethod' => [ 'shape' => 'TranscribeVocabularyFilterMethod', ], 'VocabularyFilterName' => [ 'shape' => 'String', ], 'VocabularyName' => [ 'shape' => 'String', ], 'Region' => [ 'shape' => 'TranscribeRegion', ], 'EnablePartialResultsStabilization' => [ 'shape' => 'Boolean', ], 'PartialResultsStability' => [ 'shape' => 'TranscribePartialResultsStability', ], 'ContentIdentificationType' => [ 'shape' => 'TranscribeContentIdentificationType', ], 'ContentRedactionType' => [ 'shape' => 'TranscribeContentRedactionType', ], 'PiiEntityTypes' => [ 'shape' => 'TranscribePiiEntityTypes', ], 'LanguageModelName' => [ 'shape' => 'TranscribeLanguageModelName', ], 'IdentifyLanguage' => [ 'shape' => 'Boolean', ], 'LanguageOptions' => [ 'shape' => 'TranscribeLanguageOptions', ], 'PreferredLanguage' => [ 'shape' => 'TranscribeLanguageCode', ], 'VocabularyNames' => [ 'shape' => 'TranscribeVocabularyNamesOrFilterNamesString', ], 'VocabularyFilterNames' => [ 'shape' => 'TranscribeVocabularyNamesOrFilterNamesString', ], ], ], 'ExternalMeetingId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => true, ], 'ExternalUserId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, 'sensitive' => true, ], 'ForbiddenException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 403, ], 'exception' => true, ], 'GetAttendeeRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], ], ], 'GetAttendeeResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], 'GetMeetingRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'GetMeetingResponse' => [ 'type' => 'structure', 'members' => [ 'Meeting' => [ 'shape' => 'Meeting', ], ], ], 'GuidString' => [ 'type' => 'string', 'pattern' => '[a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}', ], 'JoinTokenString' => [ 'type' => 'string', 'max' => 2048, 'min' => 2, 'sensitive' => true, ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'ListAttendeesRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'NextToken' => [ 'shape' => 'String', 'location' => 'querystring', 'locationName' => 'next-token', ], 'MaxResults' => [ 'shape' => 'ResultMax', 'location' => 'querystring', 'locationName' => 'max-results', ], ], ], 'ListAttendeesResponse' => [ 'type' => 'structure', 'members' => [ 'Attendees' => [ 'shape' => 'AttendeeList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', 'location' => 'querystring', 'locationName' => 'arn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], ], ], 'MediaCapabilities' => [ 'type' => 'string', 'enum' => [ 'SendReceive', 'Send', 'Receive', 'None', ], ], 'MediaPlacement' => [ 'type' => 'structure', 'members' => [ 'AudioHostUrl' => [ 'shape' => 'String', ], 'AudioFallbackUrl' => [ 'shape' => 'String', ], 'SignalingUrl' => [ 'shape' => 'String', ], 'TurnControlUrl' => [ 'shape' => 'String', ], 'ScreenDataUrl' => [ 'shape' => 'String', ], 'ScreenViewingUrl' => [ 'shape' => 'String', ], 'ScreenSharingUrl' => [ 'shape' => 'String', ], 'EventIngestionUrl' => [ 'shape' => 'String', ], ], ], 'MediaRegion' => [ 'type' => 'string', 'max' => 64, 'min' => 2, ], 'Meeting' => [ 'type' => 'structure', 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', ], 'MeetingHostId' => [ 'shape' => 'ExternalUserId', ], 'ExternalMeetingId' => [ 'shape' => 'ExternalMeetingId', ], 'MediaRegion' => [ 'shape' => 'MediaRegion', ], 'MediaPlacement' => [ 'shape' => 'MediaPlacement', ], 'MeetingFeatures' => [ 'shape' => 'MeetingFeaturesConfiguration', ], 'PrimaryMeetingId' => [ 'shape' => 'PrimaryMeetingId', ], 'TenantIds' => [ 'shape' => 'TenantIdList', ], 'MeetingArn' => [ 'shape' => 'AmazonResourceName', ], ], ], 'MeetingFeatureStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'UNAVAILABLE', ], ], 'MeetingFeaturesConfiguration' => [ 'type' => 'structure', 'members' => [ 'Audio' => [ 'shape' => 'AudioFeatures', ], ], ], 'NotFoundException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'NotificationsConfiguration' => [ 'type' => 'structure', 'members' => [ 'LambdaFunctionArn' => [ 'shape' => 'Arn', ], 'SnsTopicArn' => [ 'shape' => 'Arn', ], 'SqsQueueArn' => [ 'shape' => 'Arn', ], ], ], 'PrimaryMeetingId' => [ 'type' => 'string', 'max' => 64, 'min' => 2, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'ResourceName' => [ 'shape' => 'AmazonResourceName', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'ResultMax' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'RetryAfterSeconds' => [ 'type' => 'string', ], 'ServiceFailureException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'ServiceUnavailableException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'RetryAfterSeconds' => [ 'shape' => 'RetryAfterSeconds', 'location' => 'header', 'locationName' => 'Retry-After', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, 'fault' => true, ], 'StartMeetingTranscriptionRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'TranscriptionConfiguration', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'TranscriptionConfiguration' => [ 'shape' => 'TranscriptionConfiguration', ], ], ], 'StopMeetingTranscriptionRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], ], ], 'String' => [ 'type' => 'string', 'max' => 4096, ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'Key', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z+-=._:/]+$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', 'Tags', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[\\s\\w+-=\\.:/@]*', ], 'TenantId' => [ 'type' => 'string', 'max' => 256, 'min' => 2, 'pattern' => '^(?!.*?(.)\\1{3})[-_!@#$a-zA-Z0-9]*$', ], 'TenantIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TenantId', ], 'max' => 5, 'min' => 1, ], 'ThrottlingException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 429, ], 'exception' => true, ], 'TooManyTagsException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], 'ResourceName' => [ 'shape' => 'AmazonResourceName', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'TranscribeContentIdentificationType' => [ 'type' => 'string', 'enum' => [ 'PII', ], ], 'TranscribeContentRedactionType' => [ 'type' => 'string', 'enum' => [ 'PII', ], ], 'TranscribeLanguageCode' => [ 'type' => 'string', 'enum' => [ 'en-US', 'en-GB', 'es-US', 'fr-CA', 'fr-FR', 'en-AU', 'it-IT', 'de-DE', 'pt-BR', 'ja-JP', 'ko-KR', 'zh-CN', 'th-TH', 'hi-IN', ], ], 'TranscribeLanguageModelName' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[0-9a-zA-Z._-]+', ], 'TranscribeLanguageOptions' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '^[a-zA-Z-,]+', ], 'TranscribeMedicalContentIdentificationType' => [ 'type' => 'string', 'enum' => [ 'PHI', ], ], 'TranscribeMedicalLanguageCode' => [ 'type' => 'string', 'enum' => [ 'en-US', ], ], 'TranscribeMedicalRegion' => [ 'type' => 'string', 'enum' => [ 'us-east-1', 'us-east-2', 'us-west-2', 'ap-southeast-2', 'ca-central-1', 'eu-west-1', 'auto', ], ], 'TranscribeMedicalSpecialty' => [ 'type' => 'string', 'enum' => [ 'PRIMARYCARE', 'CARDIOLOGY', 'NEUROLOGY', 'ONCOLOGY', 'RADIOLOGY', 'UROLOGY', ], ], 'TranscribeMedicalType' => [ 'type' => 'string', 'enum' => [ 'CONVERSATION', 'DICTATION', ], ], 'TranscribePartialResultsStability' => [ 'type' => 'string', 'enum' => [ 'low', 'medium', 'high', ], ], 'TranscribePiiEntityTypes' => [ 'type' => 'string', 'max' => 300, 'min' => 1, 'pattern' => '^[A-Z_, ]+', ], 'TranscribeRegion' => [ 'type' => 'string', 'enum' => [ 'us-east-2', 'us-east-1', 'us-west-2', 'ap-northeast-2', 'ap-southeast-2', 'ap-northeast-1', 'ca-central-1', 'eu-central-1', 'eu-west-1', 'eu-west-2', 'sa-east-1', 'auto', 'us-gov-west-1', ], ], 'TranscribeVocabularyFilterMethod' => [ 'type' => 'string', 'enum' => [ 'remove', 'mask', 'tag', ], ], 'TranscribeVocabularyNamesOrFilterNamesString' => [ 'type' => 'string', 'max' => 3000, 'min' => 1, 'pattern' => '^[a-zA-Z0-9,-._]+', ], 'TranscriptionConfiguration' => [ 'type' => 'structure', 'members' => [ 'EngineTranscribeSettings' => [ 'shape' => 'EngineTranscribeSettings', ], 'EngineTranscribeMedicalSettings' => [ 'shape' => 'EngineTranscribeMedicalSettings', ], ], ], 'UnauthorizedException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 401, ], 'exception' => true, ], 'UnprocessableEntityException' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], 'RequestId' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 422, ], 'exception' => true, ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceARN', 'TagKeys', ], 'members' => [ 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAttendeeCapabilitiesRequest' => [ 'type' => 'structure', 'required' => [ 'MeetingId', 'AttendeeId', 'Capabilities', ], 'members' => [ 'MeetingId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'MeetingId', ], 'AttendeeId' => [ 'shape' => 'GuidString', 'location' => 'uri', 'locationName' => 'AttendeeId', ], 'Capabilities' => [ 'shape' => 'AttendeeCapabilities', ], ], ], 'UpdateAttendeeCapabilitiesResponse' => [ 'type' => 'structure', 'members' => [ 'Attendee' => [ 'shape' => 'Attendee', ], ], ], ],]; diff --git a/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json b/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json index ba8bb30e19..b1a8096462 100644 --- a/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json +++ b/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json @@ -58,52 +58,56 @@ "type": "error" }, { - "conditions": [], - "type": "tree", - "rules": [ + "conditions": [ { - "conditions": [ + "fn": "booleanEquals", + "argv": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" + "ref": "UseDualStack" }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" + true + ] } - ] + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { - "conditions": [], + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "isSet", + "fn": "aws.partition", "argv": [ { "ref": "Region" } - ] + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -111,13 +115,22 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "booleanEquals", "argv": [ { - "ref": "Region" - } - ], - "assign": "PartitionResult" + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] } ], "type": "tree", @@ -127,224 +140,175 @@ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] }, { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" + "endpoint": { + "url": "https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ { - "conditions": [], - "endpoint": { - "url": "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsFIPS" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" + "endpoint": { + "url": "https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } - ] - }, - { - "conditions": [], + ], "type": "tree", "rules": [ { "conditions": [], "endpoint": { - "url": "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}", "properties": {}, "headers": {} }, "type": "endpoint" } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" } ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } \ No newline at end of file diff --git a/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php b/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php index 0ac74d9df0..5db32e4f62 100644 --- a/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php +++ b/src/data/chime-sdk-meetings/2021-07-15/endpoint-rule-set-1.json.php @@ -1,3 +1,3 @@ '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], ], ],]; +return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://meetings-chime.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ],]; diff --git a/src/data/ec2/2016-11-15/docs-2.json b/src/data/ec2/2016-11-15/docs-2.json index 4542d7f970..a2740897db 100644 --- a/src/data/ec2/2016-11-15/docs-2.json +++ b/src/data/ec2/2016-11-15/docs-2.json @@ -108,7 +108,7 @@ "CreateSpotDatafeedSubscription": "

Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per Amazon Web Services account. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

", "CreateStoreImageTask": "

Stores an AMI as a single object in an Amazon S3 bucket.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

", "CreateSubnet": "

Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block.

A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block.

The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use.

If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.

If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle.

When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available.

For more information, see Subnets in the Amazon VPC User Guide.

", - "CreateSubnetCidrReservation": "

Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide.

", + "CreateSubnetCidrReservation": "

Creates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide and Assign prefixes to network interfaces in the Amazon Elastic Compute Cloud User Guide.

", "CreateTags": "

Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.

", "CreateTrafficMirrorFilter": "

Creates a Traffic Mirror filter.

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

", "CreateTrafficMirrorFilterRule": "

Creates a Traffic Mirror filter rule.

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

You need the Traffic Mirror filter ID when you create the rule.

", @@ -158,7 +158,7 @@ "DeleteIpamScope": "

Delete the scope for an IPAM. You cannot delete the default scopes.

For more information, see Delete a scope in the Amazon VPC IPAM User Guide.

", "DeleteKeyPair": "

Deletes the specified key pair, by removing the public key from Amazon EC2.

", "DeleteLaunchTemplate": "

Deletes a launch template. Deleting a launch template deletes all of its versions.

", - "DeleteLaunchTemplateVersions": "

Deletes one or more versions of a launch template. You cannot delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

", + "DeleteLaunchTemplateVersions": "

Deletes one or more versions of a launch template.

You can't delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use DeleteLaunchTemplate, which deletes the launch template and all of its versions.

For more information, see Delete a launch template version in the EC2 User Guide.

", "DeleteLocalGatewayRoute": "

Deletes the specified route from the specified local gateway route table.

", "DeleteLocalGatewayRouteTable": "

Deletes a local gateway route table.

", "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation": "

Deletes a local gateway route table virtual interface group association.

", @@ -9065,7 +9065,7 @@ "DescribeInstanceStatusRequest$Filters": "

The filters.

", "DescribeInstanceTypeOfferingsRequest$Filters": "

One or more filters. Filter names and values are case-sensitive.

", "DescribeInstanceTypesRequest$Filters": "

One or more filters. Filter names and values are case-sensitive.

", - "DescribeInstancesRequest$Filters": "

The filters.

", + "DescribeInstancesRequest$Filters": "

The filters.

", "DescribeInternetGatewaysRequest$Filters": "

The filters.

", "DescribeIpamPoolsRequest$Filters": "

One or more filters for the request. For more information about filtering, see Filtering CLI output.

", "DescribeIpamResourceDiscoveriesRequest$Filters": "

The resource discovery filters.

", @@ -11606,7 +11606,7 @@ "CreateReservedInstancesListingRequest$InstanceCount": "

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

", "CreateTrafficMirrorFilterRuleRequest$RuleNumber": "

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

", "CreateTrafficMirrorFilterRuleRequest$Protocol": "

The protocol, for example UDP, to assign to the Traffic Mirror rule.

For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

", - "CreateTrafficMirrorSessionRequest$PacketLength": "

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

", + "CreateTrafficMirrorSessionRequest$PacketLength": "

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

For sessions with Network Load Balancer (NLB) Traffic Mirror targets the default PacketLength will be set to 8500. Valid values are 1-8500. Setting a PacketLength greater than 8500 will result in an error response.

", "CreateTrafficMirrorSessionRequest$SessionNumber": "

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

", "CreateTrafficMirrorSessionRequest$VirtualNetworkId": "

The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.

", "CreateVolumeRequest$Iops": "

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

io1 and io2 volumes support up to 64,000 IOPS only on Instances built on the Nitro System. Other instance families support performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

", @@ -11749,7 +11749,7 @@ "ModifySubnetAttributeRequest$EnableLniAtDeviceIndex": "

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0).

", "ModifyTrafficMirrorFilterRuleRequest$RuleNumber": "

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

", "ModifyTrafficMirrorFilterRuleRequest$Protocol": "

The protocol, for example TCP, to assign to the Traffic Mirror rule.

", - "ModifyTrafficMirrorSessionRequest$PacketLength": "

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.

", + "ModifyTrafficMirrorSessionRequest$PacketLength": "

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.

For sessions with Network Load Balancer (NLB) traffic mirror targets, the default PacketLength will be set to 8500. Valid values are 1-8500. Setting a PacketLength greater than 8500 will result in an error response.

", "ModifyTrafficMirrorSessionRequest$SessionNumber": "

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

", "ModifyTrafficMirrorSessionRequest$VirtualNetworkId": "

The virtual network ID of the Traffic Mirror session.

", "ModifyVolumeRequest$Size": "

The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.

The following are the supported volumes sizes for each volume type:

Default: The existing size is retained.

", @@ -18608,7 +18608,7 @@ "CreateFlowLogsRequest$DeliverCrossAccountRole": "

The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.

", "CreateFlowLogsRequest$LogGroupName": "

The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.

This parameter is valid only if the destination type is cloud-watch-logs.

", "CreateFlowLogsRequest$LogDestination": "

The destination for the flow log data. The meaning of this parameter depends on the destination type.

", - "CreateFlowLogsRequest$LogFormat": "

The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.

Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.

", + "CreateFlowLogsRequest$LogFormat": "

The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.

Specify the fields using the ${field-id} format, separated by spaces.

", "CreateFlowLogsResult$ClientToken": "

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

", "CreateFpgaImageRequest$Description": "

A description for the AFI.

", "CreateFpgaImageRequest$Name": "

A name for the AFI.

", @@ -20425,7 +20425,7 @@ "SubnetCidrReservationType": { "base": null, "refs": { - "CreateSubnetCidrReservationRequest$ReservationType": "

The type of reservation.

The following are valid values:

", + "CreateSubnetCidrReservationRequest$ReservationType": "

The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

", "SubnetCidrReservation$ReservationType": "

The type of reservation.

" } }, @@ -22633,7 +22633,7 @@ "VersionStringList": { "base": null, "refs": { - "DeleteLaunchTemplateVersionsRequest$Versions": "

The version numbers of one or more launch template versions to delete.

", + "DeleteLaunchTemplateVersionsRequest$Versions": "

The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.

", "DescribeLaunchTemplateVersionsRequest$Versions": "

One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.

To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers.

To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same request. You cannot specify numbers.

" } }, diff --git a/src/data/ec2/2016-11-15/docs-2.json.php b/src/data/ec2/2016-11-15/docs-2.json.php index bca3c0e92a..ae1ba6e75e 100644 --- a/src/data/ec2/2016-11-15/docs-2.json.php +++ b/src/data/ec2/2016-11-15/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you\'ve defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

', 'operations' => [ 'AcceptAddressTransfer' => '

Accepts an Elastic IP address transfer. For more information, see Accept a transferred Elastic IP address in the Amazon Virtual Private Cloud User Guide.

', 'AcceptReservedInstancesExchangeQuote' => '

Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.

', 'AcceptTransitGatewayMulticastDomainAssociations' => '

Accepts a request to associate subnets with a transit gateway multicast domain.

', 'AcceptTransitGatewayPeeringAttachment' => '

Accepts a transit gateway peering attachment request. The peering attachment must be in the pendingAcceptance state.

', 'AcceptTransitGatewayVpcAttachment' => '

Accepts a request to attach a VPC to a transit gateway.

The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.

', 'AcceptVpcEndpointConnections' => '

Accepts connection requests to your VPC endpoint service.

', 'AcceptVpcPeeringConnection' => '

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.

For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.

', 'AdvertiseByoipCidr' => '

Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services.

It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays.

To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.

', 'AllocateAddress' => '

Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.

You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.

For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).

', 'AllocateHosts' => '

Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.

', 'AllocateIpamPoolCidr' => '

Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.

This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.

', 'ApplySecurityGroupsToClientVpnTargetNetwork' => '

Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.

', 'AssignIpv6Addresses' => '

Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet\'s IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.

You must specify either the IPv6 addresses or the IPv6 address count in the request.

You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'AssignPrivateIpAddresses' => '

Assigns one or more secondary private IP addresses to the specified network interface.

You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet\'s CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.

Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete.

You must specify either the IP addresses or the IP address count in the request.

You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'AssignPrivateNatGatewayAddress' => '

Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

', 'AssociateAddress' => '

Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

[Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.

You cannot associate an Elastic IP address with an interface in a different network border group.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.

', 'AssociateClientVpnTargetNetwork' => '

Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.

If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that\'s in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint) and change the VPC that\'s associated with it.

', 'AssociateDhcpOptions' => '

Associates a set of DHCP options (that you\'ve previously created) with the specified VPC, or associates no DHCP options with the VPC.

After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don\'t need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'AssociateEnclaveCertificateIamRole' => '

Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see Certificate Manager for Nitro Enclaves in the Amazon Web Services Nitro Enclaves User Guide.

When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an Amazon Web Services managed key that has an attached attestation-based key policy.

To enable the IAM role to access the Amazon S3 object, you must grant it permission to call s3:GetObject on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to call kms:Decrypt on the KMS key returned by the command. For more information, see Grant the role permission to access the certificate and encryption key in the Amazon Web Services Nitro Enclaves User Guide.

', 'AssociateIamInstanceProfile' => '

Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

', 'AssociateInstanceEventWindow' => '

Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'AssociateIpamResourceDiscovery' => '

Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'AssociateNatGatewayAddress' => '

Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.

', 'AssociateRouteTable' => '

Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets.

For more information, see Route tables in the Amazon VPC User Guide.

', 'AssociateSubnetCidrBlock' => '

Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.

', 'AssociateTransitGatewayMulticastDomain' => '

Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.

The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.

', 'AssociateTransitGatewayPolicyTable' => '

Associates the specified transit gateway attachment with a transit gateway policy table.

', 'AssociateTransitGatewayRouteTable' => '

Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.

', 'AssociateTrunkInterface' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Associates a branch network interface with a trunk network interface.

Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.

', 'AssociateVpcCidrBlock' => '

Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56.

You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.

For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

', 'AttachClassicLinkVpc' => '

This action is deprecated.

Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that\'s in the running state. An instance is automatically unlinked from a VPC when it\'s stopped - you can link it to the VPC again when you restart it.

After you\'ve linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

Linking your instance to a VPC is sometimes referred to as attaching your instance.

', 'AttachInternetGateway' => '

Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.

', 'AttachNetworkInterface' => '

Attaches a network interface to an instance.

', 'AttachVerifiedAccessTrustProvider' => '

Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.

', 'AttachVolume' => '

Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use.

If a volume has an Amazon Web Services Marketplace product code:

For more information, see Attach an Amazon EBS volume to an instance in the Amazon Elastic Compute Cloud User Guide.

', 'AttachVpnGateway' => '

Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'AuthorizeClientVpnIngress' => '

Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.

', 'AuthorizeSecurityGroupEgress' => '

Adds the specified outbound (egress) rules to a security group for use with a VPC.

An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic.

You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

For information about VPC security group quotas, see Amazon VPC quotas.

', 'AuthorizeSecurityGroupIngress' => '

Adds the specified inbound (ingress) rules to a security group.

An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic.

You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

For more information about VPC security group quotas, see Amazon VPC quotas.

', 'BundleInstance' => '

Bundles an Amazon instance store-backed Windows instance.

During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved.

This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

', 'CancelBundleTask' => '

Cancels a bundling operation for an instance store-backed Windows instance.

', 'CancelCapacityReservation' => '

Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation\'s state to cancelled.

Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.

', 'CancelCapacityReservationFleets' => '

Cancels one or more Capacity Reservation Fleets. When you cancel a Capacity Reservation Fleet, the following happens:

', 'CancelConversionTask' => '

Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.

For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.

', 'CancelExportTask' => '

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

', 'CancelImageLaunchPermission' => '

Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.

', 'CancelImportTask' => '

Cancels an in-process import virtual machine or import snapshot task.

', 'CancelReservedInstancesListing' => '

Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'CancelSpotFleetRequests' => '

Cancels the specified Spot Fleet requests.

After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.

You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

', 'CancelSpotInstanceRequests' => '

Cancels one or more Spot Instance requests.

Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

', 'ConfirmProductInstance' => '

Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user\'s instance is eligible for support.

', 'CopyFpgaImage' => '

Copies the specified Amazon FPGA Image (AFI) to the current Region.

', 'CopyImage' => '

Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can\'t copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask.

To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot.

To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide.

For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.

', 'CopySnapshot' => '

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can\'t copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default Key Management Service (KMS) KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot.

Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.

For more information, see Copy an Amazon EBS snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'CreateCapacityReservation' => '

Creates a new Capacity Reservation with the specified attributes.

Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon EC2 User Guide.

Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.

Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see Amazon EC2 Service Quotas in the Amazon EC2 User Guide.

', 'CreateCapacityReservationFleet' => '

Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.

', 'CreateCarrierGateway' => '

Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.

', 'CreateClientVpnEndpoint' => '

Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.

', 'CreateClientVpnRoute' => '

Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.

', 'CreateCoipCidr' => '

Creates a range of customer-owned IP addresses.

', 'CreateCoipPool' => '

Creates a pool of customer-owned IP (CoIP) addresses.

', 'CreateCustomerGateway' => '

Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT).

For devices that use Border Gateway Protocol (BGP), you can also provide the device\'s BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don\'t have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn\'t create a new customer gateway.

', 'CreateDefaultSubnet' => '

Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Create a default subnet in the Amazon VPC User Guide.

', 'CreateDefaultVpc' => '

Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPCs in the Amazon VPC User Guide. You cannot specify the components of the default VPC yourself.

If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.

', 'CreateDhcpOptions' => '

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.

Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'CreateEgressOnlyInternetGateway' => '

[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

', 'CreateFleet' => '

Creates an EC2 Fleet that contains the configuration information for On-Demand Instances and Spot Instances. Instances are launched immediately if there is available capacity.

A single EC2 Fleet can include multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

For more information, see EC2 Fleet in the Amazon EC2 User Guide.

', 'CreateFlowLogs' => '

Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.

Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide.

When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.

For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.

', 'CreateFpgaImage' => '

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.

', 'CreateImage' => '

Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.

If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

For more information, see Create an Amazon EBS-backed Linux AMI in the Amazon Elastic Compute Cloud User Guide.

', 'CreateInstanceConnectEndpoint' => '

Creates an EC2 Instance Connect Endpoint.

An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.

', 'CreateInstanceEventWindow' => '

Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.

You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC.

You can create up to 200 event windows per Amazon Web Services Region.

When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the AssociateInstanceEventWindow API.

Event windows are applicable only for scheduled events that stop, reboot, or terminate instances.

Event windows are not applicable for:

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'CreateInstanceExportTask' => '

Exports a running or stopped instance to an Amazon S3 bucket.

For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.

', 'CreateInternetGateway' => '

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information, see Internet gateways in the Amazon VPC User Guide.

', 'CreateIpam' => '

Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization.

For more information, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'CreateIpamPool' => '

Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.

For more information, see Create a top-level pool in the Amazon VPC IPAM User Guide.

', 'CreateIpamResourceDiscovery' => '

Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'CreateIpamScope' => '

Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see Add a scope in the Amazon VPC IPAM User Guide.

', 'CreateKeyPair' => '

Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a key with the specified name already exists, Amazon EC2 returns an error.

The key pair returned to you is available only in the Amazon Web Services Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using ImportKeyPair.

You can have up to 5,000 key pairs per Amazon Web Services Region.

For more information, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLaunchTemplate' => '

Creates a launch template.

A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launch an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.

If you want to clone an existing launch template as the basis for creating a new launch template, you can use the Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more information, see Create a launch template from an existing launch template in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLaunchTemplateVersion' => '

Creates a new version of a launch template. You can specify an existing version of launch template from which to base the new version.

Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.

Launch templates are immutable; after you create a launch template, you can\'t modify it. Instead, you can create a new version of the launch template that includes any changes you require.

For more information, see Modify a launch template (manage launch template versions) in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLocalGatewayRoute' => '

Creates a static route for the specified local gateway route table. You must specify one of the following targets:

', 'CreateLocalGatewayRouteTable' => '

Creates a local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Creates a local gateway route table virtual interface group association.

', 'CreateLocalGatewayRouteTableVpcAssociation' => '

Associates the specified VPC with the specified local gateway route table.

', 'CreateManagedPrefixList' => '

Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.

', 'CreateNatGateway' => '

Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway.

With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet.

With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks.

For more information, see NAT gateways in the Amazon VPC User Guide.

', 'CreateNetworkAcl' => '

Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.

For more information, see Network ACLs in the Amazon VPC User Guide.

', 'CreateNetworkAclEntry' => '

Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

After you add an entry, you can\'t modify it; you must either replace it, or create an entry and delete the old one.

For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.

', 'CreateNetworkInsightsAccessScope' => '

Creates a Network Access Scope.

Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.

', 'CreateNetworkInsightsPath' => '

Creates a path to analyze for reachability.

Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.

', 'CreateNetworkInterface' => '

Creates a network interface in the specified subnet.

The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

For more information about network interfaces, see Elastic network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'CreateNetworkInterfacePermission' => '

Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.

You can grant permission to a single Amazon Web Services account only, and only one account at a time.

', 'CreatePlacementGroup' => '

Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.

A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.

For more information, see Placement groups in the Amazon EC2 User Guide.

', 'CreatePublicIpv4Pool' => '

Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use DescribePublicIpv4Pools.

', 'CreateReplaceRootVolumeTask' => '

Replaces the EBS-backed root volume for a running instance with a new volume that is restored to the original root volume\'s launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.

For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.

', 'CreateReservedInstancesListing' => '

Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.

Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.

The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'CreateRestoreImageTask' => '

Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'CreateRoute' => '

Creates a route in a route table within a VPC.

You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list.

When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

For more information about route tables, see Route tables in the Amazon VPC User Guide.

', 'CreateRouteTable' => '

Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.

For more information, see Route tables in the Amazon VPC User Guide.

', 'CreateSecurityGroup' => '

Creates a security group.

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide.

When you create a security group, you specify a friendly name of your choice. You can\'t have two security groups for the same VPC with the same name.

You have a default security group for use in your VPC. If you don\'t specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.

You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.

For more information about VPC security group limits, see Amazon VPC Limits.

', 'CreateSnapshot' => '

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

You can create snapshots of volumes in a Region and volumes on an Outpost. If you create a snapshot of a volume in a Region, the snapshot must be stored in the same Region as the volume. If you create a snapshot of a volume on an Outpost, the snapshot can be stored on the same Outpost as the volume, or in the Region for that Outpost.

When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the source volume are propagated to the snapshot.

You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your Amazon EBS volume at the time the snapshot command is issued; this might exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.

When you create a snapshot for an EBS volume that serves as a root device, we recommend that you stop the instance before taking the snapshot.

Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected.

You can tag your snapshots during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Amazon Elastic Block Store and Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSnapshots' => '

Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance.

You can include all of the volumes currently attached to the instance, or you can exclude the root volume or specific data (non-root) volumes from the multi-volume snapshot set.

You can create multi-volume snapshots of instances in a Region and instances on an Outpost. If you create snapshots from an instance in a Region, the snapshots must be stored in the same Region as the instance. If you create snapshots from an instance on an Outpost, the snapshots can be stored on the same Outpost as the instance, or in the Region for that Outpost.

', 'CreateSpotDatafeedSubscription' => '

Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per Amazon Web Services account. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

', 'CreateStoreImageTask' => '

Stores an AMI as a single object in an Amazon S3 bucket.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'CreateSubnet' => '

Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block.

A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can\'t change its CIDR block.

The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet\'s CIDR block. They\'re not available for your use.

If you\'ve associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.

If you add more than one subnet to a VPC, they\'re set up in a star topology with a logical router in the middle.

When you stop an instance in a subnet, it retains its private IPv4 address. It\'s therefore possible to have a subnet with no running instances (they\'re all stopped), but no remaining IP addresses available.

For more information, see Subnets in the Amazon VPC User Guide.

', 'CreateSubnetCidrReservation' => '

Creates a subnet CIDR reservation. For information about subnet CIDR reservations, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide.

', 'CreateTags' => '

Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users\' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.

', 'CreateTrafficMirrorFilter' => '

Creates a Traffic Mirror filter.

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

', 'CreateTrafficMirrorFilterRule' => '

Creates a Traffic Mirror filter rule.

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

You need the Traffic Mirror filter ID when you create the rule.

', 'CreateTrafficMirrorSession' => '

Creates a Traffic Mirror session.

A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.

The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.

By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.

', 'CreateTrafficMirrorTarget' => '

Creates a target for your Traffic Mirror session.

A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.

A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.

To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

', 'CreateTransitGateway' => '

Creates a transit gateway.

You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the available state, you can attach your VPCs and VPN connections to the transit gateway.

To attach your VPCs, use CreateTransitGatewayVpcAttachment.

To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.

When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.

', 'CreateTransitGatewayConnect' => '

Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.

A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.

', 'CreateTransitGatewayConnectPeer' => '

Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.

The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

For more information, see Connect peers in the Transit Gateways Guide.

', 'CreateTransitGatewayMulticastDomain' => '

Creates a multicast domain using the specified transit gateway.

The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.

', 'CreateTransitGatewayPeeringAttachment' => '

Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account.

After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.

', 'CreateTransitGatewayPolicyTable' => '

Creates a transit gateway policy table.

', 'CreateTransitGatewayPrefixListReference' => '

Creates a reference (route) to a prefix list in a specified transit gateway route table.

', 'CreateTransitGatewayRoute' => '

Creates a static route for the specified transit gateway route table.

', 'CreateTransitGatewayRouteTable' => '

Creates a route table for the specified transit gateway.

', 'CreateTransitGatewayRouteTableAnnouncement' => '

Advertises a new transit gateway route table.

', 'CreateTransitGatewayVpcAttachment' => '

Attaches the specified VPC to the specified transit gateway.

If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.

To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.

', 'CreateVerifiedAccessEndpoint' => '

An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.

', 'CreateVerifiedAccessGroup' => '

An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who\'s associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.

', 'CreateVerifiedAccessInstance' => '

An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

', 'CreateVerifiedAccessTrustProvider' => '

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

', 'CreateVolume' => '

Creates an EBS volume that can be attached to an instance in the same Availability Zone.

You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume.

You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

You can tag your volumes during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Create an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'CreateVpc' => '

Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon\'s pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide.

You can specify the instance tenancy value for the VPC when you create it. You can\'t change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.

', 'CreateVpcEndpoint' => '

Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.

', 'CreateVpcEndpointConnectionNotification' => '

Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

You can create a connection notification for interface endpoints only.

', 'CreateVpcEndpointServiceConfiguration' => '

Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.

Before you create an endpoint service, you must create one of the following for your service:

If you set the private DNS name, you must prove that you own the private DNS domain name.

For more information, see the Amazon Web Services PrivateLink Guide.

', 'CreateVpcPeeringConnection' => '

Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.

Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide.

The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.

If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.

', 'CreateVpnConnection' => '

Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The supported connection type is ipsec.1.

The response includes information that you need to give to your network administrator to configure your customer gateway.

We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway device.

If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'CreateVpnConnectionRoute' => '

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'CreateVpnGateway' => '

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DeleteCarrierGateway' => '

Deletes a carrier gateway.

If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route. For information about how to delete a route, see DeleteRoute.

', 'DeleteClientVpnEndpoint' => '

Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.

', 'DeleteClientVpnRoute' => '

Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.

', 'DeleteCoipCidr' => '

Deletes a range of customer-owned IP addresses.

', 'DeleteCoipPool' => '

Deletes a pool of customer-owned IP (CoIP) addresses.

', 'DeleteCustomerGateway' => '

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

', 'DeleteDhcpOptions' => '

Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

', 'DeleteEgressOnlyInternetGateway' => '

Deletes an egress-only internet gateway.

', 'DeleteFleets' => '

Deletes the specified EC2 Fleets.

After you delete an EC2 Fleet, it launches no new instances.

You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported.

Restrictions

For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.

', 'DeleteFlowLogs' => '

Deletes one or more flow logs.

', 'DeleteFpgaImage' => '

Deletes the specified Amazon FPGA Image (AFI).

', 'DeleteInstanceConnectEndpoint' => '

Deletes the specified EC2 Instance Connect Endpoint.

', 'DeleteInstanceEventWindow' => '

Deletes the specified event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DeleteInternetGateway' => '

Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

', 'DeleteIpam' => '

Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.

For more information, see Delete an IPAM in the Amazon VPC IPAM User Guide.

', 'DeleteIpamPool' => '

Delete an IPAM pool.

You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see ReleaseIpamPoolAllocation. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr.

For more information, see Delete a pool in the Amazon VPC IPAM User Guide.

', 'DeleteIpamResourceDiscovery' => '

Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DeleteIpamScope' => '

Delete the scope for an IPAM. You cannot delete the default scopes.

For more information, see Delete a scope in the Amazon VPC IPAM User Guide.

', 'DeleteKeyPair' => '

Deletes the specified key pair, by removing the public key from Amazon EC2.

', 'DeleteLaunchTemplate' => '

Deletes a launch template. Deleting a launch template deletes all of its versions.

', 'DeleteLaunchTemplateVersions' => '

Deletes one or more versions of a launch template. You cannot delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

', 'DeleteLocalGatewayRoute' => '

Deletes the specified route from the specified local gateway route table.

', 'DeleteLocalGatewayRouteTable' => '

Deletes a local gateway route table.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Deletes a local gateway route table virtual interface group association.

', 'DeleteLocalGatewayRouteTableVpcAssociation' => '

Deletes the specified association between a VPC and local gateway route table.

', 'DeleteManagedPrefixList' => '

Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.

', 'DeleteNatGateway' => '

Deletes the specified NAT gateway. Deleting a public NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

', 'DeleteNetworkAcl' => '

Deletes the specified network ACL. You can\'t delete the ACL if it\'s associated with any subnets. You can\'t delete the default network ACL.

', 'DeleteNetworkAclEntry' => '

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

', 'DeleteNetworkInsightsAccessScope' => '

Deletes the specified Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeAnalysis' => '

Deletes the specified Network Access Scope analysis.

', 'DeleteNetworkInsightsAnalysis' => '

Deletes the specified network insights analysis.

', 'DeleteNetworkInsightsPath' => '

Deletes the specified path.

', 'DeleteNetworkInterface' => '

Deletes the specified network interface. You must detach the network interface before you can delete it.

', 'DeleteNetworkInterfacePermission' => '

Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you\'re removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.

', 'DeletePlacementGroup' => '

Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement groups in the Amazon EC2 User Guide.

', 'DeletePublicIpv4Pool' => '

Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only.

', 'DeleteQueuedReservedInstances' => '

Deletes the queued purchases for the specified Reserved Instances.

', 'DeleteRoute' => '

Deletes the specified route from the specified route table.

', 'DeleteRouteTable' => '

Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can\'t delete the main route table.

', 'DeleteSecurityGroup' => '

Deletes a security group.

If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.

', 'DeleteSnapshot' => '

Deletes the specified snapshot.

When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.

You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.

For more information, see Delete an Amazon EBS snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteSpotDatafeedSubscription' => '

Deletes the data feed for Spot Instances.

', 'DeleteSubnet' => '

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

', 'DeleteSubnetCidrReservation' => '

Deletes a subnet CIDR reservation.

', 'DeleteTags' => '

Deletes the specified set of tags from the specified set of resources.

To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteTrafficMirrorFilter' => '

Deletes the specified Traffic Mirror filter.

You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.

', 'DeleteTrafficMirrorFilterRule' => '

Deletes the specified Traffic Mirror rule.

', 'DeleteTrafficMirrorSession' => '

Deletes the specified Traffic Mirror session.

', 'DeleteTrafficMirrorTarget' => '

Deletes the specified Traffic Mirror target.

You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.

', 'DeleteTransitGateway' => '

Deletes the specified transit gateway.

', 'DeleteTransitGatewayConnect' => '

Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.

', 'DeleteTransitGatewayConnectPeer' => '

Deletes the specified Connect peer.

', 'DeleteTransitGatewayMulticastDomain' => '

Deletes the specified transit gateway multicast domain.

', 'DeleteTransitGatewayPeeringAttachment' => '

Deletes a transit gateway peering attachment.

', 'DeleteTransitGatewayPolicyTable' => '

Deletes the specified transit gateway policy table.

', 'DeleteTransitGatewayPrefixListReference' => '

Deletes a reference (route) to a prefix list in a specified transit gateway route table.

', 'DeleteTransitGatewayRoute' => '

Deletes the specified route from the specified transit gateway route table.

', 'DeleteTransitGatewayRouteTable' => '

Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

', 'DeleteTransitGatewayRouteTableAnnouncement' => '

Advertises to the transit gateway that a transit gateway route table is deleted.

', 'DeleteTransitGatewayVpcAttachment' => '

Deletes the specified VPC attachment.

', 'DeleteVerifiedAccessEndpoint' => '

Delete an Amazon Web Services Verified Access endpoint.

', 'DeleteVerifiedAccessGroup' => '

Delete an Amazon Web Services Verified Access group.

', 'DeleteVerifiedAccessInstance' => '

Delete an Amazon Web Services Verified Access instance.

', 'DeleteVerifiedAccessTrustProvider' => '

Delete an Amazon Web Services Verified Access trust provider.

', 'DeleteVolume' => '

Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance).

The volume can remain in the deleting state for several minutes.

For more information, see Delete an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteVpc' => '

Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.

', 'DeleteVpcEndpointConnectionNotifications' => '

Deletes the specified VPC endpoint connection notifications.

', 'DeleteVpcEndpointServiceConfigurations' => '

Deletes the specified VPC endpoint service configurations. Before you can delete an endpoint service configuration, you must reject any Available or PendingAcceptance interface endpoint connections that are attached to the service.

', 'DeleteVpcEndpoints' => '

Deletes the specified VPC endpoints.

When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.

When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.

When you delete an interface endpoint, we delete its endpoint network interfaces.

', 'DeleteVpcPeeringConnection' => '

Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it\'s in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that\'s in the failed state.

', 'DeleteVpnConnection' => '

Deletes the specified VPN connection.

If you\'re deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.

For certificate-based authentication, delete all Certificate Manager (ACM) private certificates used for the Amazon Web Services-side tunnel endpoints for the VPN connection before deleting the VPN connection.

', 'DeleteVpnConnectionRoute' => '

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

', 'DeleteVpnGateway' => '

Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don\'t need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

', 'DeprovisionByoipCidr' => '

Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.

Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.

', 'DeprovisionIpamPoolCidr' => '

Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see Deprovision pool CIDRs in the Amazon VPC IPAM User Guide.

', 'DeprovisionPublicIpv4PoolCidr' => '

Deprovision a CIDR from a public IPv4 pool.

', 'DeregisterImage' => '

Deregisters the specified AMI. After you deregister an AMI, it can\'t be used to launch new instances.

If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide.

When you deregister an AMI, it doesn\'t affect any instances that you\'ve already launched from the AMI. You\'ll continue to incur usage costs for those instances until you terminate them.

When you deregister an Amazon EBS-backed AMI, it doesn\'t affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn\'t affect the files that you uploaded to Amazon S3 when you created the AMI.

', 'DeregisterInstanceEventNotificationAttributes' => '

Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.

', 'DeregisterTransitGatewayMulticastGroupMembers' => '

Deregisters the specified members (network interfaces) from the transit gateway multicast group.

', 'DeregisterTransitGatewayMulticastGroupSources' => '

Deregisters the specified sources (network interfaces) from the transit gateway multicast group.

', 'DescribeAccountAttributes' => '

Describes attributes of your Amazon Web Services account. The following are the supported account attributes:

', 'DescribeAddressTransfers' => '

Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.

', 'DescribeAddresses' => '

Describes the specified Elastic IP addresses or all of your Elastic IP addresses.

', 'DescribeAddressesAttribute' => '

Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.

', 'DescribeAggregateIdFormat' => '

Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).

This request only returns information about resource types that support longer IDs.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

', 'DescribeAvailabilityZones' => '

Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.

For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeAwsNetworkPerformanceMetricSubscriptions' => '

Describes the current Infrastructure Performance metric subscriptions.

', 'DescribeBundleTasks' => '

Describes the specified bundle tasks or all of your bundle tasks.

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

', 'DescribeByoipCidrs' => '

Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.

To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.

', 'DescribeCapacityReservationFleets' => '

Describes one or more Capacity Reservation Fleets.

', 'DescribeCapacityReservations' => '

Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the Amazon Web Services Region that you\'re currently using.

', 'DescribeCarrierGateways' => '

Describes one or more of your carrier gateways.

', 'DescribeClassicLinkInstances' => '

This action is deprecated.

Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.

', 'DescribeClientVpnAuthorizationRules' => '

Describes the authorization rules for a specified Client VPN endpoint.

', 'DescribeClientVpnConnections' => '

Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.

', 'DescribeClientVpnEndpoints' => '

Describes one or more Client VPN endpoints in the account.

', 'DescribeClientVpnRoutes' => '

Describes the routes for the specified Client VPN endpoint.

', 'DescribeClientVpnTargetNetworks' => '

Describes the target networks associated with the specified Client VPN endpoint.

', 'DescribeCoipPools' => '

Describes the specified customer-owned address pools or all of your customer-owned address pools.

', 'DescribeConversionTasks' => '

Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'DescribeCustomerGateways' => '

Describes one or more of your VPN customer gateways.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DescribeDhcpOptions' => '

Describes one or more of your DHCP options sets.

For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'DescribeEgressOnlyInternetGateways' => '

Describes one or more of your egress-only internet gateways.

', 'DescribeElasticGpus' => '

Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.

', 'DescribeExportImageTasks' => '

Describes the specified export image tasks or all of your export image tasks.

', 'DescribeExportTasks' => '

Describes the specified export instance tasks or all of your export instance tasks.

', 'DescribeFastLaunchImages' => '

Describe details for Windows AMIs that are configured for faster launching.

', 'DescribeFastSnapshotRestores' => '

Describes the state of fast snapshot restores for your snapshots.

', 'DescribeFleetHistory' => '

Describes the events for the specified EC2 Fleet during the specified time.

EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours.

For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

', 'DescribeFleetInstances' => '

Describes the running instances for the specified EC2 Fleet.

For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.

', 'DescribeFleets' => '

Describes the specified EC2 Fleets or all of your EC2 Fleets.

For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.

', 'DescribeFlowLogs' => '

Describes one or more flow logs.

To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.

', 'DescribeFpgaImageAttribute' => '

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

', 'DescribeFpgaImages' => '

Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.

', 'DescribeHostReservationOfferings' => '

Describes the Dedicated Host reservations that are available to purchase.

The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts in the Amazon EC2 User Guide.

', 'DescribeHostReservations' => '

Describes reservations that are associated with Dedicated Hosts in your account.

', 'DescribeHosts' => '

Describes the specified Dedicated Hosts or all your Dedicated Hosts.

The results describe only the Dedicated Hosts in the Region you\'re currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

', 'DescribeIamInstanceProfileAssociations' => '

Describes your IAM instance profile associations.

', 'DescribeIdFormat' => '

Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'DescribeIdentityIdFormat' => '

Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.

', 'DescribeImageAttribute' => '

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

', 'DescribeImages' => '

Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.

The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.

Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.

', 'DescribeImportImageTasks' => '

Displays details about an import virtual machine or import snapshot tasks that are already created.

', 'DescribeImportSnapshotTasks' => '

Describes your import snapshot tasks.

', 'DescribeInstanceAttribute' => '

Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport

', 'DescribeInstanceConnectEndpoints' => '

Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.

', 'DescribeInstanceCreditSpecifications' => '

Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited.

If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance.

If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'DescribeInstanceEventNotificationAttributes' => '

Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.

', 'DescribeInstanceEventWindows' => '

Describes the specified event windows or all event windows.

If you specify event window IDs, the output includes information for only the specified event windows. If you specify filters, the output includes information for only those event windows that meet the filter criteria. If you do not specify event windows IDs or filters, the output includes information for all event windows, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DescribeInstanceStatus' => '

Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.

Instance status includes the following components:

', 'DescribeInstanceTypeOfferings' => '

Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.

', 'DescribeInstanceTypes' => '

Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.

', 'DescribeInstances' => '

Describes the specified instances or all instances.

If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

', 'DescribeInternetGateways' => '

Describes one or more of your internet gateways.

', 'DescribeIpamPools' => '

Get information about your IPAM pools.

', 'DescribeIpamResourceDiscoveries' => '

Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DescribeIpamResourceDiscoveryAssociations' => '

Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..

', 'DescribeIpamScopes' => '

Get information about your IPAM scopes.

', 'DescribeIpams' => '

Get information about your IPAM pools.

For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'DescribeIpv6Pools' => '

Describes your IPv6 address pools.

', 'DescribeKeyPairs' => '

Describes the specified key pairs or all of your key pairs.

For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeLaunchTemplateVersions' => '

Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.

', 'DescribeLaunchTemplates' => '

Describes one or more launch templates.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => '

Describes the associations between virtual interface groups and local gateway route tables.

', 'DescribeLocalGatewayRouteTableVpcAssociations' => '

Describes the specified associations between VPCs and local gateway route tables.

', 'DescribeLocalGatewayRouteTables' => '

Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.

', 'DescribeLocalGatewayVirtualInterfaceGroups' => '

Describes the specified local gateway virtual interface groups.

', 'DescribeLocalGatewayVirtualInterfaces' => '

Describes the specified local gateway virtual interfaces.

', 'DescribeLocalGateways' => '

Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.

', 'DescribeManagedPrefixLists' => '

Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.

To view the entries for your prefix list, use GetManagedPrefixListEntries.

', 'DescribeMovingAddresses' => '

This action is deprecated.

Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

', 'DescribeNatGateways' => '

Describes one or more of your NAT gateways.

', 'DescribeNetworkAcls' => '

Describes one or more of your network ACLs.

For more information, see Network ACLs in the Amazon VPC User Guide.

', 'DescribeNetworkInsightsAccessScopeAnalyses' => '

Describes the specified Network Access Scope analyses.

', 'DescribeNetworkInsightsAccessScopes' => '

Describes the specified Network Access Scopes.

', 'DescribeNetworkInsightsAnalyses' => '

Describes one or more of your network insights analyses.

', 'DescribeNetworkInsightsPaths' => '

Describes one or more of your paths.

', 'DescribeNetworkInterfaceAttribute' => '

Describes a network interface attribute. You can specify only one attribute at a time.

', 'DescribeNetworkInterfacePermissions' => '

Describes the permissions for your network interfaces.

', 'DescribeNetworkInterfaces' => '

Describes one or more of your network interfaces.

', 'DescribePlacementGroups' => '

Describes the specified placement groups or all of your placement groups. For more information, see Placement groups in the Amazon EC2 User Guide.

', 'DescribePrefixLists' => '

Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.

We recommend that you use DescribeManagedPrefixLists instead.

', 'DescribePrincipalIdFormat' => '

Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

', 'DescribePublicIpv4Pools' => '

Describes the specified IPv4 address pools.

', 'DescribeRegions' => '

Describes the Regions that are enabled for your account, or all Regions.

For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas.

For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.

', 'DescribeReplaceRootVolumeTasks' => '

Describes a root volume replacement task. For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeReservedInstances' => '

Describes one or more of the Reserved Instances that you purchased.

For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesListings' => '

Describes your account\'s Reserved Instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you\'re searching for with what\'s available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesModifications' => '

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesOfferings' => '

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'DescribeRouteTables' => '

Describes one or more of your route tables.

Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

For more information, see Route tables in the Amazon VPC User Guide.

', 'DescribeScheduledInstanceAvailability' => '

Finds available schedules that meet the specified criteria.

You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.

', 'DescribeScheduledInstances' => '

Describes the specified Scheduled Instances or all your Scheduled Instances.

', 'DescribeSecurityGroupReferences' => '

Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you\'ve specified in this request.

', 'DescribeSecurityGroupRules' => '

Describes one or more of your security group rules.

', 'DescribeSecurityGroups' => '

Describes the specified security groups or all of your security groups.

', 'DescribeSnapshotAttribute' => '

Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeSnapshotTierStatus' => '

Describes the storage tier status of one or more Amazon EBS snapshots.

', 'DescribeSnapshots' => '

Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.

The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.

The create volume permissions fall into the following categories:

The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeSpotDatafeedSubscription' => '

Describes the data feed for Spot Instances. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

', 'DescribeSpotFleetInstances' => '

Describes the running instances for the specified Spot Fleet.

', 'DescribeSpotFleetRequestHistory' => '

Describes the events for the specified Spot Fleet request during the specified time.

Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.

For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

', 'DescribeSpotFleetRequests' => '

Describes your Spot Fleet requests.

Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

', 'DescribeSpotInstanceRequests' => '

Describes the specified Spot Instance requests.

You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items.

Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

', 'DescribeSpotPriceHistory' => '

Describes the Spot price history. For more information, see Spot Instance pricing history in the Amazon EC2 User Guide for Linux Instances.

When you specify a start and end time, the operation returns the prices of the instance types within that time range. It also returns the last price change before the start time, which is the effective price as of the start time.

', 'DescribeStaleSecurityGroups' => '

Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.

', 'DescribeStoreImageTasks' => '

Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don\'t specify the AMIs, you get a paginated list of store tasks from the last 31 days.

For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage.

Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'DescribeSubnets' => '

Describes one or more of your subnets.

For more information, see Subnets in the Amazon VPC User Guide.

', 'DescribeTags' => '

Describes the specified tags for your EC2 resources.

For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeTrafficMirrorFilters' => '

Describes one or more Traffic Mirror filters.

', 'DescribeTrafficMirrorSessions' => '

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

', 'DescribeTrafficMirrorTargets' => '

Information about one or more Traffic Mirror targets.

', 'DescribeTransitGatewayAttachments' => '

Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.

', 'DescribeTransitGatewayConnectPeers' => '

Describes one or more Connect peers.

', 'DescribeTransitGatewayConnects' => '

Describes one or more Connect attachments.

', 'DescribeTransitGatewayMulticastDomains' => '

Describes one or more transit gateway multicast domains.

', 'DescribeTransitGatewayPeeringAttachments' => '

Describes your transit gateway peering attachments.

', 'DescribeTransitGatewayPolicyTables' => '

Describes one or more transit gateway route policy tables.

', 'DescribeTransitGatewayRouteTableAnnouncements' => '

Describes one or more transit gateway route table advertisements.

', 'DescribeTransitGatewayRouteTables' => '

Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.

', 'DescribeTransitGatewayVpcAttachments' => '

Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.

', 'DescribeTransitGateways' => '

Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

', 'DescribeTrunkInterfaceAssociations' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Describes one or more network interface trunk associations.

', 'DescribeVerifiedAccessEndpoints' => '

Describes the specified Amazon Web Services Verified Access endpoints.

', 'DescribeVerifiedAccessGroups' => '

Describes the specified Verified Access groups.

', 'DescribeVerifiedAccessInstanceLoggingConfigurations' => '

Describes the specified Amazon Web Services Verified Access instances.

', 'DescribeVerifiedAccessInstances' => '

Describes the specified Amazon Web Services Verified Access instances.

', 'DescribeVerifiedAccessTrustProviders' => '

Describes the specified Amazon Web Services Verified Access trust providers.

', 'DescribeVolumeAttribute' => '

Describes the specified attribute of the specified volume. You can specify only one attribute at a time.

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVolumeStatus' => '

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume\'s underlying host. If the volume\'s underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

The DescribeVolumeStatus operation provides the following information about the specified volumes:

Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon Elastic Compute Cloud User Guide.

Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.

Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

', 'DescribeVolumes' => '

Describes the specified EBS volumes or all of your EBS volumes.

If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVolumesModifications' => '

Describes the most recent volume modification request for the specified EBS volumes.

If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request.

You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. For more information, see Monitor the progress of volume modifications in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVpcAttribute' => '

Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

', 'DescribeVpcClassicLink' => '

This action is deprecated.

Describes the ClassicLink status of the specified VPCs.

', 'DescribeVpcClassicLinkDnsSupport' => '

This action is deprecated.

Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

', 'DescribeVpcEndpointConnectionNotifications' => '

Describes the connection notifications for VPC endpoints and VPC endpoint services.

', 'DescribeVpcEndpointConnections' => '

Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

', 'DescribeVpcEndpointServiceConfigurations' => '

Describes the VPC endpoint service configurations in your account (your services).

', 'DescribeVpcEndpointServicePermissions' => '

Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.

', 'DescribeVpcEndpointServices' => '

Describes available services to which you can create a VPC endpoint.

When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.

', 'DescribeVpcEndpoints' => '

Describes your VPC endpoints.

', 'DescribeVpcPeeringConnections' => '

Describes one or more of your VPC peering connections.

', 'DescribeVpcs' => '

Describes one or more of your VPCs.

', 'DescribeVpnConnections' => '

Describes one or more of your VPN connections.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DescribeVpnGateways' => '

Describes one or more of your virtual private gateways.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DetachClassicLinkVpc' => '

This action is deprecated.

Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it\'s stopped.

', 'DetachInternetGateway' => '

Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.

', 'DetachNetworkInterface' => '

Detaches a network interface from an instance.

', 'DetachVerifiedAccessTrustProvider' => '

Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.

', 'DetachVolume' => '

Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can\'t be detached while the instance is running. To detach the root volume, stop the instance first.

When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

For more information, see Detach an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'DetachVpnGateway' => '

Detaches a virtual private gateway from a VPC. You do this if you\'re planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

You must wait for the attachment\'s state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

', 'DisableAddressTransfer' => '

Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'DisableAwsNetworkPerformanceMetricSubscription' => '

Disables Infrastructure Performance metric subscriptions.

', 'DisableEbsEncryptionByDefault' => '

Disables EBS encryption by default for your account in the current Region.

After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.

Disabling encryption by default does not change the encryption status of your existing volumes.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'DisableFastLaunch' => '

Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.

To change these settings, you must own the AMI.

', 'DisableFastSnapshotRestores' => '

Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

', 'DisableImageDeprecation' => '

Cancels the deprecation of the specified AMI.

For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

', 'DisableIpamOrganizationAdminAccount' => '

Disable the IPAM account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

', 'DisableSerialConsoleAccess' => '

Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'DisableTransitGatewayRouteTablePropagation' => '

Disables the specified resource attachment from propagating routes to the specified propagation route table.

', 'DisableVgwRoutePropagation' => '

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

', 'DisableVpcClassicLink' => '

This action is deprecated.

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

', 'DisableVpcClassicLinkDnsSupport' => '

This action is deprecated.

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it\'s linked.

You must specify a VPC ID in the request.

', 'DisassociateAddress' => '

Disassociates an Elastic IP address from the instance or network interface it\'s associated with.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error.

', 'DisassociateClientVpnTargetNetwork' => '

Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:

', 'DisassociateEnclaveCertificateIamRole' => '

Disassociates an IAM role from an Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role\'s permission to use the KMS key used to encrypt the private key. This effectively revokes the role\'s permission to use the certificate.

', 'DisassociateIamInstanceProfile' => '

Disassociates an IAM instance profile from a running or stopped instance.

Use DescribeIamInstanceProfileAssociations to get the association ID.

', 'DisassociateInstanceEventWindow' => '

Disassociates one or more targets from an event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DisassociateIpamResourceDiscovery' => '

Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DisassociateNatGatewayAddress' => '

Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway.

An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released.

', 'DisassociateRouteTable' => '

Disassociates a subnet or gateway from a route table.

After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC\'s main route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

', 'DisassociateSubnetCidrBlock' => '

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

', 'DisassociateTransitGatewayMulticastDomain' => '

Disassociates the specified subnets from the transit gateway multicast domain.

', 'DisassociateTransitGatewayPolicyTable' => '

Removes the association between an an attachment and a policy table.

', 'DisassociateTransitGatewayRouteTable' => '

Disassociates a resource attachment from a transit gateway route table.

', 'DisassociateTrunkInterface' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Removes an association between a branch network interface with a trunk network interface.

', 'DisassociateVpcCidrBlock' => '

Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

', 'EnableAddressTransfer' => '

Enables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'EnableAwsNetworkPerformanceMetricSubscription' => '

Enables Infrastructure Performance subscriptions.

', 'EnableEbsEncryptionByDefault' => '

Enables EBS encryption by default for your account in the current Region.

After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

You can specify the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

Enabling encryption by default has no effect on the encryption status of your existing volumes.

After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported instance types.

', 'EnableFastLaunch' => '

When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency.

To change these settings, you must own the AMI.

', 'EnableFastSnapshotRestores' => '

Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.

You get the full benefit of fast snapshot restores after they enter the enabled state. To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot restores, use DisableFastSnapshotRestores.

For more information, see Amazon EBS fast snapshot restore in the Amazon Elastic Compute Cloud User Guide.

', 'EnableImageDeprecation' => '

Enables deprecation of the specified AMI at the specified date and time.

For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

', 'EnableIpamOrganizationAdminAccount' => '

Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

', 'EnableReachabilityAnalyzerOrganizationSharing' => '

Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization.

After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts.

', 'EnableSerialConsoleAccess' => '

Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'EnableTransitGatewayRouteTablePropagation' => '

Enables the specified attachment to propagate routes to the specified propagation route table.

', 'EnableVgwRoutePropagation' => '

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

', 'EnableVolumeIO' => '

Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.

', 'EnableVpcClassicLink' => '

This action is deprecated.

Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges.

', 'EnableVpcClassicLinkDnsSupport' => '

This action is deprecated.

Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

You must specify a VPC ID in the request.

', 'ExportClientVpnClientCertificateRevocationList' => '

Downloads the client certificate revocation list for the specified Client VPN endpoint.

', 'ExportClientVpnClientConfiguration' => '

Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.

', 'ExportImage' => '

Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM directly from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.

', 'ExportTransitGatewayRoutes' => '

Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.

The routes are saved to the specified bucket in a JSON file. For more information, see Export Route Tables to Amazon S3 in Transit Gateways.

', 'GetAssociatedEnclaveCertificateIamRoles' => '

Returns the IAM roles that are associated with the specified ACM (ACM) certificate. It also returns the name of the Amazon S3 bucket and the Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored, and the ARN of the KMS key that\'s used to encrypt the private key.

', 'GetAssociatedIpv6PoolCidrs' => '

Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

', 'GetAwsNetworkPerformanceData' => '

Gets network performance data.

', 'GetCapacityReservationUsage' => '

Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner\'s usage.

', 'GetCoipPoolUsage' => '

Describes the allocations from the specified customer-owned address pool.

', 'GetConsoleOutput' => '

Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.

By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.

You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.

For more information, see Instance console output in the Amazon EC2 User Guide.

', 'GetConsoleScreenshot' => '

Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

The returned content is Base64-encoded.

', 'GetDefaultCreditSpecification' => '

Describes the default credit option for CPU usage of a burstable performance instance family.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'GetEbsDefaultKmsKeyId' => '

Describes the default KMS key for EBS encryption by default for your account in this Region. You can change the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'GetEbsEncryptionByDefault' => '

Describes whether EBS encryption by default is enabled for your account in the current Region.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'GetFlowLogsIntegrationTemplate' => '

Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:

GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.

', 'GetGroupsForCapacityReservation' => '

Lists the resource groups to which a Capacity Reservation has been added.

', 'GetHostReservationPurchasePreview' => '

Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.

This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.

', 'GetInstanceTypesFromInstanceRequirements' => '

Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity.

When you specify multiple parameters, you get instance types that satisfy all of the specified parameters. If you specify multiple values for a parameter, you get instance types that satisfy any of the specified values.

For more information, see Preview instance types with specified attributes, Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide, and Creating an Auto Scaling group using attribute-based instance type selection in the Amazon EC2 Auto Scaling User Guide.

', 'GetInstanceUefiData' => '

A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded.

When you use register-image to create an AMI, you can create an exact copy of your variable store by passing the UEFI data in the UefiData parameter. You can modify the UEFI data by using the python-uefivars tool on GitHub. You can use the tool to convert the UEFI data into a human-readable format (JSON), which you can inspect and modify, and then convert back into the binary format to use with register-image.

For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', 'GetIpamAddressHistory' => '

Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

', 'GetIpamDiscoveredAccounts' => '

Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.

', 'GetIpamDiscoveredResourceCidrs' => '

Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.

', 'GetIpamPoolAllocations' => '

Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.

', 'GetIpamPoolCidrs' => '

Get the CIDRs provisioned to an IPAM pool.

', 'GetIpamResourceCidrs' => '

Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'GetLaunchTemplateData' => '

Retrieves the configuration data of the specified instance. You can use this data to create a launch template.

This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow describe* depending on your instance requirements.

', 'GetManagedPrefixListAssociations' => '

Gets information about the resources that are associated with the specified managed prefix list.

', 'GetManagedPrefixListEntries' => '

Gets information about the entries for a specified managed prefix list.

', 'GetNetworkInsightsAccessScopeAnalysisFindings' => '

Gets the findings for the specified Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeContent' => '

Gets the content for the specified Network Access Scope.

', 'GetPasswordData' => '

Retrieves the encrypted administrator password for a running Windows instance.

The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config and EC2Launch in the Amazon EC2 User Guide.

For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it\'s available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

', 'GetReservedInstancesExchangeQuote' => '

Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.

', 'GetSerialConsoleAccessStatus' => '

Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'GetSpotPlacementScores' => '

Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.

You can specify your compute requirements either by using InstanceRequirementsWithMetadata and letting Amazon EC2 choose the optimal instance types to fulfill your Spot request, or you can specify the instance types by using InstanceTypes.

For more information, see Spot placement score in the Amazon EC2 User Guide.

', 'GetSubnetCidrReservations' => '

Gets information about the subnet CIDR reservations.

', 'GetTransitGatewayAttachmentPropagations' => '

Lists the route tables to which the specified resource attachment propagates routes.

', 'GetTransitGatewayMulticastDomainAssociations' => '

Gets information about the associations for the transit gateway multicast domain.

', 'GetTransitGatewayPolicyTableAssociations' => '

Gets a list of the transit gateway policy table associations.

', 'GetTransitGatewayPolicyTableEntries' => '

Returns a list of transit gateway policy table entries.

', 'GetTransitGatewayPrefixListReferences' => '

Gets information about the prefix list references in a specified transit gateway route table.

', 'GetTransitGatewayRouteTableAssociations' => '

Gets information about the associations for the specified transit gateway route table.

', 'GetTransitGatewayRouteTablePropagations' => '

Gets information about the route table propagations for the specified transit gateway route table.

', 'GetVerifiedAccessEndpointPolicy' => '

Get the Verified Access policy associated with the endpoint.

', 'GetVerifiedAccessGroupPolicy' => '

Shows the contents of the Verified Access policy associated with the group.

', 'GetVpnConnectionDeviceSampleConfiguration' => '

Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.

', 'GetVpnConnectionDeviceTypes' => '

Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

', 'GetVpnTunnelReplacementStatus' => '

Get details of available tunnel endpoint maintenance.

', 'ImportClientVpnClientCertificateRevocationList' => '

Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.

Uploading a client certificate revocation list resets existing client connections.

', 'ImportImage' => '

To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide .

Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).

Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized.

For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

', 'ImportInstance' => '

We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

Creates an import instance task using metadata from the specified disk image.

This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.

This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'ImportKeyPair' => '

Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which Amazon Web Services creates the key pair and gives the keys to you (Amazon Web Services keeps a copy of the public key). With ImportKeyPair, you create the key pair and give Amazon Web Services just the public key. The private key is never transferred between you and Amazon Web Services.

For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'ImportSnapshot' => '

Imports a disk into an EBS snapshot.

For more information, see Importing a disk as a snapshot using VM Import/Export in the VM Import/Export User Guide.

', 'ImportVolume' => '

Creates an import volume task using metadata from the specified disk image.

This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead. To import a disk to a snapshot, use ImportSnapshot instead.

This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing Disks to Amazon EBS in the Amazon EC2 CLI Reference PDF file.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'ListImagesInRecycleBin' => '

Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

', 'ListSnapshotsInRecycleBin' => '

Lists one or more snapshots that are currently in the Recycle Bin.

', 'ModifyAddressAttribute' => '

Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.

', 'ModifyAvailabilityZoneGroup' => '

Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.

Use DescribeAvailabilityZones to view the value for GroupName.

', 'ModifyCapacityReservation' => '

Modifies a Capacity Reservation\'s capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation\'s instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.

', 'ModifyCapacityReservationFleet' => '

Modifies a Capacity Reservation Fleet.

When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet to meet the new total target capacity. When you modify the end date for the Fleet, the end dates for all of the individual Capacity Reservations in the Fleet are updated accordingly.

', 'ModifyClientVpnEndpoint' => '

Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.

', 'ModifyDefaultCreditSpecification' => '

Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.

ModifyDefaultCreditSpecification is an asynchronous operation, which works at an Amazon Web Services Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call GetDefaultCreditSpecification and check DefaultCreditSpecification for updates.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'ModifyEbsDefaultKmsKeyId' => '

Changes the default KMS key for EBS encryption by default for your account in this Region.

Amazon Web Services creates a unique Amazon Web Services managed KMS key in each Region for use with encryption by default. If you change the default KMS key to a symmetric customer managed KMS key, it is used instead of the Amazon Web Services managed KMS key. To reset the default KMS key to the Amazon Web Services managed KMS key for EBS, use ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric KMS keys.

If you delete or disable the customer managed KMS key that you specified for use with encryption by default, your instances will fail to launch.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyFleet' => '

Modifies the specified EC2 Fleet.

You can only modify an EC2 Fleet request of type maintain.

While the EC2 Fleet is being modified, it is in the modifying state.

To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

', 'ModifyFpgaImageAttribute' => '

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

', 'ModifyHosts' => '

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.

', 'ModifyIdFormat' => '

Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you\'re using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'ModifyIdentityIdFormat' => '

Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'ModifyImageAttribute' => '

Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.

To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission.

Images with an Amazon Web Services Marketplace product code cannot be made public.

To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.

', 'ModifyInstanceAttribute' => '

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action.

To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.

', 'ModifyInstanceCapacityReservationAttributes' => '

Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any open Capacity Reservation with matching attributes, or run On-Demand Instance capacity.

', 'ModifyInstanceCreditSpecification' => '

Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'ModifyInstanceEventStartTime' => '

Modifies the start time for a scheduled Amazon EC2 instance event.

', 'ModifyInstanceEventWindow' => '

Modifies the specified event window.

You can define either a set of time ranges or a cron expression when modifying the event window, but not both.

To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API.

If Amazon Web Services has already scheduled an event, modifying an event window won\'t change the time of the scheduled event.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'ModifyInstanceMaintenanceOptions' => '

Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.

', 'ModifyInstanceMetadataOptions' => '

Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data in the Amazon EC2 User Guide.

', 'ModifyInstancePlacement' => '

Modifies the placement attributes for a specified instance. You can do the following:

At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.

To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.

', 'ModifyIpam' => '

Modify the configurations of an IPAM.

', 'ModifyIpamPool' => '

Modify the configurations of an IPAM pool.

For more information, see Modify a pool in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceCidr' => '

Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceDiscovery' => '

Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'ModifyIpamScope' => '

Modify an IPAM scope.

', 'ModifyLaunchTemplate' => '

Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.

', 'ModifyLocalGatewayRoute' => '

Modifies the specified local gateway route.

', 'ModifyManagedPrefixList' => '

Modifies the specified managed prefix list.

Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version.

If you specify a current version number that does not match the true current version number, the request fails.

', 'ModifyNetworkInterfaceAttribute' => '

Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.

', 'ModifyPrivateDnsNameOptions' => '

Modifies the options for instance hostnames for the specified instance.

', 'ModifyReservedInstances' => '

Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.

For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

', 'ModifySecurityGroupRules' => '

Modifies the rules of a security group.

', 'ModifySnapshotAttribute' => '

Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot\'s list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.

Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.

For more information about modifying snapshot permissions, see Share a snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'ModifySnapshotTier' => '

Archives an Amazon EBS snapshot. When you archive a snapshot, it is converted to a full snapshot that includes all of the blocks of data that were written to the volume at the time the snapshot was created, and moved from the standard tier to the archive tier. For more information, see Archive Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'ModifySpotFleetRequest' => '

Modifies the specified Spot Fleet request.

You can only modify a Spot Fleet request of type maintain.

While the Spot Fleet request is being modified, it is in the modifying state.

To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.

', 'ModifySubnetAttribute' => '

Modifies a subnet attribute. You can only modify one attribute at a time.

Use this action to modify subnets on Amazon Web Services Outposts.

For more information about Amazon Web Services Outposts, see the following:

', 'ModifyTrafficMirrorFilterNetworkServices' => '

Allows or restricts mirroring network services.

By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterRule' => '

Modifies the specified Traffic Mirror rule.

DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.

', 'ModifyTrafficMirrorSession' => '

Modifies a Traffic Mirror session.

', 'ModifyTransitGateway' => '

Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.

', 'ModifyTransitGatewayPrefixListReference' => '

Modifies a reference (route) to a prefix list in a specified transit gateway route table.

', 'ModifyTransitGatewayVpcAttachment' => '

Modifies the specified VPC attachment.

', 'ModifyVerifiedAccessEndpoint' => '

Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointPolicy' => '

Modifies the specified Amazon Web Services Verified Access endpoint policy.

', 'ModifyVerifiedAccessGroup' => '

Modifies the specified Amazon Web Services Verified Access group configuration.

', 'ModifyVerifiedAccessGroupPolicy' => '

Modifies the specified Amazon Web Services Verified Access group policy.

', 'ModifyVerifiedAccessInstance' => '

Modifies the configuration of the specified Amazon Web Services Verified Access instance.

', 'ModifyVerifiedAccessInstanceLoggingConfiguration' => '

Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.

', 'ModifyVerifiedAccessTrustProvider' => '

Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.

', 'ModifyVolume' => '

You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see Amazon EBS Elastic Volumes (Linux instances) or Amazon EBS Elastic Volumes (Windows instances).

When you complete a resize operation on your volume, you need to extend the volume\'s file-system size to take advantage of the new storage capacity. For more information, see Extend a Linux file system or Extend a Windows file system.

You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using DescribeVolumesModifications. For information about tracking status changes using either method, see Monitor the progress of volume modifications.

With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance.

After modifying a volume, you must wait at least six hours and ensure that the volume is in the in-use or available state before you can modify the same volume. This is sometimes referred to as a cooldown period.

', 'ModifyVolumeAttribute' => '

Modifies a volume attribute.

By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

', 'ModifyVpcAttribute' => '

Modifies the specified attribute of the specified VPC.

', 'ModifyVpcEndpoint' => '

Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.

', 'ModifyVpcEndpointConnectionNotification' => '

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

', 'ModifyVpcEndpointServiceConfiguration' => '

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

If you set or modify the private DNS name, you must prove that you own the private DNS domain name.

', 'ModifyVpcEndpointServicePayerResponsibility' => '

Modifies the payer responsibility for your VPC endpoint service.

', 'ModifyVpcEndpointServicePermissions' => '

Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service.

If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.

', 'ModifyVpcPeeringConnectionOptions' => '

Modifies the VPC peering connection options on one side of a VPC peering connection.

If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.

', 'ModifyVpcTenancy' => '

Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated.

After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.

For more information, see Dedicated Instances in the Amazon EC2 User Guide.

', 'ModifyVpnConnection' => '

Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.

This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.

You must delete the static routes before you migrate to the new gateway.

Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.

After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in Update VPC route tables in the Amazon Web Services Site-to-Site VPN User Guide.

When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the Amazon Web Services Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.

If you deleted VPN static routes, you must add the static routes to the transit gateway route table.

After you perform this operation, the VPN endpoint\'s IP addresses on the Amazon Web Services side and the tunnel options remain intact. Your Amazon Web Services Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.

', 'ModifyVpnConnectionOptions' => '

Modifies the connection options for your Site-to-Site VPN connection.

When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

', 'ModifyVpnTunnelCertificate' => '

Modifies the VPN tunnel endpoint certificate.

', 'ModifyVpnTunnelOptions' => '

Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

', 'MonitorInstances' => '

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitor your instances using CloudWatch in the Amazon EC2 User Guide.

To disable detailed monitoring, see UnmonitorInstances.

', 'MoveAddressToVpc' => '

This action is deprecated.

Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

', 'MoveByoipCidrToIpam' => '

Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.

If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.

', 'ProvisionByoipCidr' => '

Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.

', 'ProvisionIpamPoolCidr' => '

Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.

For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.

', 'ProvisionPublicIpv4PoolCidr' => '

Provision a CIDR to a public IPv4 pool.

For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'PurchaseHostReservation' => '

Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

', 'PurchaseReservedInstancesOffering' => '

Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.

Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you\'ve purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.

To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.

For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'PurchaseScheduledInstances' => '

You can no longer purchase Scheduled Instances.

Purchases the Scheduled Instances with the specified schedule.

Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.

After you purchase a Scheduled Instance, you can\'t cancel, modify, or resell your purchase.

', 'RebootInstances' => '

Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.

If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot.

For more information about troubleshooting, see Troubleshoot an unreachable instance in the Amazon EC2 User Guide.

', 'RegisterImage' => '

Registers an AMI. When you\'re creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don\'t have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

Register a snapshot of a root device volume

You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can\'t set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted.

For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide.

Amazon Web Services Marketplace product codes

If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.

Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

  1. Launch an instance from an existing AMI with that billing product code.

  2. Customize the instance.

  3. Create an AMI from the instance using CreateImage.

If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.

', 'RegisterInstanceEventNotificationAttributes' => '

Registers a set of tag keys to include in scheduled event notifications for your resources.

To remove tags, use DeregisterInstanceEventNotificationAttributes.

', 'RegisterTransitGatewayMulticastGroupMembers' => '

Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways.

After you add the members, use SearchTransitGatewayMulticastGroups to verify that the members were added to the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSources' => '

Registers sources (network interfaces) with the specified transit gateway multicast group.

A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways.

After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast group.

', 'RejectTransitGatewayMulticastDomainAssociations' => '

Rejects a request to associate cross-account subnets with a transit gateway multicast domain.

', 'RejectTransitGatewayPeeringAttachment' => '

Rejects a transit gateway peering attachment request.

', 'RejectTransitGatewayVpcAttachment' => '

Rejects a request to attach a VPC to a transit gateway.

The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use AcceptTransitGatewayVpcAttachment to accept a VPC attachment request.

', 'RejectVpcEndpointConnections' => '

Rejects VPC endpoint connection requests to your VPC endpoint service.

', 'RejectVpcPeeringConnection' => '

Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.

', 'ReleaseAddress' => '

Releases the specified Elastic IP address.

[Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it\'s associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.

[Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you\'ll get an AuthFailure error if the address is already allocated to another Amazon Web Services account.

After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.

', 'ReleaseHosts' => '

When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released.

When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.

Released hosts still appear in a DescribeHosts response.

', 'ReleaseIpamPoolAllocation' => '

Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide.

All EC2 API actions follow an eventual consistency model.

', 'ReplaceIamInstanceProfileAssociation' => '

Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that\'s associated with an instance without having to disassociate the existing IAM instance profile first.

Use DescribeIamInstanceProfileAssociations to get the association ID.

', 'ReplaceNetworkAclAssociation' => '

Changes which network ACL a subnet is associated with. By default when you create a subnet, it\'s automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

This is an idempotent operation.

', 'ReplaceNetworkAclEntry' => '

Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

', 'ReplaceRoute' => '

Replaces an existing route within a route table in a VPC.

You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target.

For more information, see Route tables in the Amazon VPC User Guide.

', 'ReplaceRouteTableAssociation' => '

Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

You can also use this operation to change which table is the main route table in the VPC. Specify the main route table\'s association ID and the route table ID of the new main route table.

', 'ReplaceTransitGatewayRoute' => '

Replaces the specified route in the specified transit gateway route table.

', 'ReplaceVpnTunnel' => '

Trigger replacement of specified VPN tunnel.

', 'ReportInstanceStatus' => '

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

Use of this action does not change the value returned by DescribeInstanceStatus.

', 'RequestSpotFleet' => '

Creates a Spot Fleet request.

The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.

You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.

Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.

You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported.

For more information, see Spot Fleet requests in the Amazon EC2 User Guide.

We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.

', 'RequestSpotInstances' => '

Creates a Spot Instance request.

For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances.

We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.

', 'ResetAddressAttribute' => '

Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.

', 'ResetEbsDefaultKmsKeyId' => '

Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.

After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ResetFpgaImageAttribute' => '

Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

', 'ResetImageAttribute' => '

Resets an attribute of an AMI to its default value.

', 'ResetInstanceAttribute' => '

Resets an attribute of an instance to its default value. To reset the kernel or ramdisk, the instance must be in a stopped state. To reset the sourceDestCheck, the instance can be either running or stopped.

The sourceDestCheck attribute controls whether source/destination checking is enabled. The default value is true, which means checking is enabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon VPC User Guide.

', 'ResetNetworkInterfaceAttribute' => '

Resets a network interface attribute. You can specify only one attribute at a time.

', 'ResetSnapshotAttribute' => '

Resets permission settings for the specified snapshot.

For more information about modifying snapshot permissions, see Share a snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreAddressToClassic' => '

This action is deprecated.

Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

', 'RestoreImageFromRecycleBin' => '

Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

', 'RestoreManagedPrefixListVersion' => '

Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.

', 'RestoreSnapshotFromRecycleBin' => '

Restores a snapshot from the Recycle Bin. For more information, see Restore snapshots from the Recycle Bin in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreSnapshotTier' => '

Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored.

For more information see Restore an archived snapshot and modify the restore period or restore type for a temporarily restored snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'RevokeClientVpnIngress' => '

Removes an ingress authorization rule from a Client VPN endpoint.

', 'RevokeSecurityGroupEgress' => '

Removes the specified outbound (egress) rules from the specified security group.

You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule\'s values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

For a default VPC, if the values you specify do not match the existing rule\'s values, no error is returned, and the output describes the security group rules that were not revoked.

Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

', 'RevokeSecurityGroupIngress' => '

Removes the specified inbound (ingress) rules from a security group.

You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule\'s values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

For a default VPC, if the values you specify do not match the existing rule\'s values, no error is returned, and the output describes the security group rules that were not revoked.

Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

', 'RunInstances' => '

Launches the specified number of instances using an AMI for which you have permissions.

You can specify a number of options, or leave the default options. The following rules apply:

You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters.

To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.

An instance is ready for you to use when it\'s in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources.

Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs.

For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.

', 'RunScheduledInstances' => '

Launches the specified Scheduled Instances.

Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.

You must launch a Scheduled Instance during its scheduled time period. You can\'t stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon EC2 User Guide.

', 'SearchLocalGatewayRoutes' => '

Searches for routes in the specified local gateway route table.

', 'SearchTransitGatewayMulticastGroups' => '

Searches one or more transit gateway multicast groups and returns the group membership information.

', 'SearchTransitGatewayRoutes' => '

Searches for routes in the specified transit gateway route table.

', 'SendDiagnosticInterrupt' => '

Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).

In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.

Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.

For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see Send a diagnostic interrupt (for advanced users) (Linux instances) or Send a diagnostic interrupt (for advanced users) (Windows instances).

', 'StartInstances' => '

Starts an Amazon EBS-backed instance that you\'ve previously stopped.

Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

Performing this operation on an instance that uses an instance store as its root device returns an error.

If you attempt to start a T3 instance with host tenancy and the unlimted CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated.

For more information, see Stop and start your instance in the Amazon EC2 User Guide.

', 'StartNetworkInsightsAccessScopeAnalysis' => '

Starts analyzing the specified Network Access Scope.

', 'StartNetworkInsightsAnalysis' => '

Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.

', 'StartVpcEndpointServicePrivateDnsVerification' => '

Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.

The service provider must successfully perform the verification before the consumer can use the name to access the service.

Before the service provider runs this command, they must add a record to the DNS server.

', 'StopInstances' => '

Stops an Amazon EBS-backed instance. For more information, see Stop and start your instance in the Amazon EC2 User Guide.

You can use the Stop action to hibernate an instance if the instance is enabled for hibernation and it meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

We don\'t charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

You can\'t stop or hibernate instance store-backed instances. You can\'t use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see Hibernating interrupted Spot Instances in the Amazon EC2 User Guide.

When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.

Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshoot stopping your instance in the Amazon EC2 User Guide.

', 'TerminateClientVpnConnections' => '

Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.

', 'TerminateInstances' => '

Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.

If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.

If you terminate multiple instances across multiple Availability Zones, and one or more of the specified instances are enabled for termination protection, the request fails with the following results:

For example, say you have the following instances:

If you attempt to terminate all of these instances in the same request, the request reports failure with the following results:

Terminated instances remain visible after termination (for approximately one hour).

By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.

You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

For more information about troubleshooting, see Troubleshooting terminating your instance in the Amazon EC2 User Guide.

', 'UnassignIpv6Addresses' => '

Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.

', 'UnassignPrivateIpAddresses' => '

Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.

', 'UnassignPrivateNatGatewayAddress' => '

Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway.

A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.

', 'UnmonitorInstances' => '

Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide.

', 'UpdateSecurityGroupRuleDescriptionsEgress' => '

Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

', 'UpdateSecurityGroupRuleDescriptionsIngress' => '

Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

', 'WithdrawByoipCidr' => '

Stops advertising an address range that is provisioned as an address pool.

You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.

', ], 'shapes' => [ 'AcceleratorCount' => [ 'base' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

', 'refs' => [ 'InstanceRequirements$AcceleratorCount' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

To exclude accelerator-enabled instance types, set Max to 0.

Default: No minimum or maximum limits

', ], ], 'AcceleratorCountRequest' => [ 'base' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance. To exclude accelerator-enabled instance types, set Max to 0.

', 'refs' => [ 'InstanceRequirementsRequest$AcceleratorCount' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

To exclude accelerator-enabled instance types, set Max to 0.

Default: No minimum or maximum limits

', ], ], 'AcceleratorManufacturer' => [ 'base' => NULL, 'refs' => [ 'AcceleratorManufacturerSet$member' => NULL, ], ], 'AcceleratorManufacturerSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorManufacturers' => '

Indicates whether instance types must have accelerators by specific manufacturers.

Default: Any manufacturer

', 'InstanceRequirementsRequest$AcceleratorManufacturers' => '

Indicates whether instance types must have accelerators by specific manufacturers.

Default: Any manufacturer

', ], ], 'AcceleratorName' => [ 'base' => NULL, 'refs' => [ 'AcceleratorNameSet$member' => NULL, ], ], 'AcceleratorNameSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorNames' => '

The accelerators that must be on the instance type.

Default: Any accelerator

', 'InstanceRequirementsRequest$AcceleratorNames' => '

The accelerators that must be on the instance type.

Default: Any accelerator

', ], ], 'AcceleratorTotalMemoryMiB' => [ 'base' => '

The minimum and maximum amount of total accelerator memory, in MiB.

', 'refs' => [ 'InstanceRequirements$AcceleratorTotalMemoryMiB' => '

The minimum and maximum amount of total accelerator memory, in MiB.

Default: No minimum or maximum limits

', ], ], 'AcceleratorTotalMemoryMiBRequest' => [ 'base' => '

The minimum and maximum amount of total accelerator memory, in MiB.

', 'refs' => [ 'InstanceRequirementsRequest$AcceleratorTotalMemoryMiB' => '

The minimum and maximum amount of total accelerator memory, in MiB.

Default: No minimum or maximum limits

', ], ], 'AcceleratorType' => [ 'base' => NULL, 'refs' => [ 'AcceleratorTypeSet$member' => NULL, ], ], 'AcceleratorTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorTypes' => '

The accelerator types that must be on the instance type.

Default: Any accelerator type

', 'InstanceRequirementsRequest$AcceleratorTypes' => '

The accelerator types that must be on the instance type.

Default: Any accelerator type

', ], ], 'AcceptAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptReservedInstancesExchangeQuoteRequest' => [ 'base' => '

Contains the parameters for accepting the quote.

', 'refs' => [], ], 'AcceptReservedInstancesExchangeQuoteResult' => [ 'base' => '

The result of the exchange and whether it was successful.

', 'refs' => [], ], 'AcceptTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'AccessScopeAnalysisFinding' => [ 'base' => '

Describes a finding for a Network Access Scope.

', 'refs' => [ 'AccessScopeAnalysisFindingList$member' => NULL, ], ], 'AccessScopeAnalysisFindingList' => [ 'base' => NULL, 'refs' => [ 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$AnalysisFindings' => '

The findings associated with Network Access Scope Analysis.

', ], ], 'AccessScopePath' => [ 'base' => '

Describes a path.

', 'refs' => [ 'AccessScopePathList$member' => NULL, ], ], 'AccessScopePathList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAccessScopeContent$MatchPaths' => '

The paths to match.

', 'NetworkInsightsAccessScopeContent$ExcludePaths' => '

The paths to exclude.

', ], ], 'AccessScopePathListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsAccessScopeRequest$MatchPaths' => '

The paths to match.

', 'CreateNetworkInsightsAccessScopeRequest$ExcludePaths' => '

The paths to exclude.

', ], ], 'AccessScopePathRequest' => [ 'base' => '

Describes a path.

', 'refs' => [ 'AccessScopePathListRequest$member' => NULL, ], ], 'AccountAttribute' => [ 'base' => '

Describes an account attribute.

', 'refs' => [ 'AccountAttributeList$member' => NULL, ], ], 'AccountAttributeList' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountAttributesResult$AccountAttributes' => '

Information about the account attributes.

', ], ], 'AccountAttributeName' => [ 'base' => NULL, 'refs' => [ 'AccountAttributeNameStringList$member' => NULL, ], ], 'AccountAttributeNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountAttributesRequest$AttributeNames' => '

The account attribute names.

', ], ], 'AccountAttributeValue' => [ 'base' => '

Describes a value of an account attribute.

', 'refs' => [ 'AccountAttributeValueList$member' => NULL, ], ], 'AccountAttributeValueList' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$AttributeValues' => '

The values for the account attribute.

', ], ], 'ActiveInstance' => [ 'base' => '

Describes a running instance in a Spot Fleet.

', 'refs' => [ 'ActiveInstanceSet$member' => NULL, ], ], 'ActiveInstanceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetInstancesResult$ActiveInstances' => '

The running instances. This list is refreshed periodically and might be out of date.

', 'DescribeSpotFleetInstancesResponse$ActiveInstances' => '

The running instances. This list is refreshed periodically and might be out of date.

', ], ], 'ActivityStatus' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfig$ActivityStatus' => '

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

', ], ], 'AddIpamOperatingRegion' => [ 'base' => '

Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'AddIpamOperatingRegionSet$member' => NULL, ], ], 'AddIpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'CreateIpamRequest$OperatingRegions' => '

The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'CreateIpamResourceDiscoveryRequest$OperatingRegions' => '

Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', 'ModifyIpamRequest$AddOperatingRegions' => '

Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceDiscoveryRequest$AddOperatingRegions' => '

Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', ], ], 'AddPrefixListEntries' => [ 'base' => NULL, 'refs' => [ 'CreateManagedPrefixListRequest$Entries' => '

One or more entries for the prefix list.

', 'ModifyManagedPrefixListRequest$AddEntries' => '

One or more entries to add to the prefix list.

', ], ], 'AddPrefixListEntry' => [ 'base' => '

An entry for a prefix list.

', 'refs' => [ 'AddPrefixListEntries$member' => NULL, ], ], 'AddedPrincipal' => [ 'base' => '

Describes a principal.

', 'refs' => [ 'AddedPrincipalSet$member' => NULL, ], ], 'AddedPrincipalSet' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcEndpointServicePermissionsResult$AddedPrincipals' => '

Information about the added principals.

', ], ], 'AdditionalDetail' => [ 'base' => '

Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.

', 'refs' => [ 'AdditionalDetailList$member' => NULL, ], ], 'AdditionalDetailList' => [ 'base' => NULL, 'refs' => [ 'PathComponent$AdditionalDetails' => '

The additional details.

', ], ], 'Address' => [ 'base' => '

Describes an Elastic IP address, or a carrier IP address.

', 'refs' => [ 'AddressList$member' => NULL, ], ], 'AddressAttribute' => [ 'base' => '

The attributes associated with an Elastic IP address.

', 'refs' => [ 'AddressSet$member' => NULL, 'ModifyAddressAttributeResult$Address' => '

Information about the Elastic IP address.

', 'ResetAddressAttributeResult$Address' => '

Information about the IP address.

', ], ], 'AddressAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$Attribute' => '

The attribute of the IP address.

', 'ResetAddressAttributeRequest$Attribute' => '

The attribute of the IP address.

', ], ], 'AddressFamily' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AddressFamily' => '

The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.

', 'IpamPool$AddressFamily' => '

The address family of the pool.

', ], ], 'AddressList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesResult$Addresses' => '

Information about the Elastic IP addresses.

', ], ], 'AddressMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'AddressSet' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeResult$Addresses' => '

Information about the IP addresses.

', ], ], 'AddressTransfer' => [ 'base' => '

Details on the Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'refs' => [ 'AcceptAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', 'AddressTransferList$member' => NULL, 'DisableAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', 'EnableAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', ], ], 'AddressTransferList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressTransfersResult$AddressTransfers' => '

The Elastic IP address transfer.

', ], ], 'AddressTransferStatus' => [ 'base' => NULL, 'refs' => [ 'AddressTransfer$AddressTransferStatus' => '

The Elastic IP address transfer status.

', ], ], 'AdvertiseByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'AdvertiseByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'Affinity' => [ 'base' => NULL, 'refs' => [ 'ModifyInstancePlacementRequest$Affinity' => '

The affinity setting for the instance.

', ], ], 'AllocateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AllocateHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateHostsResult' => [ 'base' => '

Contains the output of AllocateHosts.

', 'refs' => [], ], 'AllocateIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'AllocationId' => [ 'base' => NULL, 'refs' => [ 'AddressAttribute$AllocationId' => '

[EC2-VPC] The allocation ID.

', 'AllocationIdList$member' => NULL, 'AllocationIds$member' => NULL, 'AssociateAddressRequest$AllocationId' => '

The allocation ID. This is required.

', 'CreateNatGatewayRequest$AllocationId' => '

[Public NAT gateways only] The allocation ID of an Elastic IP address to associate with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

', 'DisableAddressTransferRequest$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'EnableAddressTransferRequest$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'ModifyAddressAttributeRequest$AllocationId' => '

[EC2-VPC] The allocation ID.

', 'ReleaseAddressRequest$AllocationId' => '

The allocation ID. This parameter is required.

', 'ResetAddressAttributeRequest$AllocationId' => '

[EC2-VPC] The allocation ID.

', ], ], 'AllocationIdList' => [ 'base' => NULL, 'refs' => [ 'AssociateNatGatewayAddressRequest$AllocationIds' => '

The allocation IDs of EIPs that you want to associate with your NAT gateway.

', 'CreateNatGatewayRequest$SecondaryAllocationIds' => '

Secondary EIP allocation IDs. For more information, see Create a NAT gateway in the Amazon VPC User Guide.

', 'DescribeAddressTransfersRequest$AllocationIds' => '

The allocation IDs of Elastic IP addresses.

', 'DescribeAddressesRequest$AllocationIds' => '

Information about the allocation IDs.

', ], ], 'AllocationIds' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$AllocationIds' => '

[EC2-VPC] The allocation IDs.

', ], ], 'AllocationState' => [ 'base' => NULL, 'refs' => [ 'Host$State' => '

The Dedicated Host\'s state.

', ], ], 'AllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

priceCapacityOptimized (recommended)

Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.

capacityOptimized

Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

Spot Fleet requests instances from all of the Spot Instance pools that you specify.

lowestPrice

Spot Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowestPrice

', ], ], 'AllocationType' => [ 'base' => NULL, 'refs' => [ 'CapacityAllocation$AllocationType' => '

The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

', ], ], 'AllowedInstanceType' => [ 'base' => NULL, 'refs' => [ 'AllowedInstanceTypeSet$member' => NULL, ], ], 'AllowedInstanceTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AllowedInstanceTypes' => '

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.

You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.

If you specify AllowedInstanceTypes, you can\'t specify ExcludedInstanceTypes.

Default: All instance types

', 'InstanceRequirementsRequest$AllowedInstanceTypes' => '

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.

You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.

If you specify AllowedInstanceTypes, you can\'t specify ExcludedInstanceTypes.

Default: All instance types

', ], ], 'AllowedPrincipal' => [ 'base' => '

Describes a principal.

', 'refs' => [ 'AllowedPrincipalSet$member' => NULL, ], ], 'AllowedPrincipalSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServicePermissionsResult$AllowedPrincipals' => '

Information about the allowed principals.

', ], ], 'AllowsMultipleInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'Host$AllowsMultipleInstanceTypes' => '

Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on, the Dedicated Host supports multiple instance types in the instance family. If the value is off, the Dedicated Host supports a single instance type only.

', ], ], 'AlternatePathHint' => [ 'base' => '

Describes an potential intermediate component of a feasible path.

', 'refs' => [ 'AlternatePathHintList$member' => NULL, ], ], 'AlternatePathHintList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$AlternatePathHints' => '

Potential intermediate components.

', ], ], 'AmdSevSnpSpecification' => [ 'base' => NULL, 'refs' => [ 'CpuOptions$AmdSevSnp' => '

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

', 'CpuOptionsRequest$AmdSevSnp' => '

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.

', 'LaunchTemplateCpuOptions$AmdSevSnp' => '

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

', 'LaunchTemplateCpuOptionsRequest$AmdSevSnp' => '

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.

', ], ], 'AnalysisAclRule' => [ 'base' => '

Describes a network access control (ACL) rule.

', 'refs' => [ 'Explanation$AclRule' => '

The network ACL rule.

', 'PathComponent$AclRule' => '

The network ACL rule.

', ], ], 'AnalysisComponent' => [ 'base' => '

Describes a path component.

', 'refs' => [ 'AdditionalDetail$Component' => '

The path component.

', 'AdditionalDetail$VpcEndpointService' => '

The VPC endpoint service.

', 'AnalysisComponentList$member' => NULL, 'AnalysisLoadBalancerTarget$Instance' => '

Information about the instance.

', 'Explanation$Acl' => '

The network ACL.

', 'Explanation$AttachedTo' => '

The resource to which the component is attached.

', 'Explanation$Component' => '

The component.

', 'Explanation$CustomerGateway' => '

The customer gateway.

', 'Explanation$Destination' => '

The destination.

', 'Explanation$DestinationVpc' => '

The destination VPC.

', 'Explanation$IngressRouteTable' => '

The route table.

', 'Explanation$InternetGateway' => '

The internet gateway.

', 'Explanation$LoadBalancerTargetGroup' => '

The target group.

', 'Explanation$ElasticLoadBalancerListener' => '

The load balancer listener.

', 'Explanation$NatGateway' => '

The NAT gateway.

', 'Explanation$NetworkInterface' => '

The network interface.

', 'Explanation$VpcPeeringConnection' => '

The VPC peering connection.

', 'Explanation$PrefixList' => '

The prefix list.

', 'Explanation$RouteTable' => '

The route table.

', 'Explanation$SecurityGroup' => '

The security group.

', 'Explanation$SourceVpc' => '

The source VPC.

', 'Explanation$Subnet' => '

The subnet.

', 'Explanation$SubnetRouteTable' => '

The route table for the subnet.

', 'Explanation$Vpc' => '

The component VPC.

', 'Explanation$VpcEndpoint' => '

The VPC endpoint.

', 'Explanation$VpnConnection' => '

The VPN connection.

', 'Explanation$VpnGateway' => '

The VPN gateway.

', 'Explanation$TransitGateway' => '

The transit gateway.

', 'Explanation$TransitGatewayRouteTable' => '

The transit gateway route table.

', 'Explanation$TransitGatewayAttachment' => '

The transit gateway attachment.

', 'PathComponent$AttachedTo' => '

The resource to which the path component is attached.

', 'PathComponent$Component' => '

The component.

', 'PathComponent$DestinationVpc' => '

The destination VPC.

', 'PathComponent$SourceVpc' => '

The source VPC.

', 'PathComponent$Subnet' => '

The subnet.

', 'PathComponent$Vpc' => '

The component VPC.

', 'PathComponent$TransitGateway' => '

The transit gateway.

', 'PathComponent$ElasticLoadBalancerListener' => '

The load balancer listener.

', ], ], 'AnalysisComponentList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$LoadBalancers' => '

The load balancers.

', 'Explanation$LoadBalancerTargetGroups' => '

The target groups.

', 'Explanation$SecurityGroups' => '

The security groups.

', ], ], 'AnalysisLoadBalancerListener' => [ 'base' => '

Describes a load balancer listener.

', 'refs' => [ 'Explanation$ClassicLoadBalancerListener' => '

The listener for a Classic Load Balancer.

', ], ], 'AnalysisLoadBalancerTarget' => [ 'base' => '

Describes a load balancer target.

', 'refs' => [ 'Explanation$LoadBalancerTarget' => '

The target.

', ], ], 'AnalysisPacketHeader' => [ 'base' => '

Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.

', 'refs' => [ 'PathComponent$OutboundHeader' => '

The outbound header.

', 'PathComponent$InboundHeader' => '

The inbound header.

', ], ], 'AnalysisRouteTableRoute' => [ 'base' => '

Describes a route table route.

', 'refs' => [ 'Explanation$RouteTableRoute' => '

The route table route.

', 'PathComponent$RouteTableRoute' => '

The route table route.

', ], ], 'AnalysisSecurityGroupRule' => [ 'base' => '

Describes a security group rule.

', 'refs' => [ 'Explanation$SecurityGroupRule' => '

The security group rule.

', 'PathComponent$SecurityGroupRule' => '

The security group rule.

', ], ], 'AnalysisStatus' => [ 'base' => NULL, 'refs' => [ 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$AnalysisStatus' => '

The status of Network Access Scope Analysis.

', 'NetworkInsightsAccessScopeAnalysis$Status' => '

The status.

', 'NetworkInsightsAnalysis$Status' => '

The status of the network insights analysis.

', ], ], 'ApplianceModeSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport' => '

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport' => '

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

', 'TransitGatewayVpcAttachmentOptions$ApplianceModeSupport' => '

Indicates whether appliance mode support is enabled.

', ], ], 'ApplySecurityGroupsToClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'ApplySecurityGroupsToClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'ArchitectureType' => [ 'base' => NULL, 'refs' => [ 'ArchitectureTypeList$member' => NULL, 'ArchitectureTypeSet$member' => NULL, ], ], 'ArchitectureTypeList' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SupportedArchitectures' => '

The architectures supported by the instance type.

', ], ], 'ArchitectureTypeSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsRequest$ArchitectureTypes' => '

The processor architecture type.

', 'InstanceRequirementsWithMetadataRequest$ArchitectureTypes' => '

The architecture type.

', ], ], 'ArchitectureValues' => [ 'base' => NULL, 'refs' => [ 'Image$Architecture' => '

The architecture of the image.

', 'ImportInstanceLaunchSpecification$Architecture' => '

The architecture of the instance.

', 'Instance$Architecture' => '

The architecture of the image.

', 'RegisterImageRequest$Architecture' => '

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

', ], ], 'ArnList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$FilterInArns' => '

The Amazon Resource Names (ARN) of the resources that the path must traverse.

', 'StartNetworkInsightsAnalysisRequest$FilterInArns' => '

The Amazon Resource Names (ARN) of the resources that the path must traverse.

', ], ], 'AssetId' => [ 'base' => NULL, 'refs' => [ 'AssetIdList$member' => NULL, 'Host$AssetId' => '

The ID of the Outpost hardware asset on which the Dedicated Host is allocated.

', ], ], 'AssetIdList' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$AssetIds' => '

The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.

', ], ], 'AssignIpv6AddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssignIpv6AddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateIpAddressesRequest' => [ 'base' => '

Contains the parameters for AssignPrivateIpAddresses.

', 'refs' => [], ], 'AssignPrivateIpAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignedPrivateIpAddress' => [ 'base' => '

Describes the private IP addresses assigned to a network interface.

', 'refs' => [ 'AssignedPrivateIpAddressList$member' => NULL, ], ], 'AssignedPrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesResult$AssignedPrivateIpAddresses' => '

The private IP addresses assigned to the network interface.

', ], ], 'AssociateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateEnclaveCertificateIamRoleRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateEnclaveCertificateIamRoleResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIamInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIamInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSubnetCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSubnetCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrunkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrunkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateVpcCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateVpcCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociatedNetworkType' => [ 'base' => NULL, 'refs' => [ 'AssociatedTargetNetwork$NetworkType' => '

The target network type.

', ], ], 'AssociatedRole' => [ 'base' => '

Information about the associated IAM roles.

', 'refs' => [ 'AssociatedRolesList$member' => NULL, ], ], 'AssociatedRolesList' => [ 'base' => NULL, 'refs' => [ 'GetAssociatedEnclaveCertificateIamRolesResult$AssociatedRoles' => '

Information about the associated IAM roles.

', ], ], 'AssociatedTargetNetwork' => [ 'base' => '

Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.

', 'refs' => [ 'AssociatedTargetNetworkSet$member' => NULL, ], ], 'AssociatedTargetNetworkSet' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$AssociatedTargetNetworks' => '

Information about the associated target networks. A target network is a subnet in a VPC.

', ], ], 'AssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsRequest$AssociationIds' => '

The IAM instance profile associations.

', ], ], 'AssociationStatus' => [ 'base' => '

Describes the state of a target network association.

', 'refs' => [ 'AssociateClientVpnTargetNetworkResult$Status' => '

The current state of the target network association.

', 'DisassociateClientVpnTargetNetworkResult$Status' => '

The current state of the target network association.

', 'TargetNetwork$Status' => '

The current state of the target network association.

', ], ], 'AssociationStatusCode' => [ 'base' => NULL, 'refs' => [ 'AssociationStatus$Code' => '

The state of the target network association.

', ], ], 'AthenaIntegration' => [ 'base' => '

Describes integration options for Amazon Athena.

', 'refs' => [ 'AthenaIntegrationsSet$member' => NULL, ], ], 'AthenaIntegrationsSet' => [ 'base' => NULL, 'refs' => [ 'IntegrateServices$AthenaIntegrations' => '

Information about the integration with Amazon Athena.

', ], ], 'AttachClassicLinkVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachClassicLinkVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for AttachNetworkInterface.

', 'refs' => [], ], 'AttachNetworkInterfaceResult' => [ 'base' => '

Contains the output of AttachNetworkInterface.

', 'refs' => [], ], 'AttachVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachVpnGatewayRequest' => [ 'base' => '

Contains the parameters for AttachVpnGateway.

', 'refs' => [], ], 'AttachVpnGatewayResult' => [ 'base' => '

Contains the output of AttachVpnGateway.

', 'refs' => [], ], 'AttachmentEnaSrdSpecification' => [ 'base' => '

Describes the ENA Express configuration for the network interface that\'s attached to the instance.

', 'refs' => [ 'NetworkInterfaceAttachment$EnaSrdSpecification' => '

Configures ENA Express for the network interface that this action attaches to the instance.

', ], ], 'AttachmentEnaSrdUdpSpecification' => [ 'base' => '

Describes the ENA Express configuration for UDP traffic on the network interface that\'s attached to the instance.

', 'refs' => [ 'AttachmentEnaSrdSpecification$EnaSrdUdpSpecification' => '

ENA Express configuration for UDP network traffic.

', ], ], 'AttachmentStatus' => [ 'base' => NULL, 'refs' => [ 'EbsInstanceBlockDevice$Status' => '

The attachment state.

', 'InstanceNetworkInterfaceAttachment$Status' => '

The attachment state.

', 'InternetGatewayAttachment$State' => '

The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

', 'NetworkInterfaceAttachment$Status' => '

The attachment state.

', 'VpcAttachment$State' => '

The current state of the attachment.

', ], ], 'AttributeBooleanValue' => [ 'base' => '

Describes a value for a resource attribute that is a Boolean value.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'DescribeVolumeAttributeResult$AutoEnableIO' => '

The state of autoEnableIO attribute.

', 'DescribeVpcAttributeResult$EnableDnsHostnames' => '

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

', 'DescribeVpcAttributeResult$EnableDnsSupport' => '

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

', 'DescribeVpcAttributeResult$EnableNetworkAddressUsageMetrics' => '

Indicates whether Network Address Usage metrics are enabled for your VPC.

', 'InstanceAttribute$DisableApiTermination' => '

If the value is true, you can\'t terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

', 'InstanceAttribute$EnaSupport' => '

Indicates whether enhanced networking with ENA is enabled.

', 'InstanceAttribute$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O.

', 'InstanceAttribute$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'InstanceAttribute$DisableApiStop' => '

To enable the instance for Amazon Web Services Stop Protection, set this parameter to true; otherwise, set it to false.

', 'ModifyInstanceAttributeRequest$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'ModifyInstanceAttributeRequest$DisableApiTermination' => '

If the value is true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.

', 'ModifyInstanceAttributeRequest$EbsOptimized' => '

Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

', 'ModifyInstanceAttributeRequest$EnaSupport' => '

Set to true to enable enhanced networking with ENA for the instance.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

', 'ModifyInstanceAttributeRequest$DisableApiStop' => '

Indicates whether an instance is enabled for stop protection. For more information, see Stop Protection.

', 'ModifyNetworkInterfaceAttributeRequest$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'ModifySubnetAttributeRequest$AssignIpv6AddressOnCreation' => '

Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that\'s created when launching an instance into the subnet (the instance therefore receives an IPv6 address).

If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it\'s created using version 2016-11-15 or later of the Amazon EC2 API.

', 'ModifySubnetAttributeRequest$MapPublicIpOnLaunch' => '

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.

', 'ModifySubnetAttributeRequest$MapCustomerOwnedIpOnLaunch' => '

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.

When this value is true, you must specify the customer-owned IP pool using CustomerOwnedIpv4Pool.

', 'ModifySubnetAttributeRequest$EnableDns64' => '

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

', 'ModifySubnetAttributeRequest$EnableResourceNameDnsARecordOnLaunch' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'ModifySubnetAttributeRequest$EnableResourceNameDnsAAAARecordOnLaunch' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'ModifySubnetAttributeRequest$DisableLniAtDeviceIndex' => '

Specify true to indicate that local network interfaces at the current position should be disabled.

', 'ModifyVolumeAttributeRequest$AutoEnableIO' => '

Indicates whether the volume should be auto-enabled for I/O operations.

', 'ModifyVpcAttributeRequest$EnableDnsHostnames' => '

Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you\'ve enabled DNS support.

', 'ModifyVpcAttributeRequest$EnableDnsSupport' => '

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

', 'ModifyVpcAttributeRequest$EnableNetworkAddressUsageMetrics' => '

Indicates whether Network Address Usage metrics are enabled for your VPC.

', ], ], 'AttributeValue' => [ 'base' => '

Describes a value for a resource attribute that is a String.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$Description' => '

The description of the network interface.

', 'DhcpConfigurationValueList$member' => NULL, 'ImageAttribute$Description' => '

A description for the AMI.

', 'ImageAttribute$KernelId' => '

The kernel ID.

', 'ImageAttribute$RamdiskId' => '

The RAM disk ID.

', 'ImageAttribute$SriovNetSupport' => '

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'ImageAttribute$BootMode' => '

The boot mode.

', 'ImageAttribute$TpmSupport' => '

If the image is configured for NitroTPM support, the value is v2.0.

', 'ImageAttribute$UefiData' => '

Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', 'ImageAttribute$LastLaunchedTime' => '

The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.

lastLaunchedTime data is available starting April 2017.

', 'ImageAttribute$ImdsSupport' => '

If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

', 'InstanceAttribute$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'InstanceAttribute$InstanceType' => '

The instance type.

', 'InstanceAttribute$KernelId' => '

The kernel ID.

', 'InstanceAttribute$RamdiskId' => '

The RAM disk ID.

', 'InstanceAttribute$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'InstanceAttribute$SriovNetSupport' => '

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'InstanceAttribute$UserData' => '

The user data.

', 'ModifyImageAttributeRequest$Description' => '

A new description for the AMI.

', 'ModifyImageAttributeRequest$ImdsSupport' => '

Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

Do not use this parameter unless your AMI software supports IMDSv2. After you set the value to v2.0, you can\'t undo it. The only way to “reset” your AMI is to create a new AMI from the underlying snapshot.

', 'ModifyInstanceAttributeRequest$InstanceInitiatedShutdownBehavior' => '

Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'ModifyInstanceAttributeRequest$InstanceType' => '

Changes the instance type to the specified value. For more information, see Instance types in the Amazon EC2 User Guide. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

', 'ModifyInstanceAttributeRequest$Kernel' => '

Changes the instance\'s kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

', 'ModifyInstanceAttributeRequest$Ramdisk' => '

Changes the instance\'s RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

', 'ModifyInstanceAttributeRequest$SriovNetSupport' => '

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.

There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

', 'ModifyNetworkInterfaceAttributeRequest$Description' => '

A description for the network interface.

', ], ], 'AuthorizationRule' => [ 'base' => '

Information about an authorization rule.

', 'refs' => [ 'AuthorizationRuleSet$member' => NULL, ], ], 'AuthorizationRuleSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnAuthorizationRulesResult$AuthorizationRules' => '

Information about the authorization rules.

', ], ], 'AuthorizeClientVpnIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeClientVpnIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'AutoAcceptSharedAssociationsValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$AutoAcceptSharedAssociations' => '

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainOptions$AutoAcceptSharedAssociations' => '

Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.

', ], ], 'AutoAcceptSharedAttachmentsValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$AutoAcceptSharedAttachments' => '

Enable or disable automatic acceptance of attachment requests.

', 'TransitGatewayOptions$AutoAcceptSharedAttachments' => '

Indicates whether attachment requests are automatically accepted.

', 'TransitGatewayRequestOptions$AutoAcceptSharedAttachments' => '

Enable or disable automatic acceptance of attachment requests. Disabled by default.

', ], ], 'AutoPlacement' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$AutoPlacement' => '

Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding auto-placement and affinity in the Amazon EC2 User Guide.

Default: on

', 'Host$AutoPlacement' => '

Whether auto-placement is on or off.

', 'ModifyHostsRequest$AutoPlacement' => '

Specify whether to enable or disable auto-placement.

', ], ], 'AutoRecoveryFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$AutoRecoverySupported' => '

Indicates whether Amazon CloudWatch action based recovery is supported.

', ], ], 'AvailabilityZone' => [ 'base' => '

Describes Availability Zones, Local Zones, and Wavelength Zones.

', 'refs' => [ 'AvailabilityZoneList$member' => NULL, ], ], 'AvailabilityZoneId' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationRequest$AvailabilityZoneId' => '

The ID of the Availability Zone in which to create the Capacity Reservation.

', ], ], 'AvailabilityZoneList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesResult$AvailabilityZones' => '

Information about the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'AvailabilityZoneMessage' => [ 'base' => '

Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.

', 'refs' => [ 'AvailabilityZoneMessageList$member' => NULL, ], ], 'AvailabilityZoneMessageList' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$Messages' => '

Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

', ], ], 'AvailabilityZoneName' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationRequest$AvailabilityZone' => '

The Availability Zone in which to create the Capacity Reservation.

', 'CreateVolumeRequest$AvailabilityZone' => '

The ID of the Availability Zone in which to create the volume. For example, us-east-1a.

', ], ], 'AvailabilityZoneOptInStatus' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$OptInStatus' => '

For Availability Zones, this parameter always has the value of opt-in-not-required.

For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in, and not-opted-in.

', ], ], 'AvailabilityZoneState' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$State' => '

The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always available.

', ], ], 'AvailabilityZoneStringList' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresRequest$AvailabilityZones' => '

One or more Availability Zones. For example, us-east-2a.

', 'EnableFastSnapshotRestoresRequest$AvailabilityZones' => '

One or more Availability Zones. For example, us-east-2a.

', ], ], 'AvailableCapacity' => [ 'base' => '

The capacity information for instances that can be launched onto the Dedicated Host.

', 'refs' => [ 'Host$AvailableCapacity' => '

Information about the instances running on the Dedicated Host.

', ], ], 'AvailableInstanceCapacityList' => [ 'base' => NULL, 'refs' => [ 'AvailableCapacity$AvailableInstanceCapacity' => '

The number of instances that can be launched onto the Dedicated Host depending on the host\'s available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

', ], ], 'BareMetal' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$BareMetal' => '

Indicates whether bare metal instance types must be included, excluded, or required.

Default: excluded

', 'InstanceRequirementsRequest$BareMetal' => '

Indicates whether bare metal instance types must be included, excluded, or required.

Default: excluded

', ], ], 'BareMetalFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$BareMetal' => '

Indicates whether the instance is a bare metal instance type.

', ], ], 'BaselineBandwidthInGbps' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$BaselineBandwidthInGbps' => '

The baseline network performance of the network card, in Gbps.

', ], ], 'BaselineBandwidthInMbps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineBandwidthInMbps' => '

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

', ], ], 'BaselineEbsBandwidthMbps' => [ 'base' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirements$BaselineEbsBandwidthMbps' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'BaselineEbsBandwidthMbpsRequest' => [ 'base' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirementsRequest$BaselineEbsBandwidthMbps' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'BaselineIops' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineIops' => '

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

', ], ], 'BaselineThroughputInMBps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineThroughputInMBps' => '

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

', ], ], 'BatchState' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsSuccessItem$CurrentSpotFleetRequestState' => '

The current state of the Spot Fleet request.

', 'CancelSpotFleetRequestsSuccessItem$PreviousSpotFleetRequestState' => '

The previous state of the Spot Fleet request.

', 'SpotFleetRequestConfig$SpotFleetRequestState' => '

The state of the Spot Fleet request.

', ], ], 'BgpStatus' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachmentBgpConfiguration$BgpStatus' => '

The BGP status.

', ], ], 'BillingProductList' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$BillingProducts' => '

The billing product codes. Your account must be authorized to specify billing product codes.

If your account is not authorized to specify billing product codes, you can publish AMIs that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller on the Amazon Web Services Marketplace. For more information, see Getting started as a seller and AMI-based products in the Amazon Web Services Marketplace Seller Guide.

', ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'BlobAttributeValue$Value' => NULL, 'ImportKeyPairRequest$PublicKeyMaterial' => '

The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.

', 'S3Storage$UploadPolicy' => '

An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.

', ], ], 'BlobAttributeValue' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceAttributeRequest$UserData' => '

Changes the instance\'s user data to the specified value. If you are using an Amazon Web Services SDK or command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

', ], ], 'BlockDeviceMapping' => [ 'base' => '

Describes a block device mapping, which defines the EBS volumes and instance store volumes to attach to an instance at launch.

', 'refs' => [ 'BlockDeviceMappingList$member' => NULL, 'BlockDeviceMappingRequestList$member' => NULL, ], ], 'BlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'Image$BlockDeviceMappings' => '

Any block device mapping entries.

', 'ImageAttribute$BlockDeviceMappings' => '

The block device mapping entries.

', 'LaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries.

', 'RequestSpotLaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries. You can\'t specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

', 'SpotFleetLaunchSpecification$BlockDeviceMappings' => '

One or more block devices that are mapped to the Spot Instances. You can\'t specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

', ], ], 'BlockDeviceMappingRequestList' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$BlockDeviceMappings' => '

The block device mappings. This parameter cannot be used to modify the encryption status of existing volumes or snapshots. To create an AMI with encrypted snapshots, use the CopyImage action.

', 'RegisterImageRequest$BlockDeviceMappings' => '

The block device mapping entries.

If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can\'t specify the encryption state of the volume.

If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide.

', 'RunInstancesRequest$BlockDeviceMappings' => '

The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptReservedInstancesExchangeQuoteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AdvertiseByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateIpamPoolCidrRequest$PreviewNextCidr' => '

A preview of the next available CIDR in a pool.

', 'AnalysisAclRule$Egress' => '

Indicates whether the rule is an outbound rule.

', 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssignPrivateIpAddressesRequest$AllowReassignment' => '

Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.

', 'AssignPrivateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateAddressRequest$AllowReassociation' => '

Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.

', 'AssociateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateEnclaveCertificateIamRoleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTrunkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateVpcCidrBlockRequest$AmazonProvidedIpv6CidrBlock' => '

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

', 'AttachClassicLinkVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachClassicLinkVpcResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'AttachInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachmentEnaSrdSpecification$EnaSrdEnabled' => '

Indicates whether ENA Express is enabled for the network interface that\'s attached to the instance.

', 'AttachmentEnaSrdUdpSpecification$EnaSrdUdpEnabled' => '

Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.

', 'AttributeBooleanValue$Value' => '

The attribute value. The valid values are true or false.

', 'AuthorizationRule$AccessAll' => '

Indicates whether the authorization rule grants access to all clients.

', 'AuthorizeClientVpnIngressRequest$AuthorizeAllGroups' => '

Indicates whether to grant access to all clients. Specify true to grant all clients who successfully establish a VPN connection access to the network. Must be set to true if AccessGroupId is not specified.

', 'AuthorizeClientVpnIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'AuthorizeSecurityGroupIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'BundleInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelBundleTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CancelConversionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelImageLaunchPermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelImageLaunchPermissionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CancelImportTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelSpotFleetRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelSpotFleetRequestsRequest$TerminateInstances' => '

Indicates whether to terminate the associated instances when the Spot Fleet request is canceled. The default is to terminate the instances.

To let the instances continue to run after the Spot Fleet request is canceled, specify no-terminate-instances.

', 'CancelSpotInstanceRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CapacityReservation$EbsOptimized' => '

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

', 'CapacityReservation$EphemeralStorage' => '

Deprecated.

', 'ClassicLinkDnsSupport$ClassicLinkDnsSupported' => '

Indicates whether ClassicLink DNS support is enabled for the VPC.

', 'ClientConnectOptions$Enabled' => '

Indicates whether client connect options are enabled. The default is false (not enabled).

', 'ClientConnectResponseOptions$Enabled' => '

Indicates whether client connect options are enabled.

', 'ClientLoginBannerOptions$Enabled' => '

Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

Valid values: true | false

Default value: false

', 'ClientLoginBannerResponseOptions$Enabled' => '

Current state of text banner feature.

Valid values: true | false

', 'ClientVpnEndpoint$SplitTunnel' => '

Indicates whether split-tunnel is enabled in the Client VPN endpoint.

For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'CloudWatchLogOptions$LogEnabled' => '

Status of VPN tunnel logging feature. Default value is False.

Valid values: True | False

', 'CloudWatchLogOptionsSpecification$LogEnabled' => '

Enable or disable VPN tunnel logging feature. Default value is False.

Valid values: True | False

', 'ConfirmProductInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ConfirmProductInstanceResult$Return' => '

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

', 'ConnectionLogOptions$Enabled' => '

Indicates whether connection logging is enabled.

', 'ConnectionLogResponseOptions$Enabled' => '

Indicates whether client connection logging is enabled for the Client VPN endpoint.

', 'CopyFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CopyImageRequest$Encrypted' => '

Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.

', 'CopyImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CopyImageRequest$CopyImageTags' => '

Indicates whether to include your user-defined AMI tags when copying the AMI.

The following tags will not be copied:

Default: Your user-defined AMI tags are not copied.

', 'CopySnapshotRequest$Encrypted' => '

To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'CopySnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCapacityReservationFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCapacityReservationRequest$EbsOptimized' => '

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

', 'CreateCapacityReservationRequest$EphemeralStorage' => '

Deprecated.

', 'CreateCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCarrierGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateClientVpnEndpointRequest$SplitTunnel' => '

Indicates whether split-tunnel is enabled on the Client VPN endpoint.

By default, split-tunnel on a VPN endpoint is disabled.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'CreateClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateClientVpnRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCoipPoolRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCustomerGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDefaultSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDefaultSubnetRequest$Ipv6Native' => '

Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.

', 'CreateDefaultVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateEgressOnlyInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFleetRequest$TerminateInstancesWithExpiration' => '

Indicates whether running instances should be terminated when the EC2 Fleet expires.

', 'CreateFleetRequest$ReplaceUnhealthyInstances' => '

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

', 'CreateFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateImageRequest$NoReboot' => '

Indicates whether or not the instance should be automatically rebooted before creating the image. Specify one of the following values:

Default: false

', 'CreateInstanceConnectEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateInstanceConnectEndpointRequest$PreserveClientIp' => '

Indicates whether your client\'s IP address is preserved as the source. The value is true or false.

Default: true

', 'CreateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamPoolRequest$AutoImport' => '

If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'CreateIpamPoolRequest$PubliclyAdvertisable' => '

Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to ipv4.

', 'CreateIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateVersionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateVersionRequest$ResolveAlias' => '

If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageID. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

Default: false

', 'CreateLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNatGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkAclEntryRequest$Egress' => '

Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).

', 'CreateNetworkAclRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInsightsAccessScopeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInsightsPathRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfacePermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfaceRequest$EnablePrimaryIpv6' => '

If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'CreatePlacementGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreatePublicIpv4PoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateReplaceRootVolumeTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateReplaceRootVolumeTaskRequest$DeleteReplacedRootVolume' => '

Indicates whether to automatically delete the original root volume after the root volume replacement task completes. To delete the original root volume, specify true. If you choose to keep the original root volume after the replacement task completes, you must manually delete it when you no longer need it.

', 'CreateRestoreImageTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateRouteResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CreateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSecurityGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSnapshotsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateStoreImageTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetCidrReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetRequest$Ipv6Native' => '

Indicates whether to create an IPv6 only subnet.

', 'CreateTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorFilterRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorTargetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayConnectPeerRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayConnectRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPrefixListReferenceRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'CreateTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'CreateTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVolumeRequest$Encrypted' => '

Indicates whether the volume should be encrypted. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Encryption by default in the Amazon Elastic Compute Cloud User Guide.

Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

', 'CreateVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVolumeRequest$MultiAttachEnabled' => '

Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Instances built on the Nitro System in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

', 'CreateVpcEndpointConnectionNotificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointRequest$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

', 'CreateVpcEndpointServiceConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointServiceConfigurationRequest$AcceptanceRequired' => '

Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.

', 'CreateVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcRequest$AmazonProvidedIpv6CidrBlock' => '

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.

', 'CreateVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCarrierGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteClientVpnRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCoipPoolRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCustomerGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteEgressOnlyInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteEgressOnlyInternetGatewayResult$ReturnCode' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DeleteFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFleetsRequest$TerminateInstances' => '

Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances.

To let the instances continue to run after the EC2 Fleet is deleted, specify no-terminate-instances. Supported only for fleets of type maintain and request.

For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.

', 'DeleteFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFpgaImageResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'DeleteInstanceConnectEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteInstanceEventWindowRequest$ForceDelete' => '

Specify true to force delete the event window. Use the force delete parameter if the event window is currently associated with targets.

', 'DeleteInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamRequest$Cascade' => '

Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:

', 'DeleteIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLaunchTemplateVersionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableVpcAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNatGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkAclEntryRequest$Egress' => '

Indicates whether the rule is an egress rule.

', 'DeleteNetworkAclRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAccessScopeAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAccessScopeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsPathRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInterfacePermissionRequest$Force' => '

Specify true to remove the permission even if the network interface is attached to an instance.

', 'DeleteNetworkInterfacePermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInterfacePermissionResult$Return' => '

Returns true if the request succeeds, otherwise returns an error.

', 'DeleteNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePlacementGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePublicIpv4PoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePublicIpv4PoolResult$ReturnValue' => '

Information about the result of deleting the public IPv4 pool.

', 'DeleteQueuedReservedInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSecurityGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSubnetCidrReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorFilterRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorTargetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayConnectPeerRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayConnectRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteTableAnnouncementRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointConnectionNotificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointServiceConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcPeeringConnectionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DeleteVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionPublicIpv4PoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance' => '

Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

', 'DeregisterTransitGatewayMulticastGroupMembersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAccountAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressTransfersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressesAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAggregateIdFormatRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAggregateIdFormatResult$UseLongIdsAggregated' => '

Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.

', 'DescribeAvailabilityZonesRequest$AllAvailabilityZones' => '

Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.

If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.

', 'DescribeAvailabilityZonesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeBundleTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeByoipCidrsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCapacityReservationFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCapacityReservationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCarrierGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClassicLinkInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnAuthorizationRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnTargetNetworksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCoipPoolsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeConversionTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCustomerGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeEgressOnlyInternetGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeElasticGpusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeExportImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFastLaunchImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFpgaImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImagesRequest$IncludeDeprecated' => '

Specifies whether to include deprecated AMIs.

Default: No deprecated AMIs are included in the response.

If you are the AMI owner, all deprecated AMIs appear in the response regardless of what you specify for this parameter.

', 'DescribeImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImportImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImportSnapshotTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceConnectEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceCreditSpecificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceEventWindowsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceStatusRequest$IncludeAllInstances' => '

When true, includes the health status for all instances. When false, includes the health status for running instances only.

Default: false

', 'DescribeInstanceTypeOfferingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceTypesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInternetGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamPoolsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamResourceDiscoveriesRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamScopesRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpv6PoolsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeKeyPairsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeKeyPairsRequest$IncludePublicKey' => '

If true, the public key material is included in the response.

Default: false

', 'DescribeLaunchTemplateVersionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLaunchTemplateVersionsRequest$ResolveAlias' => '

If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageId.

If false, and if a Systems Manager parameter is specified for ImageId, the parameter is displayed in the response for imageId.

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

Default: false

', 'DescribeLaunchTemplatesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayVirtualInterfacesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeManagedPrefixListsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeMovingAddressesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNatGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkAclsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAccessScopesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAnalysesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsPathsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInterfacesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePlacementGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePrefixListsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePrincipalIdFormatRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRegionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRegionsRequest$AllRegions' => '

Indicates whether to display all Regions, including Regions that are disabled for your account.

', 'DescribeReplaceRootVolumeTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeReservedInstancesOfferingsRequest$IncludeMarketplace' => '

Include Reserved Instance Marketplace offerings in the response.

', 'DescribeReservedInstancesOfferingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeReservedInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeScheduledInstanceAvailabilityRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupReferencesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotTierStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetRequestHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotInstanceRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotPriceHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeStaleSecurityGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeStoreImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSubnetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorFiltersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorSessionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorTargetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayConnectPeersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayConnectsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayMulticastDomainsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayPolicyTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayVpcAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrunkInterfaceAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessTrustProvidersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumeAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumeStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumesModificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointConnectionNotificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServiceConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServicePermissionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServicesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcPeeringConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpnGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DestinationOptionsRequest$HiveCompatiblePartitions' => '

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

', 'DestinationOptionsRequest$PerHourPartition' => '

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

', 'DestinationOptionsResponse$HiveCompatiblePartitions' => '

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

', 'DestinationOptionsResponse$PerHourPartition' => '

Indicates whether to partition the flow log per hour.

', 'DetachClassicLinkVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachClassicLinkVpcResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DetachInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachNetworkInterfaceRequest$Force' => '

Specifies whether to force a detachment.

', 'DetachVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachVolumeRequest$Force' => '

Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won\'t have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.

', 'DetachVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAwsNetworkPerformanceMetricSubscriptionResult$Output' => '

Indicates whether the unsubscribe action was successful.

', 'DisableEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

The updated status of encryption by default.

', 'DisableFastLaunchRequest$Force' => '

Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.

', 'DisableFastLaunchRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableImageDeprecationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableImageDeprecationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisableIpamOrganizationAdminAccountRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableIpamOrganizationAdminAccountResult$Success' => '

The result of disabling the IPAM account.

', 'DisableSerialConsoleAccessRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableSerialConsoleAccessResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'DisableTransitGatewayRouteTablePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVgwRoutePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVpcClassicLinkDnsSupportResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisableVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVpcClassicLinkResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisassociateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateEnclaveCertificateIamRoleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateEnclaveCertificateIamRoleResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisassociateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTrunkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTrunkInterfaceResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DnsOptions$PrivateDnsOnlyForInboundResolverEndpoint' => '

Indicates whether to enable private DNS only for inbound endpoints.

', 'DnsOptionsSpecification$PrivateDnsOnlyForInboundResolverEndpoint' => '

Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.

', 'DnsServersOptionsModifyStructure$Enabled' => '

Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.

', 'EbsBlockDevice$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination. For more information, see Preserving Amazon EBS volumes on instance termination in the Amazon EC2 User Guide.

', 'EbsBlockDevice$Encrypted' => '

Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.

In no case can you remove encryption from an encrypted volume.

Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

This parameter is not returned by DescribeImageAttribute.

For CreateImage and RegisterImage, whether you can include this parameter, and the allowed values differ depending on the type of block device mapping you are creating.

', 'EbsInstanceBlockDevice$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'EbsInstanceBlockDeviceSpecification$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'Ec2InstanceConnectEndpoint$PreserveClientIp' => '

Indicates whether your client\'s IP address is preserved as the source. The value is true or false.

Default: true

', 'EnaSrdSpecification$EnaSrdEnabled' => '

Indicates whether ENA Express is enabled for the network interface.

', 'EnaSrdUdpSpecification$EnaSrdUdpEnabled' => '

Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.

', 'EnableAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableAwsNetworkPerformanceMetricSubscriptionResult$Output' => '

Indicates whether the subscribe action was successful.

', 'EnableEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

The updated status of encryption by default.

', 'EnableFastLaunchRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableImageDeprecationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableImageDeprecationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnableIpamOrganizationAdminAccountRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableIpamOrganizationAdminAccountResult$Success' => '

The result of enabling the IPAM account.

', 'EnableReachabilityAnalyzerOrganizationSharingRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableReachabilityAnalyzerOrganizationSharingResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'EnableSerialConsoleAccessRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableSerialConsoleAccessResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'EnableTransitGatewayRouteTablePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVgwRoutePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVolumeIORequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVpcClassicLinkDnsSupportResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnableVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVpcClassicLinkResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnclaveOptions$Enabled' => '

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

', 'EnclaveOptionsRequest$Enabled' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

', 'ExportClientVpnClientCertificateRevocationListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportClientVpnClientConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportTransitGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'FleetCapacityReservation$EbsOptimized' => '

Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.

', 'FleetData$TerminateInstancesWithExpiration' => '

Indicates whether running instances should be terminated when the EC2 Fleet expires.

', 'FleetData$ReplaceUnhealthyInstances' => '

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

', 'FpgaImage$Public' => '

Indicates whether the AFI is public.

', 'FpgaImage$DataRetentionSupport' => '

Indicates whether data retention support is enabled for the AFI.

', 'GetAssociatedEnclaveCertificateIamRolesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetAssociatedIpv6PoolCidrsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetAwsNetworkPerformanceDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetCapacityReservationUsageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetCoipPoolUsageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleOutputRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleOutputRequest$Latest' => '

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)

', 'GetConsoleScreenshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleScreenshotRequest$WakeUp' => '

When set to true, acts as keystroke input and wakes up an instance that\'s in standby or "sleep" mode.

', 'GetDefaultCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

Indicates whether encryption by default is enabled.

', 'GetFlowLogsIntegrationTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetGroupsForCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetInstanceTypesFromInstanceRequirementsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetInstanceUefiDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamAddressHistoryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamDiscoveredAccountsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamDiscoveredResourceCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamPoolAllocationsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamPoolCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamResourceCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetLaunchTemplateDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetManagedPrefixListAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetManagedPrefixListEntriesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetNetworkInsightsAccessScopeContentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetPasswordDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetReservedInstancesExchangeQuoteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetReservedInstancesExchangeQuoteResult$IsValidExchange' => '

If true, the exchange is valid. If false, the exchange cannot be completed.

', 'GetSerialConsoleAccessStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetSerialConsoleAccessStatusResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'GetSpotPlacementScoresRequest$SingleAvailabilityZone' => '

Specify true so that the response returns a list of scored Availability Zones. Otherwise, the response returns a list of scored Regions.

A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone.

', 'GetSpotPlacementScoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetSubnetCidrReservationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayAttachmentPropagationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPolicyTableAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPolicyTableEntriesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPrefixListReferencesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayRouteTableAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayRouteTablePropagationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessEndpointPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessEndpointPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'GetVerifiedAccessGroupPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessGroupPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVpnConnectionDeviceTypesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVpnTunnelReplacementStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'HibernationOptions$Configured' => '

If true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

', 'HibernationOptionsRequest$Configured' => '

Set to true to enable your instance for hibernation.

Default: false

', 'Host$MemberOfServiceLinkedResourceGroup' => '

Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true, the host is in a host resource group; otherwise, it is not.

', 'IdFormat$UseLongIds' => '

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

', 'Image$Public' => '

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

', 'Image$EnaSupport' => '

Specifies whether enhanced networking with ENA is enabled.

', 'ImportClientVpnClientCertificateRevocationListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportClientVpnClientCertificateRevocationListResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ImportImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportImageRequest$Encrypted' => '

Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ImportImageResult$Encrypted' => '

Indicates whether the AMI is encrypted.

', 'ImportImageTask$Encrypted' => '

Indicates whether the image is encrypted.

', 'ImportInstanceLaunchSpecification$Monitoring' => '

Indicates whether monitoring is enabled.

', 'ImportInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportSnapshotRequest$Encrypted' => '

Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ImportVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'Instance$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

', 'Instance$EnaSupport' => '

Specifies whether enhanced networking with ENA is enabled.

', 'Instance$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'InstanceIpv6Address$IsPrimaryIpv6' => '

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.

', 'InstanceNetworkInterface$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'InstanceNetworkInterfaceAttachment$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress' => '

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

', 'InstanceNetworkInterfaceSpecification$DeleteOnTermination' => '

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress' => '

Indicates whether to assign a carrier IP address to the network interface.

You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP address in the Amazon Web Services Wavelength Developer Guide.

', 'InstanceNetworkInterfaceSpecification$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'InstancePrivateIpAddress$Primary' => '

Indicates whether this IPv4 address is the primary private IP address of the network interface.

', 'InstanceRequirements$RequireHibernateSupport' => '

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

', 'InstanceRequirementsRequest$RequireHibernateSupport' => '

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

', 'InstanceSpecification$ExcludeBootVolume' => '

Excludes the root volume from being snapshotted.

', 'InstanceTagNotificationAttribute$IncludeAllTagsOfInstance' => '

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.

', 'IpamPool$AutoImport' => '

If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'IpamPool$PubliclyAdvertisable' => '

Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to ipv4.

', 'IpamResourceDiscovery$IsDefault' => '

Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.

', 'IpamResourceDiscoveryAssociation$IsDefault' => '

Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it\'s associated with your IPAM.

', 'IpamScope$IsDefault' => '

Defines if the scope is the default scope or not.

', 'LaunchSpecification$EbsOptimized' => '

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'LaunchTemplateEbsBlockDevice$Encrypted' => '

Indicates whether the EBS volume is encrypted.

', 'LaunchTemplateEbsBlockDevice$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'LaunchTemplateEbsBlockDeviceRequest$Encrypted' => '

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can\'t specify an encryption value.

', 'LaunchTemplateEbsBlockDeviceRequest$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'LaunchTemplateEnclaveOptions$Enabled' => '

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

', 'LaunchTemplateEnclaveOptionsRequest$Enabled' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

', 'LaunchTemplateHibernationOptions$Configured' => '

If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

', 'LaunchTemplateHibernationOptionsRequest$Configured' => '

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress' => '

Indicates whether to associate a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$AssociatePublicIpAddress' => '

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociateCarrierIpAddress' => '

Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociatePublicIpAddress' => '

Associates a public IPv4 address with eth0 for a new network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'LaunchTemplateVersion$DefaultVersion' => '

Indicates whether the version is the default version.

', 'LaunchTemplatesMonitoring$Enabled' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', 'LaunchTemplatesMonitoringRequest$Enabled' => '

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

', 'ListImagesInRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ListSnapshotsInRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAddressAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAvailabilityZoneGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAvailabilityZoneGroupResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ModifyCapacityReservationFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyCapacityReservationFleetRequest$RemoveEndDate' => '

Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly cancel it using the CancelCapacityReservationFleet action.

You can\'t specify RemoveEndDate and EndDate in the same request.

', 'ModifyCapacityReservationFleetResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyCapacityReservationRequest$Accept' => '

Reserved. Capacity Reservations you have created are accepted by default.

', 'ModifyCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyCapacityReservationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyClientVpnEndpointRequest$SplitTunnel' => '

Indicates whether the VPN is split-tunnel.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'ModifyClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyClientVpnEndpointResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyDefaultCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyFleetResult$Return' => '

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.

', 'ModifyFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIdFormatRequest$UseLongIds' => '

Indicate whether the resource should use longer IDs (17-character IDs).

', 'ModifyIdentityIdFormatRequest$UseLongIds' => '

Indicates whether the resource should use longer IDs (17-character IDs)

', 'ModifyImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceCapacityReservationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceCapacityReservationAttributesResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyInstanceCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceEventStartTimeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceMaintenanceOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceMetadataOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstancePlacementResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ModifyIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamPoolRequest$AutoImport' => '

If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'ModifyIpamPoolRequest$ClearAllocationDefaultNetmaskLength' => '

Clear the default netmask length allocation rule for this pool.

', 'ModifyIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamResourceCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamResourceCidrRequest$Monitored' => '

Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.

', 'ModifyIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyNetworkInterfaceAttributeRequest$EnablePrimaryIpv6' => '

If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'ModifyPrivateDnsNameOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'ModifyPrivateDnsNameOptionsResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifySecurityGroupRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySecurityGroupRulesResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'ModifySnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySnapshotTierRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySpotFleetRequestResponse$Return' => '

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayPrefixListReferenceRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'ModifyTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessEndpointPolicyRequest$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessEndpointPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessEndpointPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessGroupPolicyRequest$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessGroupPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessGroupPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeRequest$MultiAttachEnabled' => '

Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Nitro-based instances in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyVpcEndpointConnectionNotificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointConnectionNotificationResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointRequest$ResetPolicy' => '

(Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service.

', 'ModifyVpcEndpointRequest$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.

', 'ModifyVpcEndpointResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServiceConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemovePrivateDnsName' => '

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

', 'ModifyVpcEndpointServiceConfigurationRequest$AcceptanceRequired' => '

Indicates whether requests to create an endpoint to your service must be accepted.

', 'ModifyVpcEndpointServiceConfigurationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServicePayerResponsibilityRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServicePayerResponsibilityResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServicePermissionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServicePermissionsResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcPeeringConnectionOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcTenancyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcTenancyResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'ModifyVpnConnectionOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelCertificateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelOptionsRequest$SkipTunnelReplacement' => '

Choose whether or not to trigger immediate tunnel replacement.

Valid values: True | False

', 'ModifyVpnTunnelOptionsSpecification$EnableTunnelLifecycleControl' => '

Turn on or off tunnel endpoint lifecycle control feature.

', 'MonitorInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'MoveAddressToVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'MoveByoipCidrToIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'NatGatewayAddress$IsPrimary' => '

Defines if the IP address is the primary address.

', 'NetworkAcl$IsDefault' => '

Indicates whether this is the default network ACL for the VPC.

', 'NetworkAclEntry$Egress' => '

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

', 'NetworkInsightsAnalysis$NetworkPathFound' => '

Indicates whether the destination is reachable from the source.

', 'NetworkInterface$RequesterManaged' => '

Indicates whether the network interface is being managed by Amazon Web Services.

', 'NetworkInterface$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'NetworkInterface$DenyAllIgwTraffic' => '

Indicates whether a network interface with an IPv6 address is unreachable from the public internet. If the value is true, inbound traffic from the internet is dropped and you cannot assign an elastic IP address to the network interface. The network interface is reachable from peered VPCs and resources connected through a transit gateway, including on-premises networks.

', 'NetworkInterface$Ipv6Native' => '

Indicates whether this is an IPv6 only network interface.

', 'NetworkInterfaceAttachment$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'NetworkInterfaceAttachmentChanges$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'NetworkInterfaceIpv6Address$IsPrimaryIpv6' => '

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see ModifyNetworkInterfaceAttribute.

', 'NetworkInterfacePrivateIpAddress$Primary' => '

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

', 'OnDemandOptions$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.

Supported only for fleets of type instant.

', 'OnDemandOptions$SingleAvailabilityZone' => '

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'OnDemandOptionsRequest$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.

Supported only for fleets of type instant.

', 'OnDemandOptionsRequest$SingleAvailabilityZone' => '

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'PeeringConnectionOptions$AllowDnsResolutionFromRemoteVpc' => '

If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.

', 'PeeringConnectionOptions$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'PeeringConnectionOptions$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'PeeringConnectionOptionsRequest$AllowDnsResolutionFromRemoteVpc' => '

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

', 'PeeringConnectionOptionsRequest$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'PeeringConnectionOptionsRequest$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'PriceSchedule$Active' => '

The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.

A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.

', 'PrivateDnsNameOptionsOnLaunch$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsOnLaunch$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.

', 'PrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'PrivateDnsNameOptionsResponse$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsResponse$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'PrivateIpAddressSpecification$Primary' => '

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

', 'ProvisionByoipCidrRequest$PubliclyAdvertisable' => '

(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.

Default: true

', 'ProvisionByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ProvisionByoipCidrRequest$MultiRegion' => '

Reserved.

', 'ProvisionIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ProvisionPublicIpv4PoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'PurchaseReservedInstancesOfferingRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'PurchaseScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RebootInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterImageRequest$EnaSupport' => '

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

', 'RegisterInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance' => '

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcPeeringConnectionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ReleaseAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReleaseIpamPoolAllocationRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReleaseIpamPoolAllocationResult$Success' => '

Indicates if the release was successful.

', 'ReplaceNetworkAclAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceNetworkAclEntryRequest$Egress' => '

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

', 'ReplaceRootVolumeTask$DeleteReplacedRootVolume' => '

Indicates whether the original root volume is to be deleted after the root volume replacement task completes.

', 'ReplaceRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceRouteRequest$LocalTarget' => '

Specifies whether to reset the local route to its default target (local).

', 'ReplaceRouteTableAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceTransitGatewayRouteRequest$Blackhole' => '

Indicates whether traffic matching this route is to be dropped.

', 'ReplaceTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceVpnTunnelRequest$ApplyPendingMaintenance' => '

Trigger pending tunnel endpoint maintenance.

', 'ReplaceVpnTunnelRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceVpnTunnelResult$Return' => '

Confirmation of replace tunnel operation.

', 'ReportInstanceStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestLaunchTemplateData$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

', 'RequestLaunchTemplateData$DisableApiTermination' => '

If you set this parameter to true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

', 'RequestLaunchTemplateData$DisableApiStop' => '

Indicates whether to enable the instance for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestSpotInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestSpotLaunchSpecification$EbsOptimized' => '

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'ReservationFleetInstanceSpecification$EbsOptimized' => '

Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using EBS-optimized instance types.

', 'ReservedInstancesOffering$Marketplace' => '

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services. If it\'s a Reserved Instance Marketplace offering, this is true.

', 'ResetAddressAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetFpgaImageAttributeResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ResetImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetSnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResponseLaunchTemplateData$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O.

', 'ResponseLaunchTemplateData$DisableApiTermination' => '

If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

', 'ResponseLaunchTemplateData$DisableApiStop' => '

Indicates whether the instance is enabled for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreAddressToClassicRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreImageFromRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreImageFromRecycleBinResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'RestoreManagedPrefixListVersionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotFromRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotFromRecycleBinResult$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'RestoreSnapshotTierRequest$PermanentRestore' => '

Indicates whether to permanently restore an archived snapshot. To permanently restore an archived snapshot, specify true and omit the RestoreSnapshotTierRequest$TemporaryRestoreDays parameter.

', 'RestoreSnapshotTierRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotTierResult$IsPermanentRestore' => '

Indicates whether the snapshot is permanently restored. true indicates a permanent restore. false indicates a temporary restore.

', 'RevokeClientVpnIngressRequest$RevokeAllGroups' => '

Indicates whether access should be revoked for all clients.

', 'RevokeClientVpnIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'RevokeSecurityGroupIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'RouteTableAssociation$Main' => '

Indicates whether this is the main route table.

', 'RunInstancesMonitoringEnabled$Enabled' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', 'RunInstancesRequest$DisableApiTermination' => '

If you set this parameter to true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

Default: false

', 'RunInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RunInstancesRequest$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

', 'RunInstancesRequest$DisableApiStop' => '

Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.

', 'RunInstancesRequest$EnablePrimaryIpv6' => '

If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if an instance relies on its IPv6 address not changing. When you launch the instance, Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'RunScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ScheduledInstanceRecurrence$OccurrenceRelativeToEnd' => '

Indicates whether the occurrence is relative to the end of the specified week or month.

', 'ScheduledInstanceRecurrenceRequest$OccurrenceRelativeToEnd' => '

Indicates whether the occurrence is relative to the end of the specified week or month. You can\'t specify this value with a daily schedule.

', 'ScheduledInstancesEbs$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'ScheduledInstancesEbs$Encrypted' => '

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

', 'ScheduledInstancesLaunchSpecification$EbsOptimized' => '

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

', 'ScheduledInstancesMonitoring$Enabled' => '

Indicates whether monitoring is enabled.

', 'ScheduledInstancesNetworkInterface$AssociatePublicIpAddress' => '

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

', 'ScheduledInstancesNetworkInterface$DeleteOnTermination' => '

Indicates whether to delete the interface when the instance is terminated.

', 'ScheduledInstancesPrivateIpAddressConfig$Primary' => '

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

', 'SearchLocalGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayMulticastGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayRoutesResult$AdditionalRoutesAvailable' => '

Indicates whether there are additional routes available.

', 'SecurityGroupRule$IsEgress' => '

Indicates whether the security group rule is an outbound rule.

', 'SendDiagnosticInterruptRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ServiceConfiguration$AcceptanceRequired' => '

Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

', 'ServiceConfiguration$ManagesVpcEndpoints' => '

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

', 'ServiceDetail$VpcEndpointPolicySupported' => '

Indicates whether the service supports endpoint policies.

', 'ServiceDetail$AcceptanceRequired' => '

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

', 'ServiceDetail$ManagesVpcEndpoints' => '

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

', 'Snapshot$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SnapshotInfo$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SnapshotTaskDetail$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SpotFleetLaunchSpecification$EbsOptimized' => '

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'SpotFleetMonitoring$Enabled' => '

Enables monitoring for the instance.

Default: false

', 'SpotFleetRequestConfigData$TerminateInstancesWithExpiration' => '

Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.

', 'SpotFleetRequestConfigData$ReplaceUnhealthyInstances' => '

Indicates whether Spot Fleet should replace unhealthy instances.

', 'SpotOptions$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.

Supported only for fleets of type instant.

', 'SpotOptions$SingleAvailabilityZone' => '

Indicates that the fleet launches all Spot Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'SpotOptionsRequest$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.

Supported only for fleets of type instant.

', 'SpotOptionsRequest$SingleAvailabilityZone' => '

Indicates that the fleet launches all Spot Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'StartInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartNetworkInsightsAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartVpcEndpointServicePrivateDnsVerificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartVpcEndpointServicePrivateDnsVerificationResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'StopInstancesRequest$Hibernate' => '

Hibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

Default: false

', 'StopInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StopInstancesRequest$Force' => '

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

', 'Subnet$DefaultForAz' => '

Indicates whether this is the default subnet for the Availability Zone.

', 'Subnet$MapPublicIpOnLaunch' => '

Indicates whether instances launched in this subnet receive a public IPv4 address.

', 'Subnet$MapCustomerOwnedIpOnLaunch' => '

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address.

', 'Subnet$AssignIpv6AddressOnCreation' => '

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

', 'Subnet$EnableDns64' => '

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

', 'Subnet$Ipv6Native' => '

Indicates whether this is an IPv6 only subnet.

', 'TerminateClientVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'TerminateInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'TransitGatewayMulticastGroup$GroupMember' => '

Indicates that the resource is a transit gateway multicast group member.

', 'TransitGatewayMulticastGroup$GroupSource' => '

Indicates that the resource is a transit gateway multicast group member.

', 'TransitGatewayPrefixListReference$Blackhole' => '

Indicates whether traffic that matches this route is dropped.

', 'TransitGatewayRouteTable$DefaultAssociationRouteTable' => '

Indicates whether this is the default association route table for the transit gateway.

', 'TransitGatewayRouteTable$DefaultPropagationRouteTable' => '

Indicates whether this is the default propagation route table for the transit gateway.

', 'TunnelOption$EnableTunnelLifecycleControl' => '

Status of tunnel endpoint lifecycle control feature.

', 'UnassignPrivateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UnmonitorInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'VerifiedAccessLogCloudWatchLogsDestination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogCloudWatchLogsDestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogOptions$IncludeTrustContext' => '

Include trust data sent by trust providers into the logs.

', 'VerifiedAccessLogS3Destination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogS3DestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogs$IncludeTrustContext' => '

Describes current setting for including trust data into the logs.

', 'Volume$Encrypted' => '

Indicates whether the volume is encrypted.

', 'Volume$FastRestored' => '

Indicates whether the volume was created using fast snapshot restore.

', 'Volume$MultiAttachEnabled' => '

Indicates whether Amazon EBS Multi-Attach is enabled.

', 'VolumeAttachment$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'VolumeModification$TargetMultiAttachEnabled' => '

The target setting for Amazon EBS Multi-Attach.

', 'VolumeModification$OriginalMultiAttachEnabled' => '

The original setting for Amazon EBS Multi-Attach.

', 'Vpc$IsDefault' => '

Indicates whether the VPC is the default VPC.

', 'VpcClassicLink$ClassicLinkEnabled' => '

Indicates whether the VPC is enabled for ClassicLink.

', 'VpcEndpoint$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

', 'VpcEndpoint$RequesterManaged' => '

Indicates whether the endpoint is being managed by its service.

', 'VpcPeeringConnectionOptionsDescription$AllowDnsResolutionFromRemoteVpc' => '

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

', 'VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'VpnConnectionOptions$EnableAcceleration' => '

Indicates whether acceleration is enabled for the VPN connection.

', 'VpnConnectionOptions$StaticRoutesOnly' => '

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don\'t support BGP.

', 'VpnConnectionOptionsSpecification$EnableAcceleration' => '

Indicate whether to enable acceleration for the VPN connection.

Default: false

', 'VpnConnectionOptionsSpecification$StaticRoutesOnly' => '

Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true. Use CreateVpnConnectionRoute to create a static route.

Default: false

', 'VpnTunnelOptionsSpecification$EnableTunnelLifecycleControl' => '

Turn on or off tunnel endpoint lifecycle control feature.

', 'WithdrawByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', ], ], 'BootModeType' => [ 'base' => NULL, 'refs' => [ 'BootModeTypeList$member' => NULL, ], ], 'BootModeTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedBootModes' => '

The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'BootModeValues' => [ 'base' => NULL, 'refs' => [ 'Image$BootMode' => '

The boot mode of the image. For more information, see Boot modes in the Amazon EC2 User Guide.

', 'ImportImageRequest$BootMode' => '

The boot mode of the virtual machine.

', 'ImportImageTask$BootMode' => '

The boot mode of the virtual machine.

', 'Instance$BootMode' => '

The boot mode that was specified by the AMI. If the value is uefi-preferred, the AMI supports both UEFI and Legacy BIOS. The currentInstanceBootMode parameter is the boot mode that is used to boot the instance at launch or start.

The operating system contained in the AMI must be configured to support the specified boot mode.

For more information, see Boot modes in the Amazon EC2 User Guide.

', 'RegisterImageRequest$BootMode' => '

The boot mode of the AMI. A value of uefi-preferred indicates that the AMI supports both UEFI and Legacy BIOS.

The operating system contained in the AMI must be configured to support the specified boot mode.

For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'BoxedDouble' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveredResourceCidr$IpUsage' => '

The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:

', 'IpamResourceCidr$IpUsage' => '

The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:

', ], ], 'BundleId' => [ 'base' => NULL, 'refs' => [ 'BundleIdStringList$member' => NULL, 'CancelBundleTaskRequest$BundleId' => '

The ID of the bundle task.

', ], ], 'BundleIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeBundleTasksRequest$BundleIds' => '

The bundle task IDs.

Default: Describes all your bundle tasks.

', ], ], 'BundleInstanceRequest' => [ 'base' => '

Contains the parameters for BundleInstance.

', 'refs' => [], ], 'BundleInstanceResult' => [ 'base' => '

Contains the output of BundleInstance.

', 'refs' => [], ], 'BundleTask' => [ 'base' => '

Describes a bundle task.

', 'refs' => [ 'BundleInstanceResult$BundleTask' => '

Information about the bundle task.

', 'BundleTaskList$member' => NULL, 'CancelBundleTaskResult$BundleTask' => '

Information about the bundle task.

', ], ], 'BundleTaskError' => [ 'base' => '

Describes an error for BundleInstance.

', 'refs' => [ 'BundleTask$BundleTaskError' => '

If the task fails, a description of the error.

', ], ], 'BundleTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeBundleTasksResult$BundleTasks' => '

Information about the bundle tasks.

', ], ], 'BundleTaskState' => [ 'base' => NULL, 'refs' => [ 'BundleTask$State' => '

The state of the task.

', ], ], 'BurstablePerformance' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$BurstablePerformance' => '

Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see Burstable performance instances.

Default: excluded

', 'InstanceRequirementsRequest$BurstablePerformance' => '

Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see Burstable performance instances.

Default: excluded

', ], ], 'BurstablePerformanceFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$BurstablePerformanceSupported' => '

Indicates whether the instance type is a burstable performance T instance type. For more information, see Burstable performance instances.

', ], ], 'ByoipCidr' => [ 'base' => '

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

', 'refs' => [ 'AdvertiseByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'ByoipCidrSet$member' => NULL, 'DeprovisionByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'MoveByoipCidrToIpamResult$ByoipCidr' => '

The BYOIP CIDR.

', 'ProvisionByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'WithdrawByoipCidrResult$ByoipCidr' => '

Information about the address pool.

', ], ], 'ByoipCidrSet' => [ 'base' => NULL, 'refs' => [ 'DescribeByoipCidrsResult$ByoipCidrs' => '

Information about your address ranges.

', ], ], 'ByoipCidrState' => [ 'base' => NULL, 'refs' => [ 'ByoipCidr$State' => '

The state of the address pool.

', ], ], 'CancelBatchErrorCode' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsError$Code' => '

The error code.

', ], ], 'CancelBundleTaskRequest' => [ 'base' => '

Contains the parameters for CancelBundleTask.

', 'refs' => [], ], 'CancelBundleTaskResult' => [ 'base' => '

Contains the output of CancelBundleTask.

', 'refs' => [], ], 'CancelCapacityReservationFleetError' => [ 'base' => '

Describes a Capacity Reservation Fleet cancellation error.

', 'refs' => [ 'FailedCapacityReservationFleetCancellationResult$CancelCapacityReservationFleetError' => '

Information about the Capacity Reservation Fleet cancellation error.

', ], ], 'CancelCapacityReservationFleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetError$Code' => '

The error code.

', ], ], 'CancelCapacityReservationFleetErrorMessage' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetError$Message' => '

The error message.

', ], ], 'CancelCapacityReservationFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelConversionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelExportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImageLaunchPermissionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImageLaunchPermissionResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelReservedInstancesListingRequest' => [ 'base' => '

Contains the parameters for CancelReservedInstancesListing.

', 'refs' => [], ], 'CancelReservedInstancesListingResult' => [ 'base' => '

Contains the output of CancelReservedInstancesListing.

', 'refs' => [], ], 'CancelSpotFleetRequestsError' => [ 'base' => '

Describes a Spot Fleet error.

', 'refs' => [ 'CancelSpotFleetRequestsErrorItem$Error' => '

The error.

', ], ], 'CancelSpotFleetRequestsErrorItem' => [ 'base' => '

Describes a Spot Fleet request that was not successfully canceled.

', 'refs' => [ 'CancelSpotFleetRequestsErrorSet$member' => NULL, ], ], 'CancelSpotFleetRequestsErrorSet' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsResponse$UnsuccessfulFleetRequests' => '

Information about the Spot Fleet requests that are not successfully canceled.

', ], ], 'CancelSpotFleetRequestsRequest' => [ 'base' => '

Contains the parameters for CancelSpotFleetRequests.

', 'refs' => [], ], 'CancelSpotFleetRequestsResponse' => [ 'base' => '

Contains the output of CancelSpotFleetRequests.

', 'refs' => [], ], 'CancelSpotFleetRequestsSuccessItem' => [ 'base' => '

Describes a Spot Fleet request that was successfully canceled.

', 'refs' => [ 'CancelSpotFleetRequestsSuccessSet$member' => NULL, ], ], 'CancelSpotFleetRequestsSuccessSet' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsResponse$SuccessfulFleetRequests' => '

Information about the Spot Fleet requests that are successfully canceled.

', ], ], 'CancelSpotInstanceRequestState' => [ 'base' => NULL, 'refs' => [ 'CancelledSpotInstanceRequest$State' => '

The state of the Spot Instance request.

', ], ], 'CancelSpotInstanceRequestsRequest' => [ 'base' => '

Contains the parameters for CancelSpotInstanceRequests.

', 'refs' => [], ], 'CancelSpotInstanceRequestsResult' => [ 'base' => '

Contains the output of CancelSpotInstanceRequests.

', 'refs' => [], ], 'CancelledSpotInstanceRequest' => [ 'base' => '

Describes a request to cancel a Spot Instance.

', 'refs' => [ 'CancelledSpotInstanceRequestList$member' => NULL, ], ], 'CancelledSpotInstanceRequestList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotInstanceRequestsResult$CancelledSpotInstanceRequests' => '

The Spot Instance requests.

', ], ], 'CapacityAllocation' => [ 'base' => '

Information about instance capacity usage for a Capacity Reservation.

', 'refs' => [ 'CapacityAllocations$member' => NULL, ], ], 'CapacityAllocations' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$CapacityAllocations' => '

Information about instance capacity usage.

', ], ], 'CapacityReservation' => [ 'base' => '

Describes a Capacity Reservation.

', 'refs' => [ 'CapacityReservationSet$member' => NULL, 'CreateCapacityReservationResult$CapacityReservation' => '

Information about the Capacity Reservation.

', ], ], 'CapacityReservationFleet' => [ 'base' => '

Information about a Capacity Reservation Fleet.

', 'refs' => [ 'CapacityReservationFleetSet$member' => NULL, ], ], 'CapacityReservationFleetCancellationState' => [ 'base' => '

Describes a Capacity Reservation Fleet that was successfully cancelled.

', 'refs' => [ 'CapacityReservationFleetCancellationStateSet$member' => NULL, ], ], 'CapacityReservationFleetCancellationStateSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsResult$SuccessfulFleetCancellations' => '

Information about the Capacity Reservation Fleets that were successfully cancelled.

', ], ], 'CapacityReservationFleetId' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet.

', 'CapacityReservationFleetCancellationState$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet that was successfully cancelled.

', 'CapacityReservationFleetIdSet$member' => NULL, 'CreateCapacityReservationFleetResult$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet.

', 'FailedCapacityReservationFleetCancellationResult$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet that could not be cancelled.

', 'ModifyCapacityReservationFleetRequest$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet to modify.

', ], ], 'CapacityReservationFleetIdSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsRequest$CapacityReservationFleetIds' => '

The IDs of the Capacity Reservation Fleets to cancel.

', 'DescribeCapacityReservationFleetsRequest$CapacityReservationFleetIds' => '

The IDs of the Capacity Reservation Fleets to describe.

', ], ], 'CapacityReservationFleetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationFleetsResult$CapacityReservationFleets' => '

Information about the Capacity Reservation Fleets.

', ], ], 'CapacityReservationFleetState' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$State' => '

The state of the Capacity Reservation Fleet. Possible states include:

', 'CapacityReservationFleetCancellationState$CurrentFleetState' => '

The current state of the Capacity Reservation Fleet.

', 'CapacityReservationFleetCancellationState$PreviousFleetState' => '

The previous state of the Capacity Reservation Fleet.

', 'CreateCapacityReservationFleetResult$State' => '

The status of the Capacity Reservation Fleet.

', ], ], 'CapacityReservationGroup' => [ 'base' => '

Describes a resource group to which a Capacity Reservation has been added.

', 'refs' => [ 'CapacityReservationGroupSet$member' => NULL, ], ], 'CapacityReservationGroupSet' => [ 'base' => NULL, 'refs' => [ 'GetGroupsForCapacityReservationResult$CapacityReservationGroups' => '

Information about the resource groups to which the Capacity Reservation has been added.

', ], ], 'CapacityReservationId' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation to be cancelled.

', 'CapacityReservationIdSet$member' => NULL, 'CapacityReservationTarget$CapacityReservationId' => '

The ID of the Capacity Reservation in which to run the instance.

', 'FleetCapacityReservation$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetCapacityReservationUsageRequest$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetGroupsForCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.

', 'ModifyCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation.

', ], ], 'CapacityReservationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsRequest$CapacityReservationIds' => '

The ID of the Capacity Reservation.

', ], ], 'CapacityReservationInstancePlatform' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$InstancePlatform' => '

The type of operating system for which the Capacity Reservation reserves capacity.

', 'CreateCapacityReservationRequest$InstancePlatform' => '

The type of operating system for which to reserve capacity.

', 'FleetCapacityReservation$InstancePlatform' => '

The type of operating system for which the Capacity Reservation reserves capacity.

', 'ReservationFleetInstanceSpecification$InstancePlatform' => '

The type of operating system for which the Capacity Reservation Fleet reserves capacity.

', ], ], 'CapacityReservationOptions' => [ 'base' => '

Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

This strategy can only be used if the EC2 Fleet is of type instant.

For more information about Capacity Reservations, see On-Demand Capacity Reservations in the Amazon EC2 User Guide. For examples of using Capacity Reservations in an EC2 Fleet, see EC2 Fleet example configurations in the Amazon EC2 User Guide.

', 'refs' => [ 'OnDemandOptions$CapacityReservationOptions' => '

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

Supported only for fleets of type instant.

', ], ], 'CapacityReservationOptionsRequest' => [ 'base' => '

Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

This strategy can only be used if the EC2 Fleet is of type instant.

For more information about Capacity Reservations, see On-Demand Capacity Reservations in the Amazon EC2 User Guide. For examples of using Capacity Reservations in an EC2 Fleet, see EC2 Fleet example configurations in the Amazon EC2 User Guide.

', 'refs' => [ 'OnDemandOptionsRequest$CapacityReservationOptions' => '

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

Supported only for fleets of type instant.

', ], ], 'CapacityReservationPreference' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationSpecification$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'CapacityReservationSpecificationResponse$CapacityReservationPreference' => '

Describes the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', ], ], 'CapacityReservationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsResult$CapacityReservations' => '

Information about the Capacity Reservations.

', ], ], 'CapacityReservationSpecification' => [ 'base' => '

Describes an instance\'s Capacity Reservation targeting option. You can specify only one parameter at a time. If you specify CapacityReservationPreference and CapacityReservationTarget, the request fails.

Use the CapacityReservationPreference parameter to configure the instance to run as an On-Demand Instance or to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the CapacityReservationTarget parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.

', 'refs' => [ 'ModifyInstanceCapacityReservationAttributesRequest$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', 'RunInstancesRequest$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance\'s Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

', ], ], 'CapacityReservationSpecificationResponse' => [ 'base' => '

Describes the instance\'s Capacity Reservation targeting preferences. The action returns the capacityReservationPreference response element if the instance is configured to run in On-Demand capacity, or if it is configured in run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). The action returns the capacityReservationTarget response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'Instance$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', ], ], 'CapacityReservationState' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$State' => '

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

', 'GetCapacityReservationUsageResult$State' => '

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

', ], ], 'CapacityReservationTarget' => [ 'base' => '

Describes a target Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'CapacityReservationSpecification$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', 'LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', ], ], 'CapacityReservationTargetResponse' => [ 'base' => '

Describes a target Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'CapacityReservationSpecificationResponse$CapacityReservationTarget' => '

Information about the targeted Capacity Reservation or Capacity Reservation group.

', 'LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', ], ], 'CapacityReservationTenancy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$Tenancy' => '

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

', 'CreateCapacityReservationRequest$Tenancy' => '

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

', ], ], 'CarrierGateway' => [ 'base' => '

Describes a carrier gateway.

', 'refs' => [ 'CarrierGatewaySet$member' => NULL, 'CreateCarrierGatewayResult$CarrierGateway' => '

Information about the carrier gateway.

', 'DeleteCarrierGatewayResult$CarrierGateway' => '

Information about the carrier gateway.

', ], ], 'CarrierGatewayId' => [ 'base' => NULL, 'refs' => [ 'CarrierGateway$CarrierGatewayId' => '

The ID of the carrier gateway.

', 'CarrierGatewayIdSet$member' => NULL, 'CreateRouteRequest$CarrierGatewayId' => '

The ID of the carrier gateway.

You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.

', 'DeleteCarrierGatewayRequest$CarrierGatewayId' => '

The ID of the carrier gateway.

', 'ReplaceRouteRequest$CarrierGatewayId' => '

[IPv4 traffic only] The ID of a carrier gateway.

', 'Route$CarrierGatewayId' => '

The ID of the carrier gateway.

', ], ], 'CarrierGatewayIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysRequest$CarrierGatewayIds' => '

One or more carrier gateway IDs.

', ], ], 'CarrierGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'CarrierGatewaySet' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysResult$CarrierGateways' => '

Information about the carrier gateway.

', ], ], 'CarrierGatewayState' => [ 'base' => NULL, 'refs' => [ 'CarrierGateway$State' => '

The state of the carrier gateway.

', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$DomainCertificateArn' => '

The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.

', ], ], 'CertificateAuthentication' => [ 'base' => '

Information about the client certificate used for authentication.

', 'refs' => [ 'ClientVpnAuthentication$MutualAuthentication' => '

Information about the authentication certificates, if applicable.

', ], ], 'CertificateAuthenticationRequest' => [ 'base' => '

Information about the client certificate to be used for authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$MutualAuthentication' => '

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication.

', ], ], 'CertificateId' => [ 'base' => NULL, 'refs' => [ 'AssociateEnclaveCertificateIamRoleRequest$CertificateArn' => '

The ARN of the ACM certificate with which to associate the IAM role.

', 'DisassociateEnclaveCertificateIamRoleRequest$CertificateArn' => '

The ARN of the ACM certificate from which to disassociate the IAM role.

', 'GetAssociatedEnclaveCertificateIamRolesRequest$CertificateArn' => '

The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.

', ], ], 'CidrAuthorizationContext' => [ 'base' => '

Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see Configuring your BYOIP address range in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'ProvisionByoipCidrRequest$CidrAuthorizationContext' => '

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

', ], ], 'CidrBlock' => [ 'base' => '

Describes an IPv4 CIDR block.

', 'refs' => [ 'CidrBlockSet$member' => NULL, ], ], 'CidrBlockSet' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionVpcInfo$CidrBlockSet' => '

Information about the IPv4 CIDR blocks for the VPC.

', ], ], 'ClassicLinkDnsSupport' => [ 'base' => '

Deprecated.

Describes the ClassicLink DNS support status of a VPC.

', 'refs' => [ 'ClassicLinkDnsSupportList$member' => NULL, ], ], 'ClassicLinkDnsSupportList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportResult$Vpcs' => '

Information about the ClassicLink DNS support status of the VPCs.

', ], ], 'ClassicLinkInstance' => [ 'base' => '

Deprecated.

Describes a linked EC2-Classic instance.

', 'refs' => [ 'ClassicLinkInstanceList$member' => NULL, ], ], 'ClassicLinkInstanceList' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesResult$Instances' => '

Information about one or more linked EC2-Classic instances.

', ], ], 'ClassicLoadBalancer' => [ 'base' => '

Describes a Classic Load Balancer.

', 'refs' => [ 'ClassicLoadBalancers$member' => NULL, ], ], 'ClassicLoadBalancers' => [ 'base' => NULL, 'refs' => [ 'ClassicLoadBalancersConfig$ClassicLoadBalancers' => '

One or more Classic Load Balancers.

', ], ], 'ClassicLoadBalancersConfig' => [ 'base' => '

Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.

', 'refs' => [ 'LoadBalancersConfig$ClassicLoadBalancersConfig' => '

The Classic Load Balancers.

', ], ], 'ClientCertificateRevocationListStatus' => [ 'base' => '

Describes the state of a client certificate revocation list.

', 'refs' => [ 'ExportClientVpnClientCertificateRevocationListResult$Status' => '

The current state of the client certificate revocation list.

', ], ], 'ClientCertificateRevocationListStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientCertificateRevocationListStatus$Code' => '

The state of the client certificate revocation list.

', ], ], 'ClientConnectOptions' => [ 'base' => '

The options for managing connection authorization for new client connections.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', 'ModifyClientVpnEndpointRequest$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', ], ], 'ClientConnectResponseOptions' => [ 'base' => '

The options for managing connection authorization for new client connections.

', 'refs' => [ 'ClientVpnEndpoint$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', ], ], 'ClientData' => [ 'base' => '

Describes the client-specific data.

', 'refs' => [ 'ImportImageRequest$ClientData' => '

The client-specific data.

', 'ImportSnapshotRequest$ClientData' => '

The client-specific data.

', ], ], 'ClientLoginBannerOptions' => [ 'base' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'ModifyClientVpnEndpointRequest$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', ], ], 'ClientLoginBannerResponseOptions' => [ 'base' => '

Current state of options for customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'refs' => [ 'ClientVpnEndpoint$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', ], ], 'ClientSecretType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderOidcOptions$ClientSecret' => '

The client secret.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$ClientSecret' => '

The client secret.

', 'OidcOptions$ClientSecret' => '

The client secret.

', ], ], 'ClientVpnAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateClientVpnTargetNetworkRequest$AssociationId' => '

The ID of the target network association.

', ], ], 'ClientVpnAuthentication' => [ 'base' => '

Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

', 'refs' => [ 'ClientVpnAuthenticationList$member' => NULL, ], ], 'ClientVpnAuthenticationList' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$AuthenticationOptions' => '

Information about the authentication method used by the Client VPN endpoint.

', ], ], 'ClientVpnAuthenticationRequest' => [ 'base' => '

Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

', 'refs' => [ 'ClientVpnAuthenticationRequestList$member' => NULL, ], ], 'ClientVpnAuthenticationRequestList' => [ 'base' => NULL, 'refs' => [ 'CreateClientVpnEndpointRequest$AuthenticationOptions' => '

Information about the authentication method to be used to authenticate clients.

', ], ], 'ClientVpnAuthenticationType' => [ 'base' => NULL, 'refs' => [ 'ClientVpnAuthentication$Type' => '

The authentication type used.

', 'ClientVpnAuthenticationRequest$Type' => '

The type of client authentication to be used.

', ], ], 'ClientVpnAuthorizationRuleStatus' => [ 'base' => '

Describes the state of an authorization rule.

', 'refs' => [ 'AuthorizationRule$Status' => '

The current state of the authorization rule.

', 'AuthorizeClientVpnIngressResult$Status' => '

The current state of the authorization rule.

', 'RevokeClientVpnIngressResult$Status' => '

The current state of the authorization rule.

', ], ], 'ClientVpnAuthorizationRuleStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnAuthorizationRuleStatus$Code' => '

The state of the authorization rule.

', ], ], 'ClientVpnConnection' => [ 'base' => '

Describes a client connection.

', 'refs' => [ 'ClientVpnConnectionSet$member' => NULL, ], ], 'ClientVpnConnectionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnConnectionsResult$Connections' => '

Information about the active and terminated client connections.

', ], ], 'ClientVpnConnectionStatus' => [ 'base' => '

Describes the status of a client connection.

', 'refs' => [ 'ClientVpnConnection$Status' => '

The current state of the client connection.

', 'TerminateConnectionStatus$PreviousStatus' => '

The state of the client connection.

', 'TerminateConnectionStatus$CurrentStatus' => '

A message about the status of the client connection, if applicable.

', ], ], 'ClientVpnConnectionStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnConnectionStatus$Code' => '

The state of the client connection.

', ], ], 'ClientVpnEndpoint' => [ 'base' => '

Describes a Client VPN endpoint.

', 'refs' => [ 'EndpointSet$member' => NULL, ], ], 'ClientVpnEndpointAttributeStatus' => [ 'base' => '

Describes the status of the Client VPN endpoint attribute.

', 'refs' => [ 'ClientConnectResponseOptions$Status' => '

The status of any updates to the client connect options.

', ], ], 'ClientVpnEndpointAttributeStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpointAttributeStatus$Code' => '

The status code.

', ], ], 'ClientVpnEndpointId' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'AssociateClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'AuthorizeClientVpnIngressRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ClientVpnEndpointIdList$member' => NULL, 'CreateClientVpnRouteRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which to add the route.

', 'DeleteClientVpnEndpointRequest$ClientVpnEndpointId' => '

The ID of the Client VPN to be deleted.

', 'DeleteClientVpnRouteRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint from which the route is to be deleted.

', 'DescribeClientVpnAuthorizationRulesRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnConnectionsRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnRoutesRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnTargetNetworksRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DisassociateClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint from which to disassociate the target network.

', 'ExportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ExportClientVpnClientConfigurationRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ImportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client certificate revocation list applies.

', 'ModifyClientVpnEndpointRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to modify.

', 'RevokeClientVpnIngressRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the authorization rule is associated.

', 'TerminateClientVpnConnectionsRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client is connected.

', ], ], 'ClientVpnEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsRequest$ClientVpnEndpointIds' => '

The ID of the Client VPN endpoint.

', ], ], 'ClientVpnEndpointStatus' => [ 'base' => '

Describes the state of a Client VPN endpoint.

', 'refs' => [ 'ClientVpnEndpoint$Status' => '

The current state of the Client VPN endpoint.

', 'CreateClientVpnEndpointResult$Status' => '

The current state of the Client VPN endpoint.

', 'DeleteClientVpnEndpointResult$Status' => '

The current state of the Client VPN endpoint.

', ], ], 'ClientVpnEndpointStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpointStatus$Code' => '

The state of the Client VPN endpoint. Possible states include:

', ], ], 'ClientVpnRoute' => [ 'base' => '

Information about a Client VPN endpoint route.

', 'refs' => [ 'ClientVpnRouteSet$member' => NULL, ], ], 'ClientVpnRouteSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnRoutesResult$Routes' => '

Information about the Client VPN endpoint routes.

', ], ], 'ClientVpnRouteStatus' => [ 'base' => '

Describes the state of a Client VPN endpoint route.

', 'refs' => [ 'ClientVpnRoute$Status' => '

The current state of the route.

', 'CreateClientVpnRouteResult$Status' => '

The current state of the route.

', 'DeleteClientVpnRouteResult$Status' => '

The current state of the route.

', ], ], 'ClientVpnRouteStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnRouteStatus$Code' => '

The state of the Client VPN endpoint route.

', ], ], 'ClientVpnSecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$SecurityGroupIds' => '

The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.

', 'ApplySecurityGroupsToClientVpnTargetNetworkResult$SecurityGroupIds' => '

The IDs of the applied security groups.

', 'ClientVpnEndpoint$SecurityGroupIds' => '

The IDs of the security groups for the target network.

', 'CreateClientVpnEndpointRequest$SecurityGroupIds' => '

The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.

', 'ModifyClientVpnEndpointRequest$SecurityGroupIds' => '

The IDs of one or more security groups to apply to the target network.

', ], ], 'CloudWatchLogGroupArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogOptionsSpecification$LogGroupArn' => '

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

', ], ], 'CloudWatchLogOptions' => [ 'base' => '

Options for sending VPN tunnel logs to CloudWatch.

', 'refs' => [ 'VpnTunnelLogOptions$CloudWatchLogOptions' => '

Options for sending VPN tunnel logs to CloudWatch.

', ], ], 'CloudWatchLogOptionsSpecification' => [ 'base' => '

Options for sending VPN tunnel logs to CloudWatch.

', 'refs' => [ 'VpnTunnelLogOptionsSpecification$CloudWatchLogOptions' => '

Options for sending VPN tunnel logs to CloudWatch.

', ], ], 'CoipAddressUsage' => [ 'base' => '

Describes address usage for a customer-owned address pool.

', 'refs' => [ 'CoipAddressUsageSet$member' => NULL, ], ], 'CoipAddressUsageSet' => [ 'base' => NULL, 'refs' => [ 'GetCoipPoolUsageResult$CoipAddressUsages' => '

Information about the address usage.

', ], ], 'CoipCidr' => [ 'base' => '

Information about a customer-owned IP address range.

', 'refs' => [ 'CreateCoipCidrResult$CoipCidr' => '

Information about a range of customer-owned IP addresses.

', 'DeleteCoipCidrResult$CoipCidr' => '

Information about a range of customer-owned IP addresses.

', ], ], 'CoipPool' => [ 'base' => '

Describes a customer-owned address pool.

', 'refs' => [ 'CoipPoolSet$member' => NULL, 'CreateCoipPoolResult$CoipPool' => '

Information about the CoIP address pool.

', 'DeleteCoipPoolResult$CoipPool' => '

Information about the CoIP address pool.

', ], ], 'CoipPoolId' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'ModifySubnetAttributeRequest$CustomerOwnedIpv4Pool' => '

The customer-owned IPv4 address pool associated with the subnet.

You must set this value when you specify true for MapCustomerOwnedIpOnLaunch.

', 'Subnet$CustomerOwnedIpv4Pool' => '

The customer-owned IPv4 address pool associated with the subnet.

', ], ], 'CoipPoolIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsRequest$PoolIds' => '

The IDs of the address pools.

', ], ], 'CoipPoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetCoipPoolUsageRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'CoipPoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsResult$CoipPools' => '

Information about the address pools.

', ], ], 'ComponentAccount' => [ 'base' => NULL, 'refs' => [ 'Explanation$ComponentAccount' => '

The Amazon Web Services account for the component.

', ], ], 'ComponentRegion' => [ 'base' => NULL, 'refs' => [ 'Explanation$ComponentRegion' => '

The Region for the component.

', ], ], 'ConfirmProductInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ConfirmProductInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ConnectionLogOptions' => [ 'base' => '

Describes the client connection logging options for the Client VPN endpoint.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ConnectionLogOptions' => '

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

', 'ModifyClientVpnEndpointRequest$ConnectionLogOptions' => '

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

', ], ], 'ConnectionLogResponseOptions' => [ 'base' => '

Information about the client connection logging options for a Client VPN endpoint.

', 'refs' => [ 'ClientVpnEndpoint$ConnectionLogOptions' => '

Information about the client connection logging options for the Client VPN endpoint.

', ], ], 'ConnectionNotification' => [ 'base' => '

Describes a connection notification for a VPC endpoint or VPC endpoint service.

', 'refs' => [ 'ConnectionNotificationSet$member' => NULL, 'CreateVpcEndpointConnectionNotificationResult$ConnectionNotification' => '

Information about the notification.

', ], ], 'ConnectionNotificationId' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotificationIdsList$member' => NULL, 'DescribeVpcEndpointConnectionNotificationsRequest$ConnectionNotificationId' => '

The ID of the notification.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationId' => '

The ID of the notification.

', ], ], 'ConnectionNotificationIdsList' => [ 'base' => NULL, 'refs' => [ 'DeleteVpcEndpointConnectionNotificationsRequest$ConnectionNotificationIds' => '

The IDs of the notifications.

', ], ], 'ConnectionNotificationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointConnectionNotificationsResult$ConnectionNotificationSet' => '

The notifications.

', ], ], 'ConnectionNotificationState' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotification$ConnectionNotificationState' => '

The state of the notification.

', ], ], 'ConnectionNotificationType' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotification$ConnectionNotificationType' => '

The type of notification.

', ], ], 'ConnectivityType' => [ 'base' => NULL, 'refs' => [ 'CreateNatGatewayRequest$ConnectivityType' => '

Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.

', 'NatGateway$ConnectivityType' => '

Indicates whether the NAT gateway supports public or private connectivity.

', ], ], 'ContainerFormat' => [ 'base' => NULL, 'refs' => [ 'ExportToS3Task$ContainerFormat' => '

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

', 'ExportToS3TaskSpecification$ContainerFormat' => '

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

', ], ], 'ConversionIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeConversionTasksRequest$ConversionTaskIds' => '

The conversion task IDs.

', ], ], 'ConversionTask' => [ 'base' => '

Describes a conversion task.

', 'refs' => [ 'DescribeConversionTaskList$member' => NULL, 'ImportInstanceResult$ConversionTask' => '

Information about the conversion task.

', 'ImportVolumeResult$ConversionTask' => '

Information about the conversion task.

', ], ], 'ConversionTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelConversionRequest$ConversionTaskId' => '

The ID of the conversion task.

', 'ConversionIdStringList$member' => NULL, ], ], 'ConversionTaskState' => [ 'base' => NULL, 'refs' => [ 'ConversionTask$State' => '

The state of the conversion task.

', ], ], 'CopyFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopyFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CopyImageRequest' => [ 'base' => '

Contains the parameters for CopyImage.

', 'refs' => [], ], 'CopyImageResult' => [ 'base' => '

Contains the output of CopyImage.

', 'refs' => [], ], 'CopySnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopySnapshotRequestPSU' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$PresignedUrl' => '

When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query requests.

The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using Amazon Web Services Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

', ], ], 'CopySnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CopyTagsFromSource' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotsRequest$CopyTagsFromSource' => '

Copies the tags from the specified volume to corresponding snapshot.

', ], ], 'CoreCount' => [ 'base' => NULL, 'refs' => [ 'CoreCountList$member' => NULL, 'VCpuInfo$DefaultCores' => '

The default number of cores for the instance type.

', ], ], 'CoreCountList' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$ValidCores' => '

The valid number of cores that can be configured for the instance type.

', ], ], 'CoreNetworkArn' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', 'ReplaceRouteRequest$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', 'Route$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', ], ], 'CpuManufacturer' => [ 'base' => NULL, 'refs' => [ 'CpuManufacturerSet$member' => NULL, ], ], 'CpuManufacturerSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$CpuManufacturers' => '

The CPU manufacturers to include.

Don\'t confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

Default: Any manufacturer

', 'InstanceRequirementsRequest$CpuManufacturers' => '

The CPU manufacturers to include.

Don\'t confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

Default: Any manufacturer

', ], ], 'CpuOptions' => [ 'base' => '

The CPU options for the instance.

', 'refs' => [ 'Instance$CpuOptions' => '

The CPU options for the instance.

', ], ], 'CpuOptionsRequest' => [ 'base' => '

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

', 'refs' => [ 'RunInstancesRequest$CpuOptions' => '

The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.

', ], ], 'CreateCapacityReservationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCarrierGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCarrierGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomerGatewayRequest' => [ 'base' => '

Contains the parameters for CreateCustomerGateway.

', 'refs' => [], ], 'CreateCustomerGatewayResult' => [ 'base' => '

Contains the output of CreateCustomerGateway.

', 'refs' => [], ], 'CreateDefaultSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultSubnetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDhcpOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateEgressOnlyInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEgressOnlyInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetError' => [ 'base' => '

Describes the instances that could not be launched by the fleet.

', 'refs' => [ 'CreateFleetErrorsSet$member' => NULL, ], ], 'CreateFleetErrorsSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$Errors' => '

Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

', ], ], 'CreateFleetInstance' => [ 'base' => '

Describes the instances that were launched by the fleet.

', 'refs' => [ 'CreateFleetInstancesSet$member' => NULL, ], ], 'CreateFleetInstancesSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$Instances' => '

Information about the instances that were launched by the fleet. Supported only for fleets of type instant.

', ], ], 'CreateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceConnectEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceConnectEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceExportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceExportTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVpcAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVpcAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNatGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNatGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsAccessScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsAccessScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsPathResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInterfacePermissionRequest' => [ 'base' => '

Contains the parameters for CreateNetworkInterfacePermission.

', 'refs' => [], ], 'CreateNetworkInterfacePermissionResult' => [ 'base' => '

Contains the output of CreateNetworkInterfacePermission.

', 'refs' => [], ], 'CreateNetworkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlacementGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlacementGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatePublicIpv4PoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePublicIpv4PoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateReplaceRootVolumeTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateReplaceRootVolumeTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateReservedInstancesListingRequest' => [ 'base' => '

Contains the parameters for CreateReservedInstancesListing.

', 'refs' => [], ], 'CreateReservedInstancesListingResult' => [ 'base' => '

Contains the output of CreateReservedInstancesListing.

', 'refs' => [], ], 'CreateRestoreImageTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRestoreImageTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for CreateSpotDatafeedSubscription.

', 'refs' => [], ], 'CreateSpotDatafeedSubscriptionResult' => [ 'base' => '

Contains the output of CreateSpotDatafeedSubscription.

', 'refs' => [], ], 'CreateStoreImageTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStoreImageTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetCidrReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetCidrReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectPeerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectPeerResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectRequestOptions' => [ 'base' => '

The options for a Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectRequest$Options' => '

The Connect attachment options.

', ], ], 'CreateTransitGatewayConnectResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayMulticastDomainRequestOptions' => [ 'base' => '

The options for the transit gateway multicast domain.

', 'refs' => [ 'CreateTransitGatewayMulticastDomainRequest$Options' => '

The options for the transit gateway multicast domain.

', ], ], 'CreateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPeeringAttachmentRequestOptions' => [ 'base' => '

Describes whether dynamic routing is enabled or disabled for the transit gateway peering request.

', 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequest$Options' => '

Requests a transit gateway peering attachment.

', ], ], 'CreateTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableAnnouncementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableAnnouncementResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayVpcAttachmentRequestOptions' => [ 'base' => '

Describes the options for a VPC attachment.

', 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequest$Options' => '

The VPC attachment options.

', ], ], 'CreateTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointEniOptions' => [ 'base' => '

Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the network-interface type.

', 'refs' => [ 'CreateVerifiedAccessEndpointRequest$NetworkInterfaceOptions' => '

The network interface details. This parameter is required if the endpoint type is network-interface.

', ], ], 'CreateVerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'CreateVerifiedAccessEndpointRequest$LoadBalancerOptions' => '

The load balancer details. This parameter is required if the endpoint type is load-balancer.

', ], ], 'CreateVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'CreateVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessTrustProviderDeviceOptions' => [ 'base' => '

Describes the options when creating an Amazon Web Services Verified Access trust provider using the device type.

', 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$DeviceOptions' => '

The options for a device-based trust provider. This parameter is required when the provider type is device.

', ], ], 'CreateVerifiedAccessTrustProviderOidcOptions' => [ 'base' => '

Describes the options when creating an Amazon Web Services Verified Access trust provider using the user type.

', 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$OidcOptions' => '

The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is user.

', ], ], 'CreateVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVolumePermission' => [ 'base' => '

Describes the user or group to be added or removed from the list of create volume permissions for a volume.

', 'refs' => [ 'CreateVolumePermissionList$member' => NULL, ], ], 'CreateVolumePermissionList' => [ 'base' => NULL, 'refs' => [ 'CreateVolumePermissionModifications$Add' => '

Adds the specified Amazon Web Services account ID or group to the list.

', 'CreateVolumePermissionModifications$Remove' => '

Removes the specified Amazon Web Services account ID or group from the list.

', 'DescribeSnapshotAttributeResult$CreateVolumePermissions' => '

The users and groups that have the permissions for creating volumes from the snapshot.

', ], ], 'CreateVolumePermissionModifications' => [ 'base' => '

Describes modifications to the list of create volume permissions for a volume.

', 'refs' => [ 'ModifySnapshotAttributeRequest$CreateVolumePermission' => '

A JSON representation of the snapshot attribute modification.

', ], ], 'CreateVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointConnectionNotificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointConnectionNotificationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointServiceConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointServiceConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpnConnectionRequest' => [ 'base' => '

Contains the parameters for CreateVpnConnection.

', 'refs' => [], ], 'CreateVpnConnectionResult' => [ 'base' => '

Contains the output of CreateVpnConnection.

', 'refs' => [], ], 'CreateVpnConnectionRouteRequest' => [ 'base' => '

Contains the parameters for CreateVpnConnectionRoute.

', 'refs' => [], ], 'CreateVpnGatewayRequest' => [ 'base' => '

Contains the parameters for CreateVpnGateway.

', 'refs' => [], ], 'CreateVpnGatewayResult' => [ 'base' => '

Contains the output of CreateVpnGateway.

', 'refs' => [], ], 'CreditSpecification' => [ 'base' => '

Describes the credit option for CPU usage of a T instance.

', 'refs' => [ 'ResponseLaunchTemplateData$CreditSpecification' => '

The credit option for CPU usage of the instance.

', ], ], 'CreditSpecificationRequest' => [ 'base' => '

The credit option for CPU usage of a T instance.

', 'refs' => [ 'RequestLaunchTemplateData$CreditSpecification' => '

The credit option for CPU usage of the instance. Valid only for T instances.

', 'RunInstancesRequest$CreditSpecification' => '

The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.

Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances)

For T3 instances with host tenancy, only standard is supported.

', ], ], 'CurrencyCodeValues' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewResult$CurrencyCode' => '

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'HostOffering$CurrencyCode' => '

The currency of the offering.

', 'HostReservation$CurrencyCode' => '

The currency in which the upfrontPrice and hourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PriceSchedule$CurrencyCode' => '

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

', 'PriceScheduleSpecification$CurrencyCode' => '

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

', 'Purchase$CurrencyCode' => '

The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PurchaseHostReservationRequest$CurrencyCode' => '

The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PurchaseHostReservationResult$CurrencyCode' => '

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'ReservedInstanceLimitPrice$CurrencyCode' => '

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

', 'ReservedInstances$CurrencyCode' => '

The currency of the Reserved Instance. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

', 'ReservedInstancesOffering$CurrencyCode' => '

The currency of the Reserved Instance offering you are purchasing. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

', ], ], 'CurrentGenerationFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$CurrentGeneration' => '

Indicates whether the instance type is current generation.

', ], ], 'CustomerGateway' => [ 'base' => '

Describes a customer gateway.

', 'refs' => [ 'CreateCustomerGatewayResult$CustomerGateway' => '

Information about the customer gateway.

', 'CustomerGatewayList$member' => NULL, ], ], 'CustomerGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateVpnConnectionRequest$CustomerGatewayId' => '

The ID of the customer gateway.

', 'CustomerGatewayIdStringList$member' => NULL, 'DeleteCustomerGatewayRequest$CustomerGatewayId' => '

The ID of the customer gateway.

', 'GetVpnTunnelReplacementStatusResult$CustomerGatewayId' => '

The ID of the customer gateway.

', 'ModifyVpnConnectionRequest$CustomerGatewayId' => '

The ID of the customer gateway at your end of the VPN connection.

', ], ], 'CustomerGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeCustomerGatewaysRequest$CustomerGatewayIds' => '

One or more customer gateway IDs.

Default: Describes all your customer gateways.

', ], ], 'CustomerGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeCustomerGatewaysResult$CustomerGateways' => '

Information about one or more customer gateways.

', ], ], 'DITMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DITOMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DataQueries' => [ 'base' => NULL, 'refs' => [ 'GetAwsNetworkPerformanceDataRequest$DataQueries' => '

A list of network performance data queries.

', ], ], 'DataQuery' => [ 'base' => '

A query used for retrieving network health data.

', 'refs' => [ 'DataQueries$member' => NULL, ], ], 'DataResponse' => [ 'base' => '

The response to a DataQuery.

', 'refs' => [ 'DataResponses$member' => NULL, ], ], 'DataResponses' => [ 'base' => NULL, 'refs' => [ 'GetAwsNetworkPerformanceDataResult$DataResponses' => '

The list of data responses.

', ], ], 'DatafeedSubscriptionState' => [ 'base' => NULL, 'refs' => [ 'SpotDatafeedSubscription$State' => '

The state of the Spot Instance data feed subscription.

', ], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'BundleTask$StartTime' => '

The time this task started.

', 'BundleTask$UpdateTime' => '

The time of the most recent update for the task.

', 'CapacityReservation$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

', 'CapacityReservation$CreateDate' => '

The date and time at which the Capacity Reservation was created.

', 'ClientData$UploadEnd' => '

The time that the disk upload ends.

', 'ClientData$UploadStart' => '

The time that the disk upload starts.

', 'CreateCapacityReservationRequest$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

If the EndDateType is limited, the Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

', 'CreateFleetRequest$ValidFrom' => '

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

', 'CreateFleetRequest$ValidUntil' => '

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.

', 'DescribeFleetHistoryRequest$StartTime' => '

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeFleetHistoryResult$LastEvaluatedTime' => '

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

', 'DescribeFleetHistoryResult$StartTime' => '

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotFleetRequestHistoryRequest$StartTime' => '

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotFleetRequestHistoryResponse$LastEvaluatedTime' => '

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

', 'DescribeSpotFleetRequestHistoryResponse$StartTime' => '

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotPriceHistoryRequest$EndTime' => '

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotPriceHistoryRequest$StartTime' => '

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'EbsInstanceBlockDevice$AttachTime' => '

The time stamp when the attachment initiated.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationTime' => '

The time at which the elastic inference accelerator is associated with an instance.

', 'FleetData$CreateTime' => '

The creation date and time of the EC2 Fleet.

', 'FleetData$ValidFrom' => '

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

', 'FleetData$ValidUntil' => '

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

', 'FpgaImage$CreateTime' => '

The date and time the AFI was created.

', 'FpgaImage$UpdateTime' => '

The time of the most recent update to the AFI.

', 'GetConsoleOutputResult$Timestamp' => '

The time at which the output was last updated.

', 'GetPasswordDataResult$Timestamp' => '

The time the data was last updated.

', 'GetReservedInstancesExchangeQuoteResult$OutputReservedInstancesWillExpireAt' => '

The new end date of the reservation term.

', 'HistoryRecord$Timestamp' => '

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'HistoryRecordEntry$Timestamp' => '

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'Host$AllocationTime' => '

The time that the Dedicated Host was allocated.

', 'Host$ReleaseTime' => '

The time that the Dedicated Host was released.

', 'HostReservation$End' => '

The date and time that the reservation ends.

', 'HostReservation$Start' => '

The date and time that the reservation started.

', 'IamInstanceProfileAssociation$Timestamp' => '

The time the IAM instance profile was associated with the instance.

', 'IdFormat$Deadline' => '

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

', 'Instance$LaunchTime' => '

The time the instance was launched.

', 'InstanceNetworkInterfaceAttachment$AttachTime' => '

The time stamp when the attachment initiated.

', 'InstanceStatusDetails$ImpairedSince' => '

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

', 'InstanceStatusEvent$NotAfter' => '

The latest scheduled end time for the event.

', 'InstanceStatusEvent$NotBefore' => '

The earliest scheduled start time for the event.

', 'InstanceStatusEvent$NotBeforeDeadline' => '

The deadline for starting the event.

', 'LaunchTemplate$CreateTime' => '

The time launch template was created.

', 'LaunchTemplateSpotMarketOptions$ValidUntil' => '

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.

', 'LaunchTemplateSpotMarketOptionsRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.

Default: 7 days from the current date

', 'LaunchTemplateVersion$CreateTime' => '

The time the version was created.

', 'ModifyCapacityReservationRequest$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

', 'ModifyInstanceEventStartTimeRequest$NotBefore' => '

The new date and time when the event will take place.

', 'NatGateway$CreateTime' => '

The date and time the NAT gateway was created.

', 'NatGateway$DeleteTime' => '

The date and time the NAT gateway was deleted, if applicable.

', 'NetworkInterfaceAttachment$AttachTime' => '

The timestamp indicating when the attachment initiated.

', 'ProvisionedBandwidth$ProvisionTime' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$RequestTime' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'PurchaseReservedInstancesOfferingRequest$PurchaseTime' => '

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'ReportInstanceStatusRequest$EndTime' => '

The time at which the reported instance health state ended.

', 'ReportInstanceStatusRequest$StartTime' => '

The time at which the reported instance health state began.

', 'RequestSpotInstancesRequest$ValidFrom' => '

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.

', 'RequestSpotInstancesRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

', 'ReservedInstances$End' => '

The time when the Reserved Instance expires.

', 'ReservedInstances$Start' => '

The date and time the Reserved Instance started.

', 'ReservedInstancesListing$CreateDate' => '

The time the listing was created.

', 'ReservedInstancesListing$UpdateDate' => '

The last modified timestamp of the listing.

', 'ReservedInstancesModification$CreateDate' => '

The time when the modification request was created.

', 'ReservedInstancesModification$EffectiveDate' => '

The time for the modification to become effective.

', 'ReservedInstancesModification$UpdateDate' => '

The time when the modification request was last updated.

', 'ScheduledInstance$CreateDate' => '

The date when the Scheduled Instance was purchased.

', 'ScheduledInstance$NextSlotStartTime' => '

The time for the next schedule to start.

', 'ScheduledInstance$PreviousSlotEndTime' => '

The time that the previous schedule ended or will end.

', 'ScheduledInstance$TermEndDate' => '

The end date for the Scheduled Instance.

', 'ScheduledInstance$TermStartDate' => '

The start date for the Scheduled Instance.

', 'ScheduledInstanceAvailability$FirstSlotStartTime' => '

The time period for the first schedule to start.

', 'SlotDateTimeRangeRequest$EarliestTime' => '

The earliest date and time, in UTC, for the Scheduled Instance to start.

', 'SlotDateTimeRangeRequest$LatestTime' => '

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

', 'SlotStartTimeRangeRequest$EarliestTime' => '

The earliest date and time, in UTC, for the Scheduled Instance to start.

', 'SlotStartTimeRangeRequest$LatestTime' => '

The latest date and time, in UTC, for the Scheduled Instance to start.

', 'Snapshot$StartTime' => '

The time stamp when the snapshot was initiated.

', 'SpotFleetRequestConfigData$ValidFrom' => '

The start date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). By default, Amazon EC2 starts fulfilling the request immediately.

', 'SpotFleetRequestConfigData$ValidUntil' => '

The end date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.

', 'SpotInstanceRequest$CreateTime' => '

The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'SpotInstanceRequest$ValidFrom' => '

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

', 'SpotInstanceRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

', 'SpotInstanceStatus$UpdateTime' => '

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'SpotMarketOptions$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.

', 'SpotPrice$Timestamp' => '

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'TransitGateway$CreationTime' => '

The creation time.

', 'TransitGatewayAttachment$CreationTime' => '

The creation time.

', 'TransitGatewayConnect$CreationTime' => '

The creation time.

', 'TransitGatewayConnectPeer$CreationTime' => '

The creation time.

', 'TransitGatewayMulticastDomain$CreationTime' => '

The time the transit gateway multicast domain was created.

', 'TransitGatewayPeeringAttachment$CreationTime' => '

The time the transit gateway peering attachment was created.

', 'TransitGatewayPolicyTable$CreationTime' => '

The timestamp when the transit gateway policy table was created.

', 'TransitGatewayRouteTable$CreationTime' => '

The creation time.

', 'TransitGatewayRouteTableAnnouncement$CreationTime' => '

The timestamp when the transit gateway route table announcement was created.

', 'TransitGatewayVpcAttachment$CreationTime' => '

The creation time.

', 'VgwTelemetry$LastStatusChange' => '

The date and time of the last change in status.

', 'Volume$CreateTime' => '

The time stamp when volume creation was initiated.

', 'VolumeAttachment$AttachTime' => '

The time stamp when the attachment initiated.

', 'VolumeModification$StartTime' => '

The modification start time.

', 'VolumeModification$EndTime' => '

The modification completion or failure time.

', 'VpcPeeringConnection$ExpirationTime' => '

The time that an unaccepted VPC peering connection will expire.

', ], ], 'DedicatedHostFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$DedicatedHostsSupported' => '

Indicates whether Dedicated Hosts are supported on the instance type.

', ], ], 'DedicatedHostId' => [ 'base' => NULL, 'refs' => [ 'DedicatedHostIdList$member' => NULL, 'LaunchTemplatePlacementRequest$HostId' => '

The ID of the Dedicated Host for the instance.

', 'ModifyInstancePlacementRequest$HostId' => '

The ID of the Dedicated Host with which to associate the instance.

', 'RequestHostIdList$member' => NULL, 'RequestHostIdSet$member' => NULL, ], ], 'DedicatedHostIdList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowAssociationRequest$DedicatedHostIds' => '

The IDs of the Dedicated Hosts to associate with the event window.

', 'InstanceEventWindowAssociationTarget$DedicatedHostIds' => '

The IDs of the Dedicated Hosts associated with the event window.

', 'InstanceEventWindowDisassociationRequest$DedicatedHostIds' => '

The IDs of the Dedicated Hosts to disassociate from the event window.

', ], ], 'DefaultNetworkCardIndex' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$DefaultNetworkCardIndex' => '

The index of the default network card, starting at 0.

', ], ], 'DefaultRouteTableAssociationValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$DefaultRouteTableAssociation' => '

Enable or disable automatic association with the default association route table.

', 'TransitGatewayOptions$DefaultRouteTableAssociation' => '

Indicates whether resource attachments are automatically associated with the default association route table.

', 'TransitGatewayRequestOptions$DefaultRouteTableAssociation' => '

Enable or disable automatic association with the default association route table. Enabled by default.

', ], ], 'DefaultRouteTablePropagationValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$DefaultRouteTablePropagation' => '

Enable or disable automatic propagation of routes to the default propagation route table.

', 'TransitGatewayOptions$DefaultRouteTablePropagation' => '

Indicates whether resource attachments automatically propagate routes to the default propagation route table.

', 'TransitGatewayRequestOptions$DefaultRouteTablePropagation' => '

Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

', ], ], 'DefaultTargetCapacityType' => [ 'base' => NULL, 'refs' => [ 'TargetCapacitySpecification$DefaultTargetCapacityType' => '

The default TotalTargetCapacity, which is either Spot or On-Demand.

', 'TargetCapacitySpecificationRequest$DefaultTargetCapacityType' => '

The default TotalTargetCapacity, which is either Spot or On-Demand.

', ], ], 'DefaultingDhcpOptionsId' => [ 'base' => NULL, 'refs' => [ 'AssociateDhcpOptionsRequest$DhcpOptionsId' => '

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

', ], ], 'DeleteCarrierGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCarrierGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomerGatewayRequest' => [ 'base' => '

Contains the parameters for DeleteCustomerGateway.

', 'refs' => [], ], 'DeleteDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEgressOnlyInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEgressOnlyInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetError' => [ 'base' => '

Describes an EC2 Fleet error.

', 'refs' => [ 'DeleteFleetErrorItem$Error' => '

The error.

', ], ], 'DeleteFleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetError$Code' => '

The error code.

', ], ], 'DeleteFleetErrorItem' => [ 'base' => '

Describes an EC2 Fleet that was not successfully deleted.

', 'refs' => [ 'DeleteFleetErrorSet$member' => NULL, ], ], 'DeleteFleetErrorSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsResult$UnsuccessfulFleetDeletions' => '

Information about the EC2 Fleets that are not successfully deleted.

', ], ], 'DeleteFleetSuccessItem' => [ 'base' => '

Describes an EC2 Fleet that was successfully deleted.

', 'refs' => [ 'DeleteFleetSuccessSet$member' => NULL, ], ], 'DeleteFleetSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsResult$SuccessfulFleetDeletions' => '

Information about the EC2 Fleets that are successfully deleted.

', ], ], 'DeleteFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceConnectEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceConnectEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateVersionsResponseErrorItem' => [ 'base' => '

Describes a launch template version that could not be deleted.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseErrorSet$member' => NULL, ], ], 'DeleteLaunchTemplateVersionsResponseErrorSet' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsResult$UnsuccessfullyDeletedLaunchTemplateVersions' => '

Information about the launch template versions that could not be deleted.

', ], ], 'DeleteLaunchTemplateVersionsResponseSuccessItem' => [ 'base' => '

Describes a launch template version that was successfully deleted.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseSuccessSet$member' => NULL, ], ], 'DeleteLaunchTemplateVersionsResponseSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsResult$SuccessfullyDeletedLaunchTemplateVersions' => '

Information about the launch template versions that were successfully deleted.

', ], ], 'DeleteLaunchTemplateVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVpcAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVpcAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNatGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNatGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkAclRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsPathResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInterfacePermissionRequest' => [ 'base' => '

Contains the parameters for DeleteNetworkInterfacePermission.

', 'refs' => [], ], 'DeleteNetworkInterfacePermissionResult' => [ 'base' => '

Contains the output for DeleteNetworkInterfacePermission.

', 'refs' => [], ], 'DeleteNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for DeleteNetworkInterface.

', 'refs' => [], ], 'DeletePlacementGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePublicIpv4PoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePublicIpv4PoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteQueuedReservedInstancesError' => [ 'base' => '

Describes the error for a Reserved Instance whose queued purchase could not be deleted.

', 'refs' => [ 'FailedQueuedPurchaseDeletion$Error' => '

The error.

', ], ], 'DeleteQueuedReservedInstancesErrorCode' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesError$Code' => '

The error code.

', ], ], 'DeleteQueuedReservedInstancesIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesRequest$ReservedInstancesIds' => '

The IDs of the Reserved Instances.

', ], ], 'DeleteQueuedReservedInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteQueuedReservedInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for DeleteSpotDatafeedSubscription.

', 'refs' => [], ], 'DeleteSubnetCidrReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetCidrReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectPeerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectPeerResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableAnnouncementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableAnnouncementResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointConnectionNotificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointConnectionNotificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointServiceConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointServiceConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpnConnectionRequest' => [ 'base' => '

Contains the parameters for DeleteVpnConnection.

', 'refs' => [], ], 'DeleteVpnConnectionRouteRequest' => [ 'base' => '

Contains the parameters for DeleteVpnConnectionRoute.

', 'refs' => [], ], 'DeleteVpnGatewayRequest' => [ 'base' => '

Contains the parameters for DeleteVpnGateway.

', 'refs' => [], ], 'DeprovisionByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionPublicIpv4PoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionPublicIpv4PoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionedAddressSet' => [ 'base' => NULL, 'refs' => [ 'DeprovisionPublicIpv4PoolCidrResult$DeprovisionedAddresses' => '

The deprovisioned CIDRs.

', ], ], 'DeregisterImageRequest' => [ 'base' => '

Contains the parameters for DeregisterImage.

', 'refs' => [], ], 'DeregisterInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterInstanceTagAttributeRequest' => [ 'base' => '

Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

', 'refs' => [ 'DeregisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute' => '

Information about the tag keys to deregister.

', ], ], 'DeregisterTransitGatewayMulticastGroupMembersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupMembersResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupSourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupSourcesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressTransfersMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressTransfersRequest$MaxResults' => '

The maximum number of address transfers to return in one page of results.

', ], ], 'DescribeAddressTransfersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressTransfersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAggregateIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAggregateIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailabilityZonesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailabilityZonesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBundleTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBundleTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeByoipCidrsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeByoipCidrsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeByoipCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeByoipCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationFleetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationFleetsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeCapacityReservationFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeCapacityReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCarrierGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCarrierGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClassicLinkInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

Constraint: If the value is greater than 1000, we return only 1000 items.

', ], ], 'DescribeClassicLinkInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClassicLinkInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnAuthorizationRulesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnAuthorizationRulesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnAuthorizationRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnAuthorizationRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnConnectionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnConnectionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnEndpointMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnRoutesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnRoutesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnTargetNetworksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnTargetNetworksRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnTargetNetworksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnTargetNetworksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCoipPoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCoipPoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConversionTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeConversionTasksResult$ConversionTasks' => '

Information about the conversion tasks.

', ], ], 'DescribeConversionTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConversionTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomerGatewaysRequest' => [ 'base' => '

Contains the parameters for DescribeCustomerGateways.

', 'refs' => [], ], 'DescribeCustomerGatewaysResult' => [ 'base' => '

Contains the output of DescribeCustomerGateways.

', 'refs' => [], ], 'DescribeDhcpOptionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDhcpOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEgressOnlyInternetGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeEgressOnlyInternetGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEgressOnlyInternetGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeElasticGpusMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

', ], ], 'DescribeElasticGpusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeElasticGpusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportImageTasksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksRequest$MaxResults' => '

The maximum number of results to return in a single call.

', ], ], 'DescribeExportImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeFastLaunchImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesSuccessItem' => [ 'base' => '

Describe details about a fast-launch enabled Windows image that meets the requested criteria. Criteria are defined by the DescribeFastLaunchImages action filters.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessSet$member' => NULL, ], ], 'DescribeFastLaunchImagesSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesResult$FastLaunchImages' => '

A collection of details about the fast-launch enabled Windows images that meet the requested criteria.

', ], ], 'DescribeFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores for a snapshot.

', 'refs' => [ 'DescribeFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'DescribeFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoresResult$FastSnapshotRestores' => '

Information about the state of fast snapshot restores.

', ], ], 'DescribeFastSnapshotRestoresMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoresRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetError' => [ 'base' => '

Describes the instances that could not be launched by the fleet.

', 'refs' => [ 'DescribeFleetsErrorSet$member' => NULL, ], ], 'DescribeFleetHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetHistoryResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsErrorSet' => [ 'base' => NULL, 'refs' => [ 'FleetData$Errors' => '

Information about the instances that could not be launched by the fleet. Valid only when Type is set to instant.

', ], ], 'DescribeFleetsInstances' => [ 'base' => '

Describes the instances that were launched by the fleet.

', 'refs' => [ 'DescribeFleetsInstancesSet$member' => NULL, ], ], 'DescribeFleetsInstancesSet' => [ 'base' => NULL, 'refs' => [ 'FleetData$Instances' => '

Information about the instances that were launched by the fleet. Valid only when Type is set to instant.

', ], ], 'DescribeFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImagesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$MaxResults' => '

The maximum number of results to return in a single call.

', ], ], 'DescribeFpgaImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationOfferingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationOfferingsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeHostReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIamInstanceProfileAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeIamInstanceProfileAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIamInstanceProfileAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdentityIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdentityIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageAttributeRequest' => [ 'base' => '

Contains the parameters for DescribeImageAttribute.

', 'refs' => [], ], 'DescribeImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportSnapshotTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportSnapshotTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceConnectEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceConnectEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceCreditSpecificationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceCreditSpecificationsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same call.

', ], ], 'DescribeInstanceCreditSpecificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceCreditSpecificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventWindowsRequest' => [ 'base' => 'Describe instance event windows by InstanceEventWindow.', 'refs' => [], ], 'DescribeInstanceEventWindowsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypeOfferingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypeOfferingsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInternetGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeInternetGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInternetGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamPoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamPoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveriesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveryAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveryAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamScopesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamScopesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpv6PoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpv6PoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyPairsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyPairsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplateVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplateVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplatesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

', ], ], 'DescribeLaunchTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplatesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVpcAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVpcAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfaceGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfaceGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfacesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfacesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedPrefixListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedPrefixListsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMovingAddressesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeMovingAddressesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

', ], ], 'DescribeMovingAddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMovingAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNatGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeNatGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNatGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkAclsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeNetworkAclsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkAclsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopeAnalysesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopeAnalysesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAnalysesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAnalysesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsPathsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsPathsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfaceAttribute.

', 'refs' => [], ], 'DescribeNetworkInterfaceAttributeResult' => [ 'base' => '

Contains the output of DescribeNetworkInterfaceAttribute.

', 'refs' => [], ], 'DescribeNetworkInterfacePermissionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. If this parameter is not specified, up to 50 results are returned by default. For more information, see Pagination.

', ], ], 'DescribeNetworkInterfacePermissionsRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfacePermissions.

', 'refs' => [], ], 'DescribeNetworkInterfacePermissionsResult' => [ 'base' => '

Contains the output for DescribeNetworkInterfacePermissions.

', 'refs' => [], ], 'DescribeNetworkInterfacesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. You cannot specify this parameter and the network interface IDs parameter in the same request. For more information, see Pagination.

', ], ], 'DescribeNetworkInterfacesRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfaces.

', 'refs' => [], ], 'DescribeNetworkInterfacesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlacementGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlacementGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrefixListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrefixListsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrincipalIdFormatMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

', ], ], 'DescribePrincipalIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrincipalIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePublicIpv4PoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePublicIpv4PoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReplaceRootVolumeTasksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeReplaceRootVolumeTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReplaceRootVolumeTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedInstancesListingsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesListings.

', 'refs' => [], ], 'DescribeReservedInstancesListingsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesListings.

', 'refs' => [], ], 'DescribeReservedInstancesModificationsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesModifications.

', 'refs' => [], ], 'DescribeReservedInstancesModificationsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesModifications.

', 'refs' => [], ], 'DescribeReservedInstancesOfferingsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesOfferings.

', 'refs' => [], ], 'DescribeReservedInstancesOfferingsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesOfferings.

', 'refs' => [], ], 'DescribeReservedInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstances.

', 'refs' => [], ], 'DescribeReservedInstancesResult' => [ 'base' => '

Contains the output for DescribeReservedInstances.

', 'refs' => [], ], 'DescribeRouteTablesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRouteTablesResult' => [ 'base' => '

Contains the output of DescribeRouteTables.

', 'refs' => [], ], 'DescribeScheduledInstanceAvailabilityMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$MaxResults' => '

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned NextToken value.

', ], ], 'DescribeScheduledInstanceAvailabilityRequest' => [ 'base' => '

Contains the parameters for DescribeScheduledInstanceAvailability.

', 'refs' => [], ], 'DescribeScheduledInstanceAvailabilityResult' => [ 'base' => '

Contains the output of DescribeScheduledInstanceAvailability.

', 'refs' => [], ], 'DescribeScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeScheduledInstances.

', 'refs' => [], ], 'DescribeScheduledInstancesResult' => [ 'base' => '

Contains the output of DescribeScheduledInstances.

', 'refs' => [], ], 'DescribeSecurityGroupReferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupReferencesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupRulesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupRulesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see Pagination.

', ], ], 'DescribeSecurityGroupRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see Pagination.

', ], ], 'DescribeSecurityGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotTierStatusMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotTierStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSnapshotTierStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotTierStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for DescribeSpotDatafeedSubscription.

', 'refs' => [], ], 'DescribeSpotDatafeedSubscriptionResult' => [ 'base' => '

Contains the output of DescribeSpotDatafeedSubscription.

', 'refs' => [], ], 'DescribeSpotFleetInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSpotFleetInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetInstances.

', 'refs' => [], ], 'DescribeSpotFleetInstancesResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetInstances.

', 'refs' => [], ], 'DescribeSpotFleetRequestHistoryMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSpotFleetRequestHistoryRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetRequestHistory.

', 'refs' => [], ], 'DescribeSpotFleetRequestHistoryResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetRequestHistory.

', 'refs' => [], ], 'DescribeSpotFleetRequestsRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetRequests.

', 'refs' => [], ], 'DescribeSpotFleetRequestsResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetRequests.

', 'refs' => [], ], 'DescribeSpotInstanceRequestsRequest' => [ 'base' => '

Contains the parameters for DescribeSpotInstanceRequests.

', 'refs' => [], ], 'DescribeSpotInstanceRequestsResult' => [ 'base' => '

Contains the output of DescribeSpotInstanceRequests.

', 'refs' => [], ], 'DescribeSpotPriceHistoryRequest' => [ 'base' => '

Contains the parameters for DescribeSpotPriceHistory.

', 'refs' => [], ], 'DescribeSpotPriceHistoryResult' => [ 'base' => '

Contains the output of DescribeSpotPriceHistory.

', 'refs' => [], ], 'DescribeStaleSecurityGroupsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeStaleSecurityGroupsNextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', ], ], 'DescribeStaleSecurityGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStaleSecurityGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStoreImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStoreImageTasksRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the ImageIDs parameter in the same call.

', ], ], 'DescribeStoreImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSubnetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTagsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorFiltersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorFiltersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorSessionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorTargetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectPeersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectPeersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayMulticastDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayMulticastDomainsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPeeringAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPeeringAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPolicyTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPolicyTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTableAnnouncementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTableAnnouncementsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayVpcAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayVpcAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrunkInterfaceAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeTrunkInterfaceAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrunkInterfaceAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessEndpointsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessGroupMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstancesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessTrustProvidersMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessTrustProvidersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessTrustProvidersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesModificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesModificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkDnsSupportMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcClassicLinkDnsSupportNextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcClassicLinkDnsSupportResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', ], ], 'DescribeVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionNotificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionNotificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServiceConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServiceConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcPeeringConnectionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcPeeringConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcPeeringConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpnConnectionsRequest' => [ 'base' => '

Contains the parameters for DescribeVpnConnections.

', 'refs' => [], ], 'DescribeVpnConnectionsResult' => [ 'base' => '

Contains the output of DescribeVpnConnections.

', 'refs' => [], ], 'DescribeVpnGatewaysRequest' => [ 'base' => '

Contains the parameters for DescribeVpnGateways.

', 'refs' => [], ], 'DescribeVpnGatewaysResult' => [ 'base' => '

Contains the output of DescribeVpnGateways.

', 'refs' => [], ], 'DestinationFileFormat' => [ 'base' => NULL, 'refs' => [ 'DestinationOptionsRequest$FileFormat' => '

The format for the flow log. The default is plain-text.

', 'DestinationOptionsResponse$FileFormat' => '

The format for the flow log.

', ], ], 'DestinationOptionsRequest' => [ 'base' => '

Describes the destination options for a flow log.

', 'refs' => [ 'CreateFlowLogsRequest$DestinationOptions' => '

The destination options.

', ], ], 'DestinationOptionsResponse' => [ 'base' => '

Describes the destination options for a flow log.

', 'refs' => [ 'FlowLog$DestinationOptions' => '

The destination options.

', ], ], 'DetachClassicLinkVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachClassicLinkVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for DetachNetworkInterface.

', 'refs' => [], ], 'DetachVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachVpnGatewayRequest' => [ 'base' => '

Contains the parameters for DetachVpnGateway.

', 'refs' => [], ], 'DeviceOptions' => [ 'base' => '

Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.

', 'refs' => [ 'VerifiedAccessTrustProvider$DeviceOptions' => '

The options for device-identity trust provider.

', ], ], 'DeviceTrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$DeviceTrustProviderType' => '

The type of device-based trust provider. This parameter is required when the provider type is device.

', 'VerifiedAccessTrustProvider$DeviceTrustProviderType' => '

The type of device-based trust provider.

', 'VerifiedAccessTrustProviderCondensed$DeviceTrustProviderType' => '

The type of device-based trust provider.

', ], ], 'DeviceType' => [ 'base' => NULL, 'refs' => [ 'Image$RootDeviceType' => '

The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

', 'Instance$RootDeviceType' => '

The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.

', ], ], 'DhcpConfiguration' => [ 'base' => '

Describes a DHCP configuration option.

', 'refs' => [ 'DhcpConfigurationList$member' => NULL, ], ], 'DhcpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'DhcpOptions$DhcpConfigurations' => '

The DHCP options in the set.

', ], ], 'DhcpConfigurationValueList' => [ 'base' => NULL, 'refs' => [ 'DhcpConfiguration$Values' => '

The values for the DHCP option.

', ], ], 'DhcpOptions' => [ 'base' => '

The set of DHCP options.

', 'refs' => [ 'CreateDhcpOptionsResult$DhcpOptions' => '

A set of DHCP options.

', 'DhcpOptionsList$member' => NULL, ], ], 'DhcpOptionsId' => [ 'base' => NULL, 'refs' => [ 'DeleteDhcpOptionsRequest$DhcpOptionsId' => '

The ID of the DHCP options set.

', 'DhcpOptionsIdStringList$member' => NULL, ], ], 'DhcpOptionsIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsRequest$DhcpOptionsIds' => '

The IDs of one or more DHCP options sets.

Default: Describes all your DHCP options sets.

', ], ], 'DhcpOptionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsResult$DhcpOptions' => '

Information about one or more DHCP options sets.

', ], ], 'DirectoryServiceAuthentication' => [ 'base' => '

Describes an Active Directory.

', 'refs' => [ 'ClientVpnAuthentication$ActiveDirectory' => '

Information about the Active Directory, if applicable.

', ], ], 'DirectoryServiceAuthenticationRequest' => [ 'base' => '

Describes the Active Directory to be used for client authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$ActiveDirectory' => '

Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication.

', ], ], 'DisableAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableAwsNetworkPerformanceMetricSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableAwsNetworkPerformanceMetricSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastLaunchRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastLaunchResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastSnapshotRestoreErrorItem' => [ 'base' => '

Contains information about the errors that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreErrorSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreErrorSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresResult$Unsuccessful' => '

Information about the snapshots for which fast snapshot restores could not be disabled.

', ], ], 'DisableFastSnapshotRestoreStateError' => [ 'base' => '

Describes an error that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreStateErrorItem$Error' => '

The error.

', ], ], 'DisableFastSnapshotRestoreStateErrorItem' => [ 'base' => '

Contains information about an error that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreStateErrorSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreStateErrorSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors' => '

The errors.

', ], ], 'DisableFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores that were successfully disabled.

', 'refs' => [ 'DisableFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresResult$Successful' => '

Information about the snapshots for which fast snapshot restores were successfully disabled.

', ], ], 'DisableFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableImageDeprecationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableImageDeprecationResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableIpamOrganizationAdminAccountRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableIpamOrganizationAdminAccountResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableSerialConsoleAccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableSerialConsoleAccessResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableTransitGatewayRouteTablePropagationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableTransitGatewayRouteTablePropagationResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableVgwRoutePropagationRequest' => [ 'base' => '

Contains the parameters for DisableVgwRoutePropagation.

', 'refs' => [], ], 'DisableVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateEnclaveCertificateIamRoleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateEnclaveCertificateIamRoleResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIamInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIamInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSubnetCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSubnetCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrunkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrunkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateVpcCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateVpcCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DiskCount' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$Count' => '

The number of disks with this configuration.

', ], ], 'DiskImage' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'DiskImageList$member' => NULL, ], ], 'DiskImageDescription' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'ImportInstanceVolumeDetailItem$Image' => '

The image.

', 'ImportVolumeTaskDetails$Image' => '

The image.

', ], ], 'DiskImageDetail' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'DiskImage$Image' => '

Information about the disk image.

', 'ImportVolumeRequest$Image' => '

The disk image.

', ], ], 'DiskImageFormat' => [ 'base' => NULL, 'refs' => [ 'DiskImageDescription$Format' => '

The disk image format.

', 'DiskImageDetail$Format' => '

The disk image format.

', 'ExportImageRequest$DiskImageFormat' => '

The disk image format.

', 'ExportImageResult$DiskImageFormat' => '

The disk image format for the exported image.

', 'ExportToS3Task$DiskImageFormat' => '

The format for the exported image.

', 'ExportToS3TaskSpecification$DiskImageFormat' => '

The format for the exported image.

', ], ], 'DiskImageList' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceRequest$DiskImages' => '

The disk image.

', ], ], 'DiskImageVolumeDescription' => [ 'base' => '

Describes a disk image volume.

', 'refs' => [ 'ImportInstanceVolumeDetailItem$Volume' => '

The volume.

', 'ImportVolumeTaskDetails$Volume' => '

The volume.

', ], ], 'DiskInfo' => [ 'base' => '

Describes a disk.

', 'refs' => [ 'DiskInfoList$member' => NULL, ], ], 'DiskInfoList' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$Disks' => '

Describes the disks that are available for the instance type.

', ], ], 'DiskSize' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$SizeInGB' => '

The size of the disk in GB.

', 'InstanceStorageInfo$TotalSizeInGB' => '

The total size of the disks, in GB.

', ], ], 'DiskType' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$Type' => '

The type of disk.

', ], ], 'DnsEntry' => [ 'base' => '

Describes a DNS entry.

', 'refs' => [ 'DnsEntrySet$member' => NULL, ], ], 'DnsEntrySet' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$DnsEntries' => '

(Interface endpoint) The DNS entries for the endpoint.

', 'VpcEndpointConnection$DnsEntries' => '

The DNS entries for the VPC endpoint.

', ], ], 'DnsNameState' => [ 'base' => NULL, 'refs' => [ 'PrivateDnsNameConfiguration$State' => '

The verification state of the VPC endpoint service.

>Consumers of the endpoint service can use the private name only when the state is verified.

', 'ServiceDetail$PrivateDnsNameVerificationState' => '

The verification state of the VPC endpoint service.

Consumers of the endpoint service cannot use the private name when the state is not verified.

', ], ], 'DnsOptions' => [ 'base' => '

Describes the DNS options for an endpoint.

', 'refs' => [ 'VpcEndpoint$DnsOptions' => '

The DNS options for the endpoint.

', ], ], 'DnsOptionsSpecification' => [ 'base' => '

Describes the DNS options for an endpoint.

', 'refs' => [ 'CreateVpcEndpointRequest$DnsOptions' => '

The DNS options for the endpoint.

', 'ModifyVpcEndpointRequest$DnsOptions' => '

The DNS options for the endpoint.

', ], ], 'DnsRecordIpType' => [ 'base' => NULL, 'refs' => [ 'DnsOptions$DnsRecordIpType' => '

The DNS records created for the endpoint.

', 'DnsOptionsSpecification$DnsRecordIpType' => '

The DNS records created for the endpoint.

', ], ], 'DnsServersOptionsModifyStructure' => [ 'base' => '

Information about the DNS server to be used.

', 'refs' => [ 'ModifyClientVpnEndpointRequest$DnsServers' => '

Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.

', ], ], 'DnsSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$DnsSupport' => '

Enable or disable DNS support. The default is enable.

', 'ModifyTransitGatewayOptions$DnsSupport' => '

Enable or disable DNS support.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$DnsSupport' => '

Enable or disable DNS support. The default is enable.

', 'TransitGatewayOptions$DnsSupport' => '

Indicates whether DNS support is enabled.

', 'TransitGatewayRequestOptions$DnsSupport' => '

Enable or disable DNS support. Enabled by default.

', 'TransitGatewayVpcAttachmentOptions$DnsSupport' => '

Indicates whether DNS support is enabled.

', ], ], 'DomainType' => [ 'base' => NULL, 'refs' => [ 'Address$Domain' => '

The network (vpc).

', 'AllocateAddressRequest$Domain' => '

The network (vpc).

', 'AllocateAddressResult$Domain' => '

The network (vpc).

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$TotalFulfilledCapacity' => '

The capacity units that have been fulfilled.

', 'ClientData$UploadSize' => '

The size of the uploaded disk image, in GiB.

', 'CreateCapacityReservationFleetResult$TotalFulfilledCapacity' => '

The requested capacity units that have been successfully reserved.

', 'FleetCapacityReservation$FulfilledCapacity' => '

The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'FleetData$FulfilledCapacity' => '

The number of units fulfilled by this request compared to the set target capacity.

', 'FleetData$FulfilledOnDemandCapacity' => '

The number of units fulfilled by this request compared to the set target On-Demand capacity.

', 'FleetLaunchTemplateOverrides$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'FleetLaunchTemplateOverrides$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the override has the lowest priority. You can set the same priority for different launch template overrides.

', 'FleetLaunchTemplateOverridesRequest$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'FleetLaunchTemplateOverridesRequest$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

', 'LaunchTemplateOverrides$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'LaunchTemplateOverrides$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If OnDemandAllocationStrategy is set to prioritized, Spot Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacityOptimizedPrioritized, Spot Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

', 'MemoryGiBPerVCpu$Min' => '

The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.

', 'MemoryGiBPerVCpu$Max' => '

The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum limit.

', 'MemoryGiBPerVCpuRequest$Min' => '

The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.

', 'MemoryGiBPerVCpuRequest$Max' => '

The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.

', 'NetworkBandwidthGbps$Min' => '

The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.

', 'NetworkBandwidthGbps$Max' => '

The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.

', 'NetworkBandwidthGbpsRequest$Min' => '

The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.

', 'NetworkBandwidthGbpsRequest$Max' => '

The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.

', 'PriceSchedule$Price' => '

The fixed price for the term.

', 'PriceScheduleSpecification$Price' => '

The fixed price for the term.

', 'PricingDetail$Price' => '

The price per instance.

', 'RecurringCharge$Amount' => '

The amount of the recurring charge.

', 'ReservedInstanceLimitPrice$Amount' => '

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

', 'SnapshotDetail$DiskImageSize' => '

The size of the disk in the snapshot, in GiB.

', 'SnapshotTaskDetail$DiskImageSize' => '

The size of the disk in the snapshot, in GiB.

', 'SpotFleetLaunchSpecification$WeightedCapacity' => '

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.

If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.

', 'SpotFleetRequestConfigData$FulfilledCapacity' => '

The number of units fulfilled by this request compared to the set target capacity. You cannot set this value.

', 'SpotFleetRequestConfigData$OnDemandFulfilledCapacity' => '

The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.

', 'TotalLocalStorageGB$Min' => '

The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.

', 'TotalLocalStorageGB$Max' => '

The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.

', 'TotalLocalStorageGBRequest$Min' => '

The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

', 'TotalLocalStorageGBRequest$Max' => '

The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

', ], ], 'DoubleWithConstraints' => [ 'base' => NULL, 'refs' => [ 'FleetCapacityReservation$Weight' => '

The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.

', 'ReservationFleetInstanceSpecification$Weight' => '

The number of capacity units provided by the specified instance type. This value, together with the total target capacity that you specify for the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', ], ], 'DrainSeconds' => [ 'base' => NULL, 'refs' => [ 'DisassociateNatGatewayAddressRequest$MaxDrainDurationSeconds' => '

The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.

', 'UnassignPrivateNatGatewayAddressRequest$MaxDrainDurationSeconds' => '

The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.

', ], ], 'DynamicRoutingValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequestOptions$DynamicRouting' => '

Indicates whether dynamic routing is enabled or disabled.

', 'TransitGatewayPeeringAttachmentOptions$DynamicRouting' => '

Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.

', ], ], 'EbsBlockDevice' => [ 'base' => '

Describes a block device for an EBS volume.

', 'refs' => [ 'BlockDeviceMapping$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsEncryptionSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$EncryptionSupport' => '

Indicates whether Amazon EBS encryption is supported.

', ], ], 'EbsInfo' => [ 'base' => '

Describes the Amazon EBS features supported by the instance type.

', 'refs' => [ 'InstanceTypeInfo$EbsInfo' => '

Describes the Amazon EBS settings for the instance type.

', ], ], 'EbsInstanceBlockDevice' => [ 'base' => '

Describes a parameter used to set up an EBS volume in a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMapping$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsInstanceBlockDeviceSpecification' => [ 'base' => '

Describes information used to set up an EBS volume specified in a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMappingSpecification$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsNvmeSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$NvmeSupport' => '

Indicates whether non-volatile memory express (NVMe) is supported.

', ], ], 'EbsOptimizedInfo' => [ 'base' => '

Describes the optimized EBS performance for supported instance types.

', 'refs' => [ 'EbsInfo$EbsOptimizedInfo' => '

Describes the optimized EBS performance for the instance type.

', ], ], 'EbsOptimizedSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$EbsOptimizedSupport' => '

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

', ], ], 'Ec2InstanceConnectEndpoint' => [ 'base' => '

The EC2 Instance Connect Endpoint.

', 'refs' => [ 'CreateInstanceConnectEndpointResult$InstanceConnectEndpoint' => '

Information about the EC2 Instance Connect Endpoint.

', 'DeleteInstanceConnectEndpointResult$InstanceConnectEndpoint' => '

Information about the EC2 Instance Connect Endpoint.

', 'InstanceConnectEndpointSet$member' => NULL, ], ], 'Ec2InstanceConnectEndpointState' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$State' => '

The current state of the EC2 Instance Connect Endpoint.

', ], ], 'EfaInfo' => [ 'base' => '

Describes the Elastic Fabric Adapters for the instance type.

', 'refs' => [ 'NetworkInfo$EfaInfo' => '

Describes the Elastic Fabric Adapters for the instance type.

', ], ], 'EfaSupportedFlag' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EfaSupported' => '

Indicates whether Elastic Fabric Adapter (EFA) is supported.

', ], ], 'EgressOnlyInternetGateway' => [ 'base' => '

Describes an egress-only internet gateway.

', 'refs' => [ 'CreateEgressOnlyInternetGatewayResult$EgressOnlyInternetGateway' => '

Information about the egress-only internet gateway.

', 'EgressOnlyInternetGatewayList$member' => NULL, ], ], 'EgressOnlyInternetGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$EgressOnlyInternetGatewayId' => '

[IPv6 traffic only] The ID of an egress-only internet gateway.

', 'DeleteEgressOnlyInternetGatewayRequest$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'EgressOnlyInternetGateway$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'EgressOnlyInternetGatewayIdList$member' => NULL, 'ReplaceRouteRequest$EgressOnlyInternetGatewayId' => '

[IPv6 traffic only] The ID of an egress-only internet gateway.

', ], ], 'EgressOnlyInternetGatewayIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysRequest$EgressOnlyInternetGatewayIds' => '

The IDs of the egress-only internet gateways.

', ], ], 'EgressOnlyInternetGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysResult$EgressOnlyInternetGateways' => '

Information about the egress-only internet gateways.

', ], ], 'EipAllocationPublicIp' => [ 'base' => NULL, 'refs' => [ 'AssociateAddressRequest$PublicIp' => '

Deprecated.

', 'DisassociateAddressRequest$PublicIp' => '

Deprecated.

', ], ], 'EipAssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DisassociateNatGatewayAddressRequest$AssociationIds' => '

The association IDs of EIPs that have been associated with the NAT gateway.

', ], ], 'ElasticGpuAssociation' => [ 'base' => '

Describes the association between an instance and an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuAssociationList$member' => NULL, ], ], 'ElasticGpuAssociationList' => [ 'base' => NULL, 'refs' => [ 'Instance$ElasticGpuAssociations' => '

The Elastic GPU associated with the instance.

', ], ], 'ElasticGpuHealth' => [ 'base' => '

Describes the status of an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpus$ElasticGpuHealth' => '

The status of the Elastic Graphics accelerator.

', ], ], 'ElasticGpuId' => [ 'base' => NULL, 'refs' => [ 'ElasticGpuAssociation$ElasticGpuId' => '

The ID of the Elastic Graphics accelerator.

', 'ElasticGpuIdSet$member' => NULL, ], ], 'ElasticGpuIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusRequest$ElasticGpuIds' => '

The Elastic Graphics accelerator IDs.

', ], ], 'ElasticGpuSet' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusResult$ElasticGpuSet' => '

Information about the Elastic Graphics accelerators.

', ], ], 'ElasticGpuSpecification' => [ 'base' => '

A specification for an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuSpecificationList$member' => NULL, 'ElasticGpuSpecifications$member' => NULL, ], ], 'ElasticGpuSpecificationList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$ElasticGpuSpecifications' => '

An elastic GPU to associate with the instance.

', ], ], 'ElasticGpuSpecificationResponse' => [ 'base' => '

Describes an elastic GPU.

', 'refs' => [ 'ElasticGpuSpecificationResponseList$member' => NULL, ], ], 'ElasticGpuSpecificationResponseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$ElasticGpuSpecifications' => '

The elastic GPU specification.

', ], ], 'ElasticGpuSpecifications' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$ElasticGpuSpecification' => '

An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.

', ], ], 'ElasticGpuState' => [ 'base' => NULL, 'refs' => [ 'ElasticGpus$ElasticGpuState' => '

The state of the Elastic Graphics accelerator.

', ], ], 'ElasticGpuStatus' => [ 'base' => NULL, 'refs' => [ 'ElasticGpuHealth$Status' => '

The health status.

', ], ], 'ElasticGpus' => [ 'base' => '

Describes an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuSet$member' => NULL, ], ], 'ElasticInferenceAccelerator' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'ElasticInferenceAccelerators$member' => NULL, ], ], 'ElasticInferenceAcceleratorAssociation' => [ 'base' => '

Describes the association between an instance and an elastic inference accelerator.

', 'refs' => [ 'ElasticInferenceAcceleratorAssociationList$member' => NULL, ], ], 'ElasticInferenceAcceleratorAssociationList' => [ 'base' => NULL, 'refs' => [ 'Instance$ElasticInferenceAcceleratorAssociations' => '

The elastic inference accelerator associated with the instance.

', ], ], 'ElasticInferenceAcceleratorCount' => [ 'base' => NULL, 'refs' => [ 'ElasticInferenceAccelerator$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', ], ], 'ElasticInferenceAccelerators' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$ElasticInferenceAccelerators' => '

An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

You cannot specify accelerators from different generations in the same request.

Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

', ], ], 'ElasticIpAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateAddressRequest$AssociationId' => '

The association ID. This parameter is required.

', 'EipAssociationIdList$member' => NULL, ], ], 'EnaSrdSpecification' => [ 'base' => '

ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.

To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.

', 'refs' => [ 'AttachNetworkInterfaceRequest$EnaSrdSpecification' => '

Configures ENA Express for the network interface that this action attaches to the instance.

', 'ModifyNetworkInterfaceAttributeRequest$EnaSrdSpecification' => '

Updates the ENA Express configuration for the network interface that’s attached to the instance.

', ], ], 'EnaSrdSupported' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EnaSrdSupported' => '

Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.

', ], ], 'EnaSrdUdpSpecification' => [ 'base' => '

ENA Express is compatible with both TCP and UDP transport protocols. When it’s enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.

', 'refs' => [ 'EnaSrdSpecification$EnaSrdUdpSpecification' => '

Configures ENA Express for UDP network traffic.

', ], ], 'EnaSupport' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EnaSupport' => '

Indicates whether Elastic Network Adapter (ENA) is supported.

', ], ], 'EnableAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableAwsNetworkPerformanceMetricSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableAwsNetworkPerformanceMetricSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastLaunchRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastLaunchResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastSnapshotRestoreErrorItem' => [ 'base' => '

Contains information about the errors that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreErrorSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreErrorSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoresResult$Unsuccessful' => '

Information about the snapshots for which fast snapshot restores could not be enabled.

', ], ], 'EnableFastSnapshotRestoreStateError' => [ 'base' => '

Describes an error that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreStateErrorItem$Error' => '

The error.

', ], ], 'EnableFastSnapshotRestoreStateErrorItem' => [ 'base' => '

Contains information about an error that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreStateErrorSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreStateErrorSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors' => '

The errors.

', ], ], 'EnableFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores that were successfully enabled.

', 'refs' => [ 'EnableFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoresResult$Successful' => '

Information about the snapshots for which fast snapshot restores were successfully enabled.

', ], ], 'EnableFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableImageDeprecationRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableImageDeprecationResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableIpamOrganizationAdminAccountRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableIpamOrganizationAdminAccountResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableReachabilityAnalyzerOrganizationSharingRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableReachabilityAnalyzerOrganizationSharingResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableSerialConsoleAccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableSerialConsoleAccessResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableTransitGatewayRouteTablePropagationRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableTransitGatewayRouteTablePropagationResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableVgwRoutePropagationRequest' => [ 'base' => '

Contains the parameters for EnableVgwRoutePropagation.

', 'refs' => [], ], 'EnableVolumeIORequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'EnclaveOptions' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'refs' => [ 'Instance$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'InstanceAttribute$EnclaveOptions' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true; otherwise, set it to false.

', ], ], 'EnclaveOptionsRequest' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

', 'refs' => [ 'RunInstancesRequest$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can\'t enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

', ], ], 'EncryptionInTransitSupported' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EncryptionInTransitSupported' => '

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

', ], ], 'EndDateType' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', 'CreateCapacityReservationRequest$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', 'ModifyCapacityReservationRequest$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', ], ], 'EndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsResult$ClientVpnEndpoints' => '

Information about the Client VPN endpoints.

', ], ], 'EphemeralNvmeSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$NvmeSupport' => '

Indicates whether non-volatile memory express (NVMe) is supported.

', ], ], 'ErrorSet' => [ 'base' => NULL, 'refs' => [ 'ValidationWarning$Errors' => '

The error codes and error messages.

', ], ], 'EventCode' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusEvent$Code' => '

The event code.

', ], ], 'EventInformation' => [ 'base' => '

Describes an EC2 Fleet or Spot Fleet event.

', 'refs' => [ 'HistoryRecord$EventInformation' => '

Information about the event.

', 'HistoryRecordEntry$EventInformation' => '

Information about the event.

', ], ], 'EventType' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryRequest$EventType' => '

The type of events to describe. By default, all events are described.

', 'HistoryRecord$EventType' => '

The event type.

', ], ], 'ExcessCapacityTerminationPolicy' => [ 'base' => NULL, 'refs' => [ 'ModifySpotFleetRequestRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

Supported only for fleets of type maintain.

', 'SpotFleetRequestConfigData$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.

Supported only for fleets of type maintain.

', ], ], 'ExcludedInstanceType' => [ 'base' => NULL, 'refs' => [ 'ExcludedInstanceTypeSet$member' => NULL, ], ], 'ExcludedInstanceTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$ExcludedInstanceTypes' => '

The instance types to exclude.

You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes, you can\'t specify AllowedInstanceTypes.

Default: No excluded instance types

', 'InstanceRequirementsRequest$ExcludedInstanceTypes' => '

The instance types to exclude.

You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes, you can\'t specify AllowedInstanceTypes.

Default: No excluded instance types

', ], ], 'ExecutableByStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$ExecutableUsers' => '

Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, self (the sender of the request), or all (public AMIs).

', ], ], 'Explanation' => [ 'base' => '

Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes.

', 'refs' => [ 'ExplanationList$member' => NULL, ], ], 'ExplanationList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$Explanations' => '

The explanations. For more information, see Reachability Analyzer explanation codes.

', 'PathComponent$Explanations' => '

The explanation codes.

', ], ], 'ExportClientVpnClientCertificateRevocationListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientCertificateRevocationListResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportEnvironment' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceExportTaskRequest$TargetEnvironment' => '

The target virtualization environment.

', 'InstanceExportDetails$TargetEnvironment' => '

The target virtualization environment.

', ], ], 'ExportImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportImageResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportImageTask' => [ 'base' => '

Describes an export image task.

', 'refs' => [ 'ExportImageTaskList$member' => NULL, ], ], 'ExportImageTaskId' => [ 'base' => NULL, 'refs' => [ 'ExportImageTaskIdList$member' => NULL, ], ], 'ExportImageTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksRequest$ExportImageTaskIds' => '

The IDs of the export image tasks.

', ], ], 'ExportImageTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksResult$ExportImageTasks' => '

Information about the export image tasks.

', ], ], 'ExportTask' => [ 'base' => '

Describes an export instance task.

', 'refs' => [ 'CreateInstanceExportTaskResult$ExportTask' => '

Information about the export instance task.

', 'ExportTaskList$member' => NULL, ], ], 'ExportTaskId' => [ 'base' => NULL, 'refs' => [ 'ExportTaskIdStringList$member' => NULL, ], ], 'ExportTaskIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportTasksRequest$ExportTaskIds' => '

The export task IDs.

', ], ], 'ExportTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportTasksResult$ExportTasks' => '

Information about the export tasks.

', ], ], 'ExportTaskS3Location' => [ 'base' => '

Describes the destination for an export image task.

', 'refs' => [ 'ExportImageResult$S3ExportLocation' => '

Information about the destination Amazon S3 bucket.

', 'ExportImageTask$S3ExportLocation' => '

Information about the destination Amazon S3 bucket.

', ], ], 'ExportTaskS3LocationRequest' => [ 'base' => '

Describes the destination for an export image task.

', 'refs' => [ 'ExportImageRequest$S3ExportLocation' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist.

', ], ], 'ExportTaskState' => [ 'base' => NULL, 'refs' => [ 'ExportTask$State' => '

The state of the export task.

', ], ], 'ExportToS3Task' => [ 'base' => '

Describes the format and location for the export task.

', 'refs' => [ 'ExportTask$ExportToS3Task' => '

Information about the export task.

', ], ], 'ExportToS3TaskSpecification' => [ 'base' => '

Describes an export instance task.

', 'refs' => [ 'CreateInstanceExportTaskRequest$ExportToS3Task' => '

The format and location for an export instance task.

', ], ], 'ExportTransitGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportTransitGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportVmTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelExportTaskRequest$ExportTaskId' => '

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

', ], ], 'FailedCapacityReservationFleetCancellationResult' => [ 'base' => '

Describes a Capacity Reservation Fleet that could not be cancelled.

', 'refs' => [ 'FailedCapacityReservationFleetCancellationResultSet$member' => NULL, ], ], 'FailedCapacityReservationFleetCancellationResultSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsResult$FailedFleetCancellations' => '

Information about the Capacity Reservation Fleets that could not be cancelled.

', ], ], 'FailedQueuedPurchaseDeletion' => [ 'base' => '

Describes a Reserved Instance whose queued purchase was not deleted.

', 'refs' => [ 'FailedQueuedPurchaseDeletionSet$member' => NULL, ], ], 'FailedQueuedPurchaseDeletionSet' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesResult$FailedQueuedPurchaseDeletions' => '

Information about the queued purchases that could not be deleted.

', ], ], 'FastLaunchImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesRequest$ImageIds' => '

Details for one or more Windows AMI image IDs.

', ], ], 'FastLaunchLaunchTemplateSpecificationRequest' => [ 'base' => '

Request to create a launch template for a fast-launch enabled Windows AMI.

Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'refs' => [ 'EnableFastLaunchRequest$LaunchTemplate' => '

The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.

', ], ], 'FastLaunchLaunchTemplateSpecificationResponse' => [ 'base' => '

Identifies the launch template to use for faster launching of the Windows AMI.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$LaunchTemplate' => '

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.

', 'DisableFastLaunchResult$LaunchTemplate' => '

The launch template that was used to launch Windows instances from pre-provisioned snapshots.

', 'EnableFastLaunchResult$LaunchTemplate' => '

The launch template that is used when launching Windows instances from pre-provisioned snapshots.

', ], ], 'FastLaunchResourceType' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$ResourceType' => '

The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.

', 'DisableFastLaunchResult$ResourceType' => '

The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.

', 'EnableFastLaunchResult$ResourceType' => '

The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.

', ], ], 'FastLaunchSnapshotConfigurationRequest' => [ 'base' => '

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

', 'refs' => [ 'EnableFastLaunchRequest$SnapshotConfiguration' => '

Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI for faster launching. The associated ResourceType must be snapshot.

', ], ], 'FastLaunchSnapshotConfigurationResponse' => [ 'base' => '

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$SnapshotConfiguration' => '

A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.

', 'DisableFastLaunchResult$SnapshotConfiguration' => '

Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.

', 'EnableFastLaunchResult$SnapshotConfiguration' => '

Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.

', ], ], 'FastLaunchStateCode' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$State' => '

The current state of faster launching for the specified Windows AMI.

', 'DisableFastLaunchResult$State' => '

The current state of faster launching for the specified Windows AMI.

', 'EnableFastLaunchResult$State' => '

The current state of faster launching for the specified Windows AMI.

', ], ], 'FastSnapshotRestoreStateCode' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores.

', 'DisableFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores for the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores.

', ], ], 'FederatedAuthentication' => [ 'base' => '

Describes the IAM SAML identity providers used for federated authentication.

', 'refs' => [ 'ClientVpnAuthentication$FederatedAuthentication' => '

Information about the IAM SAML identity provider, if applicable.

', ], ], 'FederatedAuthenticationRequest' => [ 'base' => '

The IAM SAML identity provider used for federated authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$FederatedAuthentication' => '

Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication.

', ], ], 'Filter' => [ 'base' => '

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.

', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeAvailabilityZonesRequest$Filters' => '

The filters.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$Filters' => '

One or more filters.

', 'DescribeBundleTasksRequest$Filters' => '

The filters.

', 'DescribeCapacityReservationFleetsRequest$Filters' => '

One or more filters.

', 'DescribeCapacityReservationsRequest$Filters' => '

One or more filters.

', 'DescribeCarrierGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeClassicLinkInstancesRequest$Filters' => '

The filters.

', 'DescribeClientVpnAuthorizationRulesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnConnectionsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnEndpointsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnRoutesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnTargetNetworksRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeCoipPoolsRequest$Filters' => '

One or more filters.

', 'DescribeCustomerGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeDhcpOptionsRequest$Filters' => '

The filters.

', 'DescribeEgressOnlyInternetGatewaysRequest$Filters' => '

The filters.

', 'DescribeElasticGpusRequest$Filters' => '

The filters.

', 'DescribeExportImageTasksRequest$Filters' => '

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

', 'DescribeExportTasksRequest$Filters' => '

the filters for the export tasks.

', 'DescribeFastLaunchImagesRequest$Filters' => '

Use the following filters to streamline results.

', 'DescribeFastSnapshotRestoresRequest$Filters' => '

The filters. The possible values are:

', 'DescribeFleetInstancesRequest$Filters' => '

The filters.

', 'DescribeFleetsRequest$Filters' => '

The filters.

', 'DescribeFlowLogsRequest$Filter' => '

One or more filters.

', 'DescribeFpgaImagesRequest$Filters' => '

The filters.

', 'DescribeHostReservationOfferingsRequest$Filter' => '

The filters.

', 'DescribeHostReservationsRequest$Filter' => '

The filters.

', 'DescribeHostsRequest$Filter' => '

The filters.

', 'DescribeIamInstanceProfileAssociationsRequest$Filters' => '

The filters.

', 'DescribeImagesRequest$Filters' => '

The filters.

', 'DescribeImportImageTasksRequest$Filters' => '

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

', 'DescribeImportSnapshotTasksRequest$Filters' => '

The filters.

', 'DescribeInstanceConnectEndpointsRequest$Filters' => '

One or more filters.

', 'DescribeInstanceCreditSpecificationsRequest$Filters' => '

The filters.

', 'DescribeInstanceEventWindowsRequest$Filters' => '

One or more filters.

', 'DescribeInstanceStatusRequest$Filters' => '

The filters.

', 'DescribeInstanceTypeOfferingsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeInstanceTypesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeInstancesRequest$Filters' => '

The filters.

', 'DescribeInternetGatewaysRequest$Filters' => '

The filters.

', 'DescribeIpamPoolsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpamResourceDiscoveriesRequest$Filters' => '

The resource discovery filters.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$Filters' => '

The resource discovery association filters.

', 'DescribeIpamScopesRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpamsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpv6PoolsRequest$Filters' => '

One or more filters.

', 'DescribeKeyPairsRequest$Filters' => '

The filters.

', 'DescribeLaunchTemplateVersionsRequest$Filters' => '

One or more filters.

', 'DescribeLaunchTemplatesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTablesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayVirtualInterfacesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeManagedPrefixListsRequest$Filters' => '

One or more filters.

', 'DescribeMovingAddressesRequest$Filters' => '

One or more filters.

', 'DescribeNatGatewaysRequest$Filter' => '

The filters.

', 'DescribeNetworkAclsRequest$Filters' => '

The filters.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$Filters' => '

There are no supported filters.

', 'DescribeNetworkInsightsAccessScopesRequest$Filters' => '

There are no supported filters.

', 'DescribeNetworkInsightsAnalysesRequest$Filters' => '

The filters. The following are the possible values:

', 'DescribeNetworkInsightsPathsRequest$Filters' => '

The filters. The following are the possible values:

', 'DescribeNetworkInterfacePermissionsRequest$Filters' => '

One or more filters.

', 'DescribeNetworkInterfacesRequest$Filters' => '

One or more filters.

', 'DescribePlacementGroupsRequest$Filters' => '

The filters.

', 'DescribePrefixListsRequest$Filters' => '

One or more filters.

', 'DescribePublicIpv4PoolsRequest$Filters' => '

One or more filters.

', 'DescribeRegionsRequest$Filters' => '

The filters.

', 'DescribeReplaceRootVolumeTasksRequest$Filters' => '

Filter to use:

', 'DescribeReservedInstancesListingsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesModificationsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesOfferingsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesRequest$Filters' => '

One or more filters.

', 'DescribeRouteTablesRequest$Filters' => '

The filters.

', 'DescribeScheduledInstanceAvailabilityRequest$Filters' => '

The filters.

', 'DescribeScheduledInstancesRequest$Filters' => '

The filters.

', 'DescribeSecurityGroupRulesRequest$Filters' => '

One or more filters.

', 'DescribeSecurityGroupsRequest$Filters' => '

The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

', 'DescribeSnapshotTierStatusRequest$Filters' => '

The filters.

', 'DescribeSnapshotsRequest$Filters' => '

The filters.

', 'DescribeSpotInstanceRequestsRequest$Filters' => '

The filters.

', 'DescribeSpotPriceHistoryRequest$Filters' => '

The filters.

', 'DescribeStoreImageTasksRequest$Filters' => '

The filters.

', 'DescribeSubnetsRequest$Filters' => '

The filters.

', 'DescribeTagsRequest$Filters' => '

The filters.

', 'DescribeTrafficMirrorFiltersRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrafficMirrorSessionsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrafficMirrorTargetsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayConnectPeersRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayConnectsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayMulticastDomainsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayPeeringAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayPolicyTablesRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'DescribeTransitGatewayRouteTablesRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayVpcAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewaysRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrunkInterfaceAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeVerifiedAccessEndpointsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessGroupsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessInstancesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessTrustProvidersRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVolumeStatusRequest$Filters' => '

The filters.

', 'DescribeVolumesModificationsRequest$Filters' => '

The filters.

', 'DescribeVolumesRequest$Filters' => '

The filters.

', 'DescribeVpcClassicLinkRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointConnectionNotificationsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointConnectionsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServiceConfigurationsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServicePermissionsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServicesRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointsRequest$Filters' => '

The filters.

', 'DescribeVpcPeeringConnectionsRequest$Filters' => '

The filters.

', 'DescribeVpcsRequest$Filters' => '

The filters.

', 'DescribeVpnConnectionsRequest$Filters' => '

One or more filters.

', 'DescribeVpnGatewaysRequest$Filters' => '

One or more filters.

', 'ExportTransitGatewayRoutesRequest$Filters' => '

One or more filters. The possible values are:

', 'GetCoipPoolUsageRequest$Filters' => '

One or more filters.

', 'GetIpamDiscoveredAccountsRequest$Filters' => '

Discovered account filters.

', 'GetIpamDiscoveredResourceCidrsRequest$Filters' => '

Filters.

', 'GetIpamPoolAllocationsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetIpamPoolCidrsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetIpamResourceCidrsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetSubnetCidrReservationsRequest$Filters' => '

One or more filters.

', 'GetTransitGatewayAttachmentPropagationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayMulticastDomainAssociationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayPolicyTableAssociationsRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'GetTransitGatewayPolicyTableEntriesRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'GetTransitGatewayPrefixListReferencesRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayRouteTableAssociationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayRouteTablePropagationsRequest$Filters' => '

One or more filters. The possible values are:

', 'SearchLocalGatewayRoutesRequest$Filters' => '

One or more filters.

', 'SearchTransitGatewayMulticastGroupsRequest$Filters' => '

One or more filters. The possible values are:

', 'SearchTransitGatewayRoutesRequest$Filters' => '

One or more filters. The possible values are:

', ], ], 'FilterPortRange' => [ 'base' => '

Describes a port range.

', 'refs' => [ 'PathFilter$SourcePortRange' => '

The source port range.

', 'PathFilter$DestinationPortRange' => '

The destination port range.

', ], ], 'FindingsFound' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAccessScopeAnalysis$FindingsFound' => '

Indicates whether there are findings.

', ], ], 'FirewallStatefulRule' => [ 'base' => '

Describes a stateful rule.

', 'refs' => [ 'Explanation$FirewallStatefulRule' => '

The Network Firewall stateful rule.

', 'PathComponent$FirewallStatefulRule' => '

The Network Firewall stateful rule.

', ], ], 'FirewallStatelessRule' => [ 'base' => '

Describes a stateless rule.

', 'refs' => [ 'Explanation$FirewallStatelessRule' => '

The Network Firewall stateless rule.

', 'PathComponent$FirewallStatelessRule' => '

The Network Firewall stateless rule.

', ], ], 'FleetActivityStatus' => [ 'base' => NULL, 'refs' => [ 'FleetData$ActivityStatus' => '

The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status is pending_termination while instances are terminating.

', ], ], 'FleetCapacityReservation' => [ 'base' => '

Information about a Capacity Reservation in a Capacity Reservation Fleet.

', 'refs' => [ 'FleetCapacityReservationSet$member' => NULL, ], ], 'FleetCapacityReservationSet' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$InstanceTypeSpecifications' => '

Information about the instance types for which to reserve the capacity.

', 'CreateCapacityReservationFleetResult$FleetCapacityReservations' => '

Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

', ], ], 'FleetCapacityReservationTenancy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$Tenancy' => '

The tenancy of the Capacity Reservation Fleet. Tenancies include:

', 'CreateCapacityReservationFleetRequest$Tenancy' => '

Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:

', 'CreateCapacityReservationFleetResult$Tenancy' => '

Indicates the tenancy of Capacity Reservation Fleet.

', ], ], 'FleetCapacityReservationUsageStrategy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationOptions$UsageStrategy' => '

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

', 'CapacityReservationOptionsRequest$UsageStrategy' => '

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

', ], ], 'FleetData' => [ 'base' => '

Describes an EC2 Fleet.

', 'refs' => [ 'FleetSet$member' => NULL, ], ], 'FleetEventType' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetHistoryRequest$EventType' => '

The type of events to describe. By default, all events are described.

', 'HistoryRecordEntry$EventType' => '

The event type.

', ], ], 'FleetExcessCapacityTerminationPolicy' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', 'FleetData$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', 'ModifyFleetRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', ], ], 'FleetId' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$FleetId' => '

The ID of the EC2 Fleet.

', 'DeleteFleetErrorItem$FleetId' => '

The ID of the EC2 Fleet.

', 'DeleteFleetSuccessItem$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetHistoryRequest$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetHistoryResult$FleetId' => '

The ID of the EC Fleet.

', 'DescribeFleetInstancesRequest$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetInstancesResult$FleetId' => '

The ID of the EC2 Fleet.

', 'FleetData$FleetId' => '

The ID of the EC2 Fleet.

', 'FleetIdSet$member' => NULL, 'ModifyFleetRequest$FleetId' => '

The ID of the EC2 Fleet.

', ], ], 'FleetIdSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsRequest$FleetIds' => '

The IDs of the EC2 Fleets.

', 'DescribeFleetsRequest$FleetIds' => '

The IDs of the EC2 Fleets.

If a fleet is of type instant, you must specify the fleet ID, otherwise it does not appear in the response.

', ], ], 'FleetInstanceMatchCriteria' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

', 'CreateCapacityReservationFleetRequest$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

', 'CreateCapacityReservationFleetResult$InstanceMatchCriteria' => '

The instance matching criteria for the Capacity Reservation Fleet.

', ], ], 'FleetLaunchTemplateConfig' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'FleetLaunchTemplateConfigList$member' => NULL, ], ], 'FleetLaunchTemplateConfigList' => [ 'base' => NULL, 'refs' => [ 'FleetData$LaunchTemplateConfigs' => '

The launch template and overrides.

', ], ], 'FleetLaunchTemplateConfigListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$LaunchTemplateConfigs' => '

The configuration for the EC2 Fleet.

', 'ModifyFleetRequest$LaunchTemplateConfigs' => '

The launch template and overrides.

', ], ], 'FleetLaunchTemplateConfigRequest' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'FleetLaunchTemplateConfigListRequest$member' => NULL, ], ], 'FleetLaunchTemplateOverrides' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'FleetLaunchTemplateOverridesList$member' => NULL, 'LaunchTemplateAndOverridesResponse$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'FleetLaunchTemplateOverridesList' => [ 'base' => NULL, 'refs' => [ 'FleetLaunchTemplateConfig$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'FleetLaunchTemplateOverridesListRequest' => [ 'base' => NULL, 'refs' => [ 'FleetLaunchTemplateConfigRequest$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

For fleets of type request and maintain, a maximum of 300 items is allowed across all launch templates.

', ], ], 'FleetLaunchTemplateOverridesRequest' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'FleetLaunchTemplateOverridesListRequest$member' => NULL, ], ], 'FleetLaunchTemplateSpecification' => [ 'base' => '

The Amazon EC2 launch template that can be used by a Spot Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.

For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateConfig$LaunchTemplateSpecification' => '

The launch template.

', 'LaunchTemplateAndOverridesResponse$LaunchTemplateSpecification' => '

The launch template.

', 'LaunchTemplateConfig$LaunchTemplateSpecification' => '

The launch template to use. Make sure that the launch template does not contain the NetworkInterfaceId parameter because you can\'t specify a network interface ID in a Spot Fleet.

', ], ], 'FleetLaunchTemplateSpecificationRequest' => [ 'base' => '

The Amazon EC2 launch template that can be used by an EC2 Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.

For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateConfigRequest$LaunchTemplateSpecification' => '

The launch template to use. You must specify either the launch template ID or launch template name in the request.

', ], ], 'FleetOnDemandAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'OnDemandOptions$AllocationStrategy' => '

The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.

lowest-price - EC2 Fleet uses price to determine the order, launching the lowest price first.

prioritized - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.

Default: lowest-price

', 'OnDemandOptionsRequest$AllocationStrategy' => '

The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.

lowest-price - EC2 Fleet uses price to determine the order, launching the lowest price first.

prioritized - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.

Default: lowest-price

', ], ], 'FleetReplacementStrategy' => [ 'base' => NULL, 'refs' => [ 'FleetSpotCapacityRebalance$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - EC2 Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - EC2 Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', 'FleetSpotCapacityRebalanceRequest$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', ], ], 'FleetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetsResult$Fleets' => '

Information about the EC2 Fleets.

', ], ], 'FleetSpotCapacityRebalance' => [ 'base' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', 'refs' => [ 'FleetSpotMaintenanceStrategies$CapacityRebalance' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', ], ], 'FleetSpotCapacityRebalanceRequest' => [ 'base' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance notification signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetSpotMaintenanceStrategiesRequest$CapacityRebalance' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', ], ], 'FleetSpotMaintenanceStrategies' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotOptions$MaintenanceStrategies' => '

The strategies for managing your workloads on your Spot Instances that will be interrupted. Currently only the capacity rebalance strategy is available.

', ], ], 'FleetSpotMaintenanceStrategiesRequest' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotOptionsRequest$MaintenanceStrategies' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', ], ], 'FleetStateCode' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetSuccessItem$CurrentFleetState' => '

The current state of the EC2 Fleet.

', 'DeleteFleetSuccessItem$PreviousFleetState' => '

The previous state of the EC2 Fleet.

', 'FleetData$FleetState' => '

The state of the EC2 Fleet.

', ], ], 'FleetType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$Type' => '

The fleet type. The default value is maintain.

For more information, see EC2 Fleet request types in the Amazon EC2 User Guide.

', 'FleetData$Type' => '

The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: maintain.

', 'SpotFleetRequestConfigData$Type' => '

The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is request, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. When this value is maintain, the Spot Fleet maintains the target capacity. The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: maintain. instant is listed but is not used by Spot Fleet.

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'MetricPoint$Value' => NULL, 'ReservedInstances$FixedPrice' => '

The purchase price of the Reserved Instance.

', 'ReservedInstances$UsagePrice' => '

The usage price of the Reserved Instance, per hour.

', 'ReservedInstancesOffering$FixedPrice' => '

The purchase price of the Reserved Instance.

', 'ReservedInstancesOffering$UsagePrice' => '

The usage price of the Reserved Instance, per hour.

', ], ], 'FlowLog' => [ 'base' => '

Describes a flow log.

', 'refs' => [ 'FlowLogSet$member' => NULL, ], ], 'FlowLogIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteFlowLogsRequest$FlowLogIds' => '

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

', 'DescribeFlowLogsRequest$FlowLogIds' => '

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

', ], ], 'FlowLogResourceId' => [ 'base' => NULL, 'refs' => [ 'FlowLogResourceIds$member' => NULL, ], ], 'FlowLogResourceIds' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$ResourceIds' => '

The IDs of the resources to monitor. For example, if the resource type is VPC, specify the IDs of the VPCs.

Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.

', ], ], 'FlowLogSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFlowLogsResult$FlowLogs' => '

Information about the flow logs.

', ], ], 'FlowLogsResourceType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$ResourceType' => '

The type of resource to monitor.

', ], ], 'FpgaDeviceCount' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Count' => '

The count of FPGA accelerators for the instance type.

', ], ], 'FpgaDeviceInfo' => [ 'base' => '

Describes the FPGA accelerator for the instance type.

', 'refs' => [ 'FpgaDeviceInfoList$member' => NULL, ], ], 'FpgaDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'FpgaInfo$Fpgas' => '

Describes the FPGAs for the instance type.

', ], ], 'FpgaDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Manufacturer' => '

The manufacturer of the FPGA accelerator.

', ], ], 'FpgaDeviceMemoryInfo' => [ 'base' => '

Describes the memory for the FPGA accelerator for the instance type.

', 'refs' => [ 'FpgaDeviceInfo$MemoryInfo' => '

Describes the memory for the FPGA accelerator for the instance type.

', ], ], 'FpgaDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the FPGA accelerator, in MiB.

', ], ], 'FpgaDeviceName' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Name' => '

The name of the FPGA accelerator.

', ], ], 'FpgaImage' => [ 'base' => '

Describes an Amazon FPGA image (AFI).

', 'refs' => [ 'FpgaImageList$member' => NULL, ], ], 'FpgaImageAttribute' => [ 'base' => '

Describes an Amazon FPGA image (AFI) attribute.

', 'refs' => [ 'DescribeFpgaImageAttributeResult$FpgaImageAttribute' => '

Information about the attribute.

', 'ModifyFpgaImageAttributeResult$FpgaImageAttribute' => '

Information about the attribute.

', ], ], 'FpgaImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImageAttributeRequest$Attribute' => '

The AFI attribute.

', 'ModifyFpgaImageAttributeRequest$Attribute' => '

The name of the attribute.

', ], ], 'FpgaImageId' => [ 'base' => NULL, 'refs' => [ 'DeleteFpgaImageRequest$FpgaImageId' => '

The ID of the AFI.

', 'DescribeFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', 'FpgaImageIdList$member' => NULL, 'ModifyFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', 'ResetFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', ], ], 'FpgaImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$FpgaImageIds' => '

The AFI IDs.

', ], ], 'FpgaImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesResult$FpgaImages' => '

Information about the FPGA images.

', ], ], 'FpgaImageState' => [ 'base' => '

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

', 'refs' => [ 'FpgaImage$State' => '

Information about the state of the AFI.

', ], ], 'FpgaImageStateCode' => [ 'base' => NULL, 'refs' => [ 'FpgaImageState$Code' => '

The state. The following are the possible values:

', ], ], 'FpgaInfo' => [ 'base' => '

Describes the FPGAs for the instance type.

', 'refs' => [ 'InstanceTypeInfo$FpgaInfo' => '

Describes the FPGA accelerator settings for the instance type.

', ], ], 'FreeTierEligibleFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$FreeTierEligible' => '

Indicates whether the instance type is eligible for the free tier.

', ], ], 'GVCDMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceTypesRequest$MaxResults' => '

The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another GetVpnConnectionDeviceTypes request with the returned NextToken value. This value can be between 200 and 1000. If this parameter is not used, then GetVpnConnectionDeviceTypes returns all results.

', ], ], 'GatewayAssociationState' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$GatewayAssociationState' => '

The current state of the gateway association.

', ], ], 'GatewayType' => [ 'base' => NULL, 'refs' => [ 'CreateCustomerGatewayRequest$Type' => '

The type of VPN connection that this customer gateway supports (ipsec.1).

', 'CreateVpnGatewayRequest$Type' => '

The type of VPN connection this virtual private gateway supports.

', 'VpnConnection$Type' => '

The type of VPN connection.

', 'VpnGateway$Type' => '

The type of VPN connection the virtual private gateway supports.

', ], ], 'GetAssociatedEnclaveCertificateIamRolesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedEnclaveCertificateIamRolesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedIpv6PoolCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedIpv6PoolCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAwsNetworkPerformanceDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAwsNetworkPerformanceDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCapacityReservationUsageRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCapacityReservationUsageRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetCapacityReservationUsageRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

Valid range: Minimum value of 1. Maximum value of 1000.

', ], ], 'GetCapacityReservationUsageResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCoipPoolUsageRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCoipPoolUsageResult' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleOutputRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleOutputResult' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleScreenshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleScreenshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'GetFlowLogsIntegrationTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFlowLogsIntegrationTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'GetGroupsForCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGroupsForCapacityReservationRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetGroupsForCapacityReservationRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'GetGroupsForCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetHostReservationPurchasePreviewRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetHostReservationPurchasePreviewResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceTypesFromInstanceRequirementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceTypesFromInstanceRequirementsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceUefiDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceUefiDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamAddressHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamAddressHistoryResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredAccountsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredAccountsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredResourceCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredResourceCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolAllocationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsRequest$MaxResults' => '

The maximum number of results you would like returned per page.

', ], ], 'GetIpamPoolAllocationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolAllocationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamResourceCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamResourceCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLaunchTemplateDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLaunchTemplateDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'GetManagedPrefixListAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListEntriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListEntriesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeAnalysisFindingsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeContentResult' => [ 'base' => NULL, 'refs' => [], ], 'GetPasswordDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPasswordDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetReservedInstancesExchangeQuoteRequest' => [ 'base' => '

Contains the parameters for GetReservedInstanceExchangeQuote.

', 'refs' => [], ], 'GetReservedInstancesExchangeQuoteResult' => [ 'base' => '

Contains the output of GetReservedInstancesExchangeQuote.

', 'refs' => [], ], 'GetSerialConsoleAccessStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSerialConsoleAccessStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'GetSpotPlacementScoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSpotPlacementScoresResult' => [ 'base' => NULL, 'refs' => [], ], 'GetSubnetCidrReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetSubnetCidrReservationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'GetSubnetCidrReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSubnetCidrReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayAttachmentPropagationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayAttachmentPropagationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableEntriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableEntriesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPrefixListReferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPrefixListReferencesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTableAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTableAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTablePropagationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTablePropagationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessEndpointPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessEndpointPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessGroupPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceSampleConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceSampleConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceTypesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnTunnelReplacementStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnTunnelReplacementStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'GpuDeviceCount' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Count' => '

The number of GPUs for the instance type.

', ], ], 'GpuDeviceInfo' => [ 'base' => '

Describes the GPU accelerators for the instance type.

', 'refs' => [ 'GpuDeviceInfoList$member' => NULL, ], ], 'GpuDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'GpuInfo$Gpus' => '

Describes the GPU accelerators for the instance type.

', ], ], 'GpuDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Manufacturer' => '

The manufacturer of the GPU accelerator.

', ], ], 'GpuDeviceMemoryInfo' => [ 'base' => '

Describes the memory available to the GPU accelerator.

', 'refs' => [ 'GpuDeviceInfo$MemoryInfo' => '

Describes the memory available to the GPU accelerator.

', ], ], 'GpuDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the GPU accelerator, in MiB.

', ], ], 'GpuDeviceName' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Name' => '

The name of the GPU accelerator.

', ], ], 'GpuInfo' => [ 'base' => '

Describes the GPU accelerators for the instance type.

', 'refs' => [ 'InstanceTypeInfo$GpuInfo' => '

Describes the GPU accelerator settings for the instance type.

', ], ], 'GroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'AttachClassicLinkVpcRequest$Groups' => '

The IDs of the security groups. You cannot specify security groups from a different VPC.

', 'DescribeSecurityGroupsRequest$GroupIds' => '

The IDs of the security groups. Required for security groups in a nondefault VPC.

Default: Describes all of your security groups.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Groups' => '

The IDs of one or more security groups.

', 'ModifyInstanceAttributeRequest$Groups' => '

Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it\'s just the default security group for the VPC.

', ], ], 'GroupIdentifier' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'GroupIdentifierList$member' => NULL, ], ], 'GroupIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ClassicLinkInstance$Groups' => '

The security groups.

', 'DescribeNetworkInterfaceAttributeResult$Groups' => '

The security groups associated with the network interface.

', 'Instance$SecurityGroups' => '

The security groups for the instance.

', 'InstanceAttribute$Groups' => '

The security groups associated with the instance.

', 'InstanceNetworkInterface$Groups' => '

The security groups.

', 'LaunchSpecification$SecurityGroups' => '

The IDs of the security groups.

', 'NetworkInterface$Groups' => '

Any security groups for the network interface.

', 'Reservation$Groups' => '

Not supported.

', 'SpotFleetLaunchSpecification$SecurityGroups' => '

The security groups.

', ], ], 'GroupIdentifierSet' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$Groups' => '

(Interface endpoint) Information about the security groups that are associated with the network interface.

', ], ], 'GroupIds' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupReferencesRequest$GroupId' => '

The IDs of the security groups in your account.

', ], ], 'GroupNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsRequest$GroupNames' => '

[Default VPC] The names of the security groups. You can specify either the security group name or the security group ID.

Default: Describes all of your security groups.

', 'ModifySnapshotAttributeRequest$GroupNames' => '

The group to modify for the snapshot.

', ], ], 'HibernationFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$HibernationSupported' => '

Indicates whether On-Demand hibernation is supported.

', ], ], 'HibernationOptions' => [ 'base' => '

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

', 'refs' => [ 'Instance$HibernationOptions' => '

Indicates whether the instance is enabled for hibernation.

', ], ], 'HibernationOptionsRequest' => [ 'base' => '

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

', 'refs' => [ 'RunInstancesRequest$HibernationOptions' => '

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

You can\'t enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.

', ], ], 'HistoryRecord' => [ 'base' => '

Describes an event in the history of the Spot Fleet request.

', 'refs' => [ 'HistoryRecords$member' => NULL, ], ], 'HistoryRecordEntry' => [ 'base' => '

Describes an event in the history of an EC2 Fleet.

', 'refs' => [ 'HistoryRecordSet$member' => NULL, ], ], 'HistoryRecordSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetHistoryResult$HistoryRecords' => '

Information about the events in the history of the EC2 Fleet.

', ], ], 'HistoryRecords' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryResponse$HistoryRecords' => '

Information about the events in the history of the Spot Fleet request.

', ], ], 'Host' => [ 'base' => '

Describes the properties of the Dedicated Host.

', 'refs' => [ 'HostList$member' => NULL, ], ], 'HostInstance' => [ 'base' => '

Describes an instance running on a Dedicated Host.

', 'refs' => [ 'HostInstanceList$member' => NULL, ], ], 'HostInstanceList' => [ 'base' => NULL, 'refs' => [ 'Host$Instances' => '

The IDs and instance type that are currently running on the Dedicated Host.

', ], ], 'HostList' => [ 'base' => NULL, 'refs' => [ 'DescribeHostsResult$Hosts' => '

Information about the Dedicated Hosts.

', ], ], 'HostMaintenance' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$HostMaintenance' => '

Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.

', 'Host$HostMaintenance' => '

Indicates whether host maintenance is enabled or disabled for the Dedicated Host.

', 'ModifyHostsRequest$HostMaintenance' => '

Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.

', ], ], 'HostOffering' => [ 'base' => '

Details about the Dedicated Host Reservation offering.

', 'refs' => [ 'HostOfferingSet$member' => NULL, ], ], 'HostOfferingSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsResult$OfferingSet' => '

Information about the offerings.

', ], ], 'HostProperties' => [ 'base' => '

Describes the properties of a Dedicated Host.

', 'refs' => [ 'Host$HostProperties' => '

The hardware specifications of the Dedicated Host.

', ], ], 'HostRecovery' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$HostRecovery' => '

Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.

Default: off

', 'Host$HostRecovery' => '

Indicates whether host recovery is enabled or disabled for the Dedicated Host.

', 'ModifyHostsRequest$HostRecovery' => '

Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.

', ], ], 'HostReservation' => [ 'base' => '

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

', 'refs' => [ 'HostReservationSet$member' => NULL, ], ], 'HostReservationId' => [ 'base' => NULL, 'refs' => [ 'HostReservation$HostReservationId' => '

The ID of the reservation that specifies the associated Dedicated Hosts.

', 'HostReservationIdSet$member' => NULL, 'Purchase$HostReservationId' => '

The ID of the reservation.

', ], ], 'HostReservationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationsRequest$HostReservationIdSet' => '

The host reservation IDs.

', ], ], 'HostReservationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationsResult$HostReservationSet' => '

Details about the reservation\'s configuration.

', ], ], 'HostTenancy' => [ 'base' => NULL, 'refs' => [ 'ModifyInstancePlacementRequest$Tenancy' => '

The tenancy for the instance.

For T3 instances, you must launch the instance on a Dedicated Host to use a tenancy of host. You can\'t change the tenancy from host to dedicated or default. Attempting to make one of these unsupported tenancy changes results in an InvalidRequest error code.

', ], ], 'HostnameType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplatePrivateDnsNameOptions$HostnameType' => '

The type of hostname to assign to an instance.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$HostnameType' => '

The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'ModifyPrivateDnsNameOptionsRequest$PrivateDnsHostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'ModifySubnetAttributeRequest$PrivateDnsHostnameTypeOnLaunch' => '

The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).

', 'PrivateDnsNameOptionsOnLaunch$HostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'PrivateDnsNameOptionsRequest$HostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'PrivateDnsNameOptionsResponse$HostnameType' => '

The type of hostname to assign to an instance.

', ], ], 'Hour' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowTimeRange$StartHour' => '

The hour when the time range begins.

', 'InstanceEventWindowTimeRange$EndHour' => '

The hour when the time range ends.

', 'InstanceEventWindowTimeRangeRequest$StartHour' => '

The hour when the time range begins.

', 'InstanceEventWindowTimeRangeRequest$EndHour' => '

The hour when the time range ends.

', ], ], 'HttpTokensState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', 'InstanceMetadataOptionsResponse$HttpTokens' => '

IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP tokens is optional (in other words, indicates whether the use of IMDSv2 is optional) or required (in other words, indicates whether the use of IMDSv2 is required).

Default: optional

', 'ModifyInstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', ], ], 'HypervisorType' => [ 'base' => NULL, 'refs' => [ 'Image$Hypervisor' => '

The hypervisor type of the image.

', 'Instance$Hypervisor' => '

The hypervisor type of the instance. The value xen is used for both Xen and Nitro hypervisors.

', ], ], 'IKEVersionsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$IkeVersions' => '

The IKE versions that are permitted for the VPN tunnel.

', ], ], 'IKEVersionsListValue' => [ 'base' => '

The internet key exchange (IKE) version permitted for the VPN tunnel.

', 'refs' => [ 'IKEVersionsList$member' => NULL, ], ], 'IKEVersionsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$IKEVersions' => '

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

', 'VpnTunnelOptionsSpecification$IKEVersions' => '

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

', ], ], 'IKEVersionsRequestListValue' => [ 'base' => '

The IKE version that is permitted for the VPN tunnel.

', 'refs' => [ 'IKEVersionsRequestList$member' => NULL, ], ], 'IamInstanceProfile' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'IamInstanceProfileAssociation$IamInstanceProfile' => '

The IAM instance profile.

', 'Instance$IamInstanceProfile' => '

The IAM instance profile associated with the instance, if applicable.

', ], ], 'IamInstanceProfileAssociation' => [ 'base' => '

Describes an association between an IAM instance profile and an instance.

', 'refs' => [ 'AssociateIamInstanceProfileResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', 'DisassociateIamInstanceProfileResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', 'IamInstanceProfileAssociationSet$member' => NULL, 'ReplaceIamInstanceProfileAssociationResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', ], ], 'IamInstanceProfileAssociationId' => [ 'base' => NULL, 'refs' => [ 'AssociationIdList$member' => NULL, 'DisassociateIamInstanceProfileRequest$AssociationId' => '

The ID of the IAM instance profile association.

', 'ReplaceIamInstanceProfileAssociationRequest$AssociationId' => '

The ID of the existing IAM instance profile association.

', ], ], 'IamInstanceProfileAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsResult$IamInstanceProfileAssociations' => '

Information about the IAM instance profile associations.

', ], ], 'IamInstanceProfileAssociationState' => [ 'base' => NULL, 'refs' => [ 'IamInstanceProfileAssociation$State' => '

The state of the association.

', ], ], 'IamInstanceProfileSpecification' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'AssociateIamInstanceProfileRequest$IamInstanceProfile' => '

The IAM instance profile.

', 'LaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', 'ReplaceIamInstanceProfileAssociationRequest$IamInstanceProfile' => '

The IAM instance profile.

', 'RequestSpotLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', 'RunInstancesRequest$IamInstanceProfile' => '

The name or Amazon Resource Name (ARN) of an IAM instance profile.

', 'SpotFleetLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'IcmpTypeCode' => [ 'base' => '

Describes the ICMP type and code.

', 'refs' => [ 'CreateNetworkAclEntryRequest$IcmpTypeCode' => '

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

', 'NetworkAclEntry$IcmpTypeCode' => '

ICMP protocol: The ICMP type and code.

', 'ReplaceNetworkAclEntryRequest$IcmpTypeCode' => '

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

', ], ], 'IdFormat' => [ 'base' => '

Describes the ID format for a resource.

', 'refs' => [ 'IdFormatList$member' => NULL, ], ], 'IdFormatList' => [ 'base' => NULL, 'refs' => [ 'DescribeAggregateIdFormatResult$Statuses' => '

Information about each resource\'s ID format.

', 'DescribeIdFormatResult$Statuses' => '

Information about the ID format for the resource.

', 'DescribeIdentityIdFormatResult$Statuses' => '

Information about the ID format for the resources.

', 'PrincipalIdFormat$Statuses' => '

PrincipalIdFormatStatuses description

', ], ], 'Igmpv2SupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$Igmpv2Support' => '

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainOptions$Igmpv2Support' => '

Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

', ], ], 'Image' => [ 'base' => '

Describes an image.

', 'refs' => [ 'ImageList$member' => NULL, ], ], 'ImageAttribute' => [ 'base' => '

Describes an image attribute.

', 'refs' => [], ], 'ImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeImageAttributeRequest$Attribute' => '

The AMI attribute.

Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns the Client.AuthFailure error. To get information about the block device mappings for an AMI, use the DescribeImages action.

', ], ], 'ImageDiskContainer' => [ 'base' => '

Describes the disk container object for an import image task.

', 'refs' => [ 'ImageDiskContainerList$member' => NULL, ], ], 'ImageDiskContainerList' => [ 'base' => NULL, 'refs' => [ 'ImportImageRequest$DiskContainers' => '

Information about the disk containers.

', ], ], 'ImageId' => [ 'base' => NULL, 'refs' => [ 'CancelImageLaunchPermissionRequest$ImageId' => '

The ID of the AMI that was shared with your Amazon Web Services account.

', 'CreateReplaceRootVolumeTaskRequest$ImageId' => '

The ID of the AMI to use to restore the root volume. The specified AMI must have the same product code, billing information, architecture type, and virtualization type as that of the instance.

If you want to restore the replacement volume from a specific snapshot, or if you want to restore it to its launch state, omit this parameter.

', 'CreateStoreImageTaskRequest$ImageId' => '

The ID of the AMI.

', 'DeregisterImageRequest$ImageId' => '

The ID of the AMI.

', 'DescribeFastLaunchImagesSuccessItem$ImageId' => '

The image ID that identifies the fast-launch enabled Windows image.

', 'DescribeImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'DisableFastLaunchRequest$ImageId' => '

The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.

', 'DisableFastLaunchResult$ImageId' => '

The ID of the image for which faster-launching has been turned off.

', 'DisableImageDeprecationRequest$ImageId' => '

The ID of the AMI.

', 'EnableFastLaunchRequest$ImageId' => '

The ID of the image for which you’re enabling faster launching.

', 'EnableFastLaunchResult$ImageId' => '

The image ID that identifies the Windows AMI for which faster launching was enabled.

', 'EnableImageDeprecationRequest$ImageId' => '

The ID of the AMI.

', 'ExportImageRequest$ImageId' => '

The ID of the image.

', 'FastLaunchImageIdList$member' => NULL, 'FleetLaunchTemplateOverrides$ImageId' => '

The ID of the AMI. An AMI is required to launch an instance. This parameter is only available for fleets of type instant. For fleets of type maintain and request, you must specify the AMI ID in the launch template.

', 'FleetLaunchTemplateOverridesRequest$ImageId' => '

The ID of the AMI. An AMI is required to launch an instance. This parameter is only available for fleets of type instant. For fleets of type maintain and request, you must specify the AMI ID in the launch template.

', 'ImageIdList$member' => NULL, 'ImageIdStringList$member' => NULL, 'ModifyImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'ReplaceRootVolumeTask$ImageId' => '

The ID of the AMI used to create the replacement root volume.

', 'RequestLaunchTemplateData$ImageId' => '

The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch.

Valid formats:

Currently, EC2 Fleet and Spot Fleet do not support specifying a Systems Manager parameter. If the launch template will be used by an EC2 Fleet or Spot Fleet, you must specify the AMI ID.

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$ImageId' => '

The ID of the AMI.

', 'ResetImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'RestoreImageFromRecycleBinRequest$ImageId' => '

The ID of the AMI to restore.

', 'RunInstancesRequest$ImageId' => '

The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.

', 'ScheduledInstancesLaunchSpecification$ImageId' => '

The ID of the Amazon Machine Image (AMI).

', 'SpotFleetLaunchSpecification$ImageId' => '

The ID of the AMI.

', ], ], 'ImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksRequest$ImageIds' => '

The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.

', ], ], 'ImageIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$ImageIds' => '

The image IDs.

Default: Describes all images available to you.

', 'ListImagesInRecycleBinRequest$ImageIds' => '

The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.

', ], ], 'ImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesResult$Images' => '

Information about the images.

', ], ], 'ImageRecycleBinInfo' => [ 'base' => '

Information about an AMI that is currently in the Recycle Bin.

', 'refs' => [ 'ImageRecycleBinInfoList$member' => NULL, ], ], 'ImageRecycleBinInfoList' => [ 'base' => NULL, 'refs' => [ 'ListImagesInRecycleBinResult$Images' => '

Information about the AMIs.

', ], ], 'ImageState' => [ 'base' => NULL, 'refs' => [ 'Image$State' => '

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

', ], ], 'ImageTypeValues' => [ 'base' => NULL, 'refs' => [ 'Image$ImageType' => '

The type of image.

', ], ], 'ImdsSupportValues' => [ 'base' => NULL, 'refs' => [ 'Image$ImdsSupport' => '

If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

', 'RegisterImageRequest$ImdsSupport' => '

Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

If you set the value to v2.0, make sure that your AMI software can support IMDSv2.

', ], ], 'ImportClientVpnClientCertificateRevocationListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportClientVpnClientCertificateRevocationListResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageLicenseConfigurationRequest' => [ 'base' => '

The request information of license configurations.

', 'refs' => [ 'ImportImageLicenseSpecificationListRequest$member' => NULL, ], ], 'ImportImageLicenseConfigurationResponse' => [ 'base' => '

The response information for license configurations.

', 'refs' => [ 'ImportImageLicenseSpecificationListResponse$member' => NULL, ], ], 'ImportImageLicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'ImportImageRequest$LicenseSpecifications' => '

The ARNs of the license configurations.

', ], ], 'ImportImageLicenseSpecificationListResponse' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$LicenseSpecifications' => '

The ARNs of the license configurations.

', 'ImportImageTask$LicenseSpecifications' => '

The ARNs of the license configurations that are associated with the import image task.

', ], ], 'ImportImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageTask' => [ 'base' => '

Describes an import image task.

', 'refs' => [ 'ImportImageTaskList$member' => NULL, ], ], 'ImportImageTaskId' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$ImportTaskId' => '

The task ID of the import image task.

', 'ImportTaskIdList$member' => NULL, ], ], 'ImportImageTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportImageTasksResult$ImportImageTasks' => '

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

', ], ], 'ImportInstanceLaunchSpecification' => [ 'base' => '

Describes the launch specification for VM import.

', 'refs' => [ 'ImportInstanceRequest$LaunchSpecification' => '

The launch specification.

', ], ], 'ImportInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportInstanceTaskDetails' => [ 'base' => '

Describes an import instance task.

', 'refs' => [ 'ConversionTask$ImportInstance' => '

If the task is for importing an instance, this contains information about the import instance task.

', ], ], 'ImportInstanceVolumeDetailItem' => [ 'base' => '

Describes an import volume task.

', 'refs' => [ 'ImportInstanceVolumeDetailSet$member' => NULL, ], ], 'ImportInstanceVolumeDetailSet' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceTaskDetails$Volumes' => '

The volumes.

', ], ], 'ImportKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportManifestUrl' => [ 'base' => NULL, 'refs' => [ 'DiskImageDescription$ImportManifestUrl' => '

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'DiskImageDetail$ImportManifestUrl' => '

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', ], ], 'ImportSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportSnapshotTask' => [ 'base' => '

Describes an import snapshot task.

', 'refs' => [ 'ImportSnapshotTaskList$member' => NULL, ], ], 'ImportSnapshotTaskId' => [ 'base' => NULL, 'refs' => [ 'ImportSnapshotTaskIdList$member' => NULL, ], ], 'ImportSnapshotTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportSnapshotTasksRequest$ImportTaskIds' => '

A list of import snapshot task IDs.

', ], ], 'ImportSnapshotTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportSnapshotTasksResult$ImportSnapshotTasks' => '

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

', ], ], 'ImportTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskRequest$ImportTaskId' => '

The ID of the import image or import snapshot task to be canceled.

', ], ], 'ImportTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportImageTasksRequest$ImportTaskIds' => '

The IDs of the import image tasks.

', ], ], 'ImportVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportVolumeResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportVolumeTaskDetails' => [ 'base' => '

Describes an import volume task.

', 'refs' => [ 'ConversionTask$ImportVolume' => '

If the task is for importing a volume, this contains information about the import volume task.

', ], ], 'InferenceAcceleratorInfo' => [ 'base' => '

Describes the Inference accelerators for the instance type.

', 'refs' => [ 'InstanceTypeInfo$InferenceAcceleratorInfo' => '

Describes the Inference accelerator settings for the instance type.

', ], ], 'InferenceDeviceCount' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Count' => '

The number of Inference accelerators for the instance type.

', ], ], 'InferenceDeviceInfo' => [ 'base' => '

Describes the Inference accelerators for the instance type.

', 'refs' => [ 'InferenceDeviceInfoList$member' => NULL, ], ], 'InferenceDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'InferenceAcceleratorInfo$Accelerators' => '

Describes the Inference accelerators for the instance type.

', ], ], 'InferenceDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Manufacturer' => '

The manufacturer of the Inference accelerator.

', ], ], 'InferenceDeviceMemoryInfo' => [ 'base' => '

Describes the memory available to the inference accelerator.

', 'refs' => [ 'InferenceDeviceInfo$MemoryInfo' => '

Describes the memory available to the inference accelerator.

', ], ], 'InferenceDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the inference accelerator, in MiB.

', ], ], 'InferenceDeviceName' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Name' => '

The name of the Inference accelerator.

', ], ], 'InsideCidrBlocksStringList' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayConnectPeerRequest$InsideCidrBlocks' => '

The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the 169.254.0.0/16 range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the fd00::/8 range.

', 'TransitGatewayConnectPeerConfiguration$InsideCidrBlocks' => '

The range of interior BGP peer IP addresses.

', ], ], 'Instance' => [ 'base' => '

Describes an instance.

', 'refs' => [ 'InstanceList$member' => NULL, ], ], 'InstanceAttribute' => [ 'base' => '

Describes an instance attribute.

', 'refs' => [], ], 'InstanceAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceAttributeRequest$Attribute' => '

The instance attribute.

Note: The enaSupport attribute is not supported at this time.

', 'ModifyInstanceAttributeRequest$Attribute' => '

The name of the attribute to modify.

You can modify the following attributes only: disableApiTermination | instanceType | kernel | ramdisk | instanceInitiatedShutdownBehavior | blockDeviceMapping | userData | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport | enaSupport | nvmeSupport | disableApiStop | enclaveOptions

', 'ResetInstanceAttributeRequest$Attribute' => '

The attribute to reset.

You can only reset the following attributes: kernel | ramdisk | sourceDestCheck.

', ], ], 'InstanceAutoRecoveryState' => [ 'base' => NULL, 'refs' => [ 'InstanceMaintenanceOptions$AutoRecovery' => '

Provides information on the current automatic recovery behavior of your instance.

', 'InstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.

', 'ModifyInstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default.

', 'ModifyInstanceMaintenanceOptionsResult$AutoRecovery' => '

Provides information on the current automatic recovery behavior of your instance.

', ], ], 'InstanceBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMappingList$member' => NULL, ], ], 'InstanceBlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'Instance$BlockDeviceMappings' => '

Any block device mapping entries for the instance.

', 'InstanceAttribute$BlockDeviceMappings' => '

The block device mapping of the instance.

', ], ], 'InstanceBlockDeviceMappingSpecification' => [ 'base' => '

Describes a block device mapping entry.

', 'refs' => [ 'InstanceBlockDeviceMappingSpecificationList$member' => NULL, ], ], 'InstanceBlockDeviceMappingSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceAttributeRequest$BlockDeviceMappings' => '

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Update the block device mapping when launching an instance in the Amazon EC2 User Guide.

', ], ], 'InstanceBootModeValues' => [ 'base' => NULL, 'refs' => [ 'Instance$CurrentInstanceBootMode' => '

The boot mode that is used to boot the instance at launch or start. For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'InstanceCapacity' => [ 'base' => '

Information about the number of instances that can be launched onto the Dedicated Host.

', 'refs' => [ 'AvailableInstanceCapacityList$member' => NULL, ], ], 'InstanceConnectEndpointId' => [ 'base' => NULL, 'refs' => [ 'DeleteInstanceConnectEndpointRequest$InstanceConnectEndpointId' => '

The ID of the EC2 Instance Connect Endpoint to delete.

', 'Ec2InstanceConnectEndpoint$InstanceConnectEndpointId' => '

The ID of the EC2 Instance Connect Endpoint.

', ], ], 'InstanceConnectEndpointMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceConnectEndpointsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'InstanceConnectEndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceConnectEndpointsResult$InstanceConnectEndpoints' => '

Information about the EC2 Instance Connect Endpoints.

', ], ], 'InstanceCount' => [ 'base' => '

Describes a Reserved Instance listing state.

', 'refs' => [ 'InstanceCountList$member' => NULL, ], ], 'InstanceCountList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$InstanceCounts' => '

The number of instances in this state.

', ], ], 'InstanceCreditSpecification' => [ 'base' => '

Describes the credit option for CPU usage of a burstable performance instance.

', 'refs' => [ 'InstanceCreditSpecificationList$member' => NULL, ], ], 'InstanceCreditSpecificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceCreditSpecificationsResult$InstanceCreditSpecifications' => '

Information about the credit option for CPU usage of an instance.

', ], ], 'InstanceCreditSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationRequest$InstanceCreditSpecifications' => '

Information about the credit option for CPU usage.

', ], ], 'InstanceCreditSpecificationRequest' => [ 'base' => '

Describes the credit option for CPU usage of a burstable performance instance.

', 'refs' => [ 'InstanceCreditSpecificationListRequest$member' => NULL, ], ], 'InstanceEventId' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusEvent$InstanceEventId' => '

The ID of the event.

', ], ], 'InstanceEventWindow' => [ 'base' => '

The event window.

', 'refs' => [ 'AssociateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'CreateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'DisassociateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'InstanceEventWindowSet$member' => NULL, 'ModifyInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', ], ], 'InstanceEventWindowAssociationRequest' => [ 'base' => '

One or more targets associated with the specified event window. Only one type of target (instance ID, instance tag, or Dedicated Host ID) can be associated with an event window.

', 'refs' => [ 'AssociateInstanceEventWindowRequest$AssociationTarget' => '

One or more targets associated with the specified event window.

', ], ], 'InstanceEventWindowAssociationTarget' => [ 'base' => '

One or more targets associated with the event window.

', 'refs' => [ 'InstanceEventWindow$AssociationTarget' => '

One or more targets associated with the event window.

', ], ], 'InstanceEventWindowCronExpression' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceEventWindowRequest$CronExpression' => '

The cron expression for the event window, for example, * 0-4,20-23 * * 1,5. If you specify a cron expression, you can\'t specify a time range.

Constraints:

For more information about cron expressions, see cron on the Wikipedia website.

', 'InstanceEventWindow$CronExpression' => '

The cron expression defined for the event window.

', 'ModifyInstanceEventWindowRequest$CronExpression' => '

The cron expression of the event window, for example, * 0-4,20-23 * * 1,5.

Constraints:

For more information about cron expressions, see cron on the Wikipedia website.

', ], ], 'InstanceEventWindowDisassociationRequest' => [ 'base' => '

The targets to disassociate from the specified event window.

', 'refs' => [ 'DisassociateInstanceEventWindowRequest$AssociationTarget' => '

One or more targets to disassociate from the specified event window.

', ], ], 'InstanceEventWindowId' => [ 'base' => NULL, 'refs' => [ 'AssociateInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'DeleteInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'DisassociateInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'InstanceEventWindow$InstanceEventWindowId' => '

The ID of the event window.

', 'InstanceEventWindowIdSet$member' => NULL, 'InstanceEventWindowStateChange$InstanceEventWindowId' => '

The ID of the event window.

', 'ModifyInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', ], ], 'InstanceEventWindowIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsRequest$InstanceEventWindowIds' => '

The IDs of the event windows.

', ], ], 'InstanceEventWindowSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsResult$InstanceEventWindows' => '

Information about the event windows.

', ], ], 'InstanceEventWindowState' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindow$State' => '

The current state of the event window.

', 'InstanceEventWindowStateChange$State' => '

The current state of the event window.

', ], ], 'InstanceEventWindowStateChange' => [ 'base' => '

The state of the event window.

', 'refs' => [ 'DeleteInstanceEventWindowResult$InstanceEventWindowState' => '

The state of the event window.

', ], ], 'InstanceEventWindowTimeRange' => [ 'base' => '

The start day and time and the end day and time of the time range, in UTC.

', 'refs' => [ 'InstanceEventWindowTimeRangeList$member' => NULL, ], ], 'InstanceEventWindowTimeRangeList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindow$TimeRanges' => '

One or more time ranges defined for the event window.

', ], ], 'InstanceEventWindowTimeRangeRequest' => [ 'base' => '

The start day and time and the end day and time of the time range, in UTC.

', 'refs' => [ 'InstanceEventWindowTimeRangeRequestSet$member' => NULL, ], ], 'InstanceEventWindowTimeRangeRequestSet' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceEventWindowRequest$TimeRanges' => '

The time range for the event window. If you specify a time range, you can\'t specify a cron expression.

', 'ModifyInstanceEventWindowRequest$TimeRanges' => '

The time ranges of the event window.

', ], ], 'InstanceExportDetails' => [ 'base' => '

Describes an instance to export.

', 'refs' => [ 'ExportTask$InstanceExportDetails' => '

Information about the instance to export.

', ], ], 'InstanceFamilyCreditSpecification' => [ 'base' => '

Describes the default credit option for CPU usage of a burstable performance instance family.

', 'refs' => [ 'GetDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification' => '

The default credit option for CPU usage of the instance family.

', 'ModifyDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification' => '

The default credit option for CPU usage of the instance family.

', ], ], 'InstanceGeneration' => [ 'base' => NULL, 'refs' => [ 'InstanceGenerationSet$member' => NULL, ], ], 'InstanceGenerationSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$InstanceGenerations' => '

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide.

For current generation instance types, specify current.

For previous generation instance types, specify previous.

Default: Current and previous generation instance types

', 'InstanceRequirementsRequest$InstanceGenerations' => '

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide.

For current generation instance types, specify current.

For previous generation instance types, specify previous.

Default: Current and previous generation instance types

', ], ], 'InstanceHealthStatus' => [ 'base' => NULL, 'refs' => [ 'ActiveInstance$InstanceHealth' => '

The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.

', ], ], 'InstanceId' => [ 'base' => NULL, 'refs' => [ 'AssociateAddressRequest$InstanceId' => '

The ID of the instance. The instance must have exactly one attached network interface. You can specify either the instance ID or the network interface ID, but not both.

', 'AssociateIamInstanceProfileRequest$InstanceId' => '

The ID of the instance.

', 'AttachClassicLinkVpcRequest$InstanceId' => '

The ID of the EC2-Classic instance.

', 'AttachNetworkInterfaceRequest$InstanceId' => '

The ID of the instance.

', 'AttachVolumeRequest$InstanceId' => '

The ID of the instance.

', 'BundleInstanceRequest$InstanceId' => '

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

', 'ConfirmProductInstanceRequest$InstanceId' => '

The ID of the instance.

', 'CreateImageRequest$InstanceId' => '

The ID of the instance.

', 'CreateInstanceExportTaskRequest$InstanceId' => '

The ID of the instance.

', 'CreateReplaceRootVolumeTaskRequest$InstanceId' => '

The ID of the instance for which to replace the root volume.

', 'CreateRouteRequest$InstanceId' => '

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

', 'DescribeInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'DetachClassicLinkVpcRequest$InstanceId' => '

The ID of the instance to unlink from the VPC.

', 'GetConsoleOutputRequest$InstanceId' => '

The ID of the instance.

', 'GetConsoleScreenshotRequest$InstanceId' => '

The ID of the instance.

', 'GetInstanceUefiDataRequest$InstanceId' => '

The ID of the instance from which to retrieve the UEFI data.

', 'GetInstanceUefiDataResult$InstanceId' => '

The ID of the instance from which to retrieve the UEFI data.

', 'GetLaunchTemplateDataRequest$InstanceId' => '

The ID of the instance.

', 'GetPasswordDataRequest$InstanceId' => '

The ID of the Windows instance.

', 'InstanceCreditSpecificationRequest$InstanceId' => '

The ID of the instance.

', 'InstanceIdList$member' => NULL, 'InstanceIdSet$member' => NULL, 'InstanceIdStringList$member' => NULL, 'InstanceIdsSet$member' => NULL, 'ModifyInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceCapacityReservationAttributesRequest$InstanceId' => '

The ID of the instance to be modified.

', 'ModifyInstanceEventStartTimeRequest$InstanceId' => '

The ID of the instance with the scheduled event.

', 'ModifyInstanceMaintenanceOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceMetadataOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstancePlacementRequest$InstanceId' => '

The ID of the instance that you are modifying.

', 'ModifyPrivateDnsNameOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ReplaceRouteRequest$InstanceId' => '

The ID of a NAT instance in your VPC.

', 'ResetInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'SendDiagnosticInterruptRequest$InstanceId' => '

The ID of the instance.

', 'SpotInstanceRequest$InstanceId' => '

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

', ], ], 'InstanceIdForResolver' => [ 'base' => NULL, 'refs' => [ 'DetachVolumeRequest$InstanceId' => '

The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.

', ], ], 'InstanceIdList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowAssociationRequest$InstanceIds' => '

The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can\'t specify the Instance ID parameter; you must use the Dedicated Host ID parameter.

', 'InstanceEventWindowAssociationTarget$InstanceIds' => '

The IDs of the instances associated with the event window.

', 'InstanceEventWindowDisassociationRequest$InstanceIds' => '

The IDs of the instances to disassociate from the event window.

', ], ], 'InstanceIdSet' => [ 'base' => NULL, 'refs' => [ 'RunScheduledInstancesResult$InstanceIdSet' => '

The IDs of the newly launched instances.

', ], ], 'InstanceIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesRequest$InstanceIds' => '

The instance IDs. Must be instances linked to a VPC through ClassicLink.

', 'DescribeInstanceCreditSpecificationsRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 1000 explicitly specified instance IDs.

', 'DescribeInstanceStatusRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

', 'DescribeInstancesRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

', 'MonitorInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'RebootInstancesRequest$InstanceIds' => '

The instance IDs.

', 'ReportInstanceStatusRequest$Instances' => '

The instances.

', 'StartInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'StopInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'TerminateInstancesRequest$InstanceIds' => '

The IDs of the instances.

Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.

', 'UnmonitorInstancesRequest$InstanceIds' => '

The IDs of the instances.

', ], ], 'InstanceIdWithVolumeResolver' => [ 'base' => NULL, 'refs' => [ 'InstanceSpecification$InstanceId' => '

The instance to specify which volumes should be snapshotted.

', ], ], 'InstanceIdsSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$InstanceIds' => '

The IDs of the instances.

', 'DescribeFleetsInstances$InstanceIds' => '

The IDs of the instances.

', ], ], 'InstanceInterruptionBehavior' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateSpotMarketOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

', 'LaunchTemplateSpotMarketOptionsRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'RequestSpotInstancesRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'SpotFleetRequestConfigData$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'SpotInstanceRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

', 'SpotMarketOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', ], ], 'InstanceIpv4Prefix' => [ 'base' => '

Information about an IPv4 prefix.

', 'refs' => [ 'InstanceIpv4PrefixList$member' => NULL, ], ], 'InstanceIpv4PrefixList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Ipv4Prefixes' => '

The IPv4 delegated prefixes that are assigned to the network interface.

', ], ], 'InstanceIpv6Address' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'InstanceIpv6AddressList$member' => NULL, ], ], 'InstanceIpv6AddressList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv6Addresses' => '

The IPv6 addresses from the IPv6 CIDR block range of your subnet.

You can\'t specify IPv6 addresses using this parameter if you\'ve specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.

', 'InstanceNetworkInterface$Ipv6Addresses' => '

The IPv6 addresses associated with the network interface.

', 'InstanceNetworkInterfaceSpecification$Ipv6Addresses' => '

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you\'ve specified a minimum number of instances to launch.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Addresses' => '

The IPv6 addresses for the network interface.

', 'RunInstancesRequest$Ipv6Addresses' => '

The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you\'ve specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

', ], ], 'InstanceIpv6AddressListRequest' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Addresses' => '

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can\'t use this option if you\'re specifying a number of IPv6 addresses.

', ], ], 'InstanceIpv6AddressRequest' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'InstanceIpv6AddressListRequest$member' => NULL, ], ], 'InstanceIpv6Prefix' => [ 'base' => '

Information about an IPv6 prefix.

', 'refs' => [ 'InstanceIpv6PrefixList$member' => NULL, ], ], 'InstanceIpv6PrefixList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Ipv6Prefixes' => '

The IPv6 delegated prefixes that are assigned to the network interface.

', ], ], 'InstanceLifecycle' => [ 'base' => NULL, 'refs' => [ 'CreateFleetError$Lifecycle' => '

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

', 'CreateFleetInstance$Lifecycle' => '

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

', 'DescribeFleetError$Lifecycle' => '

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

', 'DescribeFleetsInstances$Lifecycle' => '

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

', ], ], 'InstanceLifecycleType' => [ 'base' => NULL, 'refs' => [ 'Instance$InstanceLifecycle' => '

Indicates whether this is a Spot Instance or a Scheduled Instance.

', ], ], 'InstanceList' => [ 'base' => NULL, 'refs' => [ 'Reservation$Instances' => '

The instances.

', ], ], 'InstanceMaintenanceOptions' => [ 'base' => '

The maintenance options for the instance.

', 'refs' => [ 'Instance$MaintenanceOptions' => '

Provides information on the recovery and maintenance options of your instance.

', ], ], 'InstanceMaintenanceOptionsRequest' => [ 'base' => '

The maintenance options for the instance.

', 'refs' => [ 'RunInstancesRequest$MaintenanceOptions' => '

The maintenance and recovery options for the instance.

', ], ], 'InstanceMarketOptionsRequest' => [ 'base' => '

Describes the market (purchasing) option for the instances.

', 'refs' => [ 'RunInstancesRequest$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.

', ], ], 'InstanceMatchCriteria' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

', 'CreateCapacityReservationRequest$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

Default: open

', ], ], 'InstanceMetadataEndpointState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances.

If you specify a value of disabled, you cannot access your instance metadata.

Default: enabled

', 'InstanceMetadataOptionsResponse$HttpEndpoint' => '

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

If the value is disabled, you cannot access your instance metadata.

', 'ModifyInstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not specified, the existing state is maintained.

If you specify a value of disabled, you cannot access your instance metadata.

', ], ], 'InstanceMetadataOptionsRequest' => [ 'base' => '

The metadata options for the instance.

', 'refs' => [ 'RunInstancesRequest$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data.

', ], ], 'InstanceMetadataOptionsResponse' => [ 'base' => '

The metadata options for the instance.

', 'refs' => [ 'Instance$MetadataOptions' => '

The metadata options for the instance.

', 'ModifyInstanceMetadataOptionsResult$InstanceMetadataOptions' => '

The metadata options for the instance.

', ], ], 'InstanceMetadataOptionsState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsResponse$State' => '

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

', ], ], 'InstanceMetadataProtocolState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

', 'InstanceMetadataOptionsResponse$HttpProtocolIpv6' => '

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

', 'ModifyInstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service. Applies only if you enabled the HTTP metadata endpoint.

', ], ], 'InstanceMetadataTagsState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', 'InstanceMetadataOptionsResponse$InstanceMetadataTags' => '

Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.

', 'ModifyInstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', ], ], 'InstanceMonitoring' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'InstanceMonitoringList$member' => NULL, ], ], 'InstanceMonitoringList' => [ 'base' => NULL, 'refs' => [ 'MonitorInstancesResult$InstanceMonitorings' => '

The monitoring information.

', 'UnmonitorInstancesResult$InstanceMonitorings' => '

The monitoring information.

', ], ], 'InstanceNetworkInterface' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'InstanceNetworkInterfaceList$member' => NULL, ], ], 'InstanceNetworkInterfaceAssociation' => [ 'base' => '

Describes association information for an Elastic IP address (IPv4).

', 'refs' => [ 'InstanceNetworkInterface$Association' => '

The association information for an Elastic IPv4 associated with the network interface.

', 'InstancePrivateIpAddress$Association' => '

The association information for an Elastic IP address for the network interface.

', ], ], 'InstanceNetworkInterfaceAttachment' => [ 'base' => '

Describes a network interface attachment.

', 'refs' => [ 'InstanceNetworkInterface$Attachment' => '

The network interface attachment.

', ], ], 'InstanceNetworkInterfaceList' => [ 'base' => NULL, 'refs' => [ 'Instance$NetworkInterfaces' => '

The network interfaces for the instance.

', ], ], 'InstanceNetworkInterfaceSpecification' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'InstanceNetworkInterfaceSpecificationList$member' => NULL, ], ], 'InstanceNetworkInterfaceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'LaunchSpecification$NetworkInterfaces' => '

The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

', 'RequestSpotLaunchSpecification$NetworkInterfaces' => '

The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

', 'RunInstancesRequest$NetworkInterfaces' => '

The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

', 'SpotFleetLaunchSpecification$NetworkInterfaces' => '

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

SpotFleetLaunchSpecification currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use LaunchTemplateConfig.

', ], ], 'InstancePrivateIpAddress' => [ 'base' => '

Describes a private IPv4 address.

', 'refs' => [ 'InstancePrivateIpAddressList$member' => NULL, ], ], 'InstancePrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$PrivateIpAddresses' => '

The private IPv4 addresses associated with the network interface.

', ], ], 'InstanceRequirements' => [ 'base' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard or with the RunInstances API, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateOverrides$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'LaunchTemplateOverrides$InstanceRequirements' => '

The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of instance types.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'ResponseLaunchTemplateData$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

If you specify InstanceRequirements, you can\'t specify InstanceTypes.

', 'SpotFleetLaunchSpecification$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', ], ], 'InstanceRequirementsRequest' => [ 'base' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard, or with the RunInstances API or AWS::EC2::Instance Amazon Web Services CloudFormation resource, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateOverridesRequest$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'GetInstanceTypesFromInstanceRequirementsRequest$InstanceRequirements' => '

The attributes required for the instance types.

', 'InstanceRequirementsWithMetadataRequest$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

', 'RequestLaunchTemplateData$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard, or with the RunInstances API or AWS::EC2::Instance Amazon Web Services CloudFormation resource, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', ], ], 'InstanceRequirementsWithMetadataRequest' => [ 'base' => '

The architecture type, virtualization type, and other attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadataRequest, you can\'t specify InstanceTypes.

', 'refs' => [ 'GetSpotPlacementScoresRequest$InstanceRequirementsWithMetadata' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadata, you can\'t specify InstanceTypes.

', ], ], 'InstanceSpecification' => [ 'base' => '

The instance details to specify which volumes should be snapshotted.

', 'refs' => [ 'CreateSnapshotsRequest$InstanceSpecification' => '

The instance to specify which volumes should be included in the snapshots.

', ], ], 'InstanceState' => [ 'base' => '

Describes the current state of an instance.

', 'refs' => [ 'Instance$State' => '

The current state of the instance.

', 'InstanceStateChange$CurrentState' => '

The current state of the instance.

', 'InstanceStateChange$PreviousState' => '

The previous state of the instance.

', 'InstanceStatus$InstanceState' => '

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

', ], ], 'InstanceStateChange' => [ 'base' => '

Describes an instance state change.

', 'refs' => [ 'InstanceStateChangeList$member' => NULL, ], ], 'InstanceStateChangeList' => [ 'base' => NULL, 'refs' => [ 'StartInstancesResult$StartingInstances' => '

Information about the started instances.

', 'StopInstancesResult$StoppingInstances' => '

Information about the stopped instances.

', 'TerminateInstancesResult$TerminatingInstances' => '

Information about the terminated instances.

', ], ], 'InstanceStateName' => [ 'base' => NULL, 'refs' => [ 'InstanceState$Name' => '

The current state of the instance.

', ], ], 'InstanceStatus' => [ 'base' => '

Describes the status of an instance.

', 'refs' => [ 'InstanceStatusList$member' => NULL, ], ], 'InstanceStatusDetails' => [ 'base' => '

Describes the instance status.

', 'refs' => [ 'InstanceStatusDetailsList$member' => NULL, ], ], 'InstanceStatusDetailsList' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusSummary$Details' => '

The system instance health or application instance health.

', ], ], 'InstanceStatusEvent' => [ 'base' => '

Describes a scheduled event for an instance.

', 'refs' => [ 'InstanceStatusEventList$member' => NULL, 'ModifyInstanceEventStartTimeResult$Event' => '

Information about the event.

', ], ], 'InstanceStatusEventList' => [ 'base' => NULL, 'refs' => [ 'InstanceStatus$Events' => '

Any scheduled events associated with the instance.

', ], ], 'InstanceStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceStatusResult$InstanceStatuses' => '

Information about the status of the instances.

', ], ], 'InstanceStatusSummary' => [ 'base' => '

Describes the status of an instance.

', 'refs' => [ 'InstanceStatus$InstanceStatus' => '

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

', 'InstanceStatus$SystemStatus' => '

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

', ], ], 'InstanceStorageEncryptionSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$EncryptionSupport' => '

Indicates whether data is encrypted at rest.

', ], ], 'InstanceStorageFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$InstanceStorageSupported' => '

Indicates whether instance storage is supported.

', ], ], 'InstanceStorageInfo' => [ 'base' => '

Describes the instance store features that are supported by the instance type.

', 'refs' => [ 'InstanceTypeInfo$InstanceStorageInfo' => '

Describes the instance storage for the instance type.

', ], ], 'InstanceTagKeySet' => [ 'base' => NULL, 'refs' => [ 'DeregisterInstanceTagAttributeRequest$InstanceTagKeys' => '

Information about the tag keys to deregister.

', 'InstanceTagNotificationAttribute$InstanceTagKeys' => '

The registered tag keys.

', 'RegisterInstanceTagAttributeRequest$InstanceTagKeys' => '

The tag keys to register.

', ], ], 'InstanceTagNotificationAttribute' => [ 'base' => '

Describes the registered tag keys for the current Region.

', 'refs' => [ 'DeregisterInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

The resulting set of tag keys.

', 'DescribeInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

Information about the registered tag keys.

', 'RegisterInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

The resulting set of tag keys.

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$InstanceType' => '

The instance type.

', 'DescribeFleetsInstances$InstanceType' => '

The instance type.

', 'DescribeReservedInstancesOfferingsRequest$InstanceType' => '

The instance type that the reservation will cover (for example, m1.small). For more information, see Instance types in the Amazon EC2 User Guide.

', 'FleetCapacityReservation$InstanceType' => '

The instance type for which the Capacity Reservation reserves capacity.

', 'FleetLaunchTemplateOverrides$InstanceType' => '

The instance type.

mac1.metal is not supported as a launch template override.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'FleetLaunchTemplateOverridesRequest$InstanceType' => '

The instance type.

mac1.metal is not supported as a launch template override.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'ImportInstanceLaunchSpecification$InstanceType' => '

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

', 'Instance$InstanceType' => '

The instance type.

', 'InstanceTypeInfo$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'InstanceTypeList$member' => NULL, 'InstanceTypeOffering$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'LaunchSpecification$InstanceType' => '

The instance type. Only one instance type can be specified.

', 'LaunchTemplateOverrides$InstanceType' => '

The instance type.

', 'RequestInstanceTypeList$member' => NULL, 'RequestLaunchTemplateData$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'RequestSpotLaunchSpecification$InstanceType' => '

The instance type. Only one instance type can be specified.

', 'ReservationFleetInstanceSpecification$InstanceType' => '

The instance type for which the Capacity Reservation Fleet reserves capacity.

', 'ReservedInstances$InstanceType' => '

The instance type on which the Reserved Instance can be used.

', 'ReservedInstancesConfiguration$InstanceType' => '

The instance type for the modified Reserved Instances.

', 'ReservedInstancesOffering$InstanceType' => '

The instance type on which the Reserved Instance can be used.

', 'ResponseLaunchTemplateData$InstanceType' => '

The instance type.

', 'RunInstancesRequest$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'SpotFleetLaunchSpecification$InstanceType' => '

The instance type.

', 'SpotPrice$InstanceType' => '

The instance type.

', ], ], 'InstanceTypeHypervisor' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$Hypervisor' => '

The hypervisor for the instance type.

', ], ], 'InstanceTypeInfo' => [ 'base' => '

Describes the instance type.

', 'refs' => [ 'InstanceTypeInfoList$member' => NULL, ], ], 'InstanceTypeInfoFromInstanceRequirements' => [ 'base' => '

The list of instance types with the specified instance attributes.

', 'refs' => [ 'InstanceTypeInfoFromInstanceRequirementsSet$member' => NULL, ], ], 'InstanceTypeInfoFromInstanceRequirementsSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsResult$InstanceTypes' => '

The instance types with the specified instance attributes.

', ], ], 'InstanceTypeInfoList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesResult$InstanceTypes' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', ], ], 'InstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryRequest$InstanceTypes' => '

Filters the results by the specified instance types.

', ], ], 'InstanceTypeOffering' => [ 'base' => '

The instance types offered.

', 'refs' => [ 'InstanceTypeOfferingsList$member' => NULL, ], ], 'InstanceTypeOfferingsList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsResult$InstanceTypeOfferings' => '

The instance types offered.

', ], ], 'InstanceTypes' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$InstanceTypes' => '

The instance types. We recommend that you specify at least three instance types. If you specify one or two instance types, or specify variations of a single instance type (for example, an m3.xlarge with and without instance storage), the returned placement score will always be low.

If you specify InstanceTypes, you can\'t specify InstanceRequirementsWithMetadata.

', ], ], 'InstanceTypesList' => [ 'base' => NULL, 'refs' => [ 'FpgaImage$InstanceTypes' => '

The instance types supported by the AFI.

', ], ], 'InstanceUsage' => [ 'base' => '

Information about the Capacity Reservation usage.

', 'refs' => [ 'InstanceUsageSet$member' => NULL, ], ], 'InstanceUsageSet' => [ 'base' => NULL, 'refs' => [ 'GetCapacityReservationUsageResult$InstanceUsages' => '

Information about the Capacity Reservation usage.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AcceleratorCount$Min' => '

The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.

', 'AcceleratorCount$Max' => '

The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.

', 'AcceleratorCountRequest$Min' => '

The minimum number of accelerators. To specify no minimum limit, omit this parameter.

', 'AcceleratorCountRequest$Max' => '

The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set Max to 0.

', 'AcceleratorTotalMemoryMiB$Min' => '

The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.

', 'AcceleratorTotalMemoryMiB$Max' => '

The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

', 'AcceleratorTotalMemoryMiBRequest$Min' => '

The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.

', 'AcceleratorTotalMemoryMiBRequest$Max' => '

The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.

', 'AllocateHostsRequest$Quantity' => '

The number of Dedicated Hosts to allocate to your account with these parameters. If you are allocating the Dedicated Hosts on an Outpost, and you specify AssetIds, you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both AssetIds and Quantity, then the value that you specify for Quantity must be equal to the number of asset IDs specified.

', 'AllocateIpamPoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you would like to allocate from the IPAM pool. Note the following:

Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'AnalysisAclRule$RuleNumber' => '

The rule number.

', 'AssignIpv6AddressesRequest$Ipv6AddressCount' => '

The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can\'t use this option if specifying specific IPv6 addresses.

', 'AssignIpv6AddressesRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.

', 'AssignPrivateIpAddressesRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary IP addresses to assign to the network interface. You can\'t specify this parameter when also specifying private IP addresses.

', 'AssignPrivateIpAddressesRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.

', 'AssociateTrunkInterfaceRequest$VlanId' => '

The ID of the VLAN. This applies to the VLAN protocol.

', 'AssociateTrunkInterfaceRequest$GreKey' => '

The application key. This applies to the GRE protocol.

', 'AttachNetworkInterfaceRequest$DeviceIndex' => '

The index of the device for the network interface attachment.

', 'AttachNetworkInterfaceRequest$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

', 'AttachNetworkInterfaceResult$NetworkCardIndex' => '

The index of the network card.

', 'AuthorizeSecurityGroupEgressRequest$FromPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'AuthorizeSecurityGroupEgressRequest$ToPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'AuthorizeSecurityGroupIngressRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types. If you specify all ICMP types, you must specify all ICMP codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes. If you specify all ICMP types, you must specify all ICMP codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AvailableCapacity$AvailableVCpus' => '

The number of vCPUs available for launching instances onto the Dedicated Host.

', 'BaselineEbsBandwidthMbps$Min' => '

The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.

', 'BaselineEbsBandwidthMbps$Max' => '

The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.

', 'BaselineEbsBandwidthMbpsRequest$Min' => '

The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.

', 'BaselineEbsBandwidthMbpsRequest$Max' => '

The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.

', 'CapacityAllocation$Count' => '

The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.

', 'CapacityReservation$TotalInstanceCount' => '

The total number of instances for which the Capacity Reservation reserves capacity.

', 'CapacityReservation$AvailableInstanceCount' => '

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

', 'CapacityReservationFleet$TotalTargetCapacity' => '

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'ClientVpnEndpoint$VpnPort' => '

The port number for the Client VPN endpoint.

', 'ClientVpnEndpoint$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'CpuOptions$CoreCount' => '

The number of CPU cores for the instance.

', 'CpuOptions$ThreadsPerCore' => '

The number of threads per CPU core.

', 'CpuOptionsRequest$CoreCount' => '

The number of CPU cores for the instance.

', 'CpuOptionsRequest$ThreadsPerCore' => '

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

', 'CreateCapacityReservationFleetRequest$TotalTargetCapacity' => '

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'CreateCapacityReservationFleetResult$TotalTargetCapacity' => '

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.

', 'CreateCapacityReservationRequest$InstanceCount' => '

The number of instances for which to reserve capacity.

Valid range: 1 - 1000

', 'CreateClientVpnEndpointRequest$VpnPort' => '

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

', 'CreateClientVpnEndpointRequest$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'CreateCustomerGatewayRequest$BgpAsn' => '

For devices that support BGP, the customer gateway\'s BGP ASN.

Default: 65000

', 'CreateFlowLogsRequest$MaxAggregationInterval' => '

The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.

Default: 600

', 'CreateManagedPrefixListRequest$MaxEntries' => '

The maximum number of entries for the prefix list.

', 'CreateNetworkAclEntryRequest$RuleNumber' => '

The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.

Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.

', 'CreateNetworkInterfaceRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range.

You can\'t specify a count of IPv6 addresses using this parameter if you\'ve specified one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.

If your subnet has the AssignIpv6AddressOnCreation attribute set, you can override that setting by specifying 0 as the IPv6 address count.

', 'CreateNetworkInterfaceRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet\'s IPv4 CIDR range. You can\'t specify this option and specify more than one private IP address using privateIpAddresses.

You can\'t specify a count of private IPv4 addresses if you\'ve specified one of the following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.

', 'CreateNetworkInterfaceRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.

You can\'t specify a count of IPv4 prefixes if you\'ve specified one of the following: specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.

', 'CreateNetworkInterfaceRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.

You can\'t specify a count of IPv6 prefixes if you\'ve specified one of the following: specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.

', 'CreatePlacementGroupRequest$PartitionCount' => '

The number of partitions. Valid only when Strategy is set to partition.

', 'CreateReservedInstancesListingRequest$InstanceCount' => '

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

', 'CreateTrafficMirrorFilterRuleRequest$RuleNumber' => '

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

', 'CreateTrafficMirrorFilterRuleRequest$Protocol' => '

The protocol, for example UDP, to assign to the Traffic Mirror rule.

For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

', 'CreateTrafficMirrorSessionRequest$PacketLength' => '

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

', 'CreateTrafficMirrorSessionRequest$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'CreateTrafficMirrorSessionRequest$VirtualNetworkId' => '

The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.

', 'CreateVolumeRequest$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

io1 and io2 volumes support up to 64,000 IOPS only on Instances built on the Nitro System. Other instance families support performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'CreateVolumeRequest$Size' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

', 'CreateVolumeRequest$Throughput' => '

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'DeleteNetworkAclEntryRequest$RuleNumber' => '

The rule number of the entry to delete.

', 'DescribeElasticGpusResult$MaxResults' => '

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

', 'DescribeFastLaunchImagesSuccessItem$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'DescribeFleetHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFleetInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFleetsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFlowLogsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeHostReservationOfferingsRequest$MaxDuration' => '

This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

', 'DescribeHostReservationOfferingsRequest$MinDuration' => '

This is the minimum duration of the reservation you\'d like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.

', 'DescribeHostReservationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', 'DescribeHostsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

You cannot specify this parameter and the host IDs parameter in the same request.

', 'DescribeImagesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeImportImageTasksRequest$MaxResults' => '

The maximum number of results to return in a single call.

', 'DescribeImportSnapshotTasksRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

', 'DescribeInstanceStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same request.

', 'DescribeInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same request.

', 'DescribeLaunchTemplateVersionsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

', 'DescribePrefixListsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeReservedInstancesOfferingsRequest$MaxInstanceCount' => '

The maximum number of instances to filter when searching for offerings.

Default: 20

', 'DescribeReservedInstancesOfferingsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.

Default: 100

', 'DescribeScheduledInstanceAvailabilityRequest$MaxSlotDurationInHours' => '

The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and less than 1,720.

', 'DescribeScheduledInstanceAvailabilityRequest$MinSlotDurationInHours' => '

The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

', 'DescribeScheduledInstancesRequest$MaxResults' => '

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

', 'DescribeSnapshotsRequest$MaxResults' => '

The maximum number of snapshots to return for this request. This value can be between 5 and 1,000; if this value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then the request returns all snapshots. You cannot specify this parameter and the snapshot IDs parameter in the same request. For more information, see Pagination.

', 'DescribeSpotFleetRequestsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeSpotInstanceRequestsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeSpotPriceHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeTagsRequest$MaxResults' => '

The maximum number of items to return for this request. This value can be between 5 and 1000. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeVolumeStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1,000; if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.

', 'DescribeVolumesModificationsRequest$MaxResults' => '

The maximum number of results (up to a limit of 500) to be returned in a paginated request. For more information, see Pagination.

', 'DescribeVolumesRequest$MaxResults' => '

The maximum number of volumes to return for this request. This value can be between 5 and 500; if you specify a value larger than 500, only 500 items are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.

', 'DescribeVpcEndpointConnectionNotificationsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

', 'DescribeVpcEndpointConnectionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServiceConfigurationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServicePermissionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServicesRequest$MaxResults' => '

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

', 'DescribeVpcEndpointsRequest$MaxResults' => '

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

', 'DisableFastLaunchResult$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'EbsBlockDevice$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'EbsBlockDevice$VolumeSize' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

', 'EbsBlockDevice$Throughput' => '

The throughput that the volume supports, in MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'EnableFastLaunchRequest$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching. Value must be 6 or greater.

', 'EnableFastLaunchResult$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'FastLaunchSnapshotConfigurationRequest$TargetResourceCount' => '

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

', 'FastLaunchSnapshotConfigurationResponse$TargetResourceCount' => '

The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.

', 'FleetCapacityReservation$TotalInstanceCount' => '

The total number of instances for which the Capacity Reservation reserves capacity.

', 'FleetSpotCapacityRebalance$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'FleetSpotCapacityRebalanceRequest$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'FlowLog$MaxAggregationInterval' => '

The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.

Valid Values: 60 | 600

', 'GetAwsNetworkPerformanceDataRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetCapacityReservationUsageResult$TotalInstanceCount' => '

The number of instances for which the Capacity Reservation reserves capacity.

', 'GetCapacityReservationUsageResult$AvailableInstanceCount' => '

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

', 'GetInstanceTypesFromInstanceRequirementsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'HostOffering$Duration' => '

The duration of the offering (in seconds).

', 'HostProperties$Cores' => '

The number of cores on the Dedicated Host.

', 'HostProperties$Sockets' => '

The number of sockets on the Dedicated Host.

', 'HostProperties$TotalVCpus' => '

The total number of vCPUs on the Dedicated Host.

', 'HostReservation$Count' => '

The number of Dedicated Hosts the reservation is associated with.

', 'HostReservation$Duration' => '

The length of the reservation\'s term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).

', 'IcmpTypeCode$Code' => '

The ICMP code. A value of -1 means all codes for the specified ICMP type.

', 'IcmpTypeCode$Type' => '

The ICMP type. A value of -1 means all types.

', 'Instance$AmiLaunchIndex' => '

The AMI launch index, which can be used to find this instance in the launch group.

', 'InstanceCapacity$AvailableCapacity' => '

The number of instances that can be launched onto the Dedicated Host based on the host\'s available capacity.

', 'InstanceCapacity$TotalCapacity' => '

The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.

', 'InstanceCount$InstanceCount' => '

The number of listed Reserved Instances in the state specified by the state.

', 'InstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'InstanceMetadataOptionsResponse$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'InstanceNetworkInterfaceAttachment$DeviceIndex' => '

The index of the device on the instance for the network interface attachment.

', 'InstanceNetworkInterfaceAttachment$NetworkCardIndex' => '

The index of the network card.

', 'InstanceNetworkInterfaceSpecification$DeviceIndex' => '

The position of the network interface in the attachment order. A primary network interface has a device index of 0.

If you specify a network interface when launching an instance, you must specify the device index.

', 'InstanceNetworkInterfaceSpecification$Ipv6AddressCount' => '

A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you\'ve specified a minimum number of instances to launch.

', 'InstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses. You can\'t specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'InstanceNetworkInterfaceSpecification$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.

', 'InstanceNetworkInterfaceSpecification$Ipv4PrefixCount' => '

The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

', 'InstanceNetworkInterfaceSpecification$Ipv6PrefixCount' => '

The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

', 'InstanceRequirements$SpotMaxPricePercentageOverLowestPrice' => '

The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 100

', 'InstanceRequirements$OnDemandMaxPricePercentageOverLowestPrice' => '

The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 20

', 'InstanceRequirementsRequest$SpotMaxPricePercentageOverLowestPrice' => '

The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 100

', 'InstanceRequirementsRequest$OnDemandMaxPricePercentageOverLowestPrice' => '

The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 20

', 'InstanceState$Code' => '

The state of the instance as a 16-bit unsigned integer.

The high byte is all of the bits between 2^8 and (2^16)-1, which equals decimal values between 256 and 65,535. These numerical values are used for internal purposes and should be ignored.

The low byte is all of the bits between 2^0 and (2^8)-1, which equals decimal values between 0 and 255.

The valid values for instance-state-code will all be in the range of the low byte and they are:

You can ignore the high byte value by zeroing out all of the bits above 2^8 or 256 in decimal.

', 'InstanceUsage$UsedInstanceCount' => '

The number of instances the Amazon Web Services account currently has in the Capacity Reservation.

', 'IpPermission$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'IpPermission$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'Ipam$ScopeCount' => '

The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

', 'Ipam$ResourceDiscoveryAssociationCount' => '

The IPAM\'s resource discovery association count.

', 'IpamPool$PoolDepth' => '

The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

', 'IpamPoolCidr$NetmaskLength' => '

The netmask length of the CIDR you\'d like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.

', 'IpamScope$PoolCount' => '

The number of pools in the scope.

', 'LaunchTemplateCpuOptions$CoreCount' => '

The number of CPU cores for the instance.

', 'LaunchTemplateCpuOptions$ThreadsPerCore' => '

The number of threads per CPU core.

', 'LaunchTemplateCpuOptionsRequest$CoreCount' => '

The number of CPU cores for the instance.

', 'LaunchTemplateCpuOptionsRequest$ThreadsPerCore' => '

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

', 'LaunchTemplateEbsBlockDevice$Iops' => '

The number of I/O operations per second (IOPS) that the volume supports.

', 'LaunchTemplateEbsBlockDevice$VolumeSize' => '

The size of the volume, in GiB.

', 'LaunchTemplateEbsBlockDevice$Throughput' => '

The throughput that the volume supports, in MiB/s.

', 'LaunchTemplateEbsBlockDeviceRequest$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is supported for io1, io2, and gp3 volumes only. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'LaunchTemplateEbsBlockDeviceRequest$VolumeSize' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:

', 'LaunchTemplateEbsBlockDeviceRequest$Throughput' => '

The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'LaunchTemplateElasticInferenceAcceleratorResponse$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', 'LaunchTemplateInstanceMetadataOptions$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$DeviceIndex' => '

The device index for the network interface attachment.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6AddressCount' => '

The number of IPv6 addresses for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkCardIndex' => '

The index of the network card.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeviceIndex' => '

The device index for the network interface attachment.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can\'t use this option if specifying specific IPv6 addresses.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses to assign to a network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

', 'LaunchTemplatePlacement$PartitionNumber' => '

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

', 'LaunchTemplatePlacementRequest$PartitionNumber' => '

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

', 'LaunchTemplateSpotMarketOptions$BlockDurationMinutes' => '

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

', 'LaunchTemplateSpotMarketOptionsRequest$BlockDurationMinutes' => '

Deprecated.

', 'LocalGatewayVirtualInterface$Vlan' => '

The ID of the VLAN.

', 'LocalGatewayVirtualInterface$LocalBgpAsn' => '

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

', 'LocalGatewayVirtualInterface$PeerBgpAsn' => '

The peer BGP ASN.

', 'ManagedPrefixList$MaxEntries' => '

The maximum number of entries for the prefix list.

', 'MemoryMiB$Min' => '

The minimum amount of memory, in MiB. If this parameter is not specified, there is no minimum limit.

', 'MemoryMiB$Max' => '

The maximum amount of memory, in MiB. If this parameter is not specified, there is no maximum limit.

', 'MemoryMiBRequest$Min' => '

The minimum amount of memory, in MiB. To specify no minimum limit, specify 0.

', 'MemoryMiBRequest$Max' => '

The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.

', 'ModifyCapacityReservationFleetRequest$TotalTargetCapacity' => '

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'ModifyCapacityReservationRequest$InstanceCount' => '

The number of instances for which to reserve capacity. The number of instances can\'t be increased or decreased by more than 1000 in a single request.

', 'ModifyClientVpnEndpointRequest$VpnPort' => '

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

', 'ModifyClientVpnEndpointRequest$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'ModifyInstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. If no parameter is specified, the existing state is maintained.

Possible values: Integers from 1 to 64

', 'ModifyInstancePlacementRequest$PartitionNumber' => '

The number of the partition in which to place the instance. Valid only if the placement group strategy is set to partition.

', 'ModifyManagedPrefixListRequest$MaxEntries' => '

The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.

If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.

', 'ModifySpotFleetRequestRequest$TargetCapacity' => '

The size of the fleet.

', 'ModifySpotFleetRequestRequest$OnDemandTargetCapacity' => '

The number of On-Demand Instances in the fleet.

', 'ModifySubnetAttributeRequest$EnableLniAtDeviceIndex' => '

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0).

', 'ModifyTrafficMirrorFilterRuleRequest$RuleNumber' => '

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

', 'ModifyTrafficMirrorFilterRuleRequest$Protocol' => '

The protocol, for example TCP, to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorSessionRequest$PacketLength' => '

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.

', 'ModifyTrafficMirrorSessionRequest$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'ModifyTrafficMirrorSessionRequest$VirtualNetworkId' => '

The virtual network ID of the Traffic Mirror session.

', 'ModifyVolumeRequest$Size' => '

The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.

The following are the supported volumes sizes for each volume type:

Default: The existing size is retained.

', 'ModifyVolumeRequest$Iops' => '

The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and io2 volumes.

The following are the supported values for each volume type:

Default: The existing value is retained if you keep the same volume type. If you change the volume type to io1, io2, or gp3, the default is 3,000.

', 'ModifyVolumeRequest$Throughput' => '

The target throughput of the volume, in MiB/s. This parameter is valid only for gp3 volumes. The maximum value is 1,000.

Default: The existing value is retained if the source and target volume type is gp3. Otherwise, the default value is 125.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'ModifyVpnTunnelOptionsSpecification$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

', 'ModifyVpnTunnelOptionsSpecification$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

', 'ModifyVpnTunnelOptionsSpecification$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

', 'ModifyVpnTunnelOptionsSpecification$RekeyFuzzPercentage' => '

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

', 'ModifyVpnTunnelOptionsSpecification$ReplayWindowSize' => '

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

', 'ModifyVpnTunnelOptionsSpecification$DPDTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

Constraints: A value greater than or equal to 30.

Default: 30

', 'NetworkAclEntry$RuleNumber' => '

The rule number for the entry. ACL entries are processed in ascending order by rule number.

', 'NetworkInsightsAccessScopeAnalysis$AnalyzedEniCount' => '

The number of network interfaces analyzed.

', 'NetworkInsightsPath$DestinationPort' => '

The destination port.

', 'NetworkInterfaceAttachment$DeviceIndex' => '

The device index of the network interface attachment on the instance.

', 'NetworkInterfaceAttachment$NetworkCardIndex' => '

The index of the network card.

', 'NetworkInterfaceCount$Min' => '

The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.

', 'NetworkInterfaceCount$Max' => '

The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.

', 'NetworkInterfaceCountRequest$Min' => '

The minimum number of network interfaces. To specify no minimum limit, omit this parameter.

', 'NetworkInterfaceCountRequest$Max' => '

The maximum number of network interfaces. To specify no maximum limit, omit this parameter.

', 'OccurrenceDayRequestSet$member' => NULL, 'OccurrenceDaySet$member' => NULL, 'OnDemandOptions$MinTargetCapacity' => '

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'OnDemandOptionsRequest$MinTargetCapacity' => '

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'PathComponent$SequenceNumber' => '

The sequence number.

', 'Phase1DHGroupNumbersListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase1DHGroupNumbersRequestListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase2DHGroupNumbersListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase2DHGroupNumbersRequestListValue$Value' => '

The Diffie-Hellmann group number.

', 'Placement$PartitionNumber' => '

The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition.

This parameter is not supported for CreateFleet.

', 'PlacementGroup$PartitionCount' => '

The number of partitions. Valid only if strategy is set to partition.

', 'PortRange$From' => '

The first port in the range.

', 'PortRange$To' => '

The last port in the range.

', 'PricingDetail$Count' => '

The number of reservations available for the price.

', 'ProvisionIpamPoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you\'d like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.

', 'ProvisionPublicIpv4PoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you would like to allocate to the public IPv4 pool.

', 'PublicIpv4Pool$TotalAddressCount' => '

The total number of addresses.

', 'PublicIpv4Pool$TotalAvailableAddressCount' => '

The total number of available addresses.

', 'PublicIpv4PoolRange$AddressCount' => '

The number of addresses in the range.

', 'PublicIpv4PoolRange$AvailableAddressCount' => '

The number of available addresses in the range.

', 'Purchase$Duration' => '

The duration of the reservation\'s term in seconds.

', 'PurchaseRequest$InstanceCount' => '

The number of instances.

', 'PurchaseReservedInstancesOfferingRequest$InstanceCount' => '

The number of Reserved Instances to purchase.

', 'ReplaceNetworkAclEntryRequest$RuleNumber' => '

The rule number of the entry to replace.

', 'RequestSpotInstancesRequest$BlockDurationMinutes' => '

Deprecated.

', 'RequestSpotInstancesRequest$InstanceCount' => '

The maximum number of Spot Instances to launch.

Default: 1

', 'ReservedInstances$InstanceCount' => '

The number of reservations purchased.

', 'ReservedInstancesConfiguration$InstanceCount' => '

The number of modified Reserved Instances.

This is a required field for a request.

', 'RestoreSnapshotFromRecycleBinResult$VolumeSize' => '

The size of the volume, in GiB.

', 'RestoreSnapshotTierResult$RestoreDuration' => '

For temporary restores only. The number of days for which the archived snapshot is temporarily restored.

', 'RevokeSecurityGroupEgressRequest$FromPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'RevokeSecurityGroupEgressRequest$ToPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'RevokeSecurityGroupIngressRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types.

', 'RevokeSecurityGroupIngressRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes.

', 'RunInstancesRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you\'ve specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

', 'RunInstancesRequest$MaxCount' => '

The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount.

Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.

', 'RunInstancesRequest$MinCount' => '

The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.

Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.

', 'RunScheduledInstancesRequest$InstanceCount' => '

The number of instances.

Default: 1

', 'ScheduledInstance$InstanceCount' => '

The number of instances.

', 'ScheduledInstance$SlotDurationInHours' => '

The number of hours in the schedule.

', 'ScheduledInstance$TotalScheduledInstanceHours' => '

The total number of hours for a single instance for the entire term.

', 'ScheduledInstanceAvailability$AvailableInstanceCount' => '

The number of available instances.

', 'ScheduledInstanceAvailability$MaxTermDurationInDays' => '

The maximum term. The only possible value is 365 days.

', 'ScheduledInstanceAvailability$MinTermDurationInDays' => '

The minimum term. The only possible value is 365 days.

', 'ScheduledInstanceAvailability$SlotDurationInHours' => '

The number of hours in the schedule.

', 'ScheduledInstanceAvailability$TotalScheduledInstanceHours' => '

The total number of hours for a single instance for the entire term.

', 'ScheduledInstanceRecurrence$Interval' => '

The interval quantity. The interval unit depends on the value of frequency. For example, every 2 weeks or every 2 months.

', 'ScheduledInstanceRecurrenceRequest$Interval' => '

The interval quantity. The interval unit depends on the value of Frequency. For example, every 2 weeks or every 2 months.

', 'ScheduledInstancesEbs$Iops' => '

The number of I/O operations per second (IOPS) to provision for an io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2. Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide.

This parameter is valid only for Provisioned IOPS SSD (io1 and io2) volumes.

', 'ScheduledInstancesEbs$VolumeSize' => '

The size of the volume, in GiB.

Default: If you\'re creating the volume from a snapshot and don\'t specify a volume size, the default is the snapshot size.

', 'ScheduledInstancesNetworkInterface$DeviceIndex' => '

The index of the device for the network interface attachment.

', 'ScheduledInstancesNetworkInterface$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

', 'ScheduledInstancesNetworkInterface$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses.

', 'SecurityGroupRule$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRule$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRuleRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRuleRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'Snapshot$VolumeSize' => '

The size of the volume, in GiB.

', 'SnapshotInfo$VolumeSize' => '

Size of the volume from which this snapshot was created.

', 'SnapshotTierStatus$LastTieringProgress' => '

The progress of the last archive or restore process, as a percentage.

', 'SpotCapacityRebalance$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'SpotFleetRequestConfigData$TargetCapacity' => '

The number of units to request for the Spot Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', 'SpotFleetRequestConfigData$OnDemandTargetCapacity' => '

The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', 'SpotFleetRequestConfigData$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that Spot Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotInstanceRequest$BlockDurationMinutes' => '

Deprecated.

', 'SpotMarketOptions$BlockDurationMinutes' => '

Deprecated.

', 'SpotOptions$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Supported only when AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotOptions$MinTargetCapacity' => '

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'SpotOptionsRequest$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Supported only when Spot AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotOptionsRequest$MinTargetCapacity' => '

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'SpotPlacementScore$Score' => '

The placement score, on a scale from 1 to 10. A score of 10 indicates that your Spot request is highly likely to succeed in this Region or Availability Zone. A score of 1 indicates that your Spot request is not likely to succeed.

', 'StaleIpPermission$FromPort' => '

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

', 'StaleIpPermission$ToPort' => '

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

', 'StoreImageTaskResult$ProgressPercentage' => '

The progress of the task as a percentage.

', 'Subnet$AvailableIpAddressCount' => '

The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.

', 'Subnet$EnableLniAtDeviceIndex' => '

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1).

', 'TargetCapacitySpecification$TotalTargetCapacity' => '

The number of units to request, filled using DefaultTargetCapacityType.

', 'TargetCapacitySpecification$OnDemandTargetCapacity' => '

The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.

', 'TargetCapacitySpecification$SpotTargetCapacity' => '

The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.

', 'TargetCapacitySpecificationRequest$TotalTargetCapacity' => '

The number of units to request, filled using DefaultTargetCapacityType.

', 'TargetCapacitySpecificationRequest$OnDemandTargetCapacity' => '

The number of On-Demand units to request.

', 'TargetCapacitySpecificationRequest$SpotTargetCapacity' => '

The number of Spot units to request.

', 'TargetConfiguration$InstanceCount' => '

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

', 'TargetConfigurationRequest$InstanceCount' => '

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

', 'TrafficMirrorFilterRule$RuleNumber' => '

The rule number of the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$Protocol' => '

The protocol assigned to the Traffic Mirror rule.

', 'TrafficMirrorPortRange$FromPort' => '

The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRange$ToPort' => '

The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRangeRequest$FromPort' => '

The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRangeRequest$ToPort' => '

The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorSession$PacketLength' => '

The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet

', 'TrafficMirrorSession$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'TrafficMirrorSession$VirtualNetworkId' => '

The virtual network ID associated with the Traffic Mirror session.

', 'TrunkInterfaceAssociation$VlanId' => '

The ID of the VLAN when you use the VLAN protocol.

', 'TrunkInterfaceAssociation$GreKey' => '

The application key when you use the GRE protocol.

', 'TunnelOption$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

', 'TunnelOption$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

', 'TunnelOption$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey.

', 'TunnelOption$RekeyFuzzPercentage' => '

The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.

', 'TunnelOption$ReplayWindowSize' => '

The number of packets in an IKE replay window.

', 'TunnelOption$DpdTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

', 'VCpuCountRange$Min' => '

The minimum number of vCPUs. If the value is 0, there is no minimum limit.

', 'VCpuCountRange$Max' => '

The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.

', 'VCpuCountRangeRequest$Min' => '

The minimum number of vCPUs. To specify no minimum limit, specify 0.

', 'VCpuCountRangeRequest$Max' => '

The maximum number of vCPUs. To specify no maximum limit, omit this parameter.

', 'VgwTelemetry$AcceptedRouteCount' => '

The number of accepted routes.

', 'Volume$Size' => '

The size of the volume, in GiBs.

', 'Volume$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

', 'Volume$Throughput' => '

The throughput that the volume supports, in MiB/s.

', 'VolumeModification$TargetSize' => '

The target size of the volume, in GiB.

', 'VolumeModification$TargetIops' => '

The target IOPS rate of the volume.

', 'VolumeModification$TargetThroughput' => '

The target throughput of the volume, in MiB/s.

', 'VolumeModification$OriginalSize' => '

The original size of the volume, in GiB.

', 'VolumeModification$OriginalIops' => '

The original IOPS rate of the volume.

', 'VolumeModification$OriginalThroughput' => '

The original throughput of the volume, in MiB/s.

', 'VpnTunnelOptionsSpecification$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

', 'VpnTunnelOptionsSpecification$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

', 'VpnTunnelOptionsSpecification$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

', 'VpnTunnelOptionsSpecification$RekeyFuzzPercentage' => '

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

', 'VpnTunnelOptionsSpecification$ReplayWindowSize' => '

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

', 'VpnTunnelOptionsSpecification$DPDTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

Constraints: A value greater than or equal to 30.

Default: 30

', ], ], 'IntegerWithConstraints' => [ 'base' => NULL, 'refs' => [ 'FleetCapacityReservation$Priority' => '

The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.

', 'ReservationFleetInstanceSpecification$Priority' => '

The priority to assign to the instance type. This value is used to determine which of the instance types specified for the Fleet should be prioritized for use. A lower value indicates a high priority. For more information, see Instance type priority in the Amazon EC2 User Guide.

', ], ], 'IntegrateServices' => [ 'base' => '

Describes service integrations with VPC Flow logs.

', 'refs' => [ 'GetFlowLogsIntegrationTemplateRequest$IntegrateServices' => '

Information about the service integration.

', ], ], 'InterfacePermissionType' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfacePermissionRequest$Permission' => '

The type of permission to grant.

', 'NetworkInterfacePermission$Permission' => '

The type of permission.

', ], ], 'InterfaceProtocolType' => [ 'base' => NULL, 'refs' => [ 'TrunkInterfaceAssociation$InterfaceProtocol' => '

The interface protocol. Valid values are VLAN and GRE.

', ], ], 'InternetGateway' => [ 'base' => '

Describes an internet gateway.

', 'refs' => [ 'CreateInternetGatewayResult$InternetGateway' => '

Information about the internet gateway.

', 'InternetGatewayList$member' => NULL, ], ], 'InternetGatewayAttachment' => [ 'base' => '

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

', 'refs' => [ 'InternetGatewayAttachmentList$member' => NULL, ], ], 'InternetGatewayAttachmentList' => [ 'base' => NULL, 'refs' => [ 'EgressOnlyInternetGateway$Attachments' => '

Information about the attachment of the egress-only internet gateway.

', 'InternetGateway$Attachments' => '

Any VPCs attached to the internet gateway.

', ], ], 'InternetGatewayId' => [ 'base' => NULL, 'refs' => [ 'AttachInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'DeleteInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'DetachInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'InternetGatewayIdList$member' => NULL, ], ], 'InternetGatewayIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysRequest$InternetGatewayIds' => '

The IDs of the internet gateways.

Default: Describes all your internet gateways.

', ], ], 'InternetGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysResult$InternetGateways' => '

Information about one or more internet gateways.

', ], ], 'IpAddress' => [ 'base' => NULL, 'refs' => [ 'AnalysisLoadBalancerTarget$Address' => '

The IP address.

', 'CreateNetworkInsightsPathRequest$SourceIp' => '

The IP address of the source.

', 'CreateNetworkInsightsPathRequest$DestinationIp' => '

The IP address of the destination.

', 'Explanation$Address' => '

The IPv4 address, in CIDR notation.

', 'IpAddressList$member' => NULL, 'NetworkInsightsPath$SourceIp' => '

The IP address of the source.

', 'NetworkInsightsPath$DestinationIp' => '

The IP address of the destination.

', 'PathFilter$SourceAddress' => '

The source IPv4 address.

', 'PathFilter$DestinationAddress' => '

The destination IPv4 address.

', 'PathRequestFilter$SourceAddress' => '

The source IPv4 address.

', 'PathRequestFilter$DestinationAddress' => '

The destination IPv4 address.

', ], ], 'IpAddressList' => [ 'base' => NULL, 'refs' => [ 'AnalysisPacketHeader$DestinationAddresses' => '

The destination addresses.

', 'AnalysisPacketHeader$SourceAddresses' => '

The source addresses.

', 'Explanation$Addresses' => '

The IPv4 addresses, in CIDR notation.

', ], ], 'IpAddressType' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$IpAddressType' => '

The IP address type for the endpoint.

', 'ModifyVpcEndpointRequest$IpAddressType' => '

The IP address type for the endpoint.

', 'VpcEndpoint$IpAddressType' => '

The IP address type for the endpoint.

', 'VpcEndpointConnection$IpAddressType' => '

The IP address type for the endpoint.

', ], ], 'IpList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses you want to assign to the private NAT gateway.

', 'AssociateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses that you want to assign to the NAT gateway.

', 'CreateNatGatewayRequest$SecondaryPrivateIpAddresses' => '

Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.

', 'UnassignPrivateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses you want to unassign.

', ], ], 'IpPermission' => [ 'base' => '

Describes a set of permissions for a security group rule.

', 'refs' => [ 'IpPermissionList$member' => NULL, ], ], 'IpPermissionList' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a destination security group and a CIDR IP address range in the same set of permissions.

', 'AuthorizeSecurityGroupIngressRequest$IpPermissions' => '

The sets of IP permissions.

', 'RevokeSecurityGroupEgressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a destination security group and a CIDR IP address range in the same set of permissions.

', 'RevokeSecurityGroupEgressResult$UnknownIpPermissions' => '

The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

', 'RevokeSecurityGroupIngressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a source security group and a CIDR IP address range in the same set of permissions.

', 'RevokeSecurityGroupIngressResult$UnknownIpPermissions' => '

The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

', 'SecurityGroup$IpPermissions' => '

The inbound rules associated with the security group.

', 'SecurityGroup$IpPermissionsEgress' => '

The outbound rules associated with the security group.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$IpPermissions' => '

The IP permissions for the security group rule. You must specify either the IP permissions or the description.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$IpPermissions' => '

The IP permissions for the security group rule. You must specify either IP permissions or a description.

', ], ], 'IpPrefixList' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$Ipv6Prefixes' => '

One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', 'AssignIpv6AddressesResult$AssignedIpv6Prefixes' => '

The IPv6 prefixes that are assigned to the network interface.

', 'AssignPrivateIpAddressesRequest$Ipv4Prefixes' => '

One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', 'UnassignIpv6AddressesRequest$Ipv6Prefixes' => '

The IPv6 prefixes to unassign from the network interface.

', 'UnassignIpv6AddressesResult$UnassignedIpv6Prefixes' => '

The IPv4 prefixes that have been unassigned from the network interface.

', 'UnassignPrivateIpAddressesRequest$Ipv4Prefixes' => '

The IPv4 prefixes to unassign from the network interface.

', ], ], 'IpRange' => [ 'base' => '

Describes an IPv4 range.

', 'refs' => [ 'IpRangeList$member' => NULL, ], ], 'IpRangeList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$IpRanges' => '

The IPv4 ranges.

', ], ], 'IpRanges' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$IpRanges' => '

The IP ranges. Not applicable for stale security group rules.

', ], ], 'Ipam' => [ 'base' => '

IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'CreateIpamResult$Ipam' => '

Information about the IPAM created.

', 'DeleteIpamResult$Ipam' => '

Information about the results of the deletion.

', 'IpamSet$member' => NULL, 'ModifyIpamResult$Ipam' => '

The results of the modification.

', ], ], 'IpamAddressHistoryMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetIpamAddressHistoryRequest$MaxResults' => '

The maximum number of historical results you would like returned per page. Defaults to 100.

', ], ], 'IpamAddressHistoryRecord' => [ 'base' => '

The historical record of a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'IpamAddressHistoryRecordSet$member' => NULL, ], ], 'IpamAddressHistoryRecordSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamAddressHistoryResult$HistoryRecords' => '

A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

', ], ], 'IpamAddressHistoryResourceType' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceType' => '

The type of the resource.

', ], ], 'IpamAssociatedResourceDiscoveryStatus' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscoveryAssociation$ResourceDiscoveryStatus' => '

The resource discovery status.

', ], ], 'IpamCidrAuthorizationContext' => [ 'base' => '

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

', 'refs' => [ 'ProvisionIpamPoolCidrRequest$CidrAuthorizationContext' => '

A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.

', ], ], 'IpamComplianceStatus' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceComplianceStatus' => '

The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', 'IpamResourceCidr$ComplianceStatus' => '

The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamDiscoveredAccount' => [ 'base' => '

An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.

', 'refs' => [ 'IpamDiscoveredAccountSet$member' => NULL, ], ], 'IpamDiscoveredAccountSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamDiscoveredAccountsResult$IpamDiscoveredAccounts' => '

Discovered accounts.

', ], ], 'IpamDiscoveredResourceCidr' => [ 'base' => '

An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.

', 'refs' => [ 'IpamDiscoveredResourceCidrSet$member' => NULL, ], ], 'IpamDiscoveredResourceCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamDiscoveredResourceCidrsResult$IpamDiscoveredResourceCidrs' => '

Discovered resource CIDRs.

', ], ], 'IpamDiscoveryFailureCode' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveryFailureReason$Code' => '

The discovery failure code.

', ], ], 'IpamDiscoveryFailureReason' => [ 'base' => '

The discovery failure reason.

', 'refs' => [ 'IpamDiscoveredAccount$FailureReason' => '

The resource discovery failure reason.

', ], ], 'IpamId' => [ 'base' => NULL, 'refs' => [ 'AssociateIpamResourceDiscoveryRequest$IpamId' => '

An IPAM ID.

', 'CreateIpamScopeRequest$IpamId' => '

The ID of the IPAM for which you\'re creating this scope.

', 'DeleteIpamRequest$IpamId' => '

The ID of the IPAM to delete.

', 'Ipam$IpamId' => '

The ID of the IPAM.

', 'IpamResourceCidr$IpamId' => '

The IPAM ID for an IPAM resource.

', 'IpamResourceDiscoveryAssociation$IpamId' => '

The IPAM ID.

', 'ModifyIpamRequest$IpamId' => '

The ID of the IPAM you want to modify.

', ], ], 'IpamManagementState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceCidr$ManagementState' => '

The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamPoolsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'DescribeIpamResourceDiscoveriesRequest$MaxResults' => '

The maximum number of resource discoveries to return in one page of results.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$MaxResults' => '

The maximum number of resource discovery associations to return in one page of results.

', 'DescribeIpamScopesRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'DescribeIpamsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'GetIpamDiscoveredAccountsRequest$MaxResults' => '

The maximum number of discovered accounts to return in one page of results.

', 'GetIpamDiscoveredResourceCidrsRequest$MaxResults' => '

The maximum number of discovered resource CIDRs to return in one page of results.

', 'GetIpamPoolCidrsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'GetIpamResourceCidrsRequest$MaxResults' => '

The maximum number of results to return in the request.

', ], ], 'IpamNetmaskLength' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'CreateIpamPoolRequest$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'CreateIpamPoolRequest$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', 'IpamPool$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'IpamPool$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'IpamPool$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', 'ModifyIpamPoolRequest$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.

', 'ModifyIpamPoolRequest$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.

', 'ModifyIpamPoolRequest$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', ], ], 'IpamOperatingRegion' => [ 'base' => '

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'IpamOperatingRegionSet$member' => NULL, ], ], 'IpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'Ipam$OperatingRegions' => '

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'IpamResourceDiscovery$OperatingRegions' => '

The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', ], ], 'IpamOverlapStatus' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceOverlapStatus' => '

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', 'IpamResourceCidr$OverlapStatus' => '

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamPool' => [ 'base' => '

In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.

', 'refs' => [ 'CreateIpamPoolResult$IpamPool' => '

Information about the IPAM pool created.

', 'DeleteIpamPoolResult$IpamPool' => '

Information about the results of the deletion.

', 'IpamPoolSet$member' => NULL, 'ModifyIpamPoolResult$IpamPool' => '

The results of the modification.

', ], ], 'IpamPoolAllocation' => [ 'base' => '

In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.

', 'refs' => [ 'AllocateIpamPoolCidrResult$IpamPoolAllocation' => '

Information about the allocation created.

', 'IpamPoolAllocationSet$member' => NULL, ], ], 'IpamPoolAllocationDisallowedCidrs' => [ 'base' => NULL, 'refs' => [ 'AllocateIpamPoolCidrRequest$DisallowedCidrs' => '

Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.

', ], ], 'IpamPoolAllocationId' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsRequest$IpamPoolAllocationId' => '

The ID of the allocation.

', 'IpamPoolAllocation$IpamPoolAllocationId' => '

The ID of an allocation.

', 'ReleaseIpamPoolAllocationRequest$IpamPoolAllocationId' => '

The ID of the allocation.

', ], ], 'IpamPoolAllocationResourceType' => [ 'base' => NULL, 'refs' => [ 'IpamPoolAllocation$ResourceType' => '

The type of the resource.

', ], ], 'IpamPoolAllocationSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsResult$IpamPoolAllocations' => '

The IPAM pool allocations you want information on.

', ], ], 'IpamPoolAwsService' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AwsService' => '

Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.

', 'IpamPool$AwsService' => '

Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.

', ], ], 'IpamPoolCidr' => [ 'base' => '

A CIDR provisioned to an IPAM pool.

', 'refs' => [ 'DeprovisionIpamPoolCidrResult$IpamPoolCidr' => '

The deprovisioned pool CIDR.

', 'IpamPoolCidrSet$member' => NULL, 'ProvisionIpamPoolCidrResult$IpamPoolCidr' => '

Information about the provisioned CIDR.

', ], ], 'IpamPoolCidrFailureCode' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidrFailureReason$Code' => '

An error code related to why an IPAM pool CIDR failed to be provisioned.

', ], ], 'IpamPoolCidrFailureReason' => [ 'base' => '

Details related to why an IPAM pool CIDR failed to be provisioned.

', 'refs' => [ 'IpamPoolCidr$FailureReason' => '

Details related to why an IPAM pool CIDR failed to be provisioned.

', ], ], 'IpamPoolCidrId' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidr$IpamPoolCidrId' => '

The IPAM pool CIDR ID.

', ], ], 'IpamPoolCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolCidrsResult$IpamPoolCidrs' => '

Information about the CIDRs provisioned to an IPAM pool.

', ], ], 'IpamPoolCidrState' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidr$State' => '

The state of the CIDR.

', ], ], 'IpamPoolId' => [ 'base' => NULL, 'refs' => [ 'AllocateIpamPoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool from which you would like to allocate a CIDR.

', 'AssociateVpcCidrBlockRequest$Ipv4IpamPoolId' => '

Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'AssociateVpcCidrBlockRequest$Ipv6IpamPoolId' => '

Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateIpamPoolRequest$SourceIpamPoolId' => '

The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool\'s CIDR range.

', 'CreateVpcRequest$Ipv4IpamPoolId' => '

The ID of an IPv4 IPAM pool you want to use for allocating this VPC\'s CIDR. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv6IpamPoolId' => '

The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'DeleteIpamPoolRequest$IpamPoolId' => '

The ID of the pool to delete.

', 'DeprovisionIpamPoolCidrRequest$IpamPoolId' => '

The ID of the pool that has the CIDR you want to deprovision.

', 'GetIpamPoolAllocationsRequest$IpamPoolId' => '

The ID of the IPAM pool you want to see the allocations for.

', 'GetIpamPoolCidrsRequest$IpamPoolId' => '

The ID of the IPAM pool you want the CIDR for.

', 'GetIpamResourceCidrsRequest$IpamPoolId' => '

The ID of the IPAM pool that the resource is in.

', 'IpamPool$IpamPoolId' => '

The ID of the IPAM pool.

', 'IpamPool$SourceIpamPoolId' => '

The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source pool.

', 'IpamResourceCidr$IpamPoolId' => '

The pool ID for an IPAM resource.

', 'ModifyIpamPoolRequest$IpamPoolId' => '

The ID of the IPAM pool you want to modify.

', 'MoveByoipCidrToIpamRequest$IpamPoolId' => '

The IPAM pool ID.

', 'ProvisionIpamPoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool to which you want to assign a CIDR.

', 'ProvisionPublicIpv4PoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool you would like to use to allocate this CIDR.

', 'ReleaseIpamPoolAllocationRequest$IpamPoolId' => '

The ID of the IPAM pool which contains the allocation you want to release.

', ], ], 'IpamPoolPublicIpSource' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$PublicIpSource' => '

The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is byoip. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is amazon. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.

', 'IpamPool$PublicIpSource' => '

The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is BYOIP. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.

', ], ], 'IpamPoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamPoolsResult$IpamPools' => '

Information about the IPAM pools.

', ], ], 'IpamPoolState' => [ 'base' => NULL, 'refs' => [ 'IpamPool$State' => '

The state of the IPAM pool.

', ], ], 'IpamResourceCidr' => [ 'base' => '

The CIDR for an IPAM resource.

', 'refs' => [ 'IpamResourceCidrSet$member' => NULL, 'ModifyIpamResourceCidrResult$IpamResourceCidr' => '

The CIDR of the resource.

', ], ], 'IpamResourceCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamResourceCidrsResult$IpamResourceCidrs' => '

The resource CIDRs.

', ], ], 'IpamResourceDiscovery' => [ 'base' => '

A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'refs' => [ 'CreateIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

An IPAM resource discovery.

', 'DeleteIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

The IPAM resource discovery.

', 'IpamResourceDiscoverySet$member' => NULL, 'ModifyIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

A resource discovery.

', ], ], 'IpamResourceDiscoveryAssociation' => [ 'base' => '

An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

', 'refs' => [ 'AssociateIpamResourceDiscoveryResult$IpamResourceDiscoveryAssociation' => '

A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.

', 'DisassociateIpamResourceDiscoveryResult$IpamResourceDiscoveryAssociation' => '

A resource discovery association.

', 'IpamResourceDiscoveryAssociationSet$member' => NULL, ], ], 'IpamResourceDiscoveryAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateIpamResourceDiscoveryRequest$IpamResourceDiscoveryAssociationId' => '

A resource discovery association ID.

', 'Ipam$DefaultResourceDiscoveryAssociationId' => '

The IPAM\'s default resource discovery association ID.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryAssociationId' => '

The resource discovery association ID.

', ], ], 'IpamResourceDiscoveryAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamResourceDiscoveryAssociationsResult$IpamResourceDiscoveryAssociations' => '

The resource discovery associations.

', ], ], 'IpamResourceDiscoveryAssociationState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscoveryAssociation$State' => '

The lifecycle state of the association when you associate or disassociate a resource discovery.

', ], ], 'IpamResourceDiscoveryId' => [ 'base' => NULL, 'refs' => [ 'AssociateIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'DeleteIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

The IPAM resource discovery ID.

', 'GetIpamDiscoveredAccountsRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'GetIpamDiscoveredResourceCidrsRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'Ipam$DefaultResourceDiscoveryId' => '

The IPAM\'s default resource discovery ID.

', 'IpamDiscoveredResourceCidr$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'IpamResourceDiscovery$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'ModifyIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', ], ], 'IpamResourceDiscoverySet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamResourceDiscoveriesResult$IpamResourceDiscoveries' => '

The resource discoveries.

', ], ], 'IpamResourceDiscoveryState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscovery$State' => '

The lifecycle state of the resource discovery.

', ], ], 'IpamResourceTag' => [ 'base' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'refs' => [ 'IpamResourceTagList$member' => NULL, ], ], 'IpamResourceTagList' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveredResourceCidr$ResourceTags' => '

The resource tags.

', 'IpamPool$AllocationResourceTags' => '

Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.

', 'IpamResourceCidr$ResourceTags' => '

The tags for an IPAM resource.

', ], ], 'IpamResourceType' => [ 'base' => NULL, 'refs' => [ 'GetIpamResourceCidrsRequest$ResourceType' => '

The resource type.

', 'IpamDiscoveredResourceCidr$ResourceType' => '

The resource type.

', 'IpamResourceCidr$ResourceType' => '

The type of IPAM resource.

', ], ], 'IpamScope' => [ 'base' => '

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see How IPAM works in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'CreateIpamScopeResult$IpamScope' => '

Information about the created scope.

', 'DeleteIpamScopeResult$IpamScope' => '

Information about the results of the deletion.

', 'IpamScopeSet$member' => NULL, 'ModifyIpamScopeResult$IpamScope' => '

The results of the modification.

', ], ], 'IpamScopeId' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$IpamScopeId' => '

The ID of the scope in which you would like to create the IPAM pool.

', 'DeleteIpamScopeRequest$IpamScopeId' => '

The ID of the scope to delete.

', 'GetIpamAddressHistoryRequest$IpamScopeId' => '

The ID of the IPAM scope that the CIDR is in.

', 'GetIpamResourceCidrsRequest$IpamScopeId' => '

The ID of the scope that the resource is in.

', 'Ipam$PublicDefaultScopeId' => '

The ID of the IPAM\'s default public scope.

', 'Ipam$PrivateDefaultScopeId' => '

The ID of the IPAM\'s default private scope.

', 'IpamResourceCidr$IpamScopeId' => '

The scope ID for an IPAM resource.

', 'IpamScope$IpamScopeId' => '

The ID of the scope.

', 'ModifyIpamResourceCidrRequest$CurrentIpamScopeId' => '

The ID of the current scope that the resource CIDR is in.

', 'ModifyIpamResourceCidrRequest$DestinationIpamScopeId' => '

The ID of the scope you want to transfer the resource CIDR to.

', 'ModifyIpamScopeRequest$IpamScopeId' => '

The ID of the scope you want to modify.

', ], ], 'IpamScopeSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamScopesResult$IpamScopes' => '

The scopes you want information on.

', ], ], 'IpamScopeState' => [ 'base' => NULL, 'refs' => [ 'IpamScope$State' => '

The state of the IPAM scope.

', ], ], 'IpamScopeType' => [ 'base' => NULL, 'refs' => [ 'IpamPool$IpamScopeType' => '

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

', 'IpamScope$IpamScopeType' => '

The type of the scope.

', ], ], 'IpamSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamsResult$Ipams' => '

Information about the IPAMs.

', ], ], 'IpamState' => [ 'base' => NULL, 'refs' => [ 'Ipam$State' => '

The state of the IPAM.

', ], ], 'Ipv4PoolCoipId' => [ 'base' => NULL, 'refs' => [ 'CoipCidr$CoipPoolId' => '

The ID of the address pool.

', 'CoipPool$PoolId' => '

The ID of the address pool.

', 'CoipPoolIdSet$member' => NULL, 'CreateCoipCidrRequest$CoipPoolId' => '

The ID of the address pool.

', 'DeleteCoipCidrRequest$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'DeleteCoipPoolRequest$CoipPoolId' => '

The ID of the CoIP pool that you want to delete.

', 'GetCoipPoolUsageRequest$PoolId' => '

The ID of the address pool.

', ], ], 'Ipv4PoolEc2Id' => [ 'base' => NULL, 'refs' => [ 'AllocateAddressRequest$PublicIpv4Pool' => '

The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the Address parameter instead.

', 'CreatePublicIpv4PoolResult$PoolId' => '

The ID of the public IPv4 pool.

', 'DeletePublicIpv4PoolRequest$PoolId' => '

The ID of the public IPv4 pool you want to delete.

', 'DeprovisionPublicIpv4PoolCidrRequest$PoolId' => '

The ID of the pool that you want to deprovision the CIDR from.

', 'DeprovisionPublicIpv4PoolCidrResult$PoolId' => '

The ID of the pool that you deprovisioned the CIDR from.

', 'ProvisionPublicIpv4PoolCidrRequest$PoolId' => '

The ID of the public IPv4 pool you would like to use for this CIDR.

', 'ProvisionPublicIpv4PoolCidrResult$PoolId' => '

The ID of the pool that you want to provision the CIDR to.

', 'PublicIpv4PoolIdStringList$member' => NULL, ], ], 'Ipv4PrefixList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv4Prefixes' => '

The IPv4 prefixes assigned to the network interface.

You can\'t specify IPv4 prefixes if you\'ve specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.

', 'InstanceNetworkInterfaceSpecification$Ipv4Prefixes' => '

The IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4Prefixes' => '

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', ], ], 'Ipv4PrefixListResponse' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4Prefixes' => '

One or more IPv4 prefixes assigned to the network interface.

', ], ], 'Ipv4PrefixSpecification' => [ 'base' => '

Describes an IPv4 prefix.

', 'refs' => [ 'Ipv4PrefixesList$member' => NULL, ], ], 'Ipv4PrefixSpecificationRequest' => [ 'base' => '

Describes the IPv4 prefix option for a network interface.

', 'refs' => [ 'Ipv4PrefixList$member' => NULL, ], ], 'Ipv4PrefixSpecificationResponse' => [ 'base' => '

Information about the IPv4 delegated prefixes assigned to a network interface.

', 'refs' => [ 'Ipv4PrefixListResponse$member' => NULL, ], ], 'Ipv4PrefixesList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesResult$AssignedIpv4Prefixes' => '

The IPv4 prefixes that are assigned to the network interface.

', 'NetworkInterface$Ipv4Prefixes' => '

The IPv4 prefixes that are assigned to the network interface.

', ], ], 'Ipv6Address' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesIpv6Address$Ipv6Address' => '

The IPv6 address.

', ], ], 'Ipv6AddressList' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$Ipv6Addresses' => '

The IPv6 addresses to be assigned to the network interface. You can\'t use this option if you\'re specifying a number of IPv6 addresses.

', 'AssignIpv6AddressesResult$AssignedIpv6Addresses' => '

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

', 'UnassignIpv6AddressesRequest$Ipv6Addresses' => '

The IPv6 addresses to unassign from the network interface.

', 'UnassignIpv6AddressesResult$UnassignedIpv6Addresses' => '

The IPv6 addresses that have been unassigned from the network interface.

', ], ], 'Ipv6CidrAssociation' => [ 'base' => '

Describes an IPv6 CIDR block association.

', 'refs' => [ 'Ipv6CidrAssociationSet$member' => NULL, ], ], 'Ipv6CidrAssociationSet' => [ 'base' => NULL, 'refs' => [ 'GetAssociatedIpv6PoolCidrsResult$Ipv6CidrAssociations' => '

Information about the IPv6 CIDR block associations.

', ], ], 'Ipv6CidrBlock' => [ 'base' => '

Describes an IPv6 CIDR block.

', 'refs' => [ 'Ipv6CidrBlockSet$member' => NULL, ], ], 'Ipv6CidrBlockSet' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionVpcInfo$Ipv6CidrBlockSet' => '

The IPv6 CIDR block for the VPC.

', ], ], 'Ipv6Flag' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv6Supported' => '

Indicates whether IPv6 is supported.

', ], ], 'Ipv6Pool' => [ 'base' => '

Describes an IPv6 address pool.

', 'refs' => [ 'Ipv6PoolSet$member' => NULL, ], ], 'Ipv6PoolEc2Id' => [ 'base' => NULL, 'refs' => [ 'AssociateVpcCidrBlockRequest$Ipv6Pool' => '

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

', 'CreateVpcRequest$Ipv6Pool' => '

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

', 'GetAssociatedIpv6PoolCidrsRequest$PoolId' => '

The ID of the IPv6 address pool.

', 'Ipv6PoolIdList$member' => NULL, ], ], 'Ipv6PoolIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsRequest$PoolIds' => '

The IDs of the IPv6 address pools.

', ], ], 'Ipv6PoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetAssociatedIpv6PoolCidrsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'Ipv6PoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsResult$Ipv6Pools' => '

Information about the IPv6 address pools.

', ], ], 'Ipv6PrefixList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv6Prefixes' => '

The IPv6 prefixes assigned to the network interface.

You can\'t specify IPv6 prefixes if you\'ve specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.

', 'InstanceNetworkInterfaceSpecification$Ipv6Prefixes' => '

The IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Prefixes' => '

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', ], ], 'Ipv6PrefixListResponse' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Prefixes' => '

One or more IPv6 prefixes assigned to the network interface.

', ], ], 'Ipv6PrefixSpecification' => [ 'base' => '

Describes the IPv6 prefix.

', 'refs' => [ 'Ipv6PrefixesList$member' => NULL, ], ], 'Ipv6PrefixSpecificationRequest' => [ 'base' => '

Describes the IPv4 prefix option for a network interface.

', 'refs' => [ 'Ipv6PrefixList$member' => NULL, ], ], 'Ipv6PrefixSpecificationResponse' => [ 'base' => '

Information about the IPv6 delegated prefixes assigned to a network interface.

', 'refs' => [ 'Ipv6PrefixListResponse$member' => NULL, ], ], 'Ipv6PrefixesList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$Ipv6Prefixes' => '

The IPv6 prefixes that are assigned to the network interface.

', ], ], 'Ipv6Range' => [ 'base' => '

Describes an IPv6 range.

', 'refs' => [ 'Ipv6RangeList$member' => NULL, ], ], 'Ipv6RangeList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$Ipv6Ranges' => '

The IPv6 ranges.

', ], ], 'Ipv6SupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$Ipv6Support' => '

Enable or disable IPv6 support. The default is disable.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$Ipv6Support' => '

Enable or disable IPv6 support. The default is enable.

', 'TransitGatewayVpcAttachmentOptions$Ipv6Support' => '

Indicates whether IPv6 support is disabled.

', ], ], 'KernelId' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$KernelId' => '

The ID of the kernel.

', 'RequestLaunchTemplateData$KernelId' => '

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User provided kernels in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$KernelId' => '

The ID of the kernel.

', 'RunInstancesRequest$KernelId' => '

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

', 'ScheduledInstancesLaunchSpecification$KernelId' => '

The ID of the kernel.

', ], ], 'KeyFormat' => [ 'base' => NULL, 'refs' => [ 'CreateKeyPairRequest$KeyFormat' => '

The format of the key pair.

Default: pem

', ], ], 'KeyNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsRequest$KeyNames' => '

The key pair names.

Default: Describes all of your key pairs.

', ], ], 'KeyPair' => [ 'base' => '

Describes a key pair.

', 'refs' => [], ], 'KeyPairId' => [ 'base' => NULL, 'refs' => [ 'DeleteKeyPairRequest$KeyPairId' => '

The ID of the key pair.

', 'KeyPairIdStringList$member' => NULL, ], ], 'KeyPairIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsRequest$KeyPairIds' => '

The IDs of the key pairs.

', ], ], 'KeyPairInfo' => [ 'base' => '

Describes a key pair.

', 'refs' => [ 'KeyPairList$member' => NULL, ], ], 'KeyPairList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsResult$KeyPairs' => '

Information about the key pairs.

', ], ], 'KeyPairName' => [ 'base' => NULL, 'refs' => [ 'DeleteKeyPairRequest$KeyName' => '

The name of the key pair.

', 'KeyNameStringList$member' => NULL, 'RequestLaunchTemplateData$KeyName' => '

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can\'t connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

', 'RequestSpotLaunchSpecification$KeyName' => '

The name of the key pair.

', 'RunInstancesRequest$KeyName' => '

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can\'t connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

', 'ScheduledInstancesLaunchSpecification$KeyName' => '

The name of the key pair.

', 'SpotFleetLaunchSpecification$KeyName' => '

The name of the key pair.

', ], ], 'KeyType' => [ 'base' => NULL, 'refs' => [ 'CreateKeyPairRequest$KeyType' => '

The type of key pair. Note that ED25519 keys are not supported for Windows instances.

Default: rsa

', 'KeyPairInfo$KeyType' => '

The type of key pair.

', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$KmsKeyId' => '

The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you specify a KMS key, you must also set the encrypted state to true.

You can specify a KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid, the action can appear to complete, but eventually fails.

The specified KMS key must exist in the destination Region.

Amazon EBS does not support asymmetric KMS keys.

', 'CopySnapshotRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

', 'CreateVolumeRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

', 'ImportImageRequest$KmsKeyId' => '

An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the AMI is being copied to.

Amazon EBS does not support asymmetric KMS keys.

', 'ImportImageResult$KmsKeyId' => '

The identifier for the symmetric KMS key that was used to create the encrypted AMI.

', 'ImportSnapshotRequest$KmsKeyId' => '

An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the snapshot is being copied to.

Amazon EBS does not support asymmetric KMS keys.

', 'LaunchTemplateEbsBlockDevice$KmsKeyId' => '

The ARN of the Key Management Service (KMS) CMK used for encryption.

', 'LaunchTemplateEbsBlockDeviceRequest$KmsKeyId' => '

The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.

', 'ModifyEbsDefaultKmsKeyIdRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

Amazon EBS does not support asymmetric KMS keys.

', ], ], 'LastError' => [ 'base' => '

The last error that occurred for a VPC endpoint.

', 'refs' => [ 'VpcEndpoint$LastError' => '

The last error that occurred for endpoint.

', ], ], 'LaunchPermission' => [ 'base' => '

Describes a launch permission.

', 'refs' => [ 'LaunchPermissionList$member' => NULL, ], ], 'LaunchPermissionList' => [ 'base' => NULL, 'refs' => [ 'ImageAttribute$LaunchPermissions' => '

The launch permissions.

', 'LaunchPermissionModifications$Add' => '

The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

', 'LaunchPermissionModifications$Remove' => '

The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.

', ], ], 'LaunchPermissionModifications' => [ 'base' => '

Describes a launch permission modification.

', 'refs' => [ 'ModifyImageAttributeRequest$LaunchPermission' => '

A new launch permission for the AMI.

', ], ], 'LaunchSpecification' => [ 'base' => '

Describes the launch specification for an instance.

', 'refs' => [ 'SpotInstanceRequest$LaunchSpecification' => '

Additional information for launching instances.

', ], ], 'LaunchSpecsList' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$LaunchSpecifications' => '

The launch specifications for the Spot Fleet request. If you specify LaunchSpecifications, you can\'t specify LaunchTemplateConfigs. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

', ], ], 'LaunchTemplate' => [ 'base' => '

Describes a launch template.

', 'refs' => [ 'CreateLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', 'DeleteLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', 'LaunchTemplateSet$member' => NULL, 'ModifyLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', ], ], 'LaunchTemplateAndOverridesResponse' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'CreateFleetError$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'CreateFleetInstance$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'DescribeFleetError$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'DescribeFleetsInstances$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', ], ], 'LaunchTemplateAutoRecoveryState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMaintenanceOptions$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default.

', 'LaunchTemplateInstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.

', ], ], 'LaunchTemplateBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingList$member' => NULL, ], ], 'LaunchTemplateBlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$BlockDeviceMappings' => '

The block device mappings.

', ], ], 'LaunchTemplateBlockDeviceMappingRequest' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingRequestList$member' => NULL, ], ], 'LaunchTemplateBlockDeviceMappingRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$BlockDeviceMappings' => '

The block device mapping.

', ], ], 'LaunchTemplateCapacityReservationSpecificationRequest' => [ 'base' => '

Describes an instance\'s Capacity Reservation targeting option. You can specify only one option at a time. Use the CapacityReservationPreference parameter to configure the instance to run in On-Demand capacity or to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the CapacityReservationTarget parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.

', 'refs' => [ 'RequestLaunchTemplateData$CapacityReservationSpecification' => '

The Capacity Reservation targeting option. If you do not specify this parameter, the instance\'s Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

', ], ], 'LaunchTemplateCapacityReservationSpecificationResponse' => [ 'base' => '

Information about the Capacity Reservation targeting option.

', 'refs' => [ 'ResponseLaunchTemplateData$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', ], ], 'LaunchTemplateConfig' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'LaunchTemplateConfigList$member' => NULL, ], ], 'LaunchTemplateConfigList' => [ 'base' => NULL, 'refs' => [ 'ModifySpotFleetRequestRequest$LaunchTemplateConfigs' => '

The launch template and overrides. You can only use this parameter if you specified a launch template (LaunchTemplateConfigs) in your Spot Fleet request. If you specified LaunchSpecifications in your Spot Fleet request, then omit this parameter.

', 'SpotFleetRequestConfigData$LaunchTemplateConfigs' => '

The launch template and overrides. If you specify LaunchTemplateConfigs, you can\'t specify LaunchSpecifications. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

', ], ], 'LaunchTemplateCpuOptions' => [ 'base' => '

The CPU options for the instance.

', 'refs' => [ 'ResponseLaunchTemplateData$CpuOptions' => '

The CPU options for the instance. For more information, see Optimizing CPU options in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateCpuOptionsRequest' => [ 'base' => '

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

', 'refs' => [ 'RequestLaunchTemplateData$CpuOptions' => '

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateEbsBlockDevice' => [ 'base' => '

Describes a block device for an EBS volume.

', 'refs' => [ 'LaunchTemplateBlockDeviceMapping$Ebs' => '

Information about the block device for an EBS volume.

', ], ], 'LaunchTemplateEbsBlockDeviceRequest' => [ 'base' => '

The parameters for a block device for an EBS volume.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingRequest$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'LaunchTemplateElasticInferenceAccelerator' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'LaunchTemplateElasticInferenceAcceleratorList$member' => NULL, ], ], 'LaunchTemplateElasticInferenceAcceleratorCount' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateElasticInferenceAccelerator$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', ], ], 'LaunchTemplateElasticInferenceAcceleratorList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$ElasticInferenceAccelerators' => '

The elastic inference accelerator for the instance.

', ], ], 'LaunchTemplateElasticInferenceAcceleratorResponse' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'LaunchTemplateElasticInferenceAcceleratorResponseList$member' => NULL, ], ], 'LaunchTemplateElasticInferenceAcceleratorResponseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$ElasticInferenceAccelerators' => '

The elastic inference accelerator for the instance.

', ], ], 'LaunchTemplateEnclaveOptions' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'refs' => [ 'ResponseLaunchTemplateData$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', ], ], 'LaunchTemplateEnclaveOptionsRequest' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

', 'refs' => [ 'RequestLaunchTemplateData$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can\'t enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

', ], ], 'LaunchTemplateErrorCode' => [ 'base' => NULL, 'refs' => [ 'ResponseError$Code' => '

The error code.

', ], ], 'LaunchTemplateHibernationOptions' => [ 'base' => '

Indicates whether an instance is configured for hibernation.

', 'refs' => [ 'ResponseLaunchTemplateData$HibernationOptions' => '

Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateHibernationOptionsRequest' => [ 'base' => '

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.

', 'refs' => [ 'RequestLaunchTemplateData$HibernationOptions' => '

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateHttpTokensState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpTokens' => '

Indicates whether IMDSv2 is optional or required.

optional - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without a session token in your request. If you retrieve the IAM role credentials without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials using a valid session token, the IMDSv2 role credentials are returned.

required - When IMDSv2 is required, you must send a session token with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.

Default: optional

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', ], ], 'LaunchTemplateIamInstanceProfileSpecification' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'ResponseLaunchTemplateData$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'LaunchTemplateIamInstanceProfileSpecificationRequest' => [ 'base' => '

An IAM instance profile.

', 'refs' => [ 'RequestLaunchTemplateData$IamInstanceProfile' => '

The name or Amazon Resource Name (ARN) of an IAM instance profile.

', ], ], 'LaunchTemplateId' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateVersionRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DeleteLaunchTemplateRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DeleteLaunchTemplateVersionsRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DescribeLaunchTemplateVersionsRequest$LaunchTemplateId' => '

The ID of the launch template.

To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

To describe all the latest or default launch template versions in your account, you must omit this parameter.

', 'FastLaunchLaunchTemplateSpecificationRequest$LaunchTemplateId' => '

The ID of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$LaunchTemplateId' => '

The ID of the launch template for faster launching of the associated Windows AMI.

', 'FleetLaunchTemplateSpecificationRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'LaunchTemplateIdStringList$member' => NULL, 'LaunchTemplateSpecification$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'ModifyLaunchTemplateRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', ], ], 'LaunchTemplateIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$LaunchTemplateIds' => '

One or more launch template IDs.

', ], ], 'LaunchTemplateInstanceMaintenanceOptions' => [ 'base' => '

The maintenance options of your instance.

', 'refs' => [ 'ResponseLaunchTemplateData$MaintenanceOptions' => '

The maintenance options for your instance.

', ], ], 'LaunchTemplateInstanceMaintenanceOptionsRequest' => [ 'base' => '

The maintenance options of your instance.

', 'refs' => [ 'RequestLaunchTemplateData$MaintenanceOptions' => '

The maintenance options for the instance.

', ], ], 'LaunchTemplateInstanceMarketOptions' => [ 'base' => '

The market (purchasing) option for the instances.

', 'refs' => [ 'ResponseLaunchTemplateData$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

', ], ], 'LaunchTemplateInstanceMarketOptionsRequest' => [ 'base' => '

The market (purchasing) option for the instances.

', 'refs' => [ 'RequestLaunchTemplateData$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

', ], ], 'LaunchTemplateInstanceMetadataEndpointState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

', ], ], 'LaunchTemplateInstanceMetadataOptions' => [ 'base' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'ResponseLaunchTemplateData$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateInstanceMetadataOptionsRequest' => [ 'base' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'RequestLaunchTemplateData$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateInstanceMetadataOptionsState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$State' => '

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

', ], ], 'LaunchTemplateInstanceMetadataProtocolIpv6' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

Default: disabled

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

Default: disabled

', ], ], 'LaunchTemplateInstanceMetadataTagsState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', 'LaunchTemplateInstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecification' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationList$member' => NULL, ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$NetworkInterfaces' => '

The network interfaces.

', ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest' => [ 'base' => '

The parameters for a network interface.

', 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList$member' => NULL, ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$NetworkInterfaces' => '

One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

', ], ], 'LaunchTemplateLicenseConfiguration' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LaunchTemplateLicenseList$member' => NULL, ], ], 'LaunchTemplateLicenseConfigurationRequest' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LaunchTemplateLicenseSpecificationListRequest$member' => NULL, ], ], 'LaunchTemplateLicenseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$LicenseSpecifications' => '

The license configurations.

', ], ], 'LaunchTemplateLicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$LicenseSpecifications' => '

The license configurations.

', ], ], 'LaunchTemplateName' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateRequest$LaunchTemplateName' => '

A name for the launch template.

', 'CreateLaunchTemplateVersionRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DeleteLaunchTemplateRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DeleteLaunchTemplateVersionsRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DescribeLaunchTemplateVersionsRequest$LaunchTemplateName' => '

The name of the launch template.

To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

To describe all the latest or default launch template versions in your account, you must omit this parameter.

', 'FleetLaunchTemplateSpecification$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'FleetLaunchTemplateSpecificationRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'LaunchTemplate$LaunchTemplateName' => '

The name of the launch template.

', 'LaunchTemplateNameStringList$member' => NULL, 'LaunchTemplateVersion$LaunchTemplateName' => '

The name of the launch template.

', 'ModifyLaunchTemplateRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', ], ], 'LaunchTemplateNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$LaunchTemplateNames' => '

One or more launch template names.

', ], ], 'LaunchTemplateOverrides' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'LaunchTemplateOverridesList$member' => NULL, ], ], 'LaunchTemplateOverridesList' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateConfig$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'LaunchTemplatePlacement' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'ResponseLaunchTemplateData$Placement' => '

The placement of the instance.

', ], ], 'LaunchTemplatePlacementRequest' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'RequestLaunchTemplateData$Placement' => '

The placement for the instance.

', ], ], 'LaunchTemplatePrivateDnsNameOptions' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'ResponseLaunchTemplateData$PrivateDnsNameOptions' => '

The options for the instance hostname.

', ], ], 'LaunchTemplatePrivateDnsNameOptionsRequest' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'RequestLaunchTemplateData$PrivateDnsNameOptions' => '

The options for the instance hostname. The default values are inherited from the subnet.

', ], ], 'LaunchTemplateSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesResult$LaunchTemplates' => '

Information about the launch templates.

', ], ], 'LaunchTemplateSpecification' => [ 'base' => '

The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.

', 'refs' => [ 'RunInstancesRequest$LaunchTemplate' => '

The launch template to use to launch the instances. Any parameters that you specify in RunInstances override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.

', ], ], 'LaunchTemplateSpotMarketOptions' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'LaunchTemplateInstanceMarketOptions$SpotOptions' => '

The options for Spot Instances.

', ], ], 'LaunchTemplateSpotMarketOptionsRequest' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'LaunchTemplateInstanceMarketOptionsRequest$SpotOptions' => '

The options for Spot Instances.

', ], ], 'LaunchTemplateTagSpecification' => [ 'base' => '

The tags specification for the launch template.

', 'refs' => [ 'LaunchTemplateTagSpecificationList$member' => NULL, ], ], 'LaunchTemplateTagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$TagSpecifications' => '

The tags that are applied to the resources that are created during instance launch.

', ], ], 'LaunchTemplateTagSpecificationRequest' => [ 'base' => '

The tags specification for the resources that are created during instance launch.

', 'refs' => [ 'LaunchTemplateTagSpecificationRequestList$member' => NULL, ], ], 'LaunchTemplateTagSpecificationRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$TagSpecifications' => '

The tags to apply to the resources that are created during instance launch.

You can specify tags for the following resources only:

To tag a resource after it has been created, see CreateTags.

To tag the launch template itself, you must use the TagSpecification parameter.

', ], ], 'LaunchTemplateVersion' => [ 'base' => '

Describes a launch template version.

', 'refs' => [ 'CreateLaunchTemplateVersionResult$LaunchTemplateVersion' => '

Information about the launch template version.

', 'LaunchTemplateVersionSet$member' => NULL, ], ], 'LaunchTemplateVersionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplateVersionsResult$LaunchTemplateVersions' => '

Information about the launch template versions.

', ], ], 'LaunchTemplatesMonitoring' => [ 'base' => '

Describes the monitoring for the instance.

', 'refs' => [ 'ResponseLaunchTemplateData$Monitoring' => '

The monitoring for the instance.

', ], ], 'LaunchTemplatesMonitoringRequest' => [ 'base' => '

Describes the monitoring for the instance.

', 'refs' => [ 'RequestLaunchTemplateData$Monitoring' => '

The monitoring for the instance.

', ], ], 'LicenseConfiguration' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LicenseList$member' => NULL, ], ], 'LicenseConfigurationRequest' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LicenseSpecificationListRequest$member' => NULL, ], ], 'LicenseList' => [ 'base' => NULL, 'refs' => [ 'Instance$Licenses' => '

The license configurations for the instance.

', ], ], 'LicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$LicenseSpecifications' => '

The license configurations.

', ], ], 'ListImagesInRecycleBinMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListImagesInRecycleBinRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'ListImagesInRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesInRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsInRecycleBinMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListSnapshotsInRecycleBinRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'ListSnapshotsInRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsInRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'ListingState' => [ 'base' => NULL, 'refs' => [ 'InstanceCount$State' => '

The states of the listed Reserved Instances.

', ], ], 'ListingStatus' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$Status' => '

The status of the Reserved Instance listing.

', ], ], 'LoadBalancerArn' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointLoadBalancerOptions$LoadBalancerArn' => '

The ARN of the load balancer.

', ], ], 'LoadBalancersConfig' => [ 'base' => '

Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.

', 'refs' => [ 'SpotFleetRequestConfigData$LoadBalancersConfig' => '

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.

', ], ], 'LoadPermission' => [ 'base' => '

Describes a load permission.

', 'refs' => [ 'LoadPermissionList$member' => NULL, ], ], 'LoadPermissionList' => [ 'base' => NULL, 'refs' => [ 'FpgaImageAttribute$LoadPermissions' => '

The load permissions.

', ], ], 'LoadPermissionListRequest' => [ 'base' => NULL, 'refs' => [ 'LoadPermissionModifications$Add' => '

The load permissions to add.

', 'LoadPermissionModifications$Remove' => '

The load permissions to remove.

', ], ], 'LoadPermissionModifications' => [ 'base' => '

Describes modifications to the load permissions of an Amazon FPGA image (AFI).

', 'refs' => [ 'ModifyFpgaImageAttributeRequest$LoadPermission' => '

The load permission for the AFI.

', ], ], 'LoadPermissionRequest' => [ 'base' => '

Describes a load permission.

', 'refs' => [ 'LoadPermissionListRequest$member' => NULL, ], ], 'LocalGateway' => [ 'base' => '

Describes a local gateway.

', 'refs' => [ 'LocalGatewaySet$member' => NULL, ], ], 'LocalGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteTableRequest$LocalGatewayId' => '

The ID of the local gateway.

', 'CreateRouteRequest$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGateway$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayIdSet$member' => NULL, 'LocalGatewayRouteTable$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'ReplaceRouteRequest$LocalGatewayId' => '

The ID of the local gateway.

', ], ], 'LocalGatewayIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewaysRequest$LocalGatewayIds' => '

The IDs of the local gateways.

', ], ], 'LocalGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayRouteTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayVirtualInterfacesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'LocalGatewayRoute' => [ 'base' => '

Describes a route for a local gateway route table.

', 'refs' => [ 'CreateLocalGatewayRouteResult$Route' => '

Information about the route.

', 'DeleteLocalGatewayRouteResult$Route' => '

Information about the route.

', 'LocalGatewayRouteList$member' => NULL, 'ModifyLocalGatewayRouteResult$Route' => '

Information about the local gateway route table.

', ], ], 'LocalGatewayRouteList' => [ 'base' => NULL, 'refs' => [ 'SearchLocalGatewayRoutesResult$Routes' => '

Information about the routes.

', ], ], 'LocalGatewayRouteState' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$State' => '

The state of the route.

', ], ], 'LocalGatewayRouteTable' => [ 'base' => '

Describes a local gateway route table.

', 'refs' => [ 'CreateLocalGatewayRouteTableResult$LocalGatewayRouteTable' => '

Information about the local gateway route table.

', 'DeleteLocalGatewayRouteTableResult$LocalGatewayRouteTable' => '

Information about the local gateway route table.

', 'LocalGatewayRouteTableSet$member' => NULL, ], ], 'LocalGatewayRouteTableIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTablesRequest$LocalGatewayRouteTableIds' => '

The IDs of the local gateway route tables.

', ], ], 'LocalGatewayRouteTableMode' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteTableRequest$Mode' => '

The mode of the local gateway route table.

', 'LocalGatewayRouteTable$Mode' => '

The mode of the local gateway route table.

', ], ], 'LocalGatewayRouteTableSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTablesResult$LocalGatewayRouteTables' => '

Information about the local gateway route tables.

', ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => [ 'base' => '

Describes an association between a local gateway route table and a virtual interface group.

', 'refs' => [ 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Information about the local gateway route table virtual interface group association.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Information about the association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet$member' => NULL, ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => [ 'base' => NULL, 'refs' => [ 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => '

The ID of the local gateway route table virtual interface group association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet$member' => NULL, ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds' => '

The IDs of the associations.

', ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociations' => '

Information about the associations.

', ], ], 'LocalGatewayRouteTableVpcAssociation' => [ 'base' => '

Describes an association between a local gateway route table and a VPC.

', 'refs' => [ 'CreateLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation' => '

Information about the association.

', 'DeleteLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation' => '

Information about the association.

', 'LocalGatewayRouteTableVpcAssociationSet$member' => NULL, ], ], 'LocalGatewayRouteTableVpcAssociationId' => [ 'base' => NULL, 'refs' => [ 'DeleteLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableVpcAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableVpcAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVpcAssociationIdSet$member' => NULL, ], ], 'LocalGatewayRouteTableVpcAssociationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$LocalGatewayRouteTableVpcAssociationIds' => '

The IDs of the associations.

', ], ], 'LocalGatewayRouteTableVpcAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVpcAssociationsResult$LocalGatewayRouteTableVpcAssociations' => '

Information about the associations.

', ], ], 'LocalGatewayRouteType' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$Type' => '

The route type.

', ], ], 'LocalGatewayRoutetableId' => [ 'base' => NULL, 'refs' => [ 'CoipPool$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateCoipPoolRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'DeleteLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'DeleteLocalGatewayRouteTableRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRoute$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTableIdSet$member' => NULL, 'ModifyLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'SearchLocalGatewayRoutesRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', ], ], 'LocalGatewaySet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewaysResult$LocalGateways' => '

Information about the local gateways.

', ], ], 'LocalGatewayVirtualInterface' => [ 'base' => '

Describes a local gateway virtual interface.

', 'refs' => [ 'LocalGatewayVirtualInterfaceSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceGroup' => [ 'base' => '

Describes a local gateway virtual interface group.

', 'refs' => [ 'LocalGatewayVirtualInterfaceGroupSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the local gateway route table virtual interface group association.

', 'LocalGatewayRoute$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayVirtualInterfaceGroupIdSet$member' => NULL, 'ModifyLocalGatewayRouteRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', ], ], 'LocalGatewayVirtualInterfaceGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$LocalGatewayVirtualInterfaceGroupIds' => '

The IDs of the virtual interface groups.

', ], ], 'LocalGatewayVirtualInterfaceGroupSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfaceGroupsResult$LocalGatewayVirtualInterfaceGroups' => '

The virtual interface groups.

', ], ], 'LocalGatewayVirtualInterfaceId' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayVirtualInterface$LocalGatewayVirtualInterfaceId' => '

The ID of the virtual interface.

', 'LocalGatewayVirtualInterfaceIdSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfacesRequest$LocalGatewayVirtualInterfaceIds' => '

The IDs of the virtual interfaces.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceIds' => '

The IDs of the virtual interfaces.

', ], ], 'LocalGatewayVirtualInterfaceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfacesResult$LocalGatewayVirtualInterfaces' => '

Information about the virtual interfaces.

', ], ], 'LocalStorage' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$LocalStorage' => '

Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, Amazon EC2 instance store in the Amazon EC2 User Guide.

Default: included

', 'InstanceRequirementsRequest$LocalStorage' => '

Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, Amazon EC2 instance store in the Amazon EC2 User Guide.

Default: included

', ], ], 'LocalStorageType' => [ 'base' => NULL, 'refs' => [ 'LocalStorageTypeSet$member' => NULL, ], ], 'LocalStorageTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$LocalStorageTypes' => '

The type of local storage that is required.

Default: hdd and ssd

', 'InstanceRequirementsRequest$LocalStorageTypes' => '

The type of local storage that is required.

Default: hdd and ssd

', ], ], 'Location' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeOffering$Location' => '

The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

', ], ], 'LocationType' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsRequest$LocationType' => '

The location type.

', 'InstanceTypeOffering$LocationType' => '

The location type.

', ], ], 'LogDestinationType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$LogDestinationType' => '

The type of destination for the flow log data.

Default: cloud-watch-logs

', 'FlowLog$LogDestinationType' => '

The type of destination for the flow log data.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'CreateVpnGatewayRequest$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you\'re using a 16-bit ASN, it must be in the 64512 to 65534 range. If you\'re using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

', 'DeleteLaunchTemplateVersionsResponseErrorItem$VersionNumber' => '

The version number of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$VersionNumber' => '

The version number of the launch template.

', 'DescribeReservedInstancesOfferingsRequest$MaxDuration' => '

The maximum duration (in seconds) to filter when searching for offerings.

Default: 94608000 (3 years)

', 'DescribeReservedInstancesOfferingsRequest$MinDuration' => '

The minimum duration (in seconds) to filter when searching for offerings.

Default: 2592000 (1 month)

', 'DiskImageDescription$Size' => '

The size of the disk image, in GiB.

', 'DiskImageDetail$Bytes' => '

The size of the disk image, in GiB.

', 'DiskImageVolumeDescription$Size' => '

The size of the volume, in GiB.

', 'GetManagedPrefixListEntriesRequest$TargetVersion' => '

The version of the prefix list for which to return the entries. The default is the current version.

', 'ImportInstanceVolumeDetailItem$BytesConverted' => '

The number of bytes converted so far.

', 'ImportVolumeTaskDetails$BytesConverted' => '

The number of bytes converted so far.

', 'LaunchTemplate$DefaultVersionNumber' => '

The version number of the default version of the launch template.

', 'LaunchTemplate$LatestVersionNumber' => '

The version number of the latest version of the launch template.

', 'LaunchTemplateVersion$VersionNumber' => '

The version number.

', 'ManagedPrefixList$Version' => '

The version of the prefix list.

', 'ModifyManagedPrefixListRequest$CurrentVersion' => '

The current version of the prefix list.

', 'ModifyTransitGatewayOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.

', 'PriceSchedule$Term' => '

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

', 'PriceScheduleSpecification$Term' => '

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

', 'ReservedInstances$Duration' => '

The duration of the Reserved Instance, in seconds.

', 'ReservedInstancesOffering$Duration' => '

The duration of the Reserved Instance, in seconds.

', 'RestoreManagedPrefixListVersionRequest$PreviousVersion' => '

The version to restore.

', 'RestoreManagedPrefixListVersionRequest$CurrentVersion' => '

The current version number for the prefix list.

', 'TransitGatewayAttachmentBgpConfiguration$TransitGatewayAsn' => '

The transit gateway Autonomous System Number (ASN).

', 'TransitGatewayAttachmentBgpConfiguration$PeerAsn' => '

The peer Autonomous System Number (ASN).

', 'TransitGatewayConnectRequestBgpOptions$PeerAsn' => '

The peer Autonomous System Number (ASN).

', 'TransitGatewayOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

', 'TransitGatewayRequestOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is 64512.

', 'VolumeDetail$Size' => '

The size of the volume, in GiB.

', 'VolumeModification$Progress' => '

The modification progress, from 0 to 100 percent complete.

', 'VpnGateway$AmazonSideAsn' => '

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

', ], ], 'MaintenanceDetails' => [ 'base' => '

Details for Site-to-Site VPN tunnel endpoint maintenance events.

', 'refs' => [ 'GetVpnTunnelReplacementStatusResult$MaintenanceDetails' => '

Get details of pending tunnel endpoint maintenance.

', ], ], 'ManagedPrefixList' => [ 'base' => '

Describes a managed prefix list.

', 'refs' => [ 'CreateManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'DeleteManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'ManagedPrefixListSet$member' => NULL, 'ModifyManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'RestoreManagedPrefixListVersionResult$PrefixList' => '

Information about the prefix list.

', ], ], 'ManagedPrefixListSet' => [ 'base' => NULL, 'refs' => [ 'DescribeManagedPrefixListsResult$PrefixLists' => '

Information about the prefix lists.

', ], ], 'MarketType' => [ 'base' => NULL, 'refs' => [ 'InstanceMarketOptionsRequest$MarketType' => '

The market type.

', 'LaunchTemplateInstanceMarketOptions$MarketType' => '

The market type.

', 'LaunchTemplateInstanceMarketOptionsRequest$MarketType' => '

The market type.

', ], ], 'MaxIpv4AddrPerInterface' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv4AddressesPerInterface' => '

The maximum number of IPv4 addresses per network interface.

', ], ], 'MaxIpv6AddrPerInterface' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv6AddressesPerInterface' => '

The maximum number of IPv6 addresses per network interface.

', ], ], 'MaxNetworkInterfaces' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$MaximumNetworkInterfaces' => '

The maximum number of network interfaces for the network card.

', 'NetworkInfo$MaximumNetworkInterfaces' => '

The maximum number of network interfaces for the instance type.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'SearchLocalGatewayRoutesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'MaxResultsParam' => [ 'base' => NULL, 'refs' => [ 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'MaximumBandwidthInMbps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumBandwidthInMbps' => '

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

', ], ], 'MaximumEfaInterfaces' => [ 'base' => NULL, 'refs' => [ 'EfaInfo$MaximumEfaInterfaces' => '

The maximum number of Elastic Fabric Adapters for the instance type.

', ], ], 'MaximumIops' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumIops' => '

The maximum input/output storage operations per second for an EBS-optimized instance type.

', ], ], 'MaximumNetworkCards' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$MaximumNetworkCards' => '

The maximum number of physical network cards that can be allocated to the instance.

', ], ], 'MaximumThroughputInMBps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumThroughputInMBps' => '

The maximum throughput performance for an EBS-optimized instance type, in MB/s.

', ], ], 'MembershipType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastGroup$MemberType' => '

The member type (for example, static).

', 'TransitGatewayMulticastGroup$SourceType' => '

The source type.

', ], ], 'MemoryGiBPerVCpu' => [ 'base' => '

The minimum and maximum amount of memory per vCPU, in GiB.

', 'refs' => [ 'InstanceRequirements$MemoryGiBPerVCpu' => '

The minimum and maximum amount of memory per vCPU, in GiB.

Default: No minimum or maximum limits

', ], ], 'MemoryGiBPerVCpuRequest' => [ 'base' => '

The minimum and maximum amount of memory per vCPU, in GiB.

', 'refs' => [ 'InstanceRequirementsRequest$MemoryGiBPerVCpu' => '

The minimum and maximum amount of memory per vCPU, in GiB.

Default: No minimum or maximum limits

', ], ], 'MemoryInfo' => [ 'base' => '

Describes the memory for the instance type.

', 'refs' => [ 'InstanceTypeInfo$MemoryInfo' => '

Describes the memory for the instance type.

', ], ], 'MemoryMiB' => [ 'base' => '

The minimum and maximum amount of memory, in MiB.

', 'refs' => [ 'InstanceRequirements$MemoryMiB' => '

The minimum and maximum amount of memory, in MiB.

', ], ], 'MemoryMiBRequest' => [ 'base' => '

The minimum and maximum amount of memory, in MiB.

', 'refs' => [ 'InstanceRequirementsRequest$MemoryMiB' => '

The minimum and maximum amount of memory, in MiB.

', ], ], 'MemorySize' => [ 'base' => NULL, 'refs' => [ 'MemoryInfo$SizeInMiB' => '

The size of the memory, in MiB.

', ], ], 'MetricPoint' => [ 'base' => '

Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the startDate to the endDate. Currently only five_minutes is supported.

', 'refs' => [ 'MetricPoints$member' => NULL, ], ], 'MetricPoints' => [ 'base' => NULL, 'refs' => [ 'DataResponse$MetricPoints' => '

A list of MetricPoint objects.

', ], ], 'MetricType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Metric' => '

The metric, aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.

', 'DataResponse$Metric' => '

The metric used for the network performance request. Only aggregate-latency is supported, which shows network latency during a specified period.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Metric' => '

The metric used for the disabled subscription.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Metric' => '

The metric used for the enabled subscription.

', 'Subscription$Metric' => '

The metric used for the subscription.

', ], ], 'MillisecondDateTime' => [ 'base' => NULL, 'refs' => [ 'AddressTransfer$TransferOfferExpirationTimestamp' => '

The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.

', 'AddressTransfer$TransferOfferAcceptedTimestamp' => '

The timestamp when the Elastic IP address transfer was accepted.

', 'AthenaIntegration$PartitionStartDate' => '

The start date for the partition.

', 'AthenaIntegration$PartitionEndDate' => '

The end date for the partition.

', 'CapacityReservation$StartDate' => '

The date and time at which the Capacity Reservation was started.

', 'CapacityReservationFleet$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires.

', 'CapacityReservationFleet$CreateTime' => '

The date and time at which the Capacity Reservation Fleet was created.

', 'CreateCapacityReservationFleetRequest$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

', 'CreateCapacityReservationFleetResult$CreateTime' => '

The date and time at which the Capacity Reservation Fleet was created.

', 'CreateCapacityReservationFleetResult$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires.

', 'DescribeFastLaunchImagesSuccessItem$StateTransitionTime' => '

The time that faster launching for the Windows AMI changed to the current state.

', 'DescribeFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'DescribeFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'DescribeFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'DescribeFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'DescribeFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$AnalysisStartTimeBegin' => '

Filters the results based on the start time. The analysis must have started on or after this time.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$AnalysisStartTimeEnd' => '

Filters the results based on the start time. The analysis must have started on or before this time.

', 'DescribeNetworkInsightsAnalysesRequest$AnalysisStartTime' => '

The time when the network insights analyses started.

', 'DescribeNetworkInsightsAnalysesRequest$AnalysisEndTime' => '

The time when the network insights analyses ended.

', 'DisableFastLaunchResult$StateTransitionTime' => '

The time that the state changed for faster launching for the Windows AMI.

', 'DisableFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'DisableFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'DisableFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'DisableFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'DisableFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'Ec2InstanceConnectEndpoint$CreatedAt' => '

The date and time that the EC2 Instance Connect Endpoint was created.

', 'EnableFastLaunchResult$StateTransitionTime' => '

The time that the state changed for faster launching for the Windows AMI.

', 'EnableFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'EnableFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'EnableFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'EnableFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'EnableFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'EnableImageDeprecationRequest$DeprecateAt' => '

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

You can’t specify a date in the past. The upper limit for DeprecateAt is 10 years from now, except for public AMIs, where the upper limit is 2 years from the creation date.

', 'FleetCapacityReservation$CreateDate' => '

The date and time at which the Capacity Reservation was created.

', 'FlowLog$CreationTime' => '

The date and time the flow log was created.

', 'GetAwsNetworkPerformanceDataRequest$StartTime' => '

The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

', 'GetAwsNetworkPerformanceDataRequest$EndTime' => '

The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

', 'GetIpamAddressHistoryRequest$StartTime' => '

The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.

', 'GetIpamAddressHistoryRequest$EndTime' => '

The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.

', 'ImageRecycleBinInfo$RecycleBinEnterTime' => '

The date and time when the AMI entered the Recycle Bin.

', 'ImageRecycleBinInfo$RecycleBinExitTime' => '

The date and time when the AMI is to be permanently deleted from the Recycle Bin.

', 'Instance$UsageOperationUpdateTime' => '

The time that the usage operation was last updated.

', 'IpamAddressHistoryRecord$SampledStartTime' => '

Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.

', 'IpamAddressHistoryRecord$SampledEndTime' => '

Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.

', 'IpamDiscoveredAccount$LastAttemptedDiscoveryTime' => '

The last attempted resource discovery time.

', 'IpamDiscoveredAccount$LastSuccessfulDiscoveryTime' => '

The last successful resource discovery time.

', 'IpamDiscoveredResourceCidr$SampleTime' => '

The last successful resource discovery time.

', 'KeyPairInfo$CreateTime' => '

If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time zone.

If you imported an existing key pair to Amazon EC2, this is the date and time the key was imported, in ISO 8601 date-time format, in the UTC time zone.

', 'MaintenanceDetails$MaintenanceAutoAppliedAfter' => '

The timestamp after which Amazon Web Services will automatically apply maintenance.

', 'MaintenanceDetails$LastMaintenanceApplied' => '

Timestamp of last applied maintenance.

', 'MetricPoint$StartDate' => '

The start date for the metric point. The starting date for the metric point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

', 'MetricPoint$EndDate' => '

The end date for the metric point. The ending time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

', 'ModifyCapacityReservationFleetRequest$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

You can\'t specify EndDate and RemoveEndDate in the same request.

', 'ModifySnapshotTierResult$TieringStartTime' => '

The date and time when the archive process was started.

', 'NetworkInsightsAccessScope$CreatedDate' => '

The creation date.

', 'NetworkInsightsAccessScope$UpdatedDate' => '

The last updated date.

', 'NetworkInsightsAccessScopeAnalysis$StartDate' => '

The analysis start date.

', 'NetworkInsightsAccessScopeAnalysis$EndDate' => '

The analysis end date.

', 'NetworkInsightsAnalysis$StartDate' => '

The time the analysis started.

', 'NetworkInsightsPath$CreatedDate' => '

The time stamp when the path was created.

', 'RestoreSnapshotFromRecycleBinResult$StartTime' => '

The time stamp when the snapshot was initiated.

', 'RestoreSnapshotTierResult$RestoreStartTime' => '

The date and time when the snapshot restore process started.

', 'Snapshot$RestoreExpiryTime' => '

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

', 'SnapshotInfo$StartTime' => '

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

', 'SnapshotRecycleBinInfo$RecycleBinEnterTime' => '

The date and time when the snaphsot entered the Recycle Bin.

', 'SnapshotRecycleBinInfo$RecycleBinExitTime' => '

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

', 'SnapshotTierStatus$LastTieringStartTime' => '

The date and time when the last archive or restore process was started.

', 'SnapshotTierStatus$ArchivalCompleteTime' => '

The date and time when the last archive process was completed.

', 'SnapshotTierStatus$RestoreExpiryTime' => '

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

', 'SpotFleetRequestConfig$CreateTime' => '

The creation date and time of the request.

', 'StoreImageTaskResult$TaskStartTime' => '

The time the task started.

', 'VolumeStatusEvent$NotAfter' => '

The latest end time of the event.

', 'VolumeStatusEvent$NotBefore' => '

The earliest start time of the event.

', 'VpcEndpoint$CreationTimestamp' => '

The date and time that the endpoint was created.

', 'VpcEndpointConnection$CreationTimestamp' => '

The date and time that the VPC endpoint was created.

', ], ], 'ModifyAddressAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAddressAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneOptInStatus' => [ 'base' => NULL, 'refs' => [ 'ModifyAvailabilityZoneGroupRequest$OptInStatus' => '

Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

', ], ], 'ModifyCapacityReservationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyDefaultCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyDefaultCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIdentityIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyImageAttributeRequest' => [ 'base' => '

Contains the parameters for ModifyImageAttribute.

', 'refs' => [], ], 'ModifyInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCapacityReservationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCapacityReservationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventStartTimeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventStartTimeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMaintenanceOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMaintenanceOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMetadataOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMetadataOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstancePlacementRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstancePlacementResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for ModifyNetworkInterfaceAttribute.

', 'refs' => [], ], 'ModifyPrivateDnsNameOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyPrivateDnsNameOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyReservedInstancesRequest' => [ 'base' => '

Contains the parameters for ModifyReservedInstances.

', 'refs' => [], ], 'ModifyReservedInstancesResult' => [ 'base' => '

Contains the output of ModifyReservedInstances.

', 'refs' => [], ], 'ModifySecurityGroupRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySecurityGroupRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotTierRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotTierResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifySpotFleetRequestRequest' => [ 'base' => '

Contains the parameters for ModifySpotFleetRequest.

', 'refs' => [], ], 'ModifySpotFleetRequestResponse' => [ 'base' => '

Contains the output of ModifySpotFleetRequest.

', 'refs' => [], ], 'ModifySubnetAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterNetworkServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterNetworkServicesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayOptions' => [ 'base' => '

The transit gateway options.

', 'refs' => [ 'ModifyTransitGatewayRequest$Options' => '

The options to modify.

', ], ], 'ModifyTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayVpcAttachmentRequestOptions' => [ 'base' => '

Describes the options for a VPC attachment.

', 'refs' => [ 'ModifyTransitGatewayVpcAttachmentRequest$Options' => '

The new VPC attachment options.

', ], ], 'ModifyTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointEniOptions' => [ 'base' => '

Describes the options when modifying a Verified Access endpoint with the network-interface type.

', 'refs' => [ 'ModifyVerifiedAccessEndpointRequest$NetworkInterfaceOptions' => '

The network interface options.

', ], ], 'ModifyVerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'ModifyVerifiedAccessEndpointRequest$LoadBalancerOptions' => '

The load balancer details if creating the Verified Access endpoint as load-balancertype.

', ], ], 'ModifyVerifiedAccessEndpointPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'ModifyVerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'ModifyVerifiedAccessGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceLoggingConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessTrustProviderOidcOptions' => [ 'base' => '

Options for an OpenID Connect-compatible user-identity trust provider.

', 'refs' => [ 'ModifyVerifiedAccessTrustProviderRequest$OidcOptions' => '

The options for an OpenID Connect-compatible user-identity trust provider.

', ], ], 'ModifyVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointConnectionNotificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointConnectionNotificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServiceConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServiceConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePayerResponsibilityRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePayerResponsibilityResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcPeeringConnectionOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcPeeringConnectionOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcTenancyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcTenancyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsSpecification' => [ 'base' => '

The Amazon Web Services Site-to-Site VPN tunnel options to modify.

', 'refs' => [ 'ModifyVpnTunnelOptionsRequest$TunnelOptions' => '

The tunnel options to modify.

', ], ], 'MonitorInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'MonitorInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'Monitoring' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'Instance$Monitoring' => '

The monitoring for the instance.

', 'InstanceMonitoring$Monitoring' => '

The monitoring for the instance.

', ], ], 'MonitoringState' => [ 'base' => NULL, 'refs' => [ 'Monitoring$State' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', ], ], 'MoveAddressToVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'MoveAddressToVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'MoveByoipCidrToIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'MoveByoipCidrToIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'MoveStatus' => [ 'base' => NULL, 'refs' => [ 'MovingAddressStatus$MoveStatus' => '

The status of the Elastic IP address that\'s being moved or restored.

', ], ], 'MovingAddressStatus' => [ 'base' => '

This action is deprecated.

Describes the status of a moving Elastic IP address.

', 'refs' => [ 'MovingAddressStatusSet$member' => NULL, ], ], 'MovingAddressStatusSet' => [ 'base' => NULL, 'refs' => [ 'DescribeMovingAddressesResult$MovingAddressStatuses' => '

The status for each Elastic IP address.

', ], ], 'MulticastSupportValue' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayOptions$MulticastSupport' => '

Indicates whether multicast is enabled on the transit gateway

', 'TransitGatewayRequestOptions$MulticastSupport' => '

Indicates whether multicast is enabled on the transit gateway

', ], ], 'NatGateway' => [ 'base' => '

Describes a NAT gateway.

', 'refs' => [ 'CreateNatGatewayResult$NatGateway' => '

Information about the NAT gateway.

', 'NatGatewayList$member' => NULL, ], ], 'NatGatewayAddress' => [ 'base' => '

Describes the IP addresses and network interface associated with a NAT gateway.

', 'refs' => [ 'NatGatewayAddressList$member' => NULL, ], ], 'NatGatewayAddressList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressResult$NatGatewayAddresses' => '

NAT gateway IP addresses.

', 'AssociateNatGatewayAddressResult$NatGatewayAddresses' => '

The IP addresses.

', 'DisassociateNatGatewayAddressResult$NatGatewayAddresses' => '

Information about the NAT gateway IP addresses.

', 'NatGateway$NatGatewayAddresses' => '

Information about the IP addresses and network interface associated with the NAT gateway.

', 'UnassignPrivateNatGatewayAddressResult$NatGatewayAddresses' => '

Information about the NAT gateway IP addresses.

', ], ], 'NatGatewayAddressStatus' => [ 'base' => NULL, 'refs' => [ 'NatGatewayAddress$Status' => '

The address status.

', ], ], 'NatGatewayId' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssignPrivateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssociateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssociateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'CreateRouteRequest$NatGatewayId' => '

[IPv4 traffic only] The ID of a NAT gateway.

', 'DeleteNatGatewayRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'DisassociateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'DisassociateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'NatGatewayIdStringList$member' => NULL, 'ReplaceRouteRequest$NatGatewayId' => '

[IPv4 traffic only] The ID of a NAT gateway.

', 'UnassignPrivateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'UnassignPrivateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', ], ], 'NatGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysRequest$NatGatewayIds' => '

The IDs of the NAT gateways.

', ], ], 'NatGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysResult$NatGateways' => '

Information about the NAT gateways.

', ], ], 'NatGatewayState' => [ 'base' => NULL, 'refs' => [ 'NatGateway$State' => '

The state of the NAT gateway.

', ], ], 'NetmaskLength' => [ 'base' => NULL, 'refs' => [ 'AssociateVpcCidrBlockRequest$Ipv4NetmaskLength' => '

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'AssociateVpcCidrBlockRequest$Ipv6NetmaskLength' => '

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv4NetmaskLength' => '

The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv6NetmaskLength' => '

The netmask length of the IPv6 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', ], ], 'NetworkAcl' => [ 'base' => '

Describes a network ACL.

', 'refs' => [ 'CreateNetworkAclResult$NetworkAcl' => '

Information about the network ACL.

', 'NetworkAclList$member' => NULL, ], ], 'NetworkAclAssociation' => [ 'base' => '

Describes an association between a network ACL and a subnet.

', 'refs' => [ 'NetworkAclAssociationList$member' => NULL, ], ], 'NetworkAclAssociationId' => [ 'base' => NULL, 'refs' => [ 'ReplaceNetworkAclAssociationRequest$AssociationId' => '

The ID of the current association between the original network ACL and the subnet.

', ], ], 'NetworkAclAssociationList' => [ 'base' => NULL, 'refs' => [ 'NetworkAcl$Associations' => '

Any associations between the network ACL and one or more subnets

', ], ], 'NetworkAclEntry' => [ 'base' => '

Describes an entry in a network ACL.

', 'refs' => [ 'NetworkAclEntryList$member' => NULL, ], ], 'NetworkAclEntryList' => [ 'base' => NULL, 'refs' => [ 'NetworkAcl$Entries' => '

The entries (rules) in the network ACL.

', ], ], 'NetworkAclId' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkAclEntryRequest$NetworkAclId' => '

The ID of the network ACL.

', 'DeleteNetworkAclEntryRequest$NetworkAclId' => '

The ID of the network ACL.

', 'DeleteNetworkAclRequest$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAclIdStringList$member' => NULL, 'ReplaceNetworkAclAssociationRequest$NetworkAclId' => '

The ID of the new network ACL to associate with the subnet.

', 'ReplaceNetworkAclEntryRequest$NetworkAclId' => '

The ID of the ACL.

', ], ], 'NetworkAclIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsRequest$NetworkAclIds' => '

The IDs of the network ACLs.

Default: Describes all your network ACLs.

', ], ], 'NetworkAclList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsResult$NetworkAcls' => '

Information about one or more network ACLs.

', ], ], 'NetworkBandwidthGbps' => [ 'base' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirements$NetworkBandwidthGbps' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Default: No minimum or maximum limits

', ], ], 'NetworkBandwidthGbpsRequest' => [ 'base' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirementsRequest$NetworkBandwidthGbps' => '

The minimum and maximum amount of baseline network bandwidth, in gigabits per second (Gbps). For more information, see Amazon EC2 instance network bandwidth in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'NetworkCardIndex' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$NetworkCardIndex' => '

The index of the network card.

', ], ], 'NetworkCardInfo' => [ 'base' => '

Describes the network card support of the instance type.

', 'refs' => [ 'NetworkCardInfoList$member' => NULL, ], ], 'NetworkCardInfoList' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$NetworkCards' => '

Describes the network cards for the instance type.

', ], ], 'NetworkInfo' => [ 'base' => '

Describes the networking features of the instance type.

', 'refs' => [ 'InstanceTypeInfo$NetworkInfo' => '

Describes the network settings for the instance type.

', ], ], 'NetworkInsightsAccessScope' => [ 'base' => '

Describes a Network Access Scope.

', 'refs' => [ 'CreateNetworkInsightsAccessScopeResult$NetworkInsightsAccessScope' => '

The Network Access Scope.

', 'NetworkInsightsAccessScopeList$member' => NULL, ], ], 'NetworkInsightsAccessScopeAnalysis' => [ 'base' => '

Describes a Network Access Scope analysis.

', 'refs' => [ 'NetworkInsightsAccessScopeAnalysisList$member' => NULL, 'StartNetworkInsightsAccessScopeAnalysisResult$NetworkInsightsAccessScopeAnalysis' => '

The Network Access Scope analysis.

', ], ], 'NetworkInsightsAccessScopeAnalysisId' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'DeleteNetworkInsightsAccessScopeAnalysisRequest$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'DeleteNetworkInsightsAccessScopeAnalysisResult$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'NetworkInsightsAccessScopeAnalysisIdList$member' => NULL, ], ], 'NetworkInsightsAccessScopeAnalysisIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NetworkInsightsAccessScopeAnalysisIds' => '

The IDs of the Network Access Scope analyses.

', ], ], 'NetworkInsightsAccessScopeAnalysisList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesResult$NetworkInsightsAccessScopeAnalyses' => '

The Network Access Scope analyses.

', ], ], 'NetworkInsightsAccessScopeContent' => [ 'base' => '

Describes the Network Access Scope content.

', 'refs' => [ 'CreateNetworkInsightsAccessScopeResult$NetworkInsightsAccessScopeContent' => '

The Network Access Scope content.

', 'GetNetworkInsightsAccessScopeContentResult$NetworkInsightsAccessScopeContent' => '

The Network Access Scope content.

', ], ], 'NetworkInsightsAccessScopeId' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeResult$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'GetNetworkInsightsAccessScopeContentRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScope$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeContent$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeIdList$member' => NULL, 'StartNetworkInsightsAccessScopeAnalysisRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', ], ], 'NetworkInsightsAccessScopeIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopesRequest$NetworkInsightsAccessScopeIds' => '

The IDs of the Network Access Scopes.

', ], ], 'NetworkInsightsAccessScopeList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopesResult$NetworkInsightsAccessScopes' => '

The Network Access Scopes.

', ], ], 'NetworkInsightsAnalysis' => [ 'base' => '

Describes a network insights analysis.

', 'refs' => [ 'NetworkInsightsAnalysisList$member' => NULL, 'StartNetworkInsightsAnalysisResult$NetworkInsightsAnalysis' => '

Information about the network insights analysis.

', ], ], 'NetworkInsightsAnalysisId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInsightsAnalysisRequest$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'DeleteNetworkInsightsAnalysisResult$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'NetworkInsightsAnalysis$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'NetworkInsightsAnalysisIdList$member' => NULL, ], ], 'NetworkInsightsAnalysisIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAnalysesRequest$NetworkInsightsAnalysisIds' => '

The ID of the network insights analyses. You must specify either analysis IDs or a path ID.

', ], ], 'NetworkInsightsAnalysisList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAnalysesResult$NetworkInsightsAnalyses' => '

Information about the network insights analyses.

', ], ], 'NetworkInsightsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsAccessScopesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsAnalysesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsPathsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'NetworkInsightsPath' => [ 'base' => '

Describes a path.

', 'refs' => [ 'CreateNetworkInsightsPathResult$NetworkInsightsPath' => '

Information about the path.

', 'NetworkInsightsPathList$member' => NULL, ], ], 'NetworkInsightsPathId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInsightsPathRequest$NetworkInsightsPathId' => '

The ID of the path.

', 'DeleteNetworkInsightsPathResult$NetworkInsightsPathId' => '

The ID of the path.

', 'DescribeNetworkInsightsAnalysesRequest$NetworkInsightsPathId' => '

The ID of the path. You must specify either a path ID or analysis IDs.

', 'NetworkInsightsAnalysis$NetworkInsightsPathId' => '

The ID of the path.

', 'NetworkInsightsPath$NetworkInsightsPathId' => '

The ID of the path.

', 'NetworkInsightsPathIdList$member' => NULL, 'StartNetworkInsightsAnalysisRequest$NetworkInsightsPathId' => '

The ID of the path.

', ], ], 'NetworkInsightsPathIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsPathsRequest$NetworkInsightsPathIds' => '

The IDs of the paths.

', ], ], 'NetworkInsightsPathList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsPathsResult$NetworkInsightsPaths' => '

Information about the paths.

', ], ], 'NetworkInsightsResourceId' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsPathRequest$Source' => '

The ID or ARN of the source. If the resource is in another account, you must specify an ARN.

', 'CreateNetworkInsightsPathRequest$Destination' => '

The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.

', ], ], 'NetworkInterface' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'CreateNetworkInterfaceResult$NetworkInterface' => '

Information about the network interface.

', 'NetworkInterfaceList$member' => NULL, ], ], 'NetworkInterfaceAssociation' => [ 'base' => '

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

', 'refs' => [ 'NetworkInterface$Association' => '

The association information for an Elastic IP address (IPv4) associated with the network interface.

', 'NetworkInterfacePrivateIpAddress$Association' => '

The association information for an Elastic IP address (IPv4) associated with the network interface.

', ], ], 'NetworkInterfaceAttachment' => [ 'base' => '

Describes a network interface attachment.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$Attachment' => '

The attachment (if any) of the network interface.

', 'NetworkInterface$Attachment' => '

The network interface attachment.

', ], ], 'NetworkInterfaceAttachmentChanges' => [ 'base' => '

Describes an attachment change.

', 'refs' => [ 'ModifyNetworkInterfaceAttributeRequest$Attachment' => '

Information about the interface attachment. If modifying the delete on termination attribute, you must specify the ID of the interface attachment.

', ], ], 'NetworkInterfaceAttachmentId' => [ 'base' => NULL, 'refs' => [ 'DetachNetworkInterfaceRequest$AttachmentId' => '

The ID of the attachment.

', 'NetworkInterfaceAttachmentChanges$AttachmentId' => '

The ID of the network interface attachment.

', ], ], 'NetworkInterfaceAttribute' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfaceAttributeRequest$Attribute' => '

The attribute of the network interface. This parameter is required.

', ], ], 'NetworkInterfaceCount' => [ 'base' => '

The minimum and maximum number of network interfaces.

', 'refs' => [ 'InstanceRequirements$NetworkInterfaceCount' => '

The minimum and maximum number of network interfaces.

Default: No minimum or maximum limits

', ], ], 'NetworkInterfaceCountRequest' => [ 'base' => '

The minimum and maximum number of network interfaces.

', 'refs' => [ 'InstanceRequirementsRequest$NetworkInterfaceCount' => '

The minimum and maximum number of network interfaces.

Default: No minimum or maximum limits

', ], ], 'NetworkInterfaceCreationType' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$InterfaceType' => '

The type of network interface. The default is interface.

The only supported values are interface, efa, and trunk.

', ], ], 'NetworkInterfaceId' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignPrivateIpAddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssociateAddressRequest$NetworkInterfaceId' => '

The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

You can specify either the instance ID or the network interface ID, but not both.

', 'AssociateTrunkInterfaceRequest$BranchInterfaceId' => '

The ID of the branch network interface.

', 'AssociateTrunkInterfaceRequest$TrunkInterfaceId' => '

The ID of the trunk network interface.

', 'AttachNetworkInterfaceRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateLocalGatewayRouteRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateNetworkInterfacePermissionRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateRouteRequest$NetworkInterfaceId' => '

The ID of a network interface.

', 'CreateTrafficMirrorSessionRequest$NetworkInterfaceId' => '

The ID of the source network interface.

', 'CreateTrafficMirrorTargetRequest$NetworkInterfaceId' => '

The network interface ID that is associated with the target.

', 'CreateVerifiedAccessEndpointEniOptions$NetworkInterfaceId' => '

The ID of the network interface.

', 'DeleteNetworkInterfaceRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'DescribeNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'InstanceNetworkInterfaceSpecification$NetworkInterfaceId' => '

The ID of the network interface.

If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkInterfaceId' => '

The ID of the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'LocalGatewayRoute$NetworkInterfaceId' => '

The ID of the network interface.

', 'ModifyLocalGatewayRouteRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'ModifyNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterfaceIdList$member' => NULL, 'ReplaceRouteRequest$NetworkInterfaceId' => '

The ID of a network interface.

', 'ResetNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'ScheduledInstancesNetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'TransitGatewayNetworkInterfaceIdList$member' => NULL, 'UnassignIpv6AddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'UnassignPrivateIpAddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'VerifiedAccessEndpointEniOptions$NetworkInterfaceId' => '

The ID of the network interface.

', ], ], 'NetworkInterfaceIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesRequest$NetworkInterfaceIds' => '

The network interface IDs.

Default: Describes all your network interfaces.

', ], ], 'NetworkInterfaceIdSet' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$NetworkInterfaceIds' => '

The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.

', ], ], 'NetworkInterfaceIpv6Address' => [ 'base' => '

Describes an IPv6 address associated with a network interface.

', 'refs' => [ 'NetworkInterfaceIpv6AddressesList$member' => NULL, ], ], 'NetworkInterfaceIpv6AddressesList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$Ipv6Addresses' => '

The IPv6 addresses associated with the network interface.

', ], ], 'NetworkInterfaceList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesResult$NetworkInterfaces' => '

Information about one or more network interfaces.

', ], ], 'NetworkInterfacePermission' => [ 'base' => '

Describes a permission for a network interface.

', 'refs' => [ 'CreateNetworkInterfacePermissionResult$InterfacePermission' => '

Information about the permission for the network interface.

', 'NetworkInterfacePermissionList$member' => NULL, ], ], 'NetworkInterfacePermissionId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInterfacePermissionRequest$NetworkInterfacePermissionId' => '

The ID of the network interface permission.

', 'NetworkInterfacePermissionIdList$member' => NULL, ], ], 'NetworkInterfacePermissionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsRequest$NetworkInterfacePermissionIds' => '

The network interface permission IDs.

', ], ], 'NetworkInterfacePermissionList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsResult$NetworkInterfacePermissions' => '

The network interface permissions.

', ], ], 'NetworkInterfacePermissionState' => [ 'base' => '

Describes the state of a network interface permission.

', 'refs' => [ 'NetworkInterfacePermission$PermissionState' => '

Information about the state of the permission.

', ], ], 'NetworkInterfacePermissionStateCode' => [ 'base' => NULL, 'refs' => [ 'NetworkInterfacePermissionState$State' => '

The state of the permission.

', ], ], 'NetworkInterfacePrivateIpAddress' => [ 'base' => '

Describes the private IPv4 address of a network interface.

', 'refs' => [ 'NetworkInterfacePrivateIpAddressList$member' => NULL, ], ], 'NetworkInterfacePrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$PrivateIpAddresses' => '

The private IPv4 addresses associated with the network interface.

', ], ], 'NetworkInterfaceStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Status' => '

The status of the network interface.

', 'NetworkInterface$Status' => '

The status of the network interface.

', ], ], 'NetworkInterfaceType' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$InterfaceType' => '

The type of network interface.

', ], ], 'NetworkPerformance' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$NetworkPerformance' => '

The network performance of the network card.

', 'NetworkInfo$NetworkPerformance' => '

The network performance.

', ], ], 'NewDhcpConfiguration' => [ 'base' => NULL, 'refs' => [ 'NewDhcpConfigurationList$member' => NULL, ], ], 'NewDhcpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'CreateDhcpOptionsRequest$DhcpConfigurations' => '

A DHCP configuration option.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$NextToken' => '

The token for the next page of results.

', 'DescribeAddressesAttributeResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeByoipCidrsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeClientVpnAuthorizationRulesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnAuthorizationRulesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnConnectionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnConnectionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnEndpointsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnEndpointsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnRoutesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnRoutesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnTargetNetworksRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnTargetNetworksResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeExportImageTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeExportImageTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeFastLaunchImagesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFastLaunchImagesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFastSnapshotRestoresRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFastSnapshotRestoresResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFpgaImagesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeFpgaImagesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIamInstanceProfileAssociationsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeIamInstanceProfileAssociationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceConnectEndpointsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceConnectEndpointsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceTypeOfferingsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceTypeOfferingsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceTypesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceTypesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeIpamPoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamPoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpamResourceDiscoveriesRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveriesResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveryAssociationsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamScopesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamScopesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpamsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpv6PoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpv6PoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeManagedPrefixListsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeManagedPrefixListsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsAccessScopesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsAnalysesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsPathsRequest$NextToken' => '

The token for the next page of results.

', 'DescribePublicIpv4PoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeReplaceRootVolumeTasksRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeTrafficMirrorFiltersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrafficMirrorSessionsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrafficMirrorTargetsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessEndpointsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessEndpointsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessGroupsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessInstancesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessInstancesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessTrustProvidersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessTrustProvidersResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetAssociatedIpv6PoolCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamAddressHistoryRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamAddressHistoryResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamDiscoveredAccountsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredAccountsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredResourceCidrsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredResourceCidrsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamPoolAllocationsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamPoolAllocationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamPoolCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamPoolCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamResourceCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamResourceCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetManagedPrefixListAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetManagedPrefixListEntriesRequest$NextToken' => '

The token for the next page of results.

', 'GetManagedPrefixListEntriesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$NextToken' => '

The token for the next page of results.

', 'GetVpnConnectionDeviceTypesRequest$NextToken' => '

The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

', 'GetVpnConnectionDeviceTypesResult$NextToken' => '

The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

', ], ], 'NitroEnclavesSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$NitroEnclavesSupport' => '

Indicates whether Nitro Enclaves is supported.

', ], ], 'NitroTpmInfo' => [ 'base' => '

Describes the supported NitroTPM versions for the instance type.

', 'refs' => [ 'InstanceTypeInfo$NitroTpmInfo' => '

Describes the supported NitroTPM versions for the instance type.

', ], ], 'NitroTpmSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$NitroTpmSupport' => '

Indicates whether NitroTPM is supported.

', ], ], 'NitroTpmSupportedVersionType' => [ 'base' => NULL, 'refs' => [ 'NitroTpmSupportedVersionsList$member' => NULL, ], ], 'NitroTpmSupportedVersionsList' => [ 'base' => NULL, 'refs' => [ 'NitroTpmInfo$SupportedVersions' => '

Indicates the supported NitroTPM versions.

', ], ], 'OccurrenceDayRequestSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstanceRecurrenceRequest$OccurrenceDays' => '

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can\'t specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.

', ], ], 'OccurrenceDaySet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstanceRecurrence$OccurrenceDaySet' => '

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).

', ], ], 'OfferingClassType' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$OfferingClass' => '

The offering class of the Reserved Instance. Can be standard or convertible.

', 'DescribeReservedInstancesRequest$OfferingClass' => '

Describes whether the Reserved Instance is Standard or Convertible.

', 'ReservedInstances$OfferingClass' => '

The offering class of the Reserved Instance.

', 'ReservedInstancesOffering$OfferingClass' => '

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

', ], ], 'OfferingId' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsRequest$OfferingId' => '

The ID of the reservation offering.

', 'GetHostReservationPurchasePreviewRequest$OfferingId' => '

The offering ID of the reservation.

', 'HostOffering$OfferingId' => '

The ID of the offering.

', 'HostReservation$OfferingId' => '

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

', 'PurchaseHostReservationRequest$OfferingId' => '

The ID of the offering.

', ], ], 'OfferingTypeValues' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$OfferingType' => '

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

', 'DescribeReservedInstancesRequest$OfferingType' => '

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

', 'ReservedInstances$OfferingType' => '

The Reserved Instance offering type.

', 'ReservedInstancesOffering$OfferingType' => '

The Reserved Instance offering type.

', ], ], 'OidcOptions' => [ 'base' => '

Describes the options for an OpenID Connect-compatible user-identity trust provider.

', 'refs' => [ 'VerifiedAccessTrustProvider$OidcOptions' => '

The options for an OpenID Connect-compatible user-identity trust provider.

', ], ], 'OnDemandAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$OnDemandAllocationStrategy' => '

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowestPrice, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to lowestPrice.

', ], ], 'OnDemandOptions' => [ 'base' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', 'refs' => [ 'FleetData$OnDemandOptions' => '

The allocation strategy of On-Demand Instances in an EC2 Fleet.

', ], ], 'OnDemandOptionsRequest' => [ 'base' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', 'refs' => [ 'CreateFleetRequest$OnDemandOptions' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$OperationType' => '

The operation type.

', 'ModifyImageAttributeRequest$OperationType' => '

The operation type. This parameter can be used only when the Attribute parameter is launchPermission.

', 'ModifySnapshotAttributeRequest$OperationType' => '

The type of operation to perform to the attribute.

', ], ], 'OrganizationArnStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyImageAttributeRequest$OrganizationArns' => '

The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'OrganizationalUnitArnStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyImageAttributeRequest$OrganizationalUnitArns' => '

The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'OutpostArn' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.

', 'CreateCapacityReservationRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.

', ], ], 'OwnerStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$Owners' => '

Filters the AFI by owner. Specify an Amazon Web Services account ID, self (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon | aws-marketplace).

', 'DescribeImagesRequest$Owners' => '

Scopes the results to images with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, amazon, and aws-marketplace. If you omit this parameter, the results include all images for which you have launch permissions, regardless of ownership.

', 'DescribeSnapshotsRequest$OwnerIds' => '

Scopes the results to snapshots with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, and amazon.

', ], ], 'PacketHeaderStatement' => [ 'base' => '

Describes a packet header statement.

', 'refs' => [ 'PathStatement$PacketHeaderStatement' => '

The packet header statement.

', ], ], 'PacketHeaderStatementRequest' => [ 'base' => '

Describes a packet header statement.

', 'refs' => [ 'PathStatementRequest$PacketHeaderStatement' => '

The packet header statement.

', ], ], 'PartitionLoadFrequency' => [ 'base' => NULL, 'refs' => [ 'AthenaIntegration$PartitionLoadFrequency' => '

The schedule for adding new partitions to the table.

', ], ], 'PathComponent' => [ 'base' => '

Describes a path component.

', 'refs' => [ 'PathComponentList$member' => NULL, ], ], 'PathComponentList' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$FindingComponents' => '

The finding components.

', 'NetworkInsightsAnalysis$ForwardPathComponents' => '

The components in the path from source to destination.

', 'NetworkInsightsAnalysis$ReturnPathComponents' => '

The components in the path from destination to source.

', ], ], 'PathFilter' => [ 'base' => '

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

', 'refs' => [ 'NetworkInsightsPath$FilterAtSource' => '

Scopes the analysis to network paths that match specific filters at the source.

', 'NetworkInsightsPath$FilterAtDestination' => '

Scopes the analysis to network paths that match specific filters at the destination.

', ], ], 'PathRequestFilter' => [ 'base' => '

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

', 'refs' => [ 'CreateNetworkInsightsPathRequest$FilterAtSource' => '

Scopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can\'t specify the parameters for the source IP address or the destination port.

', 'CreateNetworkInsightsPathRequest$FilterAtDestination' => '

Scopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can\'t specify the parameter for the destination IP address.

', ], ], 'PathStatement' => [ 'base' => '

Describes a path statement.

', 'refs' => [ 'AccessScopePath$Source' => '

The source.

', 'AccessScopePath$Destination' => '

The destination.

', ], ], 'PathStatementRequest' => [ 'base' => '

Describes a path statement.

', 'refs' => [ 'AccessScopePathRequest$Source' => '

The source.

', 'AccessScopePathRequest$Destination' => '

The destination.

', ], ], 'PayerResponsibility' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcEndpointServicePayerResponsibilityRequest$PayerResponsibility' => '

The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.

', 'ServiceConfiguration$PayerResponsibility' => '

The payer responsibility.

', 'ServiceDetail$PayerResponsibility' => '

The payer responsibility.

', ], ], 'PaymentOption' => [ 'base' => NULL, 'refs' => [ 'HostOffering$PaymentOption' => '

The available payment option.

', 'HostReservation$PaymentOption' => '

The payment option selected for this reservation.

', 'Purchase$PaymentOption' => '

The payment option for the reservation.

', ], ], 'PciId' => [ 'base' => '

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

', 'refs' => [ 'FpgaImage$PciId' => '

Information about the PCI bus.

', ], ], 'PeakBandwidthInGbps' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$PeakBandwidthInGbps' => '

The peak (burst) network performance of the network card, in Gbps.

', ], ], 'PeeringAttachmentStatus' => [ 'base' => '

The status of the transit gateway peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$Status' => '

The status of the transit gateway peering attachment.

', ], ], 'PeeringConnectionOptions' => [ 'base' => '

Describes the VPC peering connection options.

', 'refs' => [ 'ModifyVpcPeeringConnectionOptionsResult$AccepterPeeringConnectionOptions' => '

Information about the VPC peering connection options for the accepter VPC.

', 'ModifyVpcPeeringConnectionOptionsResult$RequesterPeeringConnectionOptions' => '

Information about the VPC peering connection options for the requester VPC.

', ], ], 'PeeringConnectionOptionsRequest' => [ 'base' => '

The VPC peering connection options.

', 'refs' => [ 'ModifyVpcPeeringConnectionOptionsRequest$AccepterPeeringConnectionOptions' => '

The VPC peering connection options for the accepter VPC.

', 'ModifyVpcPeeringConnectionOptionsRequest$RequesterPeeringConnectionOptions' => '

The VPC peering connection options for the requester VPC.

', ], ], 'PeeringTgwInfo' => [ 'base' => '

Information about the transit gateway in the peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$RequesterTgwInfo' => '

Information about the requester transit gateway.

', 'TransitGatewayPeeringAttachment$AccepterTgwInfo' => '

Information about the accepter transit gateway.

', ], ], 'PeriodType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Period' => '

The aggregation period used for the data query.

', 'DataResponse$Period' => '

The period used for the network performance request.

', 'Subscription$Period' => '

The data aggregation time for the subscription.

', ], ], 'PermissionGroup' => [ 'base' => NULL, 'refs' => [ 'CreateVolumePermission$Group' => '

The group to be added or removed. The possible value is all.

', 'LaunchPermission$Group' => '

The name of the group.

', 'LoadPermission$Group' => '

The name of the group.

', 'LoadPermissionRequest$Group' => '

The name of the group.

', ], ], 'Phase1DHGroupNumbersList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1DHGroupNumbers' => '

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1DHGroupNumbersListValue' => [ 'base' => '

The Diffie-Hellmann group number for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1DHGroupNumbersList$member' => NULL, ], ], 'Phase1DHGroupNumbersRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', 'VpnTunnelOptionsSpecification$Phase1DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', ], ], 'Phase1DHGroupNumbersRequestListValue' => [ 'base' => '

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1DHGroupNumbersRequestList$member' => NULL, ], ], 'Phase1EncryptionAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1EncryptionAlgorithms' => '

The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1EncryptionAlgorithmsListValue' => [ 'base' => '

The encryption algorithm for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1EncryptionAlgorithmsList$member' => NULL, ], ], 'Phase1EncryptionAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', 'VpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', ], ], 'Phase1EncryptionAlgorithmsRequestListValue' => [ 'base' => '

Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1EncryptionAlgorithmsRequestList$member' => NULL, ], ], 'Phase1IntegrityAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1IntegrityAlgorithms' => '

The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1IntegrityAlgorithmsListValue' => [ 'base' => '

The integrity algorithm for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1IntegrityAlgorithmsList$member' => NULL, ], ], 'Phase1IntegrityAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', 'VpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', ], ], 'Phase1IntegrityAlgorithmsRequestListValue' => [ 'base' => '

Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1IntegrityAlgorithmsRequestList$member' => NULL, ], ], 'Phase2DHGroupNumbersList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2DHGroupNumbers' => '

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2DHGroupNumbersListValue' => [ 'base' => '

The Diffie-Hellmann group number for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2DHGroupNumbersList$member' => NULL, ], ], 'Phase2DHGroupNumbersRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', 'VpnTunnelOptionsSpecification$Phase2DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', ], ], 'Phase2DHGroupNumbersRequestListValue' => [ 'base' => '

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2DHGroupNumbersRequestList$member' => NULL, ], ], 'Phase2EncryptionAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2EncryptionAlgorithms' => '

The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2EncryptionAlgorithmsListValue' => [ 'base' => '

The encryption algorithm for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2EncryptionAlgorithmsList$member' => NULL, ], ], 'Phase2EncryptionAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', 'VpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', ], ], 'Phase2EncryptionAlgorithmsRequestListValue' => [ 'base' => '

Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2EncryptionAlgorithmsRequestList$member' => NULL, ], ], 'Phase2IntegrityAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2IntegrityAlgorithms' => '

The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2IntegrityAlgorithmsListValue' => [ 'base' => '

The integrity algorithm for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2IntegrityAlgorithmsList$member' => NULL, ], ], 'Phase2IntegrityAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', 'VpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', ], ], 'Phase2IntegrityAlgorithmsRequestListValue' => [ 'base' => '

Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2IntegrityAlgorithmsRequestList$member' => NULL, ], ], 'Placement' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'FleetLaunchTemplateOverridesRequest$Placement' => '

The location where the instance launched, if applicable.

', 'ImportInstanceLaunchSpecification$Placement' => '

The placement information for the instance.

', 'Instance$Placement' => '

The location where the instance launched, if applicable.

', 'RunInstancesRequest$Placement' => '

The placement for the instance.

', ], ], 'PlacementGroup' => [ 'base' => '

Describes a placement group.

', 'refs' => [ 'CreatePlacementGroupResult$PlacementGroup' => '

Information about the placement group.

', 'PlacementGroupList$member' => NULL, ], ], 'PlacementGroupArn' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$PlacementGroupArn' => '

The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity Reservation was created. For more information, see Capacity Reservations for cluster placement groups in the Amazon EC2 User Guide.

', 'CreateCapacityReservationRequest$PlacementGroupArn' => '

The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see Capacity Reservations for cluster placement groups in the Amazon EC2 User Guide.

', ], ], 'PlacementGroupId' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplatePlacement$GroupId' => '

The Group ID of the placement group. You must specify the Placement Group Group ID to launch an instance in a shared placement group.

', 'LaunchTemplatePlacementRequest$GroupId' => '

The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

', 'ModifyInstancePlacementRequest$GroupId' => '

The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

', 'Placement$GroupId' => '

The ID of the placement group that the instance is in. If you specify GroupId, you can\'t specify GroupName.

', 'PlacementGroupIdStringList$member' => NULL, ], ], 'PlacementGroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsRequest$GroupIds' => '

The IDs of the placement groups.

', ], ], 'PlacementGroupInfo' => [ 'base' => '

Describes the placement group support of the instance type.

', 'refs' => [ 'InstanceTypeInfo$PlacementGroupInfo' => '

Describes the placement group settings for the instance type.

', ], ], 'PlacementGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsResult$PlacementGroups' => '

Information about the placement groups.

', ], ], 'PlacementGroupName' => [ 'base' => NULL, 'refs' => [ 'DeletePlacementGroupRequest$GroupName' => '

The name of the placement group.

', 'LaunchTemplatePlacementRequest$GroupName' => '

The name of the placement group for the instance.

', 'ModifyInstancePlacementRequest$GroupName' => '

The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of default. For cluster and partition placement groups, the instance must have a tenancy of default or dedicated.

To remove an instance from a placement group, specify an empty string ("").

', 'Placement$GroupName' => '

The name of the placement group that the instance is in. If you specify GroupName, you can\'t specify GroupId.

', 'PlacementGroupStringList$member' => NULL, 'PlacementResponse$GroupName' => '

The name of the placement group that the instance is in.

', 'ScheduledInstancesPlacement$GroupName' => '

The name of the placement group.

', 'SpotPlacement$GroupName' => '

The name of the placement group.

', ], ], 'PlacementGroupState' => [ 'base' => NULL, 'refs' => [ 'PlacementGroup$State' => '

The state of the placement group.

', ], ], 'PlacementGroupStrategy' => [ 'base' => NULL, 'refs' => [ 'PlacementGroupStrategyList$member' => NULL, ], ], 'PlacementGroupStrategyList' => [ 'base' => NULL, 'refs' => [ 'PlacementGroupInfo$SupportedStrategies' => '

The supported placement group types.

', ], ], 'PlacementGroupStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsRequest$GroupNames' => '

The names of the placement groups.

Default: Describes all your placement groups, or only those otherwise specified.

', ], ], 'PlacementResponse' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'FleetLaunchTemplateOverrides$Placement' => '

The location where the instance launched, if applicable.

', ], ], 'PlacementStrategy' => [ 'base' => NULL, 'refs' => [ 'CreatePlacementGroupRequest$Strategy' => '

The placement strategy.

', 'PlacementGroup$Strategy' => '

The placement strategy.

', ], ], 'PlatformValues' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$Platform' => '

The value is Windows for Windows instances. Otherwise, the value is blank.

', 'DescribeFleetsInstances$Platform' => '

The value is Windows for Windows instances. Otherwise, the value is blank.

', 'Image$Platform' => '

This value is set to windows for Windows AMIs; otherwise, it is blank.

', 'ImportInstanceRequest$Platform' => '

The instance operating system.

', 'ImportInstanceTaskDetails$Platform' => '

The instance operating system.

', 'Instance$Platform' => '

The value is Windows for Windows instances; otherwise blank.

', ], ], 'PoolCidrBlock' => [ 'base' => '

Describes a CIDR block for an address pool.

', 'refs' => [ 'PoolCidrBlocksSet$member' => NULL, ], ], 'PoolCidrBlocksSet' => [ 'base' => NULL, 'refs' => [ 'Ipv6Pool$PoolCidrBlocks' => '

The CIDR blocks for the address pool.

', ], ], 'PoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'AnalysisLoadBalancerListener$LoadBalancerPort' => '

The port on which the load balancer is listening.

', 'AnalysisLoadBalancerListener$InstancePort' => '

[Classic Load Balancers] The back-end port for the listener.

', 'AnalysisLoadBalancerTarget$Port' => '

The port on which the target is listening.

', 'CreateNetworkInsightsPathRequest$DestinationPort' => '

The destination port.

', 'Explanation$LoadBalancerListenerPort' => '

The listener port of the load balancer.

', 'Explanation$LoadBalancerTargetPort' => '

The target port.

', 'Explanation$Port' => '

The port.

', 'FilterPortRange$FromPort' => '

The first port in the range.

', 'FilterPortRange$ToPort' => '

The last port in the range.

', 'RequestFilterPortRange$FromPort' => '

The first port in the range.

', 'RequestFilterPortRange$ToPort' => '

The last port in the range.

', ], ], 'PortRange' => [ 'base' => '

Describes a range of ports.

', 'refs' => [ 'AnalysisAclRule$PortRange' => '

The range of ports.

', 'AnalysisSecurityGroupRule$PortRange' => '

The port range.

', 'CreateNetworkAclEntryRequest$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

', 'NetworkAclEntry$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to.

', 'PortRangeList$member' => NULL, 'ReplaceNetworkAclEntryRequest$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

', ], ], 'PortRangeList' => [ 'base' => NULL, 'refs' => [ 'AnalysisPacketHeader$DestinationPortRanges' => '

The destination port ranges.

', 'AnalysisPacketHeader$SourcePortRanges' => '

The source port ranges.

', 'Explanation$PortRanges' => '

The port ranges.

', 'FirewallStatefulRule$SourcePorts' => '

The source ports.

', 'FirewallStatefulRule$DestinationPorts' => '

The destination ports.

', 'FirewallStatelessRule$SourcePorts' => '

The source ports.

', 'FirewallStatelessRule$DestinationPorts' => '

The destination ports.

', ], ], 'PrefixList' => [ 'base' => '

Describes prefixes for Amazon Web Services services.

', 'refs' => [ 'PrefixListSet$member' => NULL, ], ], 'PrefixListAssociation' => [ 'base' => '

Describes the resource with which a prefix list is associated.

', 'refs' => [ 'PrefixListAssociationSet$member' => NULL, ], ], 'PrefixListAssociationSet' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListAssociationsResult$PrefixListAssociations' => '

Information about the associations.

', ], ], 'PrefixListEntry' => [ 'base' => '

Describes a prefix list entry.

', 'refs' => [ 'PrefixListEntrySet$member' => NULL, ], ], 'PrefixListEntrySet' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListEntriesResult$Entries' => '

Information about the prefix list entries.

', ], ], 'PrefixListId' => [ 'base' => '

Describes a prefix list ID.

', 'refs' => [ 'PrefixListIdList$member' => NULL, ], ], 'PrefixListIdList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$PrefixListIds' => '

The prefix list IDs.

', ], ], 'PrefixListIdSet' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$PrefixListIds' => '

The prefix list IDs. Not applicable for stale security group rules.

', ], ], 'PrefixListMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeManagedPrefixListsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetManagedPrefixListEntriesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'PrefixListResourceId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'CreateRouteRequest$DestinationPrefixListId' => '

The ID of a prefix list used for the destination match.

', 'CreateTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list that is used for destination matches.

', 'DeleteLocalGatewayRouteRequest$DestinationPrefixListId' => '

Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'DeleteManagedPrefixListRequest$PrefixListId' => '

The ID of the prefix list.

', 'DeleteRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list for the route.

', 'DeleteTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list.

', 'GetManagedPrefixListAssociationsRequest$PrefixListId' => '

The ID of the prefix list.

', 'GetManagedPrefixListEntriesRequest$PrefixListId' => '

The ID of the prefix list.

', 'LocalGatewayRoute$DestinationPrefixListId' => '

The ID of the prefix list.

', 'ManagedPrefixList$PrefixListId' => '

The ID of the prefix list.

', 'ModifyLocalGatewayRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'ModifyManagedPrefixListRequest$PrefixListId' => '

The ID of the prefix list.

', 'ModifyTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list.

', 'PrefixListResourceIdStringList$member' => NULL, 'ReplaceRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list for the route.

', 'RestoreManagedPrefixListVersionRequest$PrefixListId' => '

The ID of the prefix list.

', 'SecurityGroupRule$PrefixListId' => '

The ID of the prefix list.

', 'SecurityGroupRuleRequest$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayPrefixListReference$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayRoute$PrefixListId' => '

The ID of the prefix list used for destination matches.

', ], ], 'PrefixListResourceIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePrefixListsRequest$PrefixListIds' => '

One or more prefix list IDs.

', ], ], 'PrefixListSet' => [ 'base' => NULL, 'refs' => [ 'DescribePrefixListsResult$PrefixLists' => '

All available prefix lists.

', ], ], 'PrefixListState' => [ 'base' => NULL, 'refs' => [ 'ManagedPrefixList$State' => '

The current state of the prefix list.

', ], ], 'PriceSchedule' => [ 'base' => '

Describes the price for a Reserved Instance.

', 'refs' => [ 'PriceScheduleList$member' => NULL, ], ], 'PriceScheduleList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$PriceSchedules' => '

The price of the Reserved Instance listing.

', ], ], 'PriceScheduleSpecification' => [ 'base' => '

Describes the price for a Reserved Instance.

', 'refs' => [ 'PriceScheduleSpecificationList$member' => NULL, ], ], 'PriceScheduleSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateReservedInstancesListingRequest$PriceSchedules' => '

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

', ], ], 'PricingDetail' => [ 'base' => '

Describes a Reserved Instance offering.

', 'refs' => [ 'PricingDetailsList$member' => NULL, ], ], 'PricingDetailsList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesOffering$PricingDetails' => '

The pricing details of the Reserved Instance offering.

', ], ], 'PrincipalIdFormat' => [ 'base' => '

PrincipalIdFormat description

', 'refs' => [ 'PrincipalIdFormatList$member' => NULL, ], ], 'PrincipalIdFormatList' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatResult$Principals' => '

Information about the ID format settings for the ARN.

', ], ], 'PrincipalType' => [ 'base' => NULL, 'refs' => [ 'AddedPrincipal$PrincipalType' => '

The type of principal.

', 'AllowedPrincipal$PrincipalType' => '

The type of principal.

', ], ], 'Priority' => [ 'base' => NULL, 'refs' => [ 'FirewallStatelessRule$Priority' => '

The rule priority.

', ], ], 'PrivateDnsDetails' => [ 'base' => '

Information about the Private DNS name for interface endpoints.

', 'refs' => [ 'PrivateDnsDetailsSet$member' => NULL, ], ], 'PrivateDnsDetailsSet' => [ 'base' => NULL, 'refs' => [ 'ServiceDetail$PrivateDnsNames' => '

The private DNS names assigned to the VPC endpoint service.

', ], ], 'PrivateDnsNameConfiguration' => [ 'base' => '

Information about the private DNS name for the service endpoint.

', 'refs' => [ 'ServiceConfiguration$PrivateDnsNameConfiguration' => '

Information about the endpoint service private DNS name configuration.

', ], ], 'PrivateDnsNameOptionsOnLaunch' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'Subnet$PrivateDnsNameOptionsOnLaunch' => '

The type of hostnames to assign to instances in the subnet at launch. An instance hostname is based on the IPv4 address or ID of the instance.

', ], ], 'PrivateDnsNameOptionsRequest' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'RunInstancesRequest$PrivateDnsNameOptions' => '

The options for the instance hostname. The default values are inherited from the subnet. Applies only if creating a network interface, not attaching an existing one.

', ], ], 'PrivateDnsNameOptionsResponse' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'Instance$PrivateDnsNameOptions' => '

The options for the instance hostname.

', ], ], 'PrivateIpAddressConfigSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesNetworkInterface$PrivateIpAddressConfigs' => '

The private IPv4 addresses.

', ], ], 'PrivateIpAddressCount' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$PrivateIpAddressCount' => '

The number of private IP addresses to assign to the NAT gateway. You can\'t specify this parameter when also specifying private IP addresses.

', 'CreateNatGatewayRequest$SecondaryPrivateIpAddressCount' => '

[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.

', ], ], 'PrivateIpAddressSpecification' => [ 'base' => '

Describes a secondary private IPv4 address for a network interface.

', 'refs' => [ 'PrivateIpAddressSpecificationList$member' => NULL, ], ], 'PrivateIpAddressSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$PrivateIpAddresses' => '

The private IPv4 addresses.

You can\'t specify private IPv4 addresses if you\'ve specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.

', 'InstanceNetworkInterfaceSpecification$PrivateIpAddresses' => '

The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddresses' => '

One or more private IPv4 addresses.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddresses' => '

One or more private IPv4 addresses.

', ], ], 'PrivateIpAddressStringList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesRequest$PrivateIpAddresses' => '

The IP addresses to be assigned as a secondary private IP address to the network interface. You can\'t specify this parameter when also specifying a number of secondary IP addresses.

If you don\'t specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.

', 'UnassignPrivateIpAddressesRequest$PrivateIpAddresses' => '

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

', ], ], 'ProcessorInfo' => [ 'base' => '

Describes the processor used by the instance type.

', 'refs' => [ 'InstanceTypeInfo$ProcessorInfo' => '

Describes the processor.

', ], ], 'ProcessorSustainedClockSpeed' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SustainedClockSpeedInGhz' => '

The speed of the processor, in GHz.

', ], ], 'ProductCode' => [ 'base' => '

Describes a product code.

', 'refs' => [ 'ProductCodeList$member' => NULL, ], ], 'ProductCodeList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotAttributeResult$ProductCodes' => '

The product codes.

', 'DescribeVolumeAttributeResult$ProductCodes' => '

A list of product codes.

', 'FpgaImage$ProductCodes' => '

The product codes for the AFI.

', 'FpgaImageAttribute$ProductCodes' => '

The product codes.

', 'Image$ProductCodes' => '

Any product codes associated with the AMI.

', 'ImageAttribute$ProductCodes' => '

The product codes.

', 'Instance$ProductCodes' => '

The product codes attached to this instance, if applicable.

', 'InstanceAttribute$ProductCodes' => '

A list of product codes.

', ], ], 'ProductCodeStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$ProductCodes' => '

The product codes. After you add a product code to an AFI, it can\'t be removed. This parameter is valid only when modifying the productCodes attribute.

', 'ModifyImageAttributeRequest$ProductCodes' => '

Not supported.

', ], ], 'ProductCodeValues' => [ 'base' => NULL, 'refs' => [ 'ProductCode$ProductCodeType' => '

The type of product code.

', ], ], 'ProductDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryRequest$ProductDescriptions' => '

Filters the results by the specified basic product descriptions.

', ], ], 'PropagatingVgw' => [ 'base' => '

Describes a virtual private gateway propagating route.

', 'refs' => [ 'PropagatingVgwList$member' => NULL, ], ], 'PropagatingVgwList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$PropagatingVgws' => '

Any virtual private gateway (VGW) propagating routes.

', ], ], 'Protocol' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsPathRequest$Protocol' => '

The protocol.

', 'NetworkInsightsPath$Protocol' => '

The protocol.

', 'ProtocolList$member' => NULL, ], ], 'ProtocolInt' => [ 'base' => NULL, 'refs' => [ 'ProtocolIntList$member' => NULL, ], ], 'ProtocolIntList' => [ 'base' => NULL, 'refs' => [ 'FirewallStatelessRule$Protocols' => '

The protocols.

', ], ], 'ProtocolList' => [ 'base' => NULL, 'refs' => [ 'PacketHeaderStatement$Protocols' => '

The protocols.

', 'PacketHeaderStatementRequest$Protocols' => '

The protocols.

', ], ], 'ProtocolValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayConnectRequestOptions$Protocol' => '

The tunnel protocol.

', 'TransitGatewayConnectOptions$Protocol' => '

The tunnel protocol.

', 'TransitGatewayConnectPeerConfiguration$Protocol' => '

The tunnel protocol.

', ], ], 'ProvisionByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionPublicIpv4PoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionPublicIpv4PoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionedBandwidth' => [ 'base' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'refs' => [ 'NatGateway$ProvisionedBandwidth' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', ], ], 'PtrUpdateStatus' => [ 'base' => '

The status of an updated pointer (PTR) record for an Elastic IP address.

', 'refs' => [ 'AddressAttribute$PtrRecordUpdate' => '

The updated PTR record for the IP address.

', ], ], 'PublicIpAddress' => [ 'base' => NULL, 'refs' => [ 'AddressAttribute$PublicIp' => '

The public IP address.

', 'AllocateAddressRequest$Address' => '

The Elastic IP address to recover or an IPv4 address from an address pool.

', ], ], 'PublicIpStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesRequest$PublicIps' => '

One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

', ], ], 'PublicIpv4Pool' => [ 'base' => '

Describes an IPv4 address pool.

', 'refs' => [ 'PublicIpv4PoolSet$member' => NULL, ], ], 'PublicIpv4PoolIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsRequest$PoolIds' => '

The IDs of the address pools.

', ], ], 'PublicIpv4PoolRange' => [ 'base' => '

Describes an address range of an IPv4 address pool.

', 'refs' => [ 'ProvisionPublicIpv4PoolCidrResult$PoolAddressRange' => '

Information about the address range of the public IPv4 pool.

', 'PublicIpv4PoolRangeSet$member' => NULL, ], ], 'PublicIpv4PoolRangeSet' => [ 'base' => NULL, 'refs' => [ 'PublicIpv4Pool$PoolAddressRanges' => '

The address ranges.

', ], ], 'PublicIpv4PoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsResult$PublicIpv4Pools' => '

Information about the address pools.

', ], ], 'Purchase' => [ 'base' => '

Describes the result of the purchase.

', 'refs' => [ 'PurchaseSet$member' => NULL, ], ], 'PurchaseHostReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PurchaseHostReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'PurchaseRequest' => [ 'base' => '

Describes a request to purchase Scheduled Instances.

', 'refs' => [ 'PurchaseRequestSet$member' => NULL, ], ], 'PurchaseRequestSet' => [ 'base' => NULL, 'refs' => [ 'PurchaseScheduledInstancesRequest$PurchaseRequests' => '

The purchase requests.

', ], ], 'PurchaseReservedInstancesOfferingRequest' => [ 'base' => '

Contains the parameters for PurchaseReservedInstancesOffering.

', 'refs' => [], ], 'PurchaseReservedInstancesOfferingResult' => [ 'base' => '

Contains the output of PurchaseReservedInstancesOffering.

', 'refs' => [], ], 'PurchaseScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for PurchaseScheduledInstances.

', 'refs' => [], ], 'PurchaseScheduledInstancesResult' => [ 'base' => '

Contains the output of PurchaseScheduledInstances.

', 'refs' => [], ], 'PurchaseSet' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewResult$Purchase' => '

The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

', 'PurchaseHostReservationResult$Purchase' => '

Describes the details of the purchase.

', ], ], 'PurchasedScheduledInstanceSet' => [ 'base' => NULL, 'refs' => [ 'PurchaseScheduledInstancesResult$ScheduledInstanceSet' => '

Information about the Scheduled Instances.

', ], ], 'RIProductDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$ProductDescription' => '

The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.

', 'ReservedInstances$ProductDescription' => '

The Reserved Instance product platform description.

', 'ReservedInstancesOffering$ProductDescription' => '

The Reserved Instance product platform description.

', 'SpotInstanceRequest$ProductDescription' => '

The product description associated with the Spot Instance.

', 'SpotPrice$ProductDescription' => '

A general description of the AMI.

', ], ], 'RamdiskId' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$RamdiskId' => '

The ID of the RAM disk.

', 'RequestLaunchTemplateData$RamDiskId' => '

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User provided kernels in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', 'RunInstancesRequest$RamdiskId' => '

The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

', 'ScheduledInstancesLaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', ], ], 'ReasonCodesList' => [ 'base' => NULL, 'refs' => [ 'ReportInstanceStatusRequest$ReasonCodes' => '

The reason codes that describe the health state of your instance.

', ], ], 'RebootInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RecurringCharge' => [ 'base' => '

Describes a recurring charge.

', 'refs' => [ 'RecurringChargesList$member' => NULL, ], ], 'RecurringChargeFrequency' => [ 'base' => NULL, 'refs' => [ 'RecurringCharge$Frequency' => '

The frequency of the recurring charge.

', ], ], 'RecurringChargesList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$RecurringCharges' => '

The recurring charge tag assigned to the resource.

', 'ReservedInstancesOffering$RecurringCharges' => '

The recurring charge tag assigned to the resource.

', ], ], 'ReferencedSecurityGroup' => [ 'base' => '

Describes the security group that is referenced in the security group rule.

', 'refs' => [ 'SecurityGroupRule$ReferencedGroupInfo' => '

Describes the security group that is referenced in the rule.

', ], ], 'Region' => [ 'base' => '

Describes a Region.

', 'refs' => [ 'RegionList$member' => NULL, ], ], 'RegionList' => [ 'base' => NULL, 'refs' => [ 'DescribeRegionsResult$Regions' => '

Information about the Regions.

', ], ], 'RegionNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeRegionsRequest$RegionNames' => '

The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

', ], ], 'RegionNames' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$RegionNames' => '

The Regions used to narrow down the list of Regions to be scored. Enter the Region code, for example, us-east-1.

', ], ], 'RegisterImageRequest' => [ 'base' => '

Contains the parameters for RegisterImage.

', 'refs' => [], ], 'RegisterImageResult' => [ 'base' => '

Contains the output of RegisterImage.

', 'refs' => [], ], 'RegisterInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterInstanceTagAttributeRequest' => [ 'base' => '

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

', 'refs' => [ 'RegisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute' => '

Information about the tag keys to register.

', ], ], 'RegisterTransitGatewayMulticastGroupMembersRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupMembersResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupSourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupSourcesResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseIpamPoolAllocationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseIpamPoolAllocationResult' => [ 'base' => NULL, 'refs' => [], ], 'RemoveIpamOperatingRegion' => [ 'base' => '

Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide

', 'refs' => [ 'RemoveIpamOperatingRegionSet$member' => NULL, ], ], 'RemoveIpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'ModifyIpamRequest$RemoveOperatingRegions' => '

The operating Regions to remove.

', 'ModifyIpamResourceDiscoveryRequest$RemoveOperatingRegions' => '

Remove operating Regions.

', ], ], 'RemovePrefixListEntries' => [ 'base' => NULL, 'refs' => [ 'ModifyManagedPrefixListRequest$RemoveEntries' => '

One or more entries to remove from the prefix list.

', ], ], 'RemovePrefixListEntry' => [ 'base' => '

An entry for a prefix list.

', 'refs' => [ 'RemovePrefixListEntries$member' => NULL, ], ], 'ReplaceIamInstanceProfileAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceIamInstanceProfileAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRootVolumeTask' => [ 'base' => '

Information about a root volume replacement task.

', 'refs' => [ 'CreateReplaceRootVolumeTaskResult$ReplaceRootVolumeTask' => '

Information about the root volume replacement task.

', 'ReplaceRootVolumeTasks$member' => NULL, ], ], 'ReplaceRootVolumeTaskId' => [ 'base' => NULL, 'refs' => [ 'ReplaceRootVolumeTask$ReplaceRootVolumeTaskId' => '

The ID of the root volume replacement task.

', 'ReplaceRootVolumeTaskIds$member' => NULL, ], ], 'ReplaceRootVolumeTaskIds' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksRequest$ReplaceRootVolumeTaskIds' => '

The ID of the root volume replacement task to view.

', ], ], 'ReplaceRootVolumeTaskState' => [ 'base' => NULL, 'refs' => [ 'ReplaceRootVolumeTask$TaskState' => '

The state of the task. The task can be in one of the following states:

', ], ], 'ReplaceRootVolumeTasks' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksResult$ReplaceRootVolumeTasks' => '

Information about the root volume replacement task.

', ], ], 'ReplaceRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRouteTableAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRouteTableAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceVpnTunnelRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceVpnTunnelResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplacementStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotCapacityRebalance$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. Spot Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', ], ], 'ReportInstanceReasonCodes' => [ 'base' => NULL, 'refs' => [ 'ReasonCodesList$member' => NULL, ], ], 'ReportInstanceStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReportStatusType' => [ 'base' => NULL, 'refs' => [ 'ReportInstanceStatusRequest$Status' => '

The status of all instances listed.

', ], ], 'RequestFilterPortRange' => [ 'base' => '

Describes a port range.

', 'refs' => [ 'PathRequestFilter$SourcePortRange' => '

The source port range.

', 'PathRequestFilter$DestinationPortRange' => '

The destination port range.

', ], ], 'RequestHostIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.

', 'ModifyHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts to modify.

', 'ReleaseHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts to release.

', ], ], 'RequestHostIdSet' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewRequest$HostIdSet' => '

The IDs of the Dedicated Hosts with which the reservation is associated.

', 'PurchaseHostReservationRequest$HostIdSet' => '

The IDs of the Dedicated Hosts with which the reservation will be associated.

', ], ], 'RequestInstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesRequest$InstanceTypes' => '

The instance types. For more information, see Instance types in the Amazon EC2 User Guide.

', ], ], 'RequestIpamResourceTag' => [ 'base' => '

A tag on an IPAM resource.

', 'refs' => [ 'GetIpamResourceCidrsRequest$ResourceTag' => '

The resource tag.

', 'RequestIpamResourceTagList$member' => NULL, ], ], 'RequestIpamResourceTagList' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AllocationResourceTags' => '

Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.

', 'ModifyIpamPoolRequest$AddAllocationResourceTags' => '

Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.

', 'ModifyIpamPoolRequest$RemoveAllocationResourceTags' => '

Remove tag allocation rules from a pool.

', ], ], 'RequestLaunchTemplateData' => [ 'base' => '

The information to include in the launch template.

You must specify at least one parameter for the launch template data.

', 'refs' => [ 'CreateLaunchTemplateRequest$LaunchTemplateData' => '

The information for the launch template.

', 'CreateLaunchTemplateVersionRequest$LaunchTemplateData' => '

The information for the launch template.

', ], ], 'RequestSpotFleetRequest' => [ 'base' => '

Contains the parameters for RequestSpotFleet.

', 'refs' => [], ], 'RequestSpotFleetResponse' => [ 'base' => '

Contains the output of RequestSpotFleet.

', 'refs' => [], ], 'RequestSpotInstancesRequest' => [ 'base' => '

Contains the parameters for RequestSpotInstances.

', 'refs' => [], ], 'RequestSpotInstancesResult' => [ 'base' => '

Contains the output of RequestSpotInstances.

', 'refs' => [], ], 'RequestSpotLaunchSpecification' => [ 'base' => '

Describes the launch specification for an instance.

', 'refs' => [ 'RequestSpotInstancesRequest$LaunchSpecification' => '

The launch specification.

', ], ], 'RequestSpotLaunchSpecificationSecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'RequestSpotLaunchSpecification$SecurityGroupIds' => '

The IDs of the security groups.

', ], ], 'RequestSpotLaunchSpecificationSecurityGroupList' => [ 'base' => NULL, 'refs' => [ 'RequestSpotLaunchSpecification$SecurityGroups' => '

Not supported.

', ], ], 'Reservation' => [ 'base' => '

Describes a launch request for one or more instances, and includes owner, requester, and security group information that applies to all instances in the launch request.

', 'refs' => [ 'ReservationList$member' => NULL, ], ], 'ReservationFleetInstanceSpecification' => [ 'base' => '

Information about an instance type to use in a Capacity Reservation Fleet.

', 'refs' => [ 'ReservationFleetInstanceSpecificationList$member' => NULL, ], ], 'ReservationFleetInstanceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationFleetRequest$InstanceTypeSpecifications' => '

Information about the instance types for which to reserve the capacity.

', ], ], 'ReservationId' => [ 'base' => NULL, 'refs' => [ 'CreateReservedInstancesListingRequest$ReservedInstancesId' => '

The ID of the active Standard Reserved Instance.

', 'DeleteQueuedReservedInstancesIdList$member' => NULL, 'DescribeReservedInstancesListingsRequest$ReservedInstancesId' => '

One or more Reserved Instance IDs.

', 'ReservedInstanceIdSet$member' => NULL, 'ReservedInstancesIdStringList$member' => NULL, ], ], 'ReservationList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancesResult$Reservations' => '

Information about the reservations.

', ], ], 'ReservationState' => [ 'base' => NULL, 'refs' => [ 'HostReservation$State' => '

The state of the reservation.

', ], ], 'ReservationValue' => [ 'base' => '

The cost associated with the Reserved Instance.

', 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueRollup' => '

The cost associated with the Reserved Instance.

', 'GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueRollup' => '

The cost associated with the Reserved Instance.

', 'ReservedInstanceReservationValue$ReservationValue' => '

The total value of the Convertible Reserved Instance that you are exchanging.

', 'TargetReservationValue$ReservationValue' => '

The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

', ], ], 'ReservedInstanceIdSet' => [ 'base' => NULL, 'refs' => [ 'AcceptReservedInstancesExchangeQuoteRequest$ReservedInstanceIds' => '

The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.

', 'GetReservedInstancesExchangeQuoteRequest$ReservedInstanceIds' => '

The IDs of the Convertible Reserved Instances to exchange.

', ], ], 'ReservedInstanceLimitPrice' => [ 'base' => '

Describes the limit price of a Reserved Instance offering.

', 'refs' => [ 'PurchaseReservedInstancesOfferingRequest$LimitPrice' => '

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

', ], ], 'ReservedInstanceReservationValue' => [ 'base' => '

The total value of the Convertible Reserved Instance.

', 'refs' => [ 'ReservedInstanceReservationValueSet$member' => NULL, ], ], 'ReservedInstanceReservationValueSet' => [ 'base' => NULL, 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueSet' => '

The configuration of your Convertible Reserved Instances.

', ], ], 'ReservedInstanceState' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$State' => '

The state of the Reserved Instance purchase.

', ], ], 'ReservedInstances' => [ 'base' => '

Describes a Reserved Instance.

', 'refs' => [ 'ReservedInstancesList$member' => NULL, ], ], 'ReservedInstancesConfiguration' => [ 'base' => '

Describes the configuration settings for the modified Reserved Instances.

', 'refs' => [ 'ReservedInstancesConfigurationList$member' => NULL, 'ReservedInstancesModificationResult$TargetConfiguration' => '

The target Reserved Instances configurations supplied as part of the modification request.

', ], ], 'ReservedInstancesConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ModifyReservedInstancesRequest$TargetConfigurations' => '

The configuration settings for the Reserved Instances to modify.

', ], ], 'ReservedInstancesId' => [ 'base' => '

Describes the ID of a Reserved Instance.

', 'refs' => [ 'ReservedIntancesIds$member' => NULL, ], ], 'ReservedInstancesIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesRequest$ReservedInstancesIds' => '

One or more Reserved Instance IDs.

Default: Describes all your Reserved Instances, or only those otherwise specified.

', 'ModifyReservedInstancesRequest$ReservedInstancesIds' => '

The IDs of the Reserved Instances to modify.

', ], ], 'ReservedInstancesList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesResult$ReservedInstances' => '

A list of Reserved Instances.

', ], ], 'ReservedInstancesListing' => [ 'base' => '

Describes a Reserved Instance listing.

', 'refs' => [ 'ReservedInstancesListingList$member' => NULL, ], ], 'ReservedInstancesListingId' => [ 'base' => NULL, 'refs' => [ 'CancelReservedInstancesListingRequest$ReservedInstancesListingId' => '

The ID of the Reserved Instance listing.

', 'DescribeReservedInstancesListingsRequest$ReservedInstancesListingId' => '

One or more Reserved Instance listing IDs.

', ], ], 'ReservedInstancesListingList' => [ 'base' => NULL, 'refs' => [ 'CancelReservedInstancesListingResult$ReservedInstancesListings' => '

The Reserved Instance listing.

', 'CreateReservedInstancesListingResult$ReservedInstancesListings' => '

Information about the Standard Reserved Instance listing.

', 'DescribeReservedInstancesListingsResult$ReservedInstancesListings' => '

Information about the Reserved Instance listing.

', ], ], 'ReservedInstancesModification' => [ 'base' => '

Describes a Reserved Instance modification.

', 'refs' => [ 'ReservedInstancesModificationList$member' => NULL, ], ], 'ReservedInstancesModificationId' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModificationIdStringList$member' => NULL, ], ], 'ReservedInstancesModificationIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesModificationsRequest$ReservedInstancesModificationIds' => '

IDs for the submitted modification request.

', ], ], 'ReservedInstancesModificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesModificationsResult$ReservedInstancesModifications' => '

The Reserved Instance modification information.

', ], ], 'ReservedInstancesModificationResult' => [ 'base' => '

Describes the modification request/s.

', 'refs' => [ 'ReservedInstancesModificationResultList$member' => NULL, ], ], 'ReservedInstancesModificationResultList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModification$ModificationResults' => '

Contains target configurations along with their corresponding new Reserved Instance IDs.

', ], ], 'ReservedInstancesOffering' => [ 'base' => '

Describes a Reserved Instance offering.

', 'refs' => [ 'ReservedInstancesOfferingList$member' => NULL, ], ], 'ReservedInstancesOfferingId' => [ 'base' => NULL, 'refs' => [ 'PurchaseReservedInstancesOfferingRequest$ReservedInstancesOfferingId' => '

The ID of the Reserved Instance offering to purchase.

', 'ReservedInstancesOfferingIdStringList$member' => NULL, 'TargetConfigurationRequest$OfferingId' => '

The Convertible Reserved Instance offering ID.

', ], ], 'ReservedInstancesOfferingIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$ReservedInstancesOfferingIds' => '

One or more Reserved Instances offering IDs.

', ], ], 'ReservedInstancesOfferingList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsResult$ReservedInstancesOfferings' => '

A list of Reserved Instances offerings.

', ], ], 'ReservedIntancesIds' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModification$ReservedInstancesIds' => '

The IDs of one or more Reserved Instances.

', ], ], 'ResetAddressAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetAddressAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetFpgaImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'ResetFpgaImageAttributeRequest$Attribute' => '

The attribute.

', ], ], 'ResetFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'ResetImageAttributeRequest$Attribute' => '

The attribute to reset (currently you can only reset the launch permission attribute).

', ], ], 'ResetImageAttributeRequest' => [ 'base' => '

Contains the parameters for ResetImageAttribute.

', 'refs' => [], ], 'ResetInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for ResetNetworkInterfaceAttribute.

', 'refs' => [], ], 'ResetSnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'AnalysisRouteTableRoute$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of a core network.

', 'ArnList$member' => NULL, 'AssociatedRole$AssociatedRoleArn' => '

The ARN of the associated IAM role.

', 'CoipPool$PoolArn' => '

The ARN of the address pool.

', 'Ec2InstanceConnectEndpoint$InstanceConnectEndpointArn' => '

The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.

', 'Explanation$LoadBalancerArn' => '

The Amazon Resource Name (ARN) of the load balancer.

', 'FirewallStatefulRule$RuleGroupArn' => '

The ARN of the stateful rule group.

', 'FirewallStatelessRule$RuleGroupArn' => '

The ARN of the stateless rule group.

', 'Ipam$IpamArn' => '

The Amazon Resource Name (ARN) of the IPAM.

', 'IpamPool$IpamPoolArn' => '

The Amazon Resource Name (ARN) of the IPAM pool.

', 'IpamPool$IpamScopeArn' => '

The ARN of the scope of the IPAM pool.

', 'IpamPool$IpamArn' => '

The ARN of the IPAM.

', 'IpamResourceDiscoveryAssociation$IpamArn' => '

The IPAM ARN.

', 'IpamScope$IpamScopeArn' => '

The Amazon Resource Name (ARN) of the scope.

', 'IpamScope$IpamArn' => '

The ARN of the IPAM.

', 'LocalGatewayRoute$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table.

', 'LocalGatewayRouteTable$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table for the association.

', 'ManagedPrefixList$PrefixListArn' => '

The Amazon Resource Name (ARN) for the prefix list.

', 'NetworkInsightsAccessScope$NetworkInsightsAccessScopeArn' => '

The Amazon Resource Name (ARN) of the Network Access Scope.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeAnalysisArn' => '

The Amazon Resource Name (ARN) of the Network Access Scope analysis.

', 'NetworkInsightsAnalysis$NetworkInsightsAnalysisArn' => '

The Amazon Resource Name (ARN) of the network insights analysis.

', 'NetworkInsightsPath$NetworkInsightsPathArn' => '

The Amazon Resource Name (ARN) of the path.

', 'NetworkInsightsPath$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', 'NetworkInsightsPath$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'RuleGroupRuleOptionsPair$RuleGroupArn' => '

The ARN of the rule group.

', 'RuleGroupTypePair$RuleGroupArn' => '

The ARN of the rule group.

', ], ], 'ResourceIdList' => [ 'base' => NULL, 'refs' => [ 'CreateTagsRequest$Resources' => '

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

', 'DeleteTagsRequest$Resources' => '

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

', ], ], 'ResourceList' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatRequest$Resources' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', ], ], 'ResourceStatement' => [ 'base' => '

Describes a resource statement.

', 'refs' => [ 'PathStatement$ResourceStatement' => '

The resource statement.

', 'ThroughResourcesStatement$ResourceStatement' => '

The resource statement.

', ], ], 'ResourceStatementRequest' => [ 'base' => '

Describes a resource statement.

', 'refs' => [ 'PathStatementRequest$ResourceStatement' => '

The resource statement.

', 'ThroughResourcesStatementRequest$ResourceStatement' => '

The resource statement.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateTagSpecification$ResourceType' => '

The type of resource to tag.

', 'LaunchTemplateTagSpecificationRequest$ResourceType' => '

The type of resource to tag.

The Valid Values are all the resource types that can be tagged. However, when creating a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request

To tag a resource after it has been created, see CreateTags.

', 'SpotFleetTagSpecification$ResourceType' => '

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .

', 'TagDescription$ResourceType' => '

The resource type.

', 'TagSpecification$ResourceType' => '

The type of resource to tag on creation.

', ], ], 'ResponseError' => [ 'base' => '

Describes the error that\'s returned when you cannot delete a launch template version.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseErrorItem$ResponseError' => '

Information about the error.

', ], ], 'ResponseHostIdList' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsResult$HostIds' => '

The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

', 'ModifyHostsResult$Successful' => '

The IDs of the Dedicated Hosts that were successfully modified.

', 'ReleaseHostsResult$Successful' => '

The IDs of the Dedicated Hosts that were successfully released.

', ], ], 'ResponseHostIdSet' => [ 'base' => NULL, 'refs' => [ 'HostReservation$HostIdSet' => '

The IDs of the Dedicated Hosts associated with the reservation.

', 'Purchase$HostIdSet' => '

The IDs of the Dedicated Hosts associated with the reservation.

', ], ], 'ResponseLaunchTemplateData' => [ 'base' => '

The information for a launch template.

', 'refs' => [ 'GetLaunchTemplateDataResult$LaunchTemplateData' => '

The instance data.

', 'LaunchTemplateVersion$LaunchTemplateData' => '

Information about the launch template.

', ], ], 'RestorableByStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsRequest$RestorableByUserIds' => '

The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.

', ], ], 'RestoreAddressToClassicRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreAddressToClassicResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreImageFromRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreImageFromRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreManagedPrefixListVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreManagedPrefixListVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotFromRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotFromRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotTierRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotTierRequestTemporaryRestoreDays' => [ 'base' => NULL, 'refs' => [ 'RestoreSnapshotTierRequest$TemporaryRestoreDays' => '

Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.

To temporarily restore an archived snapshot, specify the number of days and omit the PermanentRestore parameter or set it to false.

', ], ], 'RestoreSnapshotTierResult' => [ 'base' => NULL, 'refs' => [], ], 'ResultRange' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 20 and 500. You cannot specify this parameter and the event window IDs parameter in the same call.

', ], ], 'RevokeClientVpnIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeClientVpnIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'RoleId' => [ 'base' => NULL, 'refs' => [ 'AssociateEnclaveCertificateIamRoleRequest$RoleArn' => '

The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

', 'DisassociateEnclaveCertificateIamRoleRequest$RoleArn' => '

The ARN of the IAM role to disassociate.

', ], ], 'RootDeviceType' => [ 'base' => NULL, 'refs' => [ 'RootDeviceTypeList$member' => NULL, ], ], 'RootDeviceTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedRootDeviceTypes' => '

The supported root device types.

', ], ], 'Route' => [ 'base' => '

Describes a route in a route table.

', 'refs' => [ 'RouteList$member' => NULL, ], ], 'RouteGatewayId' => [ 'base' => NULL, 'refs' => [ 'AssociateRouteTableRequest$GatewayId' => '

The ID of the internet gateway or virtual private gateway.

', 'CreateRouteRequest$GatewayId' => '

The ID of an internet gateway or virtual private gateway attached to your VPC.

', 'ReplaceRouteRequest$GatewayId' => '

The ID of an internet gateway or virtual private gateway.

', ], ], 'RouteList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$Routes' => '

The routes in the route table.

', ], ], 'RouteOrigin' => [ 'base' => NULL, 'refs' => [ 'Route$Origin' => '

Describes how the route was created.

', ], ], 'RouteState' => [ 'base' => NULL, 'refs' => [ 'Route$State' => '

The state of the route. The blackhole state indicates that the route\'s target isn\'t available (for example, the specified gateway isn\'t attached to the VPC, or the specified NAT instance has been terminated).

', ], ], 'RouteTable' => [ 'base' => '

Describes a route table.

', 'refs' => [ 'CreateRouteTableResult$RouteTable' => '

Information about the route table.

', 'RouteTableList$member' => NULL, ], ], 'RouteTableAssociation' => [ 'base' => '

Describes an association between a route table and a subnet or gateway.

', 'refs' => [ 'RouteTableAssociationList$member' => NULL, ], ], 'RouteTableAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateRouteTableRequest$AssociationId' => '

The association ID representing the current association between the route table and subnet or gateway.

', 'ReplaceRouteTableAssociationRequest$AssociationId' => '

The association ID.

', ], ], 'RouteTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$Associations' => '

The associations between the route table and one or more subnets or a gateway.

', ], ], 'RouteTableAssociationState' => [ 'base' => '

Describes the state of an association between a route table and a subnet or gateway.

', 'refs' => [ 'AssociateRouteTableResult$AssociationState' => '

The state of the association.

', 'ReplaceRouteTableAssociationResult$AssociationState' => '

The state of the association.

', 'RouteTableAssociation$AssociationState' => '

The state of the association.

', ], ], 'RouteTableAssociationStateCode' => [ 'base' => NULL, 'refs' => [ 'RouteTableAssociationState$State' => '

The state of the association.

', ], ], 'RouteTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateRouteTableRequest$RouteTableId' => '

The ID of the route table.

', 'CreateRouteRequest$RouteTableId' => '

The ID of the route table for the route.

', 'DeleteRouteRequest$RouteTableId' => '

The ID of the route table.

', 'DeleteRouteTableRequest$RouteTableId' => '

The ID of the route table.

', 'DisableVgwRoutePropagationRequest$RouteTableId' => '

The ID of the route table.

', 'EnableVgwRoutePropagationRequest$RouteTableId' => '

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.

', 'ReplaceRouteRequest$RouteTableId' => '

The ID of the route table.

', 'ReplaceRouteTableAssociationRequest$RouteTableId' => '

The ID of the new route table to associate with the subnet.

', 'RouteTableIdStringList$member' => NULL, 'VpcEndpointRouteTableIdList$member' => NULL, ], ], 'RouteTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesRequest$RouteTableIds' => '

The IDs of the route tables.

Default: Describes all your route tables.

', ], ], 'RouteTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesResult$RouteTables' => '

Information about one or more route tables.

', ], ], 'RuleAction' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkAclEntryRequest$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', 'NetworkAclEntry$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', 'ReplaceNetworkAclEntryRequest$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', ], ], 'RuleGroupRuleOptionsPair' => [ 'base' => '

Describes the rule options for a stateful rule group.

', 'refs' => [ 'RuleGroupRuleOptionsPairList$member' => NULL, ], ], 'RuleGroupRuleOptionsPairList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleGroupRuleOptionsPairs' => '

The rule options.

', ], ], 'RuleGroupTypePair' => [ 'base' => '

Describes the type of a stateful rule group.

', 'refs' => [ 'RuleGroupTypePairList$member' => NULL, ], ], 'RuleGroupTypePairList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleGroupTypePairs' => '

The rule group type.

', ], ], 'RuleOption' => [ 'base' => '

Describes additional settings for a stateful rule.

', 'refs' => [ 'RuleOptionList$member' => NULL, ], ], 'RuleOptionList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleOptions' => '

The rule options.

', 'RuleGroupRuleOptionsPair$RuleOptions' => '

The rule options.

', ], ], 'RunInstancesMonitoringEnabled' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'LaunchSpecification$Monitoring' => NULL, 'RequestSpotLaunchSpecification$Monitoring' => '

Indicates whether basic or detailed monitoring is enabled for the instance.

Default: Disabled

', 'RunInstancesRequest$Monitoring' => '

Specifies whether detailed monitoring is enabled for the instance.

', ], ], 'RunInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RunInstancesUserData' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$UserData' => '

The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.

', ], ], 'RunScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for RunScheduledInstances.

', 'refs' => [], ], 'RunScheduledInstancesResult' => [ 'base' => '

Contains the output of RunScheduledInstances.

', 'refs' => [], ], 'S3ObjectTag' => [ 'base' => '

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.

', 'refs' => [ 'S3ObjectTagList$member' => NULL, ], ], 'S3ObjectTagList' => [ 'base' => NULL, 'refs' => [ 'CreateStoreImageTaskRequest$S3ObjectTags' => '

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

', ], ], 'S3Storage' => [ 'base' => '

Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.

', 'refs' => [ 'Storage$S3' => '

An Amazon S3 storage location.

', ], ], 'SSEType' => [ 'base' => NULL, 'refs' => [ 'GetEbsEncryptionByDefaultResult$SseType' => '

Reserved for future use.

', 'RestoreSnapshotFromRecycleBinResult$SseType' => '

Reserved for future use.

', 'Snapshot$SseType' => '

Reserved for future use.

', 'SnapshotInfo$SseType' => '

Reserved for future use.

', 'Volume$SseType' => '

Reserved for future use.

', ], ], 'ScheduledInstance' => [ 'base' => '

Describes a Scheduled Instance.

', 'refs' => [ 'PurchasedScheduledInstanceSet$member' => NULL, 'ScheduledInstanceSet$member' => NULL, ], ], 'ScheduledInstanceAvailability' => [ 'base' => '

Describes a schedule that is available for your Scheduled Instances.

', 'refs' => [ 'ScheduledInstanceAvailabilitySet$member' => NULL, ], ], 'ScheduledInstanceAvailabilitySet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstanceAvailabilityResult$ScheduledInstanceAvailabilitySet' => '

Information about the available Scheduled Instances.

', ], ], 'ScheduledInstanceId' => [ 'base' => NULL, 'refs' => [ 'RunScheduledInstancesRequest$ScheduledInstanceId' => '

The Scheduled Instance ID.

', 'ScheduledInstanceIdRequestSet$member' => NULL, ], ], 'ScheduledInstanceIdRequestSet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstancesRequest$ScheduledInstanceIds' => '

The Scheduled Instance IDs.

', ], ], 'ScheduledInstanceRecurrence' => [ 'base' => '

Describes the recurring schedule for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstance$Recurrence' => '

The schedule recurrence.

', 'ScheduledInstanceAvailability$Recurrence' => '

The schedule recurrence.

', ], ], 'ScheduledInstanceRecurrenceRequest' => [ 'base' => '

Describes the recurring schedule for a Scheduled Instance.

', 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$Recurrence' => '

The schedule recurrence.

', ], ], 'ScheduledInstanceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstancesResult$ScheduledInstanceSet' => '

Information about the Scheduled Instances.

', ], ], 'ScheduledInstancesBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesBlockDeviceMappingSet$member' => NULL, ], ], 'ScheduledInstancesBlockDeviceMappingSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries.

', ], ], 'ScheduledInstancesEbs' => [ 'base' => '

Describes an EBS volume for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesBlockDeviceMapping$Ebs' => '

Parameters used to set up EBS volumes automatically when the instance is launched.

', ], ], 'ScheduledInstancesIamInstanceProfile' => [ 'base' => '

Describes an IAM instance profile for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'ScheduledInstancesIpv6Address' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'ScheduledInstancesIpv6AddressList$member' => NULL, ], ], 'ScheduledInstancesIpv6AddressList' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesNetworkInterface$Ipv6Addresses' => '

The specific IPv6 addresses from the subnet range.

', ], ], 'ScheduledInstancesLaunchSpecification' => [ 'base' => '

Describes the launch specification for a Scheduled Instance.

If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either SubnetId or NetworkInterface.

', 'refs' => [ 'RunScheduledInstancesRequest$LaunchSpecification' => '

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

', ], ], 'ScheduledInstancesMonitoring' => [ 'base' => '

Describes whether monitoring is enabled for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$Monitoring' => '

Enable or disable monitoring for the instances.

', ], ], 'ScheduledInstancesNetworkInterface' => [ 'base' => '

Describes a network interface for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesNetworkInterfaceSet$member' => NULL, ], ], 'ScheduledInstancesNetworkInterfaceSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$NetworkInterfaces' => '

The network interfaces.

', ], ], 'ScheduledInstancesPlacement' => [ 'base' => '

Describes the placement for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$Placement' => '

The placement information.

', ], ], 'ScheduledInstancesPrivateIpAddressConfig' => [ 'base' => '

Describes a private IPv4 address for a Scheduled Instance.

', 'refs' => [ 'PrivateIpAddressConfigSet$member' => NULL, ], ], 'ScheduledInstancesSecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$SecurityGroupIds' => '

The IDs of the security groups.

', 'ScheduledInstancesNetworkInterface$Groups' => '

The IDs of the security groups.

', ], ], 'SearchLocalGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchLocalGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayMulticastGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayMulticastGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'SecurityGroup' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'SecurityGroupList$member' => NULL, ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressRequest$GroupId' => '

The ID of the security group.

', 'AuthorizeSecurityGroupIngressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'ClientVpnSecurityGroupIdSet$member' => NULL, 'DeleteSecurityGroupRequest$GroupId' => '

The ID of the security group.

', 'GroupIdStringList$member' => NULL, 'GroupIds$member' => NULL, 'ModifySecurityGroupRulesRequest$GroupId' => '

The ID of the security group.

', 'RequestSpotLaunchSpecificationSecurityGroupIdList$member' => NULL, 'RevokeSecurityGroupEgressRequest$GroupId' => '

The ID of the security group.

', 'RevokeSecurityGroupIngressRequest$GroupId' => '

The ID of the security group.

', 'ScheduledInstancesSecurityGroupIdSet$member' => NULL, 'SecurityGroupIdList$member' => NULL, 'SecurityGroupIdSet$member' => NULL, 'SecurityGroupIdStringList$member' => NULL, 'SecurityGroupIdStringListRequest$member' => NULL, 'SecurityGroupRule$GroupId' => '

The ID of the security group.

', 'SecurityGroupRuleRequest$ReferencedGroupId' => '

The ID of the security group that is referenced in the security group rule.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'VpcEndpointSecurityGroupIdList$member' => NULL, ], ], 'SecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$SecurityGroupIds' => '

The IDs of the security groups to associate with the Verified Access endpoint.

', 'VerifiedAccessEndpoint$SecurityGroupIds' => '

The IDs of the security groups for the endpoint.

', ], ], 'SecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$SecurityGroupIds' => '

The security groups associated with the endpoint. If you didn\'t specify a security group, the default security group for your VPC is associated with the endpoint.

', ], ], 'SecurityGroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Groups' => '

The IDs of one or more security groups.

', 'ImportInstanceLaunchSpecification$GroupIds' => '

The security group IDs.

', 'InstanceNetworkInterfaceSpecification$Groups' => '

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Groups' => '

The IDs of one or more security groups.

', 'ModifyNetworkInterfaceAttributeRequest$Groups' => '

Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it\'s just the default security group in the VPC. You must specify the ID of the security group, not the name.

', 'RequestLaunchTemplateData$SecurityGroupIds' => '

One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.

', 'RunInstancesRequest$SecurityGroupIds' => '

The IDs of the security groups. You can create a security group using CreateSecurityGroup.

If you specify a network interface, you must specify any security groups as part of the network interface.

', ], ], 'SecurityGroupIdStringListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceConnectEndpointRequest$SecurityGroupIds' => '

One or more security groups to associate with the endpoint. If you don\'t specify a security group, the default security group for your VPC will be associated with the endpoint.

', ], ], 'SecurityGroupIdentifier' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'GroupIdentifierSet$member' => NULL, ], ], 'SecurityGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsResult$SecurityGroups' => '

Information about the security groups.

', ], ], 'SecurityGroupName' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'DeleteSecurityGroupRequest$GroupName' => '

[Default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.

', 'GroupNameStringList$member' => NULL, 'RevokeSecurityGroupIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'SecurityGroupStringList$member' => NULL, 'UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.

', ], ], 'SecurityGroupReference' => [ 'base' => '

Describes a VPC with a security group that references your security group.

', 'refs' => [ 'SecurityGroupReferences$member' => NULL, ], ], 'SecurityGroupReferences' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupReferencesResult$SecurityGroupReferenceSet' => '

Information about the VPCs with the referencing security groups.

', ], ], 'SecurityGroupRule' => [ 'base' => '

Describes a security group rule.

', 'refs' => [ 'SecurityGroupRuleList$member' => NULL, ], ], 'SecurityGroupRuleDescription' => [ 'base' => '

Describes the description of a security group rule.

You can use this when you want to update the security group rule description for either an inbound or outbound rule.

', 'refs' => [ 'SecurityGroupRuleDescriptionList$member' => NULL, ], ], 'SecurityGroupRuleDescriptionList' => [ 'base' => NULL, 'refs' => [ 'UpdateSecurityGroupRuleDescriptionsEgressRequest$SecurityGroupRuleDescriptions' => '

The description for the egress security group rules. You must specify either the description or the IP permissions.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$SecurityGroupRuleDescriptions' => '

The description for the ingress security group rules. You must specify either a description or IP permissions.

', ], ], 'SecurityGroupRuleId' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupRule$SecurityGroupRuleId' => '

The ID of the security group rule.

', 'SecurityGroupRuleUpdate$SecurityGroupRuleId' => '

The ID of the security group rule.

', ], ], 'SecurityGroupRuleIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupRulesRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', 'RevokeSecurityGroupEgressRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', 'RevokeSecurityGroupIngressRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', ], ], 'SecurityGroupRuleList' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressResult$SecurityGroupRules' => '

Information about the outbound (egress) security group rules that were added.

', 'AuthorizeSecurityGroupIngressResult$SecurityGroupRules' => '

Information about the inbound (ingress) security group rules that were added.

', 'DescribeSecurityGroupRulesResult$SecurityGroupRules' => '

Information about security group rules.

', ], ], 'SecurityGroupRuleRequest' => [ 'base' => '

Describes a security group rule.

You must specify exactly one of the following parameters, based on the rule type:

When you modify a rule, you cannot change the rule type. For example, if the rule uses an IPv4 address range, you must use CidrIpv4 to specify a new IPv4 address range.

', 'refs' => [ 'SecurityGroupRuleUpdate$SecurityGroupRule' => '

Information about the security group rule.

', ], ], 'SecurityGroupRuleUpdate' => [ 'base' => '

Describes an update to a security group rule.

', 'refs' => [ 'SecurityGroupRuleUpdateList$member' => NULL, ], ], 'SecurityGroupRuleUpdateList' => [ 'base' => NULL, 'refs' => [ 'ModifySecurityGroupRulesRequest$SecurityGroupRules' => '

Information about the security group properties to update.

', ], ], 'SecurityGroupStringList' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceLaunchSpecification$GroupNames' => '

The security group names.

', 'RequestLaunchTemplateData$SecurityGroups' => '

One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.

', 'RunInstancesRequest$SecurityGroups' => '

[Default VPC] The names of the security groups.

If you specify a network interface, you must specify any security groups as part of the network interface.

Default: Amazon EC2 uses the default security group.

', ], ], 'SelfServicePortal' => [ 'base' => NULL, 'refs' => [ 'CreateClientVpnEndpointRequest$SelfServicePortal' => '

Specify whether to enable the self-service portal for the Client VPN endpoint.

Default Value: enabled

', 'ModifyClientVpnEndpointRequest$SelfServicePortal' => '

Specify whether to enable the self-service portal for the Client VPN endpoint.

', ], ], 'SendDiagnosticInterruptRequest' => [ 'base' => NULL, 'refs' => [], ], 'SensitiveUrl' => [ 'base' => NULL, 'refs' => [ 'ImageDiskContainer$Url' => '

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

', 'SnapshotDetail$Url' => '

The URL used to access the disk image.

', 'SnapshotDiskContainer$Url' => '

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

', 'SnapshotTaskDetail$Url' => '

The URL of the disk image from which the snapshot is created.

', ], ], 'SensitiveUserData' => [ 'base' => NULL, 'refs' => [ 'KeyPair$KeyMaterial' => '

An unencrypted PEM encoded RSA or ED25519 private key.

', 'LaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', 'RequestLaunchTemplateData$UserData' => '

The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see Run commands on your Linux instance at launch (Linux) or Work with instance user data (Windows) in the Amazon Elastic Compute Cloud User Guide.

If you are creating the launch template for use with Batch, the user data must be provided in the MIME multi-part archive format. For more information, see Amazon EC2 user data in launch templates in the Batch User Guide.

', 'RequestSpotLaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', 'ResponseLaunchTemplateData$UserData' => '

The user data for the instance.

', 'SpotFleetLaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', ], ], 'ServiceConfiguration' => [ 'base' => '

Describes a service configuration for a VPC endpoint service.

', 'refs' => [ 'CreateVpcEndpointServiceConfigurationResult$ServiceConfiguration' => '

Information about the service configuration.

', 'ServiceConfigurationSet$member' => NULL, ], ], 'ServiceConfigurationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServiceConfigurationsResult$ServiceConfigurations' => '

Information about the services.

', ], ], 'ServiceConnectivityType' => [ 'base' => NULL, 'refs' => [ 'SupportedIpAddressTypes$member' => NULL, ], ], 'ServiceDetail' => [ 'base' => '

Describes a VPC endpoint service.

', 'refs' => [ 'ServiceDetailSet$member' => NULL, ], ], 'ServiceDetailSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServicesResult$ServiceDetails' => '

Information about the service.

', ], ], 'ServiceState' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$ServiceState' => '

The service state.

', ], ], 'ServiceType' => [ 'base' => NULL, 'refs' => [ 'ServiceTypeDetail$ServiceType' => '

The type of service.

', ], ], 'ServiceTypeDetail' => [ 'base' => '

Describes the type of service for a VPC endpoint.

', 'refs' => [ 'ServiceTypeDetailSet$member' => NULL, ], ], 'ServiceTypeDetailSet' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$ServiceType' => '

The type of service.

', 'ServiceDetail$ServiceType' => '

The type of service.

', ], ], 'ShutdownBehavior' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceLaunchSpecification$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'RequestLaunchTemplateData$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

', 'ResponseLaunchTemplateData$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'RunInstancesRequest$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

', ], ], 'SlotDateTimeRangeRequest' => [ 'base' => '

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

', 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$FirstSlotStartTimeRange' => '

The time period for the first schedule to start.

', ], ], 'SlotStartTimeRangeRequest' => [ 'base' => '

Describes the time period for a Scheduled Instance to start its first schedule.

', 'refs' => [ 'DescribeScheduledInstancesRequest$SlotStartTimeRange' => '

The time period for the first schedule to start.

', ], ], 'Snapshot' => [ 'base' => '

Describes a snapshot.

', 'refs' => [ 'SnapshotList$member' => NULL, ], ], 'SnapshotAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotAttributeRequest$Attribute' => '

The snapshot attribute you would like to view.

', 'ModifySnapshotAttributeRequest$Attribute' => '

The snapshot attribute to modify. Only volume creation permissions can be modified.

', 'ResetSnapshotAttributeRequest$Attribute' => '

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

', ], ], 'SnapshotDetail' => [ 'base' => '

Describes the snapshot created from the imported disk.

', 'refs' => [ 'SnapshotDetailList$member' => NULL, ], ], 'SnapshotDetailList' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$SnapshotDetails' => '

Information about the snapshots.

', 'ImportImageTask$SnapshotDetails' => '

Information about the snapshots.

', ], ], 'SnapshotDiskContainer' => [ 'base' => '

The disk container object for the import snapshot request.

', 'refs' => [ 'ImportSnapshotRequest$DiskContainer' => '

Information about the disk container.

', ], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'CreateReplaceRootVolumeTaskRequest$SnapshotId' => '

The ID of the snapshot from which to restore the replacement root volume. The specified snapshot must be a snapshot that you previously created from the original root volume.

If you want to restore the replacement root volume to the initial launch state, or if you want to restore the replacement root volume from an AMI, omit this parameter.

', 'CreateVolumeRequest$SnapshotId' => '

The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.

', 'DeleteSnapshotRequest$SnapshotId' => '

The ID of the EBS snapshot.

', 'DescribeSnapshotAttributeRequest$SnapshotId' => '

The ID of the EBS snapshot.

', 'EbsBlockDevice$SnapshotId' => '

The ID of the snapshot.

', 'ImageDiskContainer$SnapshotId' => '

The ID of the EBS snapshot to be used for importing the snapshot.

', 'LaunchTemplateEbsBlockDevice$SnapshotId' => '

The ID of the snapshot.

', 'LaunchTemplateEbsBlockDeviceRequest$SnapshotId' => '

The ID of the snapshot.

', 'ModifySnapshotAttributeRequest$SnapshotId' => '

The ID of the snapshot.

', 'ModifySnapshotTierRequest$SnapshotId' => '

The ID of the snapshot.

', 'ReplaceRootVolumeTask$SnapshotId' => '

The ID of the snapshot used to create the replacement root volume.

', 'ResetSnapshotAttributeRequest$SnapshotId' => '

The ID of the snapshot.

', 'RestoreSnapshotFromRecycleBinRequest$SnapshotId' => '

The ID of the snapshot to restore.

', 'RestoreSnapshotTierRequest$SnapshotId' => '

The ID of the snapshot to restore.

', 'ScheduledInstancesEbs$SnapshotId' => '

The ID of the snapshot.

', 'SnapshotIdStringList$member' => NULL, 'SnapshotTierStatus$SnapshotId' => '

The ID of the snapshot.

', ], ], 'SnapshotIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsRequest$SnapshotIds' => '

The snapshot IDs.

Default: Describes the snapshots for which you have create volume permissions.

', 'DisableFastSnapshotRestoresRequest$SourceSnapshotIds' => '

The IDs of one or more snapshots. For example, snap-1234567890abcdef0.

', 'EnableFastSnapshotRestoresRequest$SourceSnapshotIds' => '

The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.

', 'ListSnapshotsInRecycleBinRequest$SnapshotIds' => '

The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin.

', ], ], 'SnapshotInfo' => [ 'base' => '

Information about a snapshot.

', 'refs' => [ 'SnapshotSet$member' => NULL, ], ], 'SnapshotList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsResult$Snapshots' => '

Information about the snapshots.

', ], ], 'SnapshotRecycleBinInfo' => [ 'base' => '

Information about a snapshot that is currently in the Recycle Bin.

', 'refs' => [ 'SnapshotRecycleBinInfoList$member' => NULL, ], ], 'SnapshotRecycleBinInfoList' => [ 'base' => NULL, 'refs' => [ 'ListSnapshotsInRecycleBinResult$Snapshots' => '

Information about the snapshots.

', ], ], 'SnapshotSet' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotsResult$Snapshots' => '

List of snapshots.

', ], ], 'SnapshotState' => [ 'base' => NULL, 'refs' => [ 'RestoreSnapshotFromRecycleBinResult$State' => '

The state of the snapshot.

', 'Snapshot$State' => '

The snapshot state.

', 'SnapshotInfo$State' => '

Current state of the snapshot.

', 'SnapshotTierStatus$Status' => '

The state of the snapshot.

', ], ], 'SnapshotTaskDetail' => [ 'base' => '

Details about the import snapshot task.

', 'refs' => [ 'ImportSnapshotResult$SnapshotTaskDetail' => '

Information about the import snapshot task.

', 'ImportSnapshotTask$SnapshotTaskDetail' => '

Describes an import snapshot task.

', ], ], 'SnapshotTierStatus' => [ 'base' => '

Provides information about a snapshot\'s storage tier.

', 'refs' => [ 'snapshotTierStatusSet$member' => NULL, ], ], 'SpotAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotOptions$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

price-capacity-optimized (recommended)

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.

capacity-optimized

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

EC2 Fleet requests instances from all of the Spot Instance pools that you specify.

lowest-price

EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowest-price

', 'SpotOptionsRequest$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

price-capacity-optimized (recommended)

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.

capacity-optimized

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

EC2 Fleet requests instances from all of the Spot Instance pools that you specify.

lowest-price

EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowest-price

', ], ], 'SpotCapacityRebalance' => [ 'base' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.

', 'refs' => [ 'SpotMaintenanceStrategies$CapacityRebalance' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.

', ], ], 'SpotDatafeedSubscription' => [ 'base' => '

Describes the data feed for a Spot Instance.

', 'refs' => [ 'CreateSpotDatafeedSubscriptionResult$SpotDatafeedSubscription' => '

The Spot Instance data feed subscription.

', 'DescribeSpotDatafeedSubscriptionResult$SpotDatafeedSubscription' => '

The Spot Instance data feed subscription.

', ], ], 'SpotFleetLaunchSpecification' => [ 'base' => '

Describes the launch specification for one or more Spot Instances. If you include On-Demand capacity in your fleet request or want to specify an EFA network device, you can\'t use SpotFleetLaunchSpecification; you must use LaunchTemplateConfig.

', 'refs' => [ 'LaunchSpecsList$member' => NULL, ], ], 'SpotFleetMonitoring' => [ 'base' => '

Describes whether monitoring is enabled.

', 'refs' => [ 'SpotFleetLaunchSpecification$Monitoring' => '

Enable or disable monitoring for the instances.

', ], ], 'SpotFleetRequestConfig' => [ 'base' => '

Describes a Spot Fleet request.

', 'refs' => [ 'SpotFleetRequestConfigSet$member' => NULL, ], ], 'SpotFleetRequestConfigData' => [ 'base' => '

Describes the configuration of a Spot Fleet request.

', 'refs' => [ 'RequestSpotFleetRequest$SpotFleetRequestConfig' => '

The configuration for the Spot Fleet request.

', 'SpotFleetRequestConfig$SpotFleetRequestConfig' => '

The configuration of the Spot Fleet request.

', ], ], 'SpotFleetRequestConfigSet' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestsResponse$SpotFleetRequestConfigs' => '

Information about the configuration of your Spot Fleet.

', ], ], 'SpotFleetRequestId' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetInstancesRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestHistoryRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'ModifySpotFleetRequestRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'SpotFleetRequestIdList$member' => NULL, ], ], 'SpotFleetRequestIdList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsRequest$SpotFleetRequestIds' => '

The IDs of the Spot Fleet requests.

', 'DescribeSpotFleetRequestsRequest$SpotFleetRequestIds' => '

The IDs of the Spot Fleet requests.

', ], ], 'SpotFleetTagSpecification' => [ 'base' => '

The tags for a Spot Fleet resource.

', 'refs' => [ 'SpotFleetTagSpecificationList$member' => NULL, ], ], 'SpotFleetTagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'SpotFleetLaunchSpecification$TagSpecifications' => '

The tags to apply during creation.

', ], ], 'SpotInstanceInterruptionBehavior' => [ 'base' => NULL, 'refs' => [ 'SpotOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

Default: terminate

', 'SpotOptionsRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

Default: terminate

', ], ], 'SpotInstanceRequest' => [ 'base' => '

Describes a Spot Instance request.

', 'refs' => [ 'SpotInstanceRequestList$member' => NULL, ], ], 'SpotInstanceRequestId' => [ 'base' => NULL, 'refs' => [ 'SpotInstanceRequestIdList$member' => NULL, ], ], 'SpotInstanceRequestIdList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotInstanceRequestsRequest$SpotInstanceRequestIds' => '

The IDs of the Spot Instance requests.

', 'DescribeSpotInstanceRequestsRequest$SpotInstanceRequestIds' => '

The IDs of the Spot Instance requests.

', ], ], 'SpotInstanceRequestList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotInstanceRequestsResult$SpotInstanceRequests' => '

The Spot Instance requests.

', 'RequestSpotInstancesResult$SpotInstanceRequests' => '

The Spot Instance requests.

', ], ], 'SpotInstanceState' => [ 'base' => NULL, 'refs' => [ 'SpotInstanceRequest$State' => '

The state of the Spot Instance request. Spot request status information helps track your Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances.

', ], ], 'SpotInstanceStateFault' => [ 'base' => '

Describes a Spot Instance state change.

', 'refs' => [ 'SpotDatafeedSubscription$Fault' => '

The fault codes for the Spot Instance request, if any.

', 'SpotInstanceRequest$Fault' => '

The fault codes for the Spot Instance request, if any.

', ], ], 'SpotInstanceStatus' => [ 'base' => '

Describes the status of a Spot Instance request.

', 'refs' => [ 'SpotInstanceRequest$Status' => '

The status code and status message describing the Spot Instance request.

', ], ], 'SpotInstanceType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateSpotMarketOptions$SpotInstanceType' => '

The Spot Instance request type.

', 'LaunchTemplateSpotMarketOptionsRequest$SpotInstanceType' => '

The Spot Instance request type.

', 'RequestSpotInstancesRequest$Type' => '

The Spot Instance request type.

Default: one-time

', 'SpotInstanceRequest$Type' => '

The Spot Instance request type.

', 'SpotMarketOptions$SpotInstanceType' => '

The Spot Instance request type. For RunInstances, persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop.

', ], ], 'SpotMaintenanceStrategies' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotFleetRequestConfigData$SpotMaintenanceStrategies' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', ], ], 'SpotMarketOptions' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'InstanceMarketOptionsRequest$SpotOptions' => '

The options for Spot Instances.

', ], ], 'SpotOptions' => [ 'base' => '

Describes the configuration of Spot Instances in an EC2 Fleet.

', 'refs' => [ 'FleetData$SpotOptions' => '

The configuration of Spot Instances in an EC2 Fleet.

', ], ], 'SpotOptionsRequest' => [ 'base' => '

Describes the configuration of Spot Instances in an EC2 Fleet request.

', 'refs' => [ 'CreateFleetRequest$SpotOptions' => '

Describes the configuration of Spot Instances in an EC2 Fleet.

', ], ], 'SpotPlacement' => [ 'base' => '

Describes Spot Instance placement.

', 'refs' => [ 'LaunchSpecification$Placement' => '

The placement information for the instance.

', 'RequestSpotLaunchSpecification$Placement' => '

The placement information for the instance.

', 'SpotFleetLaunchSpecification$Placement' => '

The placement information.

', ], ], 'SpotPlacementScore' => [ 'base' => '

The Spot placement score for this Region or Availability Zone. The score is calculated based on the assumption that the capacity-optimized allocation strategy is used and that all of the Availability Zones in the Region can be used.

', 'refs' => [ 'SpotPlacementScores$member' => NULL, ], ], 'SpotPlacementScores' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresResult$SpotPlacementScores' => '

The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10. Each score
 reflects how likely it is that each Region or Availability Zone will succeed at fulfilling the specified target capacity
 at the time of the Spot placement score request. A score of 10 means that your Spot capacity request is highly likely to succeed in that Region or Availability Zone.

If you request a Spot placement score for Regions, a high score assumes that your fleet request will be configured to use all Availability Zones and the capacity-optimized allocation strategy. If you request a Spot placement score for Availability Zones, a high score assumes that your fleet request will be configured to use a single Availability Zone and the capacity-optimized allocation strategy.

Different
 Regions or Availability Zones might return the same score.

The Spot placement score serves as a recommendation only. No score guarantees that your Spot request will be fully or partially fulfilled.

', ], ], 'SpotPlacementScoresMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'SpotPlacementScoresTargetCapacity' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$TargetCapacity' => '

The target capacity.

', ], ], 'SpotPrice' => [ 'base' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'refs' => [ 'SpotPriceHistoryList$member' => NULL, ], ], 'SpotPriceHistoryList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryResult$SpotPriceHistory' => '

The historical Spot prices.

', ], ], 'SpreadLevel' => [ 'base' => NULL, 'refs' => [ 'CreatePlacementGroupRequest$SpreadLevel' => '

Determines how placement groups spread instances.

', 'PlacementGroup$SpreadLevel' => '

The spread level for the placement group. Only Outpost placement groups can be spread across hosts.

', ], ], 'StaleIpPermission' => [ 'base' => '

Describes a stale rule in a security group.

', 'refs' => [ 'StaleIpPermissionSet$member' => NULL, ], ], 'StaleIpPermissionSet' => [ 'base' => NULL, 'refs' => [ 'StaleSecurityGroup$StaleIpPermissions' => '

Information about the stale inbound rules in the security group.

', 'StaleSecurityGroup$StaleIpPermissionsEgress' => '

Information about the stale outbound rules in the security group.

', ], ], 'StaleSecurityGroup' => [ 'base' => '

Describes a stale security group (a security group that contains stale rules).

', 'refs' => [ 'StaleSecurityGroupSet$member' => NULL, ], ], 'StaleSecurityGroupSet' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsResult$StaleSecurityGroupSet' => '

Information about the stale security groups.

', ], ], 'StartInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAccessScopeAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAccessScopeAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'StartVpcEndpointServicePrivateDnsVerificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartVpcEndpointServicePrivateDnsVerificationResult' => [ 'base' => NULL, 'refs' => [], ], 'State' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$State' => '

The state of the endpoint.

', 'VpcEndpointConnection$VpcEndpointState' => '

The state of the VPC endpoint.

', ], ], 'StateReason' => [ 'base' => '

Describes a state change.

', 'refs' => [ 'Image$StateReason' => '

The reason for the state change.

', 'Instance$StateReason' => '

The reason for the most recent state transition.

', 'LocalGatewayRouteTable$StateReason' => '

Information about the state change.

', ], ], 'StaticSourcesSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$StaticSourcesSupport' => '

Specify whether to enable support for statically configuring multicast group sources for a domain.

', 'TransitGatewayMulticastDomainOptions$StaticSourcesSupport' => '

Indicates whether support for statically configuring transit gateway multicast group sources is turned on.

', ], ], 'StatisticType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Statistic' => '

The metric data aggregation period, p50, between the specified startDate and endDate. For example, a metric of five_minutes is the median of all the data points gathered within those five minutes. p50 is the only supported metric.

', 'DataResponse$Statistic' => '

The statistic used for the network performance request.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Statistic' => '

The statistic used for the disabled subscription.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Statistic' => '

The statistic used for the enabled subscription.

', 'Subscription$Statistic' => '

The statistic used for the subscription.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'MoveAddressToVpcResult$Status' => '

The status of the move of the IP address.

', 'RestoreAddressToClassicResult$Status' => '

The move status for the IP address.

', ], ], 'StatusName' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusDetails$Name' => '

The type of instance status.

', ], ], 'StatusType' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusDetails$Status' => '

The status.

', ], ], 'StopInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'Storage' => [ 'base' => '

Describes the storage location for an instance store-backed AMI.

', 'refs' => [ 'BundleInstanceRequest$Storage' => '

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

', 'BundleTask$Storage' => '

The Amazon S3 storage locations.

', ], ], 'StorageLocation' => [ 'base' => '

Describes a storage location in Amazon S3.

', 'refs' => [ 'CreateFpgaImageRequest$InputStorageLocation' => '

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

', 'CreateFpgaImageRequest$LogsStorageLocation' => '

The location in Amazon S3 for the output logs.

', ], ], 'StorageTier' => [ 'base' => NULL, 'refs' => [ 'Snapshot$StorageTier' => '

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

', 'SnapshotTierStatus$StorageTier' => '

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

', ], ], 'StoreImageTaskResult' => [ 'base' => '

The information about the AMI store task, including the progress of the task.

', 'refs' => [ 'StoreImageTaskResultSet$member' => NULL, ], ], 'StoreImageTaskResultSet' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksResult$StoreImageTaskResults' => '

The information about the AMI store tasks.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$Address' => '

The Elastic IP address you are accepting for transfer.

', 'AcceptReservedInstancesExchangeQuoteResult$ExchangeId' => '

The ID of the successful exchange.

', 'AccessScopeAnalysisFinding$FindingId' => '

The ID of the finding.

', 'AccountAttribute$AttributeName' => '

The name of the account attribute.

', 'AccountAttributeValue$AttributeValue' => '

The value of the attribute.

', 'ActiveInstance$InstanceId' => '

The ID of the instance.

', 'ActiveInstance$InstanceType' => '

The instance type.

', 'ActiveInstance$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'AddIpamOperatingRegion$RegionName' => '

The name of the operating Region.

', 'AddPrefixListEntry$Cidr' => '

The CIDR block.

', 'AddPrefixListEntry$Description' => '

A description for the entry.

Constraints: Up to 255 characters in length.

', 'AddedPrincipal$Principal' => '

The Amazon Resource Name (ARN) of the principal.

', 'AddedPrincipal$ServicePermissionId' => '

The ID of the service permission.

', 'AddedPrincipal$ServiceId' => '

The ID of the service.

', 'AdditionalDetail$AdditionalDetailType' => '

The additional detail code.

', 'AdditionalDetail$ServiceName' => '

The name of the VPC endpoint service.

', 'Address$InstanceId' => '

The ID of the instance that the address is associated with (if any).

', 'Address$PublicIp' => '

The Elastic IP address.

', 'Address$AllocationId' => '

The ID representing the allocation of the address.

', 'Address$AssociationId' => '

The ID representing the association of the address with an instance.

', 'Address$NetworkInterfaceId' => '

The ID of the network interface.

', 'Address$NetworkInterfaceOwnerId' => '

The ID of the Amazon Web Services account that owns the network interface.

', 'Address$PrivateIpAddress' => '

The private IP address associated with the Elastic IP address.

', 'Address$PublicIpv4Pool' => '

The ID of an address pool.

', 'Address$NetworkBorderGroup' => '

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

', 'Address$CustomerOwnedIp' => '

The customer-owned IP address.

', 'Address$CustomerOwnedIpv4Pool' => '

The ID of the customer-owned address pool.

', 'Address$CarrierIp' => '

The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

', 'AddressAttribute$PtrRecord' => '

The pointer (PTR) record for the IP address.

', 'AddressTransfer$PublicIp' => '

The Elastic IP address being transferred.

', 'AddressTransfer$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'AddressTransfer$TransferAccountId' => '

The ID of the account that you want to transfer the Elastic IP address to.

', 'AdvertiseByoipCidrRequest$Cidr' => '

The address range, in CIDR notation. This must be the exact range that you provisioned. You can\'t advertise only a portion of the provisioned range.

', 'AllocateAddressRequest$NetworkBorderGroup' => '

A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.

Use DescribeAvailabilityZones to view the network border groups.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.

', 'AllocateAddressRequest$CustomerOwnedIpv4Pool' => '

The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.

', 'AllocateAddressResult$PublicIp' => '

The Elastic IP address.

', 'AllocateAddressResult$AllocationId' => '

The ID that represents the allocation of the Elastic IP address.

', 'AllocateAddressResult$PublicIpv4Pool' => '

The ID of an address pool.

', 'AllocateAddressResult$NetworkBorderGroup' => '

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

', 'AllocateAddressResult$CustomerOwnedIp' => '

The customer-owned IP address.

', 'AllocateAddressResult$CustomerOwnedIpv4Pool' => '

The ID of the customer-owned address pool.

', 'AllocateAddressResult$CarrierIp' => '

The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.

', 'AllocateHostsRequest$AvailabilityZone' => '

The Availability Zone in which to allocate the Dedicated Host.

', 'AllocateHostsRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'AllocateHostsRequest$InstanceType' => '

Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.

If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

', 'AllocateHostsRequest$InstanceFamily' => '

Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.

If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

', 'AllocateHostsRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify OutpostArn, you can optionally specify AssetIds.

If you are allocating the Dedicated Host in a Region, omit this parameter.

', 'AllocateIpamPoolCidrRequest$Cidr' => '

The CIDR you would like to allocate from the IPAM pool. Note the following:

Possible values: Any available IPv4 or IPv6 CIDR.

', 'AllocateIpamPoolCidrRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'AllocateIpamPoolCidrRequest$Description' => '

A description for the allocation.

', 'AllowedPrincipal$Principal' => '

The Amazon Resource Name (ARN) of the principal.

', 'AllowedPrincipal$ServicePermissionId' => '

The ID of the service permission.

', 'AllowedPrincipal$ServiceId' => '

The ID of the service.

', 'AlternatePathHint$ComponentId' => '

The ID of the component.

', 'AlternatePathHint$ComponentArn' => '

The Amazon Resource Name (ARN) of the component.

', 'AnalysisAclRule$Cidr' => '

The IPv4 address range, in CIDR notation.

', 'AnalysisAclRule$Protocol' => '

The protocol.

', 'AnalysisAclRule$RuleAction' => '

Indicates whether to allow or deny traffic that matches the rule.

', 'AnalysisComponent$Id' => '

The ID of the component.

', 'AnalysisComponent$Arn' => '

The Amazon Resource Name (ARN) of the component.

', 'AnalysisComponent$Name' => '

The name of the analysis component.

', 'AnalysisLoadBalancerTarget$AvailabilityZone' => '

The Availability Zone.

', 'AnalysisPacketHeader$Protocol' => '

The protocol.

', 'AnalysisRouteTableRoute$DestinationCidr' => '

The destination IPv4 address, in CIDR notation.

', 'AnalysisRouteTableRoute$DestinationPrefixListId' => '

The prefix of the Amazon Web Service.

', 'AnalysisRouteTableRoute$EgressOnlyInternetGatewayId' => '

The ID of an egress-only internet gateway.

', 'AnalysisRouteTableRoute$GatewayId' => '

The ID of the gateway, such as an internet gateway or virtual private gateway.

', 'AnalysisRouteTableRoute$InstanceId' => '

The ID of the instance, such as a NAT instance.

', 'AnalysisRouteTableRoute$NatGatewayId' => '

The ID of a NAT gateway.

', 'AnalysisRouteTableRoute$NetworkInterfaceId' => '

The ID of a network interface.

', 'AnalysisRouteTableRoute$Origin' => '

Describes how the route was created. The following are the possible values:

', 'AnalysisRouteTableRoute$TransitGatewayId' => '

The ID of a transit gateway.

', 'AnalysisRouteTableRoute$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'AnalysisRouteTableRoute$State' => '

The state. The following are the possible values:

', 'AnalysisRouteTableRoute$CarrierGatewayId' => '

The ID of a carrier gateway.

', 'AnalysisRouteTableRoute$LocalGatewayId' => '

The ID of a local gateway.

', 'AnalysisSecurityGroupRule$Cidr' => '

The IPv4 address range, in CIDR notation.

', 'AnalysisSecurityGroupRule$Direction' => '

The direction. The following are the possible values:

', 'AnalysisSecurityGroupRule$SecurityGroupId' => '

The security group ID.

', 'AnalysisSecurityGroupRule$PrefixListId' => '

The prefix list ID.

', 'AnalysisSecurityGroupRule$Protocol' => '

The protocol name.

', 'AssignIpv6AddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignPrivateIpAddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignedPrivateIpAddress$PrivateIpAddress' => '

The private IP address assigned to the network interface.

', 'AssociateAddressRequest$PrivateIpAddress' => '

The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.

', 'AssociateAddressResult$AssociationId' => '

The ID that represents the association of the Elastic IP address with an instance.

', 'AssociateClientVpnTargetNetworkRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'AssociateClientVpnTargetNetworkResult$AssociationId' => '

The unique ID of the target network association.

', 'AssociateEnclaveCertificateIamRoleResult$CertificateS3BucketName' => '

The name of the Amazon S3 bucket to which the certificate was uploaded.

', 'AssociateEnclaveCertificateIamRoleResult$CertificateS3ObjectKey' => '

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

', 'AssociateEnclaveCertificateIamRoleResult$EncryptionKmsKeyId' => '

The ID of the KMS key used to encrypt the private key of the certificate.

', 'AssociateIpamResourceDiscoveryRequest$ClientToken' => '

A client token.

', 'AssociateRouteTableResult$AssociationId' => '

The route table association ID. This ID is required for disassociating the route table.

', 'AssociateSubnetCidrBlockRequest$Ipv6CidrBlock' => '

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

', 'AssociateSubnetCidrBlockResult$SubnetId' => '

The ID of the subnet.

', 'AssociateTrunkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'AssociateTrunkInterfaceResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'AssociateVpcCidrBlockRequest$CidrBlock' => '

An IPv4 CIDR block to associate with the VPC.

', 'AssociateVpcCidrBlockRequest$Ipv6CidrBlockNetworkBorderGroup' => '

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

', 'AssociateVpcCidrBlockRequest$Ipv6CidrBlock' => '

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

', 'AssociateVpcCidrBlockResult$VpcId' => '

The ID of the VPC.

', 'AssociatedRole$CertificateS3BucketName' => '

The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

', 'AssociatedRole$CertificateS3ObjectKey' => '

The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: role_arn/certificate_arn.

', 'AssociatedRole$EncryptionKmsKeyId' => '

The ID of the KMS customer master key (CMK) used to encrypt the private key.

', 'AssociatedTargetNetwork$NetworkId' => '

The ID of the subnet.

', 'AssociationStatus$Message' => '

A message about the status of the target network association, if applicable.

', 'AthenaIntegration$IntegrationResultS3DestinationArn' => '

The location in Amazon S3 to store the generated CloudFormation template.

', 'AttachNetworkInterfaceResult$AttachmentId' => '

The ID of the network interface attachment.

', 'AttachVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'AttachVolumeRequest$Device' => '

The device name (for example, /dev/sdh or xvdh).

', 'AttributeValue$Value' => '

The attribute value. The value is case-sensitive.

', 'AuthorizationRule$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the authorization rule is associated.

', 'AuthorizationRule$Description' => '

A brief description of the authorization rule.

', 'AuthorizationRule$GroupId' => '

The ID of the Active Directory group to which the authorization rule grants access.

', 'AuthorizationRule$DestinationCidr' => '

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

', 'AuthorizeClientVpnIngressRequest$TargetNetworkCidr' => '

The IPv4 address range, in CIDR notation, of the network for which access is being authorized.

', 'AuthorizeClientVpnIngressRequest$AccessGroupId' => '

The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if AuthorizeAllGroups is false or not specified.

', 'AuthorizeClientVpnIngressRequest$Description' => '

A brief description of the authorization rule.

', 'AuthorizeClientVpnIngressRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'AuthorizeSecurityGroupEgressRequest$CidrIp' => '

Not supported. Use a set of IP permissions to specify the CIDR.

', 'AuthorizeSecurityGroupEgressRequest$IpProtocol' => '

Not supported. Use a set of IP permissions to specify the protocol name or number.

', 'AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupName' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'AuthorizeSecurityGroupIngressRequest$CidrIp' => '

The IPv4 address range, in CIDR format. You can\'t specify this parameter when specifying a source security group. To specify an IPv6 address range, use a set of IP permissions.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify icmpv6, use a set of IP permissions.

Use -1 to specify all protocols. If you specify -1 or a protocol other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports you specify.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupName' => '

[Default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. The source security group must be in the same VPC.

', 'AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId' => '

[Nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group is in a different account. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.

', 'AvailabilityZone$RegionName' => '

The name of the Region.

', 'AvailabilityZone$ZoneName' => '

The name of the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZone$ZoneId' => '

The ID of the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZone$GroupName' => '

For Availability Zones, this parameter has the same value as the Region name.

For Local Zones, the name of the associated group, for example us-west-2-lax-1.

For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

', 'AvailabilityZone$NetworkBorderGroup' => '

The name of the network border group.

', 'AvailabilityZone$ZoneType' => '

The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.

', 'AvailabilityZone$ParentZoneName' => '

The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

', 'AvailabilityZone$ParentZoneId' => '

The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

', 'AvailabilityZoneMessage$Message' => '

The message about the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZoneStringList$member' => NULL, 'BillingProductList$member' => NULL, 'BlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'BlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

', 'BlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string. When this property is specified, the device is removed from the block device mapping regardless of the assigned value.

', 'BundleTask$BundleId' => '

The ID of the bundle task.

', 'BundleTask$InstanceId' => '

The ID of the instance associated with this bundle task.

', 'BundleTask$Progress' => '

The level of task completion, as a percent (for example, 20%).

', 'BundleTaskError$Code' => '

The error code.

', 'BundleTaskError$Message' => '

The error message.

', 'ByoipCidr$Cidr' => '

The address range, in CIDR notation.

', 'ByoipCidr$Description' => '

The description of the address range.

', 'ByoipCidr$StatusMessage' => '

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

', 'CancelConversionRequest$ReasonMessage' => '

The reason for canceling the conversion task.

', 'CancelImportTaskRequest$CancelReason' => '

The reason for canceling the task.

', 'CancelImportTaskResult$ImportTaskId' => '

The ID of the task being canceled.

', 'CancelImportTaskResult$PreviousState' => '

The current state of the task being canceled.

', 'CancelImportTaskResult$State' => '

The current state of the task being canceled.

', 'CancelSpotFleetRequestsError$Message' => '

The description for the error code.

', 'CancelSpotFleetRequestsErrorItem$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'CancelSpotFleetRequestsSuccessItem$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'CancelledSpotInstanceRequest$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'CapacityReservation$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'CapacityReservation$OwnerId' => '

The ID of the Amazon Web Services account that owns the Capacity Reservation.

', 'CapacityReservation$CapacityReservationArn' => '

The Amazon Resource Name (ARN) of the Capacity Reservation.

', 'CapacityReservation$AvailabilityZoneId' => '

The Availability Zone ID of the Capacity Reservation.

', 'CapacityReservation$InstanceType' => '

The type of instance for which the Capacity Reservation reserves capacity.

', 'CapacityReservation$AvailabilityZone' => '

The Availability Zone in which the capacity is reserved.

', 'CapacityReservation$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs. Only valid for Capacity Reservations that were created by a Capacity Reservation Fleet.

', 'CapacityReservationFleet$CapacityReservationFleetArn' => '

The ARN of the Capacity Reservation Fleet.

', 'CapacityReservationFleet$AllocationStrategy' => '

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. For more information, see For more information, see Allocation strategy in the Amazon EC2 User Guide.

', 'CapacityReservationGroup$GroupArn' => '

The ARN of the resource group.

', 'CapacityReservationGroup$OwnerId' => '

The ID of the Amazon Web Services account that owns the resource group.

', 'CapacityReservationTarget$CapacityReservationResourceGroupArn' => '

The ARN of the Capacity Reservation resource group in which to run the instance.

', 'CapacityReservationTargetResponse$CapacityReservationId' => '

The ID of the targeted Capacity Reservation.

', 'CapacityReservationTargetResponse$CapacityReservationResourceGroupArn' => '

The ARN of the targeted Capacity Reservation group.

', 'CarrierGateway$OwnerId' => '

The Amazon Web Services account ID of the owner of the carrier gateway.

', 'CertificateAuthentication$ClientRootCertificateChain' => '

The ARN of the client certificate.

', 'CertificateAuthenticationRequest$ClientRootCertificateChainArn' => '

The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).

', 'CidrAuthorizationContext$Message' => '

The plain-text authorization message for the prefix and account.

', 'CidrAuthorizationContext$Signature' => '

The signed authorization message for the prefix and account.

', 'CidrBlock$CidrBlock' => '

The IPv4 CIDR block.

', 'ClassicLinkDnsSupport$VpcId' => '

The ID of the VPC.

', 'ClassicLinkInstance$InstanceId' => '

The ID of the instance.

', 'ClassicLinkInstance$VpcId' => '

The ID of the VPC.

', 'ClassicLoadBalancer$Name' => '

The name of the load balancer.

', 'ClientCertificateRevocationListStatus$Message' => '

A message about the status of the client certificate revocation list, if applicable.

', 'ClientConnectOptions$LambdaFunctionArn' => '

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

', 'ClientConnectResponseOptions$LambdaFunctionArn' => '

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

', 'ClientData$Comment' => '

A user-defined comment about the disk upload.

', 'ClientLoginBannerOptions$BannerText' => '

Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

', 'ClientLoginBannerResponseOptions$BannerText' => '

Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

', 'ClientVpnAuthorizationRuleStatus$Message' => '

A message about the status of the authorization rule, if applicable.

', 'ClientVpnConnection$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client is connected.

', 'ClientVpnConnection$Timestamp' => '

The current date and time.

', 'ClientVpnConnection$ConnectionId' => '

The ID of the client connection.

', 'ClientVpnConnection$Username' => '

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

', 'ClientVpnConnection$ConnectionEstablishedTime' => '

The date and time the client connection was established.

', 'ClientVpnConnection$IngressBytes' => '

The number of bytes sent by the client.

', 'ClientVpnConnection$EgressBytes' => '

The number of bytes received by the client.

', 'ClientVpnConnection$IngressPackets' => '

The number of packets sent by the client.

', 'ClientVpnConnection$EgressPackets' => '

The number of packets received by the client.

', 'ClientVpnConnection$ClientIp' => '

The IP address of the client.

', 'ClientVpnConnection$CommonName' => '

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

', 'ClientVpnConnection$ConnectionEndTime' => '

The date and time the client connection was terminated.

', 'ClientVpnConnectionStatus$Message' => '

A message about the status of the client connection, if applicable.

', 'ClientVpnEndpoint$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ClientVpnEndpoint$Description' => '

A brief description of the endpoint.

', 'ClientVpnEndpoint$CreationTime' => '

The date and time the Client VPN endpoint was created.

', 'ClientVpnEndpoint$DeletionTime' => '

The date and time the Client VPN endpoint was deleted, if applicable.

', 'ClientVpnEndpoint$DnsName' => '

The DNS name to be used by clients when connecting to the Client VPN endpoint.

', 'ClientVpnEndpoint$ClientCidrBlock' => '

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

', 'ClientVpnEndpoint$ServerCertificateArn' => '

The ARN of the server certificate.

', 'ClientVpnEndpoint$SelfServicePortalUrl' => '

The URL of the self-service portal.

', 'ClientVpnEndpointAttributeStatus$Message' => '

The status message.

', 'ClientVpnEndpointStatus$Message' => '

A message about the status of the Client VPN endpoint.

', 'ClientVpnRoute$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the route is associated.

', 'ClientVpnRoute$DestinationCidr' => '

The IPv4 address range, in CIDR notation, of the route destination.

', 'ClientVpnRoute$TargetSubnet' => '

The ID of the subnet through which traffic is routed.

', 'ClientVpnRoute$Type' => '

The route type.

', 'ClientVpnRoute$Origin' => '

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

', 'ClientVpnRoute$Description' => '

A brief description of the route.

', 'ClientVpnRouteStatus$Message' => '

A message about the status of the Client VPN endpoint route, if applicable.

', 'CloudWatchLogOptions$LogGroupArn' => '

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

', 'CloudWatchLogOptions$LogOutputFormat' => '

Configured log format. Default format is json.

Valid values: json | text

', 'CloudWatchLogOptionsSpecification$LogOutputFormat' => '

Set log format. Default format is json.

Valid values: json | text

', 'CoipAddressUsage$AllocationId' => '

The allocation ID of the address.

', 'CoipAddressUsage$AwsAccountId' => '

The Amazon Web Services account ID.

', 'CoipAddressUsage$AwsService' => '

The Amazon Web Services service.

', 'CoipAddressUsage$CoIp' => '

The customer-owned IP address.

', 'CoipCidr$Cidr' => '

An address range in a customer-owned IP address space.

', 'CoipCidr$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'ConfirmProductInstanceRequest$ProductCode' => '

The product code. This must be a product code that you own.

', 'ConfirmProductInstanceResult$OwnerId' => '

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

', 'ConnectionLogOptions$CloudwatchLogGroup' => '

The name of the CloudWatch Logs log group. Required if connection logging is enabled.

', 'ConnectionLogOptions$CloudwatchLogStream' => '

The name of the CloudWatch Logs log stream to which the connection data is published.

', 'ConnectionLogResponseOptions$CloudwatchLogGroup' => '

The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

', 'ConnectionLogResponseOptions$CloudwatchLogStream' => '

The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.

', 'ConnectionNotification$ConnectionNotificationId' => '

The ID of the notification.

', 'ConnectionNotification$ServiceId' => '

The ID of the endpoint service.

', 'ConnectionNotification$VpcEndpointId' => '

The ID of the VPC endpoint.

', 'ConnectionNotification$ConnectionNotificationArn' => '

The ARN of the SNS topic for the notification.

', 'ConversionTask$ConversionTaskId' => '

The ID of the conversion task.

', 'ConversionTask$ExpirationTime' => '

The time when the task expires. If the upload isn\'t complete before the expiration time, we automatically cancel the task.

', 'ConversionTask$StatusMessage' => '

The status message related to the conversion task.

', 'CopyFpgaImageRequest$SourceFpgaImageId' => '

The ID of the source AFI.

', 'CopyFpgaImageRequest$Description' => '

The description for the new AFI.

', 'CopyFpgaImageRequest$Name' => '

The name for the new AFI. The default is the name of the source AFI.

', 'CopyFpgaImageRequest$SourceRegion' => '

The Region that contains the source AFI.

', 'CopyFpgaImageRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

', 'CopyFpgaImageResult$FpgaImageId' => '

The ID of the new AFI.

', 'CopyImageRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

', 'CopyImageRequest$Description' => '

A description for the new AMI in the destination Region.

', 'CopyImageRequest$Name' => '

The name of the new AMI in the destination Region.

', 'CopyImageRequest$SourceImageId' => '

The ID of the AMI to copy.

', 'CopyImageRequest$SourceRegion' => '

The name of the Region that contains the AMI to copy.

', 'CopyImageRequest$DestinationOutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copy AMIs from an Amazon Web Services Region to an Outpost in the Amazon EC2 User Guide.

', 'CopyImageResult$ImageId' => '

The ID of the new AMI.

', 'CopySnapshotRequest$Description' => '

A description for the EBS snapshot.

', 'CopySnapshotRequest$DestinationOutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost. The snapshot must be in the Region for the destination Outpost. You cannot copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copy snapshots from an Amazon Web Services Region to an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CopySnapshotRequest$DestinationRegion' => '

The destination Region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a PresignedUrl parameter, where it is required.

The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, ec2.us-east-1.amazonaws.com). With the CLI, this is specified using the --region parameter or the default Region in your Amazon Web Services configuration file.

', 'CopySnapshotRequest$SourceRegion' => '

The ID of the Region that contains the snapshot to be copied.

', 'CopySnapshotRequest$SourceSnapshotId' => '

The ID of the EBS snapshot to copy.

', 'CopySnapshotResult$SnapshotId' => '

The ID of the new snapshot.

', 'CreateCapacityReservationFleetRequest$AllocationStrategy' => '

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. Currently, only the prioritized allocation strategy is supported. For more information, see Allocation strategy in the Amazon EC2 User Guide.

Valid values: prioritized

', 'CreateCapacityReservationFleetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateCapacityReservationFleetResult$AllocationStrategy' => '

The allocation strategy used by the Capacity Reservation Fleet.

', 'CreateCapacityReservationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateCapacityReservationRequest$InstanceType' => '

The instance type for which to reserve capacity. For more information, see Instance types in the Amazon EC2 User Guide.

', 'CreateCarrierGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateClientVpnEndpointRequest$ClientCidrBlock' => '

The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.

', 'CreateClientVpnEndpointRequest$ServerCertificateArn' => '

The ARN of the server certificate. For more information, see the Certificate Manager User Guide.

', 'CreateClientVpnEndpointRequest$Description' => '

A brief description of the Client VPN endpoint.

', 'CreateClientVpnEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateClientVpnEndpointResult$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'CreateClientVpnEndpointResult$DnsName' => '

The DNS name to be used by clients when establishing their VPN session.

', 'CreateClientVpnRouteRequest$DestinationCidrBlock' => '

The IPv4 address range, in CIDR notation, of the route destination. For example:

', 'CreateClientVpnRouteRequest$Description' => '

A brief description of the route.

', 'CreateClientVpnRouteRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateCoipCidrRequest$Cidr' => '

A customer-owned IP address range to create.

', 'CreateCustomerGatewayRequest$PublicIp' => '

This member has been deprecated. The Internet-routable IP address for the customer gateway\'s outside interface. The address must be static.

', 'CreateCustomerGatewayRequest$CertificateArn' => '

The Amazon Resource Name (ARN) for the customer gateway certificate.

', 'CreateCustomerGatewayRequest$DeviceName' => '

A name for the customer gateway device.

Length Constraints: Up to 255 characters.

', 'CreateCustomerGatewayRequest$IpAddress' => '

IPv4 address for the customer gateway device\'s outside interface. The address must be static.

', 'CreateDefaultSubnetRequest$AvailabilityZone' => '

The Availability Zone in which to create the default subnet.

', 'CreateEgressOnlyInternetGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateEgressOnlyInternetGatewayResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateFleetError$ErrorCode' => '

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

', 'CreateFleetError$ErrorMessage' => '

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.

', 'CreateFleetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

', 'CreateFleetRequest$Context' => '

Reserved.

', 'CreateFlowLogsRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateFlowLogsRequest$DeliverLogsPermissionArn' => '

The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.

This parameter is required if the destination type is cloud-watch-logs and unsupported otherwise.

', 'CreateFlowLogsRequest$DeliverCrossAccountRole' => '

The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.

', 'CreateFlowLogsRequest$LogGroupName' => '

The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.

This parameter is valid only if the destination type is cloud-watch-logs.

', 'CreateFlowLogsRequest$LogDestination' => '

The destination for the flow log data. The meaning of this parameter depends on the destination type.

', 'CreateFlowLogsRequest$LogFormat' => '

The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.

Specify the fields using the ${field-id} format, separated by spaces. For the CLI, surround this parameter value with single quotes on Linux or double quotes on Windows.

', 'CreateFlowLogsResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateFpgaImageRequest$Description' => '

A description for the AFI.

', 'CreateFpgaImageRequest$Name' => '

A name for the AFI.

', 'CreateFpgaImageRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateFpgaImageResult$FpgaImageId' => '

The FPGA image identifier (AFI ID).

', 'CreateFpgaImageResult$FpgaImageGlobalId' => '

The global FPGA image identifier (AGFI ID).

', 'CreateImageRequest$Description' => '

A description for the new image.

', 'CreateImageRequest$Name' => '

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes (\'), at-signs (@), or underscores(_)

', 'CreateImageResult$ImageId' => '

The ID of the new AMI.

', 'CreateInstanceConnectEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateInstanceConnectEndpointResult$ClientToken' => '

Unique, case-sensitive idempotency token provided by the client in the the request.

', 'CreateInstanceEventWindowRequest$Name' => '

The name of the event window.

', 'CreateInstanceExportTaskRequest$Description' => '

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

', 'CreateIpamPoolRequest$Locale' => '

In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you do not choose a locale, resources in Regions others than the IPAM\'s home region cannot use CIDRs from this pool.

Possible values: Any Amazon Web Services Region, such as us-east-1.

', 'CreateIpamPoolRequest$Description' => '

A description for the IPAM pool.

', 'CreateIpamPoolRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateIpamRequest$Description' => '

A description for the IPAM.

', 'CreateIpamRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateIpamResourceDiscoveryRequest$Description' => '

A description for the IPAM resource discovery.

', 'CreateIpamResourceDiscoveryRequest$ClientToken' => '

A client token for the IPAM resource discovery.

', 'CreateIpamScopeRequest$Description' => '

A description for the scope you\'re creating.

', 'CreateIpamScopeRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateKeyPairRequest$KeyName' => '

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

', 'CreateLaunchTemplateRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'CreateLaunchTemplateVersionRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'CreateLaunchTemplateVersionRequest$SourceVersion' => '

The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in LaunchTemplateData. Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.

', 'CreateLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

', 'CreateManagedPrefixListRequest$PrefixListName' => '

A name for the prefix list.

Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws.

', 'CreateManagedPrefixListRequest$AddressFamily' => '

The IP address type.

Valid Values: IPv4 | IPv6

', 'CreateManagedPrefixListRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Up to 255 UTF-8 characters in length.

', 'CreateNatGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Constraint: Maximum 64 ASCII characters.

', 'CreateNatGatewayRequest$PrivateIpAddress' => '

The private IPv4 address to assign to the NAT gateway. If you don\'t provide an address, a private IPv4 address will be automatically assigned.

', 'CreateNatGatewayResult$ClientToken' => '

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

', 'CreateNetworkAclEntryRequest$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24). We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateNetworkAclEntryRequest$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).

', 'CreateNetworkAclEntryRequest$Protocol' => '

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

', 'CreateNetworkInsightsAccessScopeRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateNetworkInsightsPathRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateNetworkInterfacePermissionRequest$AwsAccountId' => '

The Amazon Web Services account ID.

', 'CreateNetworkInterfacePermissionRequest$AwsService' => '

The Amazon Web Service. Currently not supported.

', 'CreateNetworkInterfaceRequest$Description' => '

A description for the network interface.

', 'CreateNetworkInterfaceRequest$PrivateIpAddress' => '

The primary private IPv4 address of the network interface. If you don\'t specify an IPv4 address, Amazon EC2 selects one for you from the subnet\'s IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP address can be designated as primary).

', 'CreateNetworkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateNetworkInterfaceResult$ClientToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'CreatePlacementGroupRequest$GroupName' => '

A name for the placement group. Must be unique within the scope of your account for the Region.

Constraints: Up to 255 ASCII characters

', 'CreateReplaceRootVolumeTaskRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see Ensuring idempotency.

', 'CreateReservedInstancesListingRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

', 'CreateRestoreImageTaskRequest$Bucket' => '

The name of the Amazon S3 bucket that contains the stored AMI object.

', 'CreateRestoreImageTaskRequest$ObjectKey' => '

The name of the stored AMI object in the bucket.

', 'CreateRestoreImageTaskRequest$Name' => '

The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.

', 'CreateRestoreImageTaskResult$ImageId' => '

The AMI ID.

', 'CreateRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.

', 'CreateSecurityGroupRequest$Description' => '

A description for the security group.

Constraints: Up to 255 characters in length

Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'CreateSecurityGroupRequest$GroupName' => '

The name of the security group.

Constraints: Up to 255 characters in length. Cannot start with sg-.

Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'CreateSecurityGroupResult$GroupId' => '

The ID of the security group.

', 'CreateSnapshotRequest$Description' => '

A description for the snapshot.

', 'CreateSnapshotRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.

For more information, see Create local snapshots from volumes on an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSnapshotsRequest$Description' => '

A description propagated to every snapshot specified by the instance.

', 'CreateSnapshotsRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.

For more information, see Create multi-volume local snapshots from instances on an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSpotDatafeedSubscriptionRequest$Bucket' => '

The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.

', 'CreateSpotDatafeedSubscriptionRequest$Prefix' => '

The prefix for the data feed file names.

', 'CreateStoreImageTaskRequest$Bucket' => '

The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

', 'CreateStoreImageTaskResult$ObjectKey' => '

The name of the stored AMI object in the S3 bucket.

', 'CreateSubnetCidrReservationRequest$Cidr' => '

The IPv4 or IPV6 CIDR range to reserve.

', 'CreateSubnetCidrReservationRequest$Description' => '

The description to assign to the subnet CIDR reservation.

', 'CreateSubnetRequest$AvailabilityZone' => '

The Availability Zone or Local Zone for the subnet.

Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.

To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Local Zones locations.

To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.

', 'CreateSubnetRequest$AvailabilityZoneId' => '

The AZ ID or the Local Zone ID of the subnet.

', 'CreateSubnetRequest$CidrBlock' => '

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

This parameter is not supported for an IPv6 only subnet.

', 'CreateSubnetRequest$Ipv6CidrBlock' => '

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

This parameter is required for an IPv6 only subnet.

', 'CreateSubnetRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.

', 'CreateTrafficMirrorFilterRequest$Description' => '

The description of the Traffic Mirror filter.

', 'CreateTrafficMirrorFilterRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterRuleRequest$DestinationCidrBlock' => '

The destination CIDR block to assign to the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$SourceCidrBlock' => '

The source CIDR block to assign to the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$Description' => '

The description of the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterRuleResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorSessionRequest$Description' => '

The description of the Traffic Mirror session.

', 'CreateTrafficMirrorSessionRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorSessionResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorTargetRequest$NetworkLoadBalancerArn' => '

The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.

', 'CreateTrafficMirrorTargetRequest$Description' => '

The description of the Traffic Mirror target.

', 'CreateTrafficMirrorTargetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorTargetResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTransitGatewayConnectPeerRequest$TransitGatewayAddress' => '

The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.

', 'CreateTransitGatewayConnectPeerRequest$PeerAddress' => '

The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.

', 'CreateTransitGatewayPeeringAttachmentRequest$PeerAccountId' => '

The ID of the Amazon Web Services account that owns the peer transit gateway.

', 'CreateTransitGatewayPeeringAttachmentRequest$PeerRegion' => '

The Region where the peer transit gateway is located.

', 'CreateTransitGatewayRequest$Description' => '

A description of the transit gateway.

', 'CreateTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

', 'CreateVerifiedAccessEndpointRequest$ApplicationDomain' => '

The DNS name for users to reach your application.

', 'CreateVerifiedAccessEndpointRequest$EndpointDomainPrefix' => '

A custom identifier that is prepended to the DNS name that is generated for the endpoint.

', 'CreateVerifiedAccessEndpointRequest$Description' => '

A description for the Verified Access endpoint.

', 'CreateVerifiedAccessEndpointRequest$PolicyDocument' => '

The Verified Access policy document.

', 'CreateVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessGroupRequest$Description' => '

A description for the Verified Access group.

', 'CreateVerifiedAccessGroupRequest$PolicyDocument' => '

The Verified Access policy document.

', 'CreateVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessInstanceRequest$Description' => '

A description for the Verified Access instance.

', 'CreateVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessTrustProviderDeviceOptions$TenantId' => '

The ID of the tenant application with the device-identity provider.

', 'CreateVerifiedAccessTrustProviderOidcOptions$Issuer' => '

The OIDC issuer.

', 'CreateVerifiedAccessTrustProviderOidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$ClientId' => '

The client identifier.

', 'CreateVerifiedAccessTrustProviderOidcOptions$Scope' => '

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user\'s details. Each scope returns a specific set of user attributes.

', 'CreateVerifiedAccessTrustProviderRequest$PolicyReferenceName' => '

The identifier to be used when working with policy rules.

', 'CreateVerifiedAccessTrustProviderRequest$Description' => '

A description for the Verified Access trust provider.

', 'CreateVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVolumePermission$UserId' => '

The ID of the Amazon Web Services account to be added or removed.

', 'CreateVolumeRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'CreateVolumeRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn' => '

The ARN of the SNS topic for the notifications.

', 'CreateVpcEndpointConnectionNotificationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointConnectionNotificationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcEndpointRequest$ServiceName' => '

The name of the endpoint service.

', 'CreateVpcEndpointRequest$PolicyDocument' => '

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

', 'CreateVpcEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcEndpointServiceConfigurationRequest$PrivateDnsName' => '

(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

', 'CreateVpcEndpointServiceConfigurationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointServiceConfigurationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcPeeringConnectionRequest$PeerOwnerId' => '

The Amazon Web Services account ID of the owner of the accepter VPC.

Default: Your Amazon Web Services account ID

', 'CreateVpcPeeringConnectionRequest$PeerVpcId' => '

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

', 'CreateVpcPeeringConnectionRequest$PeerRegion' => '

The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

Default: The Region in which you make the request.

', 'CreateVpcRequest$CidrBlock' => '

The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateVpcRequest$Ipv6CidrBlock' => '

The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

', 'CreateVpcRequest$Ipv6CidrBlockNetworkBorderGroup' => '

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

', 'CreateVpnConnectionRequest$Type' => '

The type of VPN connection (ipsec.1).

', 'CreateVpnConnectionRouteRequest$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer network.

', 'CreateVpnGatewayRequest$AvailabilityZone' => '

The Availability Zone for the virtual private gateway.

', 'CreditSpecification$CpuCredits' => '

The credit option for CPU usage of a T instance.

Valid values: standard | unlimited

', 'CreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of a T instance.

Valid values: standard | unlimited

', 'CustomerGateway$BgpAsn' => '

The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN).

', 'CustomerGateway$CustomerGatewayId' => '

The ID of the customer gateway.

', 'CustomerGateway$IpAddress' => '

The IP address of the customer gateway device\'s outside interface.

', 'CustomerGateway$CertificateArn' => '

The Amazon Resource Name (ARN) for the customer gateway certificate.

', 'CustomerGateway$State' => '

The current state of the customer gateway (pending | available | deleting | deleted).

', 'CustomerGateway$Type' => '

The type of VPN connection the customer gateway supports (ipsec.1).

', 'CustomerGateway$DeviceName' => '

The name of customer gateway device.

', 'DataQuery$Id' => '

A user-defined ID associated with a data query that\'s returned in the dataResponse identifying the query. For example, if you set the Id to MyQuery01in the query, the dataResponse identifies the query as MyQuery01.

', 'DataQuery$Source' => '

The Region or Availability Zone that\'s the source for the data query. For example, us-east-1.

', 'DataQuery$Destination' => '

The Region or Availability Zone that\'s the target for the data query. For example, eu-north-1.

', 'DataResponse$Id' => '

The ID passed in the DataQuery.

', 'DataResponse$Source' => '

The Region or Availability Zone that\'s the source for the data query. For example, us-east-1.

', 'DataResponse$Destination' => '

The Region or Availability Zone that\'s the destination for the data query. For example, eu-west-1.

', 'DeleteClientVpnRouteRequest$DestinationCidrBlock' => '

The IPv4 address range, in CIDR notation, of the route to be deleted.

', 'DeleteCoipCidrRequest$Cidr' => '

A customer-owned IP address range that you want to delete.

', 'DeleteFleetError$Message' => '

The description for the error code.

', 'DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateId' => '

The ID of the launch template.

', 'DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateName' => '

The name of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateId' => '

The ID of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateName' => '

The name of the launch template.

', 'DeleteLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range for the route. This must match the CIDR for the route exactly.

', 'DeleteNatGatewayResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'DeleteQueuedReservedInstancesError$Message' => '

The error message.

', 'DeleteRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

', 'DeleteRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

', 'DeleteTrafficMirrorFilterResult$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'DeleteTrafficMirrorFilterRuleResult$TrafficMirrorFilterRuleId' => '

The ID of the deleted Traffic Mirror rule.

', 'DeleteTrafficMirrorSessionResult$TrafficMirrorSessionId' => '

The ID of the deleted Traffic Mirror session.

', 'DeleteTrafficMirrorTargetResult$TrafficMirrorTargetId' => '

The ID of the deleted Traffic Mirror target.

', 'DeleteTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range for the route. This must match the CIDR for the route exactly.

', 'DeleteVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVpnConnectionRouteRequest$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer network.

', 'DeprovisionByoipCidrRequest$Cidr' => '

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

', 'DeprovisionIpamPoolCidrRequest$Cidr' => '

The CIDR which you want to deprovision from the pool.

', 'DeprovisionPublicIpv4PoolCidrRequest$Cidr' => '

The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a /24, you will have to run this command to deprovision each of the 256 IP addresses in the /24 CIDR.

', 'DeprovisionedAddressSet$member' => NULL, 'DeregisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'DescribeAddressTransfersRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeAddressTransfersResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeByoipCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCapacityReservationFleetsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeCapacityReservationFleetsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCapacityReservationsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeCapacityReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCarrierGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeCarrierGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClassicLinkInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeClassicLinkInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeCoipPoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeCoipPoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeDhcpOptionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeDhcpOptionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeEgressOnlyInternetGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeEgressOnlyInternetGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeElasticGpusRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeElasticGpusResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeFastLaunchImagesSuccessItem$OwnerId' => '

The owner ID for the fast-launch enabled Windows AMI.

', 'DescribeFastLaunchImagesSuccessItem$StateTransitionReason' => '

The reason that faster launching for the Windows AMI changed to the current state.

', 'DescribeFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'DescribeFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'DescribeFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'DescribeFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'DescribeFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'DescribeFleetError$ErrorCode' => '

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

', 'DescribeFleetError$ErrorMessage' => '

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.

', 'DescribeFleetHistoryRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetHistoryResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFleetInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFleetsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFlowLogsRequest$NextToken' => '

The token to request the next page of items. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFlowLogsResult$NextToken' => '

The token to request the next page of items. This value is null when there are no more items to return.

', 'DescribeHostReservationOfferingsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostReservationOfferingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeHostReservationsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeHostsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', 'DescribeIdentityIdFormatRequest$PrincipalArn' => '

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

', 'DescribeIdentityIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', 'DescribeImagesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeImagesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeImportImageTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeImportImageTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeImportSnapshotTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeImportSnapshotTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeInstanceCreditSpecificationsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceCreditSpecificationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceEventWindowsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeInstanceEventWindowsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeInstanceStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInternetGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInternetGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeLaunchTemplateVersionsRequest$MinVersion' => '

The version number after which to describe launch template versions.

', 'DescribeLaunchTemplateVersionsRequest$MaxVersion' => '

The version number up to which to describe launch template versions.

', 'DescribeLaunchTemplateVersionsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeLaunchTemplateVersionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLaunchTemplatesRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeLaunchTemplatesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTableVpcAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTablesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayVirtualInterfaceGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayVirtualInterfacesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayVirtualInterfacesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeMovingAddressesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeMovingAddressesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNatGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNatGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkAclsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkAclsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkInsightsAccessScopeAnalysesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAccessScopesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAnalysesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsPathsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInterfaceAttributeResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'DescribeNetworkInterfacePermissionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkInterfacePermissionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkInterfacesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkInterfacesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribePrefixListsRequest$NextToken' => '

The token for the next page of results.

', 'DescribePrefixListsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribePrincipalIdFormatRequest$NextToken' => '

The token to request the next page of results.

', 'DescribePrincipalIdFormatResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribePublicIpv4PoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeReplaceRootVolumeTasksResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeReservedInstancesModificationsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeReservedInstancesModificationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeReservedInstancesOfferingsRequest$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'DescribeReservedInstancesOfferingsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeReservedInstancesOfferingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeRouteTablesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeRouteTablesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeScheduledInstanceAvailabilityRequest$NextToken' => '

The token for the next set of results.

', 'DescribeScheduledInstanceAvailabilityResult$NextToken' => '

The token required to retrieve the next set of results. This value is null when there are no more results to return.

', 'DescribeScheduledInstancesRequest$NextToken' => '

The token for the next set of results.

', 'DescribeScheduledInstancesResult$NextToken' => '

The token required to retrieve the next set of results. This value is null when there are no more results to return.

', 'DescribeSecurityGroupRulesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSecurityGroupRulesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSecurityGroupsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSecurityGroupsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSnapshotAttributeResult$SnapshotId' => '

The ID of the EBS snapshot.

', 'DescribeSnapshotTierStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSnapshotTierStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSnapshotsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSnapshotsResult$NextToken' => '

The token to include in another request to return the next page of snapshots. This value is null when there are no more snapshots to return.

', 'DescribeSpotFleetInstancesRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetInstancesResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetInstancesResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestHistoryRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestHistoryResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestHistoryResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestsRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestsResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotInstanceRequestsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSpotInstanceRequestsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotPriceHistoryRequest$AvailabilityZone' => '

Filters the results by the specified Availability Zone.

', 'DescribeSpotPriceHistoryRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSpotPriceHistoryResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeStaleSecurityGroupsResult$NextToken' => '

The token to include in another request to get the next page of items. If there are no additional items to return, the string is empty.

', 'DescribeStoreImageTasksRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeStoreImageTasksResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSubnetsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSubnetsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeTagsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeTagsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeTrafficMirrorFiltersResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTrafficMirrorSessionsResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTrafficMirrorTargetsResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTransitGatewayAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayConnectPeersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayConnectPeersResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayConnectsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayConnectsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayMulticastDomainsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayMulticastDomainsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayPeeringAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayPolicyTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayPolicyTablesResult$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTableAnnouncementsResult$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTablesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayVpcAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayVpcAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTrunkInterfaceAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrunkInterfaceAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVolumeAttributeResult$VolumeId' => '

The ID of the volume.

', 'DescribeVolumeStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVolumeStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVolumesModificationsRequest$NextToken' => '

The token returned by a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVolumesModificationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null if there are no more items to return.

', 'DescribeVolumesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned from the previous request.

', 'DescribeVolumesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVpcAttributeResult$VpcId' => '

The ID of the VPC.

', 'DescribeVpcEndpointConnectionNotificationsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeVpcEndpointConnectionNotificationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointConnectionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointConnectionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServiceConfigurationsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointServiceConfigurationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServicePermissionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointServicePermissionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServicesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a prior call.)

', 'DescribeVpcEndpointServicesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeVpcEndpointsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a prior call.)

', 'DescribeVpcEndpointsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeVpcPeeringConnectionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcPeeringConnectionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVpcsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DetachVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DetachVolumeRequest$Device' => '

The device name.

', 'DeviceOptions$TenantId' => '

The ID of the tenant application with the device-identity provider.

', 'DhcpConfiguration$Key' => '

The name of a DHCP option.

', 'DhcpOptions$DhcpOptionsId' => '

The ID of the set of DHCP options.

', 'DhcpOptions$OwnerId' => '

The ID of the Amazon Web Services account that owns the DHCP options set.

', 'DirectoryServiceAuthentication$DirectoryId' => '

The ID of the Active Directory used for authentication.

', 'DirectoryServiceAuthenticationRequest$DirectoryId' => '

The ID of the Active Directory to be used for authentication.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Source' => '

The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Destination' => '

The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.

', 'DisableFastLaunchResult$OwnerId' => '

The owner of the Windows AMI for which faster launching was turned off.

', 'DisableFastLaunchResult$StateTransitionReason' => '

The reason that the state changed for faster launching for the Windows AMI.

', 'DisableFastSnapshotRestoreErrorItem$SnapshotId' => '

The ID of the snapshot.

', 'DisableFastSnapshotRestoreStateError$Code' => '

The error code.

', 'DisableFastSnapshotRestoreStateError$Message' => '

The error message.

', 'DisableFastSnapshotRestoreStateErrorItem$AvailabilityZone' => '

The Availability Zone.

', 'DisableFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'DisableFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'DisableFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'DisableFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'DisableFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'DisableIpamOrganizationAdminAccountRequest$DelegatedAdminAccountId' => '

The Organizations member account ID that you want to disable as IPAM account.

', 'DisassociateClientVpnTargetNetworkResult$AssociationId' => '

The ID of the target network association.

', 'DisassociateSubnetCidrBlockResult$SubnetId' => '

The ID of the subnet.

', 'DisassociateTrunkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'DisassociateTrunkInterfaceResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'DisassociateVpcCidrBlockResult$VpcId' => '

The ID of the VPC.

', 'DiskImage$Description' => '

A description of the disk image.

', 'DiskImageDescription$Checksum' => '

The checksum computed for the disk image.

', 'DiskImageVolumeDescription$Id' => '

The volume identifier.

', 'DnsEntry$DnsName' => '

The DNS name.

', 'DnsEntry$HostedZoneId' => '

The ID of the private hosted zone.

', 'EbsBlockDevice$KmsKeyId' => '

Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.

This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

', 'EbsBlockDevice$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored.

This parameter is not supported when using CreateImage.

', 'EbsInstanceBlockDevice$VolumeId' => '

The ID of the EBS volume.

', 'Ec2InstanceConnectEndpoint$OwnerId' => '

The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.

', 'Ec2InstanceConnectEndpoint$StateMessage' => '

The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message.

', 'Ec2InstanceConnectEndpoint$DnsName' => '

The DNS name of the EC2 Instance Connect Endpoint.

', 'Ec2InstanceConnectEndpoint$FipsDnsName' => '

', 'Ec2InstanceConnectEndpoint$AvailabilityZone' => '

The Availability Zone of the EC2 Instance Connect Endpoint.

', 'ElasticGpuAssociation$ElasticGpuAssociationId' => '

The ID of the association.

', 'ElasticGpuAssociation$ElasticGpuAssociationState' => '

The state of the association between the instance and the Elastic Graphics accelerator.

', 'ElasticGpuAssociation$ElasticGpuAssociationTime' => '

The time the Elastic Graphics accelerator was associated with the instance.

', 'ElasticGpuSpecification$Type' => '

The type of Elastic Graphics accelerator. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

', 'ElasticGpuSpecificationResponse$Type' => '

The elastic GPU type.

', 'ElasticGpus$ElasticGpuId' => '

The ID of the Elastic Graphics accelerator.

', 'ElasticGpus$AvailabilityZone' => '

The Availability Zone in the which the Elastic Graphics accelerator resides.

', 'ElasticGpus$ElasticGpuType' => '

The type of Elastic Graphics accelerator.

', 'ElasticGpus$InstanceId' => '

The ID of the instance to which the Elastic Graphics accelerator is attached.

', 'ElasticInferenceAccelerator$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorArn' => '

The Amazon Resource Name (ARN) of the elastic inference accelerator.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationId' => '

The ID of the association.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationState' => '

The state of the elastic inference accelerator.

', 'EnableAddressTransferRequest$TransferAccountId' => '

The ID of the account that you want to transfer the Elastic IP address to.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Source' => '

The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Destination' => '

The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.

', 'EnableFastLaunchRequest$ResourceType' => '

The type of resource to use for pre-provisioning the Windows AMI for faster launching. Supported values include: snapshot, which is the default value.

', 'EnableFastLaunchResult$OwnerId' => '

The owner ID for the Windows AMI for which faster launching was enabled.

', 'EnableFastLaunchResult$StateTransitionReason' => '

The reason that the state changed for faster launching for the Windows AMI.

', 'EnableFastSnapshotRestoreErrorItem$SnapshotId' => '

The ID of the snapshot.

', 'EnableFastSnapshotRestoreStateError$Code' => '

The error code.

', 'EnableFastSnapshotRestoreStateError$Message' => '

The error message.

', 'EnableFastSnapshotRestoreStateErrorItem$AvailabilityZone' => '

The Availability Zone.

', 'EnableFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'EnableFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'EnableFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'EnableIpamOrganizationAdminAccountRequest$DelegatedAdminAccountId' => '

The Organizations member account ID that you want to enable as the IPAM account.

', 'EventInformation$EventDescription' => '

The description of the event.

', 'EventInformation$EventSubType' => '

The event.

error events:

fleetRequestChange events:

instanceChange events:

Information events:

', 'EventInformation$InstanceId' => '

The ID of the instance. This information is available only for instanceChange events.

', 'ExecutableByStringList$member' => NULL, 'Explanation$Direction' => '

The direction. The following are the possible values:

', 'Explanation$ExplanationCode' => '

The explanation code.

', 'Explanation$MissingComponent' => '

The missing component.

', 'Explanation$PacketField' => '

The packet field.

', 'Explanation$State' => '

The state.

', 'ExportClientVpnClientCertificateRevocationListResult$CertificateRevocationList' => '

Information about the client certificate revocation list.

', 'ExportClientVpnClientConfigurationResult$ClientConfiguration' => '

The contents of the Client VPN endpoint configuration file.

', 'ExportImageRequest$ClientToken' => '

Token to enable idempotency for export image requests.

', 'ExportImageRequest$Description' => '

A description of the image being exported. The maximum length is 255 characters.

', 'ExportImageRequest$RoleName' => '

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named \'vmimport\'.

', 'ExportImageResult$Description' => '

A description of the image being exported.

', 'ExportImageResult$ExportImageTaskId' => '

The ID of the export image task.

', 'ExportImageResult$ImageId' => '

The ID of the image.

', 'ExportImageResult$RoleName' => '

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

', 'ExportImageResult$Progress' => '

The percent complete of the export image task.

', 'ExportImageResult$Status' => '

The status of the export image task. The possible values are active, completed, deleting, and deleted.

', 'ExportImageResult$StatusMessage' => '

The status message for the export image task.

', 'ExportImageTask$Description' => '

A description of the image being exported.

', 'ExportImageTask$ExportImageTaskId' => '

The ID of the export image task.

', 'ExportImageTask$ImageId' => '

The ID of the image.

', 'ExportImageTask$Progress' => '

The percent complete of the export image task.

', 'ExportImageTask$Status' => '

The status of the export image task. The possible values are active, completed, deleting, and deleted.

', 'ExportImageTask$StatusMessage' => '

The status message for the export image task.

', 'ExportTask$Description' => '

A description of the resource being exported.

', 'ExportTask$ExportTaskId' => '

The ID of the export task.

', 'ExportTask$StatusMessage' => '

The status message related to the export task.

', 'ExportTaskS3Location$S3Bucket' => '

The destination Amazon S3 bucket.

', 'ExportTaskS3Location$S3Prefix' => '

The prefix (logical hierarchy) in the bucket.

', 'ExportTaskS3LocationRequest$S3Bucket' => '

The destination Amazon S3 bucket.

', 'ExportTaskS3LocationRequest$S3Prefix' => '

The prefix (logical hierarchy) in the bucket.

', 'ExportToS3Task$S3Bucket' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

', 'ExportToS3Task$S3Key' => '

The encryption key for your S3 bucket.

', 'ExportToS3TaskSpecification$S3Bucket' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

', 'ExportToS3TaskSpecification$S3Prefix' => '

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + \'.\' + diskImageFormat.

', 'ExportTransitGatewayRoutesRequest$S3Bucket' => '

The name of the S3 bucket.

', 'ExportTransitGatewayRoutesResult$S3Location' => '

The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.

', 'FailedQueuedPurchaseDeletion$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'FastLaunchLaunchTemplateSpecificationRequest$LaunchTemplateName' => '

The name of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationRequest$Version' => '

The version of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$LaunchTemplateName' => '

The name of the launch template for faster launching of the associated Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$Version' => '

The version of the launch template for faster launching of the associated Windows AMI.

', 'FederatedAuthentication$SamlProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

', 'FederatedAuthentication$SelfServiceSamlProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

', 'FederatedAuthenticationRequest$SAMLProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

', 'FederatedAuthenticationRequest$SelfServiceSAMLProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

', 'Filter$Name' => '

The name of the filter. Filter names are case-sensitive.

', 'FirewallStatefulRule$Protocol' => '

The protocol.

', 'FirewallStatefulRule$RuleAction' => '

The rule action. The possible values are pass, drop, and alert.

', 'FirewallStatefulRule$Direction' => '

The direction. The possible values are FORWARD and ANY.

', 'FirewallStatelessRule$RuleAction' => '

The rule action. The possible values are pass, drop, and forward_to_site.

', 'FleetCapacityReservation$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Capacity Reservation reserves capacity.

', 'FleetCapacityReservation$AvailabilityZone' => '

The Availability Zone in which the Capacity Reservation reserves capacity.

', 'FleetData$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraints: Maximum 64 ASCII characters

', 'FleetData$Context' => '

Reserved.

', 'FleetLaunchTemplateOverrides$MaxPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'FleetLaunchTemplateOverrides$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'FleetLaunchTemplateOverrides$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'FleetLaunchTemplateOverridesRequest$MaxPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'FleetLaunchTemplateOverridesRequest$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'FleetLaunchTemplateSpecification$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'FleetLaunchTemplateSpecification$Version' => '

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

', 'FleetLaunchTemplateSpecificationRequest$Version' => '

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

', 'FlowLog$DeliverLogsErrorMessage' => '

Information about the error that occurred. Rate limited indicates that CloudWatch Logs throttling has been applied for one or more network interfaces, or that you\'ve reached the limit on the number of log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

', 'FlowLog$DeliverLogsPermissionArn' => '

The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.

', 'FlowLog$DeliverCrossAccountRole' => '

The ARN of the IAM role that allows the service to publish flow logs across accounts.

', 'FlowLog$DeliverLogsStatus' => '

The status of the logs delivery (SUCCESS | FAILED).

', 'FlowLog$FlowLogId' => '

The ID of the flow log.

', 'FlowLog$FlowLogStatus' => '

The status of the flow log (ACTIVE).

', 'FlowLog$LogGroupName' => '

The name of the flow log group.

', 'FlowLog$ResourceId' => '

The ID of the resource being monitored.

', 'FlowLog$LogDestination' => '

The Amazon Resource Name (ARN) of the destination for the flow log data.

', 'FlowLog$LogFormat' => '

The format of the flow log record.

', 'FpgaImage$FpgaImageId' => '

The FPGA image identifier (AFI ID).

', 'FpgaImage$FpgaImageGlobalId' => '

The global FPGA image identifier (AGFI ID).

', 'FpgaImage$Name' => '

The name of the AFI.

', 'FpgaImage$Description' => '

The description of the AFI.

', 'FpgaImage$ShellVersion' => '

The version of the Amazon Web Services Shell that was used to create the bitstream.

', 'FpgaImage$OwnerId' => '

The ID of the Amazon Web Services account that owns the AFI.

', 'FpgaImage$OwnerAlias' => '

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

', 'FpgaImageAttribute$FpgaImageId' => '

The ID of the AFI.

', 'FpgaImageAttribute$Name' => '

The name of the AFI.

', 'FpgaImageAttribute$Description' => '

The description of the AFI.

', 'FpgaImageState$Message' => '

If the state is failed, this is the error message.

', 'GetAssociatedIpv6PoolCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetAwsNetworkPerformanceDataRequest$NextToken' => '

The token for the next page of results.

', 'GetAwsNetworkPerformanceDataResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetCapacityReservationUsageRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'GetCapacityReservationUsageResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetCapacityReservationUsageResult$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetCapacityReservationUsageResult$InstanceType' => '

The type of instance for which the Capacity Reservation reserves capacity.

', 'GetCoipPoolUsageRequest$NextToken' => '

The token for the next page of results.

', 'GetCoipPoolUsageResult$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'GetCoipPoolUsageResult$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'GetConsoleOutputResult$InstanceId' => '

The ID of the instance.

', 'GetConsoleOutputResult$Output' => '

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

', 'GetConsoleScreenshotResult$ImageData' => '

The data that comprises the image.

', 'GetConsoleScreenshotResult$InstanceId' => '

The ID of the instance.

', 'GetEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

', 'GetFlowLogsIntegrationTemplateRequest$ConfigDeliveryS3DestinationArn' => '

To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

', 'GetFlowLogsIntegrationTemplateResult$Result' => '

The generated CloudFormation template.

', 'GetGroupsForCapacityReservationRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'GetGroupsForCapacityReservationResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetHostReservationPurchasePreviewResult$TotalHourlyPrice' => '

The potential total hourly price of the reservation per hour.

', 'GetHostReservationPurchasePreviewResult$TotalUpfrontPrice' => '

The potential total upfront price. This is billed immediately.

', 'GetInstanceTypesFromInstanceRequirementsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'GetInstanceTypesFromInstanceRequirementsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'GetInstanceUefiDataResult$UefiData' => '

Base64 representation of the non-volatile UEFI variable store.

', 'GetIpamAddressHistoryRequest$Cidr' => '

The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.

', 'GetIpamAddressHistoryRequest$VpcId' => '

The ID of the VPC you want your history records filtered by.

', 'GetIpamDiscoveredAccountsRequest$DiscoveryRegion' => '

The Amazon Web Services Region that the account information is returned from.

', 'GetIpamDiscoveredResourceCidrsRequest$ResourceRegion' => '

A resource Region.

', 'GetIpamResourceCidrsRequest$ResourceId' => '

The ID of the resource.

', 'GetIpamResourceCidrsRequest$ResourceOwner' => '

The ID of the Amazon Web Services account that owns the resource.

', 'GetManagedPrefixListAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetPasswordDataResult$InstanceId' => '

The ID of the Windows instance.

', 'GetPasswordDataResult$PasswordData' => '

The password of the instance. Returns an empty string if the password is not available.

', 'GetReservedInstancesExchangeQuoteResult$CurrencyCode' => '

The currency of the transaction.

', 'GetReservedInstancesExchangeQuoteResult$PaymentDue' => '

The total true upfront charge for the exchange.

', 'GetReservedInstancesExchangeQuoteResult$ValidationFailureReason' => '

Describes the reason why the exchange cannot be completed.

', 'GetSpotPlacementScoresRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'GetSpotPlacementScoresResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'GetSubnetCidrReservationsRequest$NextToken' => '

The token for the next page of results.

', 'GetSubnetCidrReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayAttachmentPropagationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayAttachmentPropagationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayMulticastDomainAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayPolicyTableAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPolicyTableAssociationsResult$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPolicyTableEntriesRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPrefixListReferencesRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPrefixListReferencesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayRouteTableAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayRouteTableAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayRouteTablePropagationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayRouteTablePropagationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetVerifiedAccessEndpointPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'GetVerifiedAccessGroupPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$InternetKeyExchangeVersion' => '

The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2.

', 'GetVpnTunnelReplacementStatusRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'GetVpnTunnelReplacementStatusResult$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'GroupIdentifier$GroupName' => '

The name of the security group.

', 'GroupIdentifier$GroupId' => '

The ID of the security group.

', 'Host$AvailabilityZone' => '

The Availability Zone of the Dedicated Host.

', 'Host$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'Host$HostId' => '

The ID of the Dedicated Host.

', 'Host$HostReservationId' => '

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn\'t have an associated reservation.

', 'Host$OwnerId' => '

The ID of the Amazon Web Services account that owns the Dedicated Host.

', 'Host$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Dedicated Host is allocated.

', 'Host$OutpostArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.

', 'HostInstance$InstanceId' => '

The ID of instance that is running on the Dedicated Host.

', 'HostInstance$InstanceType' => '

The instance type (for example, m3.medium) of the running instance.

', 'HostInstance$OwnerId' => '

The ID of the Amazon Web Services account that owns the instance.

', 'HostOffering$HourlyPrice' => '

The hourly price of the offering.

', 'HostOffering$InstanceFamily' => '

The instance family of the offering.

', 'HostOffering$UpfrontPrice' => '

The upfront price of the offering. Does not apply to No Upfront offerings.

', 'HostProperties$InstanceType' => '

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

', 'HostProperties$InstanceFamily' => '

The instance family supported by the Dedicated Host. For example, m5.

', 'HostReservation$HourlyPrice' => '

The hourly price of the reservation.

', 'HostReservation$InstanceFamily' => '

The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.

', 'HostReservation$UpfrontPrice' => '

The upfront price of the reservation.

', 'IKEVersionsListValue$Value' => '

The IKE version.

', 'IKEVersionsRequestListValue$Value' => '

The IKE version.

', 'IamInstanceProfile$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'IamInstanceProfile$Id' => '

The ID of the instance profile.

', 'IamInstanceProfileAssociation$AssociationId' => '

The ID of the association.

', 'IamInstanceProfileAssociation$InstanceId' => '

The ID of the instance.

', 'IamInstanceProfileSpecification$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'IamInstanceProfileSpecification$Name' => '

The name of the instance profile.

', 'IdFormat$Resource' => '

The type of resource.

', 'Image$CreationDate' => '

The date and time the image was created.

', 'Image$ImageId' => '

The ID of the AMI.

', 'Image$ImageLocation' => '

The location of the AMI.

', 'Image$KernelId' => '

The kernel associated with the image, if any. Only applicable for machine images.

', 'Image$OwnerId' => '

The ID of the Amazon Web Services account that owns the image.

', 'Image$PlatformDetails' => '

The platform details associated with the billing code of the AMI. For more information, see Understand AMI billing information in the Amazon EC2 User Guide.

', 'Image$UsageOperation' => '

The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. usageOperation corresponds to the lineitem/Operation column on your Amazon Web Services Cost and Usage Report and in the Amazon Web Services Price List API. You can view these fields on the Instances or AMIs pages in the Amazon EC2 console, or in the responses that are returned by the DescribeImages command in the Amazon EC2 API, or the describe-images command in the CLI.

', 'Image$RamdiskId' => '

The RAM disk associated with the image, if any. Only applicable for machine images.

', 'Image$Description' => '

The description of the AMI that was provided during image creation.

', 'Image$ImageOwnerAlias' => '

The Amazon Web Services account alias (for example, amazon, self) or the Amazon Web Services account ID of the AMI owner.

', 'Image$Name' => '

The name of the AMI that was provided during image creation.

', 'Image$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'Image$SriovNetSupport' => '

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'Image$DeprecationTime' => '

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

', 'ImageAttribute$ImageId' => '

The ID of the AMI.

', 'ImageDiskContainer$Description' => '

The description of the disk image.

', 'ImageDiskContainer$DeviceName' => '

The block device mapping for the disk.

', 'ImageDiskContainer$Format' => '

The format of the disk image being imported.

Valid values: OVA | VHD | VHDX | VMDK | RAW

', 'ImageRecycleBinInfo$ImageId' => '

The ID of the AMI.

', 'ImageRecycleBinInfo$Name' => '

The name of the AMI.

', 'ImageRecycleBinInfo$Description' => '

The description of the AMI.

', 'ImportClientVpnClientCertificateRevocationListRequest$CertificateRevocationList' => '

The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.

', 'ImportImageLicenseConfigurationRequest$LicenseConfigurationArn' => '

The ARN of a license configuration.

', 'ImportImageLicenseConfigurationResponse$LicenseConfigurationArn' => '

The ARN of a license configuration.

', 'ImportImageRequest$Architecture' => '

The architecture of the virtual machine.

Valid values: i386 | x86_64

', 'ImportImageRequest$ClientToken' => '

The token to enable idempotency for VM import requests.

', 'ImportImageRequest$Description' => '

A description string for the import image task.

', 'ImportImageRequest$Hypervisor' => '

The target hypervisor platform.

Valid values: xen

', 'ImportImageRequest$LicenseType' => '

The license type to be used for the Amazon Machine Image (AMI) after importing.

Specify AWS to replace the source-system license with an Amazon Web Services license or BYOL to retain the source-system license. Leaving this parameter undefined is the same as choosing AWS when importing a Windows Server operating system, and the same as choosing BYOL when importing a Windows client operating system (such as Windows 10) or a Linux operating system.

To use BYOL, you must have existing licenses with rights to use these licenses in a third party cloud, such as Amazon Web Services. For more information, see Prerequisites in the VM Import/Export User Guide.

', 'ImportImageRequest$Platform' => '

The operating system of the virtual machine. If you import a VM that is compatible with Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for the platform.

Valid values: Windows | Linux

', 'ImportImageRequest$RoleName' => '

The name of the role to use when not using the default role, \'vmimport\'.

', 'ImportImageRequest$UsageOperation' => '

The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide.

', 'ImportImageResult$Architecture' => '

The architecture of the virtual machine.

', 'ImportImageResult$Description' => '

A description of the import task.

', 'ImportImageResult$Hypervisor' => '

The target hypervisor of the import task.

', 'ImportImageResult$ImageId' => '

The ID of the Amazon Machine Image (AMI) created by the import task.

', 'ImportImageResult$LicenseType' => '

The license type of the virtual machine.

', 'ImportImageResult$Platform' => '

The operating system of the virtual machine.

', 'ImportImageResult$Progress' => '

The progress of the task.

', 'ImportImageResult$Status' => '

A brief status of the task.

', 'ImportImageResult$StatusMessage' => '

A detailed status message of the import task.

', 'ImportImageResult$UsageOperation' => '

The usage operation value.

', 'ImportImageTask$Architecture' => '

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

', 'ImportImageTask$Description' => '

A description of the import task.

', 'ImportImageTask$Hypervisor' => '

The target hypervisor for the import task.

Valid values: xen

', 'ImportImageTask$ImageId' => '

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

', 'ImportImageTask$ImportTaskId' => '

The ID of the import image task.

', 'ImportImageTask$KmsKeyId' => '

The identifier for the KMS key that was used to create the encrypted image.

', 'ImportImageTask$LicenseType' => '

The license type of the virtual machine.

', 'ImportImageTask$Platform' => '

The description string for the import image task.

', 'ImportImageTask$Progress' => '

The percentage of progress of the import image task.

', 'ImportImageTask$Status' => '

A brief status for the import image task.

', 'ImportImageTask$StatusMessage' => '

A descriptive status message for the import image task.

', 'ImportImageTask$UsageOperation' => '

The usage operation value.

', 'ImportInstanceLaunchSpecification$AdditionalInfo' => '

Reserved.

', 'ImportInstanceLaunchSpecification$PrivateIpAddress' => '

[EC2-VPC] An available IP address from the IP address range of the subnet.

', 'ImportInstanceRequest$Description' => '

A description for the instance being imported.

', 'ImportInstanceTaskDetails$Description' => '

A description of the task.

', 'ImportInstanceTaskDetails$InstanceId' => '

The ID of the instance.

', 'ImportInstanceVolumeDetailItem$AvailabilityZone' => '

The Availability Zone where the resulting instance will reside.

', 'ImportInstanceVolumeDetailItem$Description' => '

A description of the task.

', 'ImportInstanceVolumeDetailItem$Status' => '

The status of the import of this particular disk image.

', 'ImportInstanceVolumeDetailItem$StatusMessage' => '

The status information or errors related to the disk image.

', 'ImportKeyPairRequest$KeyName' => '

A unique name for the key pair.

', 'ImportKeyPairResult$KeyFingerprint' => '', 'ImportKeyPairResult$KeyName' => '

The key pair name that you provided.

', 'ImportKeyPairResult$KeyPairId' => '

The ID of the resulting key pair.

', 'ImportSnapshotRequest$ClientToken' => '

Token to enable idempotency for VM import requests.

', 'ImportSnapshotRequest$Description' => '

The description string for the import snapshot task.

', 'ImportSnapshotRequest$RoleName' => '

The name of the role to use when not using the default role, \'vmimport\'.

', 'ImportSnapshotResult$Description' => '

A description of the import snapshot task.

', 'ImportSnapshotResult$ImportTaskId' => '

The ID of the import snapshot task.

', 'ImportSnapshotTask$Description' => '

A description of the import snapshot task.

', 'ImportSnapshotTask$ImportTaskId' => '

The ID of the import snapshot task.

', 'ImportVolumeRequest$AvailabilityZone' => '

The Availability Zone for the resulting EBS volume.

', 'ImportVolumeRequest$Description' => '

A description of the volume.

', 'ImportVolumeTaskDetails$AvailabilityZone' => '

The Availability Zone where the resulting volume will reside.

', 'ImportVolumeTaskDetails$Description' => '

The description you provided when starting the import volume task.

', 'InsideCidrBlocksStringList$member' => NULL, 'Instance$ImageId' => '

The ID of the AMI used to launch the instance.

', 'Instance$InstanceId' => '

The ID of the instance.

', 'Instance$KernelId' => '

The kernel associated with this instance, if applicable.

', 'Instance$KeyName' => '

The name of the key pair, if this instance was launched with an associated key pair.

', 'Instance$PrivateDnsName' => '

[IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state.

The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you\'ve enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

', 'Instance$PrivateIpAddress' => '

The private IPv4 address assigned to the instance.

', 'Instance$PublicDnsName' => '

[IPv4 only] The public DNS name assigned to the instance. This name is not available until the instance enters the running state. This name is only available if you\'ve enabled DNS hostnames for your VPC.

', 'Instance$PublicIpAddress' => '

The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.

A Carrier IP address only applies to an instance launched in a subnet associated with a Wavelength Zone.

', 'Instance$RamdiskId' => '

The RAM disk associated with this instance, if applicable.

', 'Instance$StateTransitionReason' => '

The reason for the most recent state transition. This might be an empty string.

', 'Instance$SubnetId' => '

The ID of the subnet in which the instance is running.

', 'Instance$VpcId' => '

The ID of the VPC in which the instance is running.

', 'Instance$ClientToken' => '

The idempotency token you provided when you launched the instance, if applicable.

', 'Instance$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'Instance$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'Instance$SpotInstanceRequestId' => '

If the request is a Spot Instance request, the ID of the request.

', 'Instance$SriovNetSupport' => '

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'Instance$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'Instance$PlatformDetails' => '

The platform details value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

', 'Instance$UsageOperation' => '

The usage operation value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

', 'Instance$Ipv6Address' => '

The IPv6 address assigned to the instance.

', 'Instance$TpmSupport' => '

If the instance is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon EC2 User Guide.

', 'InstanceAttribute$InstanceId' => '

The ID of the instance.

', 'InstanceBlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'InstanceBlockDeviceMappingSpecification$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'InstanceBlockDeviceMappingSpecification$NoDevice' => '

suppress the specified device included in the block device mapping.

', 'InstanceBlockDeviceMappingSpecification$VirtualName' => '

The virtual device name.

', 'InstanceCapacity$InstanceType' => '

The instance type supported by the Dedicated Host.

', 'InstanceCreditSpecification$InstanceId' => '

The ID of the instance.

', 'InstanceCreditSpecification$CpuCredits' => '

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

', 'InstanceCreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

T3 instances with host tenancy do not support the unlimited CPU credit option.

', 'InstanceEventWindow$Name' => '

The name of the event window.

', 'InstanceExportDetails$InstanceId' => '

The ID of the resource being exported.

', 'InstanceFamilyCreditSpecification$CpuCredits' => '

The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.

', 'InstanceIpv4Prefix$Ipv4Prefix' => '

One or more IPv4 prefixes assigned to the network interface.

', 'InstanceIpv6Address$Ipv6Address' => '

The IPv6 address.

', 'InstanceIpv6AddressRequest$Ipv6Address' => '

The IPv6 address.

', 'InstanceIpv6Prefix$Ipv6Prefix' => '

One or more IPv6 prefixes assigned to the network interface.

', 'InstanceMonitoring$InstanceId' => '

The ID of the instance.

', 'InstanceNetworkInterface$Description' => '

The description.

', 'InstanceNetworkInterface$MacAddress' => '

The MAC address.

', 'InstanceNetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'InstanceNetworkInterface$OwnerId' => '

The ID of the Amazon Web Services account that created the network interface.

', 'InstanceNetworkInterface$PrivateDnsName' => '

The private DNS name.

', 'InstanceNetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'InstanceNetworkInterface$SubnetId' => '

The ID of the subnet.

', 'InstanceNetworkInterface$VpcId' => '

The ID of the VPC.

', 'InstanceNetworkInterface$InterfaceType' => '

The type of network interface.

Valid values: interface | efa | trunk

', 'InstanceNetworkInterfaceAssociation$CarrierIp' => '

The carrier IP address associated with the network interface.

', 'InstanceNetworkInterfaceAssociation$CustomerOwnedIp' => '

The customer-owned IP address associated with the network interface.

', 'InstanceNetworkInterfaceAssociation$IpOwnerId' => '

The ID of the owner of the Elastic IP address.

', 'InstanceNetworkInterfaceAssociation$PublicDnsName' => '

The public DNS name.

', 'InstanceNetworkInterfaceAssociation$PublicIp' => '

The public IP address or Elastic IP address bound to the network interface.

', 'InstanceNetworkInterfaceAttachment$AttachmentId' => '

The ID of the network interface attachment.

', 'InstanceNetworkInterfaceSpecification$Description' => '

The description of the network interface. Applies only if creating a network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$PrivateIpAddress' => '

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'InstanceNetworkInterfaceSpecification$SubnetId' => '

The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$InterfaceType' => '

The type of network interface.

Valid values: interface | efa

', 'InstancePrivateIpAddress$PrivateDnsName' => '

The private IPv4 DNS name.

', 'InstancePrivateIpAddress$PrivateIpAddress' => '

The private IPv4 address of the network interface.

', 'InstanceStateChange$InstanceId' => '

The ID of the instance.

', 'InstanceStatus$AvailabilityZone' => '

The Availability Zone of the instance.

', 'InstanceStatus$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'InstanceStatus$InstanceId' => '

The ID of the instance.

', 'InstanceStatusEvent$Description' => '

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

', 'InstanceTagKeySet$member' => NULL, 'InstanceTypeInfoFromInstanceRequirements$InstanceType' => '

The matching instance type.

', 'InstanceTypes$member' => NULL, 'InstanceTypesList$member' => NULL, 'InstanceUsage$AccountId' => '

The ID of the Amazon Web Services account that is making use of the Capacity Reservation.

', 'InternetGateway$InternetGatewayId' => '

The ID of the internet gateway.

', 'InternetGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the internet gateway.

', 'InternetGatewayAttachment$VpcId' => '

The ID of the VPC.

', 'IpList$member' => NULL, 'IpPermission$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or icmpv6 allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For icmpv6, the port range is optional; if you omit the port range, traffic for all types and codes is allowed.

', 'IpPrefixList$member' => NULL, 'IpRange$CidrIp' => '

The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

', 'IpRange$Description' => '

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'IpRanges$member' => NULL, 'Ipam$OwnerId' => '

The Amazon Web Services account ID of the owner of the IPAM.

', 'Ipam$IpamRegion' => '

The Amazon Web Services Region of the IPAM.

', 'Ipam$Description' => '

The description for the IPAM.

', 'IpamAddressHistoryRecord$ResourceOwnerId' => '

The ID of the resource owner.

', 'IpamAddressHistoryRecord$ResourceRegion' => '

The Amazon Web Services Region of the resource.

', 'IpamAddressHistoryRecord$ResourceId' => '

The ID of the resource.

', 'IpamAddressHistoryRecord$ResourceCidr' => '

The CIDR of the resource.

', 'IpamAddressHistoryRecord$ResourceName' => '

The name of the resource.

', 'IpamAddressHistoryRecord$VpcId' => '

The VPC ID of the resource.

', 'IpamCidrAuthorizationContext$Message' => '

The plain-text authorization message for the prefix and account.

', 'IpamCidrAuthorizationContext$Signature' => '

The signed authorization message for the prefix and account.

', 'IpamDiscoveredAccount$AccountId' => '

The account ID.

', 'IpamDiscoveredAccount$DiscoveryRegion' => '

The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.

', 'IpamDiscoveredResourceCidr$ResourceRegion' => '

The resource Region.

', 'IpamDiscoveredResourceCidr$ResourceId' => '

The resource ID.

', 'IpamDiscoveredResourceCidr$ResourceOwnerId' => '

The resource owner ID.

', 'IpamDiscoveredResourceCidr$ResourceCidr' => '

The resource CIDR.

', 'IpamDiscoveredResourceCidr$VpcId' => '

The VPC ID.

', 'IpamDiscoveryFailureReason$Message' => '

The discovery failure message.

', 'IpamOperatingRegion$RegionName' => '

The name of the operating Region.

', 'IpamPool$OwnerId' => '

The Amazon Web Services account ID of the owner of the IPAM pool.

', 'IpamPool$IpamRegion' => '

The Amazon Web Services Region of the IPAM pool.

', 'IpamPool$Locale' => '

The locale of the IPAM pool. In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you\'ll get an error.

', 'IpamPool$StateMessage' => '

A message related to the failed creation of an IPAM pool.

', 'IpamPool$Description' => '

The description of the IPAM pool.

', 'IpamPoolAllocation$Cidr' => '

The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

', 'IpamPoolAllocation$Description' => '

A description of the pool allocation.

', 'IpamPoolAllocation$ResourceId' => '

The ID of the resource.

', 'IpamPoolAllocation$ResourceRegion' => '

The Amazon Web Services Region of the resource.

', 'IpamPoolAllocation$ResourceOwner' => '

The owner of the resource.

', 'IpamPoolAllocationDisallowedCidrs$member' => NULL, 'IpamPoolCidr$Cidr' => '

The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

', 'IpamPoolCidrFailureReason$Message' => '

A message related to why an IPAM pool CIDR failed to be provisioned.

', 'IpamResourceCidr$ResourceRegion' => '

The Amazon Web Services Region for an IPAM resource.

', 'IpamResourceCidr$ResourceOwnerId' => '

The Amazon Web Services account number of the owner of an IPAM resource.

', 'IpamResourceCidr$ResourceId' => '

The ID of an IPAM resource.

', 'IpamResourceCidr$ResourceName' => '

The name of an IPAM resource.

', 'IpamResourceCidr$ResourceCidr' => '

The CIDR for an IPAM resource.

', 'IpamResourceCidr$VpcId' => '

The ID of a VPC.

', 'IpamResourceDiscovery$OwnerId' => '

The ID of the owner.

', 'IpamResourceDiscovery$IpamResourceDiscoveryArn' => '

The resource discovery Amazon Resource Name (ARN).

', 'IpamResourceDiscovery$IpamResourceDiscoveryRegion' => '

The resource discovery Region.

', 'IpamResourceDiscovery$Description' => '

The resource discovery description.

', 'IpamResourceDiscoveryAssociation$OwnerId' => '

The Amazon Web Services account ID of the resource discovery owner.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryAssociationArn' => '

The resource discovery association Amazon Resource Name (ARN).

', 'IpamResourceDiscoveryAssociation$IpamRegion' => '

The IPAM home Region.

', 'IpamResourceTag$Key' => '

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

', 'IpamResourceTag$Value' => '

The value of the tag.

', 'IpamScope$OwnerId' => '

The Amazon Web Services account ID of the owner of the scope.

', 'IpamScope$IpamRegion' => '

The Amazon Web Services Region of the IPAM scope.

', 'IpamScope$Description' => '

The description of the scope.

', 'Ipv4PrefixSpecification$Ipv4Prefix' => '

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'Ipv4PrefixSpecificationRequest$Ipv4Prefix' => '

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'Ipv4PrefixSpecificationResponse$Ipv4Prefix' => '

The IPv4 delegated prefixes assigned to the network interface.

', 'Ipv6AddressList$member' => NULL, 'Ipv6CidrAssociation$Ipv6Cidr' => '

The IPv6 CIDR block.

', 'Ipv6CidrAssociation$AssociatedResource' => '

The resource that\'s associated with the IPv6 CIDR block.

', 'Ipv6CidrBlock$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'Ipv6Pool$PoolId' => '

The ID of the address pool.

', 'Ipv6Pool$Description' => '

The description for the address pool.

', 'Ipv6PrefixSpecification$Ipv6Prefix' => '

The IPv6 prefix.

', 'Ipv6PrefixSpecificationRequest$Ipv6Prefix' => '

The IPv6 prefix.

', 'Ipv6PrefixSpecificationResponse$Ipv6Prefix' => '

The IPv6 delegated prefixes assigned to the network interface.

', 'Ipv6Range$CidrIpv6' => '

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

', 'Ipv6Range$Description' => '

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'KeyPair$KeyFingerprint' => '', 'KeyPair$KeyName' => '

The name of the key pair.

', 'KeyPair$KeyPairId' => '

The ID of the key pair.

', 'KeyPairInfo$KeyPairId' => '

The ID of the key pair.

', 'KeyPairInfo$KeyFingerprint' => '

If you used CreateKeyPair to create the key pair:

If you used ImportKeyPair to provide Amazon Web Services the public key:

', 'KeyPairInfo$KeyName' => '

The name of the key pair.

', 'KeyPairInfo$PublicKey' => '

The public key material.

', 'LastError$Message' => '

The error message for the VPC endpoint error.

', 'LastError$Code' => '

The error code for the VPC endpoint error.

', 'LaunchPermission$UserId' => '

The Amazon Web Services account ID.

Constraints: Up to 10 000 account IDs can be specified in a single request.

', 'LaunchPermission$OrganizationArn' => '

The Amazon Resource Name (ARN) of an organization.

', 'LaunchPermission$OrganizationalUnitArn' => '

The Amazon Resource Name (ARN) of an organizational unit (OU).

', 'LaunchSpecification$AddressingType' => '

Deprecated.

', 'LaunchSpecification$ImageId' => '

The ID of the AMI.

', 'LaunchSpecification$KernelId' => '

The ID of the kernel.

', 'LaunchSpecification$KeyName' => '

The name of the key pair.

', 'LaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', 'LaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instance.

', 'LaunchTemplate$LaunchTemplateId' => '

The ID of the launch template.

', 'LaunchTemplate$CreatedBy' => '

The principal that created the launch template.

', 'LaunchTemplateBlockDeviceMapping$DeviceName' => '

The device name.

', 'LaunchTemplateBlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN).

', 'LaunchTemplateBlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'LaunchTemplateBlockDeviceMappingRequest$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'LaunchTemplateBlockDeviceMappingRequest$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

', 'LaunchTemplateBlockDeviceMappingRequest$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'LaunchTemplateElasticInferenceAccelerator$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

', 'LaunchTemplateElasticInferenceAcceleratorResponse$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

', 'LaunchTemplateIamInstanceProfileSpecification$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecification$Name' => '

The name of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecificationRequest$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecificationRequest$Name' => '

The name of the instance profile.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Description' => '

A description for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$InterfaceType' => '

The type of network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddress' => '

The primary private IPv4 address of the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Description' => '

A description for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$InterfaceType' => '

The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

If you are not creating an EFA, specify interface or omit this parameter.

Valid values: interface | efa

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddress' => '

The primary private IPv4 address of the network interface.

', 'LaunchTemplateLicenseConfiguration$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LaunchTemplateLicenseConfigurationRequest$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LaunchTemplateOverrides$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateOverrides$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'LaunchTemplatePlacement$AvailabilityZone' => '

The Availability Zone of the instance.

', 'LaunchTemplatePlacement$Affinity' => '

The affinity setting for the instance on the Dedicated Host.

', 'LaunchTemplatePlacement$GroupName' => '

The name of the placement group for the instance.

', 'LaunchTemplatePlacement$HostId' => '

The ID of the Dedicated Host for the instance.

', 'LaunchTemplatePlacement$SpreadDomain' => '

Reserved for future use.

', 'LaunchTemplatePlacement$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances.

', 'LaunchTemplatePlacementRequest$AvailabilityZone' => '

The Availability Zone for the instance.

', 'LaunchTemplatePlacementRequest$Affinity' => '

The affinity setting for an instance on a Dedicated Host.

', 'LaunchTemplatePlacementRequest$SpreadDomain' => '

Reserved for future use.

', 'LaunchTemplatePlacementRequest$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

', 'LaunchTemplateSpecification$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'LaunchTemplateSpecification$Version' => '

The launch template version number, $Latest, or $Default.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

Default: The default version of the launch template.

', 'LaunchTemplateSpotMarketOptions$MaxPrice' => '

The maximum hourly price you\'re willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateSpotMarketOptionsRequest$MaxPrice' => '

The maximum hourly price you\'re willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateVersion$LaunchTemplateId' => '

The ID of the launch template.

', 'LaunchTemplateVersion$CreatedBy' => '

The principal that created the version.

', 'LicenseConfiguration$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LicenseConfigurationRequest$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'ListImagesInRecycleBinRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'ListImagesInRecycleBinResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'ListSnapshotsInRecycleBinRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'ListSnapshotsInRecycleBinResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'LoadPermission$UserId' => '

The Amazon Web Services account ID.

', 'LoadPermissionRequest$UserId' => '

The Amazon Web Services account ID.

', 'LocalGateway$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'LocalGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway.

', 'LocalGateway$State' => '

The state of the local gateway.

', 'LocalGatewayRoute$DestinationCidrBlock' => '

The CIDR block used for destination matches.

', 'LocalGatewayRoute$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route.

', 'LocalGatewayRouteTable$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTable$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'LocalGatewayRouteTable$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route table.

', 'LocalGatewayRouteTable$State' => '

The state of the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$State' => '

The state of the association.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVpcAssociation$VpcId' => '

The ID of the VPC.

', 'LocalGatewayRouteTableVpcAssociation$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route table for the association.

', 'LocalGatewayRouteTableVpcAssociation$State' => '

The state of the association.

', 'LocalGatewayVirtualInterface$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayVirtualInterface$LocalAddress' => '

The local address.

', 'LocalGatewayVirtualInterface$PeerAddress' => '

The peer address.

', 'LocalGatewayVirtualInterface$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayVirtualInterfaceGroup$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

', 'MaintenanceDetails$PendingMaintenance' => '

Verify existence of a pending maintenance.

', 'ManagedPrefixList$AddressFamily' => '

The IP address version.

', 'ManagedPrefixList$StateMessage' => '

The state message.

', 'ManagedPrefixList$PrefixListName' => '

The name of the prefix list.

', 'ManagedPrefixList$OwnerId' => '

The ID of the owner of the prefix list.

', 'MetricPoint$Status' => '

The status of the metric point.

', 'ModifyAddressAttributeRequest$DomainName' => '

The domain name to modify for the IP address.

', 'ModifyAvailabilityZoneGroupRequest$GroupName' => '

The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

', 'ModifyCapacityReservationRequest$AdditionalInfo' => '

Reserved for future use.

', 'ModifyClientVpnEndpointRequest$ServerCertificateArn' => '

The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).

', 'ModifyClientVpnEndpointRequest$Description' => '

A brief description of the Client VPN endpoint.

', 'ModifyDefaultCreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of the instance family.

Valid Values: standard | unlimited

', 'ModifyEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

', 'ModifyFleetRequest$Context' => '

Reserved.

', 'ModifyFpgaImageAttributeRequest$Description' => '

A description for the AFI.

', 'ModifyFpgaImageAttributeRequest$Name' => '

A name for the AFI.

', 'ModifyHostsRequest$InstanceType' => '

Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.

If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

', 'ModifyHostsRequest$InstanceFamily' => '

Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.

If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

', 'ModifyIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

', 'ModifyIdentityIdFormatRequest$PrincipalArn' => '

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

', 'ModifyIdentityIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

', 'ModifyImageAttributeRequest$Attribute' => '

The name of the attribute to modify.

Valid values: description | imdsSupport | launchPermission

', 'ModifyImageAttributeRequest$Value' => '

The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description or imdsSupport.

', 'ModifyInstanceAttributeRequest$Value' => '

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

', 'ModifyInstanceCreditSpecificationRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyInstanceEventStartTimeRequest$InstanceEventId' => '

The ID of the event whose date and time you are modifying.

', 'ModifyInstanceEventWindowRequest$Name' => '

The name of the event window.

', 'ModifyInstanceMaintenanceOptionsResult$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceMetadataOptionsResult$InstanceId' => '

The ID of the instance.

', 'ModifyInstancePlacementRequest$HostResourceGroupArn' => '

The ARN of the host resource group in which to place the instance. The instance must have a tenancy of host to specify this parameter.

', 'ModifyIpamPoolRequest$Description' => '

The description of the IPAM pool you want to modify.

', 'ModifyIpamRequest$Description' => '

The description of the IPAM you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceId' => '

The ID of the resource you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceCidr' => '

The CIDR of the resource you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceRegion' => '

The Amazon Web Services Region of the resource you want to modify.

', 'ModifyIpamResourceDiscoveryRequest$Description' => '

A resource discovery description.

', 'ModifyIpamScopeRequest$Description' => '

The description of the scope you want to modify.

', 'ModifyLaunchTemplateRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'ModifyLaunchTemplateRequest$DefaultVersion' => '

The version number of the launch template to set as the default version.

', 'ModifyLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.

', 'ModifyManagedPrefixListRequest$PrefixListName' => '

A name for the prefix list.

', 'ModifyReservedInstancesRequest$ClientToken' => '

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyReservedInstancesResult$ReservedInstancesModificationId' => '

The ID for the modification.

', 'ModifySnapshotTierResult$SnapshotId' => '

The ID of the snapshot.

', 'ModifySpotFleetRequestRequest$Context' => '

Reserved.

', 'ModifyTrafficMirrorFilterRuleRequest$DestinationCidrBlock' => '

The destination CIDR block to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$SourceCidrBlock' => '

The source CIDR block to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$Description' => '

The description to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorSessionRequest$Description' => '

The description to assign to the Traffic Mirror session.

', 'ModifyTransitGatewayRequest$Description' => '

The description for the transit gateway.

', 'ModifyVerifiedAccessEndpointPolicyRequest$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessEndpointPolicyRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessEndpointPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessEndpointRequest$Description' => '

A description for the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessGroupPolicyRequest$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessGroupPolicyRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessGroupPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessGroupRequest$Description' => '

A description for the Verified Access group.

', 'ModifyVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessInstanceRequest$Description' => '

A description for the Verified Access instance.

', 'ModifyVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$Issuer' => '

The OIDC issuer.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$ClientId' => '

The client identifier.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$Scope' => '

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user\'s details. Each scope returns a specific set of user attributes.

', 'ModifyVerifiedAccessTrustProviderRequest$Description' => '

A description for the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn' => '

The ARN for the SNS topic for the notification.

', 'ModifyVpcEndpointRequest$PolicyDocument' => '

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.

', 'ModifyVpcEndpointServiceConfigurationRequest$PrivateDnsName' => '

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

', 'ModifyVpnConnectionOptionsRequest$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

', 'ModifyVpnConnectionOptionsRequest$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

', 'ModifyVpnConnectionOptionsRequest$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

', 'ModifyVpnConnectionOptionsRequest$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

', 'ModifyVpnTunnelCertificateRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ModifyVpnTunnelOptionsRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ModifyVpnTunnelOptionsSpecification$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

', 'ModifyVpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.

', 'ModifyVpnTunnelOptionsSpecification$DPDTimeoutAction' => '

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

', 'ModifyVpnTunnelOptionsSpecification$StartupAction' => '

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

', 'MoveAddressToVpcRequest$PublicIp' => '

The Elastic IP address.

', 'MoveAddressToVpcResult$AllocationId' => '

The allocation ID for the Elastic IP address.

', 'MoveByoipCidrToIpamRequest$Cidr' => '

The BYOIP CIDR.

', 'MoveByoipCidrToIpamRequest$IpamPoolOwner' => '

The Amazon Web Services account ID of the owner of the IPAM pool.

', 'MovingAddressStatus$PublicIp' => '

The Elastic IP address.

', 'NatGateway$FailureCode' => '

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

', 'NatGateway$FailureMessage' => '

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

', 'NatGateway$NatGatewayId' => '

The ID of the NAT gateway.

', 'NatGateway$SubnetId' => '

The ID of the subnet in which the NAT gateway is located.

', 'NatGateway$VpcId' => '

The ID of the VPC in which the NAT gateway is located.

', 'NatGatewayAddress$AllocationId' => '

[Public NAT gateway only] The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.

', 'NatGatewayAddress$NetworkInterfaceId' => '

The ID of the network interface associated with the NAT gateway.

', 'NatGatewayAddress$PrivateIp' => '

The private IP address associated with the NAT gateway.

', 'NatGatewayAddress$PublicIp' => '

[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.

', 'NatGatewayAddress$AssociationId' => '

[Public NAT gateway only] The association ID of the Elastic IP address that\'s associated with the NAT gateway.

', 'NatGatewayAddress$FailureMessage' => '

The address failure message.

', 'NetworkAcl$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAcl$VpcId' => '

The ID of the VPC for the network ACL.

', 'NetworkAcl$OwnerId' => '

The ID of the Amazon Web Services account that owns the network ACL.

', 'NetworkAclAssociation$NetworkAclAssociationId' => '

The ID of the association between a network ACL and a subnet.

', 'NetworkAclAssociation$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAclAssociation$SubnetId' => '

The ID of the subnet.

', 'NetworkAclEntry$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation.

', 'NetworkAclEntry$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation.

', 'NetworkAclEntry$Protocol' => '

The protocol number. A value of "-1" means all protocols.

', 'NetworkInsightsAccessScopeAnalysis$StatusMessage' => '

The status message.

', 'NetworkInsightsAccessScopeAnalysis$WarningMessage' => '

The warning message.

', 'NetworkInsightsAnalysis$StatusMessage' => '

The status message, if the status is failed.

', 'NetworkInsightsAnalysis$WarningMessage' => '

The warning message.

', 'NetworkInsightsPath$Source' => '

The ID of the source.

', 'NetworkInsightsPath$Destination' => '

The ID of the destination.

', 'NetworkInterface$AvailabilityZone' => '

The Availability Zone.

', 'NetworkInterface$Description' => '

A description.

', 'NetworkInterface$MacAddress' => '

The MAC address.

', 'NetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterface$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'NetworkInterface$OwnerId' => '

The Amazon Web Services account ID of the owner of the network interface.

', 'NetworkInterface$PrivateDnsName' => '

The private DNS name.

', 'NetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'NetworkInterface$RequesterId' => '

The alias or Amazon Web Services account ID of the principal or service that created the network interface.

', 'NetworkInterface$SubnetId' => '

The ID of the subnet.

', 'NetworkInterface$VpcId' => '

The ID of the VPC.

', 'NetworkInterface$Ipv6Address' => '

The IPv6 globally unique address associated with the network interface.

', 'NetworkInterfaceAssociation$AllocationId' => '

The allocation ID.

', 'NetworkInterfaceAssociation$AssociationId' => '

The association ID.

', 'NetworkInterfaceAssociation$IpOwnerId' => '

The ID of the Elastic IP address owner.

', 'NetworkInterfaceAssociation$PublicDnsName' => '

The public DNS name.

', 'NetworkInterfaceAssociation$PublicIp' => '

The address of the Elastic IP address bound to the network interface.

', 'NetworkInterfaceAssociation$CustomerOwnedIp' => '

The customer-owned IP address associated with the network interface.

', 'NetworkInterfaceAssociation$CarrierIp' => '

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

', 'NetworkInterfaceAttachment$AttachmentId' => '

The ID of the network interface attachment.

', 'NetworkInterfaceAttachment$InstanceId' => '

The ID of the instance.

', 'NetworkInterfaceAttachment$InstanceOwnerId' => '

The Amazon Web Services account ID of the owner of the instance.

', 'NetworkInterfaceIdSet$member' => NULL, 'NetworkInterfaceIpv6Address$Ipv6Address' => '

The IPv6 address.

', 'NetworkInterfacePermission$NetworkInterfacePermissionId' => '

The ID of the network interface permission.

', 'NetworkInterfacePermission$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterfacePermission$AwsAccountId' => '

The Amazon Web Services account ID.

', 'NetworkInterfacePermission$AwsService' => '

The Amazon Web Service.

', 'NetworkInterfacePermissionState$StatusMessage' => '

A status message, if applicable.

', 'NetworkInterfacePrivateIpAddress$PrivateDnsName' => '

The private DNS name.

', 'NetworkInterfacePrivateIpAddress$PrivateIpAddress' => '

The private IPv4 address.

', 'NewDhcpConfiguration$Key' => NULL, 'OidcOptions$Issuer' => '

The OIDC issuer.

', 'OidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'OidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'OidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'OidcOptions$ClientId' => '

The client identifier.

', 'OidcOptions$Scope' => '

The OpenID Connect (OIDC) scope specified.

', 'OnDemandOptions$MaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay.

', 'OnDemandOptionsRequest$MaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay.

', 'OrganizationArnStringList$member' => NULL, 'OrganizationalUnitArnStringList$member' => NULL, 'OwnerStringList$member' => NULL, 'PathComponent$ServiceName' => '

The name of the VPC endpoint service.

', 'PciId$DeviceId' => '

The ID of the device.

', 'PciId$VendorId' => '

The ID of the vendor.

', 'PciId$SubsystemId' => '

The ID of the subsystem.

', 'PciId$SubsystemVendorId' => '

The ID of the vendor for the subsystem.

', 'PeeringAttachmentStatus$Code' => '

The status code.

', 'PeeringAttachmentStatus$Message' => '

The status message, if applicable.

', 'PeeringTgwInfo$TransitGatewayId' => '

The ID of the transit gateway.

', 'PeeringTgwInfo$CoreNetworkId' => '

The ID of the core network where the transit gateway peer is located.

', 'PeeringTgwInfo$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'PeeringTgwInfo$Region' => '

The Region of the transit gateway.

', 'Phase1EncryptionAlgorithmsListValue$Value' => '

The value for the encryption algorithm.

', 'Phase1EncryptionAlgorithmsRequestListValue$Value' => '

The value for the encryption algorithm.

', 'Phase1IntegrityAlgorithmsListValue$Value' => '

The value for the integrity algorithm.

', 'Phase1IntegrityAlgorithmsRequestListValue$Value' => '

The value for the integrity algorithm.

', 'Phase2EncryptionAlgorithmsListValue$Value' => '

The encryption algorithm.

', 'Phase2EncryptionAlgorithmsRequestListValue$Value' => '

The encryption algorithm.

', 'Phase2IntegrityAlgorithmsListValue$Value' => '

The integrity algorithm.

', 'Phase2IntegrityAlgorithmsRequestListValue$Value' => '

The integrity algorithm.

', 'Placement$AvailabilityZone' => '

The Availability Zone of the instance.

If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.

This parameter is not supported for CreateFleet.

', 'Placement$Affinity' => '

The affinity setting for the instance on the Dedicated Host.

This parameter is not supported for CreateFleet or ImportInstance.

', 'Placement$HostId' => '

The ID of the Dedicated Host on which the instance resides.

This parameter is not supported for CreateFleet or ImportInstance.

', 'Placement$SpreadDomain' => '

Reserved for future use.

', 'Placement$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances.

If you specify this parameter, either omit the Tenancy parameter or set it to host.

This parameter is not supported for CreateFleet.

', 'PlacementGroup$GroupName' => '

The name of the placement group.

', 'PlacementGroup$GroupId' => '

The ID of the placement group.

', 'PlacementGroup$GroupArn' => '

The Amazon Resource Name (ARN) of the placement group.

', 'PoolCidrBlock$Cidr' => '

The CIDR block.

', 'PrefixList$PrefixListId' => '

The ID of the prefix.

', 'PrefixList$PrefixListName' => '

The name of the prefix.

', 'PrefixListAssociation$ResourceId' => '

The ID of the resource.

', 'PrefixListAssociation$ResourceOwner' => '

The owner of the resource.

', 'PrefixListEntry$Cidr' => '

The CIDR block.

', 'PrefixListEntry$Description' => '

The description.

', 'PrefixListId$Description' => '

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

', 'PrefixListId$PrefixListId' => '

The ID of the prefix.

', 'PrefixListIdSet$member' => NULL, 'PrincipalIdFormat$Arn' => '

PrincipalIdFormatARN description

', 'PrivateDnsDetails$PrivateDnsName' => '

The private DNS name assigned to the VPC endpoint service.

', 'PrivateDnsNameConfiguration$Type' => '

The endpoint service verification type, for example TXT.

', 'PrivateDnsNameConfiguration$Value' => '

The value the service provider adds to the private DNS name domain record before verification.

', 'PrivateDnsNameConfiguration$Name' => '

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

', 'PrivateIpAddressSpecification$PrivateIpAddress' => '

The private IPv4 address.

', 'PrivateIpAddressStringList$member' => NULL, 'ProductCode$ProductCodeId' => '

The product code.

', 'ProductCodeStringList$member' => NULL, 'ProductDescriptionList$member' => NULL, 'PropagatingVgw$GatewayId' => '

The ID of the virtual private gateway.

', 'ProvisionByoipCidrRequest$Cidr' => '

The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you\'ve brought to this or another Region.

', 'ProvisionByoipCidrRequest$Description' => '

A description for the address range and the address pool.

', 'ProvisionIpamPoolCidrRequest$Cidr' => '

The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.

', 'ProvisionIpamPoolCidrRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'ProvisionedBandwidth$Provisioned' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$Requested' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$Status' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'PtrUpdateStatus$Value' => '

The value for the PTR record update.

', 'PtrUpdateStatus$Status' => '

The status of the PTR record update.

', 'PtrUpdateStatus$Reason' => '

The reason for the PTR record update.

', 'PublicIpStringList$member' => NULL, 'PublicIpv4Pool$PoolId' => '

The ID of the address pool.

', 'PublicIpv4Pool$Description' => '

A description of the address pool.

', 'PublicIpv4Pool$NetworkBorderGroup' => '

The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

', 'PublicIpv4PoolRange$FirstAddress' => '

The first IP address in the range.

', 'PublicIpv4PoolRange$LastAddress' => '

The last IP address in the range.

', 'Purchase$HourlyPrice' => '

The hourly price of the reservation per hour.

', 'Purchase$InstanceFamily' => '

The instance family on the Dedicated Host that the reservation can be associated with.

', 'Purchase$UpfrontPrice' => '

The upfront price of the reservation.

', 'PurchaseHostReservationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'PurchaseHostReservationRequest$LimitPrice' => '

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering\'s upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

', 'PurchaseHostReservationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'PurchaseHostReservationResult$TotalHourlyPrice' => '

The total hourly price of the reservation calculated per hour.

', 'PurchaseHostReservationResult$TotalUpfrontPrice' => '

The total amount charged to your account when you purchase the reservation.

', 'PurchaseRequest$PurchaseToken' => '

The purchase token.

', 'PurchaseReservedInstancesOfferingResult$ReservedInstancesId' => '

The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.

', 'PurchaseScheduledInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

', 'ReferencedSecurityGroup$GroupId' => '

The ID of the security group.

', 'ReferencedSecurityGroup$PeeringStatus' => '

The status of a VPC peering connection, if applicable.

', 'ReferencedSecurityGroup$UserId' => '

The Amazon Web Services account ID.

', 'ReferencedSecurityGroup$VpcId' => '

The ID of the VPC.

', 'ReferencedSecurityGroup$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'Region$Endpoint' => '

The Region service endpoint.

', 'Region$RegionName' => '

The name of the Region.

', 'Region$OptInStatus' => '

The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

', 'RegionNameStringList$member' => NULL, 'RegionNames$member' => NULL, 'RegisterImageRequest$ImageLocation' => '

The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see Canned ACLs in the Amazon S3 Service Developer Guide.

', 'RegisterImageRequest$Description' => '

A description for your AMI.

', 'RegisterImageRequest$Name' => '

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes (\'), at-signs (@), or underscores(_)

', 'RegisterImageRequest$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'RegisterImageRequest$SriovNetSupport' => '

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

', 'RegisterImageRequest$VirtualizationType' => '

The type of virtualization (hvm | paravirtual).

Default: paravirtual

', 'RegisterImageResult$ImageId' => '

The ID of the newly registered AMI.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'ReleaseAddressRequest$PublicIp' => '

Deprecated.

', 'ReleaseAddressRequest$NetworkBorderGroup' => '

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.

', 'ReleaseIpamPoolAllocationRequest$Cidr' => '

The CIDR of the allocation you want to release.

', 'RemoveIpamOperatingRegion$RegionName' => '

The name of the operating Region you want to remove.

', 'RemovePrefixListEntry$Cidr' => '

The CIDR block.

', 'ReplaceNetworkAclAssociationResult$NewAssociationId' => '

The ID of the new association.

', 'ReplaceNetworkAclEntryRequest$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

', 'ReplaceNetworkAclEntryRequest$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64).

', 'ReplaceNetworkAclEntryRequest$Protocol' => '

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

', 'ReplaceRootVolumeTask$InstanceId' => '

The ID of the instance for which the root volume replacement task was created.

', 'ReplaceRootVolumeTask$StartTime' => '

The time the task was started.

', 'ReplaceRootVolumeTask$CompleteTime' => '

The time the task completed.

', 'ReplaceRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

', 'ReplaceRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

', 'ReplaceRouteTableAssociationResult$NewAssociationId' => '

The ID of the new association.

', 'ReplaceTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for the destination match. Routing decisions are based on the most specific match.

', 'ReplaceVpnTunnelRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ReportInstanceStatusRequest$Description' => '

Descriptive text about the health state of your instance.

', 'RequestIpamResourceTag$Key' => '

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

', 'RequestIpamResourceTag$Value' => '

The value for the tag.

', 'RequestSpotFleetResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'RequestSpotInstancesRequest$AvailabilityZoneGroup' => '

The user-specified name for a logical grouping of requests.

When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.

If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.

Default: Instances are launched in any available Availability Zone.

', 'RequestSpotInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon EC2 User Guide for Linux Instances.

', 'RequestSpotInstancesRequest$LaunchGroup' => '

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Default: Instances are launched and terminated individually

', 'RequestSpotInstancesRequest$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'RequestSpotLaunchSpecification$AddressingType' => '

Deprecated.

', 'RequestSpotLaunchSpecificationSecurityGroupList$member' => NULL, 'Reservation$OwnerId' => '

The ID of the Amazon Web Services account that owns the reservation.

', 'Reservation$RequesterId' => '

The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).

', 'Reservation$ReservationId' => '

The ID of the reservation.

', 'ReservationFleetInstanceSpecification$AvailabilityZone' => '

The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can\'t span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

', 'ReservationFleetInstanceSpecification$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can\'t span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

', 'ReservationValue$HourlyPrice' => '

The hourly rate of the reservation.

', 'ReservationValue$RemainingTotalValue' => '

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

', 'ReservationValue$RemainingUpfrontValue' => '

The remaining upfront cost of the reservation.

', 'ReservedInstanceReservationValue$ReservedInstanceId' => '

The ID of the Convertible Reserved Instance that you are exchanging.

', 'ReservedInstances$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'ReservedInstances$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesConfiguration$AvailabilityZone' => '

The Availability Zone for the modified Reserved Instances.

', 'ReservedInstancesConfiguration$Platform' => '

The network platform of the modified Reserved Instances.

', 'ReservedInstancesId$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesListing$ClientToken' => '

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

', 'ReservedInstancesListing$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesListing$ReservedInstancesListingId' => '

The ID of the Reserved Instance listing.

', 'ReservedInstancesListing$StatusMessage' => '

The reason for the current status of the Reserved Instance listing. The response can be blank.

', 'ReservedInstancesModification$ClientToken' => '

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

', 'ReservedInstancesModification$ReservedInstancesModificationId' => '

A unique ID for the Reserved Instance modification.

', 'ReservedInstancesModification$Status' => '

The status of the Reserved Instances modification request.

', 'ReservedInstancesModification$StatusMessage' => '

The reason for the status.

', 'ReservedInstancesModificationResult$ReservedInstancesId' => '

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

', 'ReservedInstancesOffering$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'ReservedInstancesOffering$ReservedInstancesOfferingId' => '

The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.

', 'ResetEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.

', 'ResetNetworkInterfaceAttributeRequest$SourceDestCheck' => '

The source/destination checking attribute. Resets the value to true.

', 'ResourceList$member' => NULL, 'ResponseError$Message' => '

The error message, if applicable.

', 'ResponseHostIdList$member' => NULL, 'ResponseHostIdSet$member' => NULL, 'ResponseLaunchTemplateData$KernelId' => '

The ID of the kernel, if applicable.

', 'ResponseLaunchTemplateData$ImageId' => '

The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will resolve to the ID of the AMI at instance launch.

The value depends on what you specified in the request. The possible values are:

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

', 'ResponseLaunchTemplateData$KeyName' => '

The name of the key pair.

', 'ResponseLaunchTemplateData$RamDiskId' => '

The ID of the RAM disk, if applicable.

', 'RestorableByStringList$member' => NULL, 'RestoreAddressToClassicRequest$PublicIp' => '

The Elastic IP address.

', 'RestoreAddressToClassicResult$PublicIp' => '

The Elastic IP address.

', 'RestoreSnapshotFromRecycleBinResult$SnapshotId' => '

The ID of the snapshot.

', 'RestoreSnapshotFromRecycleBinResult$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreSnapshotFromRecycleBinResult$Description' => '

The description for the snapshot.

', 'RestoreSnapshotFromRecycleBinResult$OwnerId' => '

The ID of the Amazon Web Services account that owns the EBS snapshot.

', 'RestoreSnapshotFromRecycleBinResult$Progress' => '

The progress of the snapshot, as a percentage.

', 'RestoreSnapshotFromRecycleBinResult$VolumeId' => '

The ID of the volume that was used to create the snapshot.

', 'RestoreSnapshotTierResult$SnapshotId' => '

The ID of the snapshot.

', 'RevokeClientVpnIngressRequest$TargetNetworkCidr' => '

The IPv4 address range, in CIDR notation, of the network for which access is being removed.

', 'RevokeClientVpnIngressRequest$AccessGroupId' => '

The ID of the Active Directory group for which to revoke access.

', 'RevokeSecurityGroupEgressRequest$CidrIp' => '

Not supported. Use a set of IP permissions to specify the CIDR.

', 'RevokeSecurityGroupEgressRequest$IpProtocol' => '

Not supported. Use a set of IP permissions to specify the protocol name or number.

', 'RevokeSecurityGroupEgressRequest$SourceSecurityGroupName' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'RevokeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'RevokeSecurityGroupIngressRequest$CidrIp' => '

The CIDR IP address range. You can\'t specify this parameter when specifying a source security group.

', 'RevokeSecurityGroupIngressRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

', 'RevokeSecurityGroupIngressRequest$SourceSecurityGroupName' => '

[Default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. The source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

', 'RevokeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId' => '

Not supported.

', 'Route$DestinationCidrBlock' => '

The IPv4 CIDR block used for the destination match.

', 'Route$DestinationIpv6CidrBlock' => '

The IPv6 CIDR block used for the destination match.

', 'Route$DestinationPrefixListId' => '

The prefix of the Amazon Web Service.

', 'Route$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'Route$GatewayId' => '

The ID of a gateway attached to your VPC.

', 'Route$InstanceId' => '

The ID of a NAT instance in your VPC.

', 'Route$InstanceOwnerId' => '

The ID of Amazon Web Services account that owns the instance.

', 'Route$NatGatewayId' => '

The ID of a NAT gateway.

', 'Route$TransitGatewayId' => '

The ID of a transit gateway.

', 'Route$LocalGatewayId' => '

The ID of the local gateway.

', 'Route$NetworkInterfaceId' => '

The ID of the network interface.

', 'Route$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'RouteTable$RouteTableId' => '

The ID of the route table.

', 'RouteTable$VpcId' => '

The ID of the VPC.

', 'RouteTable$OwnerId' => '

The ID of the Amazon Web Services account that owns the route table.

', 'RouteTableAssociation$RouteTableAssociationId' => '

The ID of the association.

', 'RouteTableAssociation$RouteTableId' => '

The ID of the route table.

', 'RouteTableAssociation$SubnetId' => '

The ID of the subnet. A subnet ID is not returned for an implicit association.

', 'RouteTableAssociation$GatewayId' => '

The ID of the internet gateway or virtual private gateway.

', 'RouteTableAssociationState$StatusMessage' => '

The status message, if applicable.

', 'RuleGroupTypePair$RuleGroupType' => '

The rule group type. The possible values are Domain List and Suricata.

', 'RuleOption$Keyword' => '

The Suricata keyword.

', 'RunInstancesRequest$AdditionalInfo' => '

Reserved.

', 'RunInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

', 'RunInstancesRequest$PrivateIpAddress' => '

The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

Only one private IP address can be designated as primary. You can\'t specify this option if you\'ve specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you\'re launching more than one instance in the request.

You cannot specify this option and the network interfaces option in the same request.

', 'RunScheduledInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

', 'S3ObjectTag$Key' => '

The key of the tag.

Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

', 'S3ObjectTag$Value' => '

The value of the tag.

Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

', 'S3Storage$AWSAccessKeyId' => '

The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Amazon Web Services accounts in the Account ManagementReference Guide.

', 'S3Storage$Bucket' => '

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

', 'S3Storage$Prefix' => '

The beginning of the file name of the AMI.

', 'S3Storage$UploadPolicySignature' => '

The signature of the JSON document.

', 'ScheduledInstance$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstance$HourlyPrice' => '

The hourly price for a single instance.

', 'ScheduledInstance$InstanceType' => '

The instance type.

', 'ScheduledInstance$NetworkPlatform' => '

The network platform.

', 'ScheduledInstance$Platform' => '

The platform (Linux/UNIX or Windows).

', 'ScheduledInstance$ScheduledInstanceId' => '

The Scheduled Instance ID.

', 'ScheduledInstanceAvailability$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstanceAvailability$HourlyPrice' => '

The hourly price for a single instance.

', 'ScheduledInstanceAvailability$InstanceType' => '

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

', 'ScheduledInstanceAvailability$NetworkPlatform' => '

The network platform.

', 'ScheduledInstanceAvailability$Platform' => '

The platform (Linux/UNIX or Windows).

', 'ScheduledInstanceAvailability$PurchaseToken' => '

The purchase token. This token expires in two hours.

', 'ScheduledInstanceRecurrence$Frequency' => '

The frequency (Daily, Weekly, or Monthly).

', 'ScheduledInstanceRecurrence$OccurrenceUnit' => '

The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).

', 'ScheduledInstanceRecurrenceRequest$Frequency' => '

The frequency (Daily, Weekly, or Monthly).

', 'ScheduledInstanceRecurrenceRequest$OccurrenceUnit' => '

The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is required for a monthly schedule. You can\'t specify DayOfWeek with a weekly schedule. You can\'t specify this value with a daily schedule.

', 'ScheduledInstancesBlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'ScheduledInstancesBlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'ScheduledInstancesBlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

', 'ScheduledInstancesEbs$VolumeType' => '

The volume type. gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for st1, Cold HDD for sc1, or standard for Magnetic.

Default: gp2

', 'ScheduledInstancesIamInstanceProfile$Arn' => '

The Amazon Resource Name (ARN).

', 'ScheduledInstancesIamInstanceProfile$Name' => '

The name.

', 'ScheduledInstancesLaunchSpecification$InstanceType' => '

The instance type.

', 'ScheduledInstancesLaunchSpecification$UserData' => '

The base64-encoded MIME user data.

', 'ScheduledInstancesNetworkInterface$Description' => '

The description.

', 'ScheduledInstancesNetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'ScheduledInstancesPlacement$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstancesPrivateIpAddressConfig$PrivateIpAddress' => '

The IPv4 address.

', 'SearchLocalGatewayRoutesRequest$NextToken' => '

The token for the next page of results.

', 'SearchLocalGatewayRoutesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'SearchTransitGatewayMulticastGroupsRequest$NextToken' => '

The token for the next page of results.

', 'SearchTransitGatewayMulticastGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'SecurityGroup$Description' => '

A description of the security group.

', 'SecurityGroup$GroupName' => '

The name of the security group.

', 'SecurityGroup$OwnerId' => '

The Amazon Web Services account ID of the owner of the security group.

', 'SecurityGroup$GroupId' => '

The ID of the security group.

', 'SecurityGroup$VpcId' => '

The ID of the VPC for the security group.

', 'SecurityGroupIdentifier$GroupId' => '

The ID of the security group.

', 'SecurityGroupIdentifier$GroupName' => '

The name of the security group.

', 'SecurityGroupReference$GroupId' => '

The ID of your security group.

', 'SecurityGroupReference$ReferencingVpcId' => '

The ID of the VPC with the referencing security group.

', 'SecurityGroupReference$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'SecurityGroupRule$GroupOwnerId' => '

The ID of the Amazon Web Services account that owns the security group.

', 'SecurityGroupRule$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

', 'SecurityGroupRule$CidrIpv4' => '

The IPv4 CIDR range.

', 'SecurityGroupRule$CidrIpv6' => '

The IPv6 CIDR range.

', 'SecurityGroupRule$Description' => '

The security group rule description.

', 'SecurityGroupRuleDescription$SecurityGroupRuleId' => '

The ID of the security group rule.

', 'SecurityGroupRuleDescription$Description' => '

The description of the security group rule.

', 'SecurityGroupRuleIdList$member' => NULL, 'SecurityGroupRuleRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

', 'SecurityGroupRuleRequest$CidrIpv4' => '

The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length.

', 'SecurityGroupRuleRequest$CidrIpv6' => '

The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.

', 'SecurityGroupRuleRequest$Description' => '

The description of the security group rule.

', 'ServiceConfiguration$ServiceId' => '

The ID of the service.

', 'ServiceConfiguration$ServiceName' => '

The name of the service.

', 'ServiceConfiguration$PrivateDnsName' => '

The private DNS name for the service.

', 'ServiceDetail$ServiceName' => '

The name of the service.

', 'ServiceDetail$ServiceId' => '

The ID of the endpoint service.

', 'ServiceDetail$Owner' => '

The Amazon Web Services account ID of the service owner.

', 'ServiceDetail$PrivateDnsName' => '

The private DNS name for the service.

', 'Snapshot$DataEncryptionKeyId' => '

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

', 'Snapshot$Description' => '

The description for the snapshot.

', 'Snapshot$KmsKeyId' => '

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the parent volume.

', 'Snapshot$OwnerId' => '

The ID of the Amazon Web Services account that owns the EBS snapshot.

', 'Snapshot$Progress' => '

The progress of the snapshot, as a percentage.

', 'Snapshot$SnapshotId' => '

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

', 'Snapshot$StateMessage' => '

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

', 'Snapshot$VolumeId' => '

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

', 'Snapshot$OwnerAlias' => '

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

', 'Snapshot$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'SnapshotDetail$Description' => '

A description for the snapshot.

', 'SnapshotDetail$DeviceName' => '

The block device mapping for the snapshot.

', 'SnapshotDetail$Format' => '

The format of the disk image from which the snapshot is created.

', 'SnapshotDetail$Progress' => '

The percentage of progress for the task.

', 'SnapshotDetail$SnapshotId' => '

The snapshot ID of the disk being imported.

', 'SnapshotDetail$Status' => '

A brief status of the snapshot creation.

', 'SnapshotDetail$StatusMessage' => '

A detailed status message for the snapshot creation.

', 'SnapshotDiskContainer$Description' => '

The description of the disk image being imported.

', 'SnapshotDiskContainer$Format' => '

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

', 'SnapshotInfo$Description' => '

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

', 'SnapshotInfo$VolumeId' => '

Source volume from which this snapshot was created.

', 'SnapshotInfo$Progress' => '

Progress this snapshot has made towards completing.

', 'SnapshotInfo$OwnerId' => '

Account id used when creating this snapshot.

', 'SnapshotInfo$SnapshotId' => '

Snapshot id that can be used to describe this snapshot.

', 'SnapshotInfo$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'SnapshotRecycleBinInfo$SnapshotId' => '

The ID of the snapshot.

', 'SnapshotRecycleBinInfo$Description' => '

The description for the snapshot.

', 'SnapshotRecycleBinInfo$VolumeId' => '

The ID of the volume from which the snapshot was created.

', 'SnapshotTaskDetail$Description' => '

The description of the snapshot.

', 'SnapshotTaskDetail$Format' => '

The format of the disk image from which the snapshot is created.

', 'SnapshotTaskDetail$KmsKeyId' => '

The identifier for the KMS key that was used to create the encrypted snapshot.

', 'SnapshotTaskDetail$Progress' => '

The percentage of completion for the import snapshot task.

', 'SnapshotTaskDetail$SnapshotId' => '

The snapshot ID of the disk being imported.

', 'SnapshotTaskDetail$Status' => '

A brief status for the import snapshot task.

', 'SnapshotTaskDetail$StatusMessage' => '

A detailed status message for the import snapshot task.

', 'SnapshotTierStatus$OwnerId' => '

The ID of the Amazon Web Services account that owns the snapshot.

', 'SnapshotTierStatus$LastTieringOperationStatusDetail' => '

A message describing the status of the last archive or restore process.

', 'SpotDatafeedSubscription$Bucket' => '

The name of the Amazon S3 bucket where the Spot Instance data feed is located.

', 'SpotDatafeedSubscription$OwnerId' => '

The Amazon Web Services account ID of the account.

', 'SpotDatafeedSubscription$Prefix' => '

The prefix for the data feed files.

', 'SpotFleetLaunchSpecification$AddressingType' => '

Deprecated.

', 'SpotFleetLaunchSpecification$KernelId' => '

The ID of the kernel.

', 'SpotFleetLaunchSpecification$RamdiskId' => '

The ID of the RAM disk. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, refer to the Amazon Web Services Resource Center and search for the kernel ID.

', 'SpotFleetLaunchSpecification$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotFleetRequestConfig$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'SpotFleetRequestConfigData$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see Ensuring Idempotency.

', 'SpotFleetRequestConfigData$IamFleetRole' => '

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see Spot Fleet prerequisites in the Amazon EC2 User Guide. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set TerminateInstancesWithExpiration.

', 'SpotFleetRequestConfigData$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotFleetRequestConfigData$OnDemandMaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay. You can use the onDemandMaxTotalPrice parameter, the spotMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

', 'SpotFleetRequestConfigData$SpotMaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. You can use the spotdMaxTotalPrice parameter, the onDemandMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

', 'SpotFleetRequestConfigData$Context' => '

Reserved.

', 'SpotInstanceRequest$ActualBlockHourlyPrice' => '

Deprecated.

', 'SpotInstanceRequest$AvailabilityZoneGroup' => '

The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

', 'SpotInstanceRequest$LaunchGroup' => '

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

', 'SpotInstanceRequest$LaunchedAvailabilityZone' => '

The Availability Zone in which the request is launched.

', 'SpotInstanceRequest$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'SpotInstanceRequest$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotInstanceStateFault$Code' => '

The reason code for the Spot Instance state change.

', 'SpotInstanceStateFault$Message' => '

The message for the Spot Instance state change.

', 'SpotInstanceStatus$Code' => '

The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.

', 'SpotInstanceStatus$Message' => '

The description for the status code.

', 'SpotMarketOptions$MaxPrice' => '

The maximum hourly price that you\'re willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotOptions$MaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotOptionsRequest$MaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotPlacement$AvailabilityZone' => '

The Availability Zone.

[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

', 'SpotPlacementScore$Region' => '

The Region.

', 'SpotPlacementScore$AvailabilityZoneId' => '

The Availability Zone.

', 'SpotPrice$AvailabilityZone' => '

The Availability Zone.

', 'SpotPrice$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'StaleIpPermission$IpProtocol' => '

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

', 'StaleSecurityGroup$Description' => '

The description of the security group.

', 'StaleSecurityGroup$GroupId' => '

The ID of the security group.

', 'StaleSecurityGroup$GroupName' => '

The name of the security group.

', 'StaleSecurityGroup$VpcId' => '

The ID of the VPC for the security group.

', 'StartInstancesRequest$AdditionalInfo' => '

Reserved.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'StartNetworkInsightsAnalysisRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'StateReason$Code' => '

The reason code for the state change.

', 'StateReason$Message' => '

The message for the state change.

', 'StorageLocation$Bucket' => '

The name of the S3 bucket.

', 'StorageLocation$Key' => '

The key.

', 'StoreImageTaskResult$AmiId' => '

The ID of the AMI that is being stored.

', 'StoreImageTaskResult$Bucket' => '

The name of the Amazon S3 bucket that contains the stored AMI object.

', 'StoreImageTaskResult$S3objectKey' => '

The name of the stored AMI object in the bucket.

', 'StoreImageTaskResult$StoreTaskState' => '

The state of the store task (InProgress, Completed, or Failed).

', 'StoreImageTaskResult$StoreTaskFailureReason' => '

If the tasks fails, the reason for the failure is returned. If the task succeeds, null is returned.

', 'StringList$member' => NULL, 'Subnet$AvailabilityZone' => '

The Availability Zone of the subnet.

', 'Subnet$AvailabilityZoneId' => '

The AZ ID of the subnet.

', 'Subnet$CidrBlock' => '

The IPv4 CIDR block assigned to the subnet.

', 'Subnet$SubnetId' => '

The ID of the subnet.

', 'Subnet$VpcId' => '

The ID of the VPC the subnet is in.

', 'Subnet$OwnerId' => '

The ID of the Amazon Web Services account that owns the subnet.

', 'Subnet$SubnetArn' => '

The Amazon Resource Name (ARN) of the subnet.

', 'Subnet$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'SubnetAssociation$SubnetId' => '

The ID of the subnet.

', 'SubnetCidrBlockState$StatusMessage' => '

A message about the status of the CIDR block, if applicable.

', 'SubnetCidrReservation$Cidr' => '

The CIDR that has been reserved.

', 'SubnetCidrReservation$OwnerId' => '

The ID of the account that owns the subnet CIDR reservation.

', 'SubnetCidrReservation$Description' => '

The description assigned to the subnet CIDR reservation.

', 'SubnetIpv6CidrBlockAssociation$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'Subscription$Source' => '

The Region or Availability Zone that\'s the source for the subscription. For example, us-east-1.

', 'Subscription$Destination' => '

The Region or Availability Zone that\'s the target for the subscription. For example, eu-west-1.

', 'SuccessfulInstanceCreditSpecificationItem$InstanceId' => '

The ID of the instance.

', 'SuccessfulQueuedPurchaseDeletion$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'Tag$Key' => '

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

', 'Tag$Value' => '

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.

', 'TagDescription$Key' => '

The tag key.

', 'TagDescription$ResourceId' => '

The ID of the resource.

', 'TagDescription$Value' => '

The tag value.

', 'TargetConfiguration$OfferingId' => '

The ID of the Convertible Reserved Instance offering.

', 'TargetGroup$Arn' => '

The Amazon Resource Name (ARN) of the target group.

', 'TargetNetwork$AssociationId' => '

The ID of the association.

', 'TargetNetwork$VpcId' => '

The ID of the VPC in which the target network (subnet) is located.

', 'TargetNetwork$TargetNetworkId' => '

The ID of the subnet specified as the target network.

', 'TargetNetwork$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the target network is associated.

', 'TerminateClientVpnConnectionsRequest$ConnectionId' => '

The ID of the client connection to be terminated.

', 'TerminateClientVpnConnectionsRequest$Username' => '

The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.

', 'TerminateClientVpnConnectionsResult$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'TerminateClientVpnConnectionsResult$Username' => '

The user who established the terminated client connections.

', 'TerminateConnectionStatus$ConnectionId' => '

The ID of the client connection.

', 'TrafficMirrorFilter$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorFilter$Description' => '

The description of the Traffic Mirror filter.

', 'TrafficMirrorFilterRule$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter that the rule is associated with.

', 'TrafficMirrorFilterRule$DestinationCidrBlock' => '

The destination CIDR block assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$SourceCidrBlock' => '

The source CIDR block assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$Description' => '

The description of the Traffic Mirror rule.

', 'TrafficMirrorSession$TrafficMirrorSessionId' => '

The ID for the Traffic Mirror session.

', 'TrafficMirrorSession$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'TrafficMirrorSession$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorSession$NetworkInterfaceId' => '

The ID of the Traffic Mirror session\'s network interface.

', 'TrafficMirrorSession$OwnerId' => '

The ID of the account that owns the Traffic Mirror session.

', 'TrafficMirrorSession$Description' => '

The description of the Traffic Mirror session.

', 'TrafficMirrorTarget$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'TrafficMirrorTarget$NetworkInterfaceId' => '

The network interface ID that is attached to the target.

', 'TrafficMirrorTarget$NetworkLoadBalancerArn' => '

The Amazon Resource Name (ARN) of the Network Load Balancer.

', 'TrafficMirrorTarget$Description' => '

Information about the Traffic Mirror target.

', 'TrafficMirrorTarget$OwnerId' => '

The ID of the account that owns the Traffic Mirror target.

', 'TrafficMirrorTarget$GatewayLoadBalancerEndpointId' => '

The ID of the Gateway Load Balancer endpoint.

', 'TransitGateway$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGateway$TransitGatewayArn' => '

The Amazon Resource Name (ARN) of the transit gateway.

', 'TransitGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'TransitGateway$Description' => '

The description of the transit gateway.

', 'TransitGatewayAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAttachment$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayAttachment$TransitGatewayOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'TransitGatewayAttachment$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the resource.

', 'TransitGatewayAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayAttachmentAssociation$TransitGatewayRouteTableId' => '

The ID of the route table for the transit gateway.

', 'TransitGatewayAttachmentBgpConfiguration$TransitGatewayAddress' => '

The interior BGP peer IP address for the transit gateway.

', 'TransitGatewayAttachmentBgpConfiguration$PeerAddress' => '

The interior BGP peer IP address for the appliance.

', 'TransitGatewayAttachmentPropagation$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'TransitGatewayCidrBlockStringList$member' => NULL, 'TransitGatewayConnectPeerConfiguration$TransitGatewayAddress' => '

The Connect peer IP address on the transit gateway side of the tunnel.

', 'TransitGatewayConnectPeerConfiguration$PeerAddress' => '

The Connect peer IP address on the appliance side of the tunnel.

', 'TransitGatewayMulticastDeregisteredGroupMembers$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDeregisteredGroupMembers$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastDeregisteredGroupSources$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDeregisteredGroupSources$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastDomain$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomain$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayMulticastDomain$TransitGatewayMulticastDomainArn' => '

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomain$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainAssociation$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastDomainAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastDomainAssociation$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.

', 'TransitGatewayMulticastDomainAssociations$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainAssociations$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastDomainAssociations$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastDomainAssociations$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the resource.

', 'TransitGatewayMulticastGroup$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastGroup$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastGroup$SubnetId' => '

The ID of the subnet.

', 'TransitGatewayMulticastGroup$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastGroup$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.

', 'TransitGatewayMulticastGroup$NetworkInterfaceId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastRegisteredGroupMembers$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastRegisteredGroupMembers$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastRegisteredGroupSources$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastRegisteredGroupSources$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayOptions$AssociationDefaultRouteTableId' => '

The ID of the default association route table.

', 'TransitGatewayOptions$PropagationDefaultRouteTableId' => '

The ID of the default propagation route table.

', 'TransitGatewayPeeringAttachment$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'TransitGatewayPeeringAttachment$AccepterTransitGatewayAttachmentId' => '

The ID of the accepter transit gateway attachment.

', 'TransitGatewayPolicyRule$SourceCidrBlock' => '

The source CIDR block for the transit gateway policy rule.

', 'TransitGatewayPolicyRule$SourcePortRange' => '

The port range for the transit gateway policy rule. Currently this is set to * (all).

', 'TransitGatewayPolicyRule$DestinationCidrBlock' => '

The destination CIDR block for the transit gateway policy rule.

', 'TransitGatewayPolicyRule$DestinationPortRange' => '

The port range for the transit gateway policy rule. Currently this is set to * (all).

', 'TransitGatewayPolicyRule$Protocol' => '

The protocol used by the transit gateway policy rule.

', 'TransitGatewayPolicyRuleMetaData$MetaDataKey' => '

The key name for the transit gateway policy rule meta data tag.

', 'TransitGatewayPolicyRuleMetaData$MetaDataValue' => '

The value of the key for the transit gateway policy rule meta data tag.

', 'TransitGatewayPolicyTableAssociation$ResourceId' => '

The resource ID of the transit gateway attachment.

', 'TransitGatewayPolicyTableEntry$PolicyRuleNumber' => '

The rule number for the transit gateway policy table entry.

', 'TransitGatewayPrefixListAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayPrefixListReference$PrefixListOwnerId' => '

The ID of the prefix list owner.

', 'TransitGatewayPropagation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayPropagation$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRoute$DestinationCidrBlock' => '

The CIDR block used for destination matches.

', 'TransitGatewayRouteAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTable$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTable$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$CoreNetworkId' => '

The ID of the core network for the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncement$PeerCoreNetworkId' => '

The ID of the core network ID for the peer.

', 'TransitGatewayRouteTableAssociation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTableAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteTablePropagation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTablePropagation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteTableRoute$DestinationCidr' => '

The CIDR block used for destination matches.

', 'TransitGatewayRouteTableRoute$State' => '

The state of the route.

', 'TransitGatewayRouteTableRoute$RouteOrigin' => '

The route origin. The following are the possible values:

', 'TransitGatewayRouteTableRoute$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayRouteTableRoute$AttachmentId' => '

The ID of the route attachment.

', 'TransitGatewayRouteTableRoute$ResourceId' => '

The ID of the resource for the route attachment.

', 'TransitGatewayRouteTableRoute$ResourceType' => '

The resource type for the route attachment.

', 'TransitGatewayVpcAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayVpcAttachment$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayVpcAttachment$VpcId' => '

The ID of the VPC.

', 'TransitGatewayVpcAttachment$VpcOwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'TrunkInterfaceAssociation$BranchInterfaceId' => '

The ID of the branch network interface.

', 'TrunkInterfaceAssociation$TrunkInterfaceId' => '

The ID of the trunk network interface.

', 'TunnelOption$OutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'TunnelOption$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel.

', 'TunnelOption$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel.

', 'TunnelOption$DpdTimeoutAction' => '

The action to take after a DPD timeout occurs.

', 'TunnelOption$StartupAction' => '

The action to take when the establishing the VPN tunnels for a VPN connection.

', 'UnassignIpv6AddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'UnsuccessfulInstanceCreditSpecificationItem$InstanceId' => '

The ID of the instance.

', 'UnsuccessfulInstanceCreditSpecificationItemError$Message' => '

The applicable error message.

', 'UnsuccessfulItem$ResourceId' => '

The ID of the resource.

', 'UnsuccessfulItemError$Code' => '

The error code.

', 'UnsuccessfulItemError$Message' => '

The error message accompanying the error code.

', 'UserBucket$S3Bucket' => '

The name of the Amazon S3 bucket where the disk image is located.

', 'UserBucket$S3Key' => '

The file name of the disk image.

', 'UserBucketDetails$S3Bucket' => '

The Amazon S3 bucket from which the disk image was created.

', 'UserBucketDetails$S3Key' => '

The file name of the disk image.

', 'UserData$Data' => '

The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

', 'UserGroupStringList$member' => NULL, 'UserIdGroupPair$Description' => '

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

', 'UserIdGroupPair$GroupId' => '

The ID of the security group.

', 'UserIdGroupPair$GroupName' => '

[Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

', 'UserIdGroupPair$PeeringStatus' => '

The status of a VPC peering connection, if applicable.

', 'UserIdGroupPair$UserId' => '

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

', 'UserIdGroupPair$VpcId' => '

The ID of the VPC for the referenced security group, if applicable.

', 'UserIdGroupPair$VpcPeeringConnectionId' => '

The ID of the VPC peering connection, if applicable.

', 'UserIdStringList$member' => NULL, 'ValidationError$Code' => '

The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error codes.

', 'ValidationError$Message' => '

The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error codes.

', 'ValueStringList$member' => NULL, 'VerifiedAccessEndpoint$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessEndpoint$VerifiedAccessGroupId' => '

The ID of the Amazon Web Services Verified Access group.

', 'VerifiedAccessEndpoint$VerifiedAccessEndpointId' => '

The ID of the Amazon Web Services Verified Access endpoint.

', 'VerifiedAccessEndpoint$ApplicationDomain' => '

The DNS name for users to reach your application.

', 'VerifiedAccessEndpoint$DomainCertificateArn' => '

The ARN of a public TLS/SSL certificate imported into or created with ACM.

', 'VerifiedAccessEndpoint$EndpointDomain' => '

A DNS name that is generated for the endpoint.

', 'VerifiedAccessEndpoint$DeviceValidationDomain' => '

Returned if endpoint has a device trust provider attached.

', 'VerifiedAccessEndpoint$Description' => '

A description for the Amazon Web Services Verified Access endpoint.

', 'VerifiedAccessEndpoint$CreationTime' => '

The creation time.

', 'VerifiedAccessEndpoint$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessEndpoint$DeletionTime' => '

The deletion time.

', 'VerifiedAccessEndpointLoadBalancerOptions$LoadBalancerArn' => '

The ARN of the load balancer.

', 'VerifiedAccessEndpointStatus$Message' => '

The status message of the Verified Access endpoint.

', 'VerifiedAccessGroup$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'VerifiedAccessGroup$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessGroup$Description' => '

A description for the Amazon Web Services Verified Access group.

', 'VerifiedAccessGroup$Owner' => '

The Amazon Web Services account number that owns the group.

', 'VerifiedAccessGroup$VerifiedAccessGroupArn' => '

The ARN of the Verified Access group.

', 'VerifiedAccessGroup$CreationTime' => '

The creation time.

', 'VerifiedAccessGroup$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessGroup$DeletionTime' => '

The deletion time.

', 'VerifiedAccessInstance$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessInstance$Description' => '

A description for the Amazon Web Services Verified Access instance.

', 'VerifiedAccessInstance$CreationTime' => '

The creation time.

', 'VerifiedAccessInstance$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessInstanceLoggingConfiguration$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessLogCloudWatchLogsDestination$LogGroup' => '

The ID of the CloudWatch Logs log group.

', 'VerifiedAccessLogCloudWatchLogsDestinationOptions$LogGroup' => '

The ID of the CloudWatch Logs log group.

', 'VerifiedAccessLogDeliveryStatus$Message' => '

The status message.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$DeliveryStream' => '

The ID of the delivery stream.

', 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions$DeliveryStream' => '

The ID of the delivery stream.

', 'VerifiedAccessLogOptions$LogVersion' => '

The logging version to use.

Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2

', 'VerifiedAccessLogS3Destination$BucketName' => '

The bucket name.

', 'VerifiedAccessLogS3Destination$Prefix' => '

The bucket prefix.

', 'VerifiedAccessLogS3Destination$BucketOwner' => '

The Amazon Web Services account number that owns the bucket.

', 'VerifiedAccessLogS3DestinationOptions$BucketName' => '

The bucket name.

', 'VerifiedAccessLogS3DestinationOptions$Prefix' => '

The bucket prefix.

', 'VerifiedAccessLogS3DestinationOptions$BucketOwner' => '

The ID of the Amazon Web Services account that owns the Amazon S3 bucket.

', 'VerifiedAccessLogs$LogVersion' => '

Describes current setting for the logging version.

', 'VerifiedAccessTrustProvider$VerifiedAccessTrustProviderId' => '

The ID of the Amazon Web Services Verified Access trust provider.

', 'VerifiedAccessTrustProvider$Description' => '

A description for the Amazon Web Services Verified Access trust provider.

', 'VerifiedAccessTrustProvider$PolicyReferenceName' => '

The identifier to be used when working with policy rules.

', 'VerifiedAccessTrustProvider$CreationTime' => '

The creation time.

', 'VerifiedAccessTrustProvider$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessTrustProviderCondensed$VerifiedAccessTrustProviderId' => '

The ID of the trust provider.

', 'VerifiedAccessTrustProviderCondensed$Description' => '

The description of trust provider.

', 'VersionStringList$member' => NULL, 'VgwTelemetry$OutsideIpAddress' => '

The Internet-routable IP address of the virtual private gateway\'s outside interface.

', 'VgwTelemetry$StatusMessage' => '

If an error occurs, a description of the error.

', 'VgwTelemetry$CertificateArn' => '

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

', 'Volume$AvailabilityZone' => '

The Availability Zone for the volume.

', 'Volume$KmsKeyId' => '

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

', 'Volume$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'Volume$SnapshotId' => '

The snapshot from which the volume was created, if applicable.

', 'Volume$VolumeId' => '

The ID of the volume.

', 'VolumeAttachment$Device' => '

The device name.

', 'VolumeAttachment$InstanceId' => '

The ID of the instance.

', 'VolumeAttachment$VolumeId' => '

The ID of the volume.

', 'VolumeModification$VolumeId' => '

The ID of the volume.

', 'VolumeModification$StatusMessage' => '

A status message about the modification progress or failure.

', 'VolumeStatusAction$Code' => '

The code identifying the operation, for example, enable-volume-io.

', 'VolumeStatusAction$Description' => '

A description of the operation.

', 'VolumeStatusAction$EventId' => '

The ID of the event associated with this operation.

', 'VolumeStatusAction$EventType' => '

The event type associated with this operation.

', 'VolumeStatusAttachmentStatus$IoPerformance' => '

The maximum IOPS supported by the attached instance.

', 'VolumeStatusAttachmentStatus$InstanceId' => '

The ID of the attached instance.

', 'VolumeStatusDetails$Status' => '

The intended status of the volume status.

', 'VolumeStatusEvent$Description' => '

A description of the event.

', 'VolumeStatusEvent$EventId' => '

The ID of this event.

', 'VolumeStatusEvent$EventType' => '

The type of this event.

', 'VolumeStatusEvent$InstanceId' => '

The ID of the instance associated with the event.

', 'VolumeStatusItem$AvailabilityZone' => '

The Availability Zone of the volume.

', 'VolumeStatusItem$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'VolumeStatusItem$VolumeId' => '

The volume ID.

', 'Vpc$CidrBlock' => '

The primary IPv4 CIDR block for the VPC.

', 'Vpc$DhcpOptionsId' => '

The ID of the set of DHCP options you\'ve associated with the VPC.

', 'Vpc$VpcId' => '

The ID of the VPC.

', 'Vpc$OwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'VpcAttachment$VpcId' => '

The ID of the VPC.

', 'VpcCidrBlockAssociation$AssociationId' => '

The association ID for the IPv4 CIDR block.

', 'VpcCidrBlockAssociation$CidrBlock' => '

The IPv4 CIDR block.

', 'VpcCidrBlockState$StatusMessage' => '

A message about the status of the CIDR block, if applicable.

', 'VpcClassicLink$VpcId' => '

The ID of the VPC.

', 'VpcEndpoint$VpcEndpointId' => '

The ID of the endpoint.

', 'VpcEndpoint$VpcId' => '

The ID of the VPC to which the endpoint is associated.

', 'VpcEndpoint$ServiceName' => '

The name of the service to which the endpoint is associated.

', 'VpcEndpoint$PolicyDocument' => '

The policy document associated with the endpoint, if applicable.

', 'VpcEndpoint$OwnerId' => '

The ID of the Amazon Web Services account that owns the endpoint.

', 'VpcEndpointConnection$ServiceId' => '

The ID of the service to which the endpoint is connected.

', 'VpcEndpointConnection$VpcEndpointId' => '

The ID of the VPC endpoint.

', 'VpcEndpointConnection$VpcEndpointOwner' => '

The ID of the Amazon Web Services account that owns the VPC endpoint.

', 'VpcEndpointConnection$VpcEndpointConnectionId' => '

The ID of the VPC endpoint connection.

', 'VpcIpv6CidrBlockAssociation$AssociationId' => '

The association ID for the IPv6 CIDR block.

', 'VpcIpv6CidrBlockAssociation$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'VpcIpv6CidrBlockAssociation$NetworkBorderGroup' => '

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.

', 'VpcIpv6CidrBlockAssociation$Ipv6Pool' => '

The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.

', 'VpcPeeringConnection$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'VpcPeeringConnectionStateReason$Message' => '

A message that provides more information about the status, if applicable.

', 'VpcPeeringConnectionVpcInfo$CidrBlock' => '

The IPv4 CIDR block for the VPC.

', 'VpcPeeringConnectionVpcInfo$OwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'VpcPeeringConnectionVpcInfo$VpcId' => '

The ID of the VPC.

', 'VpcPeeringConnectionVpcInfo$Region' => '

The Region in which the VPC is located.

', 'VpnConnection$CustomerGatewayId' => '

The ID of the customer gateway at your end of the VPN connection.

', 'VpnConnection$Category' => '

The category of the VPN connection. A value of VPN indicates an Amazon Web Services VPN connection. A value of VPN-Classic indicates an Amazon Web Services Classic VPN connection.

', 'VpnConnection$VpnConnectionId' => '

The ID of the VPN connection.

', 'VpnConnection$VpnGatewayId' => '

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

', 'VpnConnection$TransitGatewayId' => '

The ID of the transit gateway associated with the VPN connection.

', 'VpnConnection$CoreNetworkArn' => '

The ARN of the core network.

', 'VpnConnection$CoreNetworkAttachmentArn' => '

The ARN of the core network attachment.

', 'VpnConnectionDeviceType$VpnConnectionDeviceTypeId' => '

Customer gateway device identifier.

', 'VpnConnectionDeviceType$Vendor' => '

Customer gateway device vendor.

', 'VpnConnectionDeviceType$Platform' => '

Customer gateway device platform.

', 'VpnConnectionDeviceType$Software' => '

Customer gateway device software version.

', 'VpnConnectionOptions$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

', 'VpnConnectionOptions$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

', 'VpnConnectionOptions$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

', 'VpnConnectionOptions$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

', 'VpnConnectionOptions$OutsideIpAddressType' => '

The type of IPv4 address assigned to the outside interface of the customer gateway.

Valid values: PrivateIpv4 | PublicIpv4

Default: PublicIpv4

', 'VpnConnectionOptions$TransportTransitGatewayAttachmentId' => '

The transit gateway attachment ID in use for the VPN tunnel.

', 'VpnConnectionOptionsSpecification$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

', 'VpnConnectionOptionsSpecification$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

', 'VpnConnectionOptionsSpecification$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

', 'VpnConnectionOptionsSpecification$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

', 'VpnConnectionOptionsSpecification$OutsideIpAddressType' => '

The type of IPv4 address assigned to the outside interface of the customer gateway device.

Valid values: PrivateIpv4 | PublicIpv4

Default: PublicIpv4

', 'VpnGateway$AvailabilityZone' => '

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

', 'VpnGateway$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'VpnStaticRoute$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer data center.

', 'VpnTunnelOptionsSpecification$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

', 'VpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.

', 'VpnTunnelOptionsSpecification$DPDTimeoutAction' => '

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

', 'VpnTunnelOptionsSpecification$StartupAction' => '

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

', 'WithdrawByoipCidrRequest$Cidr' => '

The address range, in CIDR notation.

', 'ZoneIdStringList$member' => NULL, 'ZoneNameStringList$member' => NULL, ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Explanation$Protocols' => '

The protocols.

', 'RuleOption$Settings' => '

The settings for the keyword.

', ], ], 'StringType' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$UefiData' => '

Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', ], ], 'Subnet' => [ 'base' => '

Describes a subnet.

', 'refs' => [ 'CreateDefaultSubnetResult$Subnet' => '

Information about the subnet.

', 'CreateSubnetResult$Subnet' => '

Information about the subnet.

', 'SubnetList$member' => NULL, ], ], 'SubnetAssociation' => [ 'base' => '

Describes the subnet association with the transit gateway multicast domain.

', 'refs' => [ 'SubnetAssociationList$member' => NULL, 'TransitGatewayMulticastDomainAssociation$Subnet' => '

The subnet associated with the transit gateway multicast domain.

', ], ], 'SubnetAssociationList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastDomainAssociations$Subnets' => '

The subnets associated with the multicast domain.

', ], ], 'SubnetCidrAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateSubnetCidrBlockRequest$AssociationId' => '

The association ID for the CIDR block.

', 'SubnetIpv6CidrBlockAssociation$AssociationId' => '

The ID of the association.

', ], ], 'SubnetCidrBlockState' => [ 'base' => '

Describes the state of a CIDR block.

', 'refs' => [ 'SubnetIpv6CidrBlockAssociation$Ipv6CidrBlockState' => '

The state of the CIDR block.

', ], ], 'SubnetCidrBlockStateCode' => [ 'base' => NULL, 'refs' => [ 'SubnetCidrBlockState$State' => '

The state of a CIDR block.

', ], ], 'SubnetCidrReservation' => [ 'base' => '

Describes a subnet CIDR reservation.

', 'refs' => [ 'CreateSubnetCidrReservationResult$SubnetCidrReservation' => '

Information about the created subnet CIDR reservation.

', 'DeleteSubnetCidrReservationResult$DeletedSubnetCidrReservation' => '

Information about the deleted subnet CIDR reservation.

', 'SubnetCidrReservationList$member' => NULL, ], ], 'SubnetCidrReservationId' => [ 'base' => NULL, 'refs' => [ 'DeleteSubnetCidrReservationRequest$SubnetCidrReservationId' => '

The ID of the subnet CIDR reservation.

', 'SubnetCidrReservation$SubnetCidrReservationId' => '

The ID of the subnet CIDR reservation.

', ], ], 'SubnetCidrReservationList' => [ 'base' => NULL, 'refs' => [ 'GetSubnetCidrReservationsResult$SubnetIpv4CidrReservations' => '

Information about the IPv4 subnet CIDR reservations.

', 'GetSubnetCidrReservationsResult$SubnetIpv6CidrReservations' => '

Information about the IPv6 subnet CIDR reservations.

', ], ], 'SubnetCidrReservationType' => [ 'base' => NULL, 'refs' => [ 'CreateSubnetCidrReservationRequest$ReservationType' => '

The type of reservation.

The following are valid values:

', 'SubnetCidrReservation$ReservationType' => '

The type of reservation.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'AssociateClientVpnTargetNetworkRequest$SubnetId' => '

The ID of the subnet to associate with the Client VPN endpoint.

', 'AssociateRouteTableRequest$SubnetId' => '

The ID of the subnet.

', 'AssociateSubnetCidrBlockRequest$SubnetId' => '

The ID of your subnet.

', 'CreateClientVpnRouteRequest$TargetVpcSubnetId' => '

The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.

Alternatively, if you\'re adding a route for the local network, specify local.

', 'CreateInstanceConnectEndpointRequest$SubnetId' => '

The ID of the subnet in which to create the EC2 Instance Connect Endpoint.

', 'CreateNatGatewayRequest$SubnetId' => '

The ID of the subnet in which to create the NAT gateway.

', 'CreateNetworkInterfaceRequest$SubnetId' => '

The ID of the subnet to associate with the network interface.

', 'CreateSubnetCidrReservationRequest$SubnetId' => '

The ID of the subnet.

', 'CreateVerifiedAccessEndpointSubnetIdList$member' => NULL, 'DeleteClientVpnRouteRequest$TargetVpcSubnetId' => '

The ID of the target subnet used by the route.

', 'DeleteSubnetRequest$SubnetId' => '

The ID of the subnet.

', 'Ec2InstanceConnectEndpoint$SubnetId' => '

The ID of the subnet in which the EC2 Instance Connect Endpoint was created.

', 'FleetLaunchTemplateOverridesRequest$SubnetId' => '

The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, subnet-1234abcdeexample1, subnet-0987cdef6example2). A request of type instant can have only one subnet ID.

', 'GetSubnetCidrReservationsRequest$SubnetId' => '

The ID of the subnet.

', 'ImportInstanceLaunchSpecification$SubnetId' => '

[EC2-VPC] The ID of the subnet in which to launch the instance.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$SubnetId' => '

The ID of the subnet for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SubnetId' => '

The ID of the subnet for the network interface.

', 'LaunchTemplateOverrides$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'LocalGatewayRoute$SubnetId' => '

The ID of the subnet.

', 'ModifySubnetAttributeRequest$SubnetId' => '

The ID of the subnet.

', 'ModifyVerifiedAccessEndpointSubnetIdList$member' => NULL, 'RequestSpotLaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instance.

', 'RunInstancesRequest$SubnetId' => '

The ID of the subnet to launch the instance into.

If you specify a network interface, you must specify any subnets as part of the network interface.

', 'ScheduledInstancesLaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'ScheduledInstancesNetworkInterface$SubnetId' => '

The ID of the subnet.

', 'SpotFleetLaunchSpecification$SubnetId' => '

The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2".

', 'SubnetCidrReservation$SubnetId' => '

The ID of the subnet.

', 'SubnetIdStringList$member' => NULL, 'TransitGatewaySubnetIdList$member' => NULL, 'VerifiedAccessEndpointSubnetIdList$member' => NULL, 'VpcEndpointSubnetIdList$member' => NULL, ], ], 'SubnetIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsRequest$SubnetIds' => '

The IDs of the subnets.

Default: Describes all your subnets.

', ], ], 'SubnetIpv6CidrBlockAssociation' => [ 'base' => '

Describes an association between a subnet and an IPv6 CIDR block.

', 'refs' => [ 'AssociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 association.

', 'DisassociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'SubnetIpv6CidrBlockAssociationSet$member' => NULL, ], ], 'SubnetIpv6CidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Subnet$Ipv6CidrBlockAssociationSet' => '

Information about the IPv6 CIDR blocks associated with the subnet.

', ], ], 'SubnetList' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsResult$Subnets' => '

Information about one or more subnets.

', ], ], 'SubnetState' => [ 'base' => NULL, 'refs' => [ 'Subnet$State' => '

The current state of the subnet.

', ], ], 'Subscription' => [ 'base' => '

Describes an Infrastructure Performance subscription.

', 'refs' => [ 'SubscriptionList$member' => NULL, ], ], 'SubscriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult$Subscriptions' => '

Describes the current Infrastructure Performance subscriptions.

', ], ], 'SuccessfulInstanceCreditSpecificationItem' => [ 'base' => '

Describes the burstable performance instance whose credit option for CPU usage was successfully modified.

', 'refs' => [ 'SuccessfulInstanceCreditSpecificationSet$member' => NULL, ], ], 'SuccessfulInstanceCreditSpecificationSet' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationResult$SuccessfulInstanceCreditSpecifications' => '

Information about the instances whose credit option for CPU usage was successfully modified.

', ], ], 'SuccessfulQueuedPurchaseDeletion' => [ 'base' => '

Describes a Reserved Instance whose queued purchase was successfully deleted.

', 'refs' => [ 'SuccessfulQueuedPurchaseDeletionSet$member' => NULL, ], ], 'SuccessfulQueuedPurchaseDeletionSet' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesResult$SuccessfulQueuedPurchaseDeletions' => '

Information about the queued purchases that were successfully deleted.

', ], ], 'SummaryStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusSummary$Status' => '

The status.

', ], ], 'SupportedAdditionalProcessorFeature' => [ 'base' => NULL, 'refs' => [ 'SupportedAdditionalProcessorFeatureList$member' => NULL, ], ], 'SupportedAdditionalProcessorFeatureList' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SupportedFeatures' => '

Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.

', ], ], 'SupportedIpAddressTypes' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$SupportedIpAddressTypes' => '

The supported IP address types.

', 'ServiceDetail$SupportedIpAddressTypes' => '

The supported IP address types.

', ], ], 'Tag' => [ 'base' => '

Describes a tag.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagDescription' => [ 'base' => '

Describes a tag.

', 'refs' => [ 'TagDescriptionList$member' => NULL, ], ], 'TagDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeTagsResult$Tags' => '

The tags.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Address$Tags' => '

Any tags assigned to the Elastic IP address.

', 'AllowedPrincipal$Tags' => '

The tags.

', 'CapacityReservation$Tags' => '

Any tags assigned to the Capacity Reservation.

', 'CapacityReservationFleet$Tags' => '

The tags assigned to the Capacity Reservation Fleet.

', 'CarrierGateway$Tags' => '

The tags assigned to the carrier gateway.

', 'ClassicLinkInstance$Tags' => '

Any tags assigned to the instance.

', 'ClientVpnEndpoint$Tags' => '

Any tags assigned to the Client VPN endpoint.

', 'CoipPool$Tags' => '

The tags.

', 'ConversionTask$Tags' => '

Any tags assigned to the task.

', 'CopySnapshotResult$Tags' => '

Any tags applied to the new snapshot.

', 'CreateCapacityReservationFleetResult$Tags' => '

The tags assigned to the Capacity Reservation Fleet.

', 'CreateSecurityGroupResult$Tags' => '

The tags assigned to the security group.

', 'CreateTagsRequest$Tags' => '

The tags. The value parameter is required, but if you don\'t want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

', 'CustomerGateway$Tags' => '

Any tags assigned to the customer gateway.

', 'DeleteTagsRequest$Tags' => '

The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.

If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the aws: prefix).

Constraints: Up to 1000 tags.

', 'DhcpOptions$Tags' => '

Any tags assigned to the DHCP options set.

', 'Ec2InstanceConnectEndpoint$Tags' => '

The tags assigned to the EC2 Instance Connect Endpoint.

', 'EgressOnlyInternetGateway$Tags' => '

The tags assigned to the egress-only internet gateway.

', 'ElasticGpus$Tags' => '

The tags assigned to the Elastic Graphics accelerator.

', 'ExportImageResult$Tags' => '

Any tags assigned to the export image task.

', 'ExportImageTask$Tags' => '

Any tags assigned to the export image task.

', 'ExportTask$Tags' => '

The tags for the export task.

', 'FleetData$Tags' => '

The tags for an EC2 Fleet resource.

', 'FlowLog$Tags' => '

The tags for the flow log.

', 'FpgaImage$Tags' => '

Any tags assigned to the AFI.

', 'Host$Tags' => '

Any tags assigned to the Dedicated Host.

', 'HostReservation$Tags' => '

Any tags assigned to the Dedicated Host Reservation.

', 'Image$Tags' => '

Any tags assigned to the image.

', 'ImportImageResult$Tags' => '

Any tags assigned to the import image task.

', 'ImportImageTask$Tags' => '

The tags for the import image task.

', 'ImportKeyPairResult$Tags' => '

The tags applied to the imported key pair.

', 'ImportSnapshotResult$Tags' => '

Any tags assigned to the import snapshot task.

', 'ImportSnapshotTask$Tags' => '

The tags for the import snapshot task.

', 'Instance$Tags' => '

Any tags assigned to the instance.

', 'InstanceEventWindow$Tags' => '

The instance tags associated with the event window.

', 'InstanceEventWindowAssociationRequest$InstanceTags' => '

The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.

', 'InstanceEventWindowAssociationTarget$Tags' => '

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

', 'InstanceEventWindowDisassociationRequest$InstanceTags' => '

The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

', 'InternetGateway$Tags' => '

Any tags assigned to the internet gateway.

', 'Ipam$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'IpamPool$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'IpamResourceDiscovery$Tags' => '

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

', 'IpamResourceDiscoveryAssociation$Tags' => '

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

', 'IpamScope$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'Ipv6Pool$Tags' => '

Any tags for the address pool.

', 'KeyPair$Tags' => '

Any tags applied to the key pair.

', 'KeyPairInfo$Tags' => '

Any tags applied to the key pair.

', 'LaunchTemplate$Tags' => '

The tags for the launch template.

', 'LaunchTemplateTagSpecification$Tags' => '

The tags for the resource.

', 'LaunchTemplateTagSpecificationRequest$Tags' => '

The tags to apply to the resource.

', 'LocalGateway$Tags' => '

The tags assigned to the local gateway.

', 'LocalGatewayRouteTable$Tags' => '

The tags assigned to the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$Tags' => '

The tags assigned to the association.

', 'LocalGatewayRouteTableVpcAssociation$Tags' => '

The tags assigned to the association.

', 'LocalGatewayVirtualInterface$Tags' => '

The tags assigned to the virtual interface.

', 'LocalGatewayVirtualInterfaceGroup$Tags' => '

The tags assigned to the virtual interface group.

', 'ManagedPrefixList$Tags' => '

The tags for the prefix list.

', 'NatGateway$Tags' => '

The tags for the NAT gateway.

', 'NetworkAcl$Tags' => '

Any tags assigned to the network ACL.

', 'NetworkInsightsAccessScope$Tags' => '

The tags.

', 'NetworkInsightsAccessScopeAnalysis$Tags' => '

The tags.

', 'NetworkInsightsAnalysis$Tags' => '

The tags.

', 'NetworkInsightsPath$Tags' => '

The tags associated with the path.

', 'NetworkInterface$TagSet' => '

Any tags assigned to the network interface.

', 'PlacementGroup$Tags' => '

Any tags applied to the placement group.

', 'PublicIpv4Pool$Tags' => '

Any tags for the address pool.

', 'ReplaceRootVolumeTask$Tags' => '

The tags assigned to the task.

', 'ReservedInstances$Tags' => '

Any tags assigned to the resource.

', 'ReservedInstancesListing$Tags' => '

Any tags assigned to the resource.

', 'RouteTable$Tags' => '

Any tags assigned to the route table.

', 'SecurityGroup$Tags' => '

Any tags assigned to the security group.

', 'SecurityGroupRule$Tags' => '

The tags applied to the security group rule.

', 'ServiceConfiguration$Tags' => '

The tags assigned to the service.

', 'ServiceDetail$Tags' => '

The tags assigned to the service.

', 'Snapshot$Tags' => '

Any tags assigned to the snapshot.

', 'SnapshotInfo$Tags' => '

Tags associated with this snapshot.

', 'SnapshotTierStatus$Tags' => '

The tags that are assigned to the snapshot.

', 'SpotFleetRequestConfig$Tags' => '

The tags for a Spot Fleet resource.

', 'SpotFleetTagSpecification$Tags' => '

The tags.

', 'SpotInstanceRequest$Tags' => '

Any tags assigned to the resource.

', 'Subnet$Tags' => '

Any tags assigned to the subnet.

', 'SubnetCidrReservation$Tags' => '

The tags assigned to the subnet CIDR reservation.

', 'TagSpecification$Tags' => '

The tags to apply to the resource.

', 'TrafficMirrorFilter$Tags' => '

The tags assigned to the Traffic Mirror filter.

', 'TrafficMirrorSession$Tags' => '

The tags assigned to the Traffic Mirror session.

', 'TrafficMirrorTarget$Tags' => '

The tags assigned to the Traffic Mirror target.

', 'TransitGateway$Tags' => '

The tags for the transit gateway.

', 'TransitGatewayAttachment$Tags' => '

The tags for the attachment.

', 'TransitGatewayConnect$Tags' => '

The tags for the attachment.

', 'TransitGatewayConnectPeer$Tags' => '

The tags for the Connect peer.

', 'TransitGatewayMulticastDomain$Tags' => '

The tags for the transit gateway multicast domain.

', 'TransitGatewayPeeringAttachment$Tags' => '

The tags for the transit gateway peering attachment.

', 'TransitGatewayPolicyTable$Tags' => '

he key-value pairs associated with the transit gateway policy table.

', 'TransitGatewayRouteTable$Tags' => '

Any tags assigned to the route table.

', 'TransitGatewayRouteTableAnnouncement$Tags' => '

The key-value pairs associated with the route table announcement.

', 'TransitGatewayVpcAttachment$Tags' => '

The tags for the VPC attachment.

', 'TrunkInterfaceAssociation$Tags' => '

The tags for the trunk interface association.

', 'VerifiedAccessEndpoint$Tags' => '

The tags.

', 'VerifiedAccessGroup$Tags' => '

The tags.

', 'VerifiedAccessInstance$Tags' => '

The tags.

', 'VerifiedAccessTrustProvider$Tags' => '

The tags.

', 'Volume$Tags' => '

Any tags assigned to the volume.

', 'Vpc$Tags' => '

Any tags assigned to the VPC.

', 'VpcClassicLink$Tags' => '

Any tags assigned to the VPC.

', 'VpcEndpoint$Tags' => '

The tags assigned to the endpoint.

', 'VpcEndpointConnection$Tags' => '

The tags.

', 'VpcPeeringConnection$Tags' => '

Any tags assigned to the resource.

', 'VpnConnection$Tags' => '

Any tags assigned to the VPN connection.

', 'VpnGateway$Tags' => '

Any tags assigned to the virtual private gateway.

', ], ], 'TagSpecification' => [ 'base' => '

The tags to apply to a resource when the resource is being created. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.

The Valid Values lists all the resource types that can be tagged. However, the action you\'re using might not support tagging all of these resource types. If you try to tag a resource type that is unsupported for the action you\'re using, you\'ll get an error.

', 'refs' => [ 'TagSpecificationList$member' => NULL, ], ], 'TagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$TagSpecifications' => '

tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'AllocateAddressRequest$TagSpecifications' => '

The tags to assign to the Elastic IP address.

', 'AllocateHostsRequest$TagSpecifications' => '

The tags to apply to the Dedicated Host during creation.

', 'AssociateIpamResourceDiscoveryRequest$TagSpecifications' => '

Tag specifications.

', 'AuthorizeSecurityGroupEgressRequest$TagSpecifications' => '

The tags applied to the security group rule.

', 'AuthorizeSecurityGroupIngressRequest$TagSpecifications' => '

[VPC Only] The tags applied to the security group rule.

', 'CopySnapshotRequest$TagSpecifications' => '

The tags to apply to the new snapshot.

', 'CreateCapacityReservationFleetRequest$TagSpecifications' => '

The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.

', 'CreateCapacityReservationRequest$TagSpecifications' => '

The tags to apply to the Capacity Reservation during launch.

', 'CreateCarrierGatewayRequest$TagSpecifications' => '

The tags to associate with the carrier gateway.

', 'CreateClientVpnEndpointRequest$TagSpecifications' => '

The tags to apply to the Client VPN endpoint during creation.

', 'CreateCoipPoolRequest$TagSpecifications' => '

The tags to assign to the CoIP address pool.

', 'CreateCustomerGatewayRequest$TagSpecifications' => '

The tags to apply to the customer gateway.

', 'CreateDhcpOptionsRequest$TagSpecifications' => '

The tags to assign to the DHCP option.

', 'CreateEgressOnlyInternetGatewayRequest$TagSpecifications' => '

The tags to assign to the egress-only internet gateway.

', 'CreateFleetRequest$TagSpecifications' => '

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tagging your resources.

If the fleet type is instant, specify a resource type of fleet to tag the fleet or instance to tag the instances at launch.

If the fleet type is maintain or request, specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance. To tag instances at launch, specify the tags in a launch template.

', 'CreateFlowLogsRequest$TagSpecifications' => '

The tags to apply to the flow logs.

', 'CreateFpgaImageRequest$TagSpecifications' => '

The tags to apply to the FPGA image during creation.

', 'CreateImageRequest$TagSpecifications' => '

The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.

If you specify other values for ResourceType, the request fails.

To tag an AMI or snapshot after it has been created, see CreateTags.

', 'CreateInstanceConnectEndpointRequest$TagSpecifications' => '

The tags to apply to the EC2 Instance Connect Endpoint during creation.

', 'CreateInstanceEventWindowRequest$TagSpecifications' => '

The tags to apply to the event window.

', 'CreateInstanceExportTaskRequest$TagSpecifications' => '

The tags to apply to the export instance task during creation.

', 'CreateInternetGatewayRequest$TagSpecifications' => '

The tags to assign to the internet gateway.

', 'CreateIpamPoolRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateIpamRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateIpamResourceDiscoveryRequest$TagSpecifications' => '

Tag specifications for the IPAM resource discovery.

', 'CreateIpamScopeRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateKeyPairRequest$TagSpecifications' => '

The tags to apply to the new key pair.

', 'CreateLaunchTemplateRequest$TagSpecifications' => '

The tags to apply to the launch template on creation. To tag the launch template, the resource type must be launch-template.

To specify the tags for the resources that are created when an instance is launched, you must use the TagSpecifications parameter in the launch template data structure.

', 'CreateLocalGatewayRouteTableRequest$TagSpecifications' => '

The tags assigned to the local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$TagSpecifications' => '

The tags assigned to the local gateway route table virtual interface group association.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$TagSpecifications' => '

The tags to assign to the local gateway route table VPC association.

', 'CreateManagedPrefixListRequest$TagSpecifications' => '

The tags to apply to the prefix list during creation.

', 'CreateNatGatewayRequest$TagSpecifications' => '

The tags to assign to the NAT gateway.

', 'CreateNetworkAclRequest$TagSpecifications' => '

The tags to assign to the network ACL.

', 'CreateNetworkInsightsAccessScopeRequest$TagSpecifications' => '

The tags to apply.

', 'CreateNetworkInsightsPathRequest$TagSpecifications' => '

The tags to add to the path.

', 'CreateNetworkInterfaceRequest$TagSpecifications' => '

The tags to apply to the new network interface.

', 'CreatePlacementGroupRequest$TagSpecifications' => '

The tags to apply to the new placement group.

', 'CreatePublicIpv4PoolRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateReplaceRootVolumeTaskRequest$TagSpecifications' => '

The tags to apply to the root volume replacement task.

', 'CreateRestoreImageTaskRequest$TagSpecifications' => '

The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

', 'CreateRouteTableRequest$TagSpecifications' => '

The tags to assign to the route table.

', 'CreateSecurityGroupRequest$TagSpecifications' => '

The tags to assign to the security group.

', 'CreateSnapshotRequest$TagSpecifications' => '

The tags to apply to the snapshot during creation.

', 'CreateSnapshotsRequest$TagSpecifications' => '

Tags to apply to every snapshot specified by the instance.

', 'CreateSubnetCidrReservationRequest$TagSpecifications' => '

The tags to assign to the subnet CIDR reservation.

', 'CreateSubnetRequest$TagSpecifications' => '

The tags to assign to the subnet.

', 'CreateTrafficMirrorFilterRequest$TagSpecifications' => '

The tags to assign to a Traffic Mirror filter.

', 'CreateTrafficMirrorSessionRequest$TagSpecifications' => '

The tags to assign to a Traffic Mirror session.

', 'CreateTrafficMirrorTargetRequest$TagSpecifications' => '

The tags to assign to the Traffic Mirror target.

', 'CreateTransitGatewayConnectPeerRequest$TagSpecifications' => '

The tags to apply to the Connect peer.

', 'CreateTransitGatewayConnectRequest$TagSpecifications' => '

The tags to apply to the Connect attachment.

', 'CreateTransitGatewayMulticastDomainRequest$TagSpecifications' => '

The tags for the transit gateway multicast domain.

', 'CreateTransitGatewayPeeringAttachmentRequest$TagSpecifications' => '

The tags to apply to the transit gateway peering attachment.

', 'CreateTransitGatewayPolicyTableRequest$TagSpecifications' => '

The tags specification for the transit gateway policy table created during the request.

', 'CreateTransitGatewayRequest$TagSpecifications' => '

The tags to apply to the transit gateway.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$TagSpecifications' => '

The tags specifications applied to the transit gateway route table announcement.

', 'CreateTransitGatewayRouteTableRequest$TagSpecifications' => '

The tags to apply to the transit gateway route table.

', 'CreateTransitGatewayVpcAttachmentRequest$TagSpecifications' => '

The tags to apply to the VPC attachment.

', 'CreateVerifiedAccessEndpointRequest$TagSpecifications' => '

The tags to assign to the Verified Access endpoint.

', 'CreateVerifiedAccessGroupRequest$TagSpecifications' => '

The tags to assign to the Verified Access group.

', 'CreateVerifiedAccessInstanceRequest$TagSpecifications' => '

The tags to assign to the Verified Access instance.

', 'CreateVerifiedAccessTrustProviderRequest$TagSpecifications' => '

The tags to assign to the Verified Access trust provider.

', 'CreateVolumeRequest$TagSpecifications' => '

The tags to apply to the volume during creation.

', 'CreateVpcEndpointRequest$TagSpecifications' => '

The tags to associate with the endpoint.

', 'CreateVpcEndpointServiceConfigurationRequest$TagSpecifications' => '

The tags to associate with the service.

', 'CreateVpcPeeringConnectionRequest$TagSpecifications' => '

The tags to assign to the peering connection.

', 'CreateVpcRequest$TagSpecifications' => '

The tags to assign to the VPC.

', 'CreateVpnConnectionRequest$TagSpecifications' => '

The tags to apply to the VPN connection.

', 'CreateVpnGatewayRequest$TagSpecifications' => '

The tags to apply to the virtual private gateway.

', 'ExportImageRequest$TagSpecifications' => '

The tags to apply to the export image task during creation.

', 'ImportImageRequest$TagSpecifications' => '

The tags to apply to the import image task during creation.

', 'ImportKeyPairRequest$TagSpecifications' => '

The tags to apply to the imported key pair.

', 'ImportSnapshotRequest$TagSpecifications' => '

The tags to apply to the import snapshot task during creation.

', 'ProvisionByoipCidrRequest$PoolTagSpecifications' => '

The tags to apply to the address pool.

', 'PurchaseHostReservationRequest$TagSpecifications' => '

The tags to apply to the Dedicated Host Reservation during purchase.

', 'RequestSpotInstancesRequest$TagSpecifications' => '

The key-value pair for tagging the Spot Instance request on creation. The value for ResourceType must be spot-instances-request, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see CreateTags.

', 'RunInstancesRequest$TagSpecifications' => '

The tags to apply to the resources that are created during instance launch.

You can specify tags for the following resources only:

To tag a resource after it has been created, see CreateTags.

', 'SpotFleetRequestConfigData$TagSpecifications' => '

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request, otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs) or in the SpotFleetTagSpecification (valid only if you use LaunchSpecifications). For information about tagging after launch, see Tagging Your Resources.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$TagSpecifications' => '

The tags to apply.

', 'StartNetworkInsightsAnalysisRequest$TagSpecifications' => '

The tags to apply.

', ], ], 'TaggableResourceId' => [ 'base' => NULL, 'refs' => [ 'ResourceIdList$member' => NULL, ], ], 'TargetCapacitySpecification' => [ 'base' => '

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice, or both to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptions and SpotOptions.

', 'refs' => [ 'FleetData$TargetCapacitySpecification' => '

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', ], ], 'TargetCapacitySpecificationRequest' => [ 'base' => '

The number of units to request. You can choose to set the target capacity as the number of instances. Or you can set the target capacity to a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptionsRequest and SpotOptionsRequest.

', 'refs' => [ 'CreateFleetRequest$TargetCapacitySpecification' => '

The number of units to request.

', 'ModifyFleetRequest$TargetCapacitySpecification' => '

The size of the EC2 Fleet.

', ], ], 'TargetCapacityUnitType' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$TargetCapacityUnitType' => '

The unit for the target capacity.

Default: units (translates to number of instances)

', 'SpotFleetRequestConfigData$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', 'TargetCapacitySpecification$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', 'TargetCapacitySpecificationRequest$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', ], ], 'TargetConfiguration' => [ 'base' => '

Information about the Convertible Reserved Instance offering.

', 'refs' => [ 'TargetReservationValue$TargetConfiguration' => '

The configuration of the Convertible Reserved Instances that make up the exchange.

', ], ], 'TargetConfigurationRequest' => [ 'base' => '

Details about the target configuration.

', 'refs' => [ 'TargetConfigurationRequestSet$member' => NULL, ], ], 'TargetConfigurationRequestSet' => [ 'base' => NULL, 'refs' => [ 'AcceptReservedInstancesExchangeQuoteRequest$TargetConfigurations' => '

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

', 'GetReservedInstancesExchangeQuoteRequest$TargetConfigurations' => '

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

', ], ], 'TargetGroup' => [ 'base' => '

Describes a load balancer target group.

', 'refs' => [ 'TargetGroups$member' => NULL, ], ], 'TargetGroups' => [ 'base' => NULL, 'refs' => [ 'TargetGroupsConfig$TargetGroups' => '

One or more target groups.

', ], ], 'TargetGroupsConfig' => [ 'base' => '

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

', 'refs' => [ 'LoadBalancersConfig$TargetGroupsConfig' => '

The target groups.

', ], ], 'TargetNetwork' => [ 'base' => '

Describes a target network associated with a Client VPN endpoint.

', 'refs' => [ 'TargetNetworkSet$member' => NULL, ], ], 'TargetNetworkSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnTargetNetworksResult$ClientVpnTargetNetworks' => '

Information about the associated target networks.

', ], ], 'TargetReservationValue' => [ 'base' => '

The total value of the new Convertible Reserved Instances.

', 'refs' => [ 'TargetReservationValueSet$member' => NULL, ], ], 'TargetReservationValueSet' => [ 'base' => NULL, 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueSet' => '

The values of the target Convertible Reserved Instances.

', ], ], 'TargetStorageTier' => [ 'base' => NULL, 'refs' => [ 'ModifySnapshotTierRequest$StorageTier' => '

The name of the storage tier. You must specify archive.

', ], ], 'TelemetryStatus' => [ 'base' => NULL, 'refs' => [ 'VgwTelemetry$Status' => '

The status of the VPN tunnel.

', ], ], 'Tenancy' => [ 'base' => NULL, 'refs' => [ 'CreateVpcRequest$InstanceTenancy' => '

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

', 'DescribeReservedInstancesOfferingsRequest$InstanceTenancy' => '

The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

', 'LaunchTemplatePlacement$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

', 'LaunchTemplatePlacementRequest$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

', 'Placement$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

This parameter is not supported for CreateFleet. The host tenancy is not supported for ImportInstance or for T3 instances that are configured for the unlimited CPU credit option.

', 'ReservedInstances$InstanceTenancy' => '

The tenancy of the instance.

', 'ReservedInstancesOffering$InstanceTenancy' => '

The tenancy of the instance.

', 'SpotPlacement$Tenancy' => '

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

', 'Vpc$InstanceTenancy' => '

The allowed tenancy of instances launched into the VPC.

', ], ], 'TerminateClientVpnConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'TerminateClientVpnConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'TerminateConnectionStatus' => [ 'base' => '

Information about a terminated Client VPN endpoint client connection.

', 'refs' => [ 'TerminateConnectionStatusSet$member' => NULL, ], ], 'TerminateConnectionStatusSet' => [ 'base' => NULL, 'refs' => [ 'TerminateClientVpnConnectionsResult$ConnectionStatuses' => '

The current state of the client connections.

', ], ], 'TerminateInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'TerminateInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'ThreadsPerCore' => [ 'base' => NULL, 'refs' => [ 'ThreadsPerCoreList$member' => NULL, 'VCpuInfo$DefaultThreadsPerCore' => '

The default number of threads per core for the instance type.

', ], ], 'ThreadsPerCoreList' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$ValidThreadsPerCore' => '

The valid number of threads per core that can be configured for the instance type.

', ], ], 'ThroughResourcesStatement' => [ 'base' => '

Describes a through resource statement.

', 'refs' => [ 'ThroughResourcesStatementList$member' => NULL, ], ], 'ThroughResourcesStatementList' => [ 'base' => NULL, 'refs' => [ 'AccessScopePath$ThroughResources' => '

The through resources.

', ], ], 'ThroughResourcesStatementRequest' => [ 'base' => '

Describes a through resource statement.

', 'refs' => [ 'ThroughResourcesStatementRequestList$member' => NULL, ], ], 'ThroughResourcesStatementRequestList' => [ 'base' => NULL, 'refs' => [ 'AccessScopePathRequest$ThroughResources' => '

The through resources.

', ], ], 'TieringOperationStatus' => [ 'base' => NULL, 'refs' => [ 'SnapshotTierStatus$LastTieringOperationStatus' => '

The status of the last archive or restore process.

', ], ], 'TotalLocalStorageGB' => [ 'base' => '

The minimum and maximum amount of total local storage, in GB.

', 'refs' => [ 'InstanceRequirements$TotalLocalStorageGB' => '

The minimum and maximum amount of total local storage, in GB.

Default: No minimum or maximum limits

', ], ], 'TotalLocalStorageGBRequest' => [ 'base' => '

The minimum and maximum amount of total local storage, in GB.

', 'refs' => [ 'InstanceRequirementsRequest$TotalLocalStorageGB' => '

The minimum and maximum amount of total local storage, in GB.

Default: No minimum or maximum limits

', ], ], 'TpmSupportValues' => [ 'base' => NULL, 'refs' => [ 'Image$TpmSupport' => '

If the image is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon EC2 User Guide.

', 'RegisterImageRequest$TpmSupport' => '

Set to v2.0 to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon EC2 User Guide.

', ], ], 'TrafficDirection' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$TrafficDirection' => '

The type of traffic.

', 'ModifyTrafficMirrorFilterRuleRequest$TrafficDirection' => '

The type of traffic to assign to the rule.

', 'TrafficMirrorFilterRule$TrafficDirection' => '

The traffic direction assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorFilter' => [ 'base' => '

Describes the Traffic Mirror filter.

', 'refs' => [ 'CreateTrafficMirrorFilterResult$TrafficMirrorFilter' => '

Information about the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterNetworkServicesResult$TrafficMirrorFilter' => '

The Traffic Mirror filter that the network service is associated with.

', 'TrafficMirrorFilterSet$member' => NULL, ], ], 'TrafficMirrorFilterId' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$TrafficMirrorFilterId' => '

The ID of the filter that this rule is associated with.

', 'CreateTrafficMirrorSessionRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'DeleteTrafficMirrorFilterRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorFilterIdList$member' => NULL, ], ], 'TrafficMirrorFilterIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersRequest$TrafficMirrorFilterIds' => '

The ID of the Traffic Mirror filter.

', ], ], 'TrafficMirrorFilterRule' => [ 'base' => '

Describes the Traffic Mirror rule.

', 'refs' => [ 'CreateTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule' => '

The Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule' => '

Modifies a Traffic Mirror rule.

', 'TrafficMirrorFilterRuleList$member' => NULL, ], ], 'TrafficMirrorFilterRuleField' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorFilterRuleFieldList$member' => NULL, ], ], 'TrafficMirrorFilterRuleFieldList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorFilterRuleRequest$RemoveFields' => '

The properties that you want to remove from the Traffic Mirror filter rule.

When you remove a property from a Traffic Mirror filter rule, the property is set to the default.

', ], ], 'TrafficMirrorFilterRuleIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'DeleteTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', ], ], 'TrafficMirrorFilterRuleList' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorFilter$IngressFilterRules' => '

Information about the ingress rules that are associated with the Traffic Mirror filter.

', 'TrafficMirrorFilter$EgressFilterRules' => '

Information about the egress rules that are associated with the Traffic Mirror filter.

', ], ], 'TrafficMirrorFilterSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersResult$TrafficMirrorFilters' => '

Information about one or more Traffic Mirror filters.

', ], ], 'TrafficMirrorNetworkService' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorNetworkServiceList$member' => NULL, ], ], 'TrafficMirrorNetworkServiceList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorFilterNetworkServicesRequest$AddNetworkServices' => '

The network service, for example Amazon DNS, that you want to mirror.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$RemoveNetworkServices' => '

The network service, for example Amazon DNS, that you no longer want to mirror.

', 'TrafficMirrorFilter$NetworkServices' => '

The network service traffic that is associated with the Traffic Mirror filter.

', ], ], 'TrafficMirrorPortRange' => [ 'base' => '

Describes the Traffic Mirror port range.

', 'refs' => [ 'TrafficMirrorFilterRule$DestinationPortRange' => '

The destination port range assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$SourcePortRange' => '

The source port range assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorPortRangeRequest' => [ 'base' => '

Information about the Traffic Mirror filter rule port range.

', 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$DestinationPortRange' => '

The destination port range.

', 'CreateTrafficMirrorFilterRuleRequest$SourcePortRange' => '

The source port range.

', 'ModifyTrafficMirrorFilterRuleRequest$DestinationPortRange' => '

The destination ports that are associated with the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$SourcePortRange' => '

The port range to assign to the Traffic Mirror rule.

', ], ], 'TrafficMirrorRuleAction' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$RuleAction' => '

The action to take on the filtered traffic.

', 'ModifyTrafficMirrorFilterRuleRequest$RuleAction' => '

The action to assign to the rule.

', 'TrafficMirrorFilterRule$RuleAction' => '

The action assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorSession' => [ 'base' => '

Describes a Traffic Mirror session.

', 'refs' => [ 'CreateTrafficMirrorSessionResult$TrafficMirrorSession' => '

Information about the Traffic Mirror session.

', 'ModifyTrafficMirrorSessionResult$TrafficMirrorSession' => '

Information about the Traffic Mirror session.

', 'TrafficMirrorSessionSet$member' => NULL, ], ], 'TrafficMirrorSessionField' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorSessionFieldList$member' => NULL, ], ], 'TrafficMirrorSessionFieldList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorSessionRequest$RemoveFields' => '

The properties that you want to remove from the Traffic Mirror session.

When you remove a property from a Traffic Mirror session, the property is set to the default.

', ], ], 'TrafficMirrorSessionId' => [ 'base' => NULL, 'refs' => [ 'DeleteTrafficMirrorSessionRequest$TrafficMirrorSessionId' => '

The ID of the Traffic Mirror session.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorSessionId' => '

The ID of the Traffic Mirror session.

', 'TrafficMirrorSessionIdList$member' => NULL, ], ], 'TrafficMirrorSessionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorSessionsRequest$TrafficMirrorSessionIds' => '

The ID of the Traffic Mirror session.

', ], ], 'TrafficMirrorSessionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorSessionsResult$TrafficMirrorSessions' => '

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

', ], ], 'TrafficMirrorTarget' => [ 'base' => '

Describes a Traffic Mirror target.

', 'refs' => [ 'CreateTrafficMirrorTargetResult$TrafficMirrorTarget' => '

Information about the Traffic Mirror target.

', 'TrafficMirrorTargetSet$member' => NULL, ], ], 'TrafficMirrorTargetId' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorSessionRequest$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'DeleteTrafficMirrorTargetRequest$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorTargetId' => '

The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.

', 'TrafficMirrorTargetIdList$member' => NULL, ], ], 'TrafficMirrorTargetIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorTargetsRequest$TrafficMirrorTargetIds' => '

The ID of the Traffic Mirror targets.

', ], ], 'TrafficMirrorTargetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorTargetsResult$TrafficMirrorTargets' => '

Information about one or more Traffic Mirror targets.

', ], ], 'TrafficMirrorTargetType' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorTarget$Type' => '

The type of Traffic Mirror target.

', ], ], 'TrafficMirroringMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTrafficMirrorSessionsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTrafficMirrorTargetsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'TrafficType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$TrafficType' => '

The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.

', 'FlowLog$TrafficType' => '

The type of traffic captured for the flow log.

', ], ], 'TransitAssociationGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequest$PeerTransitGatewayId' => '

The ID of the peer transit gateway with which to create the peering attachment.

', ], ], 'TransitGateway' => [ 'base' => '

Describes a transit gateway.

', 'refs' => [ 'CreateTransitGatewayResult$TransitGateway' => '

Information about the transit gateway.

', 'DeleteTransitGatewayResult$TransitGateway' => '

Information about the deleted transit gateway.

', 'ModifyTransitGatewayResult$TransitGateway' => '

Information about the transit gateway.

', 'TransitGatewayList$member' => NULL, ], ], 'TransitGatewayAssociation' => [ 'base' => '

Describes an association between a resource attachment and a transit gateway route table.

', 'refs' => [ 'AssociateTransitGatewayRouteTableResult$Association' => '

The ID of the association.

', 'DisassociateTransitGatewayRouteTableResult$Association' => '

Information about the association.

', ], ], 'TransitGatewayAssociationState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAssociation$State' => '

The state of the association.

', 'TransitGatewayAttachmentAssociation$State' => '

The state of the association.

', 'TransitGatewayPolicyTableAssociation$State' => '

The state of the transit gateway policy table association.

', 'TransitGatewayRouteTableAssociation$State' => '

The state of the association.

', ], ], 'TransitGatewayAttachment' => [ 'base' => '

Describes an attachment between a resource and a transit gateway.

', 'refs' => [ 'TransitGatewayAttachmentList$member' => NULL, ], ], 'TransitGatewayAttachmentAssociation' => [ 'base' => '

Describes an association.

', 'refs' => [ 'TransitGatewayAttachment$Association' => '

The association.

', ], ], 'TransitGatewayAttachmentBgpConfiguration' => [ 'base' => '

The BGP configuration information.

', 'refs' => [ 'TransitGatewayAttachmentBgpConfigurationList$member' => NULL, ], ], 'TransitGatewayAttachmentBgpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayConnectPeerConfiguration$BgpConfigurations' => '

The BGP configuration details.

', ], ], 'TransitGatewayAttachmentId' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'AcceptTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'AcceptTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'AssociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to associate with the transit gateway multicast domain.

', 'AssociateTransitGatewayPolicyTableRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to associate with the policy table.

', 'AssociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'CreateTransitGatewayConnectPeerRequest$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'CreateTransitGatewayConnectRequest$TransportTransitGatewayAttachmentId' => '

The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.

', 'CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId' => '

The ID of the attachment to which traffic is routed.

', 'CreateTransitGatewayRouteRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$PeeringAttachmentId' => '

The ID of the peering attachment.

', 'DeleteTransitGatewayConnectRequest$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'DeleteTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'DeleteTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisassociateTransitGatewayPolicyTableRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to disassociate from the policy table.

', 'DisassociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'GetTransitGatewayAttachmentPropagationsRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId' => '

The ID of the attachment to which traffic is routed.

', 'ModifyTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'RejectTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'RejectTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'ReplaceTransitGatewayRouteRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAssociation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAttachmentIdStringList$member' => NULL, 'TransitGatewayConnect$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'TransitGatewayConnect$TransportTransitGatewayAttachmentId' => '

The ID of the attachment from which the Connect attachment was created.

', 'TransitGatewayConnectPeer$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'TransitGatewayPolicyTableAssociation$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayPrefixListAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayPropagation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTableAnnouncement$PeeringAttachmentId' => '

The ID of the peering attachment.

', 'VpnConnectionOptionsSpecification$TransportTransitGatewayAttachmentId' => '

The transit gateway attachment ID to use for the VPN tunnel.

Required if OutsideIpAddressType is set to PrivateIpv4.

', ], ], 'TransitGatewayAttachmentIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', 'DescribeTransitGatewayConnectsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$TransitGatewayAttachmentIds' => '

One or more IDs of the transit gateway peering attachments.

', 'DescribeTransitGatewayVpcAttachmentsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', ], ], 'TransitGatewayAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsResult$TransitGatewayAttachments' => '

Information about the attachments.

', ], ], 'TransitGatewayAttachmentPropagation' => [ 'base' => '

Describes a propagation route table.

', 'refs' => [ 'TransitGatewayAttachmentPropagationList$member' => NULL, ], ], 'TransitGatewayAttachmentPropagationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayAttachmentPropagationsResult$TransitGatewayAttachmentPropagations' => '

Information about the propagation route tables.

', ], ], 'TransitGatewayAttachmentResourceType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAssociation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayMulticastDomainAssociation$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayMulticastDomainAssociations$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayMulticastGroup$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayPolicyTableAssociation$ResourceType' => '

The resource type for the transit gateway policy table association.

', 'TransitGatewayPrefixListAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayPropagation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteTableAssociation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteTablePropagation$ResourceType' => '

The type of resource. Note that the tgw-peering resource type has been deprecated.

', ], ], 'TransitGatewayAttachmentState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachment$State' => '

The attachment state. Note that the initiating state has been deprecated.

', 'TransitGatewayConnect$State' => '

The state of the attachment.

', 'TransitGatewayPeeringAttachment$State' => '

The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

', 'TransitGatewayVpcAttachment$State' => '

The state of the VPC attachment. Note that the initiating state has been deprecated.

', ], ], 'TransitGatewayCidrBlockStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$AddTransitGatewayCidrBlocks' => '

Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

', 'ModifyTransitGatewayOptions$RemoveTransitGatewayCidrBlocks' => '

Removes CIDR blocks for the transit gateway.

', 'TransitGatewayRequestOptions$TransitGatewayCidrBlocks' => '

One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

', ], ], 'TransitGatewayConnect' => [ 'base' => '

Describes a transit gateway Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectResult$TransitGatewayConnect' => '

Information about the Connect attachment.

', 'DeleteTransitGatewayConnectResult$TransitGatewayConnect' => '

Information about the deleted Connect attachment.

', 'TransitGatewayConnectList$member' => NULL, ], ], 'TransitGatewayConnectList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectsResult$TransitGatewayConnects' => '

Information about the Connect attachments.

', ], ], 'TransitGatewayConnectOptions' => [ 'base' => '

Describes the Connect attachment options.

', 'refs' => [ 'TransitGatewayConnect$Options' => '

The Connect attachment options.

', ], ], 'TransitGatewayConnectPeer' => [ 'base' => '

Describes a transit gateway Connect peer.

', 'refs' => [ 'CreateTransitGatewayConnectPeerResult$TransitGatewayConnectPeer' => '

Information about the Connect peer.

', 'DeleteTransitGatewayConnectPeerResult$TransitGatewayConnectPeer' => '

Information about the deleted Connect peer.

', 'TransitGatewayConnectPeerList$member' => NULL, ], ], 'TransitGatewayConnectPeerConfiguration' => [ 'base' => '

Describes the Connect peer details.

', 'refs' => [ 'TransitGatewayConnectPeer$ConnectPeerConfiguration' => '

The Connect peer details.

', ], ], 'TransitGatewayConnectPeerId' => [ 'base' => NULL, 'refs' => [ 'DeleteTransitGatewayConnectPeerRequest$TransitGatewayConnectPeerId' => '

The ID of the Connect peer.

', 'TransitGatewayConnectPeer$TransitGatewayConnectPeerId' => '

The ID of the Connect peer.

', 'TransitGatewayConnectPeerIdStringList$member' => NULL, ], ], 'TransitGatewayConnectPeerIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectPeersRequest$TransitGatewayConnectPeerIds' => '

The IDs of the Connect peers.

', ], ], 'TransitGatewayConnectPeerList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectPeersResult$TransitGatewayConnectPeers' => '

Information about the Connect peers.

', ], ], 'TransitGatewayConnectPeerState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayConnectPeer$State' => '

The state of the Connect peer.

', ], ], 'TransitGatewayConnectRequestBgpOptions' => [ 'base' => '

The BGP options for the Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectPeerRequest$BgpOptions' => '

The BGP options for the Connect peer.

', ], ], 'TransitGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$TransitGatewayId' => '

The ID of a transit gateway.

', 'CreateTransitGatewayMulticastDomainRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayPeeringAttachmentRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayPolicyTableRequest$TransitGatewayId' => '

The ID of the transit gateway used for the policy table.

', 'CreateTransitGatewayRouteTableRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayVpcAttachmentRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateVpnConnectionRequest$TransitGatewayId' => '

The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.

', 'DeleteTransitGatewayRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'GetVpnTunnelReplacementStatusResult$TransitGatewayId' => '

The ID of the transit gateway associated with the VPN connection.

', 'ModifyTransitGatewayRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'ModifyVpnConnectionRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'ReplaceRouteRequest$TransitGatewayId' => '

The ID of a transit gateway.

', 'TransitGatewayConnect$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayIdStringList$member' => NULL, 'TransitGatewayPolicyTable$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$PeerTransitGatewayId' => '

The ID of the peer transit gateway.

', ], ], 'TransitGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewaysRequest$TransitGatewayIds' => '

The IDs of the transit gateways.

', ], ], 'TransitGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewaysResult$TransitGateways' => '

Information about the transit gateways.

', ], ], 'TransitGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayConnectPeersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayConnectsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayMulticastDomainsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayPolicyTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayRouteTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayVpcAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayAttachmentPropagationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPolicyTableAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPolicyTableEntriesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPrefixListReferencesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayRouteTableAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayRouteTablePropagationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'SearchTransitGatewayMulticastGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'SearchTransitGatewayRoutesRequest$MaxResults' => '

The maximum number of routes to return.

', ], ], 'TransitGatewayMulitcastDomainAssociationState' => [ 'base' => NULL, 'refs' => [ 'SubnetAssociation$State' => '

The state of the subnet association.

', ], ], 'TransitGatewayMulticastDeregisteredGroupMembers' => [ 'base' => '

Describes the deregistered transit gateway multicast group members.

', 'refs' => [ 'DeregisterTransitGatewayMulticastGroupMembersResult$DeregisteredMulticastGroupMembers' => '

Information about the deregistered members.

', ], ], 'TransitGatewayMulticastDeregisteredGroupSources' => [ 'base' => '

Describes the deregistered transit gateway multicast group sources.

', 'refs' => [ 'DeregisterTransitGatewayMulticastGroupSourcesResult$DeregisteredMulticastGroupSources' => '

Information about the deregistered group sources.

', ], ], 'TransitGatewayMulticastDomain' => [ 'base' => '

Describes the transit gateway multicast domain.

', 'refs' => [ 'CreateTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain' => '

Information about the transit gateway multicast domain.

', 'DeleteTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain' => '

Information about the deleted transit gateway multicast domain.

', 'TransitGatewayMulticastDomainList$member' => NULL, ], ], 'TransitGatewayMulticastDomainAssociation' => [ 'base' => '

Describes the resources associated with the transit gateway multicast domain.

', 'refs' => [ 'TransitGatewayMulticastDomainAssociationList$member' => NULL, ], ], 'TransitGatewayMulticastDomainAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayMulticastDomainAssociationsResult$MulticastDomainAssociations' => '

Information about the multicast domain associations.

', ], ], 'TransitGatewayMulticastDomainAssociations' => [ 'base' => '

Describes the multicast domain associations.

', 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsResult$Associations' => '

Information about the multicast domain associations.

', 'AssociateTransitGatewayMulticastDomainResult$Associations' => '

Information about the transit gateway multicast domain associations.

', 'DisassociateTransitGatewayMulticastDomainResult$Associations' => '

Information about the association.

', 'RejectTransitGatewayMulticastDomainAssociationsResult$Associations' => '

Information about the multicast domain associations.

', ], ], 'TransitGatewayMulticastDomainId' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'AssociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeleteTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeregisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'SearchTransitGatewayMulticastGroupsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainIdStringList$member' => NULL, ], ], 'TransitGatewayMulticastDomainIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayMulticastDomainsRequest$TransitGatewayMulticastDomainIds' => '

The ID of the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastDomainList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayMulticastDomainsResult$TransitGatewayMulticastDomains' => '

Information about the transit gateway multicast domains.

', ], ], 'TransitGatewayMulticastDomainOptions' => [ 'base' => '

Describes the options for a transit gateway multicast domain.

', 'refs' => [ 'TransitGatewayMulticastDomain$Options' => '

The options for the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastDomainState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastDomain$State' => '

The state of the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastGroup' => [ 'base' => '

Describes the transit gateway multicast group resources.

', 'refs' => [ 'TransitGatewayMulticastGroupList$member' => NULL, ], ], 'TransitGatewayMulticastGroupList' => [ 'base' => NULL, 'refs' => [ 'SearchTransitGatewayMulticastGroupsResult$MulticastGroups' => '

Information about the transit gateway multicast group.

', ], ], 'TransitGatewayMulticastRegisteredGroupMembers' => [ 'base' => '

Describes the registered transit gateway multicast group members.

', 'refs' => [ 'RegisterTransitGatewayMulticastGroupMembersResult$RegisteredMulticastGroupMembers' => '

Information about the registered transit gateway multicast group members.

', ], ], 'TransitGatewayMulticastRegisteredGroupSources' => [ 'base' => '

Describes the members registered with the transit gateway multicast group.

', 'refs' => [ 'RegisterTransitGatewayMulticastGroupSourcesResult$RegisteredMulticastGroupSources' => '

Information about the transit gateway multicast group sources.

', ], ], 'TransitGatewayNetworkInterfaceIdList' => [ 'base' => NULL, 'refs' => [ 'DeregisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds' => '

The IDs of the group members\' network interfaces.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds' => '

The IDs of the group sources\' network interfaces.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds' => '

The group members\' network interface IDs to register with the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds' => '

The group sources\' network interface IDs to register with the transit gateway multicast group.

', ], ], 'TransitGatewayOptions' => [ 'base' => '

Describes the options for a transit gateway.

', 'refs' => [ 'TransitGateway$Options' => '

The transit gateway options.

', ], ], 'TransitGatewayPeeringAttachment' => [ 'base' => '

Describes the transit gateway peering attachment.

', 'refs' => [ 'AcceptTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'CreateTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'DeleteTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'RejectTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'TransitGatewayPeeringAttachmentList$member' => NULL, ], ], 'TransitGatewayPeeringAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPeeringAttachmentsResult$TransitGatewayPeeringAttachments' => '

The transit gateway peering attachments.

', ], ], 'TransitGatewayPeeringAttachmentOptions' => [ 'base' => '

Describes dynamic routing for the transit gateway peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$Options' => '

Details about the transit gateway peering attachment.

', ], ], 'TransitGatewayPolicyRule' => [ 'base' => '

Describes a rule associated with a transit gateway policy.

', 'refs' => [ 'TransitGatewayPolicyTableEntry$PolicyRule' => '

The policy rule associated with the transit gateway policy table.

', ], ], 'TransitGatewayPolicyRuleMetaData' => [ 'base' => '

Describes the meta data tags associated with a transit gateway policy rule.

', 'refs' => [ 'TransitGatewayPolicyRule$MetaData' => '

The meta data tags used for the transit gateway policy rule.

', ], ], 'TransitGatewayPolicyTable' => [ 'base' => '

Describes a transit gateway policy table.

', 'refs' => [ 'CreateTransitGatewayPolicyTableResult$TransitGatewayPolicyTable' => '

Describes the created transit gateway policy table.

', 'DeleteTransitGatewayPolicyTableResult$TransitGatewayPolicyTable' => '

Provides details about the deleted transit gateway policy table.

', 'TransitGatewayPolicyTableList$member' => NULL, ], ], 'TransitGatewayPolicyTableAssociation' => [ 'base' => '

Describes a transit gateway policy table association.

', 'refs' => [ 'AssociateTransitGatewayPolicyTableResult$Association' => '

Describes the association of a transit gateway and a transit gateway policy table.

', 'DisassociateTransitGatewayPolicyTableResult$Association' => '

Returns details about the transit gateway policy table disassociation.

', 'TransitGatewayPolicyTableAssociationList$member' => NULL, ], ], 'TransitGatewayPolicyTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPolicyTableAssociationsResult$Associations' => '

Returns details about the transit gateway policy table association.

', ], ], 'TransitGatewayPolicyTableEntry' => [ 'base' => '

Describes a transit gateway policy table entry

', 'refs' => [ 'TransitGatewayPolicyTableEntryList$member' => NULL, ], ], 'TransitGatewayPolicyTableEntryList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPolicyTableEntriesResult$TransitGatewayPolicyTableEntries' => '

The entries for the transit gateway policy table.

', ], ], 'TransitGatewayPolicyTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table to associate with the transit gateway attachment.

', 'DeleteTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The transit gateway policy table to delete.

', 'DisassociateTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The ID of the disassociated policy table.

', 'GetTransitGatewayPolicyTableAssociationsRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'GetTransitGatewayPolicyTableEntriesRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTable$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTableAssociation$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTableIdStringList$member' => NULL, ], ], 'TransitGatewayPolicyTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPolicyTablesRequest$TransitGatewayPolicyTableIds' => '

The IDs of the transit gateway policy tables.

', ], ], 'TransitGatewayPolicyTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPolicyTablesResult$TransitGatewayPolicyTables' => '

Describes the transit gateway policy tables.

', ], ], 'TransitGatewayPolicyTableState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayPolicyTable$State' => '

The state of the transit gateway policy table

', ], ], 'TransitGatewayPrefixListAttachment' => [ 'base' => '

Describes a transit gateway prefix list attachment.

', 'refs' => [ 'TransitGatewayPrefixListReference$TransitGatewayAttachment' => '

Information about the transit gateway attachment.

', ], ], 'TransitGatewayPrefixListReference' => [ 'base' => '

Describes a prefix list reference.

', 'refs' => [ 'CreateTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the prefix list reference.

', 'DeleteTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the deleted prefix list reference.

', 'ModifyTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the prefix list reference.

', 'TransitGatewayPrefixListReferenceSet$member' => NULL, ], ], 'TransitGatewayPrefixListReferenceSet' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPrefixListReferencesResult$TransitGatewayPrefixListReferences' => '

Information about the prefix list references.

', ], ], 'TransitGatewayPrefixListReferenceState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayPrefixListReference$State' => '

The state of the prefix list reference.

', ], ], 'TransitGatewayPropagation' => [ 'base' => '

Describes route propagation.

', 'refs' => [ 'DisableTransitGatewayRouteTablePropagationResult$Propagation' => '

Information about route propagation.

', 'EnableTransitGatewayRouteTablePropagationResult$Propagation' => '

Information about route propagation.

', ], ], 'TransitGatewayPropagationState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachmentPropagation$State' => '

The state of the propagation route table.

', 'TransitGatewayPropagation$State' => '

The state.

', 'TransitGatewayRouteTablePropagation$State' => '

The state of the resource.

', ], ], 'TransitGatewayRequestOptions' => [ 'base' => '

Describes the options for a transit gateway.

', 'refs' => [ 'CreateTransitGatewayRequest$Options' => '

The transit gateway options.

', ], ], 'TransitGatewayRoute' => [ 'base' => '

Describes a route for a transit gateway route table.

', 'refs' => [ 'CreateTransitGatewayRouteResult$Route' => '

Information about the route.

', 'DeleteTransitGatewayRouteResult$Route' => '

Information about the route.

', 'ReplaceTransitGatewayRouteResult$Route' => '

Information about the modified route.

', 'TransitGatewayRouteList$member' => NULL, ], ], 'TransitGatewayRouteAttachment' => [ 'base' => '

Describes a route attachment.

', 'refs' => [ 'TransitGatewayRouteAttachmentList$member' => NULL, ], ], 'TransitGatewayRouteAttachmentList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$TransitGatewayAttachments' => '

The attachments.

', ], ], 'TransitGatewayRouteList' => [ 'base' => NULL, 'refs' => [ 'SearchTransitGatewayRoutesResult$Routes' => '

Information about the routes.

', ], ], 'TransitGatewayRouteState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$State' => '

The state of the route.

', ], ], 'TransitGatewayRouteTable' => [ 'base' => '

Describes a transit gateway route table.

', 'refs' => [ 'CreateTransitGatewayRouteTableResult$TransitGatewayRouteTable' => '

Information about the transit gateway route table.

', 'DeleteTransitGatewayRouteTableResult$TransitGatewayRouteTable' => '

Information about the deleted transit gateway route table.

', 'TransitGatewayRouteTableList$member' => NULL, ], ], 'TransitGatewayRouteTableAnnouncement' => [ 'base' => '

Describes a transit gateway route table announcement.

', 'refs' => [ 'CreateTransitGatewayRouteTableAnnouncementResult$TransitGatewayRouteTableAnnouncement' => '

Provides details about the transit gateway route table announcement.

', 'DeleteTransitGatewayRouteTableAnnouncementResult$TransitGatewayRouteTableAnnouncement' => '

Provides details about a deleted transit gateway route table.

', 'TransitGatewayRouteTableAnnouncementList$member' => NULL, ], ], 'TransitGatewayRouteTableAnnouncementDirection' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTableAnnouncement$AnnouncementDirection' => '

The direction for the route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementId' => [ 'base' => NULL, 'refs' => [ 'DeleteTransitGatewayRouteTableAnnouncementRequest$TransitGatewayRouteTableAnnouncementId' => '

The transit gateway route table ID that\'s being deleted.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableAnnouncementId' => '

The ID of the route table announcement.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayPropagation$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRoute$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncementIdStringList$member' => NULL, 'TransitGatewayRouteTablePropagation$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTableAnnouncementsRequest$TransitGatewayRouteTableAnnouncementIds' => '

The IDs of the transit gateway route tables that are being advertised.

', ], ], 'TransitGatewayRouteTableAnnouncementList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTableAnnouncementsResult$TransitGatewayRouteTableAnnouncements' => '

Describes the transit gateway route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTableAnnouncement$State' => '

The state of the transit gateway announcement.

', ], ], 'TransitGatewayRouteTableAssociation' => [ 'base' => '

Describes an association between a route table and a resource attachment.

', 'refs' => [ 'TransitGatewayRouteTableAssociationList$member' => NULL, ], ], 'TransitGatewayRouteTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayRouteTableAssociationsResult$Associations' => '

Information about the associations.

', ], ], 'TransitGatewayRouteTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DeleteTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'DeleteTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DeleteTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'DisassociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'ExportTransitGatewayRoutesRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'GetTransitGatewayPrefixListReferencesRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'GetTransitGatewayRouteTableAssociationsRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'GetTransitGatewayRouteTablePropagationsRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'ModifyTransitGatewayOptions$AssociationDefaultRouteTableId' => '

The ID of the default association route table.

', 'ModifyTransitGatewayOptions$PropagationDefaultRouteTableId' => '

The ID of the default propagation route table.

', 'ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'ReplaceTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'SearchTransitGatewayRoutesRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayAssociation$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayPolicyTableEntry$TargetRouteTableId' => '

The ID of the target route table.

', 'TransitGatewayPrefixListReference$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTableIdStringList$member' => NULL, ], ], 'TransitGatewayRouteTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTablesRequest$TransitGatewayRouteTableIds' => '

The IDs of the transit gateway route tables.

', ], ], 'TransitGatewayRouteTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTablesResult$TransitGatewayRouteTables' => '

Information about the transit gateway route tables.

', ], ], 'TransitGatewayRouteTablePropagation' => [ 'base' => '

Describes a route table propagation.

', 'refs' => [ 'TransitGatewayRouteTablePropagationList$member' => NULL, ], ], 'TransitGatewayRouteTablePropagationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayRouteTablePropagationsResult$TransitGatewayRouteTablePropagations' => '

Information about the route table propagations.

', ], ], 'TransitGatewayRouteTableRoute' => [ 'base' => '

Describes a route in a transit gateway route table.

', 'refs' => [ 'Explanation$TransitGatewayRouteTableRoute' => '

The transit gateway route table route.

', 'PathComponent$TransitGatewayRouteTableRoute' => '

The route in a transit gateway route table.

', ], ], 'TransitGatewayRouteTableState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTable$State' => '

The state of the transit gateway route table.

', ], ], 'TransitGatewayRouteType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$Type' => '

The route type.

', ], ], 'TransitGatewayState' => [ 'base' => NULL, 'refs' => [ 'TransitGateway$State' => '

The state of the transit gateway.

', ], ], 'TransitGatewaySubnetIdList' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayMulticastDomainRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'CreateTransitGatewayVpcAttachmentRequest$SubnetIds' => '

The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.

', 'DisassociateTransitGatewayMulticastDomainRequest$SubnetIds' => '

The IDs of the subnets;

', 'ModifyTransitGatewayVpcAttachmentRequest$AddSubnetIds' => '

The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.

', 'ModifyTransitGatewayVpcAttachmentRequest$RemoveSubnetIds' => '

The IDs of one or more subnets to remove.

', ], ], 'TransitGatewayVpcAttachment' => [ 'base' => '

Describes a VPC attachment.

', 'refs' => [ 'AcceptTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

The VPC attachment.

', 'CreateTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the VPC attachment.

', 'DeleteTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the deleted VPC attachment.

', 'ModifyTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the modified attachment.

', 'RejectTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the attachment.

', 'TransitGatewayVpcAttachmentList$member' => NULL, ], ], 'TransitGatewayVpcAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayVpcAttachmentsResult$TransitGatewayVpcAttachments' => '

Information about the VPC attachments.

', ], ], 'TransitGatewayVpcAttachmentOptions' => [ 'base' => '

Describes the VPC attachment options.

', 'refs' => [ 'TransitGatewayVpcAttachment$Options' => '

The VPC attachment options.

', ], ], 'TransportProtocol' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$TransportProtocol' => '

The transport protocol used by the Client VPN endpoint.

', 'CreateClientVpnEndpointRequest$TransportProtocol' => '

The transport protocol to be used by the VPN session.

Default value: udp

', ], ], 'TrunkInterfaceAssociation' => [ 'base' => '

Currently available in limited preview only. If you are interested in using this feature, contact your account manager.

Information about an association between a branch network interface with a trunk network interface.

', 'refs' => [ 'AssociateTrunkInterfaceResult$InterfaceAssociation' => '

Information about the association between the trunk network interface and branch network interface.

', 'TrunkInterfaceAssociationList$member' => NULL, ], ], 'TrunkInterfaceAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateTrunkInterfaceRequest$AssociationId' => '

The ID of the association

', 'TrunkInterfaceAssociation$AssociationId' => '

The ID of the association.

', 'TrunkInterfaceAssociationIdList$member' => NULL, ], ], 'TrunkInterfaceAssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsRequest$AssociationIds' => '

The IDs of the associations.

', ], ], 'TrunkInterfaceAssociationList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsResult$InterfaceAssociations' => '

Information about the trunk associations.

', ], ], 'TrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$TrustProviderType' => '

The type of trust provider.

', 'VerifiedAccessTrustProvider$TrustProviderType' => '

The type of Verified Access trust provider.

', 'VerifiedAccessTrustProviderCondensed$TrustProviderType' => '

The type of trust provider (user- or device-based).

', ], ], 'TunnelInsideIpVersion' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptions$TunnelInsideIpVersion' => '

Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

', 'VpnConnectionOptionsSpecification$TunnelInsideIpVersion' => '

Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.

Default: ipv4

', ], ], 'TunnelOption' => [ 'base' => '

The VPN tunnel options.

', 'refs' => [ 'TunnelOptionsList$member' => NULL, ], ], 'TunnelOptionsList' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptions$TunnelOptions' => '

Indicates the VPN tunnel options.

', ], ], 'UnassignIpv6AddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnassignIpv6AddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'UnassignPrivateIpAddressesRequest' => [ 'base' => '

Contains the parameters for UnassignPrivateIpAddresses.

', 'refs' => [], ], 'UnassignPrivateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnassignPrivateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'UnlimitedSupportedInstanceFamily' => [ 'base' => NULL, 'refs' => [ 'GetDefaultCreditSpecificationRequest$InstanceFamily' => '

The instance family.

', 'InstanceFamilyCreditSpecification$InstanceFamily' => '

The instance family.

', 'ModifyDefaultCreditSpecificationRequest$InstanceFamily' => '

The instance family.

', ], ], 'UnmonitorInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnmonitorInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'UnsuccessfulInstanceCreditSpecificationErrorCode' => [ 'base' => NULL, 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationItemError$Code' => '

The error code.

', ], ], 'UnsuccessfulInstanceCreditSpecificationItem' => [ 'base' => '

Describes the burstable performance instance whose credit option for CPU usage was not modified.

', 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationSet$member' => NULL, ], ], 'UnsuccessfulInstanceCreditSpecificationItemError' => [ 'base' => '

Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.

', 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationItem$Error' => '

The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.

', ], ], 'UnsuccessfulInstanceCreditSpecificationSet' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationResult$UnsuccessfulInstanceCreditSpecifications' => '

Information about the instances whose credit option for CPU usage was not modified.

', ], ], 'UnsuccessfulItem' => [ 'base' => '

Information about items that were not successfully processed in a batch call.

', 'refs' => [ 'UnsuccessfulItemList$member' => NULL, 'UnsuccessfulItemSet$member' => NULL, ], ], 'UnsuccessfulItemError' => [ 'base' => '

Information about the error that occurred. For more information about errors, see Error codes.

', 'refs' => [ 'UnsuccessfulItem$Error' => '

Information about the error.

', ], ], 'UnsuccessfulItemList' => [ 'base' => NULL, 'refs' => [ 'ModifyHostsResult$Unsuccessful' => '

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

', 'ReleaseHostsResult$Unsuccessful' => '

The IDs of the Dedicated Hosts that could not be released, including an error message.

', ], ], 'UnsuccessfulItemSet' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsResult$Unsuccessful' => '

Information about the interface endpoints that were not accepted, if applicable.

', 'CreateFlowLogsResult$Unsuccessful' => '

Information about the flow logs that could not be created successfully.

', 'DeleteFlowLogsResult$Unsuccessful' => '

Information about the flow logs that could not be deleted successfully.

', 'DeleteVpcEndpointConnectionNotificationsResult$Unsuccessful' => '

Information about the notifications that could not be deleted successfully.

', 'DeleteVpcEndpointServiceConfigurationsResult$Unsuccessful' => '

Information about the service configurations that were not deleted, if applicable.

', 'DeleteVpcEndpointsResult$Unsuccessful' => '

Information about the VPC endpoints that were not successfully deleted.

', 'RejectVpcEndpointConnectionsResult$Unsuccessful' => '

Information about the endpoints that were not rejected, if applicable.

', ], ], 'UpdateSecurityGroupRuleDescriptionsEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'UsageClassType' => [ 'base' => NULL, 'refs' => [ 'UsageClassTypeList$member' => NULL, ], ], 'UsageClassTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedUsageClasses' => '

Indicates whether the instance type is offered for spot or On-Demand.

', ], ], 'UserBucket' => [ 'base' => '

Describes the Amazon S3 bucket for the disk image.

', 'refs' => [ 'ImageDiskContainer$UserBucket' => '

The S3 bucket for the disk image.

', 'SnapshotDiskContainer$UserBucket' => '

The Amazon S3 bucket for the disk image.

', ], ], 'UserBucketDetails' => [ 'base' => '

Describes the Amazon S3 bucket for the disk image.

', 'refs' => [ 'SnapshotDetail$UserBucket' => '

The Amazon S3 bucket for the disk image.

', 'SnapshotTaskDetail$UserBucket' => '

The Amazon S3 bucket for the disk image.

', ], ], 'UserData' => [ 'base' => '

Describes the user data for an instance.

', 'refs' => [ 'ImportInstanceLaunchSpecification$UserData' => '

The Base64-encoded user data to make available to the instance.

', ], ], 'UserGroupStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$UserGroups' => '

The user groups. This parameter is valid only when modifying the loadPermission attribute.

', 'ModifyImageAttributeRequest$UserGroups' => '

The user groups. This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'UserIdGroupPair' => [ 'base' => '

Describes a security group and Amazon Web Services account ID pair.

', 'refs' => [ 'UserIdGroupPairList$member' => NULL, 'UserIdGroupPairSet$member' => NULL, ], ], 'UserIdGroupPairList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$UserIdGroupPairs' => '

The security group and Amazon Web Services account ID pairs.

', ], ], 'UserIdGroupPairSet' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$UserIdGroupPairs' => '

The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

', ], ], 'UserIdStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$UserIds' => '

The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.

', 'ModifyImageAttributeRequest$UserIds' => '

The Amazon Web Services account IDs. This parameter can be used only when the Attribute parameter is launchPermission.

', 'ModifySnapshotAttributeRequest$UserIds' => '

The account ID to modify for the snapshot.

', ], ], 'UserTrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$UserTrustProviderType' => '

The type of user-based trust provider. This parameter is required when the provider type is user.

', 'VerifiedAccessTrustProvider$UserTrustProviderType' => '

The type of user-based trust provider.

', 'VerifiedAccessTrustProviderCondensed$UserTrustProviderType' => '

The type of user-based trust provider.

', ], ], 'VCpuCount' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$DefaultVCpus' => '

The default number of vCPUs for the instance type.

', ], ], 'VCpuCountRange' => [ 'base' => '

The minimum and maximum number of vCPUs.

', 'refs' => [ 'InstanceRequirements$VCpuCount' => '

The minimum and maximum number of vCPUs.

', ], ], 'VCpuCountRangeRequest' => [ 'base' => '

The minimum and maximum number of vCPUs.

', 'refs' => [ 'InstanceRequirementsRequest$VCpuCount' => '

The minimum and maximum number of vCPUs.

', ], ], 'VCpuInfo' => [ 'base' => '

Describes the vCPU configurations for the instance type.

', 'refs' => [ 'InstanceTypeInfo$VCpuInfo' => '

Describes the vCPU configurations for the instance type.

', ], ], 'ValidationError' => [ 'base' => '

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

', 'refs' => [ 'ErrorSet$member' => NULL, ], ], 'ValidationWarning' => [ 'base' => '

The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.

', 'refs' => [ 'CreateLaunchTemplateResult$Warning' => '

If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that\'s found.

', 'CreateLaunchTemplateVersionResult$Warning' => '

If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that\'s found.

', ], ], 'ValueStringList' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'ClientVpnConnection$PostureComplianceStatuses' => '

The statuses returned by the client connect handler for posture compliance, if applicable.

', 'ClientVpnEndpoint$DnsServers' => '

Information about the DNS servers to be used for DNS resolution.

', 'CoipPool$PoolCidrs' => '

The address ranges of the address pool.

', 'ConnectionNotification$ConnectionEvents' => '

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

', 'CreateClientVpnEndpointRequest$DnsServers' => '

Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.

', 'CreateFlowLogsResult$FlowLogIds' => '

The IDs of the flow logs.

', 'CreateVpcEndpointConnectionNotificationRequest$ConnectionEvents' => '

The endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

', 'CreateVpcEndpointServiceConfigurationRequest$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Network Load Balancers.

', 'CreateVpcEndpointServiceConfigurationRequest$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers.

', 'CreateVpcEndpointServiceConfigurationRequest$SupportedIpAddressTypes' => '

The supported IP address types. The possible values are ipv4 and ipv6.

', 'DescribeClientVpnTargetNetworksRequest$AssociationIds' => '

The IDs of the target network associations.

', 'DescribeInstanceConnectEndpointsRequest$InstanceConnectEndpointIds' => '

One or more EC2 Instance Connect Endpoint IDs.

', 'DescribeIpamPoolsRequest$IpamPoolIds' => '

The IDs of the IPAM pools you would like information on.

', 'DescribeIpamResourceDiscoveriesRequest$IpamResourceDiscoveryIds' => '

The IPAM resource discovery IDs.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$IpamResourceDiscoveryAssociationIds' => '

The resource discovery association IDs.

', 'DescribeIpamScopesRequest$IpamScopeIds' => '

The IDs of the scopes you want information on.

', 'DescribeIpamsRequest$IpamIds' => '

The IDs of the IPAMs you want information on.

', 'DescribeManagedPrefixListsRequest$PrefixListIds' => '

One or more prefix list IDs.

', 'DescribeMovingAddressesRequest$PublicIps' => '

One or more Elastic IP addresses.

', 'DescribeVpcEndpointServicesRequest$ServiceNames' => '

The service names.

', 'DescribeVpcEndpointServicesResult$ServiceNames' => '

The supported services.

', 'DnsServersOptionsModifyStructure$CustomDnsServers' => '

The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.

', 'Explanation$AvailabilityZones' => '

The Availability Zones.

', 'Explanation$Cidrs' => '

The CIDR ranges.

', 'Filter$Values' => '

The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

', 'FirewallStatefulRule$Sources' => '

The source IP addresses, in CIDR notation.

', 'FirewallStatefulRule$Destinations' => '

The destination IP addresses, in CIDR notation.

', 'FirewallStatelessRule$Sources' => '

The source IP addresses, in CIDR notation.

', 'FirewallStatelessRule$Destinations' => '

The destination IP addresses, in CIDR notation.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionEvents' => '

The events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddNetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveNetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddGatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveGatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddSupportedIpAddressTypes' => '

The IP address types to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveSupportedIpAddressTypes' => '

The IP address types to remove from your service configuration.

', 'ModifyVpcEndpointServicePermissionsRequest$AddAllowedPrincipals' => '

The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).

', 'ModifyVpcEndpointServicePermissionsRequest$RemoveAllowedPrincipals' => '

The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.

', 'NetworkInsightsAnalysis$AdditionalAccounts' => '

The member accounts that contain resources that the path can traverse.

', 'NetworkInsightsAnalysis$SuggestedAccounts' => '

Potential intermediate accounts.

', 'NewDhcpConfiguration$Values' => NULL, 'PacketHeaderStatement$SourceAddresses' => '

The source addresses.

', 'PacketHeaderStatement$DestinationAddresses' => '

The destination addresses.

', 'PacketHeaderStatement$SourcePorts' => '

The source ports.

', 'PacketHeaderStatement$DestinationPorts' => '

The destination ports.

', 'PacketHeaderStatement$SourcePrefixLists' => '

The source prefix lists.

', 'PacketHeaderStatement$DestinationPrefixLists' => '

The destination prefix lists.

', 'PacketHeaderStatementRequest$SourceAddresses' => '

The source addresses.

', 'PacketHeaderStatementRequest$DestinationAddresses' => '

The destination addresses.

', 'PacketHeaderStatementRequest$SourcePorts' => '

The source ports.

', 'PacketHeaderStatementRequest$DestinationPorts' => '

The destination ports.

', 'PacketHeaderStatementRequest$SourcePrefixLists' => '

The source prefix lists.

', 'PacketHeaderStatementRequest$DestinationPrefixLists' => '

The destination prefix lists.

', 'PrefixList$Cidrs' => '

The IP address range of the Amazon Web Service.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'ResourceStatement$Resources' => '

The resources.

', 'ResourceStatement$ResourceTypes' => '

The resource types.

', 'ResourceStatementRequest$Resources' => '

The resources.

', 'ResourceStatementRequest$ResourceTypes' => '

The resource types.

', 'ResponseLaunchTemplateData$SecurityGroupIds' => '

The security group IDs.

', 'ResponseLaunchTemplateData$SecurityGroups' => '

The security group names.

', 'ServiceConfiguration$AvailabilityZones' => '

The Availability Zones in which the service is available.

', 'ServiceConfiguration$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

', 'ServiceConfiguration$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

', 'ServiceConfiguration$BaseEndpointDnsNames' => '

The DNS names for the service.

', 'ServiceDetail$AvailabilityZones' => '

The Availability Zones in which the service is available.

', 'ServiceDetail$BaseEndpointDnsNames' => '

The DNS names for the service.

', 'StartNetworkInsightsAnalysisRequest$AdditionalAccounts' => '

The member accounts that contain resources that the path can traverse.

', 'TargetNetwork$SecurityGroups' => '

The IDs of the security groups applied to the target network association.

', 'TransitGatewayMulticastDeregisteredGroupMembers$DeregisteredNetworkInterfaceIds' => '

The network interface IDs of the deregistered members.

', 'TransitGatewayMulticastDeregisteredGroupSources$DeregisteredNetworkInterfaceIds' => '

The network interface IDs of the non-registered members.

', 'TransitGatewayMulticastRegisteredGroupMembers$RegisteredNetworkInterfaceIds' => '

The ID of the registered network interfaces.

', 'TransitGatewayMulticastRegisteredGroupSources$RegisteredNetworkInterfaceIds' => '

The IDs of the network interfaces members registered with the transit gateway multicast group.

', 'TransitGatewayOptions$TransitGatewayCidrBlocks' => '

The transit gateway CIDR blocks.

', 'TransitGatewayVpcAttachment$SubnetIds' => '

The IDs of the subnets.

', 'VpcEndpoint$RouteTableIds' => '

(Gateway endpoint) The IDs of the route tables associated with the endpoint.

', 'VpcEndpoint$SubnetIds' => '

(Interface endpoint) The subnets for the endpoint.

', 'VpcEndpoint$NetworkInterfaceIds' => '

(Interface endpoint) The network interfaces for the endpoint.

', 'VpcEndpointConnection$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the network load balancers for the service.

', 'VpcEndpointConnection$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

', ], ], 'VerifiedAccessEndpoint' => [ 'base' => '

An Amazon Web Services Verified Access endpoint specifies the application that Amazon Web Services Verified Access provides access to. It must be attached to an Amazon Web Services Verified Access group. An Amazon Web Services Verified Access endpoint must also have an attached access policy before you attached it to a group.

', 'refs' => [ 'CreateVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The ID of the Verified Access endpoint.

', 'DeleteVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The Verified Access endpoint details.

', 'VerifiedAccessEndpointList$member' => NULL, ], ], 'VerifiedAccessEndpointAttachmentType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$AttachmentType' => '

The type of attachment.

', 'VerifiedAccessEndpoint$AttachmentType' => '

The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.

', ], ], 'VerifiedAccessEndpointEniOptions' => [ 'base' => '

Options for a network-interface type endpoint.

', 'refs' => [ 'VerifiedAccessEndpoint$NetworkInterfaceOptions' => '

The options for network-interface type endpoint.

', ], ], 'VerifiedAccessEndpointId' => [ 'base' => NULL, 'refs' => [ 'DeleteVerifiedAccessEndpointRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'GetVerifiedAccessEndpointPolicyRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointPolicyRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'VerifiedAccessEndpointIdList$member' => NULL, ], ], 'VerifiedAccessEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessEndpointIds' => '

The ID of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsResult$VerifiedAccessEndpoints' => '

The ID of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'VerifiedAccessEndpoint$LoadBalancerOptions' => '

The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.

', ], ], 'VerifiedAccessEndpointPortNumber' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'CreateVerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', 'ModifyVerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'ModifyVerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', 'VerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'VerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', ], ], 'VerifiedAccessEndpointProtocol' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'CreateVerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', 'ModifyVerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'ModifyVerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', 'VerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'VerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', ], ], 'VerifiedAccessEndpointStatus' => [ 'base' => '

Describes the status of a Verified Access endpoint.

', 'refs' => [ 'VerifiedAccessEndpoint$Status' => '

The endpoint status.

', ], ], 'VerifiedAccessEndpointStatusCode' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessEndpointStatus$Code' => '

The status code of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'VerifiedAccessEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$EndpointType' => '

The type of Verified Access endpoint to create.

', 'VerifiedAccessEndpoint$EndpointType' => '

The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.

', ], ], 'VerifiedAccessGroup' => [ 'base' => '

Describes a Verified Access group.

', 'refs' => [ 'CreateVerifiedAccessGroupResult$VerifiedAccessGroup' => '

The ID of the Verified Access group.

', 'DeleteVerifiedAccessGroupResult$VerifiedAccessGroup' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupResult$VerifiedAccessGroup' => '

Details of Verified Access group.

', 'VerifiedAccessGroupList$member' => NULL, ], ], 'VerifiedAccessGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group to associate the endpoint with.

', 'DeleteVerifiedAccessGroupRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'GetVerifiedAccessGroupPolicyRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessEndpointRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupPolicyRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'VerifiedAccessGroupIdList$member' => NULL, ], ], 'VerifiedAccessGroupIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsRequest$VerifiedAccessGroupIds' => '

The ID of the Verified Access groups.

', ], ], 'VerifiedAccessGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsResult$VerifiedAccessGroups' => '

The ID of the Verified Access group.

', ], ], 'VerifiedAccessInstance' => [ 'base' => '

Describes a Verified Access instance.

', 'refs' => [ 'AttachVerifiedAccessTrustProviderResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'CreateVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'DeleteVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'DetachVerifiedAccessTrustProviderResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'VerifiedAccessInstanceList$member' => NULL, ], ], 'VerifiedAccessInstanceId' => [ 'base' => NULL, 'refs' => [ 'AttachVerifiedAccessTrustProviderRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'CreateVerifiedAccessGroupRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DeleteVerifiedAccessInstanceRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DescribeVerifiedAccessGroupsRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DetachVerifiedAccessTrustProviderRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessGroupRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'VerifiedAccessInstanceIdList$member' => NULL, ], ], 'VerifiedAccessInstanceIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$VerifiedAccessInstanceIds' => '

The IDs of the Verified Access instances.

', 'DescribeVerifiedAccessInstancesRequest$VerifiedAccessInstanceIds' => '

The IDs of the Verified Access instances.

', ], ], 'VerifiedAccessInstanceList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstancesResult$VerifiedAccessInstances' => '

The IDs of the Verified Access instances.

', ], ], 'VerifiedAccessInstanceLoggingConfiguration' => [ 'base' => '

Describes logging options for an Amazon Web Services Verified Access instance.

', 'refs' => [ 'ModifyVerifiedAccessInstanceLoggingConfigurationResult$LoggingConfiguration' => '

The logging configuration for the Verified Access instance.

', 'VerifiedAccessInstanceLoggingConfigurationList$member' => NULL, ], ], 'VerifiedAccessInstanceLoggingConfigurationList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult$LoggingConfigurations' => '

The current logging configuration for the Verified Access instances.

', ], ], 'VerifiedAccessLogCloudWatchLogsDestination' => [ 'base' => '

Options for CloudWatch Logs as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$CloudWatchLogs' => '

CloudWatch Logs logging destination.

', ], ], 'VerifiedAccessLogCloudWatchLogsDestinationOptions' => [ 'base' => '

Options for CloudWatch Logs as a logging destination.

', 'refs' => [ 'VerifiedAccessLogOptions$CloudWatchLogs' => '

Sends Verified Access logs to CloudWatch Logs.

', ], ], 'VerifiedAccessLogDeliveryStatus' => [ 'base' => '

Describes a log delivery status.

', 'refs' => [ 'VerifiedAccessLogCloudWatchLogsDestination$DeliveryStatus' => '

The delivery status for access logs.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$DeliveryStatus' => '

The delivery status.

', 'VerifiedAccessLogS3Destination$DeliveryStatus' => '

The delivery status.

', ], ], 'VerifiedAccessLogDeliveryStatusCode' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessLogDeliveryStatus$Code' => '

The status code.

', ], ], 'VerifiedAccessLogKinesisDataFirehoseDestination' => [ 'base' => '

Options for Kinesis as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$KinesisDataFirehose' => '

Kinesis logging destination.

', ], ], 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions' => [ 'base' => '

Describes Amazon Kinesis Data Firehose logging options.

', 'refs' => [ 'VerifiedAccessLogOptions$KinesisDataFirehose' => '

Sends Verified Access logs to Kinesis.

', ], ], 'VerifiedAccessLogOptions' => [ 'base' => '

Options for Verified Access logs.

', 'refs' => [ 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$AccessLogs' => '

The configuration options for Verified Access instances.

', ], ], 'VerifiedAccessLogS3Destination' => [ 'base' => '

Options for Amazon S3 as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$S3' => '

Amazon S3 logging options.

', ], ], 'VerifiedAccessLogS3DestinationOptions' => [ 'base' => '

Options for Amazon S3 as a logging destination.

', 'refs' => [ 'VerifiedAccessLogOptions$S3' => '

Sends Verified Access logs to Amazon S3.

', ], ], 'VerifiedAccessLogs' => [ 'base' => '

Describes the options for Verified Access logs.

', 'refs' => [ 'VerifiedAccessInstanceLoggingConfiguration$AccessLogs' => '

Details about the logging options.

', ], ], 'VerifiedAccessTrustProvider' => [ 'base' => '

Describes a Verified Access trust provider.

', 'refs' => [ 'AttachVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'CreateVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'DeleteVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'DetachVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'VerifiedAccessTrustProviderList$member' => NULL, ], ], 'VerifiedAccessTrustProviderCondensed' => [ 'base' => '

Condensed information about a trust provider.

', 'refs' => [ 'VerifiedAccessTrustProviderCondensedList$member' => NULL, ], ], 'VerifiedAccessTrustProviderCondensedList' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessInstance$VerifiedAccessTrustProviders' => '

The IDs of the Amazon Web Services Verified Access trust providers.

', ], ], 'VerifiedAccessTrustProviderId' => [ 'base' => NULL, 'refs' => [ 'AttachVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'DeleteVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'DetachVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'VerifiedAccessTrustProviderIdList$member' => NULL, ], ], 'VerifiedAccessTrustProviderIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersRequest$VerifiedAccessTrustProviderIds' => '

The IDs of the Verified Access trust providers.

', ], ], 'VerifiedAccessTrustProviderList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersResult$VerifiedAccessTrustProviders' => '

The IDs of the Verified Access trust providers.

', ], ], 'VersionDescription' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateRequest$VersionDescription' => '

A description for the first version of the launch template.

', 'CreateLaunchTemplateVersionRequest$VersionDescription' => '

A description for the version of the launch template.

', 'LaunchTemplateVersion$VersionDescription' => '

The description for the version.

', ], ], 'VersionStringList' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsRequest$Versions' => '

The version numbers of one or more launch template versions to delete.

', 'DescribeLaunchTemplateVersionsRequest$Versions' => '

One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.

To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers.

To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same request. You cannot specify numbers.

', ], ], 'VgwTelemetry' => [ 'base' => '

Describes telemetry for a VPN tunnel.

', 'refs' => [ 'VgwTelemetryList$member' => NULL, ], ], 'VgwTelemetryList' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$VgwTelemetry' => '

Information about the VPN tunnel.

', ], ], 'VirtualizationType' => [ 'base' => NULL, 'refs' => [ 'Image$VirtualizationType' => '

The type of virtualization of the AMI.

', 'Instance$VirtualizationType' => '

The virtualization type of the instance.

', 'VirtualizationTypeList$member' => NULL, 'VirtualizationTypeSet$member' => NULL, ], ], 'VirtualizationTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedVirtualizationTypes' => '

The supported virtualization types.

', ], ], 'VirtualizationTypeSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsRequest$VirtualizationTypes' => '

The virtualization type.

', 'InstanceRequirementsWithMetadataRequest$VirtualizationTypes' => '

The virtualization type.

', ], ], 'Volume' => [ 'base' => '

Describes a volume.

', 'refs' => [ 'VolumeList$member' => NULL, ], ], 'VolumeAttachment' => [ 'base' => '

Describes volume attachment details.

', 'refs' => [ 'VolumeAttachmentList$member' => NULL, ], ], 'VolumeAttachmentList' => [ 'base' => NULL, 'refs' => [ 'Volume$Attachments' => '

Information about the volume attachments.

', ], ], 'VolumeAttachmentState' => [ 'base' => NULL, 'refs' => [ 'VolumeAttachment$State' => '

The attachment state of the volume.

', ], ], 'VolumeAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeAttributeRequest$Attribute' => '

The attribute of the volume. This parameter is required.

', ], ], 'VolumeDetail' => [ 'base' => '

Describes an EBS volume.

', 'refs' => [ 'DiskImage$Volume' => '

Information about the volume.

', 'ImportVolumeRequest$Volume' => '

The volume size.

', ], ], 'VolumeId' => [ 'base' => NULL, 'refs' => [ 'AttachVolumeRequest$VolumeId' => '

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

', 'CreateSnapshotRequest$VolumeId' => '

The ID of the Amazon EBS volume.

', 'DeleteVolumeRequest$VolumeId' => '

The ID of the volume.

', 'DescribeVolumeAttributeRequest$VolumeId' => '

The ID of the volume.

', 'EbsInstanceBlockDeviceSpecification$VolumeId' => '

The ID of the EBS volume.

', 'EnableVolumeIORequest$VolumeId' => '

The ID of the volume.

', 'ModifyVolumeAttributeRequest$VolumeId' => '

The ID of the volume.

', 'ModifyVolumeRequest$VolumeId' => '

The ID of the volume.

', 'SnapshotTierStatus$VolumeId' => '

The ID of the volume from which the snapshot was created.

', 'VolumeIdStringList$member' => NULL, ], ], 'VolumeIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeStatusRequest$VolumeIds' => '

The IDs of the volumes.

Default: Describes all your volumes.

', 'DescribeVolumesModificationsRequest$VolumeIds' => '

The IDs of the volumes.

', 'DescribeVolumesRequest$VolumeIds' => '

The volume IDs.

', 'InstanceSpecification$ExcludeDataVolumeIds' => '

The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify the ID of the root volume, the request fails. To exclude the root volume, use ExcludeBootVolume.

You can specify up to 40 volume IDs per request.

', ], ], 'VolumeIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'DetachVolumeRequest$VolumeId' => '

The ID of the volume.

', ], ], 'VolumeList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumesResult$Volumes' => '

Information about the volumes.

', ], ], 'VolumeModification' => [ 'base' => '

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

', 'refs' => [ 'ModifyVolumeResult$VolumeModification' => '

Information about the volume modification.

', 'VolumeModificationList$member' => NULL, ], ], 'VolumeModificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumesModificationsResult$VolumesModifications' => '

Information about the volume modifications.

', ], ], 'VolumeModificationState' => [ 'base' => NULL, 'refs' => [ 'VolumeModification$ModificationState' => '

The current modification state. The modification state is null for unmodified volumes.

', ], ], 'VolumeState' => [ 'base' => NULL, 'refs' => [ 'Volume$State' => '

The volume state.

', ], ], 'VolumeStatusAction' => [ 'base' => '

Describes a volume status operation code.

', 'refs' => [ 'VolumeStatusActionsList$member' => NULL, ], ], 'VolumeStatusActionsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$Actions' => '

The details of the operation.

', ], ], 'VolumeStatusAttachmentStatus' => [ 'base' => '

Information about the instances to which the volume is attached.

', 'refs' => [ 'VolumeStatusAttachmentStatusList$member' => NULL, ], ], 'VolumeStatusAttachmentStatusList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$AttachmentStatuses' => '

Information about the instances to which the volume is attached.

', ], ], 'VolumeStatusDetails' => [ 'base' => '

Describes a volume status.

', 'refs' => [ 'VolumeStatusDetailsList$member' => NULL, ], ], 'VolumeStatusDetailsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusInfo$Details' => '

The details of the volume status.

', ], ], 'VolumeStatusEvent' => [ 'base' => '

Describes a volume status event.

', 'refs' => [ 'VolumeStatusEventsList$member' => NULL, ], ], 'VolumeStatusEventsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$Events' => '

A list of events associated with the volume.

', ], ], 'VolumeStatusInfo' => [ 'base' => '

Describes the status of a volume.

', 'refs' => [ 'VolumeStatusItem$VolumeStatus' => '

The volume status.

', ], ], 'VolumeStatusInfoStatus' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusInfo$Status' => '

The status of the volume.

', ], ], 'VolumeStatusItem' => [ 'base' => '

Describes the volume status.

', 'refs' => [ 'VolumeStatusList$member' => NULL, ], ], 'VolumeStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeStatusResult$VolumeStatuses' => '

Information about the status of the volumes.

', ], ], 'VolumeStatusName' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusDetails$Name' => '

The name of the volume status.

', ], ], 'VolumeType' => [ 'base' => NULL, 'refs' => [ 'CreateVolumeRequest$VolumeType' => '

The volume type. This parameter can be one of the following values:

Throughput Optimized HDD (st1) and Cold HDD (sc1) volumes can\'t be used as boot volumes.

For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: gp2

', 'EbsBlockDevice$VolumeType' => '

The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide. If the volume type is io1 or io2, you must specify the IOPS that the volume supports.

', 'LaunchTemplateEbsBlockDevice$VolumeType' => '

The volume type.

', 'LaunchTemplateEbsBlockDeviceRequest$VolumeType' => '

The volume type. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyVolumeRequest$VolumeType' => '

The target EBS volume type of the volume. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: The existing type is retained.

', 'Volume$VolumeType' => '

The volume type.

', 'VolumeModification$TargetVolumeType' => '

The target EBS volume type of the volume.

', 'VolumeModification$OriginalVolumeType' => '

The original EBS volume type of the volume.

', ], ], 'Vpc' => [ 'base' => '

Describes a VPC.

', 'refs' => [ 'CreateDefaultVpcResult$Vpc' => '

Information about the VPC.

', 'CreateVpcResult$Vpc' => '

Information about the VPC.

', 'VpcList$member' => NULL, ], ], 'VpcAttachment' => [ 'base' => '

Describes an attachment between a virtual private gateway and a VPC.

', 'refs' => [ 'AttachVpnGatewayResult$VpcAttachment' => '

Information about the attachment.

', 'VpcAttachmentList$member' => NULL, ], ], 'VpcAttachmentList' => [ 'base' => NULL, 'refs' => [ 'VpnGateway$VpcAttachments' => '

Any VPCs attached to the virtual private gateway.

', ], ], 'VpcAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcAttributeRequest$Attribute' => '

The VPC attribute.

', ], ], 'VpcCidrAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateVpcCidrBlockRequest$AssociationId' => '

The association ID for the CIDR block.

', ], ], 'VpcCidrBlockAssociation' => [ 'base' => '

Describes an IPv4 CIDR block associated with a VPC.

', 'refs' => [ 'AssociateVpcCidrBlockResult$CidrBlockAssociation' => '

Information about the IPv4 CIDR block association.

', 'DisassociateVpcCidrBlockResult$CidrBlockAssociation' => '

Information about the IPv4 CIDR block association.

', 'VpcCidrBlockAssociationSet$member' => NULL, ], ], 'VpcCidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Vpc$CidrBlockAssociationSet' => '

Information about the IPv4 CIDR blocks associated with the VPC.

', ], ], 'VpcCidrBlockState' => [ 'base' => '

Describes the state of a CIDR block.

', 'refs' => [ 'VpcCidrBlockAssociation$CidrBlockState' => '

Information about the state of the CIDR block.

', 'VpcIpv6CidrBlockAssociation$Ipv6CidrBlockState' => '

Information about the state of the CIDR block.

', ], ], 'VpcCidrBlockStateCode' => [ 'base' => NULL, 'refs' => [ 'VpcCidrBlockState$State' => '

The state of the CIDR block.

', ], ], 'VpcClassicLink' => [ 'base' => '

Deprecated.

Describes whether a VPC is enabled for ClassicLink.

', 'refs' => [ 'VpcClassicLinkList$member' => NULL, ], ], 'VpcClassicLinkIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$VpcIds' => '

The IDs of the VPCs.

', 'DescribeVpcClassicLinkRequest$VpcIds' => '

The VPCs for which you want to describe the ClassicLink status.

', ], ], 'VpcClassicLinkList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkResult$Vpcs' => '

The ClassicLink status of the VPCs.

', ], ], 'VpcEndpoint' => [ 'base' => '

Describes a VPC endpoint.

', 'refs' => [ 'CreateVpcEndpointResult$VpcEndpoint' => '

Information about the endpoint.

', 'VpcEndpointSet$member' => NULL, ], ], 'VpcEndpointConnection' => [ 'base' => '

Describes a VPC endpoint connection to a service.

', 'refs' => [ 'VpcEndpointConnectionSet$member' => NULL, ], ], 'VpcEndpointConnectionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointConnectionsResult$VpcEndpointConnections' => '

Information about the VPC endpoint connections.

', ], ], 'VpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$VpcEndpointId' => '

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

', 'CreateTrafficMirrorTargetRequest$GatewayLoadBalancerEndpointId' => '

The ID of the Gateway Load Balancer endpoint.

', 'CreateVpcEndpointConnectionNotificationRequest$VpcEndpointId' => '

The ID of the endpoint.

', 'ModifyVpcEndpointRequest$VpcEndpointId' => '

The ID of the endpoint.

', 'ReplaceRouteRequest$VpcEndpointId' => '

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

', 'VpcEndpointIdList$member' => NULL, ], ], 'VpcEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsRequest$VpcEndpointIds' => '

The IDs of the interface VPC endpoints.

', 'DeleteVpcEndpointsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', 'DescribeVpcEndpointsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', 'RejectVpcEndpointConnectionsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', ], ], 'VpcEndpointRouteTableIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$RouteTableIds' => '

(Gateway endpoint) The route table IDs.

', 'ModifyVpcEndpointRequest$AddRouteTableIds' => '

(Gateway endpoint) The IDs of the route tables to associate with the endpoint.

', 'ModifyVpcEndpointRequest$RemoveRouteTableIds' => '

(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.

', ], ], 'VpcEndpointSecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$SecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to associate with the endpoint network interface. If this parameter is not specified, we use the default security group for the VPC.

', 'ModifyVpcEndpointRequest$AddSecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to associate with the network interface.

', 'ModifyVpcEndpointRequest$RemoveSecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to disassociate from the network interface.

', ], ], 'VpcEndpointServiceId' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsRequest$ServiceId' => '

The ID of the VPC endpoint service.

', 'CreateVpcEndpointConnectionNotificationRequest$ServiceId' => '

The ID of the endpoint service.

', 'DescribeVpcEndpointServicePermissionsRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServiceConfigurationRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServicePayerResponsibilityRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServicePermissionsRequest$ServiceId' => '

The ID of the service.

', 'RejectVpcEndpointConnectionsRequest$ServiceId' => '

The ID of the service.

', 'StartVpcEndpointServicePrivateDnsVerificationRequest$ServiceId' => '

The ID of the endpoint service.

', 'VpcEndpointServiceIdList$member' => NULL, ], ], 'VpcEndpointServiceIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteVpcEndpointServiceConfigurationsRequest$ServiceIds' => '

The IDs of the services.

', 'DescribeVpcEndpointServiceConfigurationsRequest$ServiceIds' => '

The IDs of the endpoint services.

', ], ], 'VpcEndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointsResult$VpcEndpoints' => '

Information about the endpoints.

', ], ], 'VpcEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$SubnetIds' => '

(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify only one subnet.

', 'ModifyVpcEndpointRequest$AddSubnetIds' => '

(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.

', 'ModifyVpcEndpointRequest$RemoveSubnetIds' => '

(Interface endpoint) The IDs of the subnets from which to remove the endpoint.

', ], ], 'VpcEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$VpcEndpointType' => '

The type of endpoint.

Default: Gateway

', 'VpcEndpoint$VpcEndpointType' => '

The type of endpoint.

', ], ], 'VpcFlowLogId' => [ 'base' => NULL, 'refs' => [ 'FlowLogIdList$member' => NULL, 'GetFlowLogsIntegrationTemplateRequest$FlowLogId' => '

The ID of the flow log.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$VpcId' => '

The ID of the VPC in which the associated target network is located.

', 'AssociateDhcpOptionsRequest$VpcId' => '

The ID of the VPC.

', 'AssociateVpcCidrBlockRequest$VpcId' => '

The ID of the VPC.

', 'AttachClassicLinkVpcRequest$VpcId' => '

The ID of the ClassicLink-enabled VPC.

', 'AttachInternetGatewayRequest$VpcId' => '

The ID of the VPC.

', 'AttachVpnGatewayRequest$VpcId' => '

The ID of the VPC.

', 'CarrierGateway$VpcId' => '

The ID of the VPC associated with the carrier gateway.

', 'ClientVpnEndpoint$VpcId' => '

The ID of the VPC.

', 'CreateCarrierGatewayRequest$VpcId' => '

The ID of the VPC to associate with the carrier gateway.

', 'CreateClientVpnEndpointRequest$VpcId' => '

The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.

', 'CreateEgressOnlyInternetGatewayRequest$VpcId' => '

The ID of the VPC for which to create the egress-only internet gateway.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$VpcId' => '

The ID of the VPC.

', 'CreateNetworkAclRequest$VpcId' => '

The ID of the VPC.

', 'CreateRouteTableRequest$VpcId' => '

The ID of the VPC.

', 'CreateSecurityGroupRequest$VpcId' => '

The ID of the VPC. Required for a nondefault VPC.

', 'CreateSubnetRequest$VpcId' => '

The ID of the VPC.

', 'CreateTransitGatewayVpcAttachmentRequest$VpcId' => '

The ID of the VPC.

', 'CreateVpcEndpointRequest$VpcId' => '

The ID of the VPC.

', 'CreateVpcPeeringConnectionRequest$VpcId' => '

The ID of the requester VPC. You must specify this parameter in the request.

', 'DeleteVpcRequest$VpcId' => '

The ID of the VPC.

', 'DescribeStaleSecurityGroupsRequest$VpcId' => '

The ID of the VPC.

', 'DescribeVpcAttributeRequest$VpcId' => '

The ID of the VPC.

', 'DetachClassicLinkVpcRequest$VpcId' => '

The ID of the VPC to which the instance is linked.

', 'DetachInternetGatewayRequest$VpcId' => '

The ID of the VPC.

', 'DetachVpnGatewayRequest$VpcId' => '

The ID of the VPC.

', 'DisableVpcClassicLinkDnsSupportRequest$VpcId' => '

The ID of the VPC.

', 'DisableVpcClassicLinkRequest$VpcId' => '

The ID of the VPC.

', 'Ec2InstanceConnectEndpoint$VpcId' => '

The ID of the VPC in which the EC2 Instance Connect Endpoint was created.

', 'EnableVpcClassicLinkDnsSupportRequest$VpcId' => '

The ID of the VPC.

', 'EnableVpcClassicLinkRequest$VpcId' => '

The ID of the VPC.

', 'ModifyClientVpnEndpointRequest$VpcId' => '

The ID of the VPC to associate with the Client VPN endpoint.

', 'ModifyVpcAttributeRequest$VpcId' => '

The ID of the VPC.

', 'ModifyVpcTenancyRequest$VpcId' => '

The ID of the VPC.

', 'VpcClassicLinkIdList$member' => NULL, 'VpcIdStringList$member' => NULL, ], ], 'VpcIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsRequest$VpcIds' => '

The IDs of the VPCs.

Default: Describes all your VPCs.

', ], ], 'VpcIpv6CidrBlockAssociation' => [ 'base' => '

Describes an IPv6 CIDR block associated with a VPC.

', 'refs' => [ 'AssociateVpcCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'DisassociateVpcCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'VpcIpv6CidrBlockAssociationSet$member' => NULL, ], ], 'VpcIpv6CidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Vpc$Ipv6CidrBlockAssociationSet' => '

Information about the IPv6 CIDR blocks associated with the VPC.

', ], ], 'VpcList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsResult$Vpcs' => '

Information about one or more VPCs.

', ], ], 'VpcPeeringConnection' => [ 'base' => '

Describes a VPC peering connection.

', 'refs' => [ 'AcceptVpcPeeringConnectionResult$VpcPeeringConnection' => '

Information about the VPC peering connection.

', 'CreateVpcPeeringConnectionResult$VpcPeeringConnection' => '

Information about the VPC peering connection.

', 'VpcPeeringConnectionList$member' => NULL, ], ], 'VpcPeeringConnectionId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'DeleteVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'ModifyVpcPeeringConnectionOptionsRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'RejectVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'ReplaceRouteRequest$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'VpcPeeringConnectionIdList$member' => NULL, ], ], 'VpcPeeringConnectionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsRequest$VpcPeeringConnectionIds' => '

The IDs of the VPC peering connections.

Default: Describes all your VPC peering connections.

', ], ], 'VpcPeeringConnectionIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection. You must specify this parameter in the request.

', ], ], 'VpcPeeringConnectionList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsResult$VpcPeeringConnections' => '

Information about the VPC peering connections.

', ], ], 'VpcPeeringConnectionOptionsDescription' => [ 'base' => '

Describes the VPC peering connection options.

', 'refs' => [ 'VpcPeeringConnectionVpcInfo$PeeringOptions' => '

Information about the VPC peering connection options for the accepter or requester VPC.

', ], ], 'VpcPeeringConnectionStateReason' => [ 'base' => '

Describes the status of a VPC peering connection.

', 'refs' => [ 'VpcPeeringConnection$Status' => '

The status of the VPC peering connection.

', ], ], 'VpcPeeringConnectionStateReasonCode' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionStateReason$Code' => '

The status of the VPC peering connection.

', ], ], 'VpcPeeringConnectionVpcInfo' => [ 'base' => '

Describes a VPC in a VPC peering connection.

', 'refs' => [ 'VpcPeeringConnection$AccepterVpcInfo' => '

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

', 'VpcPeeringConnection$RequesterVpcInfo' => '

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

', ], ], 'VpcState' => [ 'base' => NULL, 'refs' => [ 'Vpc$State' => '

The current state of the VPC.

', ], ], 'VpcTenancy' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcTenancyRequest$InstanceTenancy' => '

The instance tenancy attribute for the VPC.

', ], ], 'VpnConnection' => [ 'base' => '

Describes a VPN connection.

', 'refs' => [ 'CreateVpnConnectionResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnConnectionOptionsResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnConnectionResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnTunnelCertificateResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnTunnelOptionsResult$VpnConnection' => '

Information about the VPN connection.

', 'VpnConnectionList$member' => NULL, ], ], 'VpnConnectionDeviceSampleConfiguration' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceSampleConfigurationResult$VpnConnectionDeviceSampleConfiguration' => '

Sample configuration file for the specified customer gateway device.

', ], ], 'VpnConnectionDeviceType' => [ 'base' => '

List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

', 'refs' => [ 'VpnConnectionDeviceTypeList$member' => NULL, ], ], 'VpnConnectionDeviceTypeId' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceSampleConfigurationRequest$VpnConnectionDeviceTypeId' => '

Device identifier provided by the GetVpnConnectionDeviceTypes API.

', ], ], 'VpnConnectionDeviceTypeList' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceTypesResult$VpnConnectionDeviceTypes' => '

List of customer gateway devices that have a sample configuration file available for use.

', ], ], 'VpnConnectionId' => [ 'base' => NULL, 'refs' => [ 'CreateVpnConnectionRouteRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'DeleteVpnConnectionRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'DeleteVpnConnectionRouteRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$VpnConnectionId' => '

The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.

', 'GetVpnTunnelReplacementStatusRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'GetVpnTunnelReplacementStatusResult$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'ModifyVpnConnectionOptionsRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'ModifyVpnConnectionRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'ModifyVpnTunnelCertificateRequest$VpnConnectionId' => '

The ID of the Amazon Web Services Site-to-Site VPN connection.

', 'ModifyVpnTunnelOptionsRequest$VpnConnectionId' => '

The ID of the Amazon Web Services Site-to-Site VPN connection.

', 'ReplaceVpnTunnelRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'VpnConnectionIdStringList$member' => NULL, ], ], 'VpnConnectionIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnConnectionsRequest$VpnConnectionIds' => '

One or more VPN connection IDs.

Default: Describes your VPN connections.

', ], ], 'VpnConnectionList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnConnectionsResult$VpnConnections' => '

Information about one or more VPN connections.

', ], ], 'VpnConnectionOptions' => [ 'base' => '

Describes VPN connection options.

', 'refs' => [ 'VpnConnection$Options' => '

The VPN connection options.

', ], ], 'VpnConnectionOptionsSpecification' => [ 'base' => '

Describes VPN connection options.

', 'refs' => [ 'CreateVpnConnectionRequest$Options' => '

The options for the VPN connection.

', ], ], 'VpnEcmpSupportValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$VpnEcmpSupport' => '

Enable or disable Equal Cost Multipath Protocol support.

', 'TransitGatewayOptions$VpnEcmpSupport' => '

Indicates whether Equal Cost Multipath Protocol support is enabled.

', 'TransitGatewayRequestOptions$VpnEcmpSupport' => '

Enable or disable Equal Cost Multipath Protocol support. Enabled by default.

', ], ], 'VpnGateway' => [ 'base' => '

Describes a virtual private gateway.

', 'refs' => [ 'CreateVpnGatewayResult$VpnGateway' => '

Information about the virtual private gateway.

', 'VpnGatewayList$member' => NULL, ], ], 'VpnGatewayId' => [ 'base' => NULL, 'refs' => [ 'AttachVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'CreateVpnConnectionRequest$VpnGatewayId' => '

The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.

', 'DeleteVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'DetachVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'DisableVgwRoutePropagationRequest$GatewayId' => '

The ID of the virtual private gateway.

', 'EnableVgwRoutePropagationRequest$GatewayId' => '

The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.

', 'GetVpnTunnelReplacementStatusResult$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'ModifyVpnConnectionRequest$VpnGatewayId' => '

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

', 'VpnGatewayIdStringList$member' => NULL, ], ], 'VpnGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnGatewaysRequest$VpnGatewayIds' => '

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

', ], ], 'VpnGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnGatewaysResult$VpnGateways' => '

Information about one or more virtual private gateways.

', ], ], 'VpnProtocol' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$VpnProtocol' => '

The protocol used by the VPN session.

', ], ], 'VpnState' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$State' => '

The current state of the VPN connection.

', 'VpnGateway$State' => '

The current state of the virtual private gateway.

', 'VpnStaticRoute$State' => '

The current state of the static route.

', ], ], 'VpnStaticRoute' => [ 'base' => '

Describes a static route for a VPN connection.

', 'refs' => [ 'VpnStaticRouteList$member' => NULL, ], ], 'VpnStaticRouteList' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$Routes' => '

The static routes associated with the VPN connection.

', ], ], 'VpnStaticRouteSource' => [ 'base' => NULL, 'refs' => [ 'VpnStaticRoute$Source' => '

Indicates how the routes were provided.

', ], ], 'VpnTunnelLogOptions' => [ 'base' => '

Options for logging VPN tunnel activity.

', 'refs' => [ 'TunnelOption$LogOptions' => '

Options for logging VPN tunnel activity.

', ], ], 'VpnTunnelLogOptionsSpecification' => [ 'base' => '

Options for logging VPN tunnel activity.

', 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$LogOptions' => '

Options for logging VPN tunnel activity.

', 'VpnTunnelOptionsSpecification$LogOptions' => '

Options for logging VPN tunnel activity.

', ], ], 'VpnTunnelOptionsSpecification' => [ 'base' => '

The tunnel options for a single VPN tunnel.

', 'refs' => [ 'VpnTunnelOptionsSpecificationsList$member' => NULL, ], ], 'VpnTunnelOptionsSpecificationsList' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptionsSpecification$TunnelOptions' => '

The tunnel options for the VPN connection.

', ], ], 'WeekDay' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowTimeRange$StartWeekDay' => '

The day on which the time range begins.

', 'InstanceEventWindowTimeRange$EndWeekDay' => '

The day on which the time range ends.

', 'InstanceEventWindowTimeRangeRequest$StartWeekDay' => '

The day on which the time range begins.

', 'InstanceEventWindowTimeRangeRequest$EndWeekDay' => '

The day on which the time range ends.

', ], ], 'WithdrawByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'WithdrawByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ZoneIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesRequest$ZoneIds' => '

The IDs of the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'ZoneNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesRequest$ZoneNames' => '

The names of the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'customerGatewayConfiguration' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$CustomerGatewayConfiguration' => '

The configuration information for the VPN connection\'s customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it\'s present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

', ], ], 'preSharedKey' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

', 'TunnelOption$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

', 'VpnTunnelOptionsSpecification$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

', ], ], 'scope' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$Scope' => '

The scope of the Reserved Instance.

', 'ReservedInstancesConfiguration$Scope' => '

Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.

', 'ReservedInstancesOffering$Scope' => '

Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.

', ], ], 'snapshotTierStatusSet' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotTierStatusResult$SnapshotTierStatuses' => '

Information about the snapshot\'s storage tier.

', ], ], 'totalFpgaMemory' => [ 'base' => NULL, 'refs' => [ 'FpgaInfo$TotalFpgaMemoryInMiB' => '

The total memory of all FPGA accelerators for the instance type.

', ], ], 'totalGpuMemory' => [ 'base' => NULL, 'refs' => [ 'GpuInfo$TotalGpuMemoryInMiB' => '

The total size of the memory for the GPU accelerators for the instance type, in MiB.

', ], ], 'totalInferenceMemory' => [ 'base' => NULL, 'refs' => [ 'InferenceAcceleratorInfo$TotalInferenceMemoryInMiB' => '

The total size of the memory for the inference accelerators for the instance type, in MiB.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => 'Amazon Elastic Compute Cloud

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you\'ve defined. Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance and used like a hard drive.

To learn more, see the following resources:

', 'operations' => [ 'AcceptAddressTransfer' => '

Accepts an Elastic IP address transfer. For more information, see Accept a transferred Elastic IP address in the Amazon Virtual Private Cloud User Guide.

', 'AcceptReservedInstancesExchangeQuote' => '

Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call.

', 'AcceptTransitGatewayMulticastDomainAssociations' => '

Accepts a request to associate subnets with a transit gateway multicast domain.

', 'AcceptTransitGatewayPeeringAttachment' => '

Accepts a transit gateway peering attachment request. The peering attachment must be in the pendingAcceptance state.

', 'AcceptTransitGatewayVpcAttachment' => '

Accepts a request to attach a VPC to a transit gateway.

The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use RejectTransitGatewayVpcAttachment to reject a VPC attachment request.

', 'AcceptVpcEndpointConnections' => '

Accepts connection requests to your VPC endpoint service.

', 'AcceptVpcPeeringConnection' => '

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the pending-acceptance state, and you must be the owner of the peer VPC. Use DescribeVpcPeeringConnections to view your outstanding VPC peering connection requests.

For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC.

', 'AdvertiseByoipCidr' => '

Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services.

It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays.

To stop advertising the BYOIP CIDR, use WithdrawByoipCidr.

', 'AllocateAddress' => '

Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account.

You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see Bring Your Own IP Addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation.

For more information, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance).

', 'AllocateHosts' => '

Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate.

', 'AllocateIpamPoolCidr' => '

Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see Allocate CIDRs in the Amazon VPC IPAM User Guide.

This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool.

', 'ApplySecurityGroupsToClientVpnTargetNetwork' => '

Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups.

', 'AssignIpv6Addresses' => '

Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet\'s IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. For information, see IP Addresses Per Network Interface Per Instance Type in the Amazon Elastic Compute Cloud User Guide.

You must specify either the IPv6 addresses or the IPv6 address count in the request.

You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'AssignPrivateIpAddresses' => '

Assigns one or more secondary private IP addresses to the specified network interface.

You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet\'s CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For information about instance types, see Instance Types in the Amazon Elastic Compute Cloud User Guide. For more information about Elastic IP addresses, see Elastic IP Addresses in the Amazon Elastic Compute Cloud User Guide.

When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved.

Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check network/interfaces/macs/mac/local-ipv4s in the instance metadata to confirm that the remapping is complete.

You must specify either the IP addresses or the IP address count in the request.

You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'AssignPrivateNatGatewayAddress' => '

Assigns one or more private IPv4 addresses to a private NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

', 'AssociateAddress' => '

Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account.

If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account.

[Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface.

You cannot associate an Elastic IP address with an interface in a different network border group.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the Elastic IP Addresses section of Amazon EC2 Pricing.

', 'AssociateClientVpnTargetNetwork' => '

Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy.

If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that\'s in a different VPC, you must first modify the Client VPN endpoint (ModifyClientVpnEndpoint) and change the VPC that\'s associated with it.

', 'AssociateDhcpOptions' => '

Associates a set of DHCP options (that you\'ve previously created) with the specified VPC, or associates no DHCP options with the VPC.

After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don\'t need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance.

For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'AssociateEnclaveCertificateIamRole' => '

Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see Certificate Manager for Nitro Enclaves in the Amazon Web Services Nitro Enclaves User Guide.

When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an Amazon Web Services managed key that has an attached attestation-based key policy.

To enable the IAM role to access the Amazon S3 object, you must grant it permission to call s3:GetObject on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to call kms:Decrypt on the KMS key returned by the command. For more information, see Grant the role permission to access the certificate and encryption key in the Amazon Web Services Nitro Enclaves User Guide.

', 'AssociateIamInstanceProfile' => '

Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance.

', 'AssociateInstanceEventWindow' => '

Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'AssociateIpamResourceDiscovery' => '

Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'AssociateNatGatewayAddress' => '

Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see Work with NAT gateways in the Amazon VPC User Guide.

By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see Elastic IP address quotas in the Amazon VPC User Guide.

', 'AssociateRouteTable' => '

Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets.

For more information, see Route tables in the Amazon VPC User Guide.

', 'AssociateSubnetCidrBlock' => '

Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. An IPv6 CIDR block must have a prefix length of /64.

', 'AssociateTransitGatewayMulticastDomain' => '

Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.

The transit gateway attachment must be in the available state before you can add a resource. Use DescribeTransitGatewayAttachments to see the state of the attachment.

', 'AssociateTransitGatewayPolicyTable' => '

Associates the specified transit gateway attachment with a transit gateway policy table.

', 'AssociateTransitGatewayRouteTable' => '

Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment.

', 'AssociateTrunkInterface' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Associates a branch network interface with a trunk network interface.

Before you create the association, run the create-network-interface command and set --interface-type to trunk. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface.

', 'AssociateVpcCidrBlock' => '

Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP). The IPv6 CIDR block size is fixed at /56.

You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block.

For more information about associating CIDR blocks with your VPC and applicable restrictions, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

', 'AttachClassicLinkVpc' => '

This action is deprecated.

Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that\'s in the running state. An instance is automatically unlinked from a VPC when it\'s stopped - you can link it to the VPC again when you restart it.

After you\'ve linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again.

Linking your instance to a VPC is sometimes referred to as attaching your instance.

', 'AttachInternetGateway' => '

Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see Internet gateways in the Amazon VPC User Guide.

', 'AttachNetworkInterface' => '

Attaches a network interface to an instance.

', 'AttachVerifiedAccessTrustProvider' => '

Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance.

', 'AttachVolume' => '

Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name.

Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

After you attach an EBS volume, you must make it available. For more information, see Make an EBS volume available for use.

If a volume has an Amazon Web Services Marketplace product code:

For more information, see Attach an Amazon EBS volume to an instance in the Amazon Elastic Compute Cloud User Guide.

', 'AttachVpnGateway' => '

Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'AuthorizeClientVpnIngress' => '

Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks.

', 'AuthorizeSecurityGroupEgress' => '

Adds the specified outbound (egress) rules to a security group for use with a VPC.

An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 CIDR address ranges, or to the instances that are associated with the specified source security groups. When specifying an outbound rule for your security group in a VPC, the IpPermissions must include a destination for the traffic.

You specify a protocol for each rule (for example, TCP). For the TCP and UDP protocols, you must also specify the destination port or port range. For the ICMP protocol, you must also specify the ICMP type and code. You can use -1 for the type or code to mean all types or all codes.

Rule changes are propagated to affected instances as quickly as possible. However, a small delay might occur.

For information about VPC security group quotas, see Amazon VPC quotas.

', 'AuthorizeSecurityGroupIngress' => '

Adds the specified inbound (ingress) rules to a security group.

An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 CIDR address range, or from the instances that are associated with the specified destination security groups. When specifying an inbound rule for your security group in a VPC, the IpPermissions must include a source for the traffic.

You specify a protocol for each rule (for example, TCP). For TCP and UDP, you must also specify the destination port or port range. For ICMP/ICMPv6, you must also specify the ICMP/ICMPv6 type and code. You can use -1 to mean all types or all codes.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

For more information about VPC security group quotas, see Amazon VPC quotas.

', 'BundleInstance' => '

Bundles an Amazon instance store-backed Windows instance.

During bundling, only the root device volume (C:\\) is bundled. Data on other instance store volumes is not preserved.

This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS.

', 'CancelBundleTask' => '

Cancels a bundling operation for an instance store-backed Windows instance.

', 'CancelCapacityReservation' => '

Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation\'s state to cancelled.

Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity.

', 'CancelCapacityReservationFleets' => '

Cancels one or more Capacity Reservation Fleets. When you cancel a Capacity Reservation Fleet, the following happens:

', 'CancelConversionTask' => '

Cancels an active conversion task. The task can be the import of an instance or volume. The action removes all artifacts of the conversion, including a partially uploaded volume or instance. If the conversion is complete or is in the process of transferring the final disk image, the command fails and returns an exception.

For more information, see Importing a Virtual Machine Using the Amazon EC2 CLI.

', 'CancelExportTask' => '

Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error.

', 'CancelImageLaunchPermission' => '

Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see Cancel having an AMI shared with your Amazon Web Services account in the Amazon EC2 User Guide.

', 'CancelImportTask' => '

Cancels an in-process import virtual machine or import snapshot task.

', 'CancelReservedInstancesListing' => '

Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'CancelSpotFleetRequests' => '

Cancels the specified Spot Fleet requests.

After you cancel a Spot Fleet request, the Spot Fleet launches no new instances.

You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the cancelled_terminating state. Otherwise, the Spot Fleet request enters the cancelled_running state and the instances continue to run until they are interrupted or you terminate them manually.

', 'CancelSpotInstanceRequests' => '

Cancels one or more Spot Instance requests.

Canceling a Spot Instance request does not terminate running Spot Instances associated with the request.

', 'ConfirmProductInstance' => '

Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user\'s instance is eligible for support.

', 'CopyFpgaImage' => '

Copies the specified Amazon FPGA Image (AFI) to the current Region.

', 'CopyImage' => '

Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can\'t copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see CreateStoreImageTask.

To copy an AMI from one Region to another, specify the source Region using the SourceRegion parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set Encrypted during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot.

To copy an AMI from a Region to an Outpost, specify the source Region using the SourceRegion parameter, and specify the ARN of the destination Outpost using DestinationOutpostArn. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide.

For more information about the prerequisites and limits when copying an AMI, see Copy an AMI in the Amazon EC2 User Guide.

', 'CopySnapshot' => '

Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can\'t copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs).

When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default Key Management Service (KMS) KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot.

Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using KmsKeyId. Outposts do not support unencrypted snapshots. For more information, Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose.

For more information, see Copy an Amazon EBS snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'CreateCapacityReservation' => '

Creates a new Capacity Reservation with the specified attributes.

Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see Capacity Reservations in the Amazon EC2 User Guide.

Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes.

Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see Amazon EC2 Service Quotas in the Amazon EC2 User Guide.

', 'CreateCapacityReservationFleet' => '

Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.

', 'CreateCarrierGateway' => '

Creates a carrier gateway. For more information about carrier gateways, see Carrier gateways in the Amazon Web Services Wavelength Developer Guide.

', 'CreateClientVpnEndpoint' => '

Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated.

', 'CreateClientVpnRoute' => '

Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks.

', 'CreateCoipCidr' => '

Creates a range of customer-owned IP addresses.

', 'CreateCoipPool' => '

Creates a pool of customer-owned IP (CoIP) addresses.

', 'CreateCustomerGateway' => '

Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT).

For devices that use Border Gateway Protocol (BGP), you can also provide the device\'s BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don\'t have an ASN already, you can use a private ASN. For more information, see Customer gateway options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn\'t create a new customer gateway.

', 'CreateDefaultSubnet' => '

Creates a default subnet with a size /20 IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see Create a default subnet in the Amazon VPC User Guide.

', 'CreateDefaultVpc' => '

Creates a default VPC with a size /16 IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see Default VPCs in the Amazon VPC User Guide. You cannot specify the components of the default VPC yourself.

If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region.

', 'CreateDhcpOptions' => '

Creates a set of DHCP options for your VPC. After creating the set, you must associate it with the VPC, causing all existing and new instances that you launch in the VPC to use this set of DHCP options. The following are the individual DHCP options you can specify. For more information about the options, see RFC 2132.

Your VPC automatically starts out with a set of DHCP options that includes only a DNS server that we provide (AmazonProvidedDNS). If you create a set of options, and if your VPC has an internet gateway, make sure to set the domain-name-servers option either to AmazonProvidedDNS or to a domain name server of your choice. For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'CreateEgressOnlyInternetGateway' => '

[IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

', 'CreateFleet' => '

Creates an EC2 Fleet that contains the configuration information for On-Demand Instances and Spot Instances. Instances are launched immediately if there is available capacity.

A single EC2 Fleet can include multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

For more information, see EC2 Fleet in the Amazon EC2 User Guide.

', 'CreateFlowLogs' => '

Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.

Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see Flow log records in the Amazon Virtual Private Cloud User Guide.

When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket.

For more information, see VPC Flow Logs in the Amazon Virtual Private Cloud User Guide.

', 'CreateFpgaImage' => '

Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP).

The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs.

An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the Amazon Web Services FPGA Hardware Development Kit.

', 'CreateImage' => '

Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.

If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes.

For more information, see Create an Amazon EBS-backed Linux AMI in the Amazon Elastic Compute Cloud User Guide.

', 'CreateInstanceConnectEndpoint' => '

Creates an EC2 Instance Connect Endpoint.

An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint in the Amazon EC2 User Guide.

', 'CreateInstanceEventWindow' => '

Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.

You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC.

You can create up to 200 event windows per Amazon Web Services Region.

When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the AssociateInstanceEventWindow API.

Event windows are applicable only for scheduled events that stop, reboot, or terminate instances.

Event windows are not applicable for:

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'CreateInstanceExportTask' => '

Exports a running or stopped instance to an Amazon S3 bucket.

For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see Exporting an instance as a VM Using VM Import/Export in the VM Import/Export User Guide.

', 'CreateInternetGateway' => '

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

For more information, see Internet gateways in the Amazon VPC User Guide.

', 'CreateIpam' => '

Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization.

For more information, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'CreateIpamPool' => '

Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.

For more information, see Create a top-level pool in the Amazon VPC IPAM User Guide.

', 'CreateIpamResourceDiscovery' => '

Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'CreateIpamScope' => '

Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see Add a scope in the Amazon VPC IPAM User Guide.

', 'CreateKeyPair' => '

Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a key with the specified name already exists, Amazon EC2 returns an error.

The key pair returned to you is available only in the Amazon Web Services Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using ImportKeyPair.

You can have up to 5,000 key pairs per Amazon Web Services Region.

For more information, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLaunchTemplate' => '

Creates a launch template.

A launch template contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify a launch template instead of providing the launch parameters in the request. For more information, see Launch an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.

If you want to clone an existing launch template as the basis for creating a new launch template, you can use the Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more information, see Create a launch template from an existing launch template in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLaunchTemplateVersion' => '

Creates a new version of a launch template. You can specify an existing version of launch template from which to base the new version.

Launch template versions are numbered in the order in which they are created. You cannot specify, change, or replace the numbering of launch template versions.

Launch templates are immutable; after you create a launch template, you can\'t modify it. Instead, you can create a new version of the launch template that includes any changes you require.

For more information, see Modify a launch template (manage launch template versions) in the Amazon Elastic Compute Cloud User Guide.

', 'CreateLocalGatewayRoute' => '

Creates a static route for the specified local gateway route table. You must specify one of the following targets:

', 'CreateLocalGatewayRouteTable' => '

Creates a local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Creates a local gateway route table virtual interface group association.

', 'CreateLocalGatewayRouteTableVpcAssociation' => '

Associates the specified VPC with the specified local gateway route table.

', 'CreateManagedPrefixList' => '

Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description.

', 'CreateNatGateway' => '

Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway.

With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet.

With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks.

For more information, see NAT gateways in the Amazon VPC User Guide.

', 'CreateNetworkAcl' => '

Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC.

For more information, see Network ACLs in the Amazon VPC User Guide.

', 'CreateNetworkAclEntry' => '

Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules.

We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules.

After you add an entry, you can\'t modify it; you must either replace it, or create an entry and delete the old one.

For more information about network ACLs, see Network ACLs in the Amazon VPC User Guide.

', 'CreateNetworkInsightsAccessScope' => '

Creates a Network Access Scope.

Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the Amazon Web Services Network Access Analyzer Guide.

', 'CreateNetworkInsightsPath' => '

Creates a path to analyze for reachability.

Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the Reachability Analyzer Guide.

', 'CreateNetworkInterface' => '

Creates a network interface in the specified subnet.

The number of IP addresses you can assign to a network interface varies by instance type. For more information, see IP Addresses Per ENI Per Instance Type in the Amazon Virtual Private Cloud User Guide.

For more information about network interfaces, see Elastic network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'CreateNetworkInterfacePermission' => '

Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account.

You can grant permission to a single Amazon Web Services account only, and only one account at a time.

', 'CreatePlacementGroup' => '

Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group.

A cluster placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A spread placement group places instances on distinct hardware. A partition placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition.

For more information, see Placement groups in the Amazon EC2 User Guide.

', 'CreatePublicIpv4Pool' => '

Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use DescribePublicIpv4Pools.

', 'CreateReplaceRootVolumeTask' => '

Replaces the EBS-backed root volume for a running instance with a new volume that is restored to the original root volume\'s launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance.

For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.

', 'CreateReservedInstancesListing' => '

Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the DescribeReservedInstances operation.

Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold.

The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the DescribeReservedInstancesListings operation.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'CreateRestoreImageTask' => '

Starts a task that restores an AMI from an Amazon S3 object that was previously created by using CreateStoreImageTask.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'CreateRoute' => '

Creates a route in a route table within a VPC.

You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list.

When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address 192.0.2.3, and the route table includes the following two IPv4 routes:

Both routes apply to the traffic destined for 192.0.2.3. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

For more information about route tables, see Route tables in the Amazon VPC User Guide.

', 'CreateRouteTable' => '

Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet.

For more information, see Route tables in the Amazon VPC User Guide.

', 'CreateSecurityGroup' => '

Creates a security group.

A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see Amazon EC2 security groups in the Amazon Elastic Compute Cloud User Guide and Security groups for your VPC in the Amazon Virtual Private Cloud User Guide.

When you create a security group, you specify a friendly name of your choice. You can\'t have two security groups for the same VPC with the same name.

You have a default security group for use in your VPC. If you don\'t specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other.

You can add or remove rules from your security groups using AuthorizeSecurityGroupIngress, AuthorizeSecurityGroupEgress, RevokeSecurityGroupIngress, and RevokeSecurityGroupEgress.

For more information about VPC security group limits, see Amazon VPC Limits.

', 'CreateSnapshot' => '

Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.

You can create snapshots of volumes in a Region and volumes on an Outpost. If you create a snapshot of a volume in a Region, the snapshot must be stored in the same Region as the volume. If you create a snapshot of a volume on an Outpost, the snapshot can be stored on the same Outpost as the volume, or in the Region for that Outpost.

When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the source volume are propagated to the snapshot.

You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your Amazon EBS volume at the time the snapshot command is issued; this might exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is pending.

When you create a snapshot for an EBS volume that serves as a root device, we recommend that you stop the instance before taking the snapshot.

Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected.

You can tag your snapshots during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Amazon Elastic Block Store and Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSnapshots' => '

Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance.

You can include all of the volumes currently attached to the instance, or you can exclude the root volume or specific data (non-root) volumes from the multi-volume snapshot set.

You can create multi-volume snapshots of instances in a Region and instances on an Outpost. If you create snapshots from an instance in a Region, the snapshots must be stored in the same Region as the instance. If you create snapshots from an instance on an Outpost, the snapshots can be stored on the same Outpost as the instance, or in the Region for that Outpost.

', 'CreateSpotDatafeedSubscription' => '

Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per Amazon Web Services account. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

', 'CreateStoreImageTask' => '

Stores an AMI as a single object in an Amazon S3 bucket.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'CreateSubnet' => '

Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block.

A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can\'t change its CIDR block.

The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet\'s CIDR block. They\'re not available for your use.

If you\'ve associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. The allowed block size for an IPv6 subnet is a /64 netmask.

If you add more than one subnet to a VPC, they\'re set up in a star topology with a logical router in the middle.

When you stop an instance in a subnet, it retains its private IPv4 address. It\'s therefore possible to have a subnet with no running instances (they\'re all stopped), but no remaining IP addresses available.

For more information, see Subnets in the Amazon VPC User Guide.

', 'CreateSubnetCidrReservation' => '

Creates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon Virtual Private Cloud User Guide and Assign prefixes to network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'CreateTags' => '

Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide. For more information about creating IAM policies that control users\' access to resources based on tags, see Supported resource-level permissions for Amazon EC2 API actions in the Amazon Elastic Compute Cloud User Guide.

', 'CreateTrafficMirrorFilter' => '

Creates a Traffic Mirror filter.

A Traffic Mirror filter is a set of rules that defines the traffic to mirror.

By default, no traffic is mirrored. To mirror traffic, use CreateTrafficMirrorFilterRule to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use ModifyTrafficMirrorFilterNetworkServices to mirror supported network services.

', 'CreateTrafficMirrorFilterRule' => '

Creates a Traffic Mirror filter rule.

A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.

You need the Traffic Mirror filter ID when you create the rule.

', 'CreateTrafficMirrorSession' => '

Creates a Traffic Mirror session.

A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.

The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway.

By default, no traffic is mirrored. Use CreateTrafficMirrorFilter to create filter rules that specify the traffic to mirror.

', 'CreateTrafficMirrorTarget' => '

Creates a target for your Traffic Mirror session.

A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.

A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.

To use the target in a Traffic Mirror session, use CreateTrafficMirrorSession.

', 'CreateTransitGateway' => '

Creates a transit gateway.

You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the available state, you can attach your VPCs and VPN connections to the transit gateway.

To attach your VPCs, use CreateTransitGatewayVpcAttachment.

To attach a VPN connection, use CreateCustomerGateway to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to CreateVpnConnection.

When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use CreateTransitGatewayRouteTable to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use EnableTransitGatewayRouteTablePropagation to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use AssociateTransitGatewayRouteTable to associate a resource attachment with a transit gateway route table.

', 'CreateTransitGatewayConnect' => '

Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.

A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.

', 'CreateTransitGatewayConnectPeer' => '

Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.

The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).

For more information, see Connect peers in the Transit Gateways Guide.

', 'CreateTransitGatewayMulticastDomain' => '

Creates a multicast domain using the specified transit gateway.

The transit gateway must be in the available state before you create a domain. Use DescribeTransitGateways to see the state of transit gateway.

', 'CreateTransitGatewayPeeringAttachment' => '

Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account.

After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request.

', 'CreateTransitGatewayPolicyTable' => '

Creates a transit gateway policy table.

', 'CreateTransitGatewayPrefixListReference' => '

Creates a reference (route) to a prefix list in a specified transit gateway route table.

', 'CreateTransitGatewayRoute' => '

Creates a static route for the specified transit gateway route table.

', 'CreateTransitGatewayRouteTable' => '

Creates a route table for the specified transit gateway.

', 'CreateTransitGatewayRouteTableAnnouncement' => '

Advertises a new transit gateway route table.

', 'CreateTransitGatewayVpcAttachment' => '

Attaches the specified VPC to the specified transit gateway.

If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table.

To send VPC traffic to an attached transit gateway, add a route to the VPC route table using CreateRoute.

', 'CreateVerifiedAccessEndpoint' => '

An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy.

', 'CreateVerifiedAccessGroup' => '

An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who\'s associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy.

', 'CreateVerifiedAccessInstance' => '

An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met.

', 'CreateVerifiedAccessTrustProvider' => '

A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request.

', 'CreateVolume' => '

Creates an EBS volume that can be attached to an instance in the same Availability Zone.

You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume.

You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

You can tag your volumes during creation. For more information, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

For more information, see Create an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'CreateVpc' => '

Creates a VPC with the specified CIDR blocks. For more information, see IP addressing for your VPCs and subnets in the Amazon VPC User Guide.

You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon\'s pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).

By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see DHCP option sets in the Amazon VPC User Guide.

You can specify the instance tenancy value for the VPC when you create it. You can\'t change this value for the VPC after you create it. For more information, see Dedicated Instances in the Amazon EC2 User Guide.

', 'CreateVpcEndpoint' => '

Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the Amazon Web Services PrivateLink User Guide.

', 'CreateVpcEndpointConnectionNotification' => '

Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

You can create a connection notification for interface endpoints only.

', 'CreateVpcEndpointServiceConfiguration' => '

Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect.

Before you create an endpoint service, you must create one of the following for your service:

If you set the private DNS name, you must prove that you own the private DNS domain name.

For more information, see the Amazon Web Services PrivateLink Guide.

', 'CreateVpcPeeringConnection' => '

Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks.

Limitations and rules apply to a VPC peering connection. For more information, see the limitations section in the VPC Peering Guide.

The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected.

If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of failed.

', 'CreateVpnConnection' => '

Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The supported connection type is ipsec.1.

The response includes information that you need to give to your network administrator to configure your customer gateway.

We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway device.

If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'CreateVpnConnectionRoute' => '

Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'CreateVpnGateway' => '

Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DeleteCarrierGateway' => '

Deletes a carrier gateway.

If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route. For information about how to delete a route, see DeleteRoute.

', 'DeleteClientVpnEndpoint' => '

Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint.

', 'DeleteClientVpnRoute' => '

Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.

', 'DeleteCoipCidr' => '

Deletes a range of customer-owned IP addresses.

', 'DeleteCoipPool' => '

Deletes a pool of customer-owned IP (CoIP) addresses.

', 'DeleteCustomerGateway' => '

Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.

', 'DeleteDhcpOptions' => '

Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC.

', 'DeleteEgressOnlyInternetGateway' => '

Deletes an egress-only internet gateway.

', 'DeleteFleets' => '

Deletes the specified EC2 Fleets.

After you delete an EC2 Fleet, it launches no new instances.

You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the deleted_terminating state. Otherwise, the EC2 Fleet enters the deleted_running state, and the instances continue to run until they are interrupted or you terminate them manually.

For instant fleets, EC2 Fleet must terminate the instances when the fleet is deleted. A deleted instant fleet with running instances is not supported.

Restrictions

For more information, see Delete an EC2 Fleet in the Amazon EC2 User Guide.

', 'DeleteFlowLogs' => '

Deletes one or more flow logs.

', 'DeleteFpgaImage' => '

Deletes the specified Amazon FPGA Image (AFI).

', 'DeleteInstanceConnectEndpoint' => '

Deletes the specified EC2 Instance Connect Endpoint.

', 'DeleteInstanceEventWindow' => '

Deletes the specified event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DeleteInternetGateway' => '

Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it.

', 'DeleteIpam' => '

Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs.

For more information, see Delete an IPAM in the Amazon VPC IPAM User Guide.

', 'DeleteIpamPool' => '

Delete an IPAM pool.

You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see ReleaseIpamPoolAllocation. To deprovision pool CIDRs, see DeprovisionIpamPoolCidr.

For more information, see Delete a pool in the Amazon VPC IPAM User Guide.

', 'DeleteIpamResourceDiscovery' => '

Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DeleteIpamScope' => '

Delete the scope for an IPAM. You cannot delete the default scopes.

For more information, see Delete a scope in the Amazon VPC IPAM User Guide.

', 'DeleteKeyPair' => '

Deletes the specified key pair, by removing the public key from Amazon EC2.

', 'DeleteLaunchTemplate' => '

Deletes a launch template. Deleting a launch template deletes all of its versions.

', 'DeleteLaunchTemplateVersions' => '

Deletes one or more versions of a launch template.

You can\'t delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate.

You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use DeleteLaunchTemplate, which deletes the launch template and all of its versions.

For more information, see Delete a launch template version in the EC2 User Guide.

', 'DeleteLocalGatewayRoute' => '

Deletes the specified route from the specified local gateway route table.

', 'DeleteLocalGatewayRouteTable' => '

Deletes a local gateway route table.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Deletes a local gateway route table virtual interface group association.

', 'DeleteLocalGatewayRouteTableVpcAssociation' => '

Deletes the specified association between a VPC and local gateway route table.

', 'DeleteManagedPrefixList' => '

Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources.

', 'DeleteNatGateway' => '

Deletes the specified NAT gateway. Deleting a public NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables.

', 'DeleteNetworkAcl' => '

Deletes the specified network ACL. You can\'t delete the ACL if it\'s associated with any subnets. You can\'t delete the default network ACL.

', 'DeleteNetworkAclEntry' => '

Deletes the specified ingress or egress entry (rule) from the specified network ACL.

', 'DeleteNetworkInsightsAccessScope' => '

Deletes the specified Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeAnalysis' => '

Deletes the specified Network Access Scope analysis.

', 'DeleteNetworkInsightsAnalysis' => '

Deletes the specified network insights analysis.

', 'DeleteNetworkInsightsPath' => '

Deletes the specified path.

', 'DeleteNetworkInterface' => '

Deletes the specified network interface. You must detach the network interface before you can delete it.

', 'DeleteNetworkInterfacePermission' => '

Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you\'re removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment.

', 'DeletePlacementGroup' => '

Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see Placement groups in the Amazon EC2 User Guide.

', 'DeletePublicIpv4Pool' => '

Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only.

', 'DeleteQueuedReservedInstances' => '

Deletes the queued purchases for the specified Reserved Instances.

', 'DeleteRoute' => '

Deletes the specified route from the specified route table.

', 'DeleteRouteTable' => '

Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can\'t delete the main route table.

', 'DeleteSecurityGroup' => '

Deletes a security group.

If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with DependencyViolation.

', 'DeleteSnapshot' => '

Deletes the specified snapshot.

When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume.

You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot.

For more information, see Delete an Amazon EBS snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteSpotDatafeedSubscription' => '

Deletes the data feed for Spot Instances.

', 'DeleteSubnet' => '

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

', 'DeleteSubnetCidrReservation' => '

Deletes a subnet CIDR reservation.

', 'DeleteTags' => '

Deletes the specified set of tags from the specified set of resources.

To list the current tags, use DescribeTags. For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteTrafficMirrorFilter' => '

Deletes the specified Traffic Mirror filter.

You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.

', 'DeleteTrafficMirrorFilterRule' => '

Deletes the specified Traffic Mirror rule.

', 'DeleteTrafficMirrorSession' => '

Deletes the specified Traffic Mirror session.

', 'DeleteTrafficMirrorTarget' => '

Deletes the specified Traffic Mirror target.

You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session.

', 'DeleteTransitGateway' => '

Deletes the specified transit gateway.

', 'DeleteTransitGatewayConnect' => '

Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment.

', 'DeleteTransitGatewayConnectPeer' => '

Deletes the specified Connect peer.

', 'DeleteTransitGatewayMulticastDomain' => '

Deletes the specified transit gateway multicast domain.

', 'DeleteTransitGatewayPeeringAttachment' => '

Deletes a transit gateway peering attachment.

', 'DeleteTransitGatewayPolicyTable' => '

Deletes the specified transit gateway policy table.

', 'DeleteTransitGatewayPrefixListReference' => '

Deletes a reference (route) to a prefix list in a specified transit gateway route table.

', 'DeleteTransitGatewayRoute' => '

Deletes the specified route from the specified transit gateway route table.

', 'DeleteTransitGatewayRouteTable' => '

Deletes the specified transit gateway route table. You must disassociate the route table from any transit gateway route tables before you can delete it.

', 'DeleteTransitGatewayRouteTableAnnouncement' => '

Advertises to the transit gateway that a transit gateway route table is deleted.

', 'DeleteTransitGatewayVpcAttachment' => '

Deletes the specified VPC attachment.

', 'DeleteVerifiedAccessEndpoint' => '

Delete an Amazon Web Services Verified Access endpoint.

', 'DeleteVerifiedAccessGroup' => '

Delete an Amazon Web Services Verified Access group.

', 'DeleteVerifiedAccessInstance' => '

Delete an Amazon Web Services Verified Access instance.

', 'DeleteVerifiedAccessTrustProvider' => '

Delete an Amazon Web Services Verified Access trust provider.

', 'DeleteVolume' => '

Deletes the specified EBS volume. The volume must be in the available state (not attached to an instance).

The volume can remain in the deleting state for several minutes.

For more information, see Delete an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'DeleteVpc' => '

Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on.

', 'DeleteVpcEndpointConnectionNotifications' => '

Deletes the specified VPC endpoint connection notifications.

', 'DeleteVpcEndpointServiceConfigurations' => '

Deletes the specified VPC endpoint service configurations. Before you can delete an endpoint service configuration, you must reject any Available or PendingAcceptance interface endpoint connections that are attached to the service.

', 'DeleteVpcEndpoints' => '

Deletes the specified VPC endpoints.

When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint.

When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted.

When you delete an interface endpoint, we delete its endpoint network interfaces.

', 'DeleteVpcPeeringConnection' => '

Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it\'s in the active state. The owner of the requester VPC can delete a VPC peering connection in the pending-acceptance state. You cannot delete a VPC peering connection that\'s in the failed state.

', 'DeleteVpnConnection' => '

Deletes the specified VPN connection.

If you\'re deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID.

For certificate-based authentication, delete all Certificate Manager (ACM) private certificates used for the Amazon Web Services-side tunnel endpoints for the VPN connection before deleting the VPN connection.

', 'DeleteVpnConnectionRoute' => '

Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.

', 'DeleteVpnGateway' => '

Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don\'t need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

', 'DeprovisionByoipCidr' => '

Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool.

Before you can release an address range, you must stop advertising it using WithdrawByoipCidr and you must not have any IP addresses allocated from its address range.

', 'DeprovisionIpamPoolCidr' => '

Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see Deprovision pool CIDRs in the Amazon VPC IPAM User Guide.

', 'DeprovisionPublicIpv4PoolCidr' => '

Deprovision a CIDR from a public IPv4 pool.

', 'DeregisterImage' => '

Deregisters the specified AMI. After you deregister an AMI, it can\'t be used to launch new instances.

If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see Recycle Bin in the Amazon EC2 User Guide.

When you deregister an AMI, it doesn\'t affect any instances that you\'ve already launched from the AMI. You\'ll continue to incur usage costs for those instances until you terminate them.

When you deregister an Amazon EBS-backed AMI, it doesn\'t affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn\'t affect the files that you uploaded to Amazon S3 when you created the AMI.

', 'DeregisterInstanceEventNotificationAttributes' => '

Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region.

', 'DeregisterTransitGatewayMulticastGroupMembers' => '

Deregisters the specified members (network interfaces) from the transit gateway multicast group.

', 'DeregisterTransitGatewayMulticastGroupSources' => '

Deregisters the specified sources (network interfaces) from the transit gateway multicast group.

', 'DescribeAccountAttributes' => '

Describes attributes of your Amazon Web Services account. The following are the supported account attributes:

', 'DescribeAddressTransfers' => '

Describes an Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted.

', 'DescribeAddresses' => '

Describes the specified Elastic IP addresses or all of your Elastic IP addresses.

', 'DescribeAddressesAttribute' => '

Describes the attributes of the specified Elastic IP addresses. For requirements, see Using reverse DNS for email applications.

', 'DescribeAggregateIdFormat' => '

Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs).

This request only returns information about resource types that support longer IDs.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

', 'DescribeAvailabilityZones' => '

Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone.

For more information about Availability Zones, Local Zones, and Wavelength Zones, see Regions and zones in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeAwsNetworkPerformanceMetricSubscriptions' => '

Describes the current Infrastructure Performance metric subscriptions.

', 'DescribeBundleTasks' => '

Describes the specified bundle tasks or all of your bundle tasks.

Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use RegisterImage with the Amazon S3 bucket name and image manifest name you provided to the bundle task.

', 'DescribeByoipCidrs' => '

Describes the IP address ranges that were specified in calls to ProvisionByoipCidr.

To describe the address pools that were created when you provisioned the address ranges, use DescribePublicIpv4Pools or DescribeIpv6Pools.

', 'DescribeCapacityReservationFleets' => '

Describes one or more Capacity Reservation Fleets.

', 'DescribeCapacityReservations' => '

Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the Amazon Web Services Region that you\'re currently using.

', 'DescribeCarrierGateways' => '

Describes one or more of your carrier gateways.

', 'DescribeClassicLinkInstances' => '

This action is deprecated.

Describes one or more of your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances.

', 'DescribeClientVpnAuthorizationRules' => '

Describes the authorization rules for a specified Client VPN endpoint.

', 'DescribeClientVpnConnections' => '

Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.

', 'DescribeClientVpnEndpoints' => '

Describes one or more Client VPN endpoints in the account.

', 'DescribeClientVpnRoutes' => '

Describes the routes for the specified Client VPN endpoint.

', 'DescribeClientVpnTargetNetworks' => '

Describes the target networks associated with the specified Client VPN endpoint.

', 'DescribeCoipPools' => '

Describes the specified customer-owned address pools or all of your customer-owned address pools.

', 'DescribeConversionTasks' => '

Describes the specified conversion tasks or all your conversion tasks. For more information, see the VM Import/Export User Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'DescribeCustomerGateways' => '

Describes one or more of your VPN customer gateways.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DescribeDhcpOptions' => '

Describes one or more of your DHCP options sets.

For more information, see DHCP options sets in the Amazon VPC User Guide.

', 'DescribeEgressOnlyInternetGateways' => '

Describes one or more of your egress-only internet gateways.

', 'DescribeElasticGpus' => '

Describes the Elastic Graphics accelerator associated with your instances. For more information about Elastic Graphics, see Amazon Elastic Graphics.

', 'DescribeExportImageTasks' => '

Describes the specified export image tasks or all of your export image tasks.

', 'DescribeExportTasks' => '

Describes the specified export instance tasks or all of your export instance tasks.

', 'DescribeFastLaunchImages' => '

Describe details for Windows AMIs that are configured for faster launching.

', 'DescribeFastSnapshotRestores' => '

Describes the state of fast snapshot restores for your snapshots.

', 'DescribeFleetHistory' => '

Describes the events for the specified EC2 Fleet during the specified time.

EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours.

For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

', 'DescribeFleetInstances' => '

Describes the running instances for the specified EC2 Fleet.

For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.

', 'DescribeFleets' => '

Describes the specified EC2 Fleets or all of your EC2 Fleets.

For more information, see Monitor your EC2 Fleet in the Amazon EC2 User Guide.

', 'DescribeFlowLogs' => '

Describes one or more flow logs.

To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream.

', 'DescribeFpgaImageAttribute' => '

Describes the specified attribute of the specified Amazon FPGA Image (AFI).

', 'DescribeFpgaImages' => '

Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.

', 'DescribeHostReservationOfferings' => '

Describes the Dedicated Host reservations that are available to purchase.

The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see Dedicated Hosts in the Amazon EC2 User Guide.

', 'DescribeHostReservations' => '

Describes reservations that are associated with Dedicated Hosts in your account.

', 'DescribeHosts' => '

Describes the specified Dedicated Hosts or all your Dedicated Hosts.

The results describe only the Dedicated Hosts in the Region you\'re currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state released.

', 'DescribeIamInstanceProfileAssociations' => '

Describes your IAM instance profile associations.

', 'DescribeIdFormat' => '

Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the ModifyIdFormat command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'DescribeIdentityIdFormat' => '

Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

These settings apply to the principal specified in the request. They do not apply to the principal that makes the request.

', 'DescribeImageAttribute' => '

Describes the specified attribute of the specified AMI. You can specify only one attribute at a time.

', 'DescribeImages' => '

Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.

The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions.

Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found.

', 'DescribeImportImageTasks' => '

Displays details about an import virtual machine or import snapshot tasks that are already created.

', 'DescribeImportSnapshotTasks' => '

Describes your import snapshot tasks.

', 'DescribeInstanceAttribute' => '

Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: instanceType | kernel | ramdisk | userData | disableApiTermination | instanceInitiatedShutdownBehavior | rootDeviceName | blockDeviceMapping | productCodes | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport

', 'DescribeInstanceConnectEndpoints' => '

Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.

', 'DescribeInstanceCreditSpecifications' => '

Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are standard and unlimited.

If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the unlimited credit option, as well as instances that were previously configured as T2, T3, and T3a with the unlimited credit option. For example, if you resize a T2 instance, while it is configured as unlimited, to an M4 instance, Amazon EC2 returns the M4 instance.

If you specify one or more instance IDs, Amazon EC2 returns the credit option (standard or unlimited) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'DescribeInstanceEventNotificationAttributes' => '

Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region.

', 'DescribeInstanceEventWindows' => '

Describes the specified event windows or all event windows.

If you specify event window IDs, the output includes information for only the specified event windows. If you specify filters, the output includes information for only those event windows that meet the filter criteria. If you do not specify event windows IDs or filters, the output includes information for all event windows, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DescribeInstanceStatus' => '

Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances.

Instance status includes the following components:

', 'DescribeInstanceTypeOfferings' => '

Returns a list of all instance types offered. The results can be filtered by location (Region or Availability Zone). If no location is specified, the instance types offered in the current Region are returned.

', 'DescribeInstanceTypes' => '

Describes the details of the instance types that are offered in a location. The results can be filtered by the attributes of the instance types.

', 'DescribeInstances' => '

Describes the specified instances or all instances.

If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully.

If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output.

Recently terminated instances might appear in the returned results. This interval is usually less than one hour.

If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally.

', 'DescribeInternetGateways' => '

Describes one or more of your internet gateways.

', 'DescribeIpamPools' => '

Get information about your IPAM pools.

', 'DescribeIpamResourceDiscoveries' => '

Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DescribeIpamResourceDiscoveryAssociations' => '

Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..

', 'DescribeIpamScopes' => '

Get information about your IPAM scopes.

', 'DescribeIpams' => '

Get information about your IPAM pools.

For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'DescribeIpv6Pools' => '

Describes your IPv6 address pools.

', 'DescribeKeyPairs' => '

Describes the specified key pairs or all of your key pairs.

For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeLaunchTemplateVersions' => '

Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.

', 'DescribeLaunchTemplates' => '

Describes one or more launch templates.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations' => '

Describes the associations between virtual interface groups and local gateway route tables.

', 'DescribeLocalGatewayRouteTableVpcAssociations' => '

Describes the specified associations between VPCs and local gateway route tables.

', 'DescribeLocalGatewayRouteTables' => '

Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.

', 'DescribeLocalGatewayVirtualInterfaceGroups' => '

Describes the specified local gateway virtual interface groups.

', 'DescribeLocalGatewayVirtualInterfaces' => '

Describes the specified local gateway virtual interfaces.

', 'DescribeLocalGateways' => '

Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.

', 'DescribeManagedPrefixLists' => '

Describes your managed prefix lists and any Amazon Web Services-managed prefix lists.

To view the entries for your prefix list, use GetManagedPrefixListEntries.

', 'DescribeMovingAddresses' => '

This action is deprecated.

Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

', 'DescribeNatGateways' => '

Describes one or more of your NAT gateways.

', 'DescribeNetworkAcls' => '

Describes one or more of your network ACLs.

For more information, see Network ACLs in the Amazon VPC User Guide.

', 'DescribeNetworkInsightsAccessScopeAnalyses' => '

Describes the specified Network Access Scope analyses.

', 'DescribeNetworkInsightsAccessScopes' => '

Describes the specified Network Access Scopes.

', 'DescribeNetworkInsightsAnalyses' => '

Describes one or more of your network insights analyses.

', 'DescribeNetworkInsightsPaths' => '

Describes one or more of your paths.

', 'DescribeNetworkInterfaceAttribute' => '

Describes a network interface attribute. You can specify only one attribute at a time.

', 'DescribeNetworkInterfacePermissions' => '

Describes the permissions for your network interfaces.

', 'DescribeNetworkInterfaces' => '

Describes one or more of your network interfaces.

', 'DescribePlacementGroups' => '

Describes the specified placement groups or all of your placement groups. For more information, see Placement groups in the Amazon EC2 User Guide.

', 'DescribePrefixLists' => '

Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service.

We recommend that you use DescribeManagedPrefixLists instead.

', 'DescribePrincipalIdFormat' => '

Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.

By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings.

The following resource types support longer IDs: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

', 'DescribePublicIpv4Pools' => '

Describes the specified IPv4 address pools.

', 'DescribeRegions' => '

Describes the Regions that are enabled for your account, or all Regions.

For a list of the Regions supported by Amazon EC2, see Amazon Elastic Compute Cloud endpoints and quotas.

For information about enabling and disabling Regions for your account, see Managing Amazon Web Services Regions in the Amazon Web Services General Reference.

', 'DescribeReplaceRootVolumeTasks' => '

Describes a root volume replacement task. For more information, see Replace a root volume in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeReservedInstances' => '

Describes one or more of the Reserved Instances that you purchased.

For more information about Reserved Instances, see Reserved Instances in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesListings' => '

Describes your account\'s Reserved Instance listings in the Reserved Instance Marketplace.

The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances.

As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase.

As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you\'re searching for with what\'s available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesModifications' => '

Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned.

For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

', 'DescribeReservedInstancesOfferings' => '

Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used.

If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances.

For more information, see Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'DescribeRouteTables' => '

Describes one or more of your route tables.

Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations.

For more information, see Route tables in the Amazon VPC User Guide.

', 'DescribeScheduledInstanceAvailability' => '

Finds available schedules that meet the specified criteria.

You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

After you find a schedule that meets your needs, call PurchaseScheduledInstances to purchase Scheduled Instances with that schedule.

', 'DescribeScheduledInstances' => '

Describes the specified Scheduled Instances or all your Scheduled Instances.

', 'DescribeSecurityGroupReferences' => '

Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you\'ve specified in this request.

', 'DescribeSecurityGroupRules' => '

Describes one or more of your security group rules.

', 'DescribeSecurityGroups' => '

Describes the specified security groups or all of your security groups.

', 'DescribeSnapshotAttribute' => '

Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time.

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeSnapshotTierStatus' => '

Describes the storage tier status of one or more Amazon EBS snapshots.

', 'DescribeSnapshots' => '

Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.

The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions.

The create volume permissions fall into the following categories:

The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions.

If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results.

If you specify one or more snapshot owners using the OwnerIds option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, amazon for snapshots owned by Amazon, or self for snapshots that you own.

If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), self for snapshots for which you own or have explicit permissions, or all for public snapshots.

If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

To get the state of fast snapshot restores for a snapshot, use DescribeFastSnapshotRestores.

For more information about EBS snapshots, see Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeSpotDatafeedSubscription' => '

Describes the data feed for Spot Instances. For more information, see Spot Instance data feed in the Amazon EC2 User Guide for Linux Instances.

', 'DescribeSpotFleetInstances' => '

Describes the running instances for the specified Spot Fleet.

', 'DescribeSpotFleetRequestHistory' => '

Describes the events for the specified Spot Fleet request during the specified time.

Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours.

For more information, see Monitor fleet events using Amazon EventBridge in the Amazon EC2 User Guide.

', 'DescribeSpotFleetRequests' => '

Describes your Spot Fleet requests.

Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

', 'DescribeSpotInstanceRequests' => '

Describes the specified Spot Instance requests.

You can use DescribeSpotInstanceRequests to find a running Spot Instance by examining the response. If the status of the Spot Instance is fulfilled, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use DescribeInstances with a filter to look for instances where the instance lifecycle is spot.

We recommend that you set MaxResults to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your MaxResults value, then that number of items is returned along with a NextToken value that can be passed to a subsequent DescribeSpotInstanceRequests request to retrieve the remaining items.

Spot Instance requests are deleted four hours after they are canceled and their instances are terminated.

', 'DescribeSpotPriceHistory' => '

Describes the Spot price history. For more information, see Spot Instance pricing history in the Amazon EC2 User Guide for Linux Instances.

When you specify a start and end time, the operation returns the prices of the instance types within that time range. It also returns the last price change before the start time, which is the effective price as of the start time.

', 'DescribeStaleSecurityGroups' => '

Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or in a peer VPC, or if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.

', 'DescribeStoreImageTasks' => '

Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don\'t specify the AMIs, you get a paginated list of store tasks from the last 31 days.

For each AMI task, the response indicates if the task is InProgress, Completed, or Failed. For tasks InProgress, the response shows the estimated progress as a percentage.

Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed.

To use this API, you must have the required permissions. For more information, see Permissions for storing and restoring AMIs using Amazon S3 in the Amazon EC2 User Guide.

For more information, see Store and restore an AMI using Amazon S3 in the Amazon EC2 User Guide.

', 'DescribeSubnets' => '

Describes one or more of your subnets.

For more information, see Subnets in the Amazon VPC User Guide.

', 'DescribeTags' => '

Describes the specified tags for your EC2 resources.

For more information about tags, see Tag your Amazon EC2 resources in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeTrafficMirrorFilters' => '

Describes one or more Traffic Mirror filters.

', 'DescribeTrafficMirrorSessions' => '

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

', 'DescribeTrafficMirrorTargets' => '

Information about one or more Traffic Mirror targets.

', 'DescribeTransitGatewayAttachments' => '

Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.

', 'DescribeTransitGatewayConnectPeers' => '

Describes one or more Connect peers.

', 'DescribeTransitGatewayConnects' => '

Describes one or more Connect attachments.

', 'DescribeTransitGatewayMulticastDomains' => '

Describes one or more transit gateway multicast domains.

', 'DescribeTransitGatewayPeeringAttachments' => '

Describes your transit gateway peering attachments.

', 'DescribeTransitGatewayPolicyTables' => '

Describes one or more transit gateway route policy tables.

', 'DescribeTransitGatewayRouteTableAnnouncements' => '

Describes one or more transit gateway route table advertisements.

', 'DescribeTransitGatewayRouteTables' => '

Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.

', 'DescribeTransitGatewayVpcAttachments' => '

Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.

', 'DescribeTransitGateways' => '

Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.

', 'DescribeTrunkInterfaceAssociations' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Describes one or more network interface trunk associations.

', 'DescribeVerifiedAccessEndpoints' => '

Describes the specified Amazon Web Services Verified Access endpoints.

', 'DescribeVerifiedAccessGroups' => '

Describes the specified Verified Access groups.

', 'DescribeVerifiedAccessInstanceLoggingConfigurations' => '

Describes the specified Amazon Web Services Verified Access instances.

', 'DescribeVerifiedAccessInstances' => '

Describes the specified Amazon Web Services Verified Access instances.

', 'DescribeVerifiedAccessTrustProviders' => '

Describes the specified Amazon Web Services Verified Access trust providers.

', 'DescribeVolumeAttribute' => '

Describes the specified attribute of the specified volume. You can specify only one attribute at a time.

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVolumeStatus' => '

Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume\'s underlying host. If the volume\'s underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event.

The DescribeVolumeStatus operation provides the following information about the specified volumes:

Status: Reflects the current status of the volume. The possible values are ok, impaired , warning, or insufficient-data. If all checks pass, the overall status of the volume is ok. If the check fails, the overall status is impaired. If the status is insufficient-data, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see Monitor the status of your volumes in the Amazon Elastic Compute Cloud User Guide.

Events: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an impaired status, then the volume event might be potential-data-inconsistency. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data.

Actions: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is impaired and the volume event shows potential-data-inconsistency, then the action shows enable-volume-io. This means that you may want to enable the I/O operations for the volume by calling the EnableVolumeIO action and then check the volume for data consistency.

Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the error state (for example, when a volume is incapable of accepting I/O.)

', 'DescribeVolumes' => '

Describes the specified EBS volumes or all of your EBS volumes.

If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see Pagination.

For more information about EBS volumes, see Amazon EBS volumes in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVolumesModifications' => '

Describes the most recent volume modification request for the specified EBS volumes.

If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request.

You can also use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. For more information, see Monitor the progress of volume modifications in the Amazon Elastic Compute Cloud User Guide.

', 'DescribeVpcAttribute' => '

Describes the specified attribute of the specified VPC. You can specify only one attribute at a time.

', 'DescribeVpcClassicLink' => '

This action is deprecated.

Describes the ClassicLink status of the specified VPCs.

', 'DescribeVpcClassicLinkDnsSupport' => '

This action is deprecated.

Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

', 'DescribeVpcEndpointConnectionNotifications' => '

Describes the connection notifications for VPC endpoints and VPC endpoint services.

', 'DescribeVpcEndpointConnections' => '

Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.

', 'DescribeVpcEndpointServiceConfigurations' => '

Describes the VPC endpoint service configurations in your account (your services).

', 'DescribeVpcEndpointServicePermissions' => '

Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.

', 'DescribeVpcEndpointServices' => '

Describes available services to which you can create a VPC endpoint.

When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses us-east-1a and us-east-1c and the consumer uses us-east-1a and us-east-1b, the response includes the VPC endpoint services in the common Availability Zone, us-east-1a.

', 'DescribeVpcEndpoints' => '

Describes your VPC endpoints.

', 'DescribeVpcPeeringConnections' => '

Describes one or more of your VPC peering connections.

', 'DescribeVpcs' => '

Describes one or more of your VPCs.

', 'DescribeVpnConnections' => '

Describes one or more of your VPN connections.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DescribeVpnGateways' => '

Describes one or more of your virtual private gateways.

For more information, see Amazon Web Services Site-to-Site VPN in the Amazon Web Services Site-to-Site VPN User Guide.

', 'DetachClassicLinkVpc' => '

This action is deprecated.

Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it\'s stopped.

', 'DetachInternetGateway' => '

Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses.

', 'DetachNetworkInterface' => '

Detaches a network interface from an instance.

', 'DetachVerifiedAccessTrustProvider' => '

Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance.

', 'DetachVolume' => '

Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the busy state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can\'t be detached while the instance is running. To detach the root volume, stop the instance first.

When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance.

For more information, see Detach an Amazon EBS volume in the Amazon Elastic Compute Cloud User Guide.

', 'DetachVpnGateway' => '

Detaches a virtual private gateway from a VPC. You do this if you\'re planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

You must wait for the attachment\'s state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

', 'DisableAddressTransfer' => '

Disables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'DisableAwsNetworkPerformanceMetricSubscription' => '

Disables Infrastructure Performance metric subscriptions.

', 'DisableEbsEncryptionByDefault' => '

Disables EBS encryption by default for your account in the current Region.

After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume.

Disabling encryption by default does not change the encryption status of your existing volumes.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'DisableFastLaunch' => '

Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.

To change these settings, you must own the AMI.

', 'DisableFastSnapshotRestores' => '

Disables fast snapshot restores for the specified snapshots in the specified Availability Zones.

', 'DisableImageDeprecation' => '

Cancels the deprecation of the specified AMI.

For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

', 'DisableIpamOrganizationAdminAccount' => '

Disable the IPAM account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

', 'DisableSerialConsoleAccess' => '

Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'DisableTransitGatewayRouteTablePropagation' => '

Disables the specified resource attachment from propagating routes to the specified propagation route table.

', 'DisableVgwRoutePropagation' => '

Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.

', 'DisableVpcClassicLink' => '

This action is deprecated.

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

', 'DisableVpcClassicLinkDnsSupport' => '

This action is deprecated.

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it\'s linked.

You must specify a VPC ID in the request.

', 'DisassociateAddress' => '

Disassociates an Elastic IP address from the instance or network interface it\'s associated with.

This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn\'t return an error.

', 'DisassociateClientVpnTargetNetwork' => '

Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens:

', 'DisassociateEnclaveCertificateIamRole' => '

Disassociates an IAM role from an Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role\'s permission to use the KMS key used to encrypt the private key. This effectively revokes the role\'s permission to use the certificate.

', 'DisassociateIamInstanceProfile' => '

Disassociates an IAM instance profile from a running or stopped instance.

Use DescribeIamInstanceProfileAssociations to get the association ID.

', 'DisassociateInstanceEventWindow' => '

Disassociates one or more targets from an event window.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'DisassociateIpamResourceDiscovery' => '

Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'DisassociateNatGatewayAddress' => '

Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway.

An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released.

', 'DisassociateRouteTable' => '

Disassociates a subnet or gateway from a route table.

After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC\'s main route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

', 'DisassociateSubnetCidrBlock' => '

Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

', 'DisassociateTransitGatewayMulticastDomain' => '

Disassociates the specified subnets from the transit gateway multicast domain.

', 'DisassociateTransitGatewayPolicyTable' => '

Removes the association between an an attachment and a policy table.

', 'DisassociateTransitGatewayRouteTable' => '

Disassociates a resource attachment from a transit gateway route table.

', 'DisassociateTrunkInterface' => '

This API action is currently in limited preview only. If you are interested in using this feature, contact your account manager.

Removes an association between a branch network interface with a trunk network interface.

', 'DisassociateVpcCidrBlock' => '

Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using DescribeVpcs. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it.

You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block).

', 'EnableAddressTransfer' => '

Enables Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'EnableAwsNetworkPerformanceMetricSubscription' => '

Enables Infrastructure Performance subscriptions.

', 'EnableEbsEncryptionByDefault' => '

Enables EBS encryption by default for your account in the current Region.

After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

You can specify the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

Enabling encryption by default has no effect on the encryption status of your existing volumes.

After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see Supported instance types.

', 'EnableFastLaunch' => '

When you enable faster launching for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency.

To change these settings, you must own the AMI.

', 'EnableFastSnapshotRestores' => '

Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.

You get the full benefit of fast snapshot restores after they enter the enabled state. To get the current state of fast snapshot restores, use DescribeFastSnapshotRestores. To disable fast snapshot restores, use DisableFastSnapshotRestores.

For more information, see Amazon EBS fast snapshot restore in the Amazon Elastic Compute Cloud User Guide.

', 'EnableImageDeprecation' => '

Enables deprecation of the specified AMI at the specified date and time.

For more information, see Deprecate an AMI in the Amazon EC2 User Guide.

', 'EnableIpamOrganizationAdminAccount' => '

Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see Enable integration with Organizations in the Amazon VPC IPAM User Guide.

', 'EnableReachabilityAnalyzerOrganizationSharing' => '

Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization.

After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts.

', 'EnableSerialConsoleAccess' => '

Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'EnableTransitGatewayRouteTablePropagation' => '

Enables the specified attachment to propagate routes to the specified propagation route table.

', 'EnableVgwRoutePropagation' => '

Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.

', 'EnableVolumeIO' => '

Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent.

', 'EnableVpcClassicLink' => '

This action is deprecated.

Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the 10.0.0.0/8 IP address range, excluding local routes for VPCs in the 10.0.0.0/16 and 10.1.0.0/16 IP address ranges.

', 'EnableVpcClassicLinkDnsSupport' => '

This action is deprecated.

Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it\'s linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance.

You must specify a VPC ID in the request.

', 'ExportClientVpnClientCertificateRevocationList' => '

Downloads the client certificate revocation list for the specified Client VPN endpoint.

', 'ExportClientVpnClientConfiguration' => '

Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint.

', 'ExportImage' => '

Exports an Amazon Machine Image (AMI) to a VM file. For more information, see Exporting a VM directly from an Amazon Machine Image (AMI) in the VM Import/Export User Guide.

', 'ExportTransitGatewayRoutes' => '

Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range.

The routes are saved to the specified bucket in a JSON file. For more information, see Export Route Tables to Amazon S3 in Transit Gateways.

', 'GetAssociatedEnclaveCertificateIamRoles' => '

Returns the IAM roles that are associated with the specified ACM (ACM) certificate. It also returns the name of the Amazon S3 bucket and the Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored, and the ARN of the KMS key that\'s used to encrypt the private key.

', 'GetAssociatedIpv6PoolCidrs' => '

Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.

', 'GetAwsNetworkPerformanceData' => '

Gets network performance data.

', 'GetCapacityReservationUsage' => '

Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner\'s usage.

', 'GetCoipPoolUsage' => '

Describes the allocations from the specified customer-owned address pool.

', 'GetConsoleOutput' => '

Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors.

By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available.

You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor.

For more information, see Instance console output in the Amazon EC2 User Guide.

', 'GetConsoleScreenshot' => '

Retrieve a JPG-format screenshot of a running instance to help with troubleshooting.

The returned content is Base64-encoded.

', 'GetDefaultCreditSpecification' => '

Describes the default credit option for CPU usage of a burstable performance instance family.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'GetEbsDefaultKmsKeyId' => '

Describes the default KMS key for EBS encryption by default for your account in this Region. You can change the default KMS key for encryption by default using ModifyEbsDefaultKmsKeyId or ResetEbsDefaultKmsKeyId.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'GetEbsEncryptionByDefault' => '

Describes whether EBS encryption by default is enabled for your account in the current Region.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'GetFlowLogsIntegrationTemplate' => '

Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following:

GetFlowLogsIntegrationTemplate does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena.

', 'GetGroupsForCapacityReservation' => '

Lists the resource groups to which a Capacity Reservation has been added.

', 'GetHostReservationPurchasePreview' => '

Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation.

This is a preview of the PurchaseHostReservation action and does not result in the offering being purchased.

', 'GetInstanceTypesFromInstanceRequirements' => '

Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity.

When you specify multiple parameters, you get instance types that satisfy all of the specified parameters. If you specify multiple values for a parameter, you get instance types that satisfy any of the specified values.

For more information, see Preview instance types with specified attributes, Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide, and Creating an Auto Scaling group using attribute-based instance type selection in the Amazon EC2 Auto Scaling User Guide.

', 'GetInstanceUefiData' => '

A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded.

When you use register-image to create an AMI, you can create an exact copy of your variable store by passing the UEFI data in the UefiData parameter. You can modify the UEFI data by using the python-uefivars tool on GitHub. You can use the tool to convert the UEFI data into a human-readable format (JSON), which you can inspect and modify, and then convert back into the binary format to use with register-image.

For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', 'GetIpamAddressHistory' => '

Retrieve historical information about a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

', 'GetIpamDiscoveredAccounts' => '

Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.

', 'GetIpamDiscoveredResourceCidrs' => '

Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.

', 'GetIpamPoolAllocations' => '

Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations.

If you use this action after AllocateIpamPoolCidr or ReleaseIpamPoolAllocation, note that all EC2 API actions follow an eventual consistency model.

', 'GetIpamPoolCidrs' => '

Get the CIDRs provisioned to an IPAM pool.

', 'GetIpamResourceCidrs' => '

Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'GetLaunchTemplateData' => '

Retrieves the configuration data of the specified instance. You can use this data to create a launch template.

This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: DescribeSpotInstanceRequests, DescribeInstanceCreditSpecifications, DescribeVolumes, DescribeInstanceAttribute, and DescribeElasticGpus. Or, you can allow describe* depending on your instance requirements.

', 'GetManagedPrefixListAssociations' => '

Gets information about the resources that are associated with the specified managed prefix list.

', 'GetManagedPrefixListEntries' => '

Gets information about the entries for a specified managed prefix list.

', 'GetNetworkInsightsAccessScopeAnalysisFindings' => '

Gets the findings for the specified Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeContent' => '

Gets the content for the specified Network Access Scope.

', 'GetPasswordData' => '

Retrieves the encrypted administrator password for a running Windows instance.

The Windows password is generated at boot by the EC2Config service or EC2Launch scripts (Windows Server 2016 and later). This usually only happens the first time an instance is launched. For more information, see EC2Config and EC2Launch in the Amazon EC2 User Guide.

For the EC2Config service, the password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

When you launch an instance, password generation and encryption may take a few minutes. If you try to retrieve the password before it\'s available, the output returns an empty string. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

', 'GetReservedInstancesExchangeQuote' => '

Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use AcceptReservedInstancesExchangeQuote to perform the exchange.

', 'GetSerialConsoleAccessStatus' => '

Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see Manage account access to the EC2 serial console in the Amazon EC2 User Guide.

', 'GetSpotPlacementScores' => '

Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements.

You can specify your compute requirements either by using InstanceRequirementsWithMetadata and letting Amazon EC2 choose the optimal instance types to fulfill your Spot request, or you can specify the instance types by using InstanceTypes.

For more information, see Spot placement score in the Amazon EC2 User Guide.

', 'GetSubnetCidrReservations' => '

Gets information about the subnet CIDR reservations.

', 'GetTransitGatewayAttachmentPropagations' => '

Lists the route tables to which the specified resource attachment propagates routes.

', 'GetTransitGatewayMulticastDomainAssociations' => '

Gets information about the associations for the transit gateway multicast domain.

', 'GetTransitGatewayPolicyTableAssociations' => '

Gets a list of the transit gateway policy table associations.

', 'GetTransitGatewayPolicyTableEntries' => '

Returns a list of transit gateway policy table entries.

', 'GetTransitGatewayPrefixListReferences' => '

Gets information about the prefix list references in a specified transit gateway route table.

', 'GetTransitGatewayRouteTableAssociations' => '

Gets information about the associations for the specified transit gateway route table.

', 'GetTransitGatewayRouteTablePropagations' => '

Gets information about the route table propagations for the specified transit gateway route table.

', 'GetVerifiedAccessEndpointPolicy' => '

Get the Verified Access policy associated with the endpoint.

', 'GetVerifiedAccessGroupPolicy' => '

Shows the contents of the Verified Access policy associated with the group.

', 'GetVpnConnectionDeviceSampleConfiguration' => '

Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection.

', 'GetVpnConnectionDeviceTypes' => '

Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

', 'GetVpnTunnelReplacementStatus' => '

Get details of available tunnel endpoint maintenance.

', 'ImportClientVpnClientCertificateRevocationList' => '

Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.

Uploading a client certificate revocation list resets existing client connections.

', 'ImportImage' => '

To import your virtual machines (VMs) with a console-based experience, you can use the Import virtual machine images to Amazon Web Services template in the Migration Hub Orchestrator console. For more information, see the Migration Hub Orchestrator User Guide .

Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI).

Amazon Web Services VM Import/Export strongly recommends specifying a value for either the --license-type or --usage-operation parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized.

For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

', 'ImportInstance' => '

We recommend that you use the ImportImage API. For more information, see Importing a VM as an image using VM Import/Export in the VM Import/Export User Guide.

Creates an import instance task using metadata from the specified disk image.

This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing a VM to Amazon EC2 in the Amazon EC2 CLI Reference PDF file.

This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'ImportKeyPair' => '

Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool. Compare this with CreateKeyPair, in which Amazon Web Services creates the key pair and gives the keys to you (Amazon Web Services keeps a copy of the public key). With ImportKeyPair, you create the key pair and give Amazon Web Services just the public key. The private key is never transferred between you and Amazon Web Services.

For more information about key pairs, see Amazon EC2 key pairs in the Amazon Elastic Compute Cloud User Guide.

', 'ImportSnapshot' => '

Imports a disk into an EBS snapshot.

For more information, see Importing a disk as a snapshot using VM Import/Export in the VM Import/Export User Guide.

', 'ImportVolume' => '

Creates an import volume task using metadata from the specified disk image.

This API action supports only single-volume VMs. To import multi-volume VMs, use ImportImage instead. To import a disk to a snapshot, use ImportSnapshot instead.

This API action is not supported by the Command Line Interface (CLI). For information about using the Amazon EC2 CLI, which is deprecated, see Importing Disks to Amazon EBS in the Amazon EC2 CLI Reference PDF file.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'ListImagesInRecycleBin' => '

Lists one or more AMIs that are currently in the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

', 'ListSnapshotsInRecycleBin' => '

Lists one or more snapshots that are currently in the Recycle Bin.

', 'ModifyAddressAttribute' => '

Modifies an attribute of the specified Elastic IP address. For requirements, see Using reverse DNS for email applications.

', 'ModifyAvailabilityZoneGroup' => '

Changes the opt-in status of the Local Zone and Wavelength Zone group for your account.

Use DescribeAvailabilityZones to view the value for GroupName.

', 'ModifyCapacityReservation' => '

Modifies a Capacity Reservation\'s capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation\'s instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes.

', 'ModifyCapacityReservationFleet' => '

Modifies a Capacity Reservation Fleet.

When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet to meet the new total target capacity. When you modify the end date for the Fleet, the end dates for all of the individual Capacity Reservations in the Fleet are updated accordingly.

', 'ModifyClientVpnEndpoint' => '

Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections.

', 'ModifyDefaultCreditSpecification' => '

Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option.

ModifyDefaultCreditSpecification is an asynchronous operation, which works at an Amazon Web Services Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call GetDefaultCreditSpecification and check DefaultCreditSpecification for updates.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'ModifyEbsDefaultKmsKeyId' => '

Changes the default KMS key for EBS encryption by default for your account in this Region.

Amazon Web Services creates a unique Amazon Web Services managed KMS key in each Region for use with encryption by default. If you change the default KMS key to a symmetric customer managed KMS key, it is used instead of the Amazon Web Services managed KMS key. To reset the default KMS key to the Amazon Web Services managed KMS key for EBS, use ResetEbsDefaultKmsKeyId. Amazon EBS does not support asymmetric KMS keys.

If you delete or disable the customer managed KMS key that you specified for use with encryption by default, your instances will fail to launch.

For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyFleet' => '

Modifies the specified EC2 Fleet.

You can only modify an EC2 Fleet request of type maintain.

While the EC2 Fleet is being modified, it is in the modifying state.

To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is lowest-price, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacity-optimized, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowest-price, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacity-optimized, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0.

', 'ModifyFpgaImageAttribute' => '

Modifies the specified attribute of the specified Amazon FPGA Image (AFI).

', 'ModifyHosts' => '

Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of host but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled.

You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only.

', 'ModifyIdFormat' => '

Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you\'re using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'ModifyIdentityIdFormat' => '

Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created.

This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

For more information, see Resource IDs in the Amazon Elastic Compute Cloud User Guide.

This setting applies to the principal specified in the request; it does not apply to the principal that makes the request.

Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant Describe command for the resource type.

', 'ModifyImageAttribute' => '

Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.

To specify the attribute, you can use the Attribute parameter, or one of the following parameters: Description, ImdsSupport, or LaunchPermission.

Images with an Amazon Web Services Marketplace product code cannot be made public.

To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance.

', 'ModifyInstanceAttribute' => '

Modifies the specified attribute of the specified instance. You can specify only one attribute at a time.

Note: Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the ModifyNetworkInterfaceAttribute action.

To modify some attributes, the instance must be stopped. For more information, see Modify a stopped instance in the Amazon EC2 User Guide.

', 'ModifyInstanceCapacityReservationAttributes' => '

Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any open Capacity Reservation with matching attributes, or run On-Demand Instance capacity.

', 'ModifyInstanceCreditSpecification' => '

Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are standard and unlimited.

For more information, see Burstable performance instances in the Amazon EC2 User Guide.

', 'ModifyInstanceEventStartTime' => '

Modifies the start time for a scheduled Amazon EC2 instance event.

', 'ModifyInstanceEventWindow' => '

Modifies the specified event window.

You can define either a set of time ranges or a cron expression when modifying the event window, but not both.

To modify the targets associated with the event window, use the AssociateInstanceEventWindow and DisassociateInstanceEventWindow API.

If Amazon Web Services has already scheduled an event, modifying an event window won\'t change the time of the scheduled event.

For more information, see Define event windows for scheduled events in the Amazon EC2 User Guide.

', 'ModifyInstanceMaintenanceOptions' => '

Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see Simplified automatic recovery.

', 'ModifyInstanceMetadataOptions' => '

Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see Instance metadata and user data in the Amazon EC2 User Guide.

', 'ModifyInstancePlacement' => '

Modifies the placement attributes for a specified instance. You can do the following:

At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request.

To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the stopped state.

', 'ModifyIpam' => '

Modify the configurations of an IPAM.

', 'ModifyIpamPool' => '

Modify the configurations of an IPAM pool.

For more information, see Modify a pool in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceCidr' => '

Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in.

For more information, see Move resource CIDRs between scopes and Change the monitoring state of resource CIDRs in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceDiscovery' => '

Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'ModifyIpamScope' => '

Modify an IPAM scope.

', 'ModifyLaunchTemplate' => '

Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified.

', 'ModifyLocalGatewayRoute' => '

Modifies the specified local gateway route.

', 'ModifyManagedPrefixList' => '

Modifies the specified managed prefix list.

Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version.

If you specify a current version number that does not match the true current version number, the request fails.

', 'ModifyNetworkInterfaceAttribute' => '

Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance.

', 'ModifyPrivateDnsNameOptions' => '

Modifies the options for instance hostnames for the specified instance.

', 'ModifyReservedInstances' => '

Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.

For more information, see Modifying Reserved Instances in the Amazon EC2 User Guide.

', 'ModifySecurityGroupRules' => '

Modifies the rules of a security group.

', 'ModifySnapshotAttribute' => '

Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot\'s list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation.

Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts.

For more information about modifying snapshot permissions, see Share a snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'ModifySnapshotTier' => '

Archives an Amazon EBS snapshot. When you archive a snapshot, it is converted to a full snapshot that includes all of the blocks of data that were written to the volume at the time the snapshot was created, and moved from the standard tier to the archive tier. For more information, see Archive Amazon EBS snapshots in the Amazon Elastic Compute Cloud User Guide.

', 'ModifySpotFleetRequest' => '

Modifies the specified Spot Fleet request.

You can only modify a Spot Fleet request of type maintain.

While the Spot Fleet request is being modified, it is in the modifying state.

To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is lowestPrice, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is diversified, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is capacityOptimized, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is lowestPrice, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is capacityOptimized, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is diversified, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually.

If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0.

', 'ModifySubnetAttribute' => '

Modifies a subnet attribute. You can only modify one attribute at a time.

Use this action to modify subnets on Amazon Web Services Outposts.

For more information about Amazon Web Services Outposts, see the following:

', 'ModifyTrafficMirrorFilterNetworkServices' => '

Allows or restricts mirroring network services.

By default, Amazon DNS network services are not eligible for Traffic Mirror. Use AddNetworkServices to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use RemoveNetworkServices to remove the network services from the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterRule' => '

Modifies the specified Traffic Mirror rule.

DestinationCidrBlock and SourceCidrBlock must both be an IPv4 range or an IPv6 range.

', 'ModifyTrafficMirrorSession' => '

Modifies a Traffic Mirror session.

', 'ModifyTransitGateway' => '

Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified.

', 'ModifyTransitGatewayPrefixListReference' => '

Modifies a reference (route) to a prefix list in a specified transit gateway route table.

', 'ModifyTransitGatewayVpcAttachment' => '

Modifies the specified VPC attachment.

', 'ModifyVerifiedAccessEndpoint' => '

Modifies the configuration of the specified Amazon Web Services Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointPolicy' => '

Modifies the specified Amazon Web Services Verified Access endpoint policy.

', 'ModifyVerifiedAccessGroup' => '

Modifies the specified Amazon Web Services Verified Access group configuration.

', 'ModifyVerifiedAccessGroupPolicy' => '

Modifies the specified Amazon Web Services Verified Access group policy.

', 'ModifyVerifiedAccessInstance' => '

Modifies the configuration of the specified Amazon Web Services Verified Access instance.

', 'ModifyVerifiedAccessInstanceLoggingConfiguration' => '

Modifies the logging configuration for the specified Amazon Web Services Verified Access instance.

', 'ModifyVerifiedAccessTrustProvider' => '

Modifies the configuration of the specified Amazon Web Services Verified Access trust provider.

', 'ModifyVolume' => '

You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see Amazon EBS Elastic Volumes (Linux instances) or Amazon EBS Elastic Volumes (Windows instances).

When you complete a resize operation on your volume, you need to extend the volume\'s file-system size to take advantage of the new storage capacity. For more information, see Extend a Linux file system or Extend a Windows file system.

You can use CloudWatch Events to check the status of a modification to an EBS volume. For information about CloudWatch Events, see the Amazon CloudWatch Events User Guide. You can also track the status of a modification using DescribeVolumesModifications. For information about tracking status changes using either method, see Monitor the progress of volume modifications.

With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance.

After modifying a volume, you must wait at least six hours and ensure that the volume is in the in-use or available state before you can modify the same volume. This is sometimes referred to as a cooldown period.

', 'ModifyVolumeAttribute' => '

Modifies a volume attribute.

By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume.

You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable.

', 'ModifyVpcAttribute' => '

Modifies the specified attribute of the specified VPC.

', 'ModifyVpcEndpoint' => '

Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the Amazon Web Services PrivateLink Guide.

', 'ModifyVpcEndpointConnectionNotification' => '

Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified.

', 'ModifyVpcEndpointServiceConfiguration' => '

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

If you set or modify the private DNS name, you must prove that you own the private DNS domain name.

', 'ModifyVpcEndpointServicePayerResponsibility' => '

Modifies the payer responsibility for your VPC endpoint service.

', 'ModifyVpcEndpointServicePermissions' => '

Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service.

If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved.

', 'ModifyVpcPeeringConnectionOptions' => '

Modifies the VPC peering connection options on one side of a VPC peering connection.

If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the DescribeVpcPeeringConnections command.

', 'ModifyVpcTenancy' => '

Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to default only. You cannot change the instance tenancy attribute to dedicated.

After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of default, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected.

For more information, see Dedicated Instances in the Amazon EC2 User Guide.

', 'ModifyVpnConnection' => '

Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available:

Before you perform the migration to the new gateway, you must configure the new gateway. Use CreateVpnGateway to create a virtual private gateway, or CreateTransitGateway to create a transit gateway.

This step is required when you migrate from a virtual private gateway with static routes to a transit gateway.

You must delete the static routes before you migrate to the new gateway.

Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete.

After you migrate to the new gateway, you might need to modify your VPC route table. Use CreateRoute and DeleteRoute to make the changes described in Update VPC route tables in the Amazon Web Services Site-to-Site VPN User Guide.

When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the Amazon Web Services Site-to-Site VPN connection. Use CreateTransitGatewayRoute to add the routes.

If you deleted VPN static routes, you must add the static routes to the transit gateway route table.

After you perform this operation, the VPN endpoint\'s IP addresses on the Amazon Web Services side and the tunnel options remain intact. Your Amazon Web Services Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints.

', 'ModifyVpnConnectionOptions' => '

Modifies the connection options for your Site-to-Site VPN connection.

When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated.

', 'ModifyVpnTunnelCertificate' => '

Modifies the VPN tunnel endpoint certificate.

', 'ModifyVpnTunnelOptions' => '

Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see Site-to-Site VPN tunnel options for your Site-to-Site VPN connection in the Amazon Web Services Site-to-Site VPN User Guide.

', 'MonitorInstances' => '

Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see Monitor your instances using CloudWatch in the Amazon EC2 User Guide.

To disable detailed monitoring, see UnmonitorInstances.

', 'MoveAddressToVpc' => '

This action is deprecated.

Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the RestoreAddressToClassic request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform.

', 'MoveByoipCidrToIpam' => '

Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool.

If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM.

', 'ProvisionByoipCidr' => '

Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.

Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see Bring your own IP addresses (BYOIP) in the Amazon Elastic Compute Cloud User Guide.

Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from pending-provision to provisioned. To monitor the status of an address range, use DescribeByoipCidrs. To allocate an Elastic IP address from your IPv4 address pool, use AllocateAddress with either the specific address from the address pool or the ID of the address pool.

', 'ProvisionIpamPoolCidr' => '

Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it.

For more information, see Provision CIDRs to pools in the Amazon VPC IPAM User Guide.

', 'ProvisionPublicIpv4PoolCidr' => '

Provision a CIDR to a public IPv4 pool.

For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'PurchaseHostReservation' => '

Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account.

', 'PurchaseReservedInstancesOffering' => '

Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing.

Use DescribeReservedInstancesOfferings to get a list of Reserved Instance offerings that match your specifications. After you\'ve purchased a Reserved Instance, you can check for your new Reserved Instance with DescribeReservedInstances.

To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time.

For more information, see Reserved Instances and Reserved Instance Marketplace in the Amazon EC2 User Guide.

', 'PurchaseScheduledInstances' => '

You can no longer purchase Scheduled Instances.

Purchases the Scheduled Instances with the specified schedule.

Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call DescribeScheduledInstanceAvailability to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call RunScheduledInstances during each scheduled time period.

After you purchase a Scheduled Instance, you can\'t cancel, modify, or resell your purchase.

', 'RebootInstances' => '

Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored.

If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot.

For more information about troubleshooting, see Troubleshoot an unreachable instance in the Amazon EC2 User Guide.

', 'RegisterImage' => '

Registers an AMI. When you\'re creating an AMI, this is the final step you must complete before you can launch an instance from the AMI. For more information about creating AMIs, see Create your own AMI in the Amazon Elastic Compute Cloud User Guide.

For Amazon EBS-backed instances, CreateImage creates and registers the AMI in a single request, so you don\'t have to register the AMI yourself. We recommend that you always use CreateImage unless you have a specific reason to use RegisterImage.

If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image.

Register a snapshot of a root device volume

You can use RegisterImage to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can\'t set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted.

For more information, see Create a Linux AMI from a snapshot and Use encryption with Amazon EBS-backed AMIs in the Amazon Elastic Compute Cloud User Guide.

Amazon Web Services Marketplace product codes

If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI.

Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association:

  1. Launch an instance from an existing AMI with that billing product code.

  2. Customize the instance.

  3. Create an AMI from the instance using CreateImage.

If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see Understand AMI billing information in the Amazon EC2 User Guide.

', 'RegisterInstanceEventNotificationAttributes' => '

Registers a set of tag keys to include in scheduled event notifications for your resources.

To remove tags, use DeregisterInstanceEventNotificationAttributes.

', 'RegisterTransitGatewayMulticastGroupMembers' => '

Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For information about supported instances, see Multicast Consideration in Amazon VPC Transit Gateways.

After you add the members, use SearchTransitGatewayMulticastGroups to verify that the members were added to the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSources' => '

Registers sources (network interfaces) with the specified transit gateway multicast group.

A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see Multicast Considerations in Amazon VPC Transit Gateways.

After you add the source, use SearchTransitGatewayMulticastGroups to verify that the source was added to the multicast group.

', 'RejectTransitGatewayMulticastDomainAssociations' => '

Rejects a request to associate cross-account subnets with a transit gateway multicast domain.

', 'RejectTransitGatewayPeeringAttachment' => '

Rejects a transit gateway peering attachment request.

', 'RejectTransitGatewayVpcAttachment' => '

Rejects a request to attach a VPC to a transit gateway.

The VPC attachment must be in the pendingAcceptance state. Use DescribeTransitGatewayVpcAttachments to view your pending VPC attachment requests. Use AcceptTransitGatewayVpcAttachment to accept a VPC attachment request.

', 'RejectVpcEndpointConnections' => '

Rejects VPC endpoint connection requests to your VPC endpoint service.

', 'RejectVpcPeeringConnection' => '

Rejects a VPC peering connection request. The VPC peering connection must be in the pending-acceptance state. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use DeleteVpcPeeringConnection.

', 'ReleaseAddress' => '

Releases the specified Elastic IP address.

[Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it\'s associated with. To disassociate an Elastic IP address without releasing it, use DisassociateAddress.

[Nondefault VPC] You must use DisassociateAddress to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (InvalidIPAddress.InUse).

After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you\'ll get an AuthFailure error if the address is already allocated to another Amazon Web Services account.

After you release an Elastic IP address, you might be able to recover it. For more information, see AllocateAddress.

', 'ReleaseHosts' => '

When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into released state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released.

When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again.

Released hosts still appear in a DescribeHosts response.

', 'ReleaseIpamPoolAllocation' => '

Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using ModifyIpamResourceCidr. For more information, see Release an allocation in the Amazon VPC IPAM User Guide.

All EC2 API actions follow an eventual consistency model.

', 'ReplaceIamInstanceProfileAssociation' => '

Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that\'s associated with an instance without having to disassociate the existing IAM instance profile first.

Use DescribeIamInstanceProfileAssociations to get the association ID.

', 'ReplaceNetworkAclAssociation' => '

Changes which network ACL a subnet is associated with. By default when you create a subnet, it\'s automatically associated with the default network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

This is an idempotent operation.

', 'ReplaceNetworkAclEntry' => '

Replaces an entry (rule) in a network ACL. For more information, see Network ACLs in the Amazon VPC User Guide.

', 'ReplaceRoute' => '

Replaces an existing route within a route table in a VPC.

You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target.

For more information, see Route tables in the Amazon VPC User Guide.

', 'ReplaceRouteTableAssociation' => '

Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see Route tables in the Amazon VPC User Guide.

You can also use this operation to change which table is the main route table in the VPC. Specify the main route table\'s association ID and the route table ID of the new main route table.

', 'ReplaceTransitGatewayRoute' => '

Replaces the specified route in the specified transit gateway route table.

', 'ReplaceVpnTunnel' => '

Trigger replacement of specified VPN tunnel.

', 'ReportInstanceStatus' => '

Submits feedback about the status of an instance. The instance must be in the running state. If your experience with the instance differs from the instance status returned by DescribeInstanceStatus, use ReportInstanceStatus to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks.

Use of this action does not change the value returned by DescribeInstanceStatus.

', 'RequestSpotFleet' => '

Creates a Spot Fleet request.

The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity.

You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet.

By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload.

Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet.

You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the spot-fleet-request and instance resource types are supported.

For more information, see Spot Fleet requests in the Amazon EC2 User Guide.

We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide.

', 'RequestSpotInstances' => '

Creates a Spot Instance request.

For more information, see Spot Instance requests in the Amazon EC2 User Guide for Linux Instances.

We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see Which is the best Spot request method to use? in the Amazon EC2 User Guide for Linux Instances.

', 'ResetAddressAttribute' => '

Resets the attribute of the specified IP address. For requirements, see Using reverse DNS for email applications.

', 'ResetEbsDefaultKmsKeyId' => '

Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.

After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ResetFpgaImageAttribute' => '

Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

', 'ResetImageAttribute' => '

Resets an attribute of an AMI to its default value.

', 'ResetInstanceAttribute' => '

Resets an attribute of an instance to its default value. To reset the kernel or ramdisk, the instance must be in a stopped state. To reset the sourceDestCheck, the instance can be either running or stopped.

The sourceDestCheck attribute controls whether source/destination checking is enabled. The default value is true, which means checking is enabled. This value must be false for a NAT instance to perform NAT. For more information, see NAT Instances in the Amazon VPC User Guide.

', 'ResetNetworkInterfaceAttribute' => '

Resets a network interface attribute. You can specify only one attribute at a time.

', 'ResetSnapshotAttribute' => '

Resets permission settings for the specified snapshot.

For more information about modifying snapshot permissions, see Share a snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreAddressToClassic' => '

This action is deprecated.

Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface.

', 'RestoreImageFromRecycleBin' => '

Restores an AMI from the Recycle Bin. For more information, see Recycle Bin in the Amazon EC2 User Guide.

', 'RestoreManagedPrefixListVersion' => '

Restores the entries from a previous version of a managed prefix list to a new version of the prefix list.

', 'RestoreSnapshotFromRecycleBin' => '

Restores a snapshot from the Recycle Bin. For more information, see Restore snapshots from the Recycle Bin in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreSnapshotTier' => '

Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored.

For more information see Restore an archived snapshot and modify the restore period or restore type for a temporarily restored snapshot in the Amazon Elastic Compute Cloud User Guide.

', 'RevokeClientVpnIngress' => '

Removes an ingress authorization rule from a Client VPN endpoint.

', 'RevokeSecurityGroupEgress' => '

Removes the specified outbound (egress) rules from the specified security group.

You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule\'s values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

For a default VPC, if the values you specify do not match the existing rule\'s values, no error is returned, and the output describes the security group rules that were not revoked.

Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

', 'RevokeSecurityGroupIngress' => '

Removes the specified inbound (ingress) rules from a security group.

You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule\'s values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule.

For a default VPC, if the values you specify do not match the existing rule\'s values, no error is returned, and the output describes the security group rules that were not revoked.

Amazon Web Services recommends that you describe the security group to verify that the rules were removed.

Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur.

', 'RunInstances' => '

Launches the specified number of instances using an AMI for which you have permissions.

You can specify a number of options, or leave the default options. The following rules apply:

You can create a launch template, which is a resource that contains the parameters to launch an instance. When you launch an instance using RunInstances, you can specify the launch template instead of specifying the launch parameters.

To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances.

An instance is ready for you to use when it\'s in the running state. You can check the state of your instance using DescribeInstances. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see CreateTags and Tagging your Amazon EC2 resources.

Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see Key pairs.

For troubleshooting, see What to do if an instance immediately terminates, and Troubleshooting connecting to your instance.

', 'RunScheduledInstances' => '

Launches the specified Scheduled Instances.

Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using PurchaseScheduledInstances.

You must launch a Scheduled Instance during its scheduled time period. You can\'t stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. For more information, see Scheduled Instances in the Amazon EC2 User Guide.

', 'SearchLocalGatewayRoutes' => '

Searches for routes in the specified local gateway route table.

', 'SearchTransitGatewayMulticastGroups' => '

Searches one or more transit gateway multicast groups and returns the group membership information.

', 'SearchTransitGatewayRoutes' => '

Searches for routes in the specified transit gateway route table.

', 'SendDiagnosticInterrupt' => '

Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a kernel panic (on Linux instances), or a blue screen/stop error (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a non-maskable interrupt (NMI).

In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace.

Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks.

For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see Send a diagnostic interrupt (for advanced users) (Linux instances) or Send a diagnostic interrupt (for advanced users) (Windows instances).

', 'StartInstances' => '

Starts an Amazon EBS-backed instance that you\'ve previously stopped.

Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM.

Performing this operation on an instance that uses an instance store as its root device returns an error.

If you attempt to start a T3 instance with host tenancy and the unlimted CPU credit option, the request fails. The unlimited CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to standard, or change its tenancy to default or dedicated.

For more information, see Stop and start your instance in the Amazon EC2 User Guide.

', 'StartNetworkInsightsAccessScopeAnalysis' => '

Starts analyzing the specified Network Access Scope.

', 'StartNetworkInsightsAnalysis' => '

Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path.

', 'StartVpcEndpointServicePrivateDnsVerification' => '

Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.

The service provider must successfully perform the verification before the consumer can use the name to access the service.

Before the service provider runs this command, they must add a record to the DNS server.

', 'StopInstances' => '

Stops an Amazon EBS-backed instance. For more information, see Stop and start your instance in the Amazon EC2 User Guide.

You can use the Stop action to hibernate an instance if the instance is enabled for hibernation and it meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

We don\'t charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage.

You can\'t stop or hibernate instance store-backed instances. You can\'t use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see Hibernating interrupted Spot Instances in the Amazon EC2 User Guide.

When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs.

Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see Troubleshoot stopping your instance in the Amazon EC2 User Guide.

', 'TerminateClientVpnConnections' => '

Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user.

', 'TerminateInstances' => '

Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds.

If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated.

If you terminate multiple instances across multiple Availability Zones, and one or more of the specified instances are enabled for termination protection, the request fails with the following results:

For example, say you have the following instances:

If you attempt to terminate all of these instances in the same request, the request reports failure with the following results:

Terminated instances remain visible after termination (for approximately one hour).

By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running.

You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the DeleteOnTermination block device mapping parameter set to true are automatically deleted. For more information about the differences between stopping and terminating instances, see Instance lifecycle in the Amazon EC2 User Guide.

For more information about troubleshooting, see Troubleshooting terminating your instance in the Amazon EC2 User Guide.

', 'UnassignIpv6Addresses' => '

Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface.

', 'UnassignPrivateIpAddresses' => '

Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface.

', 'UnassignPrivateNatGatewayAddress' => '

Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see Edit secondary IP address associations in the Amazon VPC User Guide.

While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway.

A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released.

', 'UnmonitorInstances' => '

Disables detailed monitoring for a running instance. For more information, see Monitoring your instances and volumes in the Amazon EC2 User Guide.

', 'UpdateSecurityGroupRuleDescriptionsEgress' => '

Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

', 'UpdateSecurityGroupRuleDescriptionsIngress' => '

Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request.

', 'WithdrawByoipCidr' => '

Stops advertising an address range that is provisioned as an address pool.

You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.

It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays.

', ], 'shapes' => [ 'AcceleratorCount' => [ 'base' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

', 'refs' => [ 'InstanceRequirements$AcceleratorCount' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

To exclude accelerator-enabled instance types, set Max to 0.

Default: No minimum or maximum limits

', ], ], 'AcceleratorCountRequest' => [ 'base' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance. To exclude accelerator-enabled instance types, set Max to 0.

', 'refs' => [ 'InstanceRequirementsRequest$AcceleratorCount' => '

The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.

To exclude accelerator-enabled instance types, set Max to 0.

Default: No minimum or maximum limits

', ], ], 'AcceleratorManufacturer' => [ 'base' => NULL, 'refs' => [ 'AcceleratorManufacturerSet$member' => NULL, ], ], 'AcceleratorManufacturerSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorManufacturers' => '

Indicates whether instance types must have accelerators by specific manufacturers.

Default: Any manufacturer

', 'InstanceRequirementsRequest$AcceleratorManufacturers' => '

Indicates whether instance types must have accelerators by specific manufacturers.

Default: Any manufacturer

', ], ], 'AcceleratorName' => [ 'base' => NULL, 'refs' => [ 'AcceleratorNameSet$member' => NULL, ], ], 'AcceleratorNameSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorNames' => '

The accelerators that must be on the instance type.

Default: Any accelerator

', 'InstanceRequirementsRequest$AcceleratorNames' => '

The accelerators that must be on the instance type.

Default: Any accelerator

', ], ], 'AcceleratorTotalMemoryMiB' => [ 'base' => '

The minimum and maximum amount of total accelerator memory, in MiB.

', 'refs' => [ 'InstanceRequirements$AcceleratorTotalMemoryMiB' => '

The minimum and maximum amount of total accelerator memory, in MiB.

Default: No minimum or maximum limits

', ], ], 'AcceleratorTotalMemoryMiBRequest' => [ 'base' => '

The minimum and maximum amount of total accelerator memory, in MiB.

', 'refs' => [ 'InstanceRequirementsRequest$AcceleratorTotalMemoryMiB' => '

The minimum and maximum amount of total accelerator memory, in MiB.

Default: No minimum or maximum limits

', ], ], 'AcceleratorType' => [ 'base' => NULL, 'refs' => [ 'AcceleratorTypeSet$member' => NULL, ], ], 'AcceleratorTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AcceleratorTypes' => '

The accelerator types that must be on the instance type.

Default: Any accelerator type

', 'InstanceRequirementsRequest$AcceleratorTypes' => '

The accelerator types that must be on the instance type.

Default: Any accelerator type

', ], ], 'AcceptAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptReservedInstancesExchangeQuoteRequest' => [ 'base' => '

Contains the parameters for accepting the quote.

', 'refs' => [], ], 'AcceptReservedInstancesExchangeQuoteResult' => [ 'base' => '

The result of the exchange and whether it was successful.

', 'refs' => [], ], 'AcceptTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'AcceptVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'AccessScopeAnalysisFinding' => [ 'base' => '

Describes a finding for a Network Access Scope.

', 'refs' => [ 'AccessScopeAnalysisFindingList$member' => NULL, ], ], 'AccessScopeAnalysisFindingList' => [ 'base' => NULL, 'refs' => [ 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$AnalysisFindings' => '

The findings associated with Network Access Scope Analysis.

', ], ], 'AccessScopePath' => [ 'base' => '

Describes a path.

', 'refs' => [ 'AccessScopePathList$member' => NULL, ], ], 'AccessScopePathList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAccessScopeContent$MatchPaths' => '

The paths to match.

', 'NetworkInsightsAccessScopeContent$ExcludePaths' => '

The paths to exclude.

', ], ], 'AccessScopePathListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsAccessScopeRequest$MatchPaths' => '

The paths to match.

', 'CreateNetworkInsightsAccessScopeRequest$ExcludePaths' => '

The paths to exclude.

', ], ], 'AccessScopePathRequest' => [ 'base' => '

Describes a path.

', 'refs' => [ 'AccessScopePathListRequest$member' => NULL, ], ], 'AccountAttribute' => [ 'base' => '

Describes an account attribute.

', 'refs' => [ 'AccountAttributeList$member' => NULL, ], ], 'AccountAttributeList' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountAttributesResult$AccountAttributes' => '

Information about the account attributes.

', ], ], 'AccountAttributeName' => [ 'base' => NULL, 'refs' => [ 'AccountAttributeNameStringList$member' => NULL, ], ], 'AccountAttributeNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAccountAttributesRequest$AttributeNames' => '

The account attribute names.

', ], ], 'AccountAttributeValue' => [ 'base' => '

Describes a value of an account attribute.

', 'refs' => [ 'AccountAttributeValueList$member' => NULL, ], ], 'AccountAttributeValueList' => [ 'base' => NULL, 'refs' => [ 'AccountAttribute$AttributeValues' => '

The values for the account attribute.

', ], ], 'ActiveInstance' => [ 'base' => '

Describes a running instance in a Spot Fleet.

', 'refs' => [ 'ActiveInstanceSet$member' => NULL, ], ], 'ActiveInstanceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetInstancesResult$ActiveInstances' => '

The running instances. This list is refreshed periodically and might be out of date.

', 'DescribeSpotFleetInstancesResponse$ActiveInstances' => '

The running instances. This list is refreshed periodically and might be out of date.

', ], ], 'ActivityStatus' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfig$ActivityStatus' => '

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

', ], ], 'AddIpamOperatingRegion' => [ 'base' => '

Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'AddIpamOperatingRegionSet$member' => NULL, ], ], 'AddIpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'CreateIpamRequest$OperatingRegions' => '

The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'CreateIpamResourceDiscoveryRequest$OperatingRegions' => '

Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', 'ModifyIpamRequest$AddOperatingRegions' => '

Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'ModifyIpamResourceDiscoveryRequest$AddOperatingRegions' => '

Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', ], ], 'AddPrefixListEntries' => [ 'base' => NULL, 'refs' => [ 'CreateManagedPrefixListRequest$Entries' => '

One or more entries for the prefix list.

', 'ModifyManagedPrefixListRequest$AddEntries' => '

One or more entries to add to the prefix list.

', ], ], 'AddPrefixListEntry' => [ 'base' => '

An entry for a prefix list.

', 'refs' => [ 'AddPrefixListEntries$member' => NULL, ], ], 'AddedPrincipal' => [ 'base' => '

Describes a principal.

', 'refs' => [ 'AddedPrincipalSet$member' => NULL, ], ], 'AddedPrincipalSet' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcEndpointServicePermissionsResult$AddedPrincipals' => '

Information about the added principals.

', ], ], 'AdditionalDetail' => [ 'base' => '

Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.

', 'refs' => [ 'AdditionalDetailList$member' => NULL, ], ], 'AdditionalDetailList' => [ 'base' => NULL, 'refs' => [ 'PathComponent$AdditionalDetails' => '

The additional details.

', ], ], 'Address' => [ 'base' => '

Describes an Elastic IP address, or a carrier IP address.

', 'refs' => [ 'AddressList$member' => NULL, ], ], 'AddressAttribute' => [ 'base' => '

The attributes associated with an Elastic IP address.

', 'refs' => [ 'AddressSet$member' => NULL, 'ModifyAddressAttributeResult$Address' => '

Information about the Elastic IP address.

', 'ResetAddressAttributeResult$Address' => '

Information about the IP address.

', ], ], 'AddressAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$Attribute' => '

The attribute of the IP address.

', 'ResetAddressAttributeRequest$Attribute' => '

The attribute of the IP address.

', ], ], 'AddressFamily' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AddressFamily' => '

The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.

', 'IpamPool$AddressFamily' => '

The address family of the pool.

', ], ], 'AddressList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesResult$Addresses' => '

Information about the Elastic IP addresses.

', ], ], 'AddressMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'AddressSet' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeResult$Addresses' => '

Information about the IP addresses.

', ], ], 'AddressTransfer' => [ 'base' => '

Details on the Elastic IP address transfer. For more information, see Transfer Elastic IP addresses in the Amazon Virtual Private Cloud User Guide.

', 'refs' => [ 'AcceptAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', 'AddressTransferList$member' => NULL, 'DisableAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', 'EnableAddressTransferResult$AddressTransfer' => '

An Elastic IP address transfer.

', ], ], 'AddressTransferList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressTransfersResult$AddressTransfers' => '

The Elastic IP address transfer.

', ], ], 'AddressTransferStatus' => [ 'base' => NULL, 'refs' => [ 'AddressTransfer$AddressTransferStatus' => '

The Elastic IP address transfer status.

', ], ], 'AdvertiseByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'AdvertiseByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'Affinity' => [ 'base' => NULL, 'refs' => [ 'ModifyInstancePlacementRequest$Affinity' => '

The affinity setting for the instance.

', ], ], 'AllocateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AllocateHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateHostsResult' => [ 'base' => '

Contains the output of AllocateHosts.

', 'refs' => [], ], 'AllocateIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'AllocateIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'AllocationId' => [ 'base' => NULL, 'refs' => [ 'AddressAttribute$AllocationId' => '

[EC2-VPC] The allocation ID.

', 'AllocationIdList$member' => NULL, 'AllocationIds$member' => NULL, 'AssociateAddressRequest$AllocationId' => '

The allocation ID. This is required.

', 'CreateNatGatewayRequest$AllocationId' => '

[Public NAT gateways only] The allocation ID of an Elastic IP address to associate with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.

', 'DisableAddressTransferRequest$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'EnableAddressTransferRequest$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'ModifyAddressAttributeRequest$AllocationId' => '

[EC2-VPC] The allocation ID.

', 'ReleaseAddressRequest$AllocationId' => '

The allocation ID. This parameter is required.

', 'ResetAddressAttributeRequest$AllocationId' => '

[EC2-VPC] The allocation ID.

', ], ], 'AllocationIdList' => [ 'base' => NULL, 'refs' => [ 'AssociateNatGatewayAddressRequest$AllocationIds' => '

The allocation IDs of EIPs that you want to associate with your NAT gateway.

', 'CreateNatGatewayRequest$SecondaryAllocationIds' => '

Secondary EIP allocation IDs. For more information, see Create a NAT gateway in the Amazon VPC User Guide.

', 'DescribeAddressTransfersRequest$AllocationIds' => '

The allocation IDs of Elastic IP addresses.

', 'DescribeAddressesRequest$AllocationIds' => '

Information about the allocation IDs.

', ], ], 'AllocationIds' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$AllocationIds' => '

[EC2-VPC] The allocation IDs.

', ], ], 'AllocationState' => [ 'base' => NULL, 'refs' => [ 'Host$State' => '

The Dedicated Host\'s state.

', ], ], 'AllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

priceCapacityOptimized (recommended)

Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.

capacityOptimized

Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacityOptimizedPrioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacityOptimizedPrioritized is supported only if your Spot Fleet uses a launch template. Note that if the OnDemandAllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

Spot Fleet requests instances from all of the Spot Instance pools that you specify.

lowestPrice

Spot Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowestPrice

', ], ], 'AllocationType' => [ 'base' => NULL, 'refs' => [ 'CapacityAllocation$AllocationType' => '

The usage type. used indicates that the instance capacity is in use by instances that are running in the Capacity Reservation.

', ], ], 'AllowedInstanceType' => [ 'base' => NULL, 'refs' => [ 'AllowedInstanceTypeSet$member' => NULL, ], ], 'AllowedInstanceTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$AllowedInstanceTypes' => '

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.

You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.

If you specify AllowedInstanceTypes, you can\'t specify ExcludedInstanceTypes.

Default: All instance types

', 'InstanceRequirementsRequest$AllowedInstanceTypes' => '

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.

You can use strings with one or more wild cards, represented by an asterisk (*), to allow an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.

If you specify AllowedInstanceTypes, you can\'t specify ExcludedInstanceTypes.

Default: All instance types

', ], ], 'AllowedPrincipal' => [ 'base' => '

Describes a principal.

', 'refs' => [ 'AllowedPrincipalSet$member' => NULL, ], ], 'AllowedPrincipalSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServicePermissionsResult$AllowedPrincipals' => '

Information about the allowed principals.

', ], ], 'AllowsMultipleInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'Host$AllowsMultipleInstanceTypes' => '

Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on, the Dedicated Host supports multiple instance types in the instance family. If the value is off, the Dedicated Host supports a single instance type only.

', ], ], 'AlternatePathHint' => [ 'base' => '

Describes an potential intermediate component of a feasible path.

', 'refs' => [ 'AlternatePathHintList$member' => NULL, ], ], 'AlternatePathHintList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$AlternatePathHints' => '

Potential intermediate components.

', ], ], 'AmdSevSnpSpecification' => [ 'base' => NULL, 'refs' => [ 'CpuOptions$AmdSevSnp' => '

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

', 'CpuOptionsRequest$AmdSevSnp' => '

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.

', 'LaunchTemplateCpuOptions$AmdSevSnp' => '

Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see AMD SEV-SNP.

', 'LaunchTemplateCpuOptionsRequest$AmdSevSnp' => '

Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see AMD SEV-SNP.

', ], ], 'AnalysisAclRule' => [ 'base' => '

Describes a network access control (ACL) rule.

', 'refs' => [ 'Explanation$AclRule' => '

The network ACL rule.

', 'PathComponent$AclRule' => '

The network ACL rule.

', ], ], 'AnalysisComponent' => [ 'base' => '

Describes a path component.

', 'refs' => [ 'AdditionalDetail$Component' => '

The path component.

', 'AdditionalDetail$VpcEndpointService' => '

The VPC endpoint service.

', 'AnalysisComponentList$member' => NULL, 'AnalysisLoadBalancerTarget$Instance' => '

Information about the instance.

', 'Explanation$Acl' => '

The network ACL.

', 'Explanation$AttachedTo' => '

The resource to which the component is attached.

', 'Explanation$Component' => '

The component.

', 'Explanation$CustomerGateway' => '

The customer gateway.

', 'Explanation$Destination' => '

The destination.

', 'Explanation$DestinationVpc' => '

The destination VPC.

', 'Explanation$IngressRouteTable' => '

The route table.

', 'Explanation$InternetGateway' => '

The internet gateway.

', 'Explanation$LoadBalancerTargetGroup' => '

The target group.

', 'Explanation$ElasticLoadBalancerListener' => '

The load balancer listener.

', 'Explanation$NatGateway' => '

The NAT gateway.

', 'Explanation$NetworkInterface' => '

The network interface.

', 'Explanation$VpcPeeringConnection' => '

The VPC peering connection.

', 'Explanation$PrefixList' => '

The prefix list.

', 'Explanation$RouteTable' => '

The route table.

', 'Explanation$SecurityGroup' => '

The security group.

', 'Explanation$SourceVpc' => '

The source VPC.

', 'Explanation$Subnet' => '

The subnet.

', 'Explanation$SubnetRouteTable' => '

The route table for the subnet.

', 'Explanation$Vpc' => '

The component VPC.

', 'Explanation$VpcEndpoint' => '

The VPC endpoint.

', 'Explanation$VpnConnection' => '

The VPN connection.

', 'Explanation$VpnGateway' => '

The VPN gateway.

', 'Explanation$TransitGateway' => '

The transit gateway.

', 'Explanation$TransitGatewayRouteTable' => '

The transit gateway route table.

', 'Explanation$TransitGatewayAttachment' => '

The transit gateway attachment.

', 'PathComponent$AttachedTo' => '

The resource to which the path component is attached.

', 'PathComponent$Component' => '

The component.

', 'PathComponent$DestinationVpc' => '

The destination VPC.

', 'PathComponent$SourceVpc' => '

The source VPC.

', 'PathComponent$Subnet' => '

The subnet.

', 'PathComponent$Vpc' => '

The component VPC.

', 'PathComponent$TransitGateway' => '

The transit gateway.

', 'PathComponent$ElasticLoadBalancerListener' => '

The load balancer listener.

', ], ], 'AnalysisComponentList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$LoadBalancers' => '

The load balancers.

', 'Explanation$LoadBalancerTargetGroups' => '

The target groups.

', 'Explanation$SecurityGroups' => '

The security groups.

', ], ], 'AnalysisLoadBalancerListener' => [ 'base' => '

Describes a load balancer listener.

', 'refs' => [ 'Explanation$ClassicLoadBalancerListener' => '

The listener for a Classic Load Balancer.

', ], ], 'AnalysisLoadBalancerTarget' => [ 'base' => '

Describes a load balancer target.

', 'refs' => [ 'Explanation$LoadBalancerTarget' => '

The target.

', ], ], 'AnalysisPacketHeader' => [ 'base' => '

Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.

', 'refs' => [ 'PathComponent$OutboundHeader' => '

The outbound header.

', 'PathComponent$InboundHeader' => '

The inbound header.

', ], ], 'AnalysisRouteTableRoute' => [ 'base' => '

Describes a route table route.

', 'refs' => [ 'Explanation$RouteTableRoute' => '

The route table route.

', 'PathComponent$RouteTableRoute' => '

The route table route.

', ], ], 'AnalysisSecurityGroupRule' => [ 'base' => '

Describes a security group rule.

', 'refs' => [ 'Explanation$SecurityGroupRule' => '

The security group rule.

', 'PathComponent$SecurityGroupRule' => '

The security group rule.

', ], ], 'AnalysisStatus' => [ 'base' => NULL, 'refs' => [ 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$AnalysisStatus' => '

The status of Network Access Scope Analysis.

', 'NetworkInsightsAccessScopeAnalysis$Status' => '

The status.

', 'NetworkInsightsAnalysis$Status' => '

The status of the network insights analysis.

', ], ], 'ApplianceModeSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport' => '

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$ApplianceModeSupport' => '

Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is disable.

', 'TransitGatewayVpcAttachmentOptions$ApplianceModeSupport' => '

Indicates whether appliance mode support is enabled.

', ], ], 'ApplySecurityGroupsToClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'ApplySecurityGroupsToClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'ArchitectureType' => [ 'base' => NULL, 'refs' => [ 'ArchitectureTypeList$member' => NULL, 'ArchitectureTypeSet$member' => NULL, ], ], 'ArchitectureTypeList' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SupportedArchitectures' => '

The architectures supported by the instance type.

', ], ], 'ArchitectureTypeSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsRequest$ArchitectureTypes' => '

The processor architecture type.

', 'InstanceRequirementsWithMetadataRequest$ArchitectureTypes' => '

The architecture type.

', ], ], 'ArchitectureValues' => [ 'base' => NULL, 'refs' => [ 'Image$Architecture' => '

The architecture of the image.

', 'ImportInstanceLaunchSpecification$Architecture' => '

The architecture of the instance.

', 'Instance$Architecture' => '

The architecture of the image.

', 'RegisterImageRequest$Architecture' => '

The architecture of the AMI.

Default: For Amazon EBS-backed AMIs, i386. For instance store-backed AMIs, the architecture specified in the manifest file.

', ], ], 'ArnList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$FilterInArns' => '

The Amazon Resource Names (ARN) of the resources that the path must traverse.

', 'StartNetworkInsightsAnalysisRequest$FilterInArns' => '

The Amazon Resource Names (ARN) of the resources that the path must traverse.

', ], ], 'AssetId' => [ 'base' => NULL, 'refs' => [ 'AssetIdList$member' => NULL, 'Host$AssetId' => '

The ID of the Outpost hardware asset on which the Dedicated Host is allocated.

', ], ], 'AssetIdList' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$AssetIds' => '

The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.

', ], ], 'AssignIpv6AddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssignIpv6AddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateIpAddressesRequest' => [ 'base' => '

Contains the parameters for AssignPrivateIpAddresses.

', 'refs' => [], ], 'AssignPrivateIpAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssignPrivateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssignedPrivateIpAddress' => [ 'base' => '

Describes the private IP addresses assigned to a network interface.

', 'refs' => [ 'AssignedPrivateIpAddressList$member' => NULL, ], ], 'AssignedPrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesResult$AssignedPrivateIpAddresses' => '

The private IP addresses assigned to the network interface.

', ], ], 'AssociateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateEnclaveCertificateIamRoleRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateEnclaveCertificateIamRoleResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIamInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIamInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSubnetCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateSubnetCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrunkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrunkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateVpcCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateVpcCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociatedNetworkType' => [ 'base' => NULL, 'refs' => [ 'AssociatedTargetNetwork$NetworkType' => '

The target network type.

', ], ], 'AssociatedRole' => [ 'base' => '

Information about the associated IAM roles.

', 'refs' => [ 'AssociatedRolesList$member' => NULL, ], ], 'AssociatedRolesList' => [ 'base' => NULL, 'refs' => [ 'GetAssociatedEnclaveCertificateIamRolesResult$AssociatedRoles' => '

Information about the associated IAM roles.

', ], ], 'AssociatedTargetNetwork' => [ 'base' => '

Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.

', 'refs' => [ 'AssociatedTargetNetworkSet$member' => NULL, ], ], 'AssociatedTargetNetworkSet' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$AssociatedTargetNetworks' => '

Information about the associated target networks. A target network is a subnet in a VPC.

', ], ], 'AssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsRequest$AssociationIds' => '

The IAM instance profile associations.

', ], ], 'AssociationStatus' => [ 'base' => '

Describes the state of a target network association.

', 'refs' => [ 'AssociateClientVpnTargetNetworkResult$Status' => '

The current state of the target network association.

', 'DisassociateClientVpnTargetNetworkResult$Status' => '

The current state of the target network association.

', 'TargetNetwork$Status' => '

The current state of the target network association.

', ], ], 'AssociationStatusCode' => [ 'base' => NULL, 'refs' => [ 'AssociationStatus$Code' => '

The state of the target network association.

', ], ], 'AthenaIntegration' => [ 'base' => '

Describes integration options for Amazon Athena.

', 'refs' => [ 'AthenaIntegrationsSet$member' => NULL, ], ], 'AthenaIntegrationsSet' => [ 'base' => NULL, 'refs' => [ 'IntegrateServices$AthenaIntegrations' => '

Information about the integration with Amazon Athena.

', ], ], 'AttachClassicLinkVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachClassicLinkVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for AttachNetworkInterface.

', 'refs' => [], ], 'AttachNetworkInterfaceResult' => [ 'base' => '

Contains the output of AttachNetworkInterface.

', 'refs' => [], ], 'AttachVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'AttachVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'AttachVpnGatewayRequest' => [ 'base' => '

Contains the parameters for AttachVpnGateway.

', 'refs' => [], ], 'AttachVpnGatewayResult' => [ 'base' => '

Contains the output of AttachVpnGateway.

', 'refs' => [], ], 'AttachmentEnaSrdSpecification' => [ 'base' => '

Describes the ENA Express configuration for the network interface that\'s attached to the instance.

', 'refs' => [ 'NetworkInterfaceAttachment$EnaSrdSpecification' => '

Configures ENA Express for the network interface that this action attaches to the instance.

', ], ], 'AttachmentEnaSrdUdpSpecification' => [ 'base' => '

Describes the ENA Express configuration for UDP traffic on the network interface that\'s attached to the instance.

', 'refs' => [ 'AttachmentEnaSrdSpecification$EnaSrdUdpSpecification' => '

ENA Express configuration for UDP network traffic.

', ], ], 'AttachmentStatus' => [ 'base' => NULL, 'refs' => [ 'EbsInstanceBlockDevice$Status' => '

The attachment state.

', 'InstanceNetworkInterfaceAttachment$Status' => '

The attachment state.

', 'InternetGatewayAttachment$State' => '

The current state of the attachment. For an internet gateway, the state is available when attached to a VPC; otherwise, this value is not returned.

', 'NetworkInterfaceAttachment$Status' => '

The attachment state.

', 'VpcAttachment$State' => '

The current state of the attachment.

', ], ], 'AttributeBooleanValue' => [ 'base' => '

Describes a value for a resource attribute that is a Boolean value.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'DescribeVolumeAttributeResult$AutoEnableIO' => '

The state of autoEnableIO attribute.

', 'DescribeVpcAttributeResult$EnableDnsHostnames' => '

Indicates whether the instances launched in the VPC get DNS hostnames. If this attribute is true, instances in the VPC get DNS hostnames; otherwise, they do not.

', 'DescribeVpcAttributeResult$EnableDnsSupport' => '

Indicates whether DNS resolution is enabled for the VPC. If this attribute is true, the Amazon DNS server resolves DNS hostnames for your instances to their corresponding IP addresses; otherwise, it does not.

', 'DescribeVpcAttributeResult$EnableNetworkAddressUsageMetrics' => '

Indicates whether Network Address Usage metrics are enabled for your VPC.

', 'InstanceAttribute$DisableApiTermination' => '

If the value is true, you can\'t terminate the instance through the Amazon EC2 console, CLI, or API; otherwise, you can.

', 'InstanceAttribute$EnaSupport' => '

Indicates whether enhanced networking with ENA is enabled.

', 'InstanceAttribute$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O.

', 'InstanceAttribute$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'InstanceAttribute$DisableApiStop' => '

To enable the instance for Amazon Web Services Stop Protection, set this parameter to true; otherwise, set it to false.

', 'ModifyInstanceAttributeRequest$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'ModifyInstanceAttributeRequest$DisableApiTermination' => '

If the value is true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.

', 'ModifyInstanceAttributeRequest$EbsOptimized' => '

Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

', 'ModifyInstanceAttributeRequest$EnaSupport' => '

Set to true to enable enhanced networking with ENA for the instance.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

', 'ModifyInstanceAttributeRequest$DisableApiStop' => '

Indicates whether an instance is enabled for stop protection. For more information, see Stop Protection.

', 'ModifyNetworkInterfaceAttributeRequest$SourceDestCheck' => '

Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is true, source/destination checks are enabled; otherwise, they are disabled. The default value is true. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.

', 'ModifySubnetAttributeRequest$AssignIpv6AddressOnCreation' => '

Specify true to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that\'s created when launching an instance into the subnet (the instance therefore receives an IPv6 address).

If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it\'s created using version 2016-11-15 or later of the Amazon EC2 API.

', 'ModifySubnetAttributeRequest$MapPublicIpOnLaunch' => '

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.

', 'ModifySubnetAttributeRequest$MapCustomerOwnedIpOnLaunch' => '

Specify true to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.

When this value is true, you must specify the customer-owned IP pool using CustomerOwnedIpv4Pool.

', 'ModifySubnetAttributeRequest$EnableDns64' => '

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

', 'ModifySubnetAttributeRequest$EnableResourceNameDnsARecordOnLaunch' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'ModifySubnetAttributeRequest$EnableResourceNameDnsAAAARecordOnLaunch' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'ModifySubnetAttributeRequest$DisableLniAtDeviceIndex' => '

Specify true to indicate that local network interfaces at the current position should be disabled.

', 'ModifyVolumeAttributeRequest$AutoEnableIO' => '

Indicates whether the volume should be auto-enabled for I/O operations.

', 'ModifyVpcAttributeRequest$EnableDnsHostnames' => '

Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you\'ve enabled DNS support.

', 'ModifyVpcAttributeRequest$EnableDnsSupport' => '

Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.

You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.

', 'ModifyVpcAttributeRequest$EnableNetworkAddressUsageMetrics' => '

Indicates whether Network Address Usage metrics are enabled for your VPC.

', ], ], 'AttributeValue' => [ 'base' => '

Describes a value for a resource attribute that is a String.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$Description' => '

The description of the network interface.

', 'DhcpConfigurationValueList$member' => NULL, 'ImageAttribute$Description' => '

A description for the AMI.

', 'ImageAttribute$KernelId' => '

The kernel ID.

', 'ImageAttribute$RamdiskId' => '

The RAM disk ID.

', 'ImageAttribute$SriovNetSupport' => '

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'ImageAttribute$BootMode' => '

The boot mode.

', 'ImageAttribute$TpmSupport' => '

If the image is configured for NitroTPM support, the value is v2.0.

', 'ImageAttribute$UefiData' => '

Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', 'ImageAttribute$LastLaunchedTime' => '

The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.

lastLaunchedTime data is available starting April 2017.

', 'ImageAttribute$ImdsSupport' => '

If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

', 'InstanceAttribute$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'InstanceAttribute$InstanceType' => '

The instance type.

', 'InstanceAttribute$KernelId' => '

The kernel ID.

', 'InstanceAttribute$RamdiskId' => '

The RAM disk ID.

', 'InstanceAttribute$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'InstanceAttribute$SriovNetSupport' => '

Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'InstanceAttribute$UserData' => '

The user data.

', 'ModifyImageAttributeRequest$Description' => '

A new description for the AMI.

', 'ModifyImageAttributeRequest$ImdsSupport' => '

Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

Do not use this parameter unless your AMI software supports IMDSv2. After you set the value to v2.0, you can\'t undo it. The only way to “reset” your AMI is to create a new AMI from the underlying snapshot.

', 'ModifyInstanceAttributeRequest$InstanceInitiatedShutdownBehavior' => '

Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'ModifyInstanceAttributeRequest$InstanceType' => '

Changes the instance type to the specified value. For more information, see Instance types in the Amazon EC2 User Guide. If the instance type is not valid, the error returned is InvalidInstanceAttributeValue.

', 'ModifyInstanceAttributeRequest$Kernel' => '

Changes the instance\'s kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

', 'ModifyInstanceAttributeRequest$Ramdisk' => '

Changes the instance\'s RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB.

', 'ModifyInstanceAttributeRequest$SriovNetSupport' => '

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.

There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.

This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.

', 'ModifyNetworkInterfaceAttributeRequest$Description' => '

A description for the network interface.

', ], ], 'AuthorizationRule' => [ 'base' => '

Information about an authorization rule.

', 'refs' => [ 'AuthorizationRuleSet$member' => NULL, ], ], 'AuthorizationRuleSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnAuthorizationRulesResult$AuthorizationRules' => '

Information about the authorization rules.

', ], ], 'AuthorizeClientVpnIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeClientVpnIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'AuthorizeSecurityGroupIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'AutoAcceptSharedAssociationsValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$AutoAcceptSharedAssociations' => '

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainOptions$AutoAcceptSharedAssociations' => '

Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.

', ], ], 'AutoAcceptSharedAttachmentsValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$AutoAcceptSharedAttachments' => '

Enable or disable automatic acceptance of attachment requests.

', 'TransitGatewayOptions$AutoAcceptSharedAttachments' => '

Indicates whether attachment requests are automatically accepted.

', 'TransitGatewayRequestOptions$AutoAcceptSharedAttachments' => '

Enable or disable automatic acceptance of attachment requests. Disabled by default.

', ], ], 'AutoPlacement' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$AutoPlacement' => '

Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding auto-placement and affinity in the Amazon EC2 User Guide.

Default: on

', 'Host$AutoPlacement' => '

Whether auto-placement is on or off.

', 'ModifyHostsRequest$AutoPlacement' => '

Specify whether to enable or disable auto-placement.

', ], ], 'AutoRecoveryFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$AutoRecoverySupported' => '

Indicates whether Amazon CloudWatch action based recovery is supported.

', ], ], 'AvailabilityZone' => [ 'base' => '

Describes Availability Zones, Local Zones, and Wavelength Zones.

', 'refs' => [ 'AvailabilityZoneList$member' => NULL, ], ], 'AvailabilityZoneId' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationRequest$AvailabilityZoneId' => '

The ID of the Availability Zone in which to create the Capacity Reservation.

', ], ], 'AvailabilityZoneList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesResult$AvailabilityZones' => '

Information about the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'AvailabilityZoneMessage' => [ 'base' => '

Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.

', 'refs' => [ 'AvailabilityZoneMessageList$member' => NULL, ], ], 'AvailabilityZoneMessageList' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$Messages' => '

Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

', ], ], 'AvailabilityZoneName' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationRequest$AvailabilityZone' => '

The Availability Zone in which to create the Capacity Reservation.

', 'CreateVolumeRequest$AvailabilityZone' => '

The ID of the Availability Zone in which to create the volume. For example, us-east-1a.

', ], ], 'AvailabilityZoneOptInStatus' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$OptInStatus' => '

For Availability Zones, this parameter always has the value of opt-in-not-required.

For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in, and not-opted-in.

', ], ], 'AvailabilityZoneState' => [ 'base' => NULL, 'refs' => [ 'AvailabilityZone$State' => '

The state of the Availability Zone, Local Zone, or Wavelength Zone. This value is always available.

', ], ], 'AvailabilityZoneStringList' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresRequest$AvailabilityZones' => '

One or more Availability Zones. For example, us-east-2a.

', 'EnableFastSnapshotRestoresRequest$AvailabilityZones' => '

One or more Availability Zones. For example, us-east-2a.

', ], ], 'AvailableCapacity' => [ 'base' => '

The capacity information for instances that can be launched onto the Dedicated Host.

', 'refs' => [ 'Host$AvailableCapacity' => '

Information about the instances running on the Dedicated Host.

', ], ], 'AvailableInstanceCapacityList' => [ 'base' => NULL, 'refs' => [ 'AvailableCapacity$AvailableInstanceCapacity' => '

The number of instances that can be launched onto the Dedicated Host depending on the host\'s available capacity. For Dedicated Hosts that support multiple instance types, this parameter represents the number of instances for each instance size that is supported on the host.

', ], ], 'BareMetal' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$BareMetal' => '

Indicates whether bare metal instance types must be included, excluded, or required.

Default: excluded

', 'InstanceRequirementsRequest$BareMetal' => '

Indicates whether bare metal instance types must be included, excluded, or required.

Default: excluded

', ], ], 'BareMetalFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$BareMetal' => '

Indicates whether the instance is a bare metal instance type.

', ], ], 'BaselineBandwidthInGbps' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$BaselineBandwidthInGbps' => '

The baseline network performance of the network card, in Gbps.

', ], ], 'BaselineBandwidthInMbps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineBandwidthInMbps' => '

The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

', ], ], 'BaselineEbsBandwidthMbps' => [ 'base' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirements$BaselineEbsBandwidthMbps' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'BaselineEbsBandwidthMbpsRequest' => [ 'base' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirementsRequest$BaselineEbsBandwidthMbps' => '

The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'BaselineIops' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineIops' => '

The baseline input/output storage operations per seconds for an EBS-optimized instance type.

', ], ], 'BaselineThroughputInMBps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$BaselineThroughputInMBps' => '

The baseline throughput performance for an EBS-optimized instance type, in MB/s.

', ], ], 'BatchState' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsSuccessItem$CurrentSpotFleetRequestState' => '

The current state of the Spot Fleet request.

', 'CancelSpotFleetRequestsSuccessItem$PreviousSpotFleetRequestState' => '

The previous state of the Spot Fleet request.

', 'SpotFleetRequestConfig$SpotFleetRequestState' => '

The state of the Spot Fleet request.

', ], ], 'BgpStatus' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachmentBgpConfiguration$BgpStatus' => '

The BGP status.

', ], ], 'BillingProductList' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$BillingProducts' => '

The billing product codes. Your account must be authorized to specify billing product codes.

If your account is not authorized to specify billing product codes, you can publish AMIs that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller on the Amazon Web Services Marketplace. For more information, see Getting started as a seller and AMI-based products in the Amazon Web Services Marketplace Seller Guide.

', ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'BlobAttributeValue$Value' => NULL, 'ImportKeyPairRequest$PublicKeyMaterial' => '

The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.

', 'S3Storage$UploadPolicy' => '

An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.

', ], ], 'BlobAttributeValue' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceAttributeRequest$UserData' => '

Changes the instance\'s user data to the specified value. If you are using an Amazon Web Services SDK or command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text.

', ], ], 'BlockDeviceMapping' => [ 'base' => '

Describes a block device mapping, which defines the EBS volumes and instance store volumes to attach to an instance at launch.

', 'refs' => [ 'BlockDeviceMappingList$member' => NULL, 'BlockDeviceMappingRequestList$member' => NULL, ], ], 'BlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'Image$BlockDeviceMappings' => '

Any block device mapping entries.

', 'ImageAttribute$BlockDeviceMappings' => '

The block device mapping entries.

', 'LaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries.

', 'RequestSpotLaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries. You can\'t specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

', 'SpotFleetLaunchSpecification$BlockDeviceMappings' => '

One or more block devices that are mapped to the Spot Instances. You can\'t specify both a snapshot ID and an encryption value. This is because only blank volumes can be encrypted on creation. If a snapshot is the basis for a volume, it is not blank and its encryption status is used for the volume encryption status.

', ], ], 'BlockDeviceMappingRequestList' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$BlockDeviceMappings' => '

The block device mappings. This parameter cannot be used to modify the encryption status of existing volumes or snapshots. To create an AMI with encrypted snapshots, use the CopyImage action.

', 'RegisterImageRequest$BlockDeviceMappings' => '

The block device mapping entries.

If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can\'t specify the encryption state of the volume.

If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, Amazon EBS local snapshots on Outposts in the Amazon EC2 User Guide.

', 'RunInstancesRequest$BlockDeviceMappings' => '

The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see Block device mappings in the Amazon EC2 User Guide.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptReservedInstancesExchangeQuoteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AcceptVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AdvertiseByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AllocateIpamPoolCidrRequest$PreviewNextCidr' => '

A preview of the next available CIDR in a pool.

', 'AnalysisAclRule$Egress' => '

Indicates whether the rule is an outbound rule.

', 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssignPrivateIpAddressesRequest$AllowReassignment' => '

Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.

', 'AssignPrivateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateAddressRequest$AllowReassociation' => '

Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.

', 'AssociateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateEnclaveCertificateIamRoleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateTrunkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AssociateVpcCidrBlockRequest$AmazonProvidedIpv6CidrBlock' => '

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.

', 'AttachClassicLinkVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachClassicLinkVpcResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'AttachInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AttachmentEnaSrdSpecification$EnaSrdEnabled' => '

Indicates whether ENA Express is enabled for the network interface that\'s attached to the instance.

', 'AttachmentEnaSrdUdpSpecification$EnaSrdUdpEnabled' => '

Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.

', 'AttributeBooleanValue$Value' => '

The attribute value. The valid values are true or false.

', 'AuthorizationRule$AccessAll' => '

Indicates whether the authorization rule grants access to all clients.

', 'AuthorizeClientVpnIngressRequest$AuthorizeAllGroups' => '

Indicates whether to grant access to all clients. Specify true to grant all clients who successfully establish a VPN connection access to the network. Must be set to true if AccessGroupId is not specified.

', 'AuthorizeClientVpnIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'AuthorizeSecurityGroupIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'AuthorizeSecurityGroupIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'BundleInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelBundleTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelCapacityReservationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CancelConversionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelImageLaunchPermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelImageLaunchPermissionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CancelImportTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelSpotFleetRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CancelSpotFleetRequestsRequest$TerminateInstances' => '

Indicates whether to terminate the associated instances when the Spot Fleet request is canceled. The default is to terminate the instances.

To let the instances continue to run after the Spot Fleet request is canceled, specify no-terminate-instances.

', 'CancelSpotInstanceRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CapacityReservation$EbsOptimized' => '

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

', 'CapacityReservation$EphemeralStorage' => '

Deprecated.

', 'ClassicLinkDnsSupport$ClassicLinkDnsSupported' => '

Indicates whether ClassicLink DNS support is enabled for the VPC.

', 'ClientConnectOptions$Enabled' => '

Indicates whether client connect options are enabled. The default is false (not enabled).

', 'ClientConnectResponseOptions$Enabled' => '

Indicates whether client connect options are enabled.

', 'ClientLoginBannerOptions$Enabled' => '

Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

Valid values: true | false

Default value: false

', 'ClientLoginBannerResponseOptions$Enabled' => '

Current state of text banner feature.

Valid values: true | false

', 'ClientVpnEndpoint$SplitTunnel' => '

Indicates whether split-tunnel is enabled in the Client VPN endpoint.

For information about split-tunnel VPN endpoints, see Split-Tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'CloudWatchLogOptions$LogEnabled' => '

Status of VPN tunnel logging feature. Default value is False.

Valid values: True | False

', 'CloudWatchLogOptionsSpecification$LogEnabled' => '

Enable or disable VPN tunnel logging feature. Default value is False.

Valid values: True | False

', 'ConfirmProductInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ConfirmProductInstanceResult$Return' => '

The return value of the request. Returns true if the specified product code is owned by the requester and associated with the specified instance.

', 'ConnectionLogOptions$Enabled' => '

Indicates whether connection logging is enabled.

', 'ConnectionLogResponseOptions$Enabled' => '

Indicates whether client connection logging is enabled for the Client VPN endpoint.

', 'CopyFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CopyImageRequest$Encrypted' => '

Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using KmsKeyId. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.

', 'CopyImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CopyImageRequest$CopyImageTags' => '

Indicates whether to include your user-defined AMI tags when copying the AMI.

The following tags will not be copied:

Default: Your user-defined AMI tags are not copied.

', 'CopySnapshotRequest$Encrypted' => '

To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see Amazon EBS encryption in the Amazon Elastic Compute Cloud User Guide.

', 'CopySnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCapacityReservationFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCapacityReservationRequest$EbsOptimized' => '

Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS- optimized instance.

', 'CreateCapacityReservationRequest$EphemeralStorage' => '

Deprecated.

', 'CreateCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCarrierGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateClientVpnEndpointRequest$SplitTunnel' => '

Indicates whether split-tunnel is enabled on the Client VPN endpoint.

By default, split-tunnel on a VPN endpoint is disabled.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'CreateClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateClientVpnRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCoipPoolRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateCustomerGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDefaultSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDefaultSubnetRequest$Ipv6Native' => '

Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.

', 'CreateDefaultVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateEgressOnlyInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFleetRequest$TerminateInstancesWithExpiration' => '

Indicates whether running instances should be terminated when the EC2 Fleet expires.

', 'CreateFleetRequest$ReplaceUnhealthyInstances' => '

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

', 'CreateFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateImageRequest$NoReboot' => '

Indicates whether or not the instance should be automatically rebooted before creating the image. Specify one of the following values:

Default: false

', 'CreateInstanceConnectEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateInstanceConnectEndpointRequest$PreserveClientIp' => '

Indicates whether your client\'s IP address is preserved as the source. The value is true or false.

Default: true

', 'CreateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamPoolRequest$AutoImport' => '

If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'CreateIpamPoolRequest$PubliclyAdvertisable' => '

Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to ipv4.

', 'CreateIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateVersionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLaunchTemplateVersionRequest$ResolveAlias' => '

If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageID. For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

Default: false

', 'CreateLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNatGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkAclEntryRequest$Egress' => '

Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).

', 'CreateNetworkAclRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInsightsAccessScopeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInsightsPathRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfacePermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateNetworkInterfaceRequest$EnablePrimaryIpv6' => '

If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'CreatePlacementGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreatePublicIpv4PoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateReplaceRootVolumeTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateReplaceRootVolumeTaskRequest$DeleteReplacedRootVolume' => '

Indicates whether to automatically delete the original root volume after the root volume replacement task completes. To delete the original root volume, specify true. If you choose to keep the original root volume after the replacement task completes, you must manually delete it when you no longer need it.

', 'CreateRestoreImageTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateRouteResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'CreateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSecurityGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSnapshotsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateStoreImageTaskRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetCidrReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateSubnetRequest$Ipv6Native' => '

Indicates whether to create an IPv6 only subnet.

', 'CreateTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorFilterRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTrafficMirrorTargetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayConnectPeerRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayConnectRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayPrefixListReferenceRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'CreateTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'CreateTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVolumeRequest$Encrypted' => '

Indicates whether the volume should be encrypted. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Encryption by default in the Amazon Elastic Compute Cloud User Guide.

Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

', 'CreateVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVolumeRequest$MultiAttachEnabled' => '

Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Instances built on the Nitro System in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

', 'CreateVpcEndpointConnectionNotificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointRequest$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example, kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.

To use a private hosted zone, you must set the following VPC attributes to true: enableDnsHostnames and enableDnsSupport. Use ModifyVpcAttribute to set the VPC attributes.

Default: true

', 'CreateVpcEndpointServiceConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcEndpointServiceConfigurationRequest$AcceptanceRequired' => '

Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.

', 'CreateVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpcRequest$AmazonProvidedIpv6CidrBlock' => '

Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.

', 'CreateVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'CreateVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCarrierGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteClientVpnRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCoipPoolRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteCustomerGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteEgressOnlyInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteEgressOnlyInternetGatewayResult$ReturnCode' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DeleteFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFleetsRequest$TerminateInstances' => '

Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances.

To let the instances continue to run after the EC2 Fleet is deleted, specify no-terminate-instances. Supported only for fleets of type maintain and request.

For instant fleets, you cannot specify NoTerminateInstances. A deleted instant fleet with running instances is not supported.

', 'DeleteFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFpgaImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteFpgaImageResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'DeleteInstanceConnectEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteInstanceEventWindowRequest$ForceDelete' => '

Specify true to force delete the event window. Use the force delete parameter if the event window is currently associated with targets.

', 'DeleteInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamRequest$Cascade' => '

Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:

', 'DeleteIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLaunchTemplateVersionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteLocalGatewayRouteTableVpcAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNatGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkAclEntryRequest$Egress' => '

Indicates whether the rule is an egress rule.

', 'DeleteNetworkAclRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAccessScopeAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAccessScopeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInsightsPathRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInterfacePermissionRequest$Force' => '

Specify true to remove the permission even if the network interface is attached to an instance.

', 'DeleteNetworkInterfacePermissionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteNetworkInterfacePermissionResult$Return' => '

Returns true if the request succeeds, otherwise returns an error.

', 'DeleteNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePlacementGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePublicIpv4PoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeletePublicIpv4PoolResult$ReturnValue' => '

Information about the result of deleting the public IPv4 pool.

', 'DeleteQueuedReservedInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSecurityGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSubnetCidrReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteSubnetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorFilterRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTrafficMirrorTargetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayConnectPeerRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayConnectRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteTableAnnouncementRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointConnectionNotificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointServiceConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpcPeeringConnectionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DeleteVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeleteVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeprovisionPublicIpv4PoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance' => '

Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.

', 'DeregisterTransitGatewayMulticastGroupMembersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAccountAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressTransfersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressesAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAddressesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAggregateIdFormatRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAggregateIdFormatResult$UseLongIdsAggregated' => '

Indicates whether all resource types in the Region are configured to use longer IDs. This value is only true if all users are configured to use longer IDs for all resources types in the Region.

', 'DescribeAvailabilityZonesRequest$AllAvailabilityZones' => '

Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.

If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.

', 'DescribeAvailabilityZonesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeBundleTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeByoipCidrsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCapacityReservationFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCapacityReservationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCarrierGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClassicLinkInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnAuthorizationRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeClientVpnTargetNetworksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCoipPoolsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeConversionTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeCustomerGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeDhcpOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeEgressOnlyInternetGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeElasticGpusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeExportImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFastLaunchImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFleetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFlowLogsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeFpgaImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImagesRequest$IncludeDeprecated' => '

Specifies whether to include deprecated AMIs.

Default: No deprecated AMIs are included in the response.

If you are the AMI owner, all deprecated AMIs appear in the response regardless of what you specify for this parameter.

', 'DescribeImagesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImportImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeImportSnapshotTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceConnectEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceCreditSpecificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceEventWindowsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceStatusRequest$IncludeAllInstances' => '

When true, includes the health status for all instances. When false, includes the health status for running instances only.

Default: false

', 'DescribeInstanceTypeOfferingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstanceTypesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeInternetGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamPoolsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamResourceDiscoveriesRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamScopesRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpamsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeIpv6PoolsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeKeyPairsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeKeyPairsRequest$IncludePublicKey' => '

If true, the public key material is included in the response.

Default: false

', 'DescribeLaunchTemplateVersionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLaunchTemplateVersionsRequest$ResolveAlias' => '

If true, and if a Systems Manager parameter is specified for ImageId, the AMI ID is displayed in the response for imageId.

If false, and if a Systems Manager parameter is specified for ImageId, the parameter is displayed in the response for imageId.

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

Default: false

', 'DescribeLaunchTemplatesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewayVirtualInterfacesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeLocalGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeManagedPrefixListsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeMovingAddressesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNatGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkAclsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAccessScopesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsAnalysesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInsightsPathsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeNetworkInterfacesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePlacementGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePrefixListsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribePrincipalIdFormatRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRegionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRegionsRequest$AllRegions' => '

Indicates whether to display all Regions, including Regions that are disabled for your account.

', 'DescribeReplaceRootVolumeTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeReservedInstancesOfferingsRequest$IncludeMarketplace' => '

Include Reserved Instance Marketplace offerings in the response.

', 'DescribeReservedInstancesOfferingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeReservedInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeScheduledInstanceAvailabilityRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupReferencesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSecurityGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotTierStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSnapshotsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotDatafeedSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetRequestHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotFleetRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotInstanceRequestsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSpotPriceHistoryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeStaleSecurityGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeStoreImageTasksRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeSubnetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTagsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorFiltersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorSessionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrafficMirrorTargetsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayConnectPeersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayConnectsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayMulticastDomainsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayPolicyTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayRouteTablesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewayVpcAttachmentsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTransitGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeTrunkInterfaceAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVerifiedAccessTrustProvidersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumeAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumeStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumesModificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVolumesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointConnectionNotificationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServiceConfigurationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServicePermissionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointServicesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcEndpointsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcPeeringConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpcsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DescribeVpnGatewaysRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DestinationOptionsRequest$HiveCompatiblePartitions' => '

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

', 'DestinationOptionsRequest$PerHourPartition' => '

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.

', 'DestinationOptionsResponse$HiveCompatiblePartitions' => '

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3.

', 'DestinationOptionsResponse$PerHourPartition' => '

Indicates whether to partition the flow log per hour.

', 'DetachClassicLinkVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachClassicLinkVpcResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DetachInternetGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachNetworkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachNetworkInterfaceRequest$Force' => '

Specifies whether to force a detachment.

', 'DetachVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachVolumeRequest$Force' => '

Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won\'t have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.

', 'DetachVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DetachVpnGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableAwsNetworkPerformanceMetricSubscriptionResult$Output' => '

Indicates whether the unsubscribe action was successful.

', 'DisableEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

The updated status of encryption by default.

', 'DisableFastLaunchRequest$Force' => '

Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.

', 'DisableFastLaunchRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableImageDeprecationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableImageDeprecationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisableIpamOrganizationAdminAccountRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableIpamOrganizationAdminAccountResult$Success' => '

The result of disabling the IPAM account.

', 'DisableSerialConsoleAccessRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableSerialConsoleAccessResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'DisableTransitGatewayRouteTablePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVgwRoutePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVpcClassicLinkDnsSupportResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisableVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisableVpcClassicLinkResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisassociateAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateClientVpnTargetNetworkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateEnclaveCertificateIamRoleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateEnclaveCertificateIamRoleResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DisassociateInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayMulticastDomainRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayPolicyTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTransitGatewayRouteTableRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTrunkInterfaceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'DisassociateTrunkInterfaceResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'DnsOptions$PrivateDnsOnlyForInboundResolverEndpoint' => '

Indicates whether to enable private DNS only for inbound endpoints.

', 'DnsOptionsSpecification$PrivateDnsOnlyForInboundResolverEndpoint' => '

Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.

', 'DnsServersOptionsModifyStructure$Enabled' => '

Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.

', 'EbsBlockDevice$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination. For more information, see Preserving Amazon EBS volumes on instance termination in the Amazon EC2 User Guide.

', 'EbsBlockDevice$Encrypted' => '

Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot. The effect of setting the encryption state to true depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see Amazon EBS encryption in the Amazon EC2 User Guide.

In no case can you remove encryption from an encrypted volume.

Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For more information, see Supported instance types.

This parameter is not returned by DescribeImageAttribute.

For CreateImage and RegisterImage, whether you can include this parameter, and the allowed values differ depending on the type of block device mapping you are creating.

', 'EbsInstanceBlockDevice$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'EbsInstanceBlockDeviceSpecification$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'Ec2InstanceConnectEndpoint$PreserveClientIp' => '

Indicates whether your client\'s IP address is preserved as the source. The value is true or false.

Default: true

', 'EnaSrdSpecification$EnaSrdEnabled' => '

Indicates whether ENA Express is enabled for the network interface.

', 'EnaSrdUdpSpecification$EnaSrdUdpEnabled' => '

Indicates whether UDP traffic uses ENA Express. To specify this setting, you must first enable ENA Express.

', 'EnableAddressTransferRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableAwsNetworkPerformanceMetricSubscriptionResult$Output' => '

Indicates whether the subscribe action was successful.

', 'EnableEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

The updated status of encryption by default.

', 'EnableFastLaunchRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableFastSnapshotRestoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableImageDeprecationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableImageDeprecationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnableIpamOrganizationAdminAccountRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableIpamOrganizationAdminAccountResult$Success' => '

The result of enabling the IPAM account.

', 'EnableReachabilityAnalyzerOrganizationSharingRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableReachabilityAnalyzerOrganizationSharingResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'EnableSerialConsoleAccessRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableSerialConsoleAccessResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'EnableTransitGatewayRouteTablePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVgwRoutePropagationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVolumeIORequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVpcClassicLinkDnsSupportResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnableVpcClassicLinkRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'EnableVpcClassicLinkResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'EnclaveOptions$Enabled' => '

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

', 'EnclaveOptionsRequest$Enabled' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

', 'ExportClientVpnClientCertificateRevocationListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportClientVpnClientConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ExportTransitGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'FleetCapacityReservation$EbsOptimized' => '

Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.

', 'FleetData$TerminateInstancesWithExpiration' => '

Indicates whether running instances should be terminated when the EC2 Fleet expires.

', 'FleetData$ReplaceUnhealthyInstances' => '

Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.

', 'FpgaImage$Public' => '

Indicates whether the AFI is public.

', 'FpgaImage$DataRetentionSupport' => '

Indicates whether data retention support is enabled for the AFI.

', 'GetAssociatedEnclaveCertificateIamRolesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetAssociatedIpv6PoolCidrsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetAwsNetworkPerformanceDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetCapacityReservationUsageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetCoipPoolUsageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleOutputRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleOutputRequest$Latest' => '

When enabled, retrieves the latest console output for the instance.

Default: disabled (false)

', 'GetConsoleScreenshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetConsoleScreenshotRequest$WakeUp' => '

When set to true, acts as keystroke input and wakes up an instance that\'s in standby or "sleep" mode.

', 'GetDefaultCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsEncryptionByDefaultRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetEbsEncryptionByDefaultResult$EbsEncryptionByDefault' => '

Indicates whether encryption by default is enabled.

', 'GetFlowLogsIntegrationTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetGroupsForCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetInstanceTypesFromInstanceRequirementsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetInstanceUefiDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamAddressHistoryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamDiscoveredAccountsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamDiscoveredResourceCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamPoolAllocationsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamPoolCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetIpamResourceCidrsRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetLaunchTemplateDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetManagedPrefixListAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetManagedPrefixListEntriesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetNetworkInsightsAccessScopeContentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetPasswordDataRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetReservedInstancesExchangeQuoteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetReservedInstancesExchangeQuoteResult$IsValidExchange' => '

If true, the exchange is valid. If false, the exchange cannot be completed.

', 'GetSerialConsoleAccessStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetSerialConsoleAccessStatusResult$SerialConsoleAccessEnabled' => '

If true, access to the EC2 serial console of all instances is enabled for your account. If false, access to the EC2 serial console of all instances is disabled for your account.

', 'GetSpotPlacementScoresRequest$SingleAvailabilityZone' => '

Specify true so that the response returns a list of scored Availability Zones. Otherwise, the response returns a list of scored Regions.

A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone.

', 'GetSpotPlacementScoresRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetSubnetCidrReservationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayAttachmentPropagationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPolicyTableAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPolicyTableEntriesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayPrefixListReferencesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayRouteTableAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetTransitGatewayRouteTablePropagationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessEndpointPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessEndpointPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'GetVerifiedAccessGroupPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVerifiedAccessGroupPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVpnConnectionDeviceTypesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'GetVpnTunnelReplacementStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'HibernationOptions$Configured' => '

If true, your instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

', 'HibernationOptionsRequest$Configured' => '

Set to true to enable your instance for hibernation.

Default: false

', 'Host$MemberOfServiceLinkedResourceGroup' => '

Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true, the host is in a host resource group; otherwise, it is not.

', 'IdFormat$UseLongIds' => '

Indicates whether longer IDs (17-character IDs) are enabled for the resource.

', 'Image$Public' => '

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

', 'Image$EnaSupport' => '

Specifies whether enhanced networking with ENA is enabled.

', 'ImportClientVpnClientCertificateRevocationListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportClientVpnClientCertificateRevocationListResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ImportImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportImageRequest$Encrypted' => '

Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ImportImageResult$Encrypted' => '

Indicates whether the AMI is encrypted.

', 'ImportImageTask$Encrypted' => '

Indicates whether the image is encrypted.

', 'ImportInstanceLaunchSpecification$Monitoring' => '

Indicates whether monitoring is enabled.

', 'ImportInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportKeyPairRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportSnapshotRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ImportSnapshotRequest$Encrypted' => '

Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using KmsKeyId. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide.

', 'ImportVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'Instance$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

', 'Instance$EnaSupport' => '

Specifies whether enhanced networking with ENA is enabled.

', 'Instance$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'InstanceIpv6Address$IsPrimaryIpv6' => '

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see RunInstances.

', 'InstanceNetworkInterface$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'InstanceNetworkInterfaceAttachment$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'InstanceNetworkInterfaceSpecification$AssociatePublicIpAddress' => '

Indicates whether to assign a public IPv4 address to an instance you launch in a VPC. The public IP address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

', 'InstanceNetworkInterfaceSpecification$DeleteOnTermination' => '

If set to true, the interface is deleted when the instance is terminated. You can specify true only if creating a new network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress' => '

Indicates whether to assign a carrier IP address to the network interface.

You can only assign a carrier IP address to a network interface that is in a subnet in a Wavelength Zone. For more information about carrier IP addresses, see Carrier IP address in the Amazon Web Services Wavelength Developer Guide.

', 'InstanceNetworkInterfaceSpecification$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'InstancePrivateIpAddress$Primary' => '

Indicates whether this IPv4 address is the primary private IP address of the network interface.

', 'InstanceRequirements$RequireHibernateSupport' => '

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

', 'InstanceRequirementsRequest$RequireHibernateSupport' => '

Indicates whether instance types must support hibernation for On-Demand Instances.

This parameter is not supported for GetSpotPlacementScores.

Default: false

', 'InstanceSpecification$ExcludeBootVolume' => '

Excludes the root volume from being snapshotted.

', 'InstanceTagNotificationAttribute$IncludeAllTagsOfInstance' => '

Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.

', 'IpamPool$AutoImport' => '

If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'IpamPool$PubliclyAdvertisable' => '

Determines if a pool is publicly advertisable. This option is not available for pools with AddressFamily set to ipv4.

', 'IpamResourceDiscovery$IsDefault' => '

Defines if the resource discovery is the default. The default resource discovery is the resource discovery automatically created when you create an IPAM.

', 'IpamResourceDiscoveryAssociation$IsDefault' => '

Defines if the resource discovery is the default. When you create an IPAM, a default resource discovery is created for your IPAM and it\'s associated with your IPAM.

', 'IpamScope$IsDefault' => '

Defines if the scope is the default scope or not.

', 'LaunchSpecification$EbsOptimized' => '

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'LaunchTemplateEbsBlockDevice$Encrypted' => '

Indicates whether the EBS volume is encrypted.

', 'LaunchTemplateEbsBlockDevice$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'LaunchTemplateEbsBlockDeviceRequest$Encrypted' => '

Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can\'t specify an encryption value.

', 'LaunchTemplateEbsBlockDeviceRequest$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'LaunchTemplateEnclaveOptions$Enabled' => '

If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

', 'LaunchTemplateEnclaveOptionsRequest$Enabled' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true.

', 'LaunchTemplateHibernationOptions$Configured' => '

If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.

', 'LaunchTemplateHibernationOptionsRequest$Configured' => '

If you set this parameter to true, the instance is enabled for hibernation.

Default: false

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$AssociateCarrierIpAddress' => '

Indicates whether to associate a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$AssociatePublicIpAddress' => '

Indicates whether to associate a public IPv4 address with eth0 for a new network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociateCarrierIpAddress' => '

Associates a Carrier IP address with eth0 for a new network interface.

Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see Carrier IP addresses in the Wavelength Developer Guide.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$AssociatePublicIpAddress' => '

Associates a public IPv4 address with eth0 for a new network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrimaryIpv6' => '

The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see RunInstances.

', 'LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'LaunchTemplatePrivateDnsNameOptions$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'LaunchTemplateVersion$DefaultVersion' => '

Indicates whether the version is the default version.

', 'LaunchTemplatesMonitoring$Enabled' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', 'LaunchTemplatesMonitoringRequest$Enabled' => '

Specify true to enable detailed monitoring. Otherwise, basic monitoring is enabled.

', 'ListImagesInRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ListSnapshotsInRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAddressAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAvailabilityZoneGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyAvailabilityZoneGroupResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ModifyCapacityReservationFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyCapacityReservationFleetRequest$RemoveEndDate' => '

Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly cancel it using the CancelCapacityReservationFleet action.

You can\'t specify RemoveEndDate and EndDate in the same request.

', 'ModifyCapacityReservationFleetResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyCapacityReservationRequest$Accept' => '

Reserved. Capacity Reservations you have created are accepted by default.

', 'ModifyCapacityReservationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyCapacityReservationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyClientVpnEndpointRequest$SplitTunnel' => '

Indicates whether the VPN is split-tunnel.

For information about split-tunnel VPN endpoints, see Split-tunnel Client VPN endpoint in the Client VPN Administrator Guide.

', 'ModifyClientVpnEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyClientVpnEndpointResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyDefaultCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyFleetResult$Return' => '

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.

', 'ModifyFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIdFormatRequest$UseLongIds' => '

Indicate whether the resource should use longer IDs (17-character IDs).

', 'ModifyIdentityIdFormatRequest$UseLongIds' => '

Indicates whether the resource should use longer IDs (17-character IDs)

', 'ModifyImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceCapacityReservationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceCapacityReservationAttributesResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyInstanceCreditSpecificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceEventStartTimeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceEventWindowRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceMaintenanceOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstanceMetadataOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyInstancePlacementResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ModifyIpamPoolRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamPoolRequest$AutoImport' => '

If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool\'s allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only.

A locale must be set on the pool for this feature to work.

', 'ModifyIpamPoolRequest$ClearAllocationDefaultNetmaskLength' => '

Clear the default netmask length allocation rule for this pool.

', 'ModifyIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamResourceCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamResourceCidrRequest$Monitored' => '

Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.

', 'ModifyIpamResourceDiscoveryRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyIpamScopeRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyLaunchTemplateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyLocalGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyManagedPrefixListRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyNetworkInterfaceAttributeRequest$EnablePrimaryIpv6' => '

If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'ModifyPrivateDnsNameOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'ModifyPrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'ModifyPrivateDnsNameOptionsResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifySecurityGroupRulesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySecurityGroupRulesResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'ModifySnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySnapshotTierRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifySpotFleetRequestResponse$Return' => '

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTrafficMirrorFilterRuleRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTrafficMirrorSessionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayPrefixListReferenceRequest$Blackhole' => '

Indicates whether to drop traffic that matches this route.

', 'ModifyTransitGatewayPrefixListReferenceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessEndpointPolicyRequest$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessEndpointPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessEndpointPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessGroupPolicyRequest$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessGroupPolicyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessGroupPolicyResult$PolicyEnabled' => '

The status of the Verified Access policy.

', 'ModifyVerifiedAccessGroupRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessInstanceRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVerifiedAccessTrustProviderRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVolumeRequest$MultiAttachEnabled' => '

Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 Nitro-based instances in the same Availability Zone. This parameter is supported with io1 and io2 volumes only. For more information, see Amazon EBS Multi-Attach in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyVpcEndpointConnectionNotificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointConnectionNotificationResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointRequest$ResetPolicy' => '

(Gateway endpoint) Specify true to reset the policy document to the default policy. The default policy allows full access to the service.

', 'ModifyVpcEndpointRequest$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.

', 'ModifyVpcEndpointResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServiceConfigurationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemovePrivateDnsName' => '

(Interface endpoint configuration) Removes the private DNS name of the endpoint service.

', 'ModifyVpcEndpointServiceConfigurationRequest$AcceptanceRequired' => '

Indicates whether requests to create an endpoint to your service must be accepted.

', 'ModifyVpcEndpointServiceConfigurationResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServicePayerResponsibilityRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServicePayerResponsibilityResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcEndpointServicePermissionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcEndpointServicePermissionsResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ModifyVpcPeeringConnectionOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcTenancyRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpcTenancyResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'ModifyVpnConnectionOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelCertificateRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelOptionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ModifyVpnTunnelOptionsRequest$SkipTunnelReplacement' => '

Choose whether or not to trigger immediate tunnel replacement.

Valid values: True | False

', 'ModifyVpnTunnelOptionsSpecification$EnableTunnelLifecycleControl' => '

Turn on or off tunnel endpoint lifecycle control feature.

', 'MonitorInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'MoveAddressToVpcRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'MoveByoipCidrToIpamRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'NatGatewayAddress$IsPrimary' => '

Defines if the IP address is the primary address.

', 'NetworkAcl$IsDefault' => '

Indicates whether this is the default network ACL for the VPC.

', 'NetworkAclEntry$Egress' => '

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet).

', 'NetworkInsightsAnalysis$NetworkPathFound' => '

Indicates whether the destination is reachable from the source.

', 'NetworkInterface$RequesterManaged' => '

Indicates whether the network interface is being managed by Amazon Web Services.

', 'NetworkInterface$SourceDestCheck' => '

Indicates whether source/destination checking is enabled.

', 'NetworkInterface$DenyAllIgwTraffic' => '

Indicates whether a network interface with an IPv6 address is unreachable from the public internet. If the value is true, inbound traffic from the internet is dropped and you cannot assign an elastic IP address to the network interface. The network interface is reachable from peered VPCs and resources connected through a transit gateway, including on-premises networks.

', 'NetworkInterface$Ipv6Native' => '

Indicates whether this is an IPv6 only network interface.

', 'NetworkInterfaceAttachment$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'NetworkInterfaceAttachmentChanges$DeleteOnTermination' => '

Indicates whether the network interface is deleted when the instance is terminated.

', 'NetworkInterfaceIpv6Address$IsPrimaryIpv6' => '

Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see ModifyNetworkInterfaceAttribute.

', 'NetworkInterfacePrivateIpAddress$Primary' => '

Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.

', 'OnDemandOptions$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.

Supported only for fleets of type instant.

', 'OnDemandOptions$SingleAvailabilityZone' => '

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'OnDemandOptionsRequest$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.

Supported only for fleets of type instant.

', 'OnDemandOptionsRequest$SingleAvailabilityZone' => '

Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'PeeringConnectionOptions$AllowDnsResolutionFromRemoteVpc' => '

If true, the public DNS hostnames of instances in the specified VPC resolve to private IP addresses when queried from instances in the peer VPC.

', 'PeeringConnectionOptions$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'PeeringConnectionOptions$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'PeeringConnectionOptionsRequest$AllowDnsResolutionFromRemoteVpc' => '

If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

', 'PeeringConnectionOptionsRequest$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'PeeringConnectionOptionsRequest$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'PriceSchedule$Active' => '

The current price schedule, as determined by the term remaining for the Reserved Instance in the listing.

A specific price schedule is always in effect, but only one price schedule can be active at any time. Take, for example, a Reserved Instance listing that has five months remaining in its term. When you specify price schedules for five months and two months, this means that schedule 1, covering the first three months of the remaining term, will be active during months 5, 4, and 3. Then schedule 2, covering the last two months of the term, will be active for months 2 and 1.

', 'PrivateDnsNameOptionsOnLaunch$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsOnLaunch$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostname with DNS AAAA records.

', 'PrivateDnsNameOptionsRequest$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsRequest$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'PrivateDnsNameOptionsResponse$EnableResourceNameDnsARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

', 'PrivateDnsNameOptionsResponse$EnableResourceNameDnsAAAARecord' => '

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

', 'PrivateIpAddressSpecification$Primary' => '

Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.

', 'ProvisionByoipCidrRequest$PubliclyAdvertisable' => '

(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.

Default: true

', 'ProvisionByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ProvisionByoipCidrRequest$MultiRegion' => '

Reserved.

', 'ProvisionIpamPoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ProvisionPublicIpv4PoolCidrRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'PurchaseReservedInstancesOfferingRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'PurchaseScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RebootInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterImageRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterImageRequest$EnaSupport' => '

Set to true to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

', 'RegisterInstanceEventNotificationAttributesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterInstanceTagAttributeRequest$IncludeAllTagsOfInstance' => '

Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayPeeringAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectTransitGatewayVpcAttachmentRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcEndpointConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcPeeringConnectionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RejectVpcPeeringConnectionResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'ReleaseAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReleaseIpamPoolAllocationRequest$DryRun' => '

A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReleaseIpamPoolAllocationResult$Success' => '

Indicates if the release was successful.

', 'ReplaceNetworkAclAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceNetworkAclEntryRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceNetworkAclEntryRequest$Egress' => '

Indicates whether to replace the egress rule.

Default: If no value is specified, we replace the ingress rule.

', 'ReplaceRootVolumeTask$DeleteReplacedRootVolume' => '

Indicates whether the original root volume is to be deleted after the root volume replacement task completes.

', 'ReplaceRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceRouteRequest$LocalTarget' => '

Specifies whether to reset the local route to its default target (local).

', 'ReplaceRouteTableAssociationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceTransitGatewayRouteRequest$Blackhole' => '

Indicates whether traffic matching this route is to be dropped.

', 'ReplaceTransitGatewayRouteRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceVpnTunnelRequest$ApplyPendingMaintenance' => '

Trigger pending tunnel endpoint maintenance.

', 'ReplaceVpnTunnelRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ReplaceVpnTunnelResult$Return' => '

Confirmation of replace tunnel operation.

', 'ReportInstanceStatusRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestLaunchTemplateData$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

', 'RequestLaunchTemplateData$DisableApiTermination' => '

If you set this parameter to true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

', 'RequestLaunchTemplateData$DisableApiStop' => '

Indicates whether to enable the instance for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotFleetRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestSpotInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RequestSpotLaunchSpecification$EbsOptimized' => '

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'ReservationFleetInstanceSpecification$EbsOptimized' => '

Indicates whether the Capacity Reservation Fleet supports EBS-optimized instances types. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using EBS-optimized instance types.

', 'ReservedInstancesOffering$Marketplace' => '

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services. If it\'s a Reserved Instance Marketplace offering, this is true.

', 'ResetAddressAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetEbsDefaultKmsKeyIdRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetFpgaImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetFpgaImageAttributeResult$Return' => '

Is true if the request succeeds, and an error otherwise.

', 'ResetImageAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetInstanceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetNetworkInterfaceAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResetSnapshotAttributeRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ResponseLaunchTemplateData$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O.

', 'ResponseLaunchTemplateData$DisableApiTermination' => '

If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API.

', 'ResponseLaunchTemplateData$DisableApiStop' => '

Indicates whether the instance is enabled for stop protection. For more information, see Stop protection in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreAddressToClassicRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreImageFromRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreImageFromRecycleBinResult$Return' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'RestoreManagedPrefixListVersionRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotFromRecycleBinRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotFromRecycleBinResult$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'RestoreSnapshotTierRequest$PermanentRestore' => '

Indicates whether to permanently restore an archived snapshot. To permanently restore an archived snapshot, specify true and omit the RestoreSnapshotTierRequest$TemporaryRestoreDays parameter.

', 'RestoreSnapshotTierRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RestoreSnapshotTierResult$IsPermanentRestore' => '

Indicates whether the snapshot is permanently restored. true indicates a permanent restore. false indicates a temporary restore.

', 'RevokeClientVpnIngressRequest$RevokeAllGroups' => '

Indicates whether access should be revoked for all clients.

', 'RevokeClientVpnIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'RevokeSecurityGroupIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RevokeSecurityGroupIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'RouteTableAssociation$Main' => '

Indicates whether this is the main route table.

', 'RunInstancesMonitoringEnabled$Enabled' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', 'RunInstancesRequest$DisableApiTermination' => '

If you set this parameter to true, you can\'t terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use ModifyInstanceAttribute. Alternatively, if you set InstanceInitiatedShutdownBehavior to terminate, you can terminate the instance by running the shutdown command from the instance.

Default: false

', 'RunInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'RunInstancesRequest$EbsOptimized' => '

Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

', 'RunInstancesRequest$DisableApiStop' => '

Indicates whether an instance is enabled for stop protection. For more information, see Stop protection.

', 'RunInstancesRequest$EnablePrimaryIpv6' => '

If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if an instance relies on its IPv6 address not changing. When you launch the instance, Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.

', 'RunScheduledInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ScheduledInstanceRecurrence$OccurrenceRelativeToEnd' => '

Indicates whether the occurrence is relative to the end of the specified week or month.

', 'ScheduledInstanceRecurrenceRequest$OccurrenceRelativeToEnd' => '

Indicates whether the occurrence is relative to the end of the specified week or month. You can\'t specify this value with a daily schedule.

', 'ScheduledInstancesEbs$DeleteOnTermination' => '

Indicates whether the volume is deleted on instance termination.

', 'ScheduledInstancesEbs$Encrypted' => '

Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that support them.

', 'ScheduledInstancesLaunchSpecification$EbsOptimized' => '

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS-optimized instance.

Default: false

', 'ScheduledInstancesMonitoring$Enabled' => '

Indicates whether monitoring is enabled.

', 'ScheduledInstancesNetworkInterface$AssociatePublicIpAddress' => '

Indicates whether to assign a public IPv4 address to instances launched in a VPC. The public IPv4 address can only be assigned to a network interface for eth0, and can only be assigned to a new network interface, not an existing one. You cannot specify more than one network interface in the request. If launching into a default subnet, the default value is true.

', 'ScheduledInstancesNetworkInterface$DeleteOnTermination' => '

Indicates whether to delete the interface when the instance is terminated.

', 'ScheduledInstancesPrivateIpAddressConfig$Primary' => '

Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

', 'SearchLocalGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayMulticastGroupsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayRoutesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'SearchTransitGatewayRoutesResult$AdditionalRoutesAvailable' => '

Indicates whether there are additional routes available.

', 'SecurityGroupRule$IsEgress' => '

Indicates whether the security group rule is an outbound rule.

', 'SendDiagnosticInterruptRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'ServiceConfiguration$AcceptanceRequired' => '

Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.

', 'ServiceConfiguration$ManagesVpcEndpoints' => '

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

', 'ServiceDetail$VpcEndpointPolicySupported' => '

Indicates whether the service supports endpoint policies.

', 'ServiceDetail$AcceptanceRequired' => '

Indicates whether VPC endpoint connection requests to the service must be accepted by the service owner.

', 'ServiceDetail$ManagesVpcEndpoints' => '

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

', 'Snapshot$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SnapshotInfo$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SnapshotTaskDetail$Encrypted' => '

Indicates whether the snapshot is encrypted.

', 'SpotFleetLaunchSpecification$EbsOptimized' => '

Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn\'t available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

', 'SpotFleetMonitoring$Enabled' => '

Enables monitoring for the instance.

Default: false

', 'SpotFleetRequestConfigData$TerminateInstancesWithExpiration' => '

Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.

', 'SpotFleetRequestConfigData$ReplaceUnhealthyInstances' => '

Indicates whether Spot Fleet should replace unhealthy instances.

', 'SpotOptions$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.

Supported only for fleets of type instant.

', 'SpotOptions$SingleAvailabilityZone' => '

Indicates that the fleet launches all Spot Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'SpotOptionsRequest$SingleInstanceType' => '

Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.

Supported only for fleets of type instant.

', 'SpotOptionsRequest$SingleAvailabilityZone' => '

Indicates that the fleet launches all Spot Instances into a single Availability Zone.

Supported only for fleets of type instant.

', 'StartInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartNetworkInsightsAnalysisRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartVpcEndpointServicePrivateDnsVerificationRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StartVpcEndpointServicePrivateDnsVerificationResult$ReturnValue' => '

Returns true if the request succeeds; otherwise, it returns an error.

', 'StopInstancesRequest$Hibernate' => '

Hibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

Default: false

', 'StopInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'StopInstancesRequest$Force' => '

Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.

Default: false

', 'Subnet$DefaultForAz' => '

Indicates whether this is the default subnet for the Availability Zone.

', 'Subnet$MapPublicIpOnLaunch' => '

Indicates whether instances launched in this subnet receive a public IPv4 address.

', 'Subnet$MapCustomerOwnedIpOnLaunch' => '

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives a customer-owned IPv4 address.

', 'Subnet$AssignIpv6AddressOnCreation' => '

Indicates whether a network interface created in this subnet (including a network interface created by RunInstances) receives an IPv6 address.

', 'Subnet$EnableDns64' => '

Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.

', 'Subnet$Ipv6Native' => '

Indicates whether this is an IPv6 only subnet.

', 'TerminateClientVpnConnectionsRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'TerminateInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'TransitGatewayMulticastGroup$GroupMember' => '

Indicates that the resource is a transit gateway multicast group member.

', 'TransitGatewayMulticastGroup$GroupSource' => '

Indicates that the resource is a transit gateway multicast group member.

', 'TransitGatewayPrefixListReference$Blackhole' => '

Indicates whether traffic that matches this route is dropped.

', 'TransitGatewayRouteTable$DefaultAssociationRouteTable' => '

Indicates whether this is the default association route table for the transit gateway.

', 'TransitGatewayRouteTable$DefaultPropagationRouteTable' => '

Indicates whether this is the default propagation route table for the transit gateway.

', 'TunnelOption$EnableTunnelLifecycleControl' => '

Status of tunnel endpoint lifecycle control feature.

', 'UnassignPrivateNatGatewayAddressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UnmonitorInstancesRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsEgressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', 'UpdateSecurityGroupRuleDescriptionsIngressResult$Return' => '

Returns true if the request succeeds; otherwise, returns an error.

', 'VerifiedAccessLogCloudWatchLogsDestination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogCloudWatchLogsDestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogOptions$IncludeTrustContext' => '

Include trust data sent by trust providers into the logs.

', 'VerifiedAccessLogS3Destination$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogS3DestinationOptions$Enabled' => '

Indicates whether logging is enabled.

', 'VerifiedAccessLogs$IncludeTrustContext' => '

Describes current setting for including trust data into the logs.

', 'Volume$Encrypted' => '

Indicates whether the volume is encrypted.

', 'Volume$FastRestored' => '

Indicates whether the volume was created using fast snapshot restore.

', 'Volume$MultiAttachEnabled' => '

Indicates whether Amazon EBS Multi-Attach is enabled.

', 'VolumeAttachment$DeleteOnTermination' => '

Indicates whether the EBS volume is deleted on instance termination.

', 'VolumeModification$TargetMultiAttachEnabled' => '

The target setting for Amazon EBS Multi-Attach.

', 'VolumeModification$OriginalMultiAttachEnabled' => '

The original setting for Amazon EBS Multi-Attach.

', 'Vpc$IsDefault' => '

Indicates whether the VPC is the default VPC.

', 'VpcClassicLink$ClassicLinkEnabled' => '

Indicates whether the VPC is enabled for ClassicLink.

', 'VpcEndpoint$PrivateDnsEnabled' => '

(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.

', 'VpcEndpoint$RequesterManaged' => '

Indicates whether the endpoint is being managed by its service.

', 'VpcPeeringConnectionOptionsDescription$AllowDnsResolutionFromRemoteVpc' => '

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

', 'VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalClassicLinkToRemoteVpc' => '

Deprecated.

', 'VpcPeeringConnectionOptionsDescription$AllowEgressFromLocalVpcToRemoteClassicLink' => '

Deprecated.

', 'VpnConnectionOptions$EnableAcceleration' => '

Indicates whether acceleration is enabled for the VPN connection.

', 'VpnConnectionOptions$StaticRoutesOnly' => '

Indicates whether the VPN connection uses static routes only. Static routes must be used for devices that don\'t support BGP.

', 'VpnConnectionOptionsSpecification$EnableAcceleration' => '

Indicate whether to enable acceleration for the VPN connection.

Default: false

', 'VpnConnectionOptionsSpecification$StaticRoutesOnly' => '

Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify true. Use CreateVpnConnectionRoute to create a static route.

Default: false

', 'VpnTunnelOptionsSpecification$EnableTunnelLifecycleControl' => '

Turn on or off tunnel endpoint lifecycle control feature.

', 'WithdrawByoipCidrRequest$DryRun' => '

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

', ], ], 'BootModeType' => [ 'base' => NULL, 'refs' => [ 'BootModeTypeList$member' => NULL, ], ], 'BootModeTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedBootModes' => '

The supported boot modes. For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'BootModeValues' => [ 'base' => NULL, 'refs' => [ 'Image$BootMode' => '

The boot mode of the image. For more information, see Boot modes in the Amazon EC2 User Guide.

', 'ImportImageRequest$BootMode' => '

The boot mode of the virtual machine.

', 'ImportImageTask$BootMode' => '

The boot mode of the virtual machine.

', 'Instance$BootMode' => '

The boot mode that was specified by the AMI. If the value is uefi-preferred, the AMI supports both UEFI and Legacy BIOS. The currentInstanceBootMode parameter is the boot mode that is used to boot the instance at launch or start.

The operating system contained in the AMI must be configured to support the specified boot mode.

For more information, see Boot modes in the Amazon EC2 User Guide.

', 'RegisterImageRequest$BootMode' => '

The boot mode of the AMI. A value of uefi-preferred indicates that the AMI supports both UEFI and Legacy BIOS.

The operating system contained in the AMI must be configured to support the specified boot mode.

For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'BoxedDouble' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveredResourceCidr$IpUsage' => '

The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:

', 'IpamResourceCidr$IpUsage' => '

The percentage of IP address space in use. To convert the decimal to a percentage, multiply the decimal by 100. Note the following:

', ], ], 'BundleId' => [ 'base' => NULL, 'refs' => [ 'BundleIdStringList$member' => NULL, 'CancelBundleTaskRequest$BundleId' => '

The ID of the bundle task.

', ], ], 'BundleIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeBundleTasksRequest$BundleIds' => '

The bundle task IDs.

Default: Describes all your bundle tasks.

', ], ], 'BundleInstanceRequest' => [ 'base' => '

Contains the parameters for BundleInstance.

', 'refs' => [], ], 'BundleInstanceResult' => [ 'base' => '

Contains the output of BundleInstance.

', 'refs' => [], ], 'BundleTask' => [ 'base' => '

Describes a bundle task.

', 'refs' => [ 'BundleInstanceResult$BundleTask' => '

Information about the bundle task.

', 'BundleTaskList$member' => NULL, 'CancelBundleTaskResult$BundleTask' => '

Information about the bundle task.

', ], ], 'BundleTaskError' => [ 'base' => '

Describes an error for BundleInstance.

', 'refs' => [ 'BundleTask$BundleTaskError' => '

If the task fails, a description of the error.

', ], ], 'BundleTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeBundleTasksResult$BundleTasks' => '

Information about the bundle tasks.

', ], ], 'BundleTaskState' => [ 'base' => NULL, 'refs' => [ 'BundleTask$State' => '

The state of the task.

', ], ], 'BurstablePerformance' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$BurstablePerformance' => '

Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see Burstable performance instances.

Default: excluded

', 'InstanceRequirementsRequest$BurstablePerformance' => '

Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see Burstable performance instances.

Default: excluded

', ], ], 'BurstablePerformanceFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$BurstablePerformanceSupported' => '

Indicates whether the instance type is a burstable performance T instance type. For more information, see Burstable performance instances.

', ], ], 'ByoipCidr' => [ 'base' => '

Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).

', 'refs' => [ 'AdvertiseByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'ByoipCidrSet$member' => NULL, 'DeprovisionByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'MoveByoipCidrToIpamResult$ByoipCidr' => '

The BYOIP CIDR.

', 'ProvisionByoipCidrResult$ByoipCidr' => '

Information about the address range.

', 'WithdrawByoipCidrResult$ByoipCidr' => '

Information about the address pool.

', ], ], 'ByoipCidrSet' => [ 'base' => NULL, 'refs' => [ 'DescribeByoipCidrsResult$ByoipCidrs' => '

Information about your address ranges.

', ], ], 'ByoipCidrState' => [ 'base' => NULL, 'refs' => [ 'ByoipCidr$State' => '

The state of the address pool.

', ], ], 'CancelBatchErrorCode' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsError$Code' => '

The error code.

', ], ], 'CancelBundleTaskRequest' => [ 'base' => '

Contains the parameters for CancelBundleTask.

', 'refs' => [], ], 'CancelBundleTaskResult' => [ 'base' => '

Contains the output of CancelBundleTask.

', 'refs' => [], ], 'CancelCapacityReservationFleetError' => [ 'base' => '

Describes a Capacity Reservation Fleet cancellation error.

', 'refs' => [ 'FailedCapacityReservationFleetCancellationResult$CancelCapacityReservationFleetError' => '

Information about the Capacity Reservation Fleet cancellation error.

', ], ], 'CancelCapacityReservationFleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetError$Code' => '

The error code.

', ], ], 'CancelCapacityReservationFleetErrorMessage' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetError$Message' => '

The error message.

', ], ], 'CancelCapacityReservationFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelConversionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelExportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImageLaunchPermissionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImageLaunchPermissionResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CancelReservedInstancesListingRequest' => [ 'base' => '

Contains the parameters for CancelReservedInstancesListing.

', 'refs' => [], ], 'CancelReservedInstancesListingResult' => [ 'base' => '

Contains the output of CancelReservedInstancesListing.

', 'refs' => [], ], 'CancelSpotFleetRequestsError' => [ 'base' => '

Describes a Spot Fleet error.

', 'refs' => [ 'CancelSpotFleetRequestsErrorItem$Error' => '

The error.

', ], ], 'CancelSpotFleetRequestsErrorItem' => [ 'base' => '

Describes a Spot Fleet request that was not successfully canceled.

', 'refs' => [ 'CancelSpotFleetRequestsErrorSet$member' => NULL, ], ], 'CancelSpotFleetRequestsErrorSet' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsResponse$UnsuccessfulFleetRequests' => '

Information about the Spot Fleet requests that are not successfully canceled.

', ], ], 'CancelSpotFleetRequestsRequest' => [ 'base' => '

Contains the parameters for CancelSpotFleetRequests.

', 'refs' => [], ], 'CancelSpotFleetRequestsResponse' => [ 'base' => '

Contains the output of CancelSpotFleetRequests.

', 'refs' => [], ], 'CancelSpotFleetRequestsSuccessItem' => [ 'base' => '

Describes a Spot Fleet request that was successfully canceled.

', 'refs' => [ 'CancelSpotFleetRequestsSuccessSet$member' => NULL, ], ], 'CancelSpotFleetRequestsSuccessSet' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsResponse$SuccessfulFleetRequests' => '

Information about the Spot Fleet requests that are successfully canceled.

', ], ], 'CancelSpotInstanceRequestState' => [ 'base' => NULL, 'refs' => [ 'CancelledSpotInstanceRequest$State' => '

The state of the Spot Instance request.

', ], ], 'CancelSpotInstanceRequestsRequest' => [ 'base' => '

Contains the parameters for CancelSpotInstanceRequests.

', 'refs' => [], ], 'CancelSpotInstanceRequestsResult' => [ 'base' => '

Contains the output of CancelSpotInstanceRequests.

', 'refs' => [], ], 'CancelledSpotInstanceRequest' => [ 'base' => '

Describes a request to cancel a Spot Instance.

', 'refs' => [ 'CancelledSpotInstanceRequestList$member' => NULL, ], ], 'CancelledSpotInstanceRequestList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotInstanceRequestsResult$CancelledSpotInstanceRequests' => '

The Spot Instance requests.

', ], ], 'CapacityAllocation' => [ 'base' => '

Information about instance capacity usage for a Capacity Reservation.

', 'refs' => [ 'CapacityAllocations$member' => NULL, ], ], 'CapacityAllocations' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$CapacityAllocations' => '

Information about instance capacity usage.

', ], ], 'CapacityReservation' => [ 'base' => '

Describes a Capacity Reservation.

', 'refs' => [ 'CapacityReservationSet$member' => NULL, 'CreateCapacityReservationResult$CapacityReservation' => '

Information about the Capacity Reservation.

', ], ], 'CapacityReservationFleet' => [ 'base' => '

Information about a Capacity Reservation Fleet.

', 'refs' => [ 'CapacityReservationFleetSet$member' => NULL, ], ], 'CapacityReservationFleetCancellationState' => [ 'base' => '

Describes a Capacity Reservation Fleet that was successfully cancelled.

', 'refs' => [ 'CapacityReservationFleetCancellationStateSet$member' => NULL, ], ], 'CapacityReservationFleetCancellationStateSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsResult$SuccessfulFleetCancellations' => '

Information about the Capacity Reservation Fleets that were successfully cancelled.

', ], ], 'CapacityReservationFleetId' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet.

', 'CapacityReservationFleetCancellationState$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet that was successfully cancelled.

', 'CapacityReservationFleetIdSet$member' => NULL, 'CreateCapacityReservationFleetResult$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet.

', 'FailedCapacityReservationFleetCancellationResult$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet that could not be cancelled.

', 'ModifyCapacityReservationFleetRequest$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet to modify.

', ], ], 'CapacityReservationFleetIdSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsRequest$CapacityReservationFleetIds' => '

The IDs of the Capacity Reservation Fleets to cancel.

', 'DescribeCapacityReservationFleetsRequest$CapacityReservationFleetIds' => '

The IDs of the Capacity Reservation Fleets to describe.

', ], ], 'CapacityReservationFleetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationFleetsResult$CapacityReservationFleets' => '

Information about the Capacity Reservation Fleets.

', ], ], 'CapacityReservationFleetState' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$State' => '

The state of the Capacity Reservation Fleet. Possible states include:

', 'CapacityReservationFleetCancellationState$CurrentFleetState' => '

The current state of the Capacity Reservation Fleet.

', 'CapacityReservationFleetCancellationState$PreviousFleetState' => '

The previous state of the Capacity Reservation Fleet.

', 'CreateCapacityReservationFleetResult$State' => '

The status of the Capacity Reservation Fleet.

', ], ], 'CapacityReservationGroup' => [ 'base' => '

Describes a resource group to which a Capacity Reservation has been added.

', 'refs' => [ 'CapacityReservationGroupSet$member' => NULL, ], ], 'CapacityReservationGroupSet' => [ 'base' => NULL, 'refs' => [ 'GetGroupsForCapacityReservationResult$CapacityReservationGroups' => '

Information about the resource groups to which the Capacity Reservation has been added.

', ], ], 'CapacityReservationId' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation to be cancelled.

', 'CapacityReservationIdSet$member' => NULL, 'CapacityReservationTarget$CapacityReservationId' => '

The ID of the Capacity Reservation in which to run the instance.

', 'FleetCapacityReservation$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetCapacityReservationUsageRequest$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetGroupsForCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.

', 'ModifyCapacityReservationRequest$CapacityReservationId' => '

The ID of the Capacity Reservation.

', ], ], 'CapacityReservationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsRequest$CapacityReservationIds' => '

The ID of the Capacity Reservation.

', ], ], 'CapacityReservationInstancePlatform' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$InstancePlatform' => '

The type of operating system for which the Capacity Reservation reserves capacity.

', 'CreateCapacityReservationRequest$InstancePlatform' => '

The type of operating system for which to reserve capacity.

', 'FleetCapacityReservation$InstancePlatform' => '

The type of operating system for which the Capacity Reservation reserves capacity.

', 'ReservationFleetInstanceSpecification$InstancePlatform' => '

The type of operating system for which the Capacity Reservation Fleet reserves capacity.

', ], ], 'CapacityReservationOptions' => [ 'base' => '

Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

This strategy can only be used if the EC2 Fleet is of type instant.

For more information about Capacity Reservations, see On-Demand Capacity Reservations in the Amazon EC2 User Guide. For examples of using Capacity Reservations in an EC2 Fleet, see EC2 Fleet example configurations in the Amazon EC2 User Guide.

', 'refs' => [ 'OnDemandOptions$CapacityReservationOptions' => '

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

Supported only for fleets of type instant.

', ], ], 'CapacityReservationOptionsRequest' => [ 'base' => '

Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

This strategy can only be used if the EC2 Fleet is of type instant.

For more information about Capacity Reservations, see On-Demand Capacity Reservations in the Amazon EC2 User Guide. For examples of using Capacity Reservations in an EC2 Fleet, see EC2 Fleet example configurations in the Amazon EC2 User Guide.

', 'refs' => [ 'OnDemandOptionsRequest$CapacityReservationOptions' => '

The strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

Supported only for fleets of type instant.

', ], ], 'CapacityReservationPreference' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationSpecification$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'CapacityReservationSpecificationResponse$CapacityReservationPreference' => '

Describes the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', 'LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationPreference' => '

Indicates the instance\'s Capacity Reservation preferences. Possible preferences include:

', ], ], 'CapacityReservationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsResult$CapacityReservations' => '

Information about the Capacity Reservations.

', ], ], 'CapacityReservationSpecification' => [ 'base' => '

Describes an instance\'s Capacity Reservation targeting option. You can specify only one parameter at a time. If you specify CapacityReservationPreference and CapacityReservationTarget, the request fails.

Use the CapacityReservationPreference parameter to configure the instance to run as an On-Demand Instance or to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the CapacityReservationTarget parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.

', 'refs' => [ 'ModifyInstanceCapacityReservationAttributesRequest$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', 'RunInstancesRequest$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option. If you do not specify this parameter, the instance\'s Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

', ], ], 'CapacityReservationSpecificationResponse' => [ 'base' => '

Describes the instance\'s Capacity Reservation targeting preferences. The action returns the capacityReservationPreference response element if the instance is configured to run in On-Demand capacity, or if it is configured in run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). The action returns the capacityReservationTarget response element if the instance explicily targets a specific Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'Instance$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', ], ], 'CapacityReservationState' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$State' => '

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

', 'GetCapacityReservationUsageResult$State' => '

The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:

', ], ], 'CapacityReservationTarget' => [ 'base' => '

Describes a target Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'CapacityReservationSpecification$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', 'LaunchTemplateCapacityReservationSpecificationRequest$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', ], ], 'CapacityReservationTargetResponse' => [ 'base' => '

Describes a target Capacity Reservation or Capacity Reservation group.

', 'refs' => [ 'CapacityReservationSpecificationResponse$CapacityReservationTarget' => '

Information about the targeted Capacity Reservation or Capacity Reservation group.

', 'LaunchTemplateCapacityReservationSpecificationResponse$CapacityReservationTarget' => '

Information about the target Capacity Reservation or Capacity Reservation group.

', ], ], 'CapacityReservationTenancy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$Tenancy' => '

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

', 'CreateCapacityReservationRequest$Tenancy' => '

Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:

', ], ], 'CarrierGateway' => [ 'base' => '

Describes a carrier gateway.

', 'refs' => [ 'CarrierGatewaySet$member' => NULL, 'CreateCarrierGatewayResult$CarrierGateway' => '

Information about the carrier gateway.

', 'DeleteCarrierGatewayResult$CarrierGateway' => '

Information about the carrier gateway.

', ], ], 'CarrierGatewayId' => [ 'base' => NULL, 'refs' => [ 'CarrierGateway$CarrierGatewayId' => '

The ID of the carrier gateway.

', 'CarrierGatewayIdSet$member' => NULL, 'CreateRouteRequest$CarrierGatewayId' => '

The ID of the carrier gateway.

You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.

', 'DeleteCarrierGatewayRequest$CarrierGatewayId' => '

The ID of the carrier gateway.

', 'ReplaceRouteRequest$CarrierGatewayId' => '

[IPv4 traffic only] The ID of a carrier gateway.

', 'Route$CarrierGatewayId' => '

The ID of the carrier gateway.

', ], ], 'CarrierGatewayIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysRequest$CarrierGatewayIds' => '

One or more carrier gateway IDs.

', ], ], 'CarrierGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'CarrierGatewaySet' => [ 'base' => NULL, 'refs' => [ 'DescribeCarrierGatewaysResult$CarrierGateways' => '

Information about the carrier gateway.

', ], ], 'CarrierGatewayState' => [ 'base' => NULL, 'refs' => [ 'CarrierGateway$State' => '

The state of the carrier gateway.

', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$DomainCertificateArn' => '

The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.

', ], ], 'CertificateAuthentication' => [ 'base' => '

Information about the client certificate used for authentication.

', 'refs' => [ 'ClientVpnAuthentication$MutualAuthentication' => '

Information about the authentication certificates, if applicable.

', ], ], 'CertificateAuthenticationRequest' => [ 'base' => '

Information about the client certificate to be used for authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$MutualAuthentication' => '

Information about the authentication certificates to be used, if applicable. You must provide this information if Type is certificate-authentication.

', ], ], 'CertificateId' => [ 'base' => NULL, 'refs' => [ 'AssociateEnclaveCertificateIamRoleRequest$CertificateArn' => '

The ARN of the ACM certificate with which to associate the IAM role.

', 'DisassociateEnclaveCertificateIamRoleRequest$CertificateArn' => '

The ARN of the ACM certificate from which to disassociate the IAM role.

', 'GetAssociatedEnclaveCertificateIamRolesRequest$CertificateArn' => '

The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.

', ], ], 'CidrAuthorizationContext' => [ 'base' => '

Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see Configuring your BYOIP address range in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'ProvisionByoipCidrRequest$CidrAuthorizationContext' => '

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

', ], ], 'CidrBlock' => [ 'base' => '

Describes an IPv4 CIDR block.

', 'refs' => [ 'CidrBlockSet$member' => NULL, ], ], 'CidrBlockSet' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionVpcInfo$CidrBlockSet' => '

Information about the IPv4 CIDR blocks for the VPC.

', ], ], 'ClassicLinkDnsSupport' => [ 'base' => '

Deprecated.

Describes the ClassicLink DNS support status of a VPC.

', 'refs' => [ 'ClassicLinkDnsSupportList$member' => NULL, ], ], 'ClassicLinkDnsSupportList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportResult$Vpcs' => '

Information about the ClassicLink DNS support status of the VPCs.

', ], ], 'ClassicLinkInstance' => [ 'base' => '

Deprecated.

Describes a linked EC2-Classic instance.

', 'refs' => [ 'ClassicLinkInstanceList$member' => NULL, ], ], 'ClassicLinkInstanceList' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesResult$Instances' => '

Information about one or more linked EC2-Classic instances.

', ], ], 'ClassicLoadBalancer' => [ 'base' => '

Describes a Classic Load Balancer.

', 'refs' => [ 'ClassicLoadBalancers$member' => NULL, ], ], 'ClassicLoadBalancers' => [ 'base' => NULL, 'refs' => [ 'ClassicLoadBalancersConfig$ClassicLoadBalancers' => '

One or more Classic Load Balancers.

', ], ], 'ClassicLoadBalancersConfig' => [ 'base' => '

Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these Classic Load Balancers.

', 'refs' => [ 'LoadBalancersConfig$ClassicLoadBalancersConfig' => '

The Classic Load Balancers.

', ], ], 'ClientCertificateRevocationListStatus' => [ 'base' => '

Describes the state of a client certificate revocation list.

', 'refs' => [ 'ExportClientVpnClientCertificateRevocationListResult$Status' => '

The current state of the client certificate revocation list.

', ], ], 'ClientCertificateRevocationListStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientCertificateRevocationListStatus$Code' => '

The state of the client certificate revocation list.

', ], ], 'ClientConnectOptions' => [ 'base' => '

The options for managing connection authorization for new client connections.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', 'ModifyClientVpnEndpointRequest$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', ], ], 'ClientConnectResponseOptions' => [ 'base' => '

The options for managing connection authorization for new client connections.

', 'refs' => [ 'ClientVpnEndpoint$ClientConnectOptions' => '

The options for managing connection authorization for new client connections.

', ], ], 'ClientData' => [ 'base' => '

Describes the client-specific data.

', 'refs' => [ 'ImportImageRequest$ClientData' => '

The client-specific data.

', 'ImportSnapshotRequest$ClientData' => '

The client-specific data.

', ], ], 'ClientLoginBannerOptions' => [ 'base' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'ModifyClientVpnEndpointRequest$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', ], ], 'ClientLoginBannerResponseOptions' => [ 'base' => '

Current state of options for customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', 'refs' => [ 'ClientVpnEndpoint$ClientLoginBannerOptions' => '

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.

', ], ], 'ClientSecretType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderOidcOptions$ClientSecret' => '

The client secret.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$ClientSecret' => '

The client secret.

', 'OidcOptions$ClientSecret' => '

The client secret.

', ], ], 'ClientVpnAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateClientVpnTargetNetworkRequest$AssociationId' => '

The ID of the target network association.

', ], ], 'ClientVpnAuthentication' => [ 'base' => '

Describes the authentication methods used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

', 'refs' => [ 'ClientVpnAuthenticationList$member' => NULL, ], ], 'ClientVpnAuthenticationList' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$AuthenticationOptions' => '

Information about the authentication method used by the Client VPN endpoint.

', ], ], 'ClientVpnAuthenticationRequest' => [ 'base' => '

Describes the authentication method to be used by a Client VPN endpoint. For more information, see Authentication in the Client VPN Administrator Guide.

', 'refs' => [ 'ClientVpnAuthenticationRequestList$member' => NULL, ], ], 'ClientVpnAuthenticationRequestList' => [ 'base' => NULL, 'refs' => [ 'CreateClientVpnEndpointRequest$AuthenticationOptions' => '

Information about the authentication method to be used to authenticate clients.

', ], ], 'ClientVpnAuthenticationType' => [ 'base' => NULL, 'refs' => [ 'ClientVpnAuthentication$Type' => '

The authentication type used.

', 'ClientVpnAuthenticationRequest$Type' => '

The type of client authentication to be used.

', ], ], 'ClientVpnAuthorizationRuleStatus' => [ 'base' => '

Describes the state of an authorization rule.

', 'refs' => [ 'AuthorizationRule$Status' => '

The current state of the authorization rule.

', 'AuthorizeClientVpnIngressResult$Status' => '

The current state of the authorization rule.

', 'RevokeClientVpnIngressResult$Status' => '

The current state of the authorization rule.

', ], ], 'ClientVpnAuthorizationRuleStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnAuthorizationRuleStatus$Code' => '

The state of the authorization rule.

', ], ], 'ClientVpnConnection' => [ 'base' => '

Describes a client connection.

', 'refs' => [ 'ClientVpnConnectionSet$member' => NULL, ], ], 'ClientVpnConnectionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnConnectionsResult$Connections' => '

Information about the active and terminated client connections.

', ], ], 'ClientVpnConnectionStatus' => [ 'base' => '

Describes the status of a client connection.

', 'refs' => [ 'ClientVpnConnection$Status' => '

The current state of the client connection.

', 'TerminateConnectionStatus$PreviousStatus' => '

The state of the client connection.

', 'TerminateConnectionStatus$CurrentStatus' => '

A message about the status of the client connection, if applicable.

', ], ], 'ClientVpnConnectionStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnConnectionStatus$Code' => '

The state of the client connection.

', ], ], 'ClientVpnEndpoint' => [ 'base' => '

Describes a Client VPN endpoint.

', 'refs' => [ 'EndpointSet$member' => NULL, ], ], 'ClientVpnEndpointAttributeStatus' => [ 'base' => '

Describes the status of the Client VPN endpoint attribute.

', 'refs' => [ 'ClientConnectResponseOptions$Status' => '

The status of any updates to the client connect options.

', ], ], 'ClientVpnEndpointAttributeStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpointAttributeStatus$Code' => '

The status code.

', ], ], 'ClientVpnEndpointId' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'AssociateClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'AuthorizeClientVpnIngressRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ClientVpnEndpointIdList$member' => NULL, 'CreateClientVpnRouteRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which to add the route.

', 'DeleteClientVpnEndpointRequest$ClientVpnEndpointId' => '

The ID of the Client VPN to be deleted.

', 'DeleteClientVpnRouteRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint from which the route is to be deleted.

', 'DescribeClientVpnAuthorizationRulesRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnConnectionsRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnRoutesRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DescribeClientVpnTargetNetworksRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'DisassociateClientVpnTargetNetworkRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint from which to disassociate the target network.

', 'ExportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ExportClientVpnClientConfigurationRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ImportClientVpnClientCertificateRevocationListRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client certificate revocation list applies.

', 'ModifyClientVpnEndpointRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to modify.

', 'RevokeClientVpnIngressRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the authorization rule is associated.

', 'TerminateClientVpnConnectionsRequest$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client is connected.

', ], ], 'ClientVpnEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsRequest$ClientVpnEndpointIds' => '

The ID of the Client VPN endpoint.

', ], ], 'ClientVpnEndpointStatus' => [ 'base' => '

Describes the state of a Client VPN endpoint.

', 'refs' => [ 'ClientVpnEndpoint$Status' => '

The current state of the Client VPN endpoint.

', 'CreateClientVpnEndpointResult$Status' => '

The current state of the Client VPN endpoint.

', 'DeleteClientVpnEndpointResult$Status' => '

The current state of the Client VPN endpoint.

', ], ], 'ClientVpnEndpointStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpointStatus$Code' => '

The state of the Client VPN endpoint. Possible states include:

', ], ], 'ClientVpnRoute' => [ 'base' => '

Information about a Client VPN endpoint route.

', 'refs' => [ 'ClientVpnRouteSet$member' => NULL, ], ], 'ClientVpnRouteSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnRoutesResult$Routes' => '

Information about the Client VPN endpoint routes.

', ], ], 'ClientVpnRouteStatus' => [ 'base' => '

Describes the state of a Client VPN endpoint route.

', 'refs' => [ 'ClientVpnRoute$Status' => '

The current state of the route.

', 'CreateClientVpnRouteResult$Status' => '

The current state of the route.

', 'DeleteClientVpnRouteResult$Status' => '

The current state of the route.

', ], ], 'ClientVpnRouteStatusCode' => [ 'base' => NULL, 'refs' => [ 'ClientVpnRouteStatus$Code' => '

The state of the Client VPN endpoint route.

', ], ], 'ClientVpnSecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$SecurityGroupIds' => '

The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.

', 'ApplySecurityGroupsToClientVpnTargetNetworkResult$SecurityGroupIds' => '

The IDs of the applied security groups.

', 'ClientVpnEndpoint$SecurityGroupIds' => '

The IDs of the security groups for the target network.

', 'CreateClientVpnEndpointRequest$SecurityGroupIds' => '

The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.

', 'ModifyClientVpnEndpointRequest$SecurityGroupIds' => '

The IDs of one or more security groups to apply to the target network.

', ], ], 'CloudWatchLogGroupArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogOptionsSpecification$LogGroupArn' => '

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

', ], ], 'CloudWatchLogOptions' => [ 'base' => '

Options for sending VPN tunnel logs to CloudWatch.

', 'refs' => [ 'VpnTunnelLogOptions$CloudWatchLogOptions' => '

Options for sending VPN tunnel logs to CloudWatch.

', ], ], 'CloudWatchLogOptionsSpecification' => [ 'base' => '

Options for sending VPN tunnel logs to CloudWatch.

', 'refs' => [ 'VpnTunnelLogOptionsSpecification$CloudWatchLogOptions' => '

Options for sending VPN tunnel logs to CloudWatch.

', ], ], 'CoipAddressUsage' => [ 'base' => '

Describes address usage for a customer-owned address pool.

', 'refs' => [ 'CoipAddressUsageSet$member' => NULL, ], ], 'CoipAddressUsageSet' => [ 'base' => NULL, 'refs' => [ 'GetCoipPoolUsageResult$CoipAddressUsages' => '

Information about the address usage.

', ], ], 'CoipCidr' => [ 'base' => '

Information about a customer-owned IP address range.

', 'refs' => [ 'CreateCoipCidrResult$CoipCidr' => '

Information about a range of customer-owned IP addresses.

', 'DeleteCoipCidrResult$CoipCidr' => '

Information about a range of customer-owned IP addresses.

', ], ], 'CoipPool' => [ 'base' => '

Describes a customer-owned address pool.

', 'refs' => [ 'CoipPoolSet$member' => NULL, 'CreateCoipPoolResult$CoipPool' => '

Information about the CoIP address pool.

', 'DeleteCoipPoolResult$CoipPool' => '

Information about the CoIP address pool.

', ], ], 'CoipPoolId' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'ModifySubnetAttributeRequest$CustomerOwnedIpv4Pool' => '

The customer-owned IPv4 address pool associated with the subnet.

You must set this value when you specify true for MapCustomerOwnedIpOnLaunch.

', 'Subnet$CustomerOwnedIpv4Pool' => '

The customer-owned IPv4 address pool associated with the subnet.

', ], ], 'CoipPoolIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsRequest$PoolIds' => '

The IDs of the address pools.

', ], ], 'CoipPoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetCoipPoolUsageRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'CoipPoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeCoipPoolsResult$CoipPools' => '

Information about the address pools.

', ], ], 'ComponentAccount' => [ 'base' => NULL, 'refs' => [ 'Explanation$ComponentAccount' => '

The Amazon Web Services account for the component.

', ], ], 'ComponentRegion' => [ 'base' => NULL, 'refs' => [ 'Explanation$ComponentRegion' => '

The Region for the component.

', ], ], 'ConfirmProductInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ConfirmProductInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ConnectionLogOptions' => [ 'base' => '

Describes the client connection logging options for the Client VPN endpoint.

', 'refs' => [ 'CreateClientVpnEndpointRequest$ConnectionLogOptions' => '

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

', 'ModifyClientVpnEndpointRequest$ConnectionLogOptions' => '

Information about the client connection logging options.

If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged:

', ], ], 'ConnectionLogResponseOptions' => [ 'base' => '

Information about the client connection logging options for a Client VPN endpoint.

', 'refs' => [ 'ClientVpnEndpoint$ConnectionLogOptions' => '

Information about the client connection logging options for the Client VPN endpoint.

', ], ], 'ConnectionNotification' => [ 'base' => '

Describes a connection notification for a VPC endpoint or VPC endpoint service.

', 'refs' => [ 'ConnectionNotificationSet$member' => NULL, 'CreateVpcEndpointConnectionNotificationResult$ConnectionNotification' => '

Information about the notification.

', ], ], 'ConnectionNotificationId' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotificationIdsList$member' => NULL, 'DescribeVpcEndpointConnectionNotificationsRequest$ConnectionNotificationId' => '

The ID of the notification.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationId' => '

The ID of the notification.

', ], ], 'ConnectionNotificationIdsList' => [ 'base' => NULL, 'refs' => [ 'DeleteVpcEndpointConnectionNotificationsRequest$ConnectionNotificationIds' => '

The IDs of the notifications.

', ], ], 'ConnectionNotificationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointConnectionNotificationsResult$ConnectionNotificationSet' => '

The notifications.

', ], ], 'ConnectionNotificationState' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotification$ConnectionNotificationState' => '

The state of the notification.

', ], ], 'ConnectionNotificationType' => [ 'base' => NULL, 'refs' => [ 'ConnectionNotification$ConnectionNotificationType' => '

The type of notification.

', ], ], 'ConnectivityType' => [ 'base' => NULL, 'refs' => [ 'CreateNatGatewayRequest$ConnectivityType' => '

Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.

', 'NatGateway$ConnectivityType' => '

Indicates whether the NAT gateway supports public or private connectivity.

', ], ], 'ContainerFormat' => [ 'base' => NULL, 'refs' => [ 'ExportToS3Task$ContainerFormat' => '

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

', 'ExportToS3TaskSpecification$ContainerFormat' => '

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

', ], ], 'ConversionIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeConversionTasksRequest$ConversionTaskIds' => '

The conversion task IDs.

', ], ], 'ConversionTask' => [ 'base' => '

Describes a conversion task.

', 'refs' => [ 'DescribeConversionTaskList$member' => NULL, 'ImportInstanceResult$ConversionTask' => '

Information about the conversion task.

', 'ImportVolumeResult$ConversionTask' => '

Information about the conversion task.

', ], ], 'ConversionTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelConversionRequest$ConversionTaskId' => '

The ID of the conversion task.

', 'ConversionIdStringList$member' => NULL, ], ], 'ConversionTaskState' => [ 'base' => NULL, 'refs' => [ 'ConversionTask$State' => '

The state of the conversion task.

', ], ], 'CopyFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopyFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CopyImageRequest' => [ 'base' => '

Contains the parameters for CopyImage.

', 'refs' => [], ], 'CopyImageResult' => [ 'base' => '

Contains the output of CopyImage.

', 'refs' => [], ], 'CopySnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopySnapshotRequestPSU' => [ 'base' => NULL, 'refs' => [ 'CopySnapshotRequest$PresignedUrl' => '

When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query requests.

The PresignedUrl should use the snapshot source endpoint, the CopySnapshot action, and include the SourceRegion, SourceSnapshotId, and DestinationRegion parameters. The PresignedUrl must be signed using Amazon Web Services Signature Version 4. Because EBS snapshots are stored in Amazon S3, the signing algorithm for this parameter uses the same logic that is described in Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4) in the Amazon Simple Storage Service API Reference. An invalid or improperly signed PresignedUrl will cause the copy operation to fail asynchronously, and the snapshot will move to an error state.

', ], ], 'CopySnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'CopyTagsFromSource' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotsRequest$CopyTagsFromSource' => '

Copies the tags from the specified volume to corresponding snapshot.

', ], ], 'CoreCount' => [ 'base' => NULL, 'refs' => [ 'CoreCountList$member' => NULL, 'VCpuInfo$DefaultCores' => '

The default number of cores for the instance type.

', ], ], 'CoreCountList' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$ValidCores' => '

The valid number of cores that can be configured for the instance type.

', ], ], 'CoreNetworkArn' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', 'ReplaceRouteRequest$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', 'Route$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of the core network.

', ], ], 'CpuManufacturer' => [ 'base' => NULL, 'refs' => [ 'CpuManufacturerSet$member' => NULL, ], ], 'CpuManufacturerSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$CpuManufacturers' => '

The CPU manufacturers to include.

Don\'t confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

Default: Any manufacturer

', 'InstanceRequirementsRequest$CpuManufacturers' => '

The CPU manufacturers to include.

Don\'t confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

Default: Any manufacturer

', ], ], 'CpuOptions' => [ 'base' => '

The CPU options for the instance.

', 'refs' => [ 'Instance$CpuOptions' => '

The CPU options for the instance.

', ], ], 'CpuOptionsRequest' => [ 'base' => '

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

', 'refs' => [ 'RunInstancesRequest$CpuOptions' => '

The CPU options for the instance. For more information, see Optimize CPU options in the Amazon EC2 User Guide.

', ], ], 'CreateCapacityReservationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCarrierGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCarrierGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClientVpnRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCoipPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomerGatewayRequest' => [ 'base' => '

Contains the parameters for CreateCustomerGateway.

', 'refs' => [], ], 'CreateCustomerGatewayResult' => [ 'base' => '

Contains the output of CreateCustomerGateway.

', 'refs' => [], ], 'CreateDefaultSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultSubnetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDefaultVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDhcpOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateEgressOnlyInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEgressOnlyInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetError' => [ 'base' => '

Describes the instances that could not be launched by the fleet.

', 'refs' => [ 'CreateFleetErrorsSet$member' => NULL, ], ], 'CreateFleetErrorsSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$Errors' => '

Information about the instances that could not be launched by the fleet. Supported only for fleets of type instant.

', ], ], 'CreateFleetInstance' => [ 'base' => '

Describes the instances that were launched by the fleet.

', 'refs' => [ 'CreateFleetInstancesSet$member' => NULL, ], ], 'CreateFleetInstancesSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$Instances' => '

Information about the instances that were launched by the fleet. Supported only for fleets of type instant.

', ], ], 'CreateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceConnectEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceConnectEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceExportTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceExportTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLaunchTemplateVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVpcAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLocalGatewayRouteTableVpcAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNatGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNatGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkAclResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsAccessScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsAccessScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInsightsPathResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInterfacePermissionRequest' => [ 'base' => '

Contains the parameters for CreateNetworkInterfacePermission.

', 'refs' => [], ], 'CreateNetworkInterfacePermissionResult' => [ 'base' => '

Contains the output of CreateNetworkInterfacePermission.

', 'refs' => [], ], 'CreateNetworkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlacementGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePlacementGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreatePublicIpv4PoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePublicIpv4PoolResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateReplaceRootVolumeTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateReplaceRootVolumeTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateReservedInstancesListingRequest' => [ 'base' => '

Contains the parameters for CreateReservedInstancesListing.

', 'refs' => [], ], 'CreateReservedInstancesListingResult' => [ 'base' => '

Contains the output of CreateReservedInstancesListing.

', 'refs' => [], ], 'CreateRestoreImageTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRestoreImageTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for CreateSpotDatafeedSubscription.

', 'refs' => [], ], 'CreateSpotDatafeedSubscriptionResult' => [ 'base' => '

Contains the output of CreateSpotDatafeedSubscription.

', 'refs' => [], ], 'CreateStoreImageTaskRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStoreImageTaskResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetCidrReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetCidrReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSubnetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrafficMirrorTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectPeerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectPeerResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayConnectRequestOptions' => [ 'base' => '

The options for a Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectRequest$Options' => '

The Connect attachment options.

', ], ], 'CreateTransitGatewayConnectResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayMulticastDomainRequestOptions' => [ 'base' => '

The options for the transit gateway multicast domain.

', 'refs' => [ 'CreateTransitGatewayMulticastDomainRequest$Options' => '

The options for the transit gateway multicast domain.

', ], ], 'CreateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPeeringAttachmentRequestOptions' => [ 'base' => '

Describes whether dynamic routing is enabled or disabled for the transit gateway peering request.

', 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequest$Options' => '

Requests a transit gateway peering attachment.

', ], ], 'CreateTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableAnnouncementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableAnnouncementResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransitGatewayVpcAttachmentRequestOptions' => [ 'base' => '

Describes the options for a VPC attachment.

', 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequest$Options' => '

The VPC attachment options.

', ], ], 'CreateTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointEniOptions' => [ 'base' => '

Describes the network interface options when creating an Amazon Web Services Verified Access endpoint using the network-interface type.

', 'refs' => [ 'CreateVerifiedAccessEndpointRequest$NetworkInterfaceOptions' => '

The network interface details. This parameter is required if the endpoint type is network-interface.

', ], ], 'CreateVerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes the load balancer options when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'CreateVerifiedAccessEndpointRequest$LoadBalancerOptions' => '

The load balancer details. This parameter is required if the endpoint type is load-balancer.

', ], ], 'CreateVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'CreateVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessTrustProviderDeviceOptions' => [ 'base' => '

Describes the options when creating an Amazon Web Services Verified Access trust provider using the device type.

', 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$DeviceOptions' => '

The options for a device-based trust provider. This parameter is required when the provider type is device.

', ], ], 'CreateVerifiedAccessTrustProviderOidcOptions' => [ 'base' => '

Describes the options when creating an Amazon Web Services Verified Access trust provider using the user type.

', 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$OidcOptions' => '

The options for a OpenID Connect-compatible user-identity trust provider. This parameter is required when the provider type is user.

', ], ], 'CreateVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVolumePermission' => [ 'base' => '

Describes the user or group to be added or removed from the list of create volume permissions for a volume.

', 'refs' => [ 'CreateVolumePermissionList$member' => NULL, ], ], 'CreateVolumePermissionList' => [ 'base' => NULL, 'refs' => [ 'CreateVolumePermissionModifications$Add' => '

Adds the specified Amazon Web Services account ID or group to the list.

', 'CreateVolumePermissionModifications$Remove' => '

Removes the specified Amazon Web Services account ID or group from the list.

', 'DescribeSnapshotAttributeResult$CreateVolumePermissions' => '

The users and groups that have the permissions for creating volumes from the snapshot.

', ], ], 'CreateVolumePermissionModifications' => [ 'base' => '

Describes modifications to the list of create volume permissions for a volume.

', 'refs' => [ 'ModifySnapshotAttributeRequest$CreateVolumePermission' => '

A JSON representation of the snapshot attribute modification.

', ], ], 'CreateVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointConnectionNotificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointConnectionNotificationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointServiceConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcEndpointServiceConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateVpnConnectionRequest' => [ 'base' => '

Contains the parameters for CreateVpnConnection.

', 'refs' => [], ], 'CreateVpnConnectionResult' => [ 'base' => '

Contains the output of CreateVpnConnection.

', 'refs' => [], ], 'CreateVpnConnectionRouteRequest' => [ 'base' => '

Contains the parameters for CreateVpnConnectionRoute.

', 'refs' => [], ], 'CreateVpnGatewayRequest' => [ 'base' => '

Contains the parameters for CreateVpnGateway.

', 'refs' => [], ], 'CreateVpnGatewayResult' => [ 'base' => '

Contains the output of CreateVpnGateway.

', 'refs' => [], ], 'CreditSpecification' => [ 'base' => '

Describes the credit option for CPU usage of a T instance.

', 'refs' => [ 'ResponseLaunchTemplateData$CreditSpecification' => '

The credit option for CPU usage of the instance.

', ], ], 'CreditSpecificationRequest' => [ 'base' => '

The credit option for CPU usage of a T instance.

', 'refs' => [ 'RequestLaunchTemplateData$CreditSpecification' => '

The credit option for CPU usage of the instance. Valid only for T instances.

', 'RunInstancesRequest$CreditSpecification' => '

The credit option for CPU usage of the burstable performance instance. Valid values are standard and unlimited. To change this attribute after launch, use ModifyInstanceCreditSpecification. For more information, see Burstable performance instances in the Amazon EC2 User Guide.

Default: standard (T2 instances) or unlimited (T3/T3a/T4g instances)

For T3 instances with host tenancy, only standard is supported.

', ], ], 'CurrencyCodeValues' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewResult$CurrencyCode' => '

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'HostOffering$CurrencyCode' => '

The currency of the offering.

', 'HostReservation$CurrencyCode' => '

The currency in which the upfrontPrice and hourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PriceSchedule$CurrencyCode' => '

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

', 'PriceScheduleSpecification$CurrencyCode' => '

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

', 'Purchase$CurrencyCode' => '

The currency in which the UpfrontPrice and HourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PurchaseHostReservationRequest$CurrencyCode' => '

The currency in which the totalUpfrontPrice, LimitPrice, and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'PurchaseHostReservationResult$CurrencyCode' => '

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

', 'ReservedInstanceLimitPrice$CurrencyCode' => '

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

', 'ReservedInstances$CurrencyCode' => '

The currency of the Reserved Instance. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

', 'ReservedInstancesOffering$CurrencyCode' => '

The currency of the Reserved Instance offering you are purchasing. It\'s specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

', ], ], 'CurrentGenerationFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$CurrentGeneration' => '

Indicates whether the instance type is current generation.

', ], ], 'CustomerGateway' => [ 'base' => '

Describes a customer gateway.

', 'refs' => [ 'CreateCustomerGatewayResult$CustomerGateway' => '

Information about the customer gateway.

', 'CustomerGatewayList$member' => NULL, ], ], 'CustomerGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateVpnConnectionRequest$CustomerGatewayId' => '

The ID of the customer gateway.

', 'CustomerGatewayIdStringList$member' => NULL, 'DeleteCustomerGatewayRequest$CustomerGatewayId' => '

The ID of the customer gateway.

', 'GetVpnTunnelReplacementStatusResult$CustomerGatewayId' => '

The ID of the customer gateway.

', 'ModifyVpnConnectionRequest$CustomerGatewayId' => '

The ID of the customer gateway at your end of the VPN connection.

', ], ], 'CustomerGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeCustomerGatewaysRequest$CustomerGatewayIds' => '

One or more customer gateway IDs.

Default: Describes all your customer gateways.

', ], ], 'CustomerGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeCustomerGatewaysResult$CustomerGateways' => '

Information about one or more customer gateways.

', ], ], 'DITMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DITOMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DataQueries' => [ 'base' => NULL, 'refs' => [ 'GetAwsNetworkPerformanceDataRequest$DataQueries' => '

A list of network performance data queries.

', ], ], 'DataQuery' => [ 'base' => '

A query used for retrieving network health data.

', 'refs' => [ 'DataQueries$member' => NULL, ], ], 'DataResponse' => [ 'base' => '

The response to a DataQuery.

', 'refs' => [ 'DataResponses$member' => NULL, ], ], 'DataResponses' => [ 'base' => NULL, 'refs' => [ 'GetAwsNetworkPerformanceDataResult$DataResponses' => '

The list of data responses.

', ], ], 'DatafeedSubscriptionState' => [ 'base' => NULL, 'refs' => [ 'SpotDatafeedSubscription$State' => '

The state of the Spot Instance data feed subscription.

', ], ], 'DateTime' => [ 'base' => NULL, 'refs' => [ 'BundleTask$StartTime' => '

The time this task started.

', 'BundleTask$UpdateTime' => '

The time of the most recent update for the task.

', 'CapacityReservation$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

', 'CapacityReservation$CreateDate' => '

The date and time at which the Capacity Reservation was created.

', 'ClientData$UploadEnd' => '

The time that the disk upload ends.

', 'ClientData$UploadStart' => '

The time that the disk upload starts.

', 'CreateCapacityReservationRequest$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

If the EndDateType is limited, the Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

', 'CreateFleetRequest$ValidFrom' => '

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

', 'CreateFleetRequest$ValidUntil' => '

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.

', 'DescribeFleetHistoryRequest$StartTime' => '

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeFleetHistoryResult$LastEvaluatedTime' => '

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

', 'DescribeFleetHistoryResult$StartTime' => '

The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotFleetRequestHistoryRequest$StartTime' => '

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotFleetRequestHistoryResponse$LastEvaluatedTime' => '

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

', 'DescribeSpotFleetRequestHistoryResponse$StartTime' => '

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotPriceHistoryRequest$EndTime' => '

The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'DescribeSpotPriceHistoryRequest$StartTime' => '

The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'EbsInstanceBlockDevice$AttachTime' => '

The time stamp when the attachment initiated.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationTime' => '

The time at which the elastic inference accelerator is associated with an instance.

', 'FleetData$CreateTime' => '

The creation date and time of the EC2 Fleet.

', 'FleetData$ValidFrom' => '

The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.

', 'FleetData$ValidUntil' => '

The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.

', 'FpgaImage$CreateTime' => '

The date and time the AFI was created.

', 'FpgaImage$UpdateTime' => '

The time of the most recent update to the AFI.

', 'GetConsoleOutputResult$Timestamp' => '

The time at which the output was last updated.

', 'GetPasswordDataResult$Timestamp' => '

The time the data was last updated.

', 'GetReservedInstancesExchangeQuoteResult$OutputReservedInstancesWillExpireAt' => '

The new end date of the reservation term.

', 'HistoryRecord$Timestamp' => '

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'HistoryRecordEntry$Timestamp' => '

The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'Host$AllocationTime' => '

The time that the Dedicated Host was allocated.

', 'Host$ReleaseTime' => '

The time that the Dedicated Host was released.

', 'HostReservation$End' => '

The date and time that the reservation ends.

', 'HostReservation$Start' => '

The date and time that the reservation started.

', 'IamInstanceProfileAssociation$Timestamp' => '

The time the IAM instance profile was associated with the instance.

', 'IdFormat$Deadline' => '

The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.

', 'Instance$LaunchTime' => '

The time the instance was launched.

', 'InstanceNetworkInterfaceAttachment$AttachTime' => '

The time stamp when the attachment initiated.

', 'InstanceStatusDetails$ImpairedSince' => '

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

', 'InstanceStatusEvent$NotAfter' => '

The latest scheduled end time for the event.

', 'InstanceStatusEvent$NotBefore' => '

The earliest scheduled start time for the event.

', 'InstanceStatusEvent$NotBeforeDeadline' => '

The deadline for starting the event.

', 'LaunchTemplate$CreateTime' => '

The time launch template was created.

', 'LaunchTemplateSpotMarketOptions$ValidUntil' => '

The end date of the request. For a one-time request, the request remains active until all instances launch, the request is canceled, or this date is reached. If the request is persistent, it remains active until it is canceled or this date and time is reached.

', 'LaunchTemplateSpotMarketOptionsRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.

Default: 7 days from the current date

', 'LaunchTemplateVersion$CreateTime' => '

The time the version was created.

', 'ModifyCapacityReservationRequest$EndDate' => '

The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation\'s state changes to expired when it reaches its end date and time.

The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.

You must provide an EndDate value if EndDateType is limited. Omit EndDate if EndDateType is unlimited.

', 'ModifyInstanceEventStartTimeRequest$NotBefore' => '

The new date and time when the event will take place.

', 'NatGateway$CreateTime' => '

The date and time the NAT gateway was created.

', 'NatGateway$DeleteTime' => '

The date and time the NAT gateway was deleted, if applicable.

', 'NetworkInterfaceAttachment$AttachTime' => '

The timestamp indicating when the attachment initiated.

', 'ProvisionedBandwidth$ProvisionTime' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$RequestTime' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'PurchaseReservedInstancesOfferingRequest$PurchaseTime' => '

The time at which to purchase the Reserved Instance, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'ReportInstanceStatusRequest$EndTime' => '

The time at which the reported instance health state ended.

', 'ReportInstanceStatusRequest$StartTime' => '

The time at which the reported instance health state began.

', 'RequestSpotInstancesRequest$ValidFrom' => '

The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.

The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.

', 'RequestSpotInstancesRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

', 'ReservedInstances$End' => '

The time when the Reserved Instance expires.

', 'ReservedInstances$Start' => '

The date and time the Reserved Instance started.

', 'ReservedInstancesListing$CreateDate' => '

The time the listing was created.

', 'ReservedInstancesListing$UpdateDate' => '

The last modified timestamp of the listing.

', 'ReservedInstancesModification$CreateDate' => '

The time when the modification request was created.

', 'ReservedInstancesModification$EffectiveDate' => '

The time for the modification to become effective.

', 'ReservedInstancesModification$UpdateDate' => '

The time when the modification request was last updated.

', 'ScheduledInstance$CreateDate' => '

The date when the Scheduled Instance was purchased.

', 'ScheduledInstance$NextSlotStartTime' => '

The time for the next schedule to start.

', 'ScheduledInstance$PreviousSlotEndTime' => '

The time that the previous schedule ended or will end.

', 'ScheduledInstance$TermEndDate' => '

The end date for the Scheduled Instance.

', 'ScheduledInstance$TermStartDate' => '

The start date for the Scheduled Instance.

', 'ScheduledInstanceAvailability$FirstSlotStartTime' => '

The time period for the first schedule to start.

', 'SlotDateTimeRangeRequest$EarliestTime' => '

The earliest date and time, in UTC, for the Scheduled Instance to start.

', 'SlotDateTimeRangeRequest$LatestTime' => '

The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

', 'SlotStartTimeRangeRequest$EarliestTime' => '

The earliest date and time, in UTC, for the Scheduled Instance to start.

', 'SlotStartTimeRangeRequest$LatestTime' => '

The latest date and time, in UTC, for the Scheduled Instance to start.

', 'Snapshot$StartTime' => '

The time stamp when the snapshot was initiated.

', 'SpotFleetRequestConfigData$ValidFrom' => '

The start date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). By default, Amazon EC2 starts fulfilling the request immediately.

', 'SpotFleetRequestConfigData$ValidUntil' => '

The end date and time of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.

', 'SpotInstanceRequest$CreateTime' => '

The date and time when the Spot Instance request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'SpotInstanceRequest$ValidFrom' => '

The start date of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The request becomes active at this date and time.

', 'SpotInstanceRequest$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ).

', 'SpotInstanceStatus$UpdateTime' => '

The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'SpotMarketOptions$ValidUntil' => '

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ). Supported only for persistent requests.

', 'SpotPrice$Timestamp' => '

The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

', 'TransitGateway$CreationTime' => '

The creation time.

', 'TransitGatewayAttachment$CreationTime' => '

The creation time.

', 'TransitGatewayConnect$CreationTime' => '

The creation time.

', 'TransitGatewayConnectPeer$CreationTime' => '

The creation time.

', 'TransitGatewayMulticastDomain$CreationTime' => '

The time the transit gateway multicast domain was created.

', 'TransitGatewayPeeringAttachment$CreationTime' => '

The time the transit gateway peering attachment was created.

', 'TransitGatewayPolicyTable$CreationTime' => '

The timestamp when the transit gateway policy table was created.

', 'TransitGatewayRouteTable$CreationTime' => '

The creation time.

', 'TransitGatewayRouteTableAnnouncement$CreationTime' => '

The timestamp when the transit gateway route table announcement was created.

', 'TransitGatewayVpcAttachment$CreationTime' => '

The creation time.

', 'VgwTelemetry$LastStatusChange' => '

The date and time of the last change in status.

', 'Volume$CreateTime' => '

The time stamp when volume creation was initiated.

', 'VolumeAttachment$AttachTime' => '

The time stamp when the attachment initiated.

', 'VolumeModification$StartTime' => '

The modification start time.

', 'VolumeModification$EndTime' => '

The modification completion or failure time.

', 'VpcPeeringConnection$ExpirationTime' => '

The time that an unaccepted VPC peering connection will expire.

', ], ], 'DedicatedHostFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$DedicatedHostsSupported' => '

Indicates whether Dedicated Hosts are supported on the instance type.

', ], ], 'DedicatedHostId' => [ 'base' => NULL, 'refs' => [ 'DedicatedHostIdList$member' => NULL, 'LaunchTemplatePlacementRequest$HostId' => '

The ID of the Dedicated Host for the instance.

', 'ModifyInstancePlacementRequest$HostId' => '

The ID of the Dedicated Host with which to associate the instance.

', 'RequestHostIdList$member' => NULL, 'RequestHostIdSet$member' => NULL, ], ], 'DedicatedHostIdList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowAssociationRequest$DedicatedHostIds' => '

The IDs of the Dedicated Hosts to associate with the event window.

', 'InstanceEventWindowAssociationTarget$DedicatedHostIds' => '

The IDs of the Dedicated Hosts associated with the event window.

', 'InstanceEventWindowDisassociationRequest$DedicatedHostIds' => '

The IDs of the Dedicated Hosts to disassociate from the event window.

', ], ], 'DefaultNetworkCardIndex' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$DefaultNetworkCardIndex' => '

The index of the default network card, starting at 0.

', ], ], 'DefaultRouteTableAssociationValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$DefaultRouteTableAssociation' => '

Enable or disable automatic association with the default association route table.

', 'TransitGatewayOptions$DefaultRouteTableAssociation' => '

Indicates whether resource attachments are automatically associated with the default association route table.

', 'TransitGatewayRequestOptions$DefaultRouteTableAssociation' => '

Enable or disable automatic association with the default association route table. Enabled by default.

', ], ], 'DefaultRouteTablePropagationValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$DefaultRouteTablePropagation' => '

Enable or disable automatic propagation of routes to the default propagation route table.

', 'TransitGatewayOptions$DefaultRouteTablePropagation' => '

Indicates whether resource attachments automatically propagate routes to the default propagation route table.

', 'TransitGatewayRequestOptions$DefaultRouteTablePropagation' => '

Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.

', ], ], 'DefaultTargetCapacityType' => [ 'base' => NULL, 'refs' => [ 'TargetCapacitySpecification$DefaultTargetCapacityType' => '

The default TotalTargetCapacity, which is either Spot or On-Demand.

', 'TargetCapacitySpecificationRequest$DefaultTargetCapacityType' => '

The default TotalTargetCapacity, which is either Spot or On-Demand.

', ], ], 'DefaultingDhcpOptionsId' => [ 'base' => NULL, 'refs' => [ 'AssociateDhcpOptionsRequest$DhcpOptionsId' => '

The ID of the DHCP options set, or default to associate no DHCP options with the VPC.

', ], ], 'DeleteCarrierGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCarrierGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClientVpnRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCoipPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomerGatewayRequest' => [ 'base' => '

Contains the parameters for DeleteCustomerGateway.

', 'refs' => [], ], 'DeleteDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEgressOnlyInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEgressOnlyInternetGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetError' => [ 'base' => '

Describes an EC2 Fleet error.

', 'refs' => [ 'DeleteFleetErrorItem$Error' => '

The error.

', ], ], 'DeleteFleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetError$Code' => '

The error code.

', ], ], 'DeleteFleetErrorItem' => [ 'base' => '

Describes an EC2 Fleet that was not successfully deleted.

', 'refs' => [ 'DeleteFleetErrorSet$member' => NULL, ], ], 'DeleteFleetErrorSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsResult$UnsuccessfulFleetDeletions' => '

Information about the EC2 Fleets that are not successfully deleted.

', ], ], 'DeleteFleetSuccessItem' => [ 'base' => '

Describes an EC2 Fleet that was successfully deleted.

', 'refs' => [ 'DeleteFleetSuccessSet$member' => NULL, ], ], 'DeleteFleetSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsResult$SuccessfulFleetDeletions' => '

Information about the EC2 Fleets that are successfully deleted.

', ], ], 'DeleteFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFpgaImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFpgaImageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceConnectEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceConnectEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLaunchTemplateVersionsResponseErrorItem' => [ 'base' => '

Describes a launch template version that could not be deleted.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseErrorSet$member' => NULL, ], ], 'DeleteLaunchTemplateVersionsResponseErrorSet' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsResult$UnsuccessfullyDeletedLaunchTemplateVersions' => '

Information about the launch template versions that could not be deleted.

', ], ], 'DeleteLaunchTemplateVersionsResponseSuccessItem' => [ 'base' => '

Describes a launch template version that was successfully deleted.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseSuccessSet$member' => NULL, ], ], 'DeleteLaunchTemplateVersionsResponseSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsResult$SuccessfullyDeletedLaunchTemplateVersions' => '

Information about the launch template versions that were successfully deleted.

', ], ], 'DeleteLaunchTemplateVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVpcAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteLocalGatewayRouteTableVpcAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNatGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNatGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkAclRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAccessScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsPathRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInsightsPathResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkInterfacePermissionRequest' => [ 'base' => '

Contains the parameters for DeleteNetworkInterfacePermission.

', 'refs' => [], ], 'DeleteNetworkInterfacePermissionResult' => [ 'base' => '

Contains the output for DeleteNetworkInterfacePermission.

', 'refs' => [], ], 'DeleteNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for DeleteNetworkInterface.

', 'refs' => [], ], 'DeletePlacementGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePublicIpv4PoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePublicIpv4PoolResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteQueuedReservedInstancesError' => [ 'base' => '

Describes the error for a Reserved Instance whose queued purchase could not be deleted.

', 'refs' => [ 'FailedQueuedPurchaseDeletion$Error' => '

The error.

', ], ], 'DeleteQueuedReservedInstancesErrorCode' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesError$Code' => '

The error code.

', ], ], 'DeleteQueuedReservedInstancesIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesRequest$ReservedInstancesIds' => '

The IDs of the Reserved Instances.

', ], ], 'DeleteQueuedReservedInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteQueuedReservedInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for DeleteSpotDatafeedSubscription.

', 'refs' => [], ], 'DeleteSubnetCidrReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetCidrReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSubnetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorTargetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrafficMirrorTargetResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectPeerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectPeerResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayConnectResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableAnnouncementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableAnnouncementResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointConnectionNotificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointConnectionNotificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointServiceConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointServiceConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVpnConnectionRequest' => [ 'base' => '

Contains the parameters for DeleteVpnConnection.

', 'refs' => [], ], 'DeleteVpnConnectionRouteRequest' => [ 'base' => '

Contains the parameters for DeleteVpnConnectionRoute.

', 'refs' => [], ], 'DeleteVpnGatewayRequest' => [ 'base' => '

Contains the parameters for DeleteVpnGateway.

', 'refs' => [], ], 'DeprovisionByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionPublicIpv4PoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionPublicIpv4PoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'DeprovisionedAddressSet' => [ 'base' => NULL, 'refs' => [ 'DeprovisionPublicIpv4PoolCidrResult$DeprovisionedAddresses' => '

The deprovisioned CIDRs.

', ], ], 'DeregisterImageRequest' => [ 'base' => '

Contains the parameters for DeregisterImage.

', 'refs' => [], ], 'DeregisterInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterInstanceTagAttributeRequest' => [ 'base' => '

Information about the tag keys to deregister for the current Region. You can either specify individual tag keys or deregister all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

', 'refs' => [ 'DeregisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute' => '

Information about the tag keys to deregister.

', ], ], 'DeregisterTransitGatewayMulticastGroupMembersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupMembersResult' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupSourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeregisterTransitGatewayMulticastGroupSourcesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAccountAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressTransfersMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressTransfersRequest$MaxResults' => '

The maximum number of address transfers to return in one page of results.

', ], ], 'DescribeAddressTransfersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressTransfersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAggregateIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAggregateIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailabilityZonesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAvailabilityZonesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBundleTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeBundleTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeByoipCidrsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeByoipCidrsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeByoipCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeByoipCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationFleetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationFleetsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeCapacityReservationFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeCapacityReservationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeCapacityReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCapacityReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCarrierGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCarrierGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClassicLinkInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

Constraint: If the value is greater than 1000, we return only 1000 items.

', ], ], 'DescribeClassicLinkInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClassicLinkInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnAuthorizationRulesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnAuthorizationRulesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnAuthorizationRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnAuthorizationRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnConnectionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnConnectionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnEndpointMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnRoutesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnRoutesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnTargetNetworksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnTargetNetworksRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.

', ], ], 'DescribeClientVpnTargetNetworksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeClientVpnTargetNetworksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCoipPoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCoipPoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConversionTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeConversionTasksResult$ConversionTasks' => '

Information about the conversion tasks.

', ], ], 'DescribeConversionTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeConversionTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCustomerGatewaysRequest' => [ 'base' => '

Contains the parameters for DescribeCustomerGateways.

', 'refs' => [], ], 'DescribeCustomerGatewaysResult' => [ 'base' => '

Contains the output of DescribeCustomerGateways.

', 'refs' => [], ], 'DescribeDhcpOptionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeDhcpOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDhcpOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEgressOnlyInternetGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeEgressOnlyInternetGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEgressOnlyInternetGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeElasticGpusMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 5 and 1000.

', ], ], 'DescribeElasticGpusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeElasticGpusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportImageTasksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksRequest$MaxResults' => '

The maximum number of results to return in a single call.

', ], ], 'DescribeExportImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExportTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeFastLaunchImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastLaunchImagesSuccessItem' => [ 'base' => '

Describe details about a fast-launch enabled Windows image that meets the requested criteria. Criteria are defined by the DescribeFastLaunchImages action filters.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessSet$member' => NULL, ], ], 'DescribeFastLaunchImagesSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesResult$FastLaunchImages' => '

A collection of details about the fast-launch enabled Windows images that meet the requested criteria.

', ], ], 'DescribeFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores for a snapshot.

', 'refs' => [ 'DescribeFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'DescribeFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoresResult$FastSnapshotRestores' => '

Information about the state of fast snapshot restores.

', ], ], 'DescribeFastSnapshotRestoresMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoresRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetError' => [ 'base' => '

Describes the instances that could not be launched by the fleet.

', 'refs' => [ 'DescribeFleetsErrorSet$member' => NULL, ], ], 'DescribeFleetHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetHistoryResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsErrorSet' => [ 'base' => NULL, 'refs' => [ 'FleetData$Errors' => '

Information about the instances that could not be launched by the fleet. Valid only when Type is set to instant.

', ], ], 'DescribeFleetsInstances' => [ 'base' => '

Describes the instances that were launched by the fleet.

', 'refs' => [ 'DescribeFleetsInstancesSet$member' => NULL, ], ], 'DescribeFleetsInstancesSet' => [ 'base' => NULL, 'refs' => [ 'FleetData$Instances' => '

Information about the instances that were launched by the fleet. Valid only when Type is set to instant.

', ], ], 'DescribeFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowLogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowLogsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImagesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$MaxResults' => '

The maximum number of results to return in a single call.

', ], ], 'DescribeFpgaImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFpgaImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationOfferingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationOfferingsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'DescribeHostReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIamInstanceProfileAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeIamInstanceProfileAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIamInstanceProfileAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdentityIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIdentityIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageAttributeRequest' => [ 'base' => '

Contains the parameters for DescribeImageAttribute.

', 'refs' => [], ], 'DescribeImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportSnapshotTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImportSnapshotTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceConnectEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceConnectEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceCreditSpecificationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceCreditSpecificationsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same call.

', ], ], 'DescribeInstanceCreditSpecificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceCreditSpecificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceEventWindowsRequest' => [ 'base' => 'Describe instance event windows by InstanceEventWindow.', 'refs' => [], ], 'DescribeInstanceEventWindowsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypeOfferingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypeOfferingsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstanceTypesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInternetGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeInternetGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInternetGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamPoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamPoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveriesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveryAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamResourceDiscoveryAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamScopesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamScopesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpamsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpv6PoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeIpv6PoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyPairsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeKeyPairsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplateVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplateVersionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplatesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

', ], ], 'DescribeLaunchTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLaunchTemplatesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVpcAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTableVpcAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayRouteTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfaceGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfaceGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfacesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewayVirtualInterfacesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLocalGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedPrefixListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeManagedPrefixListsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMovingAddressesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeMovingAddressesRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

', ], ], 'DescribeMovingAddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMovingAddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNatGatewaysMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeNatGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNatGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkAclsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeNetworkAclsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkAclsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopeAnalysesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopeAnalysesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAccessScopesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAnalysesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsAnalysesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsPathsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInsightsPathsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfaceAttribute.

', 'refs' => [], ], 'DescribeNetworkInterfaceAttributeResult' => [ 'base' => '

Contains the output of DescribeNetworkInterfaceAttribute.

', 'refs' => [], ], 'DescribeNetworkInterfacePermissionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. If this parameter is not specified, up to 50 results are returned by default. For more information, see Pagination.

', ], ], 'DescribeNetworkInterfacePermissionsRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfacePermissions.

', 'refs' => [], ], 'DescribeNetworkInterfacePermissionsResult' => [ 'base' => '

Contains the output for DescribeNetworkInterfacePermissions.

', 'refs' => [], ], 'DescribeNetworkInterfacesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. You cannot specify this parameter and the network interface IDs parameter in the same request. For more information, see Pagination.

', ], ], 'DescribeNetworkInterfacesRequest' => [ 'base' => '

Contains the parameters for DescribeNetworkInterfaces.

', 'refs' => [], ], 'DescribeNetworkInterfacesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlacementGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePlacementGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrefixListsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrefixListsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrincipalIdFormatMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

', ], ], 'DescribePrincipalIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePrincipalIdFormatResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribePublicIpv4PoolsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePublicIpv4PoolsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRegionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReplaceRootVolumeTasksMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeReplaceRootVolumeTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReplaceRootVolumeTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeReservedInstancesListingsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesListings.

', 'refs' => [], ], 'DescribeReservedInstancesListingsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesListings.

', 'refs' => [], ], 'DescribeReservedInstancesModificationsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesModifications.

', 'refs' => [], ], 'DescribeReservedInstancesModificationsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesModifications.

', 'refs' => [], ], 'DescribeReservedInstancesOfferingsRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstancesOfferings.

', 'refs' => [], ], 'DescribeReservedInstancesOfferingsResult' => [ 'base' => '

Contains the output of DescribeReservedInstancesOfferings.

', 'refs' => [], ], 'DescribeReservedInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeReservedInstances.

', 'refs' => [], ], 'DescribeReservedInstancesResult' => [ 'base' => '

Contains the output for DescribeReservedInstances.

', 'refs' => [], ], 'DescribeRouteTablesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeRouteTablesResult' => [ 'base' => '

Contains the output of DescribeRouteTables.

', 'refs' => [], ], 'DescribeScheduledInstanceAvailabilityMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$MaxResults' => '

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned NextToken value.

', ], ], 'DescribeScheduledInstanceAvailabilityRequest' => [ 'base' => '

Contains the parameters for DescribeScheduledInstanceAvailability.

', 'refs' => [], ], 'DescribeScheduledInstanceAvailabilityResult' => [ 'base' => '

Contains the output of DescribeScheduledInstanceAvailability.

', 'refs' => [], ], 'DescribeScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeScheduledInstances.

', 'refs' => [], ], 'DescribeScheduledInstancesResult' => [ 'base' => '

Contains the output of DescribeScheduledInstances.

', 'refs' => [], ], 'DescribeSecurityGroupReferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupReferencesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupRulesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupRulesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see Pagination.

', ], ], 'DescribeSecurityGroupRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see Pagination.

', ], ], 'DescribeSecurityGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSecurityGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotTierStatusMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotTierStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSnapshotTierStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotTierStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSnapshotsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpotDatafeedSubscriptionRequest' => [ 'base' => '

Contains the parameters for DescribeSpotDatafeedSubscription.

', 'refs' => [], ], 'DescribeSpotDatafeedSubscriptionResult' => [ 'base' => '

Contains the output of DescribeSpotDatafeedSubscription.

', 'refs' => [], ], 'DescribeSpotFleetInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSpotFleetInstancesRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetInstances.

', 'refs' => [], ], 'DescribeSpotFleetInstancesResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetInstances.

', 'refs' => [], ], 'DescribeSpotFleetRequestHistoryMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSpotFleetRequestHistoryRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetRequestHistory.

', 'refs' => [], ], 'DescribeSpotFleetRequestHistoryResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetRequestHistory.

', 'refs' => [], ], 'DescribeSpotFleetRequestsRequest' => [ 'base' => '

Contains the parameters for DescribeSpotFleetRequests.

', 'refs' => [], ], 'DescribeSpotFleetRequestsResponse' => [ 'base' => '

Contains the output of DescribeSpotFleetRequests.

', 'refs' => [], ], 'DescribeSpotInstanceRequestsRequest' => [ 'base' => '

Contains the parameters for DescribeSpotInstanceRequests.

', 'refs' => [], ], 'DescribeSpotInstanceRequestsResult' => [ 'base' => '

Contains the output of DescribeSpotInstanceRequests.

', 'refs' => [], ], 'DescribeSpotPriceHistoryRequest' => [ 'base' => '

Contains the parameters for DescribeSpotPriceHistory.

', 'refs' => [], ], 'DescribeSpotPriceHistoryResult' => [ 'base' => '

Contains the output of DescribeSpotPriceHistory.

', 'refs' => [], ], 'DescribeStaleSecurityGroupsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeStaleSecurityGroupsNextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', ], ], 'DescribeStaleSecurityGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStaleSecurityGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStoreImageTasksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStoreImageTasksRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the ImageIDs parameter in the same call.

', ], ], 'DescribeStoreImageTasksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeSubnetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubnetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTagsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorFiltersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorFiltersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorSessionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrafficMirrorTargetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectPeersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectPeersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayConnectsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayMulticastDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayMulticastDomainsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPeeringAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPeeringAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPolicyTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayPolicyTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTableAnnouncementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTableAnnouncementsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayRouteTablesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayVpcAttachmentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewayVpcAttachmentsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewaysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransitGatewaysResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrunkInterfaceAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeTrunkInterfaceAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrunkInterfaceAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessEndpointsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessGroupMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstancesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstancesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessTrustProvidersMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'DescribeVerifiedAccessTrustProvidersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVerifiedAccessTrustProvidersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumeStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesModificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesModificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVolumesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkDnsSupportMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcClassicLinkDnsSupportNextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcClassicLinkDnsSupportResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', ], ], 'DescribeVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionNotificationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionNotificationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServiceConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServiceConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointServicesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcEndpointsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcPeeringConnectionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcPeeringConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcPeeringConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'DescribeVpcsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpcsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeVpnConnectionsRequest' => [ 'base' => '

Contains the parameters for DescribeVpnConnections.

', 'refs' => [], ], 'DescribeVpnConnectionsResult' => [ 'base' => '

Contains the output of DescribeVpnConnections.

', 'refs' => [], ], 'DescribeVpnGatewaysRequest' => [ 'base' => '

Contains the parameters for DescribeVpnGateways.

', 'refs' => [], ], 'DescribeVpnGatewaysResult' => [ 'base' => '

Contains the output of DescribeVpnGateways.

', 'refs' => [], ], 'DestinationFileFormat' => [ 'base' => NULL, 'refs' => [ 'DestinationOptionsRequest$FileFormat' => '

The format for the flow log. The default is plain-text.

', 'DestinationOptionsResponse$FileFormat' => '

The format for the flow log.

', ], ], 'DestinationOptionsRequest' => [ 'base' => '

Describes the destination options for a flow log.

', 'refs' => [ 'CreateFlowLogsRequest$DestinationOptions' => '

The destination options.

', ], ], 'DestinationOptionsResponse' => [ 'base' => '

Describes the destination options for a flow log.

', 'refs' => [ 'FlowLog$DestinationOptions' => '

The destination options.

', ], ], 'DetachClassicLinkVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachClassicLinkVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachInternetGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachNetworkInterfaceRequest' => [ 'base' => '

Contains the parameters for DetachNetworkInterface.

', 'refs' => [], ], 'DetachVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'DetachVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DetachVpnGatewayRequest' => [ 'base' => '

Contains the parameters for DetachVpnGateway.

', 'refs' => [], ], 'DeviceOptions' => [ 'base' => '

Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.

', 'refs' => [ 'VerifiedAccessTrustProvider$DeviceOptions' => '

The options for device-identity trust provider.

', ], ], 'DeviceTrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$DeviceTrustProviderType' => '

The type of device-based trust provider. This parameter is required when the provider type is device.

', 'VerifiedAccessTrustProvider$DeviceTrustProviderType' => '

The type of device-based trust provider.

', 'VerifiedAccessTrustProviderCondensed$DeviceTrustProviderType' => '

The type of device-based trust provider.

', ], ], 'DeviceType' => [ 'base' => NULL, 'refs' => [ 'Image$RootDeviceType' => '

The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

', 'Instance$RootDeviceType' => '

The root device type used by the AMI. The AMI can use an EBS volume or an instance store volume.

', ], ], 'DhcpConfiguration' => [ 'base' => '

Describes a DHCP configuration option.

', 'refs' => [ 'DhcpConfigurationList$member' => NULL, ], ], 'DhcpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'DhcpOptions$DhcpConfigurations' => '

The DHCP options in the set.

', ], ], 'DhcpConfigurationValueList' => [ 'base' => NULL, 'refs' => [ 'DhcpConfiguration$Values' => '

The values for the DHCP option.

', ], ], 'DhcpOptions' => [ 'base' => '

The set of DHCP options.

', 'refs' => [ 'CreateDhcpOptionsResult$DhcpOptions' => '

A set of DHCP options.

', 'DhcpOptionsList$member' => NULL, ], ], 'DhcpOptionsId' => [ 'base' => NULL, 'refs' => [ 'DeleteDhcpOptionsRequest$DhcpOptionsId' => '

The ID of the DHCP options set.

', 'DhcpOptionsIdStringList$member' => NULL, ], ], 'DhcpOptionsIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsRequest$DhcpOptionsIds' => '

The IDs of one or more DHCP options sets.

Default: Describes all your DHCP options sets.

', ], ], 'DhcpOptionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeDhcpOptionsResult$DhcpOptions' => '

Information about one or more DHCP options sets.

', ], ], 'DirectoryServiceAuthentication' => [ 'base' => '

Describes an Active Directory.

', 'refs' => [ 'ClientVpnAuthentication$ActiveDirectory' => '

Information about the Active Directory, if applicable.

', ], ], 'DirectoryServiceAuthenticationRequest' => [ 'base' => '

Describes the Active Directory to be used for client authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$ActiveDirectory' => '

Information about the Active Directory to be used, if applicable. You must provide this information if Type is directory-service-authentication.

', ], ], 'DisableAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableAwsNetworkPerformanceMetricSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableAwsNetworkPerformanceMetricSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastLaunchRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastLaunchResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastSnapshotRestoreErrorItem' => [ 'base' => '

Contains information about the errors that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreErrorSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreErrorSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresResult$Unsuccessful' => '

Information about the snapshots for which fast snapshot restores could not be disabled.

', ], ], 'DisableFastSnapshotRestoreStateError' => [ 'base' => '

Describes an error that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreStateErrorItem$Error' => '

The error.

', ], ], 'DisableFastSnapshotRestoreStateErrorItem' => [ 'base' => '

Contains information about an error that occurred when disabling fast snapshot restores.

', 'refs' => [ 'DisableFastSnapshotRestoreStateErrorSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreStateErrorSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors' => '

The errors.

', ], ], 'DisableFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores that were successfully disabled.

', 'refs' => [ 'DisableFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'DisableFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'DisableFastSnapshotRestoresResult$Successful' => '

Information about the snapshots for which fast snapshot restores were successfully disabled.

', ], ], 'DisableFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableImageDeprecationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableImageDeprecationResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableIpamOrganizationAdminAccountRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableIpamOrganizationAdminAccountResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableSerialConsoleAccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableSerialConsoleAccessResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableTransitGatewayRouteTablePropagationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableTransitGatewayRouteTablePropagationResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableVgwRoutePropagationRequest' => [ 'base' => '

Contains the parameters for DisableVgwRoutePropagation.

', 'refs' => [], ], 'DisableVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateClientVpnTargetNetworkRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateClientVpnTargetNetworkResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateEnclaveCertificateIamRoleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateEnclaveCertificateIamRoleResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIamInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIamInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSubnetCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateSubnetCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayMulticastDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayMulticastDomainResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayPolicyTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayPolicyTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayRouteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTransitGatewayRouteTableResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrunkInterfaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrunkInterfaceResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateVpcCidrBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateVpcCidrBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DiskCount' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$Count' => '

The number of disks with this configuration.

', ], ], 'DiskImage' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'DiskImageList$member' => NULL, ], ], 'DiskImageDescription' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'ImportInstanceVolumeDetailItem$Image' => '

The image.

', 'ImportVolumeTaskDetails$Image' => '

The image.

', ], ], 'DiskImageDetail' => [ 'base' => '

Describes a disk image.

', 'refs' => [ 'DiskImage$Image' => '

Information about the disk image.

', 'ImportVolumeRequest$Image' => '

The disk image.

', ], ], 'DiskImageFormat' => [ 'base' => NULL, 'refs' => [ 'DiskImageDescription$Format' => '

The disk image format.

', 'DiskImageDetail$Format' => '

The disk image format.

', 'ExportImageRequest$DiskImageFormat' => '

The disk image format.

', 'ExportImageResult$DiskImageFormat' => '

The disk image format for the exported image.

', 'ExportToS3Task$DiskImageFormat' => '

The format for the exported image.

', 'ExportToS3TaskSpecification$DiskImageFormat' => '

The format for the exported image.

', ], ], 'DiskImageList' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceRequest$DiskImages' => '

The disk image.

', ], ], 'DiskImageVolumeDescription' => [ 'base' => '

Describes a disk image volume.

', 'refs' => [ 'ImportInstanceVolumeDetailItem$Volume' => '

The volume.

', 'ImportVolumeTaskDetails$Volume' => '

The volume.

', ], ], 'DiskInfo' => [ 'base' => '

Describes a disk.

', 'refs' => [ 'DiskInfoList$member' => NULL, ], ], 'DiskInfoList' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$Disks' => '

Describes the disks that are available for the instance type.

', ], ], 'DiskSize' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$SizeInGB' => '

The size of the disk in GB.

', 'InstanceStorageInfo$TotalSizeInGB' => '

The total size of the disks, in GB.

', ], ], 'DiskType' => [ 'base' => NULL, 'refs' => [ 'DiskInfo$Type' => '

The type of disk.

', ], ], 'DnsEntry' => [ 'base' => '

Describes a DNS entry.

', 'refs' => [ 'DnsEntrySet$member' => NULL, ], ], 'DnsEntrySet' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$DnsEntries' => '

(Interface endpoint) The DNS entries for the endpoint.

', 'VpcEndpointConnection$DnsEntries' => '

The DNS entries for the VPC endpoint.

', ], ], 'DnsNameState' => [ 'base' => NULL, 'refs' => [ 'PrivateDnsNameConfiguration$State' => '

The verification state of the VPC endpoint service.

>Consumers of the endpoint service can use the private name only when the state is verified.

', 'ServiceDetail$PrivateDnsNameVerificationState' => '

The verification state of the VPC endpoint service.

Consumers of the endpoint service cannot use the private name when the state is not verified.

', ], ], 'DnsOptions' => [ 'base' => '

Describes the DNS options for an endpoint.

', 'refs' => [ 'VpcEndpoint$DnsOptions' => '

The DNS options for the endpoint.

', ], ], 'DnsOptionsSpecification' => [ 'base' => '

Describes the DNS options for an endpoint.

', 'refs' => [ 'CreateVpcEndpointRequest$DnsOptions' => '

The DNS options for the endpoint.

', 'ModifyVpcEndpointRequest$DnsOptions' => '

The DNS options for the endpoint.

', ], ], 'DnsRecordIpType' => [ 'base' => NULL, 'refs' => [ 'DnsOptions$DnsRecordIpType' => '

The DNS records created for the endpoint.

', 'DnsOptionsSpecification$DnsRecordIpType' => '

The DNS records created for the endpoint.

', ], ], 'DnsServersOptionsModifyStructure' => [ 'base' => '

Information about the DNS server to be used.

', 'refs' => [ 'ModifyClientVpnEndpointRequest$DnsServers' => '

Information about the DNS servers to be used by Client VPN connections. A Client VPN endpoint can have up to two DNS servers.

', ], ], 'DnsSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$DnsSupport' => '

Enable or disable DNS support. The default is enable.

', 'ModifyTransitGatewayOptions$DnsSupport' => '

Enable or disable DNS support.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$DnsSupport' => '

Enable or disable DNS support. The default is enable.

', 'TransitGatewayOptions$DnsSupport' => '

Indicates whether DNS support is enabled.

', 'TransitGatewayRequestOptions$DnsSupport' => '

Enable or disable DNS support. Enabled by default.

', 'TransitGatewayVpcAttachmentOptions$DnsSupport' => '

Indicates whether DNS support is enabled.

', ], ], 'DomainType' => [ 'base' => NULL, 'refs' => [ 'Address$Domain' => '

The network (vpc).

', 'AllocateAddressRequest$Domain' => '

The network (vpc).

', 'AllocateAddressResult$Domain' => '

The network (vpc).

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$TotalFulfilledCapacity' => '

The capacity units that have been fulfilled.

', 'ClientData$UploadSize' => '

The size of the uploaded disk image, in GiB.

', 'CreateCapacityReservationFleetResult$TotalFulfilledCapacity' => '

The requested capacity units that have been successfully reserved.

', 'FleetCapacityReservation$FulfilledCapacity' => '

The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'FleetData$FulfilledCapacity' => '

The number of units fulfilled by this request compared to the set target capacity.

', 'FleetData$FulfilledOnDemandCapacity' => '

The number of units fulfilled by this request compared to the set target On-Demand capacity.

', 'FleetLaunchTemplateOverrides$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'FleetLaunchTemplateOverrides$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the override has the lowest priority. You can set the same priority for different launch template overrides.

', 'FleetLaunchTemplateOverridesRequest$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'FleetLaunchTemplateOverridesRequest$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

', 'LaunchTemplateOverrides$WeightedCapacity' => '

The number of units provided by the specified instance type.

', 'LaunchTemplateOverrides$Priority' => '

The priority for the launch template override. The highest priority is launched first.

If OnDemandAllocationStrategy is set to prioritized, Spot Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacityOptimizedPrioritized, Spot Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

', 'MemoryGiBPerVCpu$Min' => '

The minimum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no minimum limit.

', 'MemoryGiBPerVCpu$Max' => '

The maximum amount of memory per vCPU, in GiB. If this parameter is not specified, there is no maximum limit.

', 'MemoryGiBPerVCpuRequest$Min' => '

The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.

', 'MemoryGiBPerVCpuRequest$Max' => '

The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.

', 'NetworkBandwidthGbps$Min' => '

The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.

', 'NetworkBandwidthGbps$Max' => '

The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.

', 'NetworkBandwidthGbpsRequest$Min' => '

The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.

', 'NetworkBandwidthGbpsRequest$Max' => '

The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.

', 'PriceSchedule$Price' => '

The fixed price for the term.

', 'PriceScheduleSpecification$Price' => '

The fixed price for the term.

', 'PricingDetail$Price' => '

The price per instance.

', 'RecurringCharge$Amount' => '

The amount of the recurring charge.

', 'ReservedInstanceLimitPrice$Amount' => '

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

', 'SnapshotDetail$DiskImageSize' => '

The size of the disk in the snapshot, in GiB.

', 'SnapshotTaskDetail$DiskImageSize' => '

The size of the disk in the snapshot, in GiB.

', 'SpotFleetLaunchSpecification$WeightedCapacity' => '

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.

If the target capacity divided by this value is not a whole number, Amazon EC2 rounds the number of instances to the next whole number. If this value is not specified, the default is 1.

', 'SpotFleetRequestConfigData$FulfilledCapacity' => '

The number of units fulfilled by this request compared to the set target capacity. You cannot set this value.

', 'SpotFleetRequestConfigData$OnDemandFulfilledCapacity' => '

The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.

', 'TotalLocalStorageGB$Min' => '

The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.

', 'TotalLocalStorageGB$Max' => '

The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.

', 'TotalLocalStorageGBRequest$Min' => '

The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.

', 'TotalLocalStorageGBRequest$Max' => '

The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.

', ], ], 'DoubleWithConstraints' => [ 'base' => NULL, 'refs' => [ 'FleetCapacityReservation$Weight' => '

The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.

', 'ReservationFleetInstanceSpecification$Weight' => '

The number of capacity units provided by the specified instance type. This value, together with the total target capacity that you specify for the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', ], ], 'DrainSeconds' => [ 'base' => NULL, 'refs' => [ 'DisassociateNatGatewayAddressRequest$MaxDrainDurationSeconds' => '

The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.

', 'UnassignPrivateNatGatewayAddressRequest$MaxDrainDurationSeconds' => '

The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.

', ], ], 'DynamicRoutingValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequestOptions$DynamicRouting' => '

Indicates whether dynamic routing is enabled or disabled.

', 'TransitGatewayPeeringAttachmentOptions$DynamicRouting' => '

Describes whether dynamic routing is enabled or disabled for the transit gateway peering attachment.

', ], ], 'EbsBlockDevice' => [ 'base' => '

Describes a block device for an EBS volume.

', 'refs' => [ 'BlockDeviceMapping$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsEncryptionSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$EncryptionSupport' => '

Indicates whether Amazon EBS encryption is supported.

', ], ], 'EbsInfo' => [ 'base' => '

Describes the Amazon EBS features supported by the instance type.

', 'refs' => [ 'InstanceTypeInfo$EbsInfo' => '

Describes the Amazon EBS settings for the instance type.

', ], ], 'EbsInstanceBlockDevice' => [ 'base' => '

Describes a parameter used to set up an EBS volume in a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMapping$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsInstanceBlockDeviceSpecification' => [ 'base' => '

Describes information used to set up an EBS volume specified in a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMappingSpecification$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'EbsNvmeSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$NvmeSupport' => '

Indicates whether non-volatile memory express (NVMe) is supported.

', ], ], 'EbsOptimizedInfo' => [ 'base' => '

Describes the optimized EBS performance for supported instance types.

', 'refs' => [ 'EbsInfo$EbsOptimizedInfo' => '

Describes the optimized EBS performance for the instance type.

', ], ], 'EbsOptimizedSupport' => [ 'base' => NULL, 'refs' => [ 'EbsInfo$EbsOptimizedSupport' => '

Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.

', ], ], 'Ec2InstanceConnectEndpoint' => [ 'base' => '

The EC2 Instance Connect Endpoint.

', 'refs' => [ 'CreateInstanceConnectEndpointResult$InstanceConnectEndpoint' => '

Information about the EC2 Instance Connect Endpoint.

', 'DeleteInstanceConnectEndpointResult$InstanceConnectEndpoint' => '

Information about the EC2 Instance Connect Endpoint.

', 'InstanceConnectEndpointSet$member' => NULL, ], ], 'Ec2InstanceConnectEndpointState' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$State' => '

The current state of the EC2 Instance Connect Endpoint.

', ], ], 'EfaInfo' => [ 'base' => '

Describes the Elastic Fabric Adapters for the instance type.

', 'refs' => [ 'NetworkInfo$EfaInfo' => '

Describes the Elastic Fabric Adapters for the instance type.

', ], ], 'EfaSupportedFlag' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EfaSupported' => '

Indicates whether Elastic Fabric Adapter (EFA) is supported.

', ], ], 'EgressOnlyInternetGateway' => [ 'base' => '

Describes an egress-only internet gateway.

', 'refs' => [ 'CreateEgressOnlyInternetGatewayResult$EgressOnlyInternetGateway' => '

Information about the egress-only internet gateway.

', 'EgressOnlyInternetGatewayList$member' => NULL, ], ], 'EgressOnlyInternetGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$EgressOnlyInternetGatewayId' => '

[IPv6 traffic only] The ID of an egress-only internet gateway.

', 'DeleteEgressOnlyInternetGatewayRequest$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'EgressOnlyInternetGateway$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'EgressOnlyInternetGatewayIdList$member' => NULL, 'ReplaceRouteRequest$EgressOnlyInternetGatewayId' => '

[IPv6 traffic only] The ID of an egress-only internet gateway.

', ], ], 'EgressOnlyInternetGatewayIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysRequest$EgressOnlyInternetGatewayIds' => '

The IDs of the egress-only internet gateways.

', ], ], 'EgressOnlyInternetGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeEgressOnlyInternetGatewaysResult$EgressOnlyInternetGateways' => '

Information about the egress-only internet gateways.

', ], ], 'EipAllocationPublicIp' => [ 'base' => NULL, 'refs' => [ 'AssociateAddressRequest$PublicIp' => '

Deprecated.

', 'DisassociateAddressRequest$PublicIp' => '

Deprecated.

', ], ], 'EipAssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DisassociateNatGatewayAddressRequest$AssociationIds' => '

The association IDs of EIPs that have been associated with the NAT gateway.

', ], ], 'ElasticGpuAssociation' => [ 'base' => '

Describes the association between an instance and an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuAssociationList$member' => NULL, ], ], 'ElasticGpuAssociationList' => [ 'base' => NULL, 'refs' => [ 'Instance$ElasticGpuAssociations' => '

The Elastic GPU associated with the instance.

', ], ], 'ElasticGpuHealth' => [ 'base' => '

Describes the status of an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpus$ElasticGpuHealth' => '

The status of the Elastic Graphics accelerator.

', ], ], 'ElasticGpuId' => [ 'base' => NULL, 'refs' => [ 'ElasticGpuAssociation$ElasticGpuId' => '

The ID of the Elastic Graphics accelerator.

', 'ElasticGpuIdSet$member' => NULL, ], ], 'ElasticGpuIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusRequest$ElasticGpuIds' => '

The Elastic Graphics accelerator IDs.

', ], ], 'ElasticGpuSet' => [ 'base' => NULL, 'refs' => [ 'DescribeElasticGpusResult$ElasticGpuSet' => '

Information about the Elastic Graphics accelerators.

', ], ], 'ElasticGpuSpecification' => [ 'base' => '

A specification for an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuSpecificationList$member' => NULL, 'ElasticGpuSpecifications$member' => NULL, ], ], 'ElasticGpuSpecificationList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$ElasticGpuSpecifications' => '

An elastic GPU to associate with the instance.

', ], ], 'ElasticGpuSpecificationResponse' => [ 'base' => '

Describes an elastic GPU.

', 'refs' => [ 'ElasticGpuSpecificationResponseList$member' => NULL, ], ], 'ElasticGpuSpecificationResponseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$ElasticGpuSpecifications' => '

The elastic GPU specification.

', ], ], 'ElasticGpuSpecifications' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$ElasticGpuSpecification' => '

An elastic GPU to associate with the instance. An Elastic GPU is a GPU resource that you can attach to your Windows instance to accelerate the graphics performance of your applications. For more information, see Amazon EC2 Elastic GPUs in the Amazon EC2 User Guide.

', ], ], 'ElasticGpuState' => [ 'base' => NULL, 'refs' => [ 'ElasticGpus$ElasticGpuState' => '

The state of the Elastic Graphics accelerator.

', ], ], 'ElasticGpuStatus' => [ 'base' => NULL, 'refs' => [ 'ElasticGpuHealth$Status' => '

The health status.

', ], ], 'ElasticGpus' => [ 'base' => '

Describes an Elastic Graphics accelerator.

', 'refs' => [ 'ElasticGpuSet$member' => NULL, ], ], 'ElasticInferenceAccelerator' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'ElasticInferenceAccelerators$member' => NULL, ], ], 'ElasticInferenceAcceleratorAssociation' => [ 'base' => '

Describes the association between an instance and an elastic inference accelerator.

', 'refs' => [ 'ElasticInferenceAcceleratorAssociationList$member' => NULL, ], ], 'ElasticInferenceAcceleratorAssociationList' => [ 'base' => NULL, 'refs' => [ 'Instance$ElasticInferenceAcceleratorAssociations' => '

The elastic inference accelerator associated with the instance.

', ], ], 'ElasticInferenceAcceleratorCount' => [ 'base' => NULL, 'refs' => [ 'ElasticInferenceAccelerator$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', ], ], 'ElasticInferenceAccelerators' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$ElasticInferenceAccelerators' => '

An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.

You cannot specify accelerators from different generations in the same request.

Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.

', ], ], 'ElasticIpAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateAddressRequest$AssociationId' => '

The association ID. This parameter is required.

', 'EipAssociationIdList$member' => NULL, ], ], 'EnaSrdSpecification' => [ 'base' => '

ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.

To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.

', 'refs' => [ 'AttachNetworkInterfaceRequest$EnaSrdSpecification' => '

Configures ENA Express for the network interface that this action attaches to the instance.

', 'ModifyNetworkInterfaceAttributeRequest$EnaSrdSpecification' => '

Updates the ENA Express configuration for the network interface that’s attached to the instance.

', ], ], 'EnaSrdSupported' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EnaSrdSupported' => '

Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.

', ], ], 'EnaSrdUdpSpecification' => [ 'base' => '

ENA Express is compatible with both TCP and UDP transport protocols. When it’s enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.

', 'refs' => [ 'EnaSrdSpecification$EnaSrdUdpSpecification' => '

Configures ENA Express for UDP network traffic.

', ], ], 'EnaSupport' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EnaSupport' => '

Indicates whether Elastic Network Adapter (ENA) is supported.

', ], ], 'EnableAddressTransferRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableAddressTransferResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableAwsNetworkPerformanceMetricSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableAwsNetworkPerformanceMetricSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastLaunchRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastLaunchResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastSnapshotRestoreErrorItem' => [ 'base' => '

Contains information about the errors that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreErrorSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreErrorSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoresResult$Unsuccessful' => '

Information about the snapshots for which fast snapshot restores could not be enabled.

', ], ], 'EnableFastSnapshotRestoreStateError' => [ 'base' => '

Describes an error that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreStateErrorItem$Error' => '

The error.

', ], ], 'EnableFastSnapshotRestoreStateErrorItem' => [ 'base' => '

Contains information about an error that occurred when enabling fast snapshot restores.

', 'refs' => [ 'EnableFastSnapshotRestoreStateErrorSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreStateErrorSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoreErrorItem$FastSnapshotRestoreStateErrors' => '

The errors.

', ], ], 'EnableFastSnapshotRestoreSuccessItem' => [ 'base' => '

Describes fast snapshot restores that were successfully enabled.

', 'refs' => [ 'EnableFastSnapshotRestoreSuccessSet$member' => NULL, ], ], 'EnableFastSnapshotRestoreSuccessSet' => [ 'base' => NULL, 'refs' => [ 'EnableFastSnapshotRestoresResult$Successful' => '

Information about the snapshots for which fast snapshot restores were successfully enabled.

', ], ], 'EnableFastSnapshotRestoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableFastSnapshotRestoresResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableImageDeprecationRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableImageDeprecationResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableIpamOrganizationAdminAccountRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableIpamOrganizationAdminAccountResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableReachabilityAnalyzerOrganizationSharingRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableReachabilityAnalyzerOrganizationSharingResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableSerialConsoleAccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableSerialConsoleAccessResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableTransitGatewayRouteTablePropagationRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableTransitGatewayRouteTablePropagationResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableVgwRoutePropagationRequest' => [ 'base' => '

Contains the parameters for EnableVgwRoutePropagation.

', 'refs' => [], ], 'EnableVolumeIORequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkDnsSupportRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkDnsSupportResult' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableVpcClassicLinkResult' => [ 'base' => NULL, 'refs' => [], ], 'EnclaveOptions' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'refs' => [ 'Instance$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'InstanceAttribute$EnclaveOptions' => '

To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to true; otherwise, set it to false.

', ], ], 'EnclaveOptionsRequest' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

', 'refs' => [ 'RunInstancesRequest$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can\'t enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

', ], ], 'EncryptionInTransitSupported' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$EncryptionInTransitSupported' => '

Indicates whether the instance type automatically encrypts in-transit traffic between instances.

', ], ], 'EndDateType' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', 'CreateCapacityReservationRequest$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', 'ModifyCapacityReservationRequest$EndDateType' => '

Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:

', ], ], 'EndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnEndpointsResult$ClientVpnEndpoints' => '

Information about the Client VPN endpoints.

', ], ], 'EphemeralNvmeSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$NvmeSupport' => '

Indicates whether non-volatile memory express (NVMe) is supported.

', ], ], 'ErrorSet' => [ 'base' => NULL, 'refs' => [ 'ValidationWarning$Errors' => '

The error codes and error messages.

', ], ], 'EventCode' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusEvent$Code' => '

The event code.

', ], ], 'EventInformation' => [ 'base' => '

Describes an EC2 Fleet or Spot Fleet event.

', 'refs' => [ 'HistoryRecord$EventInformation' => '

Information about the event.

', 'HistoryRecordEntry$EventInformation' => '

Information about the event.

', ], ], 'EventType' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryRequest$EventType' => '

The type of events to describe. By default, all events are described.

', 'HistoryRecord$EventType' => '

The event type.

', ], ], 'ExcessCapacityTerminationPolicy' => [ 'base' => NULL, 'refs' => [ 'ModifySpotFleetRequestRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

Supported only for fleets of type maintain.

', 'SpotFleetRequestConfigData$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.

Supported only for fleets of type maintain.

', ], ], 'ExcludedInstanceType' => [ 'base' => NULL, 'refs' => [ 'ExcludedInstanceTypeSet$member' => NULL, ], ], 'ExcludedInstanceTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$ExcludedInstanceTypes' => '

The instance types to exclude.

You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes, you can\'t specify AllowedInstanceTypes.

Default: No excluded instance types

', 'InstanceRequirementsRequest$ExcludedInstanceTypes' => '

The instance types to exclude.

You can use strings with one or more wild cards, represented by an asterisk (*), to exclude an instance family, type, size, or generation. The following are examples: m5.8xlarge, c5*.*, m5a.*, r*, *3*.

For example, if you specify c5*,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.

If you specify ExcludedInstanceTypes, you can\'t specify AllowedInstanceTypes.

Default: No excluded instance types

', ], ], 'ExecutableByStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$ExecutableUsers' => '

Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, self (the sender of the request), or all (public AMIs).

', ], ], 'Explanation' => [ 'base' => '

Describes an explanation code for an unreachable path. For more information, see Reachability Analyzer explanation codes.

', 'refs' => [ 'ExplanationList$member' => NULL, ], ], 'ExplanationList' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAnalysis$Explanations' => '

The explanations. For more information, see Reachability Analyzer explanation codes.

', 'PathComponent$Explanations' => '

The explanation codes.

', ], ], 'ExportClientVpnClientCertificateRevocationListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientCertificateRevocationListResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportClientVpnClientConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportEnvironment' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceExportTaskRequest$TargetEnvironment' => '

The target virtualization environment.

', 'InstanceExportDetails$TargetEnvironment' => '

The target virtualization environment.

', ], ], 'ExportImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportImageResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportImageTask' => [ 'base' => '

Describes an export image task.

', 'refs' => [ 'ExportImageTaskList$member' => NULL, ], ], 'ExportImageTaskId' => [ 'base' => NULL, 'refs' => [ 'ExportImageTaskIdList$member' => NULL, ], ], 'ExportImageTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksRequest$ExportImageTaskIds' => '

The IDs of the export image tasks.

', ], ], 'ExportImageTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportImageTasksResult$ExportImageTasks' => '

Information about the export image tasks.

', ], ], 'ExportTask' => [ 'base' => '

Describes an export instance task.

', 'refs' => [ 'CreateInstanceExportTaskResult$ExportTask' => '

Information about the export instance task.

', 'ExportTaskList$member' => NULL, ], ], 'ExportTaskId' => [ 'base' => NULL, 'refs' => [ 'ExportTaskIdStringList$member' => NULL, ], ], 'ExportTaskIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportTasksRequest$ExportTaskIds' => '

The export task IDs.

', ], ], 'ExportTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeExportTasksResult$ExportTasks' => '

Information about the export tasks.

', ], ], 'ExportTaskS3Location' => [ 'base' => '

Describes the destination for an export image task.

', 'refs' => [ 'ExportImageResult$S3ExportLocation' => '

Information about the destination Amazon S3 bucket.

', 'ExportImageTask$S3ExportLocation' => '

Information about the destination Amazon S3 bucket.

', ], ], 'ExportTaskS3LocationRequest' => [ 'base' => '

Describes the destination for an export image task.

', 'refs' => [ 'ExportImageRequest$S3ExportLocation' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist.

', ], ], 'ExportTaskState' => [ 'base' => NULL, 'refs' => [ 'ExportTask$State' => '

The state of the export task.

', ], ], 'ExportToS3Task' => [ 'base' => '

Describes the format and location for the export task.

', 'refs' => [ 'ExportTask$ExportToS3Task' => '

Information about the export task.

', ], ], 'ExportToS3TaskSpecification' => [ 'base' => '

Describes an export instance task.

', 'refs' => [ 'CreateInstanceExportTaskRequest$ExportToS3Task' => '

The format and location for an export instance task.

', ], ], 'ExportTransitGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExportTransitGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'ExportVmTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelExportTaskRequest$ExportTaskId' => '

The ID of the export task. This is the ID returned by CreateInstanceExportTask.

', ], ], 'FailedCapacityReservationFleetCancellationResult' => [ 'base' => '

Describes a Capacity Reservation Fleet that could not be cancelled.

', 'refs' => [ 'FailedCapacityReservationFleetCancellationResultSet$member' => NULL, ], ], 'FailedCapacityReservationFleetCancellationResultSet' => [ 'base' => NULL, 'refs' => [ 'CancelCapacityReservationFleetsResult$FailedFleetCancellations' => '

Information about the Capacity Reservation Fleets that could not be cancelled.

', ], ], 'FailedQueuedPurchaseDeletion' => [ 'base' => '

Describes a Reserved Instance whose queued purchase was not deleted.

', 'refs' => [ 'FailedQueuedPurchaseDeletionSet$member' => NULL, ], ], 'FailedQueuedPurchaseDeletionSet' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesResult$FailedQueuedPurchaseDeletions' => '

Information about the queued purchases that could not be deleted.

', ], ], 'FastLaunchImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesRequest$ImageIds' => '

Details for one or more Windows AMI image IDs.

', ], ], 'FastLaunchLaunchTemplateSpecificationRequest' => [ 'base' => '

Request to create a launch template for a fast-launch enabled Windows AMI.

Note - You can specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'refs' => [ 'EnableFastLaunchRequest$LaunchTemplate' => '

The launch template to use when launching Windows instances from pre-provisioned snapshots. Launch template parameters can include either the name or ID of the launch template, but not both.

', ], ], 'FastLaunchLaunchTemplateSpecificationResponse' => [ 'base' => '

Identifies the launch template to use for faster launching of the Windows AMI.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$LaunchTemplate' => '

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances from pre-provisioned snapshots.

', 'DisableFastLaunchResult$LaunchTemplate' => '

The launch template that was used to launch Windows instances from pre-provisioned snapshots.

', 'EnableFastLaunchResult$LaunchTemplate' => '

The launch template that is used when launching Windows instances from pre-provisioned snapshots.

', ], ], 'FastLaunchResourceType' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$ResourceType' => '

The resource type that is used for pre-provisioning the Windows AMI. Supported values include: snapshot.

', 'DisableFastLaunchResult$ResourceType' => '

The pre-provisioning resource type that must be cleaned after turning off faster launching for the Windows AMI. Supported values include: snapshot.

', 'EnableFastLaunchResult$ResourceType' => '

The type of resource that was defined for pre-provisioning the Windows AMI for faster launching.

', ], ], 'FastLaunchSnapshotConfigurationRequest' => [ 'base' => '

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

', 'refs' => [ 'EnableFastLaunchRequest$SnapshotConfiguration' => '

Configuration settings for creating and managing the snapshots that are used for pre-provisioning the Windows AMI for faster launching. The associated ResourceType must be snapshot.

', ], ], 'FastLaunchSnapshotConfigurationResponse' => [ 'base' => '

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

', 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$SnapshotConfiguration' => '

A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.

', 'DisableFastLaunchResult$SnapshotConfiguration' => '

Parameters that were used for faster launching for the Windows AMI before faster launching was turned off. This informs the clean-up process.

', 'EnableFastLaunchResult$SnapshotConfiguration' => '

Settings to create and manage the pre-provisioned snapshots that Amazon EC2 uses for faster launches from the Windows AMI. This property is returned when the associated resourceType is snapshot.

', ], ], 'FastLaunchStateCode' => [ 'base' => NULL, 'refs' => [ 'DescribeFastLaunchImagesSuccessItem$State' => '

The current state of faster launching for the specified Windows AMI.

', 'DisableFastLaunchResult$State' => '

The current state of faster launching for the specified Windows AMI.

', 'EnableFastLaunchResult$State' => '

The current state of faster launching for the specified Windows AMI.

', ], ], 'FastSnapshotRestoreStateCode' => [ 'base' => NULL, 'refs' => [ 'DescribeFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores.

', 'DisableFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores for the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$State' => '

The state of fast snapshot restores.

', ], ], 'FederatedAuthentication' => [ 'base' => '

Describes the IAM SAML identity providers used for federated authentication.

', 'refs' => [ 'ClientVpnAuthentication$FederatedAuthentication' => '

Information about the IAM SAML identity provider, if applicable.

', ], ], 'FederatedAuthenticationRequest' => [ 'base' => '

The IAM SAML identity provider used for federated authentication.

', 'refs' => [ 'ClientVpnAuthenticationRequest$FederatedAuthentication' => '

Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if Type is federated-authentication.

', ], ], 'Filter' => [ 'base' => '

A filter name and value pair that is used to return a more specific list of results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.

If you specify multiple filters, the filters are joined with an AND, and the request returns only results that match all of the specified filters.

', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeAvailabilityZonesRequest$Filters' => '

The filters.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$Filters' => '

One or more filters.

', 'DescribeBundleTasksRequest$Filters' => '

The filters.

', 'DescribeCapacityReservationFleetsRequest$Filters' => '

One or more filters.

', 'DescribeCapacityReservationsRequest$Filters' => '

One or more filters.

', 'DescribeCarrierGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeClassicLinkInstancesRequest$Filters' => '

The filters.

', 'DescribeClientVpnAuthorizationRulesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnConnectionsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnEndpointsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnRoutesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeClientVpnTargetNetworksRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeCoipPoolsRequest$Filters' => '

One or more filters.

', 'DescribeCustomerGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeDhcpOptionsRequest$Filters' => '

The filters.

', 'DescribeEgressOnlyInternetGatewaysRequest$Filters' => '

The filters.

', 'DescribeElasticGpusRequest$Filters' => '

The filters.

', 'DescribeExportImageTasksRequest$Filters' => '

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

', 'DescribeExportTasksRequest$Filters' => '

the filters for the export tasks.

', 'DescribeFastLaunchImagesRequest$Filters' => '

Use the following filters to streamline results.

', 'DescribeFastSnapshotRestoresRequest$Filters' => '

The filters. The possible values are:

', 'DescribeFleetInstancesRequest$Filters' => '

The filters.

', 'DescribeFleetsRequest$Filters' => '

The filters.

', 'DescribeFlowLogsRequest$Filter' => '

One or more filters.

', 'DescribeFpgaImagesRequest$Filters' => '

The filters.

', 'DescribeHostReservationOfferingsRequest$Filter' => '

The filters.

', 'DescribeHostReservationsRequest$Filter' => '

The filters.

', 'DescribeHostsRequest$Filter' => '

The filters.

', 'DescribeIamInstanceProfileAssociationsRequest$Filters' => '

The filters.

', 'DescribeImagesRequest$Filters' => '

The filters.

', 'DescribeImportImageTasksRequest$Filters' => '

Filter tasks using the task-state filter and one of the following values: active, completed, deleting, or deleted.

', 'DescribeImportSnapshotTasksRequest$Filters' => '

The filters.

', 'DescribeInstanceConnectEndpointsRequest$Filters' => '

One or more filters.

', 'DescribeInstanceCreditSpecificationsRequest$Filters' => '

The filters.

', 'DescribeInstanceEventWindowsRequest$Filters' => '

One or more filters.

', 'DescribeInstanceStatusRequest$Filters' => '

The filters.

', 'DescribeInstanceTypeOfferingsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeInstanceTypesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeInstancesRequest$Filters' => '

The filters.

', 'DescribeInternetGatewaysRequest$Filters' => '

The filters.

', 'DescribeIpamPoolsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpamResourceDiscoveriesRequest$Filters' => '

The resource discovery filters.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$Filters' => '

The resource discovery association filters.

', 'DescribeIpamScopesRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpamsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'DescribeIpv6PoolsRequest$Filters' => '

One or more filters.

', 'DescribeKeyPairsRequest$Filters' => '

The filters.

', 'DescribeLaunchTemplateVersionsRequest$Filters' => '

One or more filters.

', 'DescribeLaunchTemplatesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayRouteTablesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewayVirtualInterfacesRequest$Filters' => '

One or more filters.

', 'DescribeLocalGatewaysRequest$Filters' => '

One or more filters.

', 'DescribeManagedPrefixListsRequest$Filters' => '

One or more filters.

', 'DescribeMovingAddressesRequest$Filters' => '

One or more filters.

', 'DescribeNatGatewaysRequest$Filter' => '

The filters.

', 'DescribeNetworkAclsRequest$Filters' => '

The filters.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$Filters' => '

There are no supported filters.

', 'DescribeNetworkInsightsAccessScopesRequest$Filters' => '

There are no supported filters.

', 'DescribeNetworkInsightsAnalysesRequest$Filters' => '

The filters. The following are the possible values:

', 'DescribeNetworkInsightsPathsRequest$Filters' => '

The filters. The following are the possible values:

', 'DescribeNetworkInterfacePermissionsRequest$Filters' => '

One or more filters.

', 'DescribeNetworkInterfacesRequest$Filters' => '

One or more filters.

', 'DescribePlacementGroupsRequest$Filters' => '

The filters.

', 'DescribePrefixListsRequest$Filters' => '

One or more filters.

', 'DescribePublicIpv4PoolsRequest$Filters' => '

One or more filters.

', 'DescribeRegionsRequest$Filters' => '

The filters.

', 'DescribeReplaceRootVolumeTasksRequest$Filters' => '

Filter to use:

', 'DescribeReservedInstancesListingsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesModificationsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesOfferingsRequest$Filters' => '

One or more filters.

', 'DescribeReservedInstancesRequest$Filters' => '

One or more filters.

', 'DescribeRouteTablesRequest$Filters' => '

The filters.

', 'DescribeScheduledInstanceAvailabilityRequest$Filters' => '

The filters.

', 'DescribeScheduledInstancesRequest$Filters' => '

The filters.

', 'DescribeSecurityGroupRulesRequest$Filters' => '

One or more filters.

', 'DescribeSecurityGroupsRequest$Filters' => '

The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.

', 'DescribeSnapshotTierStatusRequest$Filters' => '

The filters.

', 'DescribeSnapshotsRequest$Filters' => '

The filters.

', 'DescribeSpotInstanceRequestsRequest$Filters' => '

The filters.

', 'DescribeSpotPriceHistoryRequest$Filters' => '

The filters.

', 'DescribeStoreImageTasksRequest$Filters' => '

The filters.

', 'DescribeSubnetsRequest$Filters' => '

The filters.

', 'DescribeTagsRequest$Filters' => '

The filters.

', 'DescribeTrafficMirrorFiltersRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrafficMirrorSessionsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrafficMirrorTargetsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayConnectPeersRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayConnectsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayMulticastDomainsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayPeeringAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayPolicyTablesRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'DescribeTransitGatewayRouteTablesRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewayVpcAttachmentsRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTransitGatewaysRequest$Filters' => '

One or more filters. The possible values are:

', 'DescribeTrunkInterfaceAssociationsRequest$Filters' => '

One or more filters.

', 'DescribeVerifiedAccessEndpointsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessGroupsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessInstancesRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVerifiedAccessTrustProvidersRequest$Filters' => '

One or more filters. Filter names and values are case-sensitive.

', 'DescribeVolumeStatusRequest$Filters' => '

The filters.

', 'DescribeVolumesModificationsRequest$Filters' => '

The filters.

', 'DescribeVolumesRequest$Filters' => '

The filters.

', 'DescribeVpcClassicLinkRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointConnectionNotificationsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointConnectionsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServiceConfigurationsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServicePermissionsRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointServicesRequest$Filters' => '

The filters.

', 'DescribeVpcEndpointsRequest$Filters' => '

The filters.

', 'DescribeVpcPeeringConnectionsRequest$Filters' => '

The filters.

', 'DescribeVpcsRequest$Filters' => '

The filters.

', 'DescribeVpnConnectionsRequest$Filters' => '

One or more filters.

', 'DescribeVpnGatewaysRequest$Filters' => '

One or more filters.

', 'ExportTransitGatewayRoutesRequest$Filters' => '

One or more filters. The possible values are:

', 'GetCoipPoolUsageRequest$Filters' => '

One or more filters.

', 'GetIpamDiscoveredAccountsRequest$Filters' => '

Discovered account filters.

', 'GetIpamDiscoveredResourceCidrsRequest$Filters' => '

Filters.

', 'GetIpamPoolAllocationsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetIpamPoolCidrsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetIpamResourceCidrsRequest$Filters' => '

One or more filters for the request. For more information about filtering, see Filtering CLI output.

', 'GetSubnetCidrReservationsRequest$Filters' => '

One or more filters.

', 'GetTransitGatewayAttachmentPropagationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayMulticastDomainAssociationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayPolicyTableAssociationsRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'GetTransitGatewayPolicyTableEntriesRequest$Filters' => '

The filters associated with the transit gateway policy table.

', 'GetTransitGatewayPrefixListReferencesRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayRouteTableAssociationsRequest$Filters' => '

One or more filters. The possible values are:

', 'GetTransitGatewayRouteTablePropagationsRequest$Filters' => '

One or more filters. The possible values are:

', 'SearchLocalGatewayRoutesRequest$Filters' => '

One or more filters.

', 'SearchTransitGatewayMulticastGroupsRequest$Filters' => '

One or more filters. The possible values are:

', 'SearchTransitGatewayRoutesRequest$Filters' => '

One or more filters. The possible values are:

', ], ], 'FilterPortRange' => [ 'base' => '

Describes a port range.

', 'refs' => [ 'PathFilter$SourcePortRange' => '

The source port range.

', 'PathFilter$DestinationPortRange' => '

The destination port range.

', ], ], 'FindingsFound' => [ 'base' => NULL, 'refs' => [ 'NetworkInsightsAccessScopeAnalysis$FindingsFound' => '

Indicates whether there are findings.

', ], ], 'FirewallStatefulRule' => [ 'base' => '

Describes a stateful rule.

', 'refs' => [ 'Explanation$FirewallStatefulRule' => '

The Network Firewall stateful rule.

', 'PathComponent$FirewallStatefulRule' => '

The Network Firewall stateful rule.

', ], ], 'FirewallStatelessRule' => [ 'base' => '

Describes a stateless rule.

', 'refs' => [ 'Explanation$FirewallStatelessRule' => '

The Network Firewall stateless rule.

', 'PathComponent$FirewallStatelessRule' => '

The Network Firewall stateless rule.

', ], ], 'FleetActivityStatus' => [ 'base' => NULL, 'refs' => [ 'FleetData$ActivityStatus' => '

The progress of the EC2 Fleet. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the EC2 Fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the EC2 Fleet is decreased, the status is pending_termination while instances are terminating.

', ], ], 'FleetCapacityReservation' => [ 'base' => '

Information about a Capacity Reservation in a Capacity Reservation Fleet.

', 'refs' => [ 'FleetCapacityReservationSet$member' => NULL, ], ], 'FleetCapacityReservationSet' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$InstanceTypeSpecifications' => '

Information about the instance types for which to reserve the capacity.

', 'CreateCapacityReservationFleetResult$FleetCapacityReservations' => '

Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

', ], ], 'FleetCapacityReservationTenancy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$Tenancy' => '

The tenancy of the Capacity Reservation Fleet. Tenancies include:

', 'CreateCapacityReservationFleetRequest$Tenancy' => '

Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:

', 'CreateCapacityReservationFleetResult$Tenancy' => '

Indicates the tenancy of Capacity Reservation Fleet.

', ], ], 'FleetCapacityReservationUsageStrategy' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationOptions$UsageStrategy' => '

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

', 'CapacityReservationOptionsRequest$UsageStrategy' => '

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price or prioritized) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price or prioritized).

If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.

', ], ], 'FleetData' => [ 'base' => '

Describes an EC2 Fleet.

', 'refs' => [ 'FleetSet$member' => NULL, ], ], 'FleetEventType' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetHistoryRequest$EventType' => '

The type of events to describe. By default, all events are described.

', 'HistoryRecordEntry$EventType' => '

The event type.

', ], ], 'FleetExcessCapacityTerminationPolicy' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', 'FleetData$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', 'ModifyFleetRequest$ExcessCapacityTerminationPolicy' => '

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

Supported only for fleets of type maintain.

', ], ], 'FleetId' => [ 'base' => NULL, 'refs' => [ 'CreateFleetResult$FleetId' => '

The ID of the EC2 Fleet.

', 'DeleteFleetErrorItem$FleetId' => '

The ID of the EC2 Fleet.

', 'DeleteFleetSuccessItem$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetHistoryRequest$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetHistoryResult$FleetId' => '

The ID of the EC Fleet.

', 'DescribeFleetInstancesRequest$FleetId' => '

The ID of the EC2 Fleet.

', 'DescribeFleetInstancesResult$FleetId' => '

The ID of the EC2 Fleet.

', 'FleetData$FleetId' => '

The ID of the EC2 Fleet.

', 'FleetIdSet$member' => NULL, 'ModifyFleetRequest$FleetId' => '

The ID of the EC2 Fleet.

', ], ], 'FleetIdSet' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetsRequest$FleetIds' => '

The IDs of the EC2 Fleets.

', 'DescribeFleetsRequest$FleetIds' => '

The IDs of the EC2 Fleets.

If a fleet is of type instant, you must specify the fleet ID, otherwise it does not appear in the response.

', ], ], 'FleetInstanceMatchCriteria' => [ 'base' => NULL, 'refs' => [ 'CapacityReservationFleet$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

', 'CreateCapacityReservationFleetRequest$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.

Currently, Capacity Reservation Fleets support open instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.

', 'CreateCapacityReservationFleetResult$InstanceMatchCriteria' => '

The instance matching criteria for the Capacity Reservation Fleet.

', ], ], 'FleetLaunchTemplateConfig' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'FleetLaunchTemplateConfigList$member' => NULL, ], ], 'FleetLaunchTemplateConfigList' => [ 'base' => NULL, 'refs' => [ 'FleetData$LaunchTemplateConfigs' => '

The launch template and overrides.

', ], ], 'FleetLaunchTemplateConfigListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$LaunchTemplateConfigs' => '

The configuration for the EC2 Fleet.

', 'ModifyFleetRequest$LaunchTemplateConfigs' => '

The launch template and overrides.

', ], ], 'FleetLaunchTemplateConfigRequest' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'FleetLaunchTemplateConfigListRequest$member' => NULL, ], ], 'FleetLaunchTemplateOverrides' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'FleetLaunchTemplateOverridesList$member' => NULL, 'LaunchTemplateAndOverridesResponse$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'FleetLaunchTemplateOverridesList' => [ 'base' => NULL, 'refs' => [ 'FleetLaunchTemplateConfig$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'FleetLaunchTemplateOverridesListRequest' => [ 'base' => NULL, 'refs' => [ 'FleetLaunchTemplateConfigRequest$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

For fleets of type request and maintain, a maximum of 300 items is allowed across all launch templates.

', ], ], 'FleetLaunchTemplateOverridesRequest' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'FleetLaunchTemplateOverridesListRequest$member' => NULL, ], ], 'FleetLaunchTemplateSpecification' => [ 'base' => '

The Amazon EC2 launch template that can be used by a Spot Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.

For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateConfig$LaunchTemplateSpecification' => '

The launch template.

', 'LaunchTemplateAndOverridesResponse$LaunchTemplateSpecification' => '

The launch template.

', 'LaunchTemplateConfig$LaunchTemplateSpecification' => '

The launch template to use. Make sure that the launch template does not contain the NetworkInterfaceId parameter because you can\'t specify a network interface ID in a Spot Fleet.

', ], ], 'FleetLaunchTemplateSpecificationRequest' => [ 'base' => '

The Amazon EC2 launch template that can be used by an EC2 Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.

For information about launch templates, see Launch an instance from a launch template in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateConfigRequest$LaunchTemplateSpecification' => '

The launch template to use. You must specify either the launch template ID or launch template name in the request.

', ], ], 'FleetOnDemandAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'OnDemandOptions$AllocationStrategy' => '

The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.

lowest-price - EC2 Fleet uses price to determine the order, launching the lowest price first.

prioritized - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.

Default: lowest-price

', 'OnDemandOptionsRequest$AllocationStrategy' => '

The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.

lowest-price - EC2 Fleet uses price to determine the order, launching the lowest price first.

prioritized - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.

Default: lowest-price

', ], ], 'FleetReplacementStrategy' => [ 'base' => NULL, 'refs' => [ 'FleetSpotCapacityRebalance$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - EC2 Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - EC2 Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', 'FleetSpotCapacityRebalanceRequest$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', ], ], 'FleetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetsResult$Fleets' => '

Information about the EC2 Fleets.

', ], ], 'FleetSpotCapacityRebalance' => [ 'base' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', 'refs' => [ 'FleetSpotMaintenanceStrategies$CapacityRebalance' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', ], ], 'FleetSpotCapacityRebalanceRequest' => [ 'base' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance notification signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetSpotMaintenanceStrategiesRequest$CapacityRebalance' => '

The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted.

', ], ], 'FleetSpotMaintenanceStrategies' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotOptions$MaintenanceStrategies' => '

The strategies for managing your workloads on your Spot Instances that will be interrupted. Currently only the capacity rebalance strategy is available.

', ], ], 'FleetSpotMaintenanceStrategiesRequest' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotOptionsRequest$MaintenanceStrategies' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', ], ], 'FleetStateCode' => [ 'base' => NULL, 'refs' => [ 'DeleteFleetSuccessItem$CurrentFleetState' => '

The current state of the EC2 Fleet.

', 'DeleteFleetSuccessItem$PreviousFleetState' => '

The previous state of the EC2 Fleet.

', 'FleetData$FleetState' => '

The state of the EC2 Fleet.

', ], ], 'FleetType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$Type' => '

The fleet type. The default value is maintain.

For more information, see EC2 Fleet request types in the Amazon EC2 User Guide.

', 'FleetData$Type' => '

The type of request. Indicates whether the EC2 Fleet only requests the target capacity, or also attempts to maintain it. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default: maintain.

', 'SpotFleetRequestConfigData$Type' => '

The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is request, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. When this value is maintain, the Spot Fleet maintains the target capacity. The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: maintain. instant is listed but is not used by Spot Fleet.

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'MetricPoint$Value' => NULL, 'ReservedInstances$FixedPrice' => '

The purchase price of the Reserved Instance.

', 'ReservedInstances$UsagePrice' => '

The usage price of the Reserved Instance, per hour.

', 'ReservedInstancesOffering$FixedPrice' => '

The purchase price of the Reserved Instance.

', 'ReservedInstancesOffering$UsagePrice' => '

The usage price of the Reserved Instance, per hour.

', ], ], 'FlowLog' => [ 'base' => '

Describes a flow log.

', 'refs' => [ 'FlowLogSet$member' => NULL, ], ], 'FlowLogIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteFlowLogsRequest$FlowLogIds' => '

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

', 'DescribeFlowLogsRequest$FlowLogIds' => '

One or more flow log IDs.

Constraint: Maximum of 1000 flow log IDs.

', ], ], 'FlowLogResourceId' => [ 'base' => NULL, 'refs' => [ 'FlowLogResourceIds$member' => NULL, ], ], 'FlowLogResourceIds' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$ResourceIds' => '

The IDs of the resources to monitor. For example, if the resource type is VPC, specify the IDs of the VPCs.

Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.

', ], ], 'FlowLogSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFlowLogsResult$FlowLogs' => '

Information about the flow logs.

', ], ], 'FlowLogsResourceType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$ResourceType' => '

The type of resource to monitor.

', ], ], 'FpgaDeviceCount' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Count' => '

The count of FPGA accelerators for the instance type.

', ], ], 'FpgaDeviceInfo' => [ 'base' => '

Describes the FPGA accelerator for the instance type.

', 'refs' => [ 'FpgaDeviceInfoList$member' => NULL, ], ], 'FpgaDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'FpgaInfo$Fpgas' => '

Describes the FPGAs for the instance type.

', ], ], 'FpgaDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Manufacturer' => '

The manufacturer of the FPGA accelerator.

', ], ], 'FpgaDeviceMemoryInfo' => [ 'base' => '

Describes the memory for the FPGA accelerator for the instance type.

', 'refs' => [ 'FpgaDeviceInfo$MemoryInfo' => '

Describes the memory for the FPGA accelerator for the instance type.

', ], ], 'FpgaDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the FPGA accelerator, in MiB.

', ], ], 'FpgaDeviceName' => [ 'base' => NULL, 'refs' => [ 'FpgaDeviceInfo$Name' => '

The name of the FPGA accelerator.

', ], ], 'FpgaImage' => [ 'base' => '

Describes an Amazon FPGA image (AFI).

', 'refs' => [ 'FpgaImageList$member' => NULL, ], ], 'FpgaImageAttribute' => [ 'base' => '

Describes an Amazon FPGA image (AFI) attribute.

', 'refs' => [ 'DescribeFpgaImageAttributeResult$FpgaImageAttribute' => '

Information about the attribute.

', 'ModifyFpgaImageAttributeResult$FpgaImageAttribute' => '

Information about the attribute.

', ], ], 'FpgaImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImageAttributeRequest$Attribute' => '

The AFI attribute.

', 'ModifyFpgaImageAttributeRequest$Attribute' => '

The name of the attribute.

', ], ], 'FpgaImageId' => [ 'base' => NULL, 'refs' => [ 'DeleteFpgaImageRequest$FpgaImageId' => '

The ID of the AFI.

', 'DescribeFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', 'FpgaImageIdList$member' => NULL, 'ModifyFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', 'ResetFpgaImageAttributeRequest$FpgaImageId' => '

The ID of the AFI.

', ], ], 'FpgaImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$FpgaImageIds' => '

The AFI IDs.

', ], ], 'FpgaImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesResult$FpgaImages' => '

Information about the FPGA images.

', ], ], 'FpgaImageState' => [ 'base' => '

Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).

', 'refs' => [ 'FpgaImage$State' => '

Information about the state of the AFI.

', ], ], 'FpgaImageStateCode' => [ 'base' => NULL, 'refs' => [ 'FpgaImageState$Code' => '

The state. The following are the possible values:

', ], ], 'FpgaInfo' => [ 'base' => '

Describes the FPGAs for the instance type.

', 'refs' => [ 'InstanceTypeInfo$FpgaInfo' => '

Describes the FPGA accelerator settings for the instance type.

', ], ], 'FreeTierEligibleFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$FreeTierEligible' => '

Indicates whether the instance type is eligible for the free tier.

', ], ], 'GVCDMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceTypesRequest$MaxResults' => '

The maximum number of results returned by GetVpnConnectionDeviceTypes in paginated output. When this parameter is used, GetVpnConnectionDeviceTypes only returns MaxResults results in a single page along with a NextToken response element. The remaining results of the initial request can be seen by sending another GetVpnConnectionDeviceTypes request with the returned NextToken value. This value can be between 200 and 1000. If this parameter is not used, then GetVpnConnectionDeviceTypes returns all results.

', ], ], 'GatewayAssociationState' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$GatewayAssociationState' => '

The current state of the gateway association.

', ], ], 'GatewayType' => [ 'base' => NULL, 'refs' => [ 'CreateCustomerGatewayRequest$Type' => '

The type of VPN connection that this customer gateway supports (ipsec.1).

', 'CreateVpnGatewayRequest$Type' => '

The type of VPN connection this virtual private gateway supports.

', 'VpnConnection$Type' => '

The type of VPN connection.

', 'VpnGateway$Type' => '

The type of VPN connection the virtual private gateway supports.

', ], ], 'GetAssociatedEnclaveCertificateIamRolesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedEnclaveCertificateIamRolesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedIpv6PoolCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAssociatedIpv6PoolCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetAwsNetworkPerformanceDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetAwsNetworkPerformanceDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCapacityReservationUsageRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCapacityReservationUsageRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetCapacityReservationUsageRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

Valid range: Minimum value of 1. Maximum value of 1000.

', ], ], 'GetCapacityReservationUsageResult' => [ 'base' => NULL, 'refs' => [], ], 'GetCoipPoolUsageRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCoipPoolUsageResult' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleOutputRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleOutputResult' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleScreenshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConsoleScreenshotResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDefaultCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsEncryptionByDefaultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetEbsEncryptionByDefaultResult' => [ 'base' => NULL, 'refs' => [], ], 'GetFlowLogsIntegrationTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetFlowLogsIntegrationTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'GetGroupsForCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetGroupsForCapacityReservationRequestMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetGroupsForCapacityReservationRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', ], ], 'GetGroupsForCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetHostReservationPurchasePreviewRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetHostReservationPurchasePreviewResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceTypesFromInstanceRequirementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceTypesFromInstanceRequirementsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceUefiDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceUefiDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamAddressHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamAddressHistoryResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredAccountsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredAccountsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredResourceCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamDiscoveredResourceCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolAllocationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsRequest$MaxResults' => '

The maximum number of results you would like returned per page.

', ], ], 'GetIpamPoolAllocationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolAllocationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamPoolCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamResourceCidrsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetIpamResourceCidrsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetLaunchTemplateDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLaunchTemplateDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListAssociationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'GetManagedPrefixListAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListEntriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetManagedPrefixListEntriesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeAnalysisFindingsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkInsightsAccessScopeContentResult' => [ 'base' => NULL, 'refs' => [], ], 'GetPasswordDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPasswordDataResult' => [ 'base' => NULL, 'refs' => [], ], 'GetReservedInstancesExchangeQuoteRequest' => [ 'base' => '

Contains the parameters for GetReservedInstanceExchangeQuote.

', 'refs' => [], ], 'GetReservedInstancesExchangeQuoteResult' => [ 'base' => '

Contains the output of GetReservedInstancesExchangeQuote.

', 'refs' => [], ], 'GetSerialConsoleAccessStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSerialConsoleAccessStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'GetSpotPlacementScoresRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSpotPlacementScoresResult' => [ 'base' => NULL, 'refs' => [], ], 'GetSubnetCidrReservationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetSubnetCidrReservationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'GetSubnetCidrReservationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSubnetCidrReservationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayAttachmentPropagationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayAttachmentPropagationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableEntriesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPolicyTableEntriesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPrefixListReferencesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayPrefixListReferencesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTableAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTableAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTablePropagationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTransitGatewayRouteTablePropagationsResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessEndpointPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessEndpointPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVerifiedAccessGroupPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceSampleConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceSampleConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnConnectionDeviceTypesResult' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnTunnelReplacementStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVpnTunnelReplacementStatusResult' => [ 'base' => NULL, 'refs' => [], ], 'GpuDeviceCount' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Count' => '

The number of GPUs for the instance type.

', ], ], 'GpuDeviceInfo' => [ 'base' => '

Describes the GPU accelerators for the instance type.

', 'refs' => [ 'GpuDeviceInfoList$member' => NULL, ], ], 'GpuDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'GpuInfo$Gpus' => '

Describes the GPU accelerators for the instance type.

', ], ], 'GpuDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Manufacturer' => '

The manufacturer of the GPU accelerator.

', ], ], 'GpuDeviceMemoryInfo' => [ 'base' => '

Describes the memory available to the GPU accelerator.

', 'refs' => [ 'GpuDeviceInfo$MemoryInfo' => '

Describes the memory available to the GPU accelerator.

', ], ], 'GpuDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the GPU accelerator, in MiB.

', ], ], 'GpuDeviceName' => [ 'base' => NULL, 'refs' => [ 'GpuDeviceInfo$Name' => '

The name of the GPU accelerator.

', ], ], 'GpuInfo' => [ 'base' => '

Describes the GPU accelerators for the instance type.

', 'refs' => [ 'InstanceTypeInfo$GpuInfo' => '

Describes the GPU accelerator settings for the instance type.

', ], ], 'GroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'AttachClassicLinkVpcRequest$Groups' => '

The IDs of the security groups. You cannot specify security groups from a different VPC.

', 'DescribeSecurityGroupsRequest$GroupIds' => '

The IDs of the security groups. Required for security groups in a nondefault VPC.

Default: Describes all of your security groups.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Groups' => '

The IDs of one or more security groups.

', 'ModifyInstanceAttributeRequest$Groups' => '

Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it\'s just the default security group for the VPC.

', ], ], 'GroupIdentifier' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'GroupIdentifierList$member' => NULL, ], ], 'GroupIdentifierList' => [ 'base' => NULL, 'refs' => [ 'ClassicLinkInstance$Groups' => '

The security groups.

', 'DescribeNetworkInterfaceAttributeResult$Groups' => '

The security groups associated with the network interface.

', 'Instance$SecurityGroups' => '

The security groups for the instance.

', 'InstanceAttribute$Groups' => '

The security groups associated with the instance.

', 'InstanceNetworkInterface$Groups' => '

The security groups.

', 'LaunchSpecification$SecurityGroups' => '

The IDs of the security groups.

', 'NetworkInterface$Groups' => '

Any security groups for the network interface.

', 'Reservation$Groups' => '

Not supported.

', 'SpotFleetLaunchSpecification$SecurityGroups' => '

The security groups.

', ], ], 'GroupIdentifierSet' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$Groups' => '

(Interface endpoint) Information about the security groups that are associated with the network interface.

', ], ], 'GroupIds' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupReferencesRequest$GroupId' => '

The IDs of the security groups in your account.

', ], ], 'GroupNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsRequest$GroupNames' => '

[Default VPC] The names of the security groups. You can specify either the security group name or the security group ID.

Default: Describes all of your security groups.

', 'ModifySnapshotAttributeRequest$GroupNames' => '

The group to modify for the snapshot.

', ], ], 'HibernationFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$HibernationSupported' => '

Indicates whether On-Demand hibernation is supported.

', ], ], 'HibernationOptions' => [ 'base' => '

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

', 'refs' => [ 'Instance$HibernationOptions' => '

Indicates whether the instance is enabled for hibernation.

', ], ], 'HibernationOptionsRequest' => [ 'base' => '

Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

', 'refs' => [ 'RunInstancesRequest$HibernationOptions' => '

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon EC2 User Guide.

You can\'t enable hibernation and Amazon Web Services Nitro Enclaves on the same instance.

', ], ], 'HistoryRecord' => [ 'base' => '

Describes an event in the history of the Spot Fleet request.

', 'refs' => [ 'HistoryRecords$member' => NULL, ], ], 'HistoryRecordEntry' => [ 'base' => '

Describes an event in the history of an EC2 Fleet.

', 'refs' => [ 'HistoryRecordSet$member' => NULL, ], ], 'HistoryRecordSet' => [ 'base' => NULL, 'refs' => [ 'DescribeFleetHistoryResult$HistoryRecords' => '

Information about the events in the history of the EC2 Fleet.

', ], ], 'HistoryRecords' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestHistoryResponse$HistoryRecords' => '

Information about the events in the history of the Spot Fleet request.

', ], ], 'Host' => [ 'base' => '

Describes the properties of the Dedicated Host.

', 'refs' => [ 'HostList$member' => NULL, ], ], 'HostInstance' => [ 'base' => '

Describes an instance running on a Dedicated Host.

', 'refs' => [ 'HostInstanceList$member' => NULL, ], ], 'HostInstanceList' => [ 'base' => NULL, 'refs' => [ 'Host$Instances' => '

The IDs and instance type that are currently running on the Dedicated Host.

', ], ], 'HostList' => [ 'base' => NULL, 'refs' => [ 'DescribeHostsResult$Hosts' => '

Information about the Dedicated Hosts.

', ], ], 'HostMaintenance' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$HostMaintenance' => '

Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.

', 'Host$HostMaintenance' => '

Indicates whether host maintenance is enabled or disabled for the Dedicated Host.

', 'ModifyHostsRequest$HostMaintenance' => '

Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.

', ], ], 'HostOffering' => [ 'base' => '

Details about the Dedicated Host Reservation offering.

', 'refs' => [ 'HostOfferingSet$member' => NULL, ], ], 'HostOfferingSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsResult$OfferingSet' => '

Information about the offerings.

', ], ], 'HostProperties' => [ 'base' => '

Describes the properties of a Dedicated Host.

', 'refs' => [ 'Host$HostProperties' => '

The hardware specifications of the Dedicated Host.

', ], ], 'HostRecovery' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsRequest$HostRecovery' => '

Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.

Default: off

', 'Host$HostRecovery' => '

Indicates whether host recovery is enabled or disabled for the Dedicated Host.

', 'ModifyHostsRequest$HostRecovery' => '

Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see Host recovery in the Amazon EC2 User Guide.

', ], ], 'HostReservation' => [ 'base' => '

Details about the Dedicated Host Reservation and associated Dedicated Hosts.

', 'refs' => [ 'HostReservationSet$member' => NULL, ], ], 'HostReservationId' => [ 'base' => NULL, 'refs' => [ 'HostReservation$HostReservationId' => '

The ID of the reservation that specifies the associated Dedicated Hosts.

', 'HostReservationIdSet$member' => NULL, 'Purchase$HostReservationId' => '

The ID of the reservation.

', ], ], 'HostReservationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationsRequest$HostReservationIdSet' => '

The host reservation IDs.

', ], ], 'HostReservationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationsResult$HostReservationSet' => '

Details about the reservation\'s configuration.

', ], ], 'HostTenancy' => [ 'base' => NULL, 'refs' => [ 'ModifyInstancePlacementRequest$Tenancy' => '

The tenancy for the instance.

For T3 instances, you must launch the instance on a Dedicated Host to use a tenancy of host. You can\'t change the tenancy from host to dedicated or default. Attempting to make one of these unsupported tenancy changes results in an InvalidRequest error code.

', ], ], 'HostnameType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplatePrivateDnsNameOptions$HostnameType' => '

The type of hostname to assign to an instance.

', 'LaunchTemplatePrivateDnsNameOptionsRequest$HostnameType' => '

The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'ModifyPrivateDnsNameOptionsRequest$PrivateDnsHostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'ModifySubnetAttributeRequest$PrivateDnsHostnameTypeOnLaunch' => '

The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).

', 'PrivateDnsNameOptionsOnLaunch$HostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'PrivateDnsNameOptionsRequest$HostnameType' => '

The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.

', 'PrivateDnsNameOptionsResponse$HostnameType' => '

The type of hostname to assign to an instance.

', ], ], 'Hour' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowTimeRange$StartHour' => '

The hour when the time range begins.

', 'InstanceEventWindowTimeRange$EndHour' => '

The hour when the time range ends.

', 'InstanceEventWindowTimeRangeRequest$StartHour' => '

The hour when the time range begins.

', 'InstanceEventWindowTimeRangeRequest$EndHour' => '

The hour when the time range ends.

', ], ], 'HttpTokensState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', 'InstanceMetadataOptionsResponse$HttpTokens' => '

IMDSv2 uses token-backed sessions. Indicates whether the use of HTTP tokens is optional (in other words, indicates whether the use of IMDSv2 is optional) or required (in other words, indicates whether the use of IMDSv2 is required).

Default: optional

', 'ModifyInstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', ], ], 'HypervisorType' => [ 'base' => NULL, 'refs' => [ 'Image$Hypervisor' => '

The hypervisor type of the image.

', 'Instance$Hypervisor' => '

The hypervisor type of the instance. The value xen is used for both Xen and Nitro hypervisors.

', ], ], 'IKEVersionsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$IkeVersions' => '

The IKE versions that are permitted for the VPN tunnel.

', ], ], 'IKEVersionsListValue' => [ 'base' => '

The internet key exchange (IKE) version permitted for the VPN tunnel.

', 'refs' => [ 'IKEVersionsList$member' => NULL, ], ], 'IKEVersionsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$IKEVersions' => '

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

', 'VpnTunnelOptionsSpecification$IKEVersions' => '

The IKE versions that are permitted for the VPN tunnel.

Valid values: ikev1 | ikev2

', ], ], 'IKEVersionsRequestListValue' => [ 'base' => '

The IKE version that is permitted for the VPN tunnel.

', 'refs' => [ 'IKEVersionsRequestList$member' => NULL, ], ], 'IamInstanceProfile' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'IamInstanceProfileAssociation$IamInstanceProfile' => '

The IAM instance profile.

', 'Instance$IamInstanceProfile' => '

The IAM instance profile associated with the instance, if applicable.

', ], ], 'IamInstanceProfileAssociation' => [ 'base' => '

Describes an association between an IAM instance profile and an instance.

', 'refs' => [ 'AssociateIamInstanceProfileResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', 'DisassociateIamInstanceProfileResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', 'IamInstanceProfileAssociationSet$member' => NULL, 'ReplaceIamInstanceProfileAssociationResult$IamInstanceProfileAssociation' => '

Information about the IAM instance profile association.

', ], ], 'IamInstanceProfileAssociationId' => [ 'base' => NULL, 'refs' => [ 'AssociationIdList$member' => NULL, 'DisassociateIamInstanceProfileRequest$AssociationId' => '

The ID of the IAM instance profile association.

', 'ReplaceIamInstanceProfileAssociationRequest$AssociationId' => '

The ID of the existing IAM instance profile association.

', ], ], 'IamInstanceProfileAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIamInstanceProfileAssociationsResult$IamInstanceProfileAssociations' => '

Information about the IAM instance profile associations.

', ], ], 'IamInstanceProfileAssociationState' => [ 'base' => NULL, 'refs' => [ 'IamInstanceProfileAssociation$State' => '

The state of the association.

', ], ], 'IamInstanceProfileSpecification' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'AssociateIamInstanceProfileRequest$IamInstanceProfile' => '

The IAM instance profile.

', 'LaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', 'ReplaceIamInstanceProfileAssociationRequest$IamInstanceProfile' => '

The IAM instance profile.

', 'RequestSpotLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', 'RunInstancesRequest$IamInstanceProfile' => '

The name or Amazon Resource Name (ARN) of an IAM instance profile.

', 'SpotFleetLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'IcmpTypeCode' => [ 'base' => '

Describes the ICMP type and code.

', 'refs' => [ 'CreateNetworkAclEntryRequest$IcmpTypeCode' => '

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

', 'NetworkAclEntry$IcmpTypeCode' => '

ICMP protocol: The ICMP type and code.

', 'ReplaceNetworkAclEntryRequest$IcmpTypeCode' => '

ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.

', ], ], 'IdFormat' => [ 'base' => '

Describes the ID format for a resource.

', 'refs' => [ 'IdFormatList$member' => NULL, ], ], 'IdFormatList' => [ 'base' => NULL, 'refs' => [ 'DescribeAggregateIdFormatResult$Statuses' => '

Information about each resource\'s ID format.

', 'DescribeIdFormatResult$Statuses' => '

Information about the ID format for the resource.

', 'DescribeIdentityIdFormatResult$Statuses' => '

Information about the ID format for the resources.

', 'PrincipalIdFormat$Statuses' => '

PrincipalIdFormatStatuses description

', ], ], 'Igmpv2SupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$Igmpv2Support' => '

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainOptions$Igmpv2Support' => '

Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

', ], ], 'Image' => [ 'base' => '

Describes an image.

', 'refs' => [ 'ImageList$member' => NULL, ], ], 'ImageAttribute' => [ 'base' => '

Describes an image attribute.

', 'refs' => [], ], 'ImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeImageAttributeRequest$Attribute' => '

The AMI attribute.

Note: The blockDeviceMapping attribute is deprecated. Using this attribute returns the Client.AuthFailure error. To get information about the block device mappings for an AMI, use the DescribeImages action.

', ], ], 'ImageDiskContainer' => [ 'base' => '

Describes the disk container object for an import image task.

', 'refs' => [ 'ImageDiskContainerList$member' => NULL, ], ], 'ImageDiskContainerList' => [ 'base' => NULL, 'refs' => [ 'ImportImageRequest$DiskContainers' => '

Information about the disk containers.

', ], ], 'ImageId' => [ 'base' => NULL, 'refs' => [ 'CancelImageLaunchPermissionRequest$ImageId' => '

The ID of the AMI that was shared with your Amazon Web Services account.

', 'CreateReplaceRootVolumeTaskRequest$ImageId' => '

The ID of the AMI to use to restore the root volume. The specified AMI must have the same product code, billing information, architecture type, and virtualization type as that of the instance.

If you want to restore the replacement volume from a specific snapshot, or if you want to restore it to its launch state, omit this parameter.

', 'CreateStoreImageTaskRequest$ImageId' => '

The ID of the AMI.

', 'DeregisterImageRequest$ImageId' => '

The ID of the AMI.

', 'DescribeFastLaunchImagesSuccessItem$ImageId' => '

The image ID that identifies the fast-launch enabled Windows image.

', 'DescribeImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'DisableFastLaunchRequest$ImageId' => '

The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.

', 'DisableFastLaunchResult$ImageId' => '

The ID of the image for which faster-launching has been turned off.

', 'DisableImageDeprecationRequest$ImageId' => '

The ID of the AMI.

', 'EnableFastLaunchRequest$ImageId' => '

The ID of the image for which you’re enabling faster launching.

', 'EnableFastLaunchResult$ImageId' => '

The image ID that identifies the Windows AMI for which faster launching was enabled.

', 'EnableImageDeprecationRequest$ImageId' => '

The ID of the AMI.

', 'ExportImageRequest$ImageId' => '

The ID of the image.

', 'FastLaunchImageIdList$member' => NULL, 'FleetLaunchTemplateOverrides$ImageId' => '

The ID of the AMI. An AMI is required to launch an instance. This parameter is only available for fleets of type instant. For fleets of type maintain and request, you must specify the AMI ID in the launch template.

', 'FleetLaunchTemplateOverridesRequest$ImageId' => '

The ID of the AMI. An AMI is required to launch an instance. This parameter is only available for fleets of type instant. For fleets of type maintain and request, you must specify the AMI ID in the launch template.

', 'ImageIdList$member' => NULL, 'ImageIdStringList$member' => NULL, 'ModifyImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'ReplaceRootVolumeTask$ImageId' => '

The ID of the AMI used to create the replacement root volume.

', 'RequestLaunchTemplateData$ImageId' => '

The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch.

Valid formats:

Currently, EC2 Fleet and Spot Fleet do not support specifying a Systems Manager parameter. If the launch template will be used by an EC2 Fleet or Spot Fleet, you must specify the AMI ID.

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$ImageId' => '

The ID of the AMI.

', 'ResetImageAttributeRequest$ImageId' => '

The ID of the AMI.

', 'RestoreImageFromRecycleBinRequest$ImageId' => '

The ID of the AMI to restore.

', 'RunInstancesRequest$ImageId' => '

The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.

', 'ScheduledInstancesLaunchSpecification$ImageId' => '

The ID of the Amazon Machine Image (AMI).

', 'SpotFleetLaunchSpecification$ImageId' => '

The ID of the AMI.

', ], ], 'ImageIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksRequest$ImageIds' => '

The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.

', ], ], 'ImageIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$ImageIds' => '

The image IDs.

Default: Describes all images available to you.

', 'ListImagesInRecycleBinRequest$ImageIds' => '

The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.

', ], ], 'ImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesResult$Images' => '

Information about the images.

', ], ], 'ImageRecycleBinInfo' => [ 'base' => '

Information about an AMI that is currently in the Recycle Bin.

', 'refs' => [ 'ImageRecycleBinInfoList$member' => NULL, ], ], 'ImageRecycleBinInfoList' => [ 'base' => NULL, 'refs' => [ 'ListImagesInRecycleBinResult$Images' => '

Information about the AMIs.

', ], ], 'ImageState' => [ 'base' => NULL, 'refs' => [ 'Image$State' => '

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

', ], ], 'ImageTypeValues' => [ 'base' => NULL, 'refs' => [ 'Image$ImageType' => '

The type of image.

', ], ], 'ImdsSupportValues' => [ 'base' => NULL, 'refs' => [ 'Image$ImdsSupport' => '

If v2.0, it indicates that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

', 'RegisterImageRequest$ImdsSupport' => '

Set to v2.0 to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have HttpTokens automatically set to required so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, HttpPutResponseHopLimit is set to 2. For more information, see Configure the AMI in the Amazon EC2 User Guide.

If you set the value to v2.0, make sure that your AMI software can support IMDSv2.

', ], ], 'ImportClientVpnClientCertificateRevocationListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportClientVpnClientCertificateRevocationListResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageLicenseConfigurationRequest' => [ 'base' => '

The request information of license configurations.

', 'refs' => [ 'ImportImageLicenseSpecificationListRequest$member' => NULL, ], ], 'ImportImageLicenseConfigurationResponse' => [ 'base' => '

The response information for license configurations.

', 'refs' => [ 'ImportImageLicenseSpecificationListResponse$member' => NULL, ], ], 'ImportImageLicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'ImportImageRequest$LicenseSpecifications' => '

The ARNs of the license configurations.

', ], ], 'ImportImageLicenseSpecificationListResponse' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$LicenseSpecifications' => '

The ARNs of the license configurations.

', 'ImportImageTask$LicenseSpecifications' => '

The ARNs of the license configurations that are associated with the import image task.

', ], ], 'ImportImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportImageTask' => [ 'base' => '

Describes an import image task.

', 'refs' => [ 'ImportImageTaskList$member' => NULL, ], ], 'ImportImageTaskId' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$ImportTaskId' => '

The task ID of the import image task.

', 'ImportTaskIdList$member' => NULL, ], ], 'ImportImageTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportImageTasksResult$ImportImageTasks' => '

A list of zero or more import image tasks that are currently active or were completed or canceled in the previous 7 days.

', ], ], 'ImportInstanceLaunchSpecification' => [ 'base' => '

Describes the launch specification for VM import.

', 'refs' => [ 'ImportInstanceRequest$LaunchSpecification' => '

The launch specification.

', ], ], 'ImportInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportInstanceTaskDetails' => [ 'base' => '

Describes an import instance task.

', 'refs' => [ 'ConversionTask$ImportInstance' => '

If the task is for importing an instance, this contains information about the import instance task.

', ], ], 'ImportInstanceVolumeDetailItem' => [ 'base' => '

Describes an import volume task.

', 'refs' => [ 'ImportInstanceVolumeDetailSet$member' => NULL, ], ], 'ImportInstanceVolumeDetailSet' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceTaskDetails$Volumes' => '

The volumes.

', ], ], 'ImportKeyPairRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportKeyPairResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportManifestUrl' => [ 'base' => NULL, 'refs' => [ 'DiskImageDescription$ImportManifestUrl' => '

A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', 'DiskImageDetail$ImportManifestUrl' => '

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

For information about the import manifest referenced by this API action, see VM Import Manifest.

', ], ], 'ImportSnapshotRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportSnapshotResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportSnapshotTask' => [ 'base' => '

Describes an import snapshot task.

', 'refs' => [ 'ImportSnapshotTaskList$member' => NULL, ], ], 'ImportSnapshotTaskId' => [ 'base' => NULL, 'refs' => [ 'ImportSnapshotTaskIdList$member' => NULL, ], ], 'ImportSnapshotTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportSnapshotTasksRequest$ImportTaskIds' => '

A list of import snapshot task IDs.

', ], ], 'ImportSnapshotTaskList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportSnapshotTasksResult$ImportSnapshotTasks' => '

A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.

', ], ], 'ImportTaskId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskRequest$ImportTaskId' => '

The ID of the import image or import snapshot task to be canceled.

', ], ], 'ImportTaskIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImportImageTasksRequest$ImportTaskIds' => '

The IDs of the import image tasks.

', ], ], 'ImportVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportVolumeResult' => [ 'base' => NULL, 'refs' => [], ], 'ImportVolumeTaskDetails' => [ 'base' => '

Describes an import volume task.

', 'refs' => [ 'ConversionTask$ImportVolume' => '

If the task is for importing a volume, this contains information about the import volume task.

', ], ], 'InferenceAcceleratorInfo' => [ 'base' => '

Describes the Inference accelerators for the instance type.

', 'refs' => [ 'InstanceTypeInfo$InferenceAcceleratorInfo' => '

Describes the Inference accelerator settings for the instance type.

', ], ], 'InferenceDeviceCount' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Count' => '

The number of Inference accelerators for the instance type.

', ], ], 'InferenceDeviceInfo' => [ 'base' => '

Describes the Inference accelerators for the instance type.

', 'refs' => [ 'InferenceDeviceInfoList$member' => NULL, ], ], 'InferenceDeviceInfoList' => [ 'base' => NULL, 'refs' => [ 'InferenceAcceleratorInfo$Accelerators' => '

Describes the Inference accelerators for the instance type.

', ], ], 'InferenceDeviceManufacturerName' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Manufacturer' => '

The manufacturer of the Inference accelerator.

', ], ], 'InferenceDeviceMemoryInfo' => [ 'base' => '

Describes the memory available to the inference accelerator.

', 'refs' => [ 'InferenceDeviceInfo$MemoryInfo' => '

Describes the memory available to the inference accelerator.

', ], ], 'InferenceDeviceMemorySize' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceMemoryInfo$SizeInMiB' => '

The size of the memory available to the inference accelerator, in MiB.

', ], ], 'InferenceDeviceName' => [ 'base' => NULL, 'refs' => [ 'InferenceDeviceInfo$Name' => '

The name of the Inference accelerator.

', ], ], 'InsideCidrBlocksStringList' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayConnectPeerRequest$InsideCidrBlocks' => '

The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the 169.254.0.0/16 range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the fd00::/8 range.

', 'TransitGatewayConnectPeerConfiguration$InsideCidrBlocks' => '

The range of interior BGP peer IP addresses.

', ], ], 'Instance' => [ 'base' => '

Describes an instance.

', 'refs' => [ 'InstanceList$member' => NULL, ], ], 'InstanceAttribute' => [ 'base' => '

Describes an instance attribute.

', 'refs' => [], ], 'InstanceAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceAttributeRequest$Attribute' => '

The instance attribute.

Note: The enaSupport attribute is not supported at this time.

', 'ModifyInstanceAttributeRequest$Attribute' => '

The name of the attribute to modify.

You can modify the following attributes only: disableApiTermination | instanceType | kernel | ramdisk | instanceInitiatedShutdownBehavior | blockDeviceMapping | userData | sourceDestCheck | groupSet | ebsOptimized | sriovNetSupport | enaSupport | nvmeSupport | disableApiStop | enclaveOptions

', 'ResetInstanceAttributeRequest$Attribute' => '

The attribute to reset.

You can only reset the following attributes: kernel | ramdisk | sourceDestCheck.

', ], ], 'InstanceAutoRecoveryState' => [ 'base' => NULL, 'refs' => [ 'InstanceMaintenanceOptions$AutoRecovery' => '

Provides information on the current automatic recovery behavior of your instance.

', 'InstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.

', 'ModifyInstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default.

', 'ModifyInstanceMaintenanceOptionsResult$AutoRecovery' => '

Provides information on the current automatic recovery behavior of your instance.

', ], ], 'InstanceBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'InstanceBlockDeviceMappingList$member' => NULL, ], ], 'InstanceBlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'Instance$BlockDeviceMappings' => '

Any block device mapping entries for the instance.

', 'InstanceAttribute$BlockDeviceMappings' => '

The block device mapping of the instance.

', ], ], 'InstanceBlockDeviceMappingSpecification' => [ 'base' => '

Describes a block device mapping entry.

', 'refs' => [ 'InstanceBlockDeviceMappingSpecificationList$member' => NULL, ], ], 'InstanceBlockDeviceMappingSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceAttributeRequest$BlockDeviceMappings' => '

Modifies the DeleteOnTermination attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for DeleteOnTermination, the default is true and the volume is deleted when the instance is terminated.

To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see Update the block device mapping when launching an instance in the Amazon EC2 User Guide.

', ], ], 'InstanceBootModeValues' => [ 'base' => NULL, 'refs' => [ 'Instance$CurrentInstanceBootMode' => '

The boot mode that is used to boot the instance at launch or start. For more information, see Boot modes in the Amazon EC2 User Guide.

', ], ], 'InstanceCapacity' => [ 'base' => '

Information about the number of instances that can be launched onto the Dedicated Host.

', 'refs' => [ 'AvailableInstanceCapacityList$member' => NULL, ], ], 'InstanceConnectEndpointId' => [ 'base' => NULL, 'refs' => [ 'DeleteInstanceConnectEndpointRequest$InstanceConnectEndpointId' => '

The ID of the EC2 Instance Connect Endpoint to delete.

', 'Ec2InstanceConnectEndpoint$InstanceConnectEndpointId' => '

The ID of the EC2 Instance Connect Endpoint.

', ], ], 'InstanceConnectEndpointMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceConnectEndpointsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'InstanceConnectEndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceConnectEndpointsResult$InstanceConnectEndpoints' => '

Information about the EC2 Instance Connect Endpoints.

', ], ], 'InstanceCount' => [ 'base' => '

Describes a Reserved Instance listing state.

', 'refs' => [ 'InstanceCountList$member' => NULL, ], ], 'InstanceCountList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$InstanceCounts' => '

The number of instances in this state.

', ], ], 'InstanceCreditSpecification' => [ 'base' => '

Describes the credit option for CPU usage of a burstable performance instance.

', 'refs' => [ 'InstanceCreditSpecificationList$member' => NULL, ], ], 'InstanceCreditSpecificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceCreditSpecificationsResult$InstanceCreditSpecifications' => '

Information about the credit option for CPU usage of an instance.

', ], ], 'InstanceCreditSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationRequest$InstanceCreditSpecifications' => '

Information about the credit option for CPU usage.

', ], ], 'InstanceCreditSpecificationRequest' => [ 'base' => '

Describes the credit option for CPU usage of a burstable performance instance.

', 'refs' => [ 'InstanceCreditSpecificationListRequest$member' => NULL, ], ], 'InstanceEventId' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusEvent$InstanceEventId' => '

The ID of the event.

', ], ], 'InstanceEventWindow' => [ 'base' => '

The event window.

', 'refs' => [ 'AssociateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'CreateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'DisassociateInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', 'InstanceEventWindowSet$member' => NULL, 'ModifyInstanceEventWindowResult$InstanceEventWindow' => '

Information about the event window.

', ], ], 'InstanceEventWindowAssociationRequest' => [ 'base' => '

One or more targets associated with the specified event window. Only one type of target (instance ID, instance tag, or Dedicated Host ID) can be associated with an event window.

', 'refs' => [ 'AssociateInstanceEventWindowRequest$AssociationTarget' => '

One or more targets associated with the specified event window.

', ], ], 'InstanceEventWindowAssociationTarget' => [ 'base' => '

One or more targets associated with the event window.

', 'refs' => [ 'InstanceEventWindow$AssociationTarget' => '

One or more targets associated with the event window.

', ], ], 'InstanceEventWindowCronExpression' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceEventWindowRequest$CronExpression' => '

The cron expression for the event window, for example, * 0-4,20-23 * * 1,5. If you specify a cron expression, you can\'t specify a time range.

Constraints:

For more information about cron expressions, see cron on the Wikipedia website.

', 'InstanceEventWindow$CronExpression' => '

The cron expression defined for the event window.

', 'ModifyInstanceEventWindowRequest$CronExpression' => '

The cron expression of the event window, for example, * 0-4,20-23 * * 1,5.

Constraints:

For more information about cron expressions, see cron on the Wikipedia website.

', ], ], 'InstanceEventWindowDisassociationRequest' => [ 'base' => '

The targets to disassociate from the specified event window.

', 'refs' => [ 'DisassociateInstanceEventWindowRequest$AssociationTarget' => '

One or more targets to disassociate from the specified event window.

', ], ], 'InstanceEventWindowId' => [ 'base' => NULL, 'refs' => [ 'AssociateInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'DeleteInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'DisassociateInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', 'InstanceEventWindow$InstanceEventWindowId' => '

The ID of the event window.

', 'InstanceEventWindowIdSet$member' => NULL, 'InstanceEventWindowStateChange$InstanceEventWindowId' => '

The ID of the event window.

', 'ModifyInstanceEventWindowRequest$InstanceEventWindowId' => '

The ID of the event window.

', ], ], 'InstanceEventWindowIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsRequest$InstanceEventWindowIds' => '

The IDs of the event windows.

', ], ], 'InstanceEventWindowSet' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsResult$InstanceEventWindows' => '

Information about the event windows.

', ], ], 'InstanceEventWindowState' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindow$State' => '

The current state of the event window.

', 'InstanceEventWindowStateChange$State' => '

The current state of the event window.

', ], ], 'InstanceEventWindowStateChange' => [ 'base' => '

The state of the event window.

', 'refs' => [ 'DeleteInstanceEventWindowResult$InstanceEventWindowState' => '

The state of the event window.

', ], ], 'InstanceEventWindowTimeRange' => [ 'base' => '

The start day and time and the end day and time of the time range, in UTC.

', 'refs' => [ 'InstanceEventWindowTimeRangeList$member' => NULL, ], ], 'InstanceEventWindowTimeRangeList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindow$TimeRanges' => '

One or more time ranges defined for the event window.

', ], ], 'InstanceEventWindowTimeRangeRequest' => [ 'base' => '

The start day and time and the end day and time of the time range, in UTC.

', 'refs' => [ 'InstanceEventWindowTimeRangeRequestSet$member' => NULL, ], ], 'InstanceEventWindowTimeRangeRequestSet' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceEventWindowRequest$TimeRanges' => '

The time range for the event window. If you specify a time range, you can\'t specify a cron expression.

', 'ModifyInstanceEventWindowRequest$TimeRanges' => '

The time ranges of the event window.

', ], ], 'InstanceExportDetails' => [ 'base' => '

Describes an instance to export.

', 'refs' => [ 'ExportTask$InstanceExportDetails' => '

Information about the instance to export.

', ], ], 'InstanceFamilyCreditSpecification' => [ 'base' => '

Describes the default credit option for CPU usage of a burstable performance instance family.

', 'refs' => [ 'GetDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification' => '

The default credit option for CPU usage of the instance family.

', 'ModifyDefaultCreditSpecificationResult$InstanceFamilyCreditSpecification' => '

The default credit option for CPU usage of the instance family.

', ], ], 'InstanceGeneration' => [ 'base' => NULL, 'refs' => [ 'InstanceGenerationSet$member' => NULL, ], ], 'InstanceGenerationSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$InstanceGenerations' => '

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide.

For current generation instance types, specify current.

For previous generation instance types, specify previous.

Default: Current and previous generation instance types

', 'InstanceRequirementsRequest$InstanceGenerations' => '

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see Instance types in the Amazon EC2 User Guide.

For current generation instance types, specify current.

For previous generation instance types, specify previous.

Default: Current and previous generation instance types

', ], ], 'InstanceHealthStatus' => [ 'base' => NULL, 'refs' => [ 'ActiveInstance$InstanceHealth' => '

The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.

', ], ], 'InstanceId' => [ 'base' => NULL, 'refs' => [ 'AssociateAddressRequest$InstanceId' => '

The ID of the instance. The instance must have exactly one attached network interface. You can specify either the instance ID or the network interface ID, but not both.

', 'AssociateIamInstanceProfileRequest$InstanceId' => '

The ID of the instance.

', 'AttachClassicLinkVpcRequest$InstanceId' => '

The ID of the EC2-Classic instance.

', 'AttachNetworkInterfaceRequest$InstanceId' => '

The ID of the instance.

', 'AttachVolumeRequest$InstanceId' => '

The ID of the instance.

', 'BundleInstanceRequest$InstanceId' => '

The ID of the instance to bundle.

Type: String

Default: None

Required: Yes

', 'ConfirmProductInstanceRequest$InstanceId' => '

The ID of the instance.

', 'CreateImageRequest$InstanceId' => '

The ID of the instance.

', 'CreateInstanceExportTaskRequest$InstanceId' => '

The ID of the instance.

', 'CreateReplaceRootVolumeTaskRequest$InstanceId' => '

The ID of the instance for which to replace the root volume.

', 'CreateRouteRequest$InstanceId' => '

The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.

', 'DescribeInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'DetachClassicLinkVpcRequest$InstanceId' => '

The ID of the instance to unlink from the VPC.

', 'GetConsoleOutputRequest$InstanceId' => '

The ID of the instance.

', 'GetConsoleScreenshotRequest$InstanceId' => '

The ID of the instance.

', 'GetInstanceUefiDataRequest$InstanceId' => '

The ID of the instance from which to retrieve the UEFI data.

', 'GetInstanceUefiDataResult$InstanceId' => '

The ID of the instance from which to retrieve the UEFI data.

', 'GetLaunchTemplateDataRequest$InstanceId' => '

The ID of the instance.

', 'GetPasswordDataRequest$InstanceId' => '

The ID of the Windows instance.

', 'InstanceCreditSpecificationRequest$InstanceId' => '

The ID of the instance.

', 'InstanceIdList$member' => NULL, 'InstanceIdSet$member' => NULL, 'InstanceIdStringList$member' => NULL, 'InstanceIdsSet$member' => NULL, 'ModifyInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceCapacityReservationAttributesRequest$InstanceId' => '

The ID of the instance to be modified.

', 'ModifyInstanceEventStartTimeRequest$InstanceId' => '

The ID of the instance with the scheduled event.

', 'ModifyInstanceMaintenanceOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceMetadataOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ModifyInstancePlacementRequest$InstanceId' => '

The ID of the instance that you are modifying.

', 'ModifyPrivateDnsNameOptionsRequest$InstanceId' => '

The ID of the instance.

', 'ReplaceRouteRequest$InstanceId' => '

The ID of a NAT instance in your VPC.

', 'ResetInstanceAttributeRequest$InstanceId' => '

The ID of the instance.

', 'SendDiagnosticInterruptRequest$InstanceId' => '

The ID of the instance.

', 'SpotInstanceRequest$InstanceId' => '

The instance ID, if an instance has been launched to fulfill the Spot Instance request.

', ], ], 'InstanceIdForResolver' => [ 'base' => NULL, 'refs' => [ 'DetachVolumeRequest$InstanceId' => '

The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.

', ], ], 'InstanceIdList' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowAssociationRequest$InstanceIds' => '

The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can\'t specify the Instance ID parameter; you must use the Dedicated Host ID parameter.

', 'InstanceEventWindowAssociationTarget$InstanceIds' => '

The IDs of the instances associated with the event window.

', 'InstanceEventWindowDisassociationRequest$InstanceIds' => '

The IDs of the instances to disassociate from the event window.

', ], ], 'InstanceIdSet' => [ 'base' => NULL, 'refs' => [ 'RunScheduledInstancesResult$InstanceIdSet' => '

The IDs of the newly launched instances.

', ], ], 'InstanceIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeClassicLinkInstancesRequest$InstanceIds' => '

The instance IDs. Must be instances linked to a VPC through ClassicLink.

', 'DescribeInstanceCreditSpecificationsRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 1000 explicitly specified instance IDs.

', 'DescribeInstanceStatusRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

Constraints: Maximum 100 explicitly specified instance IDs.

', 'DescribeInstancesRequest$InstanceIds' => '

The instance IDs.

Default: Describes all your instances.

', 'MonitorInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'RebootInstancesRequest$InstanceIds' => '

The instance IDs.

', 'ReportInstanceStatusRequest$Instances' => '

The instances.

', 'StartInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'StopInstancesRequest$InstanceIds' => '

The IDs of the instances.

', 'TerminateInstancesRequest$InstanceIds' => '

The IDs of the instances.

Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.

', 'UnmonitorInstancesRequest$InstanceIds' => '

The IDs of the instances.

', ], ], 'InstanceIdWithVolumeResolver' => [ 'base' => NULL, 'refs' => [ 'InstanceSpecification$InstanceId' => '

The instance to specify which volumes should be snapshotted.

', ], ], 'InstanceIdsSet' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$InstanceIds' => '

The IDs of the instances.

', 'DescribeFleetsInstances$InstanceIds' => '

The IDs of the instances.

', ], ], 'InstanceInterruptionBehavior' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateSpotMarketOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

', 'LaunchTemplateSpotMarketOptionsRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'RequestSpotInstancesRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'SpotFleetRequestConfigData$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', 'SpotInstanceRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

', 'SpotMarketOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted. The default is terminate.

', ], ], 'InstanceIpv4Prefix' => [ 'base' => '

Information about an IPv4 prefix.

', 'refs' => [ 'InstanceIpv4PrefixList$member' => NULL, ], ], 'InstanceIpv4PrefixList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Ipv4Prefixes' => '

The IPv4 delegated prefixes that are assigned to the network interface.

', ], ], 'InstanceIpv6Address' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'InstanceIpv6AddressList$member' => NULL, ], ], 'InstanceIpv6AddressList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv6Addresses' => '

The IPv6 addresses from the IPv6 CIDR block range of your subnet.

You can\'t specify IPv6 addresses using this parameter if you\'ve specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.

', 'InstanceNetworkInterface$Ipv6Addresses' => '

The IPv6 addresses associated with the network interface.

', 'InstanceNetworkInterfaceSpecification$Ipv6Addresses' => '

The IPv6 addresses to assign to the network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you\'ve specified a minimum number of instances to launch.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Addresses' => '

The IPv6 addresses for the network interface.

', 'RunInstancesRequest$Ipv6Addresses' => '

The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you\'ve specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

', ], ], 'InstanceIpv6AddressListRequest' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Addresses' => '

One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can\'t use this option if you\'re specifying a number of IPv6 addresses.

', ], ], 'InstanceIpv6AddressRequest' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'InstanceIpv6AddressListRequest$member' => NULL, ], ], 'InstanceIpv6Prefix' => [ 'base' => '

Information about an IPv6 prefix.

', 'refs' => [ 'InstanceIpv6PrefixList$member' => NULL, ], ], 'InstanceIpv6PrefixList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Ipv6Prefixes' => '

The IPv6 delegated prefixes that are assigned to the network interface.

', ], ], 'InstanceLifecycle' => [ 'base' => NULL, 'refs' => [ 'CreateFleetError$Lifecycle' => '

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

', 'CreateFleetInstance$Lifecycle' => '

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

', 'DescribeFleetError$Lifecycle' => '

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

', 'DescribeFleetsInstances$Lifecycle' => '

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

', ], ], 'InstanceLifecycleType' => [ 'base' => NULL, 'refs' => [ 'Instance$InstanceLifecycle' => '

Indicates whether this is a Spot Instance or a Scheduled Instance.

', ], ], 'InstanceList' => [ 'base' => NULL, 'refs' => [ 'Reservation$Instances' => '

The instances.

', ], ], 'InstanceMaintenanceOptions' => [ 'base' => '

The maintenance options for the instance.

', 'refs' => [ 'Instance$MaintenanceOptions' => '

Provides information on the recovery and maintenance options of your instance.

', ], ], 'InstanceMaintenanceOptionsRequest' => [ 'base' => '

The maintenance options for the instance.

', 'refs' => [ 'RunInstancesRequest$MaintenanceOptions' => '

The maintenance and recovery options for the instance.

', ], ], 'InstanceMarketOptionsRequest' => [ 'base' => '

Describes the market (purchasing) option for the instances.

', 'refs' => [ 'RunInstancesRequest$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

For RunInstances, persistent Spot Instance requests are only supported when InstanceInterruptionBehavior is set to either hibernate or stop.

', ], ], 'InstanceMatchCriteria' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

', 'CreateCapacityReservationRequest$InstanceMatchCriteria' => '

Indicates the type of instance launches that the Capacity Reservation accepts. The options include:

Default: open

', ], ], 'InstanceMetadataEndpointState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances.

If you specify a value of disabled, you cannot access your instance metadata.

Default: enabled

', 'InstanceMetadataOptionsResponse$HttpEndpoint' => '

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

If the value is disabled, you cannot access your instance metadata.

', 'ModifyInstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not specified, the existing state is maintained.

If you specify a value of disabled, you cannot access your instance metadata.

', ], ], 'InstanceMetadataOptionsRequest' => [ 'base' => '

The metadata options for the instance.

', 'refs' => [ 'RunInstancesRequest$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data.

', ], ], 'InstanceMetadataOptionsResponse' => [ 'base' => '

The metadata options for the instance.

', 'refs' => [ 'Instance$MetadataOptions' => '

The metadata options for the instance.

', 'ModifyInstanceMetadataOptionsResult$InstanceMetadataOptions' => '

The metadata options for the instance.

', ], ], 'InstanceMetadataOptionsState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsResponse$State' => '

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

', ], ], 'InstanceMetadataProtocolState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

', 'InstanceMetadataOptionsResponse$HttpProtocolIpv6' => '

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

', 'ModifyInstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service. Applies only if you enabled the HTTP metadata endpoint.

', ], ], 'InstanceMetadataTagsState' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', 'InstanceMetadataOptionsResponse$InstanceMetadataTags' => '

Indicates whether access to instance tags from the instance metadata is enabled or disabled. For more information, see Work with instance tags using the instance metadata.

', 'ModifyInstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', ], ], 'InstanceMonitoring' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'InstanceMonitoringList$member' => NULL, ], ], 'InstanceMonitoringList' => [ 'base' => NULL, 'refs' => [ 'MonitorInstancesResult$InstanceMonitorings' => '

The monitoring information.

', 'UnmonitorInstancesResult$InstanceMonitorings' => '

The monitoring information.

', ], ], 'InstanceNetworkInterface' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'InstanceNetworkInterfaceList$member' => NULL, ], ], 'InstanceNetworkInterfaceAssociation' => [ 'base' => '

Describes association information for an Elastic IP address (IPv4).

', 'refs' => [ 'InstanceNetworkInterface$Association' => '

The association information for an Elastic IPv4 associated with the network interface.

', 'InstancePrivateIpAddress$Association' => '

The association information for an Elastic IP address for the network interface.

', ], ], 'InstanceNetworkInterfaceAttachment' => [ 'base' => '

Describes a network interface attachment.

', 'refs' => [ 'InstanceNetworkInterface$Attachment' => '

The network interface attachment.

', ], ], 'InstanceNetworkInterfaceList' => [ 'base' => NULL, 'refs' => [ 'Instance$NetworkInterfaces' => '

The network interfaces for the instance.

', ], ], 'InstanceNetworkInterfaceSpecification' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'InstanceNetworkInterfaceSpecificationList$member' => NULL, ], ], 'InstanceNetworkInterfaceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'LaunchSpecification$NetworkInterfaces' => '

The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

', 'RequestSpotLaunchSpecification$NetworkInterfaces' => '

The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

', 'RunInstancesRequest$NetworkInterfaces' => '

The network interfaces to associate with the instance. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

', 'SpotFleetLaunchSpecification$NetworkInterfaces' => '

One or more network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

SpotFleetLaunchSpecification currently does not support Elastic Fabric Adapter (EFA). To specify an EFA, you must use LaunchTemplateConfig.

', ], ], 'InstancePrivateIpAddress' => [ 'base' => '

Describes a private IPv4 address.

', 'refs' => [ 'InstancePrivateIpAddressList$member' => NULL, ], ], 'InstancePrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$PrivateIpAddresses' => '

The private IPv4 addresses associated with the network interface.

', ], ], 'InstanceRequirements' => [ 'base' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard or with the RunInstances API, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateOverrides$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'LaunchTemplateOverrides$InstanceRequirements' => '

The instance requirements. When you specify instance requirements, Amazon EC2 will identify instance types with the provided requirements, and then use your On-Demand and Spot allocation strategies to launch instances from these instance types, in the same way as when you specify a list of instance types.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'ResponseLaunchTemplateData$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

If you specify InstanceRequirements, you can\'t specify InstanceTypes.

', 'SpotFleetLaunchSpecification$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', ], ], 'InstanceRequirementsRequest' => [ 'base' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard, or with the RunInstances API or AWS::EC2::Instance Amazon Web Services CloudFormation resource, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', 'refs' => [ 'FleetLaunchTemplateOverridesRequest$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirements, you can\'t specify InstanceType.

', 'GetInstanceTypesFromInstanceRequirementsRequest$InstanceRequirements' => '

The attributes required for the instance types.

', 'InstanceRequirementsWithMetadataRequest$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

', 'RequestLaunchTemplateData$InstanceRequirements' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.

You must specify VCpuCount and MemoryMiB. All other attributes are optional. Any unspecified optional attribute is set to its default.

When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.

To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:

If you specify InstanceRequirements, you can\'t specify InstanceType.

Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the launch instance wizard, or with the RunInstances API or AWS::EC2::Instance Amazon Web Services CloudFormation resource, you can\'t specify InstanceRequirements.

For more information, see Attribute-based instance type selection for EC2 Fleet, Attribute-based instance type selection for Spot Fleet, and Spot placement score in the Amazon EC2 User Guide.

', ], ], 'InstanceRequirementsWithMetadataRequest' => [ 'base' => '

The architecture type, virtualization type, and other attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadataRequest, you can\'t specify InstanceTypes.

', 'refs' => [ 'GetSpotPlacementScoresRequest$InstanceRequirementsWithMetadata' => '

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

If you specify InstanceRequirementsWithMetadata, you can\'t specify InstanceTypes.

', ], ], 'InstanceSpecification' => [ 'base' => '

The instance details to specify which volumes should be snapshotted.

', 'refs' => [ 'CreateSnapshotsRequest$InstanceSpecification' => '

The instance to specify which volumes should be included in the snapshots.

', ], ], 'InstanceState' => [ 'base' => '

Describes the current state of an instance.

', 'refs' => [ 'Instance$State' => '

The current state of the instance.

', 'InstanceStateChange$CurrentState' => '

The current state of the instance.

', 'InstanceStateChange$PreviousState' => '

The previous state of the instance.

', 'InstanceStatus$InstanceState' => '

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the running state.

', ], ], 'InstanceStateChange' => [ 'base' => '

Describes an instance state change.

', 'refs' => [ 'InstanceStateChangeList$member' => NULL, ], ], 'InstanceStateChangeList' => [ 'base' => NULL, 'refs' => [ 'StartInstancesResult$StartingInstances' => '

Information about the started instances.

', 'StopInstancesResult$StoppingInstances' => '

Information about the stopped instances.

', 'TerminateInstancesResult$TerminatingInstances' => '

Information about the terminated instances.

', ], ], 'InstanceStateName' => [ 'base' => NULL, 'refs' => [ 'InstanceState$Name' => '

The current state of the instance.

', ], ], 'InstanceStatus' => [ 'base' => '

Describes the status of an instance.

', 'refs' => [ 'InstanceStatusList$member' => NULL, ], ], 'InstanceStatusDetails' => [ 'base' => '

Describes the instance status.

', 'refs' => [ 'InstanceStatusDetailsList$member' => NULL, ], ], 'InstanceStatusDetailsList' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusSummary$Details' => '

The system instance health or application instance health.

', ], ], 'InstanceStatusEvent' => [ 'base' => '

Describes a scheduled event for an instance.

', 'refs' => [ 'InstanceStatusEventList$member' => NULL, 'ModifyInstanceEventStartTimeResult$Event' => '

Information about the event.

', ], ], 'InstanceStatusEventList' => [ 'base' => NULL, 'refs' => [ 'InstanceStatus$Events' => '

Any scheduled events associated with the instance.

', ], ], 'InstanceStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceStatusResult$InstanceStatuses' => '

Information about the status of the instances.

', ], ], 'InstanceStatusSummary' => [ 'base' => '

Describes the status of an instance.

', 'refs' => [ 'InstanceStatus$InstanceStatus' => '

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.

', 'InstanceStatus$SystemStatus' => '

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.

', ], ], 'InstanceStorageEncryptionSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceStorageInfo$EncryptionSupport' => '

Indicates whether data is encrypted at rest.

', ], ], 'InstanceStorageFlag' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$InstanceStorageSupported' => '

Indicates whether instance storage is supported.

', ], ], 'InstanceStorageInfo' => [ 'base' => '

Describes the instance store features that are supported by the instance type.

', 'refs' => [ 'InstanceTypeInfo$InstanceStorageInfo' => '

Describes the instance storage for the instance type.

', ], ], 'InstanceTagKeySet' => [ 'base' => NULL, 'refs' => [ 'DeregisterInstanceTagAttributeRequest$InstanceTagKeys' => '

Information about the tag keys to deregister.

', 'InstanceTagNotificationAttribute$InstanceTagKeys' => '

The registered tag keys.

', 'RegisterInstanceTagAttributeRequest$InstanceTagKeys' => '

The tag keys to register.

', ], ], 'InstanceTagNotificationAttribute' => [ 'base' => '

Describes the registered tag keys for the current Region.

', 'refs' => [ 'DeregisterInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

The resulting set of tag keys.

', 'DescribeInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

Information about the registered tag keys.

', 'RegisterInstanceEventNotificationAttributesResult$InstanceTagAttribute' => '

The resulting set of tag keys.

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$InstanceType' => '

The instance type.

', 'DescribeFleetsInstances$InstanceType' => '

The instance type.

', 'DescribeReservedInstancesOfferingsRequest$InstanceType' => '

The instance type that the reservation will cover (for example, m1.small). For more information, see Instance types in the Amazon EC2 User Guide.

', 'FleetCapacityReservation$InstanceType' => '

The instance type for which the Capacity Reservation reserves capacity.

', 'FleetLaunchTemplateOverrides$InstanceType' => '

The instance type.

mac1.metal is not supported as a launch template override.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'FleetLaunchTemplateOverridesRequest$InstanceType' => '

The instance type.

mac1.metal is not supported as a launch template override.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'ImportInstanceLaunchSpecification$InstanceType' => '

The instance type. For more information about the instance types that you can import, see Instance Types in the VM Import/Export User Guide.

', 'Instance$InstanceType' => '

The instance type.

', 'InstanceTypeInfo$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'InstanceTypeList$member' => NULL, 'InstanceTypeOffering$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'LaunchSpecification$InstanceType' => '

The instance type. Only one instance type can be specified.

', 'LaunchTemplateOverrides$InstanceType' => '

The instance type.

', 'RequestInstanceTypeList$member' => NULL, 'RequestLaunchTemplateData$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon Elastic Compute Cloud User Guide.

If you specify InstanceType, you can\'t specify InstanceRequirements.

', 'RequestSpotLaunchSpecification$InstanceType' => '

The instance type. Only one instance type can be specified.

', 'ReservationFleetInstanceSpecification$InstanceType' => '

The instance type for which the Capacity Reservation Fleet reserves capacity.

', 'ReservedInstances$InstanceType' => '

The instance type on which the Reserved Instance can be used.

', 'ReservedInstancesConfiguration$InstanceType' => '

The instance type for the modified Reserved Instances.

', 'ReservedInstancesOffering$InstanceType' => '

The instance type on which the Reserved Instance can be used.

', 'ResponseLaunchTemplateData$InstanceType' => '

The instance type.

', 'RunInstancesRequest$InstanceType' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', 'SpotFleetLaunchSpecification$InstanceType' => '

The instance type.

', 'SpotPrice$InstanceType' => '

The instance type.

', ], ], 'InstanceTypeHypervisor' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$Hypervisor' => '

The hypervisor for the instance type.

', ], ], 'InstanceTypeInfo' => [ 'base' => '

Describes the instance type.

', 'refs' => [ 'InstanceTypeInfoList$member' => NULL, ], ], 'InstanceTypeInfoFromInstanceRequirements' => [ 'base' => '

The list of instance types with the specified instance attributes.

', 'refs' => [ 'InstanceTypeInfoFromInstanceRequirementsSet$member' => NULL, ], ], 'InstanceTypeInfoFromInstanceRequirementsSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsResult$InstanceTypes' => '

The instance types with the specified instance attributes.

', ], ], 'InstanceTypeInfoList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesResult$InstanceTypes' => '

The instance type. For more information, see Instance types in the Amazon EC2 User Guide.

', ], ], 'InstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryRequest$InstanceTypes' => '

Filters the results by the specified instance types.

', ], ], 'InstanceTypeOffering' => [ 'base' => '

The instance types offered.

', 'refs' => [ 'InstanceTypeOfferingsList$member' => NULL, ], ], 'InstanceTypeOfferingsList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsResult$InstanceTypeOfferings' => '

The instance types offered.

', ], ], 'InstanceTypes' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$InstanceTypes' => '

The instance types. We recommend that you specify at least three instance types. If you specify one or two instance types, or specify variations of a single instance type (for example, an m3.xlarge with and without instance storage), the returned placement score will always be low.

If you specify InstanceTypes, you can\'t specify InstanceRequirementsWithMetadata.

', ], ], 'InstanceTypesList' => [ 'base' => NULL, 'refs' => [ 'FpgaImage$InstanceTypes' => '

The instance types supported by the AFI.

', ], ], 'InstanceUsage' => [ 'base' => '

Information about the Capacity Reservation usage.

', 'refs' => [ 'InstanceUsageSet$member' => NULL, ], ], 'InstanceUsageSet' => [ 'base' => NULL, 'refs' => [ 'GetCapacityReservationUsageResult$InstanceUsages' => '

Information about the Capacity Reservation usage.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'AcceleratorCount$Min' => '

The minimum number of accelerators. If this parameter is not specified, there is no minimum limit.

', 'AcceleratorCount$Max' => '

The maximum number of accelerators. If this parameter is not specified, there is no maximum limit.

', 'AcceleratorCountRequest$Min' => '

The minimum number of accelerators. To specify no minimum limit, omit this parameter.

', 'AcceleratorCountRequest$Max' => '

The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set Max to 0.

', 'AcceleratorTotalMemoryMiB$Min' => '

The minimum amount of accelerator memory, in MiB. If this parameter is not specified, there is no minimum limit.

', 'AcceleratorTotalMemoryMiB$Max' => '

The maximum amount of accelerator memory, in MiB. If this parameter is not specified, there is no maximum limit.

', 'AcceleratorTotalMemoryMiBRequest$Min' => '

The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.

', 'AcceleratorTotalMemoryMiBRequest$Max' => '

The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.

', 'AllocateHostsRequest$Quantity' => '

The number of Dedicated Hosts to allocate to your account with these parameters. If you are allocating the Dedicated Hosts on an Outpost, and you specify AssetIds, you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both AssetIds and Quantity, then the value that you specify for Quantity must be equal to the number of asset IDs specified.

', 'AllocateIpamPoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you would like to allocate from the IPAM pool. Note the following:

Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'AnalysisAclRule$RuleNumber' => '

The rule number.

', 'AssignIpv6AddressesRequest$Ipv6AddressCount' => '

The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can\'t use this option if specifying specific IPv6 addresses.

', 'AssignIpv6AddressesRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv6Prefixes option.

', 'AssignPrivateIpAddressesRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary IP addresses to assign to the network interface. You can\'t specify this parameter when also specifying private IP addresses.

', 'AssignPrivateIpAddressesRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes option.

', 'AssociateTrunkInterfaceRequest$VlanId' => '

The ID of the VLAN. This applies to the VLAN protocol.

', 'AssociateTrunkInterfaceRequest$GreKey' => '

The application key. This applies to the GRE protocol.

', 'AttachNetworkInterfaceRequest$DeviceIndex' => '

The index of the device for the network interface attachment.

', 'AttachNetworkInterfaceRequest$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

', 'AttachNetworkInterfaceResult$NetworkCardIndex' => '

The index of the network card.

', 'AuthorizeSecurityGroupEgressRequest$FromPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'AuthorizeSecurityGroupEgressRequest$ToPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'AuthorizeSecurityGroupIngressRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types. If you specify all ICMP types, you must specify all ICMP codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes. If you specify all ICMP types, you must specify all ICMP codes.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AvailableCapacity$AvailableVCpus' => '

The number of vCPUs available for launching instances onto the Dedicated Host.

', 'BaselineEbsBandwidthMbps$Min' => '

The minimum baseline bandwidth, in Mbps. If this parameter is not specified, there is no minimum limit.

', 'BaselineEbsBandwidthMbps$Max' => '

The maximum baseline bandwidth, in Mbps. If this parameter is not specified, there is no maximum limit.

', 'BaselineEbsBandwidthMbpsRequest$Min' => '

The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.

', 'BaselineEbsBandwidthMbpsRequest$Max' => '

The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.

', 'CapacityAllocation$Count' => '

The amount of instance capacity associated with the usage. For example a value of 4 indicates that instance capacity for 4 instances is currently in use.

', 'CapacityReservation$TotalInstanceCount' => '

The total number of instances for which the Capacity Reservation reserves capacity.

', 'CapacityReservation$AvailableInstanceCount' => '

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

', 'CapacityReservationFleet$TotalTargetCapacity' => '

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'ClientVpnEndpoint$VpnPort' => '

The port number for the Client VPN endpoint.

', 'ClientVpnEndpoint$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'CpuOptions$CoreCount' => '

The number of CPU cores for the instance.

', 'CpuOptions$ThreadsPerCore' => '

The number of threads per CPU core.

', 'CpuOptionsRequest$CoreCount' => '

The number of CPU cores for the instance.

', 'CpuOptionsRequest$ThreadsPerCore' => '

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

', 'CreateCapacityReservationFleetRequest$TotalTargetCapacity' => '

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'CreateCapacityReservationFleetResult$TotalTargetCapacity' => '

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.

', 'CreateCapacityReservationRequest$InstanceCount' => '

The number of instances for which to reserve capacity.

Valid range: 1 - 1000

', 'CreateClientVpnEndpointRequest$VpnPort' => '

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

', 'CreateClientVpnEndpointRequest$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'CreateCustomerGatewayRequest$BgpAsn' => '

For devices that support BGP, the customer gateway\'s BGP ASN.

Default: 65000

', 'CreateFlowLogsRequest$MaxAggregationInterval' => '

The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.

Default: 600

', 'CreateManagedPrefixListRequest$MaxEntries' => '

The maximum number of entries for the prefix list.

', 'CreateNetworkAclEntryRequest$RuleNumber' => '

The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.

Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.

', 'CreateNetworkInterfaceRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range.

You can\'t specify a count of IPv6 addresses using this parameter if you\'ve specified one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.

If your subnet has the AssignIpv6AddressOnCreation attribute set, you can override that setting by specifying 0 as the IPv6 address count.

', 'CreateNetworkInterfaceRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet\'s IPv4 CIDR range. You can\'t specify this option and specify more than one private IP address using privateIpAddresses.

You can\'t specify a count of private IPv4 addresses if you\'ve specified one of the following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.

', 'CreateNetworkInterfaceRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.

You can\'t specify a count of IPv4 prefixes if you\'ve specified one of the following: specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.

', 'CreateNetworkInterfaceRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.

You can\'t specify a count of IPv6 prefixes if you\'ve specified one of the following: specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.

', 'CreatePlacementGroupRequest$PartitionCount' => '

The number of partitions. Valid only when Strategy is set to partition.

', 'CreateReservedInstancesListingRequest$InstanceCount' => '

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

', 'CreateTrafficMirrorFilterRuleRequest$RuleNumber' => '

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

', 'CreateTrafficMirrorFilterRuleRequest$Protocol' => '

The protocol, for example UDP, to assign to the Traffic Mirror rule.

For information about the protocol value, see Protocol Numbers on the Internet Assigned Numbers Authority (IANA) website.

', 'CreateTrafficMirrorSessionRequest$PacketLength' => '

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.

If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.

For sessions with Network Load Balancer (NLB) Traffic Mirror targets the default PacketLength will be set to 8500. Valid values are 1-8500. Setting a PacketLength greater than 8500 will result in an error response.

', 'CreateTrafficMirrorSessionRequest$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'CreateTrafficMirrorSessionRequest$VirtualNetworkId' => '

The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see RFC 7348. If you do not specify a VirtualNetworkId, an account-wide unique id is chosen at random.

', 'CreateVolumeRequest$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

io1 and io2 volumes support up to 64,000 IOPS only on Instances built on the Nitro System. Other instance families support performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'CreateVolumeRequest$Size' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

', 'CreateVolumeRequest$Throughput' => '

The throughput to provision for a volume, with a maximum of 1,000 MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'DeleteNetworkAclEntryRequest$RuleNumber' => '

The rule number of the entry to delete.

', 'DescribeElasticGpusResult$MaxResults' => '

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

', 'DescribeFastLaunchImagesSuccessItem$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'DescribeFleetHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFleetInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFleetsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeFlowLogsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeHostReservationOfferingsRequest$MaxDuration' => '

This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.

', 'DescribeHostReservationOfferingsRequest$MinDuration' => '

This is the minimum duration of the reservation you\'d like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.

', 'DescribeHostReservationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

', 'DescribeHostsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.

You cannot specify this parameter and the host IDs parameter in the same request.

', 'DescribeImagesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeImportImageTasksRequest$MaxResults' => '

The maximum number of results to return in a single call.

', 'DescribeImportSnapshotTasksRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

', 'DescribeInstanceStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same request.

', 'DescribeInstancesRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

You cannot specify this parameter and the instance IDs parameter in the same request.

', 'DescribeLaunchTemplateVersionsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 1 and 200.

', 'DescribePrefixListsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeReservedInstancesOfferingsRequest$MaxInstanceCount' => '

The maximum number of instances to filter when searching for offerings.

Default: 20

', 'DescribeReservedInstancesOfferingsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. The maximum is 100.

Default: 100

', 'DescribeScheduledInstanceAvailabilityRequest$MaxSlotDurationInHours' => '

The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and less than 1,720.

', 'DescribeScheduledInstanceAvailabilityRequest$MinSlotDurationInHours' => '

The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.

', 'DescribeScheduledInstancesRequest$MaxResults' => '

The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

', 'DescribeSnapshotsRequest$MaxResults' => '

The maximum number of snapshots to return for this request. This value can be between 5 and 1,000; if this value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then the request returns all snapshots. You cannot specify this parameter and the snapshot IDs parameter in the same request. For more information, see Pagination.

', 'DescribeSpotFleetRequestsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeSpotInstanceRequestsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeSpotPriceHistoryRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeTagsRequest$MaxResults' => '

The maximum number of items to return for this request. This value can be between 5 and 1000. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'DescribeVolumeStatusRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1,000; if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.

', 'DescribeVolumesModificationsRequest$MaxResults' => '

The maximum number of results (up to a limit of 500) to be returned in a paginated request. For more information, see Pagination.

', 'DescribeVolumesRequest$MaxResults' => '

The maximum number of volumes to return for this request. This value can be between 5 and 500; if you specify a value larger than 500, only 500 items are returned. If this parameter is not used, then all items are returned. You cannot specify this parameter and the volume IDs parameter in the same request. For more information, see Pagination.

', 'DescribeVpcEndpointConnectionNotificationsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value.

', 'DescribeVpcEndpointConnectionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServiceConfigurationsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServicePermissionsRequest$MaxResults' => '

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1,000; if MaxResults is given a value larger than 1,000, only 1,000 results are returned.

', 'DescribeVpcEndpointServicesRequest$MaxResults' => '

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

', 'DescribeVpcEndpointsRequest$MaxResults' => '

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1,000, we return only 1,000 items.

', 'DisableFastLaunchResult$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'EbsBlockDevice$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is required for io1 and io2 volumes. The default for gp3 volumes is 3,000 IOPS. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'EbsBlockDevice$VolumeSize' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.

The following are the supported volumes sizes for each volume type:

', 'EbsBlockDevice$Throughput' => '

The throughput that the volume supports, in MiB/s.

This parameter is valid only for gp3 volumes.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'EnableFastLaunchRequest$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching. Value must be 6 or greater.

', 'EnableFastLaunchResult$MaxParallelLaunches' => '

The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows faster launching.

', 'FastLaunchSnapshotConfigurationRequest$TargetResourceCount' => '

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

', 'FastLaunchSnapshotConfigurationResponse$TargetResourceCount' => '

The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.

', 'FleetCapacityReservation$TotalInstanceCount' => '

The total number of instances for which the Capacity Reservation reserves capacity.

', 'FleetSpotCapacityRebalance$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'FleetSpotCapacityRebalanceRequest$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'FlowLog$MaxAggregationInterval' => '

The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.

Valid Values: 60 | 600

', 'GetAwsNetworkPerformanceDataRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetCapacityReservationUsageResult$TotalInstanceCount' => '

The number of instances for which the Capacity Reservation reserves capacity.

', 'GetCapacityReservationUsageResult$AvailableInstanceCount' => '

The remaining capacity. Indicates the number of instances that can be launched in the Capacity Reservation.

', 'GetInstanceTypesFromInstanceRequirementsRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', 'HostOffering$Duration' => '

The duration of the offering (in seconds).

', 'HostProperties$Cores' => '

The number of cores on the Dedicated Host.

', 'HostProperties$Sockets' => '

The number of sockets on the Dedicated Host.

', 'HostProperties$TotalVCpus' => '

The total number of vCPUs on the Dedicated Host.

', 'HostReservation$Count' => '

The number of Dedicated Hosts the reservation is associated with.

', 'HostReservation$Duration' => '

The length of the reservation\'s term, specified in seconds. Can be 31536000 (1 year) | 94608000 (3 years).

', 'IcmpTypeCode$Code' => '

The ICMP code. A value of -1 means all codes for the specified ICMP type.

', 'IcmpTypeCode$Type' => '

The ICMP type. A value of -1 means all types.

', 'Instance$AmiLaunchIndex' => '

The AMI launch index, which can be used to find this instance in the launch group.

', 'InstanceCapacity$AvailableCapacity' => '

The number of instances that can be launched onto the Dedicated Host based on the host\'s available capacity.

', 'InstanceCapacity$TotalCapacity' => '

The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.

', 'InstanceCount$InstanceCount' => '

The number of listed Reserved Instances in the state specified by the state.

', 'InstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'InstanceMetadataOptionsResponse$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'InstanceNetworkInterfaceAttachment$DeviceIndex' => '

The index of the device on the instance for the network interface attachment.

', 'InstanceNetworkInterfaceAttachment$NetworkCardIndex' => '

The index of the network card.

', 'InstanceNetworkInterfaceSpecification$DeviceIndex' => '

The position of the network interface in the attachment order. A primary network interface has a device index of 0.

If you specify a network interface when launching an instance, you must specify the device index.

', 'InstanceNetworkInterfaceSpecification$Ipv6AddressCount' => '

A number of IPv6 addresses to assign to the network interface. Amazon EC2 chooses the IPv6 addresses from the range of the subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you\'ve specified a minimum number of instances to launch.

', 'InstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses. You can\'t specify this option and specify more than one private IP address using the private IP addresses option. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'InstanceNetworkInterfaceSpecification$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

If you are using RequestSpotInstances to create Spot Instances, omit this parameter because you can’t specify the network card index when using this API. To specify the network card index, use RunInstances.

', 'InstanceNetworkInterfaceSpecification$Ipv4PrefixCount' => '

The number of IPv4 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

', 'InstanceNetworkInterfaceSpecification$Ipv6PrefixCount' => '

The number of IPv6 delegated prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

', 'InstanceRequirements$SpotMaxPricePercentageOverLowestPrice' => '

The price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 100

', 'InstanceRequirements$OnDemandMaxPricePercentageOverLowestPrice' => '

The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 20

', 'InstanceRequirementsRequest$SpotMaxPricePercentageOverLowestPrice' => '

The price protection threshold for Spot Instance. This is the maximum you’ll pay for an Spot Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 100

', 'InstanceRequirementsRequest$OnDemandMaxPricePercentageOverLowestPrice' => '

The price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage above the least expensive current generation M, C, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it excludes instance types priced above your threshold.

The parameter accepts an integer, which Amazon EC2 interprets as a percentage.

To turn off price protection, specify a high value, such as 999999.

This parameter is not supported for GetSpotPlacementScores and GetInstanceTypesFromInstanceRequirements.

If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.

Default: 20

', 'InstanceState$Code' => '

The state of the instance as a 16-bit unsigned integer.

The high byte is all of the bits between 2^8 and (2^16)-1, which equals decimal values between 256 and 65,535. These numerical values are used for internal purposes and should be ignored.

The low byte is all of the bits between 2^0 and (2^8)-1, which equals decimal values between 0 and 255.

The valid values for instance-state-code will all be in the range of the low byte and they are:

You can ignore the high byte value by zeroing out all of the bits above 2^8 or 256 in decimal.

', 'InstanceUsage$UsedInstanceCount' => '

The number of instances the Amazon Web Services account currently has in the Capacity Reservation.

', 'IpPermission$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'IpPermission$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'Ipam$ScopeCount' => '

The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

', 'Ipam$ResourceDiscoveryAssociationCount' => '

The IPAM\'s resource discovery association count.

', 'IpamPool$PoolDepth' => '

The depth of pools in your IPAM pool. The pool depth quota is 10. For more information, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

', 'IpamPoolCidr$NetmaskLength' => '

The netmask length of the CIDR you\'d like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. "NetmaskLength" or "Cidr" is required.

', 'IpamScope$PoolCount' => '

The number of pools in the scope.

', 'LaunchTemplateCpuOptions$CoreCount' => '

The number of CPU cores for the instance.

', 'LaunchTemplateCpuOptions$ThreadsPerCore' => '

The number of threads per CPU core.

', 'LaunchTemplateCpuOptionsRequest$CoreCount' => '

The number of CPU cores for the instance.

', 'LaunchTemplateCpuOptionsRequest$ThreadsPerCore' => '

The number of threads per CPU core. To disable multithreading for the instance, specify a value of 1. Otherwise, specify the default value of 2.

', 'LaunchTemplateEbsBlockDevice$Iops' => '

The number of I/O operations per second (IOPS) that the volume supports.

', 'LaunchTemplateEbsBlockDevice$VolumeSize' => '

The size of the volume, in GiB.

', 'LaunchTemplateEbsBlockDevice$Throughput' => '

The throughput that the volume supports, in MiB/s.

', 'LaunchTemplateEbsBlockDeviceRequest$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

The following are the supported values for each volume type:

For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS.

This parameter is supported for io1, io2, and gp3 volumes only. This parameter is not supported for gp2, st1, sc1, or standard volumes.

', 'LaunchTemplateEbsBlockDeviceRequest$VolumeSize' => '

The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:

', 'LaunchTemplateEbsBlockDeviceRequest$Throughput' => '

The throughput to provision for a gp3 volume, with a maximum of 1,000 MiB/s.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'LaunchTemplateElasticInferenceAcceleratorResponse$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', 'LaunchTemplateInstanceMetadataOptions$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Default: 1

Possible values: Integers from 1 to 64

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$DeviceIndex' => '

The device index for the network interface attachment.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6AddressCount' => '

The number of IPv6 addresses for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkCardIndex' => '

The index of the network card.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4PrefixCount' => '

The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6PrefixCount' => '

The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$DeviceIndex' => '

The device index for the network interface attachment.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can\'t use this option if specifying specific IPv6 addresses.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses to assign to a network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkCardIndex' => '

The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4PrefixCount' => '

The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv4Prefix option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6PrefixCount' => '

The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the Ipv6Prefix option.

', 'LaunchTemplatePlacement$PartitionNumber' => '

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

', 'LaunchTemplatePlacementRequest$PartitionNumber' => '

The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

', 'LaunchTemplateSpotMarketOptions$BlockDurationMinutes' => '

The required duration for the Spot Instances (also known as Spot blocks), in minutes. This value must be a multiple of 60 (60, 120, 180, 240, 300, or 360).

', 'LaunchTemplateSpotMarketOptionsRequest$BlockDurationMinutes' => '

Deprecated.

', 'LocalGatewayVirtualInterface$Vlan' => '

The ID of the VLAN.

', 'LocalGatewayVirtualInterface$LocalBgpAsn' => '

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

', 'LocalGatewayVirtualInterface$PeerBgpAsn' => '

The peer BGP ASN.

', 'ManagedPrefixList$MaxEntries' => '

The maximum number of entries for the prefix list.

', 'MemoryMiB$Min' => '

The minimum amount of memory, in MiB. If this parameter is not specified, there is no minimum limit.

', 'MemoryMiB$Max' => '

The maximum amount of memory, in MiB. If this parameter is not specified, there is no maximum limit.

', 'MemoryMiBRequest$Min' => '

The minimum amount of memory, in MiB. To specify no minimum limit, specify 0.

', 'MemoryMiBRequest$Max' => '

The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.

', 'ModifyCapacityReservationFleetRequest$TotalTargetCapacity' => '

The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see Total target capacity in the Amazon EC2 User Guide.

', 'ModifyCapacityReservationRequest$InstanceCount' => '

The number of instances for which to reserve capacity. The number of instances can\'t be increased or decreased by more than 1000 in a single request.

', 'ModifyClientVpnEndpointRequest$VpnPort' => '

The port number to assign to the Client VPN endpoint for TCP and UDP traffic.

Valid Values: 443 | 1194

Default Value: 443

', 'ModifyClientVpnEndpointRequest$SessionTimeoutHours' => '

The maximum VPN session duration time in hours.

Valid values: 8 | 10 | 12 | 24

Default value: 24

', 'ModifyInstanceMetadataOptionsRequest$HttpPutResponseHopLimit' => '

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. If no parameter is specified, the existing state is maintained.

Possible values: Integers from 1 to 64

', 'ModifyInstancePlacementRequest$PartitionNumber' => '

The number of the partition in which to place the instance. Valid only if the placement group strategy is set to partition.

', 'ModifyManagedPrefixListRequest$MaxEntries' => '

The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.

If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.

', 'ModifySpotFleetRequestRequest$TargetCapacity' => '

The size of the fleet.

', 'ModifySpotFleetRequestRequest$OnDemandTargetCapacity' => '

The number of On-Demand Instances in the fleet.

', 'ModifySubnetAttributeRequest$EnableLniAtDeviceIndex' => '

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0).

', 'ModifyTrafficMirrorFilterRuleRequest$RuleNumber' => '

The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.

', 'ModifyTrafficMirrorFilterRuleRequest$Protocol' => '

The protocol, for example TCP, to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorSessionRequest$PacketLength' => '

The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.

For sessions with Network Load Balancer (NLB) traffic mirror targets, the default PacketLength will be set to 8500. Valid values are 1-8500. Setting a PacketLength greater than 8500 will result in an error response.

', 'ModifyTrafficMirrorSessionRequest$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'ModifyTrafficMirrorSessionRequest$VirtualNetworkId' => '

The virtual network ID of the Traffic Mirror session.

', 'ModifyVolumeRequest$Size' => '

The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.

The following are the supported volumes sizes for each volume type:

Default: The existing size is retained.

', 'ModifyVolumeRequest$Iops' => '

The target IOPS rate of the volume. This parameter is valid only for gp3, io1, and io2 volumes.

The following are the supported values for each volume type:

Default: The existing value is retained if you keep the same volume type. If you change the volume type to io1, io2, or gp3, the default is 3,000.

', 'ModifyVolumeRequest$Throughput' => '

The target throughput of the volume, in MiB/s. This parameter is valid only for gp3 volumes. The maximum value is 1,000.

Default: The existing value is retained if the source and target volume type is gp3. Otherwise, the default value is 125.

Valid Range: Minimum value of 125. Maximum value of 1000.

', 'ModifyVpnTunnelOptionsSpecification$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

', 'ModifyVpnTunnelOptionsSpecification$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

', 'ModifyVpnTunnelOptionsSpecification$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

', 'ModifyVpnTunnelOptionsSpecification$RekeyFuzzPercentage' => '

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

', 'ModifyVpnTunnelOptionsSpecification$ReplayWindowSize' => '

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

', 'ModifyVpnTunnelOptionsSpecification$DPDTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

Constraints: A value greater than or equal to 30.

Default: 30

', 'NetworkAclEntry$RuleNumber' => '

The rule number for the entry. ACL entries are processed in ascending order by rule number.

', 'NetworkInsightsAccessScopeAnalysis$AnalyzedEniCount' => '

The number of network interfaces analyzed.

', 'NetworkInsightsPath$DestinationPort' => '

The destination port.

', 'NetworkInterfaceAttachment$DeviceIndex' => '

The device index of the network interface attachment on the instance.

', 'NetworkInterfaceAttachment$NetworkCardIndex' => '

The index of the network card.

', 'NetworkInterfaceCount$Min' => '

The minimum number of network interfaces. If this parameter is not specified, there is no minimum limit.

', 'NetworkInterfaceCount$Max' => '

The maximum number of network interfaces. If this parameter is not specified, there is no maximum limit.

', 'NetworkInterfaceCountRequest$Min' => '

The minimum number of network interfaces. To specify no minimum limit, omit this parameter.

', 'NetworkInterfaceCountRequest$Max' => '

The maximum number of network interfaces. To specify no maximum limit, omit this parameter.

', 'OccurrenceDayRequestSet$member' => NULL, 'OccurrenceDaySet$member' => NULL, 'OnDemandOptions$MinTargetCapacity' => '

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'OnDemandOptionsRequest$MinTargetCapacity' => '

The minimum target capacity for On-Demand Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'PathComponent$SequenceNumber' => '

The sequence number.

', 'Phase1DHGroupNumbersListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase1DHGroupNumbersRequestListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase2DHGroupNumbersListValue$Value' => '

The Diffie-Hellmann group number.

', 'Phase2DHGroupNumbersRequestListValue$Value' => '

The Diffie-Hellmann group number.

', 'Placement$PartitionNumber' => '

The number of the partition that the instance is in. Valid only if the placement group strategy is set to partition.

This parameter is not supported for CreateFleet.

', 'PlacementGroup$PartitionCount' => '

The number of partitions. Valid only if strategy is set to partition.

', 'PortRange$From' => '

The first port in the range.

', 'PortRange$To' => '

The last port in the range.

', 'PricingDetail$Count' => '

The number of reservations available for the price.

', 'ProvisionIpamPoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you\'d like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.

', 'ProvisionPublicIpv4PoolCidrRequest$NetmaskLength' => '

The netmask length of the CIDR you would like to allocate to the public IPv4 pool.

', 'PublicIpv4Pool$TotalAddressCount' => '

The total number of addresses.

', 'PublicIpv4Pool$TotalAvailableAddressCount' => '

The total number of available addresses.

', 'PublicIpv4PoolRange$AddressCount' => '

The number of addresses in the range.

', 'PublicIpv4PoolRange$AvailableAddressCount' => '

The number of available addresses in the range.

', 'Purchase$Duration' => '

The duration of the reservation\'s term in seconds.

', 'PurchaseRequest$InstanceCount' => '

The number of instances.

', 'PurchaseReservedInstancesOfferingRequest$InstanceCount' => '

The number of Reserved Instances to purchase.

', 'ReplaceNetworkAclEntryRequest$RuleNumber' => '

The rule number of the entry to replace.

', 'RequestSpotInstancesRequest$BlockDurationMinutes' => '

Deprecated.

', 'RequestSpotInstancesRequest$InstanceCount' => '

The maximum number of Spot Instances to launch.

Default: 1

', 'ReservedInstances$InstanceCount' => '

The number of reservations purchased.

', 'ReservedInstancesConfiguration$InstanceCount' => '

The number of modified Reserved Instances.

This is a required field for a request.

', 'RestoreSnapshotFromRecycleBinResult$VolumeSize' => '

The size of the volume, in GiB.

', 'RestoreSnapshotTierResult$RestoreDuration' => '

For temporary restores only. The number of days for which the archived snapshot is temporarily restored.

', 'RevokeSecurityGroupEgressRequest$FromPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'RevokeSecurityGroupEgressRequest$ToPort' => '

Not supported. Use a set of IP permissions to specify the port.

', 'RevokeSecurityGroupIngressRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP, this is the type number. A value of -1 indicates all ICMP types.

', 'RevokeSecurityGroupIngressRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP, this is the code. A value of -1 indicates all ICMP codes.

', 'RunInstancesRequest$Ipv6AddressCount' => '

The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you\'ve specified a minimum number of instances to launch.

You cannot specify this option and the network interfaces option in the same request.

', 'RunInstancesRequest$MaxCount' => '

The maximum number of instances to launch. If you specify more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above MinCount.

Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 FAQ.

', 'RunInstancesRequest$MinCount' => '

The minimum number of instances to launch. If you specify a minimum that is more instances than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches no instances.

Constraints: Between 1 and the maximum number you\'re allowed for the specified instance type. For more information about the default limits, and how to request an increase, see How many instances can I run in Amazon EC2 in the Amazon EC2 General FAQ.

', 'RunScheduledInstancesRequest$InstanceCount' => '

The number of instances.

Default: 1

', 'ScheduledInstance$InstanceCount' => '

The number of instances.

', 'ScheduledInstance$SlotDurationInHours' => '

The number of hours in the schedule.

', 'ScheduledInstance$TotalScheduledInstanceHours' => '

The total number of hours for a single instance for the entire term.

', 'ScheduledInstanceAvailability$AvailableInstanceCount' => '

The number of available instances.

', 'ScheduledInstanceAvailability$MaxTermDurationInDays' => '

The maximum term. The only possible value is 365 days.

', 'ScheduledInstanceAvailability$MinTermDurationInDays' => '

The minimum term. The only possible value is 365 days.

', 'ScheduledInstanceAvailability$SlotDurationInHours' => '

The number of hours in the schedule.

', 'ScheduledInstanceAvailability$TotalScheduledInstanceHours' => '

The total number of hours for a single instance for the entire term.

', 'ScheduledInstanceRecurrence$Interval' => '

The interval quantity. The interval unit depends on the value of frequency. For example, every 2 weeks or every 2 months.

', 'ScheduledInstanceRecurrenceRequest$Interval' => '

The interval quantity. The interval unit depends on the value of Frequency. For example, every 2 weeks or every 2 months.

', 'ScheduledInstancesEbs$Iops' => '

The number of I/O operations per second (IOPS) to provision for an io1 or io2 volume, with a maximum ratio of 50 IOPS/GiB for io1, and 500 IOPS/GiB for io2. Range is 100 to 64,000 IOPS for volumes in most Regions. Maximum IOPS of 64,000 is guaranteed only on instances built on the Nitro System. Other instance families guarantee performance up to 32,000 IOPS. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide.

This parameter is valid only for Provisioned IOPS SSD (io1 and io2) volumes.

', 'ScheduledInstancesEbs$VolumeSize' => '

The size of the volume, in GiB.

Default: If you\'re creating the volume from a snapshot and don\'t specify a volume size, the default is the snapshot size.

', 'ScheduledInstancesNetworkInterface$DeviceIndex' => '

The index of the device for the network interface attachment.

', 'ScheduledInstancesNetworkInterface$Ipv6AddressCount' => '

The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.

', 'ScheduledInstancesNetworkInterface$SecondaryPrivateIpAddressCount' => '

The number of secondary private IPv4 addresses.

', 'SecurityGroupRule$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRule$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRuleRequest$FromPort' => '

If the protocol is TCP or UDP, this is the start of the port range. If the protocol is ICMP or ICMPv6, this is the type number. A value of -1 indicates all ICMP/ICMPv6 types. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'SecurityGroupRuleRequest$ToPort' => '

If the protocol is TCP or UDP, this is the end of the port range. If the protocol is ICMP or ICMPv6, this is the code. A value of -1 indicates all ICMP/ICMPv6 codes. If you specify all ICMP/ICMPv6 types, you must specify all ICMP/ICMPv6 codes.

', 'Snapshot$VolumeSize' => '

The size of the volume, in GiB.

', 'SnapshotInfo$VolumeSize' => '

Size of the volume from which this snapshot was created.

', 'SnapshotTierStatus$LastTieringProgress' => '

The progress of the last archive or restore process, as a percentage.

', 'SpotCapacityRebalance$TerminationDelay' => '

The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.

Required when ReplacementStrategy is set to launch-before-terminate.

Not valid when ReplacementStrategy is set to launch.

Valid values: Minimum value of 120 seconds. Maximum value of 7200 seconds.

', 'SpotFleetRequestConfigData$TargetCapacity' => '

The number of units to request for the Spot Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', 'SpotFleetRequestConfigData$OnDemandTargetCapacity' => '

The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', 'SpotFleetRequestConfigData$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot AllocationStrategy is set to lowest-price. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that Spot Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotInstanceRequest$BlockDurationMinutes' => '

Deprecated.

', 'SpotMarketOptions$BlockDurationMinutes' => '

Deprecated.

', 'SpotOptions$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Supported only when AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotOptions$MinTargetCapacity' => '

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'SpotOptionsRequest$InstancePoolsToUseCount' => '

The number of Spot pools across which to allocate your target Spot capacity. Supported only when Spot AllocationStrategy is set to lowest-price. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.

Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.

', 'SpotOptionsRequest$MinTargetCapacity' => '

The minimum target capacity for Spot Instances in the fleet. If the minimum target capacity is not reached, the fleet launches no instances.

Supported only for fleets of type instant.

At least one of the following must be specified: SingleAvailabilityZone | SingleInstanceType

', 'SpotPlacementScore$Score' => '

The placement score, on a scale from 1 to 10. A score of 10 indicates that your Spot request is highly likely to succeed in this Region or Availability Zone. A score of 1 indicates that your Spot request is not likely to succeed.

', 'StaleIpPermission$FromPort' => '

The start of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

', 'StaleIpPermission$ToPort' => '

The end of the port range for the TCP and UDP protocols, or an ICMP type number. A value of -1 indicates all ICMP types.

', 'StoreImageTaskResult$ProgressPercentage' => '

The progress of the task as a percentage.

', 'Subnet$AvailableIpAddressCount' => '

The number of unused private IPv4 addresses in the subnet. The IPv4 addresses for any stopped instances are considered unavailable.

', 'Subnet$EnableLniAtDeviceIndex' => '

Indicates the device position for local network interfaces in this subnet. For example, 1 indicates local network interfaces in this subnet are the secondary network interface (eth1).

', 'TargetCapacitySpecification$TotalTargetCapacity' => '

The number of units to request, filled using DefaultTargetCapacityType.

', 'TargetCapacitySpecification$OnDemandTargetCapacity' => '

The number of On-Demand units to request. If you specify a target capacity for Spot units, you cannot specify a target capacity for On-Demand units.

', 'TargetCapacitySpecification$SpotTargetCapacity' => '

The maximum number of Spot units to launch. If you specify a target capacity for On-Demand units, you cannot specify a target capacity for Spot units.

', 'TargetCapacitySpecificationRequest$TotalTargetCapacity' => '

The number of units to request, filled using DefaultTargetCapacityType.

', 'TargetCapacitySpecificationRequest$OnDemandTargetCapacity' => '

The number of On-Demand units to request.

', 'TargetCapacitySpecificationRequest$SpotTargetCapacity' => '

The number of Spot units to request.

', 'TargetConfiguration$InstanceCount' => '

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

', 'TargetConfigurationRequest$InstanceCount' => '

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

', 'TrafficMirrorFilterRule$RuleNumber' => '

The rule number of the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$Protocol' => '

The protocol assigned to the Traffic Mirror rule.

', 'TrafficMirrorPortRange$FromPort' => '

The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRange$ToPort' => '

The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRangeRequest$FromPort' => '

The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorPortRangeRequest$ToPort' => '

The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

', 'TrafficMirrorSession$PacketLength' => '

The number of bytes in each packet to mirror. These are the bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet

', 'TrafficMirrorSession$SessionNumber' => '

The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.

Valid values are 1-32766.

', 'TrafficMirrorSession$VirtualNetworkId' => '

The virtual network ID associated with the Traffic Mirror session.

', 'TrunkInterfaceAssociation$VlanId' => '

The ID of the VLAN when you use the VLAN protocol.

', 'TrunkInterfaceAssociation$GreKey' => '

The application key when you use the GRE protocol.

', 'TunnelOption$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

', 'TunnelOption$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

', 'TunnelOption$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey.

', 'TunnelOption$RekeyFuzzPercentage' => '

The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.

', 'TunnelOption$ReplayWindowSize' => '

The number of packets in an IKE replay window.

', 'TunnelOption$DpdTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

', 'VCpuCountRange$Min' => '

The minimum number of vCPUs. If the value is 0, there is no minimum limit.

', 'VCpuCountRange$Max' => '

The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.

', 'VCpuCountRangeRequest$Min' => '

The minimum number of vCPUs. To specify no minimum limit, specify 0.

', 'VCpuCountRangeRequest$Max' => '

The maximum number of vCPUs. To specify no maximum limit, omit this parameter.

', 'VgwTelemetry$AcceptedRouteCount' => '

The number of accepted routes.

', 'Volume$Size' => '

The size of the volume, in GiBs.

', 'Volume$Iops' => '

The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.

', 'Volume$Throughput' => '

The throughput that the volume supports, in MiB/s.

', 'VolumeModification$TargetSize' => '

The target size of the volume, in GiB.

', 'VolumeModification$TargetIops' => '

The target IOPS rate of the volume.

', 'VolumeModification$TargetThroughput' => '

The target throughput of the volume, in MiB/s.

', 'VolumeModification$OriginalSize' => '

The original size of the volume, in GiB.

', 'VolumeModification$OriginalIops' => '

The original IOPS rate of the volume.

', 'VolumeModification$OriginalThroughput' => '

The original throughput of the volume, in MiB/s.

', 'VpnTunnelOptionsSpecification$Phase1LifetimeSeconds' => '

The lifetime for phase 1 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 28,800.

Default: 28800

', 'VpnTunnelOptionsSpecification$Phase2LifetimeSeconds' => '

The lifetime for phase 2 of the IKE negotiation, in seconds.

Constraints: A value between 900 and 3,600. The value must be less than the value for Phase1LifetimeSeconds.

Default: 3600

', 'VpnTunnelOptionsSpecification$RekeyMarginTimeSeconds' => '

The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for RekeyFuzzPercentage.

Constraints: A value between 60 and half of Phase2LifetimeSeconds.

Default: 540

', 'VpnTunnelOptionsSpecification$RekeyFuzzPercentage' => '

The percentage of the rekey window (determined by RekeyMarginTimeSeconds) during which the rekey time is randomly selected.

Constraints: A value between 0 and 100.

Default: 100

', 'VpnTunnelOptionsSpecification$ReplayWindowSize' => '

The number of packets in an IKE replay window.

Constraints: A value between 64 and 2048.

Default: 1024

', 'VpnTunnelOptionsSpecification$DPDTimeoutSeconds' => '

The number of seconds after which a DPD timeout occurs.

Constraints: A value greater than or equal to 30.

Default: 30

', ], ], 'IntegerWithConstraints' => [ 'base' => NULL, 'refs' => [ 'FleetCapacityReservation$Priority' => '

The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.

', 'ReservationFleetInstanceSpecification$Priority' => '

The priority to assign to the instance type. This value is used to determine which of the instance types specified for the Fleet should be prioritized for use. A lower value indicates a high priority. For more information, see Instance type priority in the Amazon EC2 User Guide.

', ], ], 'IntegrateServices' => [ 'base' => '

Describes service integrations with VPC Flow logs.

', 'refs' => [ 'GetFlowLogsIntegrationTemplateRequest$IntegrateServices' => '

Information about the service integration.

', ], ], 'InterfacePermissionType' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfacePermissionRequest$Permission' => '

The type of permission to grant.

', 'NetworkInterfacePermission$Permission' => '

The type of permission.

', ], ], 'InterfaceProtocolType' => [ 'base' => NULL, 'refs' => [ 'TrunkInterfaceAssociation$InterfaceProtocol' => '

The interface protocol. Valid values are VLAN and GRE.

', ], ], 'InternetGateway' => [ 'base' => '

Describes an internet gateway.

', 'refs' => [ 'CreateInternetGatewayResult$InternetGateway' => '

Information about the internet gateway.

', 'InternetGatewayList$member' => NULL, ], ], 'InternetGatewayAttachment' => [ 'base' => '

Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.

', 'refs' => [ 'InternetGatewayAttachmentList$member' => NULL, ], ], 'InternetGatewayAttachmentList' => [ 'base' => NULL, 'refs' => [ 'EgressOnlyInternetGateway$Attachments' => '

Information about the attachment of the egress-only internet gateway.

', 'InternetGateway$Attachments' => '

Any VPCs attached to the internet gateway.

', ], ], 'InternetGatewayId' => [ 'base' => NULL, 'refs' => [ 'AttachInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'DeleteInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'DetachInternetGatewayRequest$InternetGatewayId' => '

The ID of the internet gateway.

', 'InternetGatewayIdList$member' => NULL, ], ], 'InternetGatewayIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysRequest$InternetGatewayIds' => '

The IDs of the internet gateways.

Default: Describes all your internet gateways.

', ], ], 'InternetGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeInternetGatewaysResult$InternetGateways' => '

Information about one or more internet gateways.

', ], ], 'IpAddress' => [ 'base' => NULL, 'refs' => [ 'AnalysisLoadBalancerTarget$Address' => '

The IP address.

', 'CreateNetworkInsightsPathRequest$SourceIp' => '

The IP address of the source.

', 'CreateNetworkInsightsPathRequest$DestinationIp' => '

The IP address of the destination.

', 'Explanation$Address' => '

The IPv4 address, in CIDR notation.

', 'IpAddressList$member' => NULL, 'NetworkInsightsPath$SourceIp' => '

The IP address of the source.

', 'NetworkInsightsPath$DestinationIp' => '

The IP address of the destination.

', 'PathFilter$SourceAddress' => '

The source IPv4 address.

', 'PathFilter$DestinationAddress' => '

The destination IPv4 address.

', 'PathRequestFilter$SourceAddress' => '

The source IPv4 address.

', 'PathRequestFilter$DestinationAddress' => '

The destination IPv4 address.

', ], ], 'IpAddressList' => [ 'base' => NULL, 'refs' => [ 'AnalysisPacketHeader$DestinationAddresses' => '

The destination addresses.

', 'AnalysisPacketHeader$SourceAddresses' => '

The source addresses.

', 'Explanation$Addresses' => '

The IPv4 addresses, in CIDR notation.

', ], ], 'IpAddressType' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$IpAddressType' => '

The IP address type for the endpoint.

', 'ModifyVpcEndpointRequest$IpAddressType' => '

The IP address type for the endpoint.

', 'VpcEndpoint$IpAddressType' => '

The IP address type for the endpoint.

', 'VpcEndpointConnection$IpAddressType' => '

The IP address type for the endpoint.

', ], ], 'IpList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses you want to assign to the private NAT gateway.

', 'AssociateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses that you want to assign to the NAT gateway.

', 'CreateNatGatewayRequest$SecondaryPrivateIpAddresses' => '

Secondary private IPv4 addresses. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.

', 'UnassignPrivateNatGatewayAddressRequest$PrivateIpAddresses' => '

The private IPv4 addresses you want to unassign.

', ], ], 'IpPermission' => [ 'base' => '

Describes a set of permissions for a security group rule.

', 'refs' => [ 'IpPermissionList$member' => NULL, ], ], 'IpPermissionList' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a destination security group and a CIDR IP address range in the same set of permissions.

', 'AuthorizeSecurityGroupIngressRequest$IpPermissions' => '

The sets of IP permissions.

', 'RevokeSecurityGroupEgressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a destination security group and a CIDR IP address range in the same set of permissions.

', 'RevokeSecurityGroupEgressResult$UnknownIpPermissions' => '

The outbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

', 'RevokeSecurityGroupIngressRequest$IpPermissions' => '

The sets of IP permissions. You can\'t specify a source security group and a CIDR IP address range in the same set of permissions.

', 'RevokeSecurityGroupIngressResult$UnknownIpPermissions' => '

The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might be in a different format from the request parameter.

', 'SecurityGroup$IpPermissions' => '

The inbound rules associated with the security group.

', 'SecurityGroup$IpPermissionsEgress' => '

The outbound rules associated with the security group.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$IpPermissions' => '

The IP permissions for the security group rule. You must specify either the IP permissions or the description.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$IpPermissions' => '

The IP permissions for the security group rule. You must specify either IP permissions or a description.

', ], ], 'IpPrefixList' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$Ipv6Prefixes' => '

One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', 'AssignIpv6AddressesResult$AssignedIpv6Prefixes' => '

The IPv6 prefixes that are assigned to the network interface.

', 'AssignPrivateIpAddressesRequest$Ipv4Prefixes' => '

One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', 'UnassignIpv6AddressesRequest$Ipv6Prefixes' => '

The IPv6 prefixes to unassign from the network interface.

', 'UnassignIpv6AddressesResult$UnassignedIpv6Prefixes' => '

The IPv4 prefixes that have been unassigned from the network interface.

', 'UnassignPrivateIpAddressesRequest$Ipv4Prefixes' => '

The IPv4 prefixes to unassign from the network interface.

', ], ], 'IpRange' => [ 'base' => '

Describes an IPv4 range.

', 'refs' => [ 'IpRangeList$member' => NULL, ], ], 'IpRangeList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$IpRanges' => '

The IPv4 ranges.

', ], ], 'IpRanges' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$IpRanges' => '

The IP ranges. Not applicable for stale security group rules.

', ], ], 'Ipam' => [ 'base' => '

IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'CreateIpamResult$Ipam' => '

Information about the IPAM created.

', 'DeleteIpamResult$Ipam' => '

Information about the results of the deletion.

', 'IpamSet$member' => NULL, 'ModifyIpamResult$Ipam' => '

The results of the modification.

', ], ], 'IpamAddressHistoryMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetIpamAddressHistoryRequest$MaxResults' => '

The maximum number of historical results you would like returned per page. Defaults to 100.

', ], ], 'IpamAddressHistoryRecord' => [ 'base' => '

The historical record of a CIDR within an IPAM scope. For more information, see View the history of IP addresses in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'IpamAddressHistoryRecordSet$member' => NULL, ], ], 'IpamAddressHistoryRecordSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamAddressHistoryResult$HistoryRecords' => '

A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.

', ], ], 'IpamAddressHistoryResourceType' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceType' => '

The type of the resource.

', ], ], 'IpamAssociatedResourceDiscoveryStatus' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscoveryAssociation$ResourceDiscoveryStatus' => '

The resource discovery status.

', ], ], 'IpamCidrAuthorizationContext' => [ 'base' => '

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.

', 'refs' => [ 'ProvisionIpamPoolCidrRequest$CidrAuthorizationContext' => '

A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.

', ], ], 'IpamComplianceStatus' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceComplianceStatus' => '

The compliance status of a resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', 'IpamResourceCidr$ComplianceStatus' => '

The compliance status of the IPAM resource. For more information on compliance statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamDiscoveredAccount' => [ 'base' => '

An IPAM discovered account. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts.

', 'refs' => [ 'IpamDiscoveredAccountSet$member' => NULL, ], ], 'IpamDiscoveredAccountSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamDiscoveredAccountsResult$IpamDiscoveredAccounts' => '

Discovered accounts.

', ], ], 'IpamDiscoveredResourceCidr' => [ 'base' => '

An IPAM discovered resource CIDR. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses. The discovered resource CIDR is the IP address range in CIDR notation that is associated with the resource.

', 'refs' => [ 'IpamDiscoveredResourceCidrSet$member' => NULL, ], ], 'IpamDiscoveredResourceCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamDiscoveredResourceCidrsResult$IpamDiscoveredResourceCidrs' => '

Discovered resource CIDRs.

', ], ], 'IpamDiscoveryFailureCode' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveryFailureReason$Code' => '

The discovery failure code.

', ], ], 'IpamDiscoveryFailureReason' => [ 'base' => '

The discovery failure reason.

', 'refs' => [ 'IpamDiscoveredAccount$FailureReason' => '

The resource discovery failure reason.

', ], ], 'IpamId' => [ 'base' => NULL, 'refs' => [ 'AssociateIpamResourceDiscoveryRequest$IpamId' => '

An IPAM ID.

', 'CreateIpamScopeRequest$IpamId' => '

The ID of the IPAM for which you\'re creating this scope.

', 'DeleteIpamRequest$IpamId' => '

The ID of the IPAM to delete.

', 'Ipam$IpamId' => '

The ID of the IPAM.

', 'IpamResourceCidr$IpamId' => '

The IPAM ID for an IPAM resource.

', 'IpamResourceDiscoveryAssociation$IpamId' => '

The IPAM ID.

', 'ModifyIpamRequest$IpamId' => '

The ID of the IPAM you want to modify.

', ], ], 'IpamManagementState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceCidr$ManagementState' => '

The management state of the resource. For more information about management states, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamPoolsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'DescribeIpamResourceDiscoveriesRequest$MaxResults' => '

The maximum number of resource discoveries to return in one page of results.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$MaxResults' => '

The maximum number of resource discovery associations to return in one page of results.

', 'DescribeIpamScopesRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'DescribeIpamsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'GetIpamDiscoveredAccountsRequest$MaxResults' => '

The maximum number of discovered accounts to return in one page of results.

', 'GetIpamDiscoveredResourceCidrsRequest$MaxResults' => '

The maximum number of discovered resource CIDRs to return in one page of results.

', 'GetIpamPoolCidrsRequest$MaxResults' => '

The maximum number of results to return in the request.

', 'GetIpamResourceCidrsRequest$MaxResults' => '

The maximum number of results to return in the request.

', ], ], 'IpamNetmaskLength' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'CreateIpamPoolRequest$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'CreateIpamPoolRequest$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', 'IpamPool$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'IpamPool$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.

', 'IpamPool$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', 'ModifyIpamPoolRequest$AllocationMinNetmaskLength' => '

The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.

', 'ModifyIpamPoolRequest$AllocationMaxNetmaskLength' => '

The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.

', 'ModifyIpamPoolRequest$AllocationDefaultNetmaskLength' => '

The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.

', ], ], 'IpamOperatingRegion' => [ 'base' => '

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'IpamOperatingRegionSet$member' => NULL, ], ], 'IpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'Ipam$OperatingRegions' => '

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide.

', 'IpamResourceDiscovery$OperatingRegions' => '

The operating Regions for the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

', ], ], 'IpamOverlapStatus' => [ 'base' => NULL, 'refs' => [ 'IpamAddressHistoryRecord$ResourceOverlapStatus' => '

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', 'IpamResourceCidr$OverlapStatus' => '

The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see Monitor CIDR usage by resource in the Amazon VPC IPAM User Guide.

', ], ], 'IpamPool' => [ 'base' => '

In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.

', 'refs' => [ 'CreateIpamPoolResult$IpamPool' => '

Information about the IPAM pool created.

', 'DeleteIpamPoolResult$IpamPool' => '

Information about the results of the deletion.

', 'IpamPoolSet$member' => NULL, 'ModifyIpamPoolResult$IpamPool' => '

The results of the modification.

', ], ], 'IpamPoolAllocation' => [ 'base' => '

In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.

', 'refs' => [ 'AllocateIpamPoolCidrResult$IpamPoolAllocation' => '

Information about the allocation created.

', 'IpamPoolAllocationSet$member' => NULL, ], ], 'IpamPoolAllocationDisallowedCidrs' => [ 'base' => NULL, 'refs' => [ 'AllocateIpamPoolCidrRequest$DisallowedCidrs' => '

Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.

', ], ], 'IpamPoolAllocationId' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsRequest$IpamPoolAllocationId' => '

The ID of the allocation.

', 'IpamPoolAllocation$IpamPoolAllocationId' => '

The ID of an allocation.

', 'ReleaseIpamPoolAllocationRequest$IpamPoolAllocationId' => '

The ID of the allocation.

', ], ], 'IpamPoolAllocationResourceType' => [ 'base' => NULL, 'refs' => [ 'IpamPoolAllocation$ResourceType' => '

The type of the resource.

', ], ], 'IpamPoolAllocationSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolAllocationsResult$IpamPoolAllocations' => '

The IPAM pool allocations you want information on.

', ], ], 'IpamPoolAwsService' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AwsService' => '

Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.

', 'IpamPool$AwsService' => '

Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.

', ], ], 'IpamPoolCidr' => [ 'base' => '

A CIDR provisioned to an IPAM pool.

', 'refs' => [ 'DeprovisionIpamPoolCidrResult$IpamPoolCidr' => '

The deprovisioned pool CIDR.

', 'IpamPoolCidrSet$member' => NULL, 'ProvisionIpamPoolCidrResult$IpamPoolCidr' => '

Information about the provisioned CIDR.

', ], ], 'IpamPoolCidrFailureCode' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidrFailureReason$Code' => '

An error code related to why an IPAM pool CIDR failed to be provisioned.

', ], ], 'IpamPoolCidrFailureReason' => [ 'base' => '

Details related to why an IPAM pool CIDR failed to be provisioned.

', 'refs' => [ 'IpamPoolCidr$FailureReason' => '

Details related to why an IPAM pool CIDR failed to be provisioned.

', ], ], 'IpamPoolCidrId' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidr$IpamPoolCidrId' => '

The IPAM pool CIDR ID.

', ], ], 'IpamPoolCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamPoolCidrsResult$IpamPoolCidrs' => '

Information about the CIDRs provisioned to an IPAM pool.

', ], ], 'IpamPoolCidrState' => [ 'base' => NULL, 'refs' => [ 'IpamPoolCidr$State' => '

The state of the CIDR.

', ], ], 'IpamPoolId' => [ 'base' => NULL, 'refs' => [ 'AllocateIpamPoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool from which you would like to allocate a CIDR.

', 'AssociateVpcCidrBlockRequest$Ipv4IpamPoolId' => '

Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'AssociateVpcCidrBlockRequest$Ipv6IpamPoolId' => '

Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateIpamPoolRequest$SourceIpamPoolId' => '

The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool\'s CIDR range.

', 'CreateVpcRequest$Ipv4IpamPoolId' => '

The ID of an IPv4 IPAM pool you want to use for allocating this VPC\'s CIDR. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv6IpamPoolId' => '

The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'DeleteIpamPoolRequest$IpamPoolId' => '

The ID of the pool to delete.

', 'DeprovisionIpamPoolCidrRequest$IpamPoolId' => '

The ID of the pool that has the CIDR you want to deprovision.

', 'GetIpamPoolAllocationsRequest$IpamPoolId' => '

The ID of the IPAM pool you want to see the allocations for.

', 'GetIpamPoolCidrsRequest$IpamPoolId' => '

The ID of the IPAM pool you want the CIDR for.

', 'GetIpamResourceCidrsRequest$IpamPoolId' => '

The ID of the IPAM pool that the resource is in.

', 'IpamPool$IpamPoolId' => '

The ID of the IPAM pool.

', 'IpamPool$SourceIpamPoolId' => '

The ID of the source IPAM pool. You can use this option to create an IPAM pool within an existing source pool.

', 'IpamResourceCidr$IpamPoolId' => '

The pool ID for an IPAM resource.

', 'ModifyIpamPoolRequest$IpamPoolId' => '

The ID of the IPAM pool you want to modify.

', 'MoveByoipCidrToIpamRequest$IpamPoolId' => '

The IPAM pool ID.

', 'ProvisionIpamPoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool to which you want to assign a CIDR.

', 'ProvisionPublicIpv4PoolCidrRequest$IpamPoolId' => '

The ID of the IPAM pool you would like to use to allocate this CIDR.

', 'ReleaseIpamPoolAllocationRequest$IpamPoolId' => '

The ID of the IPAM pool which contains the allocation you want to release.

', ], ], 'IpamPoolPublicIpSource' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$PublicIpSource' => '

The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is byoip. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is amazon. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.

', 'IpamPool$PublicIpSource' => '

The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is BYOIP. For more information, see Create IPv6 pools in the Amazon VPC IPAM User Guide. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see Quotas for your IPAM in the Amazon VPC IPAM User Guide.

', ], ], 'IpamPoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamPoolsResult$IpamPools' => '

Information about the IPAM pools.

', ], ], 'IpamPoolState' => [ 'base' => NULL, 'refs' => [ 'IpamPool$State' => '

The state of the IPAM pool.

', ], ], 'IpamResourceCidr' => [ 'base' => '

The CIDR for an IPAM resource.

', 'refs' => [ 'IpamResourceCidrSet$member' => NULL, 'ModifyIpamResourceCidrResult$IpamResourceCidr' => '

The CIDR of the resource.

', ], ], 'IpamResourceCidrSet' => [ 'base' => NULL, 'refs' => [ 'GetIpamResourceCidrsResult$IpamResourceCidrs' => '

The resource CIDRs.

', ], ], 'IpamResourceDiscovery' => [ 'base' => '

A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.

', 'refs' => [ 'CreateIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

An IPAM resource discovery.

', 'DeleteIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

The IPAM resource discovery.

', 'IpamResourceDiscoverySet$member' => NULL, 'ModifyIpamResourceDiscoveryResult$IpamResourceDiscovery' => '

A resource discovery.

', ], ], 'IpamResourceDiscoveryAssociation' => [ 'base' => '

An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.

', 'refs' => [ 'AssociateIpamResourceDiscoveryResult$IpamResourceDiscoveryAssociation' => '

A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.

', 'DisassociateIpamResourceDiscoveryResult$IpamResourceDiscoveryAssociation' => '

A resource discovery association.

', 'IpamResourceDiscoveryAssociationSet$member' => NULL, ], ], 'IpamResourceDiscoveryAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateIpamResourceDiscoveryRequest$IpamResourceDiscoveryAssociationId' => '

A resource discovery association ID.

', 'Ipam$DefaultResourceDiscoveryAssociationId' => '

The IPAM\'s default resource discovery association ID.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryAssociationId' => '

The resource discovery association ID.

', ], ], 'IpamResourceDiscoveryAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamResourceDiscoveryAssociationsResult$IpamResourceDiscoveryAssociations' => '

The resource discovery associations.

', ], ], 'IpamResourceDiscoveryAssociationState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscoveryAssociation$State' => '

The lifecycle state of the association when you associate or disassociate a resource discovery.

', ], ], 'IpamResourceDiscoveryId' => [ 'base' => NULL, 'refs' => [ 'AssociateIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'DeleteIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

The IPAM resource discovery ID.

', 'GetIpamDiscoveredAccountsRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'GetIpamDiscoveredResourceCidrsRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', 'Ipam$DefaultResourceDiscoveryId' => '

The IPAM\'s default resource discovery ID.

', 'IpamDiscoveredResourceCidr$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'IpamResourceDiscovery$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryId' => '

The resource discovery ID.

', 'ModifyIpamResourceDiscoveryRequest$IpamResourceDiscoveryId' => '

A resource discovery ID.

', ], ], 'IpamResourceDiscoverySet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamResourceDiscoveriesResult$IpamResourceDiscoveries' => '

The resource discoveries.

', ], ], 'IpamResourceDiscoveryState' => [ 'base' => NULL, 'refs' => [ 'IpamResourceDiscovery$State' => '

The lifecycle state of the resource discovery.

', ], ], 'IpamResourceTag' => [ 'base' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'refs' => [ 'IpamResourceTagList$member' => NULL, ], ], 'IpamResourceTagList' => [ 'base' => NULL, 'refs' => [ 'IpamDiscoveredResourceCidr$ResourceTags' => '

The resource tags.

', 'IpamPool$AllocationResourceTags' => '

Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.

', 'IpamResourceCidr$ResourceTags' => '

The tags for an IPAM resource.

', ], ], 'IpamResourceType' => [ 'base' => NULL, 'refs' => [ 'GetIpamResourceCidrsRequest$ResourceType' => '

The resource type.

', 'IpamDiscoveredResourceCidr$ResourceType' => '

The resource type.

', 'IpamResourceCidr$ResourceType' => '

The type of IPAM resource.

', ], ], 'IpamScope' => [ 'base' => '

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

For more information, see How IPAM works in the Amazon VPC IPAM User Guide.

', 'refs' => [ 'CreateIpamScopeResult$IpamScope' => '

Information about the created scope.

', 'DeleteIpamScopeResult$IpamScope' => '

Information about the results of the deletion.

', 'IpamScopeSet$member' => NULL, 'ModifyIpamScopeResult$IpamScope' => '

The results of the modification.

', ], ], 'IpamScopeId' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$IpamScopeId' => '

The ID of the scope in which you would like to create the IPAM pool.

', 'DeleteIpamScopeRequest$IpamScopeId' => '

The ID of the scope to delete.

', 'GetIpamAddressHistoryRequest$IpamScopeId' => '

The ID of the IPAM scope that the CIDR is in.

', 'GetIpamResourceCidrsRequest$IpamScopeId' => '

The ID of the scope that the resource is in.

', 'Ipam$PublicDefaultScopeId' => '

The ID of the IPAM\'s default public scope.

', 'Ipam$PrivateDefaultScopeId' => '

The ID of the IPAM\'s default private scope.

', 'IpamResourceCidr$IpamScopeId' => '

The scope ID for an IPAM resource.

', 'IpamScope$IpamScopeId' => '

The ID of the scope.

', 'ModifyIpamResourceCidrRequest$CurrentIpamScopeId' => '

The ID of the current scope that the resource CIDR is in.

', 'ModifyIpamResourceCidrRequest$DestinationIpamScopeId' => '

The ID of the scope you want to transfer the resource CIDR to.

', 'ModifyIpamScopeRequest$IpamScopeId' => '

The ID of the scope you want to modify.

', ], ], 'IpamScopeSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamScopesResult$IpamScopes' => '

The scopes you want information on.

', ], ], 'IpamScopeState' => [ 'base' => NULL, 'refs' => [ 'IpamScope$State' => '

The state of the IPAM scope.

', ], ], 'IpamScopeType' => [ 'base' => NULL, 'refs' => [ 'IpamPool$IpamScopeType' => '

In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.

', 'IpamScope$IpamScopeType' => '

The type of the scope.

', ], ], 'IpamSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpamsResult$Ipams' => '

Information about the IPAMs.

', ], ], 'IpamState' => [ 'base' => NULL, 'refs' => [ 'Ipam$State' => '

The state of the IPAM.

', ], ], 'Ipv4PoolCoipId' => [ 'base' => NULL, 'refs' => [ 'CoipCidr$CoipPoolId' => '

The ID of the address pool.

', 'CoipPool$PoolId' => '

The ID of the address pool.

', 'CoipPoolIdSet$member' => NULL, 'CreateCoipCidrRequest$CoipPoolId' => '

The ID of the address pool.

', 'DeleteCoipCidrRequest$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'DeleteCoipPoolRequest$CoipPoolId' => '

The ID of the CoIP pool that you want to delete.

', 'GetCoipPoolUsageRequest$PoolId' => '

The ID of the address pool.

', ], ], 'Ipv4PoolEc2Id' => [ 'base' => NULL, 'refs' => [ 'AllocateAddressRequest$PublicIpv4Pool' => '

The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the Address parameter instead.

', 'CreatePublicIpv4PoolResult$PoolId' => '

The ID of the public IPv4 pool.

', 'DeletePublicIpv4PoolRequest$PoolId' => '

The ID of the public IPv4 pool you want to delete.

', 'DeprovisionPublicIpv4PoolCidrRequest$PoolId' => '

The ID of the pool that you want to deprovision the CIDR from.

', 'DeprovisionPublicIpv4PoolCidrResult$PoolId' => '

The ID of the pool that you deprovisioned the CIDR from.

', 'ProvisionPublicIpv4PoolCidrRequest$PoolId' => '

The ID of the public IPv4 pool you would like to use for this CIDR.

', 'ProvisionPublicIpv4PoolCidrResult$PoolId' => '

The ID of the pool that you want to provision the CIDR to.

', 'PublicIpv4PoolIdStringList$member' => NULL, ], ], 'Ipv4PrefixList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv4Prefixes' => '

The IPv4 prefixes assigned to the network interface.

You can\'t specify IPv4 prefixes if you\'ve specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.

', 'InstanceNetworkInterfaceSpecification$Ipv4Prefixes' => '

The IPv4 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv4Prefixes' => '

One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount option.

', ], ], 'Ipv4PrefixListResponse' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv4Prefixes' => '

One or more IPv4 prefixes assigned to the network interface.

', ], ], 'Ipv4PrefixSpecification' => [ 'base' => '

Describes an IPv4 prefix.

', 'refs' => [ 'Ipv4PrefixesList$member' => NULL, ], ], 'Ipv4PrefixSpecificationRequest' => [ 'base' => '

Describes the IPv4 prefix option for a network interface.

', 'refs' => [ 'Ipv4PrefixList$member' => NULL, ], ], 'Ipv4PrefixSpecificationResponse' => [ 'base' => '

Information about the IPv4 delegated prefixes assigned to a network interface.

', 'refs' => [ 'Ipv4PrefixListResponse$member' => NULL, ], ], 'Ipv4PrefixesList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesResult$AssignedIpv4Prefixes' => '

The IPv4 prefixes that are assigned to the network interface.

', 'NetworkInterface$Ipv4Prefixes' => '

The IPv4 prefixes that are assigned to the network interface.

', ], ], 'Ipv6Address' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesIpv6Address$Ipv6Address' => '

The IPv6 address.

', ], ], 'Ipv6AddressList' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$Ipv6Addresses' => '

The IPv6 addresses to be assigned to the network interface. You can\'t use this option if you\'re specifying a number of IPv6 addresses.

', 'AssignIpv6AddressesResult$AssignedIpv6Addresses' => '

The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

', 'UnassignIpv6AddressesRequest$Ipv6Addresses' => '

The IPv6 addresses to unassign from the network interface.

', 'UnassignIpv6AddressesResult$UnassignedIpv6Addresses' => '

The IPv6 addresses that have been unassigned from the network interface.

', ], ], 'Ipv6CidrAssociation' => [ 'base' => '

Describes an IPv6 CIDR block association.

', 'refs' => [ 'Ipv6CidrAssociationSet$member' => NULL, ], ], 'Ipv6CidrAssociationSet' => [ 'base' => NULL, 'refs' => [ 'GetAssociatedIpv6PoolCidrsResult$Ipv6CidrAssociations' => '

Information about the IPv6 CIDR block associations.

', ], ], 'Ipv6CidrBlock' => [ 'base' => '

Describes an IPv6 CIDR block.

', 'refs' => [ 'Ipv6CidrBlockSet$member' => NULL, ], ], 'Ipv6CidrBlockSet' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionVpcInfo$Ipv6CidrBlockSet' => '

The IPv6 CIDR block for the VPC.

', ], ], 'Ipv6Flag' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv6Supported' => '

Indicates whether IPv6 is supported.

', ], ], 'Ipv6Pool' => [ 'base' => '

Describes an IPv6 address pool.

', 'refs' => [ 'Ipv6PoolSet$member' => NULL, ], ], 'Ipv6PoolEc2Id' => [ 'base' => NULL, 'refs' => [ 'AssociateVpcCidrBlockRequest$Ipv6Pool' => '

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

', 'CreateVpcRequest$Ipv6Pool' => '

The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.

', 'GetAssociatedIpv6PoolCidrsRequest$PoolId' => '

The ID of the IPv6 address pool.

', 'Ipv6PoolIdList$member' => NULL, ], ], 'Ipv6PoolIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsRequest$PoolIds' => '

The IDs of the IPv6 address pools.

', ], ], 'Ipv6PoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetAssociatedIpv6PoolCidrsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'Ipv6PoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribeIpv6PoolsResult$Ipv6Pools' => '

Information about the IPv6 address pools.

', ], ], 'Ipv6PrefixList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Ipv6Prefixes' => '

The IPv6 prefixes assigned to the network interface.

You can\'t specify IPv6 prefixes if you\'ve specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.

', 'InstanceNetworkInterfaceSpecification$Ipv6Prefixes' => '

The IPv6 delegated prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Ipv6Prefixes' => '

One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the Ipv6PrefixCount option.

', ], ], 'Ipv6PrefixListResponse' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecification$Ipv6Prefixes' => '

One or more IPv6 prefixes assigned to the network interface.

', ], ], 'Ipv6PrefixSpecification' => [ 'base' => '

Describes the IPv6 prefix.

', 'refs' => [ 'Ipv6PrefixesList$member' => NULL, ], ], 'Ipv6PrefixSpecificationRequest' => [ 'base' => '

Describes the IPv4 prefix option for a network interface.

', 'refs' => [ 'Ipv6PrefixList$member' => NULL, ], ], 'Ipv6PrefixSpecificationResponse' => [ 'base' => '

Information about the IPv6 delegated prefixes assigned to a network interface.

', 'refs' => [ 'Ipv6PrefixListResponse$member' => NULL, ], ], 'Ipv6PrefixesList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$Ipv6Prefixes' => '

The IPv6 prefixes that are assigned to the network interface.

', ], ], 'Ipv6Range' => [ 'base' => '

Describes an IPv6 range.

', 'refs' => [ 'Ipv6RangeList$member' => NULL, ], ], 'Ipv6RangeList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$Ipv6Ranges' => '

The IPv6 ranges.

', ], ], 'Ipv6SupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayVpcAttachmentRequestOptions$Ipv6Support' => '

Enable or disable IPv6 support. The default is disable.

', 'ModifyTransitGatewayVpcAttachmentRequestOptions$Ipv6Support' => '

Enable or disable IPv6 support. The default is enable.

', 'TransitGatewayVpcAttachmentOptions$Ipv6Support' => '

Indicates whether IPv6 support is disabled.

', ], ], 'KernelId' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$KernelId' => '

The ID of the kernel.

', 'RequestLaunchTemplateData$KernelId' => '

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User provided kernels in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$KernelId' => '

The ID of the kernel.

', 'RunInstancesRequest$KernelId' => '

The ID of the kernel.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

', 'ScheduledInstancesLaunchSpecification$KernelId' => '

The ID of the kernel.

', ], ], 'KeyFormat' => [ 'base' => NULL, 'refs' => [ 'CreateKeyPairRequest$KeyFormat' => '

The format of the key pair.

Default: pem

', ], ], 'KeyNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsRequest$KeyNames' => '

The key pair names.

Default: Describes all of your key pairs.

', ], ], 'KeyPair' => [ 'base' => '

Describes a key pair.

', 'refs' => [], ], 'KeyPairId' => [ 'base' => NULL, 'refs' => [ 'DeleteKeyPairRequest$KeyPairId' => '

The ID of the key pair.

', 'KeyPairIdStringList$member' => NULL, ], ], 'KeyPairIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsRequest$KeyPairIds' => '

The IDs of the key pairs.

', ], ], 'KeyPairInfo' => [ 'base' => '

Describes a key pair.

', 'refs' => [ 'KeyPairList$member' => NULL, ], ], 'KeyPairList' => [ 'base' => NULL, 'refs' => [ 'DescribeKeyPairsResult$KeyPairs' => '

Information about the key pairs.

', ], ], 'KeyPairName' => [ 'base' => NULL, 'refs' => [ 'DeleteKeyPairRequest$KeyName' => '

The name of the key pair.

', 'KeyNameStringList$member' => NULL, 'RequestLaunchTemplateData$KeyName' => '

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can\'t connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

', 'RequestSpotLaunchSpecification$KeyName' => '

The name of the key pair.

', 'RunInstancesRequest$KeyName' => '

The name of the key pair. You can create a key pair using CreateKeyPair or ImportKeyPair.

If you do not specify a key pair, you can\'t connect to the instance unless you choose an AMI that is configured to allow users another way to log in.

', 'ScheduledInstancesLaunchSpecification$KeyName' => '

The name of the key pair.

', 'SpotFleetLaunchSpecification$KeyName' => '

The name of the key pair.

', ], ], 'KeyType' => [ 'base' => NULL, 'refs' => [ 'CreateKeyPairRequest$KeyType' => '

The type of key pair. Note that ED25519 keys are not supported for Windows instances.

Default: rsa

', 'KeyPairInfo$KeyType' => '

The type of key pair.

', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$KmsKeyId' => '

The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you specify a KMS key, you must also set the encrypted state to true.

You can specify a KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid, the action can appear to complete, but eventually fails.

The specified KMS key must exist in the destination Region.

Amazon EBS does not support asymmetric KMS keys.

', 'CopySnapshotRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

', 'CreateVolumeRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

', 'ImportImageRequest$KmsKeyId' => '

An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the AMI is being copied to.

Amazon EBS does not support asymmetric KMS keys.

', 'ImportImageResult$KmsKeyId' => '

The identifier for the symmetric KMS key that was used to create the encrypted AMI.

', 'ImportSnapshotRequest$KmsKeyId' => '

An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a KmsKeyId is specified, the Encrypted flag must also be set.

The KMS key identifier may be provided in any of the following formats:

Amazon Web Services parses KmsKeyId asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure.

The specified KMS key must exist in the Region that the snapshot is being copied to.

Amazon EBS does not support asymmetric KMS keys.

', 'LaunchTemplateEbsBlockDevice$KmsKeyId' => '

The ARN of the Key Management Service (KMS) CMK used for encryption.

', 'LaunchTemplateEbsBlockDeviceRequest$KmsKeyId' => '

The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.

', 'ModifyEbsDefaultKmsKeyIdRequest$KmsKeyId' => '

The identifier of the Key Management Service (KMS) KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If KmsKeyId is specified, the encrypted state must be true.

You can specify the KMS key using any of the following:

Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.

Amazon EBS does not support asymmetric KMS keys.

', ], ], 'LastError' => [ 'base' => '

The last error that occurred for a VPC endpoint.

', 'refs' => [ 'VpcEndpoint$LastError' => '

The last error that occurred for endpoint.

', ], ], 'LaunchPermission' => [ 'base' => '

Describes a launch permission.

', 'refs' => [ 'LaunchPermissionList$member' => NULL, ], ], 'LaunchPermissionList' => [ 'base' => NULL, 'refs' => [ 'ImageAttribute$LaunchPermissions' => '

The launch permissions.

', 'LaunchPermissionModifications$Add' => '

The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.

', 'LaunchPermissionModifications$Remove' => '

The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.

', ], ], 'LaunchPermissionModifications' => [ 'base' => '

Describes a launch permission modification.

', 'refs' => [ 'ModifyImageAttributeRequest$LaunchPermission' => '

A new launch permission for the AMI.

', ], ], 'LaunchSpecification' => [ 'base' => '

Describes the launch specification for an instance.

', 'refs' => [ 'SpotInstanceRequest$LaunchSpecification' => '

Additional information for launching instances.

', ], ], 'LaunchSpecsList' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$LaunchSpecifications' => '

The launch specifications for the Spot Fleet request. If you specify LaunchSpecifications, you can\'t specify LaunchTemplateConfigs. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

', ], ], 'LaunchTemplate' => [ 'base' => '

Describes a launch template.

', 'refs' => [ 'CreateLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', 'DeleteLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', 'LaunchTemplateSet$member' => NULL, 'ModifyLaunchTemplateResult$LaunchTemplate' => '

Information about the launch template.

', ], ], 'LaunchTemplateAndOverridesResponse' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'CreateFleetError$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'CreateFleetInstance$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'DescribeFleetError$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', 'DescribeFleetsInstances$LaunchTemplateAndOverrides' => '

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

', ], ], 'LaunchTemplateAutoRecoveryState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMaintenanceOptions$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default.

', 'LaunchTemplateInstanceMaintenanceOptionsRequest$AutoRecovery' => '

Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.

', ], ], 'LaunchTemplateBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingList$member' => NULL, ], ], 'LaunchTemplateBlockDeviceMappingList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$BlockDeviceMappings' => '

The block device mappings.

', ], ], 'LaunchTemplateBlockDeviceMappingRequest' => [ 'base' => '

Describes a block device mapping.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingRequestList$member' => NULL, ], ], 'LaunchTemplateBlockDeviceMappingRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$BlockDeviceMappings' => '

The block device mapping.

', ], ], 'LaunchTemplateCapacityReservationSpecificationRequest' => [ 'base' => '

Describes an instance\'s Capacity Reservation targeting option. You can specify only one option at a time. Use the CapacityReservationPreference parameter to configure the instance to run in On-Demand capacity or to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the CapacityReservationTarget parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.

', 'refs' => [ 'RequestLaunchTemplateData$CapacityReservationSpecification' => '

The Capacity Reservation targeting option. If you do not specify this parameter, the instance\'s Capacity Reservation preference defaults to open, which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

', ], ], 'LaunchTemplateCapacityReservationSpecificationResponse' => [ 'base' => '

Information about the Capacity Reservation targeting option.

', 'refs' => [ 'ResponseLaunchTemplateData$CapacityReservationSpecification' => '

Information about the Capacity Reservation targeting option.

', ], ], 'LaunchTemplateConfig' => [ 'base' => '

Describes a launch template and overrides.

', 'refs' => [ 'LaunchTemplateConfigList$member' => NULL, ], ], 'LaunchTemplateConfigList' => [ 'base' => NULL, 'refs' => [ 'ModifySpotFleetRequestRequest$LaunchTemplateConfigs' => '

The launch template and overrides. You can only use this parameter if you specified a launch template (LaunchTemplateConfigs) in your Spot Fleet request. If you specified LaunchSpecifications in your Spot Fleet request, then omit this parameter.

', 'SpotFleetRequestConfigData$LaunchTemplateConfigs' => '

The launch template and overrides. If you specify LaunchTemplateConfigs, you can\'t specify LaunchSpecifications. If you include On-Demand capacity in your request, you must use LaunchTemplateConfigs.

', ], ], 'LaunchTemplateCpuOptions' => [ 'base' => '

The CPU options for the instance.

', 'refs' => [ 'ResponseLaunchTemplateData$CpuOptions' => '

The CPU options for the instance. For more information, see Optimizing CPU options in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateCpuOptionsRequest' => [ 'base' => '

The CPU options for the instance. Both the core count and threads per core must be specified in the request.

', 'refs' => [ 'RequestLaunchTemplateData$CpuOptions' => '

The CPU options for the instance. For more information, see Optimizing CPU Options in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateEbsBlockDevice' => [ 'base' => '

Describes a block device for an EBS volume.

', 'refs' => [ 'LaunchTemplateBlockDeviceMapping$Ebs' => '

Information about the block device for an EBS volume.

', ], ], 'LaunchTemplateEbsBlockDeviceRequest' => [ 'base' => '

The parameters for a block device for an EBS volume.

', 'refs' => [ 'LaunchTemplateBlockDeviceMappingRequest$Ebs' => '

Parameters used to automatically set up EBS volumes when the instance is launched.

', ], ], 'LaunchTemplateElasticInferenceAccelerator' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'LaunchTemplateElasticInferenceAcceleratorList$member' => NULL, ], ], 'LaunchTemplateElasticInferenceAcceleratorCount' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateElasticInferenceAccelerator$Count' => '

The number of elastic inference accelerators to attach to the instance.

Default: 1

', ], ], 'LaunchTemplateElasticInferenceAcceleratorList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$ElasticInferenceAccelerators' => '

The elastic inference accelerator for the instance.

', ], ], 'LaunchTemplateElasticInferenceAcceleratorResponse' => [ 'base' => '

Describes an elastic inference accelerator.

', 'refs' => [ 'LaunchTemplateElasticInferenceAcceleratorResponseList$member' => NULL, ], ], 'LaunchTemplateElasticInferenceAcceleratorResponseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$ElasticInferenceAccelerators' => '

The elastic inference accelerator for the instance.

', ], ], 'LaunchTemplateEnclaveOptions' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', 'refs' => [ 'ResponseLaunchTemplateData$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

', ], ], 'LaunchTemplateEnclaveOptionsRequest' => [ 'base' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

', 'refs' => [ 'RequestLaunchTemplateData$EnclaveOptions' => '

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more information, see What is Amazon Web Services Nitro Enclaves? in the Amazon Web Services Nitro Enclaves User Guide.

You can\'t enable Amazon Web Services Nitro Enclaves and hibernation on the same instance.

', ], ], 'LaunchTemplateErrorCode' => [ 'base' => NULL, 'refs' => [ 'ResponseError$Code' => '

The error code.

', ], ], 'LaunchTemplateHibernationOptions' => [ 'base' => '

Indicates whether an instance is configured for hibernation.

', 'refs' => [ 'ResponseLaunchTemplateData$HibernationOptions' => '

Indicates whether an instance is configured for hibernation. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateHibernationOptionsRequest' => [ 'base' => '

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.

', 'refs' => [ 'RequestLaunchTemplateData$HibernationOptions' => '

Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate your instance in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateHttpTokensState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpTokens' => '

Indicates whether IMDSv2 is optional or required.

optional - When IMDSv2 is optional, you can choose to retrieve instance metadata with or without a session token in your request. If you retrieve the IAM role credentials without a token, the IMDSv1 role credentials are returned. If you retrieve the IAM role credentials using a valid session token, the IMDSv2 role credentials are returned.

required - When IMDSv2 is required, you must send a session token with any instance metadata retrieval requests. In this state, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.

Default: optional

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpTokens' => '

IMDSv2 uses token-backed sessions. Set the use of HTTP tokens to optional (in other words, set the use of IMDSv2 to optional) or required (in other words, set the use of IMDSv2 to required).

Default: optional

', ], ], 'LaunchTemplateIamInstanceProfileSpecification' => [ 'base' => '

Describes an IAM instance profile.

', 'refs' => [ 'ResponseLaunchTemplateData$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'LaunchTemplateIamInstanceProfileSpecificationRequest' => [ 'base' => '

An IAM instance profile.

', 'refs' => [ 'RequestLaunchTemplateData$IamInstanceProfile' => '

The name or Amazon Resource Name (ARN) of an IAM instance profile.

', ], ], 'LaunchTemplateId' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateVersionRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DeleteLaunchTemplateRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DeleteLaunchTemplateVersionsRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'DescribeLaunchTemplateVersionsRequest$LaunchTemplateId' => '

The ID of the launch template.

To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

To describe all the latest or default launch template versions in your account, you must omit this parameter.

', 'FastLaunchLaunchTemplateSpecificationRequest$LaunchTemplateId' => '

The ID of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$LaunchTemplateId' => '

The ID of the launch template for faster launching of the associated Windows AMI.

', 'FleetLaunchTemplateSpecificationRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'LaunchTemplateIdStringList$member' => NULL, 'LaunchTemplateSpecification$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'ModifyLaunchTemplateRequest$LaunchTemplateId' => '

The ID of the launch template.

You must specify either the LaunchTemplateId or the LaunchTemplateName, but not both.

', ], ], 'LaunchTemplateIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$LaunchTemplateIds' => '

One or more launch template IDs.

', ], ], 'LaunchTemplateInstanceMaintenanceOptions' => [ 'base' => '

The maintenance options of your instance.

', 'refs' => [ 'ResponseLaunchTemplateData$MaintenanceOptions' => '

The maintenance options for your instance.

', ], ], 'LaunchTemplateInstanceMaintenanceOptionsRequest' => [ 'base' => '

The maintenance options of your instance.

', 'refs' => [ 'RequestLaunchTemplateData$MaintenanceOptions' => '

The maintenance options for the instance.

', ], ], 'LaunchTemplateInstanceMarketOptions' => [ 'base' => '

The market (purchasing) option for the instances.

', 'refs' => [ 'ResponseLaunchTemplateData$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

', ], ], 'LaunchTemplateInstanceMarketOptionsRequest' => [ 'base' => '

The market (purchasing) option for the instances.

', 'refs' => [ 'RequestLaunchTemplateData$InstanceMarketOptions' => '

The market (purchasing) option for the instances.

', ], ], 'LaunchTemplateInstanceMetadataEndpointState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpEndpoint' => '

Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is enabled.

If you specify a value of disabled, you will not be able to access your instance metadata.

', ], ], 'LaunchTemplateInstanceMetadataOptions' => [ 'base' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'ResponseLaunchTemplateData$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateInstanceMetadataOptionsRequest' => [ 'base' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', 'refs' => [ 'RequestLaunchTemplateData$MetadataOptions' => '

The metadata options for the instance. For more information, see Instance metadata and user data in the Amazon Elastic Compute Cloud User Guide.

', ], ], 'LaunchTemplateInstanceMetadataOptionsState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$State' => '

The state of the metadata option changes.

pending - The metadata options are being updated and the instance is not ready to process metadata traffic with the new selection.

applied - The metadata options have been successfully applied on the instance.

', ], ], 'LaunchTemplateInstanceMetadataProtocolIpv6' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

Default: disabled

', 'LaunchTemplateInstanceMetadataOptionsRequest$HttpProtocolIpv6' => '

Enables or disables the IPv6 endpoint for the instance metadata service.

Default: disabled

', ], ], 'LaunchTemplateInstanceMetadataTagsState' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateInstanceMetadataOptions$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', 'LaunchTemplateInstanceMetadataOptionsRequest$InstanceMetadataTags' => '

Set to enabled to allow access to instance tags from the instance metadata. Set to disabled to turn off access to instance tags from the instance metadata. For more information, see Work with instance tags using the instance metadata.

Default: disabled

', ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecification' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationList$member' => NULL, ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$NetworkInterfaces' => '

The network interfaces.

', ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest' => [ 'base' => '

The parameters for a network interface.

', 'refs' => [ 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList$member' => NULL, ], ], 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$NetworkInterfaces' => '

One or more network interfaces. If you specify a network interface, you must specify any security groups and subnets as part of the network interface.

', ], ], 'LaunchTemplateLicenseConfiguration' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LaunchTemplateLicenseList$member' => NULL, ], ], 'LaunchTemplateLicenseConfigurationRequest' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LaunchTemplateLicenseSpecificationListRequest$member' => NULL, ], ], 'LaunchTemplateLicenseList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$LicenseSpecifications' => '

The license configurations.

', ], ], 'LaunchTemplateLicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$LicenseSpecifications' => '

The license configurations.

', ], ], 'LaunchTemplateName' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateRequest$LaunchTemplateName' => '

A name for the launch template.

', 'CreateLaunchTemplateVersionRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DeleteLaunchTemplateRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DeleteLaunchTemplateVersionsRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'DescribeLaunchTemplateVersionsRequest$LaunchTemplateName' => '

The name of the launch template.

To describe one or more versions of a specified launch template, you must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

To describe all the latest or default launch template versions in your account, you must omit this parameter.

', 'FleetLaunchTemplateSpecification$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'FleetLaunchTemplateSpecificationRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'LaunchTemplate$LaunchTemplateName' => '

The name of the launch template.

', 'LaunchTemplateNameStringList$member' => NULL, 'LaunchTemplateVersion$LaunchTemplateName' => '

The name of the launch template.

', 'ModifyLaunchTemplateRequest$LaunchTemplateName' => '

The name of the launch template.

You must specify either the LaunchTemplateName or the LaunchTemplateId, but not both.

', ], ], 'LaunchTemplateNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesRequest$LaunchTemplateNames' => '

One or more launch template names.

', ], ], 'LaunchTemplateOverrides' => [ 'base' => '

Describes overrides for a launch template.

', 'refs' => [ 'LaunchTemplateOverridesList$member' => NULL, ], ], 'LaunchTemplateOverridesList' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateConfig$Overrides' => '

Any parameters that you specify override the same parameters in the launch template.

', ], ], 'LaunchTemplatePlacement' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'ResponseLaunchTemplateData$Placement' => '

The placement of the instance.

', ], ], 'LaunchTemplatePlacementRequest' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'RequestLaunchTemplateData$Placement' => '

The placement for the instance.

', ], ], 'LaunchTemplatePrivateDnsNameOptions' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'ResponseLaunchTemplateData$PrivateDnsNameOptions' => '

The options for the instance hostname.

', ], ], 'LaunchTemplatePrivateDnsNameOptionsRequest' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'RequestLaunchTemplateData$PrivateDnsNameOptions' => '

The options for the instance hostname. The default values are inherited from the subnet.

', ], ], 'LaunchTemplateSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplatesResult$LaunchTemplates' => '

Information about the launch templates.

', ], ], 'LaunchTemplateSpecification' => [ 'base' => '

The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.

', 'refs' => [ 'RunInstancesRequest$LaunchTemplate' => '

The launch template to use to launch the instances. Any parameters that you specify in RunInstances override the same parameters in the launch template. You can specify either the name or ID of a launch template, but not both.

', ], ], 'LaunchTemplateSpotMarketOptions' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'LaunchTemplateInstanceMarketOptions$SpotOptions' => '

The options for Spot Instances.

', ], ], 'LaunchTemplateSpotMarketOptionsRequest' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'LaunchTemplateInstanceMarketOptionsRequest$SpotOptions' => '

The options for Spot Instances.

', ], ], 'LaunchTemplateTagSpecification' => [ 'base' => '

The tags specification for the launch template.

', 'refs' => [ 'LaunchTemplateTagSpecificationList$member' => NULL, ], ], 'LaunchTemplateTagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'ResponseLaunchTemplateData$TagSpecifications' => '

The tags that are applied to the resources that are created during instance launch.

', ], ], 'LaunchTemplateTagSpecificationRequest' => [ 'base' => '

The tags specification for the resources that are created during instance launch.

', 'refs' => [ 'LaunchTemplateTagSpecificationRequestList$member' => NULL, ], ], 'LaunchTemplateTagSpecificationRequestList' => [ 'base' => NULL, 'refs' => [ 'RequestLaunchTemplateData$TagSpecifications' => '

The tags to apply to the resources that are created during instance launch.

You can specify tags for the following resources only:

To tag a resource after it has been created, see CreateTags.

To tag the launch template itself, you must use the TagSpecification parameter.

', ], ], 'LaunchTemplateVersion' => [ 'base' => '

Describes a launch template version.

', 'refs' => [ 'CreateLaunchTemplateVersionResult$LaunchTemplateVersion' => '

Information about the launch template version.

', 'LaunchTemplateVersionSet$member' => NULL, ], ], 'LaunchTemplateVersionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLaunchTemplateVersionsResult$LaunchTemplateVersions' => '

Information about the launch template versions.

', ], ], 'LaunchTemplatesMonitoring' => [ 'base' => '

Describes the monitoring for the instance.

', 'refs' => [ 'ResponseLaunchTemplateData$Monitoring' => '

The monitoring for the instance.

', ], ], 'LaunchTemplatesMonitoringRequest' => [ 'base' => '

Describes the monitoring for the instance.

', 'refs' => [ 'RequestLaunchTemplateData$Monitoring' => '

The monitoring for the instance.

', ], ], 'LicenseConfiguration' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LicenseList$member' => NULL, ], ], 'LicenseConfigurationRequest' => [ 'base' => '

Describes a license configuration.

', 'refs' => [ 'LicenseSpecificationListRequest$member' => NULL, ], ], 'LicenseList' => [ 'base' => NULL, 'refs' => [ 'Instance$Licenses' => '

The license configurations for the instance.

', ], ], 'LicenseSpecificationListRequest' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$LicenseSpecifications' => '

The license configurations.

', ], ], 'ListImagesInRecycleBinMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListImagesInRecycleBinRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'ListImagesInRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesInRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsInRecycleBinMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListSnapshotsInRecycleBinRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'ListSnapshotsInRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSnapshotsInRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'ListingState' => [ 'base' => NULL, 'refs' => [ 'InstanceCount$State' => '

The states of the listed Reserved Instances.

', ], ], 'ListingStatus' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$Status' => '

The status of the Reserved Instance listing.

', ], ], 'LoadBalancerArn' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointLoadBalancerOptions$LoadBalancerArn' => '

The ARN of the load balancer.

', ], ], 'LoadBalancersConfig' => [ 'base' => '

Describes the Classic Load Balancers and target groups to attach to a Spot Fleet request.

', 'refs' => [ 'SpotFleetRequestConfigData$LoadBalancersConfig' => '

One or more Classic Load Balancers and target groups to attach to the Spot Fleet request. Spot Fleet registers the running Spot Instances with the specified Classic Load Balancers and target groups.

With Network Load Balancers, Spot Fleet cannot register instances that have the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3, and T1.

', ], ], 'LoadPermission' => [ 'base' => '

Describes a load permission.

', 'refs' => [ 'LoadPermissionList$member' => NULL, ], ], 'LoadPermissionList' => [ 'base' => NULL, 'refs' => [ 'FpgaImageAttribute$LoadPermissions' => '

The load permissions.

', ], ], 'LoadPermissionListRequest' => [ 'base' => NULL, 'refs' => [ 'LoadPermissionModifications$Add' => '

The load permissions to add.

', 'LoadPermissionModifications$Remove' => '

The load permissions to remove.

', ], ], 'LoadPermissionModifications' => [ 'base' => '

Describes modifications to the load permissions of an Amazon FPGA image (AFI).

', 'refs' => [ 'ModifyFpgaImageAttributeRequest$LoadPermission' => '

The load permission for the AFI.

', ], ], 'LoadPermissionRequest' => [ 'base' => '

Describes a load permission.

', 'refs' => [ 'LoadPermissionListRequest$member' => NULL, ], ], 'LocalGateway' => [ 'base' => '

Describes a local gateway.

', 'refs' => [ 'LocalGatewaySet$member' => NULL, ], ], 'LocalGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteTableRequest$LocalGatewayId' => '

The ID of the local gateway.

', 'CreateRouteRequest$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGateway$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayIdSet$member' => NULL, 'LocalGatewayRouteTable$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'ReplaceRouteRequest$LocalGatewayId' => '

The ID of the local gateway.

', ], ], 'LocalGatewayIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewaysRequest$LocalGatewayIds' => '

The IDs of the local gateways.

', ], ], 'LocalGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayRouteTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewayVirtualInterfacesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeLocalGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'LocalGatewayRoute' => [ 'base' => '

Describes a route for a local gateway route table.

', 'refs' => [ 'CreateLocalGatewayRouteResult$Route' => '

Information about the route.

', 'DeleteLocalGatewayRouteResult$Route' => '

Information about the route.

', 'LocalGatewayRouteList$member' => NULL, 'ModifyLocalGatewayRouteResult$Route' => '

Information about the local gateway route table.

', ], ], 'LocalGatewayRouteList' => [ 'base' => NULL, 'refs' => [ 'SearchLocalGatewayRoutesResult$Routes' => '

Information about the routes.

', ], ], 'LocalGatewayRouteState' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$State' => '

The state of the route.

', ], ], 'LocalGatewayRouteTable' => [ 'base' => '

Describes a local gateway route table.

', 'refs' => [ 'CreateLocalGatewayRouteTableResult$LocalGatewayRouteTable' => '

Information about the local gateway route table.

', 'DeleteLocalGatewayRouteTableResult$LocalGatewayRouteTable' => '

Information about the local gateway route table.

', 'LocalGatewayRouteTableSet$member' => NULL, ], ], 'LocalGatewayRouteTableIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTablesRequest$LocalGatewayRouteTableIds' => '

The IDs of the local gateway route tables.

', ], ], 'LocalGatewayRouteTableMode' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteTableRequest$Mode' => '

The mode of the local gateway route table.

', 'LocalGatewayRouteTable$Mode' => '

The mode of the local gateway route table.

', ], ], 'LocalGatewayRouteTableSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTablesResult$LocalGatewayRouteTables' => '

Information about the local gateway route tables.

', ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => [ 'base' => '

Describes an association between a local gateway route table and a virtual interface group.

', 'refs' => [ 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Information about the local gateway route table virtual interface group association.

', 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociation' => '

Information about the association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet$member' => NULL, ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => [ 'base' => NULL, 'refs' => [ 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => '

The ID of the local gateway route table virtual interface group association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet$member' => NULL, ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds' => '

The IDs of the associations.

', ], ], 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$LocalGatewayRouteTableVirtualInterfaceGroupAssociations' => '

Information about the associations.

', ], ], 'LocalGatewayRouteTableVpcAssociation' => [ 'base' => '

Describes an association between a local gateway route table and a VPC.

', 'refs' => [ 'CreateLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation' => '

Information about the association.

', 'DeleteLocalGatewayRouteTableVpcAssociationResult$LocalGatewayRouteTableVpcAssociation' => '

Information about the association.

', 'LocalGatewayRouteTableVpcAssociationSet$member' => NULL, ], ], 'LocalGatewayRouteTableVpcAssociationId' => [ 'base' => NULL, 'refs' => [ 'DeleteLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableVpcAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableVpcAssociationId' => '

The ID of the association.

', 'LocalGatewayRouteTableVpcAssociationIdSet$member' => NULL, ], ], 'LocalGatewayRouteTableVpcAssociationIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$LocalGatewayRouteTableVpcAssociationIds' => '

The IDs of the associations.

', ], ], 'LocalGatewayRouteTableVpcAssociationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayRouteTableVpcAssociationsResult$LocalGatewayRouteTableVpcAssociations' => '

Information about the associations.

', ], ], 'LocalGatewayRouteType' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayRoute$Type' => '

The route type.

', ], ], 'LocalGatewayRoutetableId' => [ 'base' => NULL, 'refs' => [ 'CoipPool$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateCoipPoolRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'DeleteLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'DeleteLocalGatewayRouteTableRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRoute$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTableIdSet$member' => NULL, 'ModifyLocalGatewayRouteRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'SearchLocalGatewayRoutesRequest$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', ], ], 'LocalGatewaySet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewaysResult$LocalGateways' => '

Information about the local gateways.

', ], ], 'LocalGatewayVirtualInterface' => [ 'base' => '

Describes a local gateway virtual interface.

', 'refs' => [ 'LocalGatewayVirtualInterfaceSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceGroup' => [ 'base' => '

Describes a local gateway virtual interface group.

', 'refs' => [ 'LocalGatewayVirtualInterfaceGroupSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the local gateway route table virtual interface group association.

', 'LocalGatewayRoute$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', 'LocalGatewayVirtualInterfaceGroupIdSet$member' => NULL, 'ModifyLocalGatewayRouteRequest$LocalGatewayVirtualInterfaceGroupId' => '

The ID of the virtual interface group.

', ], ], 'LocalGatewayVirtualInterfaceGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$LocalGatewayVirtualInterfaceGroupIds' => '

The IDs of the virtual interface groups.

', ], ], 'LocalGatewayVirtualInterfaceGroupSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfaceGroupsResult$LocalGatewayVirtualInterfaceGroups' => '

The virtual interface groups.

', ], ], 'LocalGatewayVirtualInterfaceId' => [ 'base' => NULL, 'refs' => [ 'LocalGatewayVirtualInterface$LocalGatewayVirtualInterfaceId' => '

The ID of the virtual interface.

', 'LocalGatewayVirtualInterfaceIdSet$member' => NULL, ], ], 'LocalGatewayVirtualInterfaceIdSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfacesRequest$LocalGatewayVirtualInterfaceIds' => '

The IDs of the virtual interfaces.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayVirtualInterfaceIds' => '

The IDs of the virtual interfaces.

', ], ], 'LocalGatewayVirtualInterfaceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeLocalGatewayVirtualInterfacesResult$LocalGatewayVirtualInterfaces' => '

Information about the virtual interfaces.

', ], ], 'LocalStorage' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$LocalStorage' => '

Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, Amazon EC2 instance store in the Amazon EC2 User Guide.

Default: included

', 'InstanceRequirementsRequest$LocalStorage' => '

Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, Amazon EC2 instance store in the Amazon EC2 User Guide.

Default: included

', ], ], 'LocalStorageType' => [ 'base' => NULL, 'refs' => [ 'LocalStorageTypeSet$member' => NULL, ], ], 'LocalStorageTypeSet' => [ 'base' => NULL, 'refs' => [ 'InstanceRequirements$LocalStorageTypes' => '

The type of local storage that is required.

Default: hdd and ssd

', 'InstanceRequirementsRequest$LocalStorageTypes' => '

The type of local storage that is required.

Default: hdd and ssd

', ], ], 'Location' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeOffering$Location' => '

The identifier for the location. This depends on the location type. For example, if the location type is region, the location is the Region code (for example, us-east-2.)

', ], ], 'LocationType' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypeOfferingsRequest$LocationType' => '

The location type.

', 'InstanceTypeOffering$LocationType' => '

The location type.

', ], ], 'LogDestinationType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$LogDestinationType' => '

The type of destination for the flow log data.

Default: cloud-watch-logs

', 'FlowLog$LogDestinationType' => '

The type of destination for the flow log data.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'CreateVpnGatewayRequest$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you\'re using a 16-bit ASN, it must be in the 64512 to 65534 range. If you\'re using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.

Default: 64512

', 'DeleteLaunchTemplateVersionsResponseErrorItem$VersionNumber' => '

The version number of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$VersionNumber' => '

The version number of the launch template.

', 'DescribeReservedInstancesOfferingsRequest$MaxDuration' => '

The maximum duration (in seconds) to filter when searching for offerings.

Default: 94608000 (3 years)

', 'DescribeReservedInstancesOfferingsRequest$MinDuration' => '

The minimum duration (in seconds) to filter when searching for offerings.

Default: 2592000 (1 month)

', 'DiskImageDescription$Size' => '

The size of the disk image, in GiB.

', 'DiskImageDetail$Bytes' => '

The size of the disk image, in GiB.

', 'DiskImageVolumeDescription$Size' => '

The size of the volume, in GiB.

', 'GetManagedPrefixListEntriesRequest$TargetVersion' => '

The version of the prefix list for which to return the entries. The default is the current version.

', 'ImportInstanceVolumeDetailItem$BytesConverted' => '

The number of bytes converted so far.

', 'ImportVolumeTaskDetails$BytesConverted' => '

The number of bytes converted so far.

', 'LaunchTemplate$DefaultVersionNumber' => '

The version number of the default version of the launch template.

', 'LaunchTemplate$LatestVersionNumber' => '

The version number of the latest version of the launch template.

', 'LaunchTemplateVersion$VersionNumber' => '

The version number.

', 'ManagedPrefixList$Version' => '

The version of the prefix list.

', 'ModifyManagedPrefixListRequest$CurrentVersion' => '

The current version of the prefix list.

', 'ModifyTransitGatewayOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.

', 'PriceSchedule$Term' => '

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

', 'PriceScheduleSpecification$Term' => '

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

', 'ReservedInstances$Duration' => '

The duration of the Reserved Instance, in seconds.

', 'ReservedInstancesOffering$Duration' => '

The duration of the Reserved Instance, in seconds.

', 'RestoreManagedPrefixListVersionRequest$PreviousVersion' => '

The version to restore.

', 'RestoreManagedPrefixListVersionRequest$CurrentVersion' => '

The current version number for the prefix list.

', 'TransitGatewayAttachmentBgpConfiguration$TransitGatewayAsn' => '

The transit gateway Autonomous System Number (ASN).

', 'TransitGatewayAttachmentBgpConfiguration$PeerAsn' => '

The peer Autonomous System Number (ASN).

', 'TransitGatewayConnectRequestBgpOptions$PeerAsn' => '

The peer Autonomous System Number (ASN).

', 'TransitGatewayOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

', 'TransitGatewayRequestOptions$AmazonSideAsn' => '

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is 64512.

', 'VolumeDetail$Size' => '

The size of the volume, in GiB.

', 'VolumeModification$Progress' => '

The modification progress, from 0 to 100 percent complete.

', 'VpnGateway$AmazonSideAsn' => '

The private Autonomous System Number (ASN) for the Amazon side of a BGP session.

', ], ], 'MaintenanceDetails' => [ 'base' => '

Details for Site-to-Site VPN tunnel endpoint maintenance events.

', 'refs' => [ 'GetVpnTunnelReplacementStatusResult$MaintenanceDetails' => '

Get details of pending tunnel endpoint maintenance.

', ], ], 'ManagedPrefixList' => [ 'base' => '

Describes a managed prefix list.

', 'refs' => [ 'CreateManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'DeleteManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'ManagedPrefixListSet$member' => NULL, 'ModifyManagedPrefixListResult$PrefixList' => '

Information about the prefix list.

', 'RestoreManagedPrefixListVersionResult$PrefixList' => '

Information about the prefix list.

', ], ], 'ManagedPrefixListSet' => [ 'base' => NULL, 'refs' => [ 'DescribeManagedPrefixListsResult$PrefixLists' => '

Information about the prefix lists.

', ], ], 'MarketType' => [ 'base' => NULL, 'refs' => [ 'InstanceMarketOptionsRequest$MarketType' => '

The market type.

', 'LaunchTemplateInstanceMarketOptions$MarketType' => '

The market type.

', 'LaunchTemplateInstanceMarketOptionsRequest$MarketType' => '

The market type.

', ], ], 'MaxIpv4AddrPerInterface' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv4AddressesPerInterface' => '

The maximum number of IPv4 addresses per network interface.

', ], ], 'MaxIpv6AddrPerInterface' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$Ipv6AddressesPerInterface' => '

The maximum number of IPv6 addresses per network interface.

', ], ], 'MaxNetworkInterfaces' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$MaximumNetworkInterfaces' => '

The maximum number of network interfaces for the network card.

', 'NetworkInfo$MaximumNetworkInterfaces' => '

The maximum number of network interfaces for the instance type.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'SearchLocalGatewayRoutesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'MaxResultsParam' => [ 'base' => NULL, 'refs' => [ 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'MaximumBandwidthInMbps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumBandwidthInMbps' => '

The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

', ], ], 'MaximumEfaInterfaces' => [ 'base' => NULL, 'refs' => [ 'EfaInfo$MaximumEfaInterfaces' => '

The maximum number of Elastic Fabric Adapters for the instance type.

', ], ], 'MaximumIops' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumIops' => '

The maximum input/output storage operations per second for an EBS-optimized instance type.

', ], ], 'MaximumNetworkCards' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$MaximumNetworkCards' => '

The maximum number of physical network cards that can be allocated to the instance.

', ], ], 'MaximumThroughputInMBps' => [ 'base' => NULL, 'refs' => [ 'EbsOptimizedInfo$MaximumThroughputInMBps' => '

The maximum throughput performance for an EBS-optimized instance type, in MB/s.

', ], ], 'MembershipType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastGroup$MemberType' => '

The member type (for example, static).

', 'TransitGatewayMulticastGroup$SourceType' => '

The source type.

', ], ], 'MemoryGiBPerVCpu' => [ 'base' => '

The minimum and maximum amount of memory per vCPU, in GiB.

', 'refs' => [ 'InstanceRequirements$MemoryGiBPerVCpu' => '

The minimum and maximum amount of memory per vCPU, in GiB.

Default: No minimum or maximum limits

', ], ], 'MemoryGiBPerVCpuRequest' => [ 'base' => '

The minimum and maximum amount of memory per vCPU, in GiB.

', 'refs' => [ 'InstanceRequirementsRequest$MemoryGiBPerVCpu' => '

The minimum and maximum amount of memory per vCPU, in GiB.

Default: No minimum or maximum limits

', ], ], 'MemoryInfo' => [ 'base' => '

Describes the memory for the instance type.

', 'refs' => [ 'InstanceTypeInfo$MemoryInfo' => '

Describes the memory for the instance type.

', ], ], 'MemoryMiB' => [ 'base' => '

The minimum and maximum amount of memory, in MiB.

', 'refs' => [ 'InstanceRequirements$MemoryMiB' => '

The minimum and maximum amount of memory, in MiB.

', ], ], 'MemoryMiBRequest' => [ 'base' => '

The minimum and maximum amount of memory, in MiB.

', 'refs' => [ 'InstanceRequirementsRequest$MemoryMiB' => '

The minimum and maximum amount of memory, in MiB.

', ], ], 'MemorySize' => [ 'base' => NULL, 'refs' => [ 'MemoryInfo$SizeInMiB' => '

The size of the memory, in MiB.

', ], ], 'MetricPoint' => [ 'base' => '

Indicates whether the network was healthy or degraded at a particular point. The value is aggregated from the startDate to the endDate. Currently only five_minutes is supported.

', 'refs' => [ 'MetricPoints$member' => NULL, ], ], 'MetricPoints' => [ 'base' => NULL, 'refs' => [ 'DataResponse$MetricPoints' => '

A list of MetricPoint objects.

', ], ], 'MetricType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Metric' => '

The metric, aggregation-latency, indicating that network latency is aggregated for the query. This is the only supported metric.

', 'DataResponse$Metric' => '

The metric used for the network performance request. Only aggregate-latency is supported, which shows network latency during a specified period.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Metric' => '

The metric used for the disabled subscription.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Metric' => '

The metric used for the enabled subscription.

', 'Subscription$Metric' => '

The metric used for the subscription.

', ], ], 'MillisecondDateTime' => [ 'base' => NULL, 'refs' => [ 'AddressTransfer$TransferOfferExpirationTimestamp' => '

The timestamp when the Elastic IP address transfer expired. When the source account starts the transfer, the transfer account has seven hours to allocate the Elastic IP address to complete the transfer, or the Elastic IP address will return to its original owner.

', 'AddressTransfer$TransferOfferAcceptedTimestamp' => '

The timestamp when the Elastic IP address transfer was accepted.

', 'AthenaIntegration$PartitionStartDate' => '

The start date for the partition.

', 'AthenaIntegration$PartitionEndDate' => '

The end date for the partition.

', 'CapacityReservation$StartDate' => '

The date and time at which the Capacity Reservation was started.

', 'CapacityReservationFleet$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires.

', 'CapacityReservationFleet$CreateTime' => '

The date and time at which the Capacity Reservation Fleet was created.

', 'CreateCapacityReservationFleetRequest$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

', 'CreateCapacityReservationFleetResult$CreateTime' => '

The date and time at which the Capacity Reservation Fleet was created.

', 'CreateCapacityReservationFleetResult$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires.

', 'DescribeFastLaunchImagesSuccessItem$StateTransitionTime' => '

The time that faster launching for the Windows AMI changed to the current state.

', 'DescribeFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'DescribeFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'DescribeFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'DescribeFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'DescribeFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$AnalysisStartTimeBegin' => '

Filters the results based on the start time. The analysis must have started on or after this time.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$AnalysisStartTimeEnd' => '

Filters the results based on the start time. The analysis must have started on or before this time.

', 'DescribeNetworkInsightsAnalysesRequest$AnalysisStartTime' => '

The time when the network insights analyses started.

', 'DescribeNetworkInsightsAnalysesRequest$AnalysisEndTime' => '

The time when the network insights analyses ended.

', 'DisableFastLaunchResult$StateTransitionTime' => '

The time that the state changed for faster launching for the Windows AMI.

', 'DisableFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'DisableFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'DisableFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'DisableFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'DisableFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'Ec2InstanceConnectEndpoint$CreatedAt' => '

The date and time that the EC2 Instance Connect Endpoint was created.

', 'EnableFastLaunchResult$StateTransitionTime' => '

The time that the state changed for faster launching for the Windows AMI.

', 'EnableFastSnapshotRestoreSuccessItem$EnablingTime' => '

The time at which fast snapshot restores entered the enabling state.

', 'EnableFastSnapshotRestoreSuccessItem$OptimizingTime' => '

The time at which fast snapshot restores entered the optimizing state.

', 'EnableFastSnapshotRestoreSuccessItem$EnabledTime' => '

The time at which fast snapshot restores entered the enabled state.

', 'EnableFastSnapshotRestoreSuccessItem$DisablingTime' => '

The time at which fast snapshot restores entered the disabling state.

', 'EnableFastSnapshotRestoreSuccessItem$DisabledTime' => '

The time at which fast snapshot restores entered the disabled state.

', 'EnableImageDeprecationRequest$DeprecateAt' => '

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

You can’t specify a date in the past. The upper limit for DeprecateAt is 10 years from now, except for public AMIs, where the upper limit is 2 years from the creation date.

', 'FleetCapacityReservation$CreateDate' => '

The date and time at which the Capacity Reservation was created.

', 'FlowLog$CreationTime' => '

The date and time the flow log was created.

', 'GetAwsNetworkPerformanceDataRequest$StartTime' => '

The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

', 'GetAwsNetworkPerformanceDataRequest$EndTime' => '

The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

', 'GetIpamAddressHistoryRequest$StartTime' => '

The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.

', 'GetIpamAddressHistoryRequest$EndTime' => '

The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.

', 'ImageRecycleBinInfo$RecycleBinEnterTime' => '

The date and time when the AMI entered the Recycle Bin.

', 'ImageRecycleBinInfo$RecycleBinExitTime' => '

The date and time when the AMI is to be permanently deleted from the Recycle Bin.

', 'Instance$UsageOperationUpdateTime' => '

The time that the usage operation was last updated.

', 'IpamAddressHistoryRecord$SampledStartTime' => '

Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.

', 'IpamAddressHistoryRecord$SampledEndTime' => '

Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.

', 'IpamDiscoveredAccount$LastAttemptedDiscoveryTime' => '

The last attempted resource discovery time.

', 'IpamDiscoveredAccount$LastSuccessfulDiscoveryTime' => '

The last successful resource discovery time.

', 'IpamDiscoveredResourceCidr$SampleTime' => '

The last successful resource discovery time.

', 'KeyPairInfo$CreateTime' => '

If you used Amazon EC2 to create the key pair, this is the date and time when the key was created, in ISO 8601 date-time format, in the UTC time zone.

If you imported an existing key pair to Amazon EC2, this is the date and time the key was imported, in ISO 8601 date-time format, in the UTC time zone.

', 'MaintenanceDetails$MaintenanceAutoAppliedAfter' => '

The timestamp after which Amazon Web Services will automatically apply maintenance.

', 'MaintenanceDetails$LastMaintenanceApplied' => '

Timestamp of last applied maintenance.

', 'MetricPoint$StartDate' => '

The start date for the metric point. The starting date for the metric point. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-10T12:00:00.000Z.

', 'MetricPoint$EndDate' => '

The end date for the metric point. The ending time must be formatted as yyyy-mm-ddThh:mm:ss. For example, 2022-06-12T12:00:00.000Z.

', 'ModifyCapacityReservationFleetRequest$EndDate' => '

The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to expired and all of the Capacity Reservations in the Fleet expire.

The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation Fleet is guaranteed to expire between 13:30:55 and 14:30:55 on 5/31/2019.

You can\'t specify EndDate and RemoveEndDate in the same request.

', 'ModifySnapshotTierResult$TieringStartTime' => '

The date and time when the archive process was started.

', 'NetworkInsightsAccessScope$CreatedDate' => '

The creation date.

', 'NetworkInsightsAccessScope$UpdatedDate' => '

The last updated date.

', 'NetworkInsightsAccessScopeAnalysis$StartDate' => '

The analysis start date.

', 'NetworkInsightsAccessScopeAnalysis$EndDate' => '

The analysis end date.

', 'NetworkInsightsAnalysis$StartDate' => '

The time the analysis started.

', 'NetworkInsightsPath$CreatedDate' => '

The time stamp when the path was created.

', 'RestoreSnapshotFromRecycleBinResult$StartTime' => '

The time stamp when the snapshot was initiated.

', 'RestoreSnapshotTierResult$RestoreStartTime' => '

The date and time when the snapshot restore process started.

', 'Snapshot$RestoreExpiryTime' => '

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

', 'SnapshotInfo$StartTime' => '

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

', 'SnapshotRecycleBinInfo$RecycleBinEnterTime' => '

The date and time when the snaphsot entered the Recycle Bin.

', 'SnapshotRecycleBinInfo$RecycleBinExitTime' => '

The date and time when the snapshot is to be permanently deleted from the Recycle Bin.

', 'SnapshotTierStatus$LastTieringStartTime' => '

The date and time when the last archive or restore process was started.

', 'SnapshotTierStatus$ArchivalCompleteTime' => '

The date and time when the last archive process was completed.

', 'SnapshotTierStatus$RestoreExpiryTime' => '

Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.

', 'SpotFleetRequestConfig$CreateTime' => '

The creation date and time of the request.

', 'StoreImageTaskResult$TaskStartTime' => '

The time the task started.

', 'VolumeStatusEvent$NotAfter' => '

The latest end time of the event.

', 'VolumeStatusEvent$NotBefore' => '

The earliest start time of the event.

', 'VpcEndpoint$CreationTimestamp' => '

The date and time that the endpoint was created.

', 'VpcEndpointConnection$CreationTimestamp' => '

The date and time that the VPC endpoint was created.

', ], ], 'ModifyAddressAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAddressAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyAvailabilityZoneOptInStatus' => [ 'base' => NULL, 'refs' => [ 'ModifyAvailabilityZoneGroupRequest$OptInStatus' => '

Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The only valid value is opted-in. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.

', ], ], 'ModifyCapacityReservationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyCapacityReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyClientVpnEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyClientVpnEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyDefaultCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyDefaultCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIdentityIdFormatRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyImageAttributeRequest' => [ 'base' => '

Contains the parameters for ModifyImageAttribute.

', 'refs' => [], ], 'ModifyInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCapacityReservationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCapacityReservationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCreditSpecificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceCreditSpecificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventStartTimeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventStartTimeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventWindowRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceEventWindowResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMaintenanceOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMaintenanceOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMetadataOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstanceMetadataOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstancePlacementRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyInstancePlacementResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamPoolRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamPoolResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceDiscoveryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResourceDiscoveryResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamScopeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyIpamScopeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLaunchTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLaunchTemplateResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLocalGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyLocalGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyManagedPrefixListRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyManagedPrefixListResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for ModifyNetworkInterfaceAttribute.

', 'refs' => [], ], 'ModifyPrivateDnsNameOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyPrivateDnsNameOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyReservedInstancesRequest' => [ 'base' => '

Contains the parameters for ModifyReservedInstances.

', 'refs' => [], ], 'ModifyReservedInstancesResult' => [ 'base' => '

Contains the output of ModifyReservedInstances.

', 'refs' => [], ], 'ModifySecurityGroupRulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySecurityGroupRulesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotTierRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifySnapshotTierResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifySpotFleetRequestRequest' => [ 'base' => '

Contains the parameters for ModifySpotFleetRequest.

', 'refs' => [], ], 'ModifySpotFleetRequestResponse' => [ 'base' => '

Contains the output of ModifySpotFleetRequest.

', 'refs' => [], ], 'ModifySubnetAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterNetworkServicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterNetworkServicesResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorFilterRuleResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTrafficMirrorSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayOptions' => [ 'base' => '

The transit gateway options.

', 'refs' => [ 'ModifyTransitGatewayRequest$Options' => '

The options to modify.

', ], ], 'ModifyTransitGatewayPrefixListReferenceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayPrefixListReferenceResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyTransitGatewayVpcAttachmentRequestOptions' => [ 'base' => '

Describes the options for a VPC attachment.

', 'refs' => [ 'ModifyTransitGatewayVpcAttachmentRequest$Options' => '

The new VPC attachment options.

', ], ], 'ModifyTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointEniOptions' => [ 'base' => '

Describes the options when modifying a Verified Access endpoint with the network-interface type.

', 'refs' => [ 'ModifyVerifiedAccessEndpointRequest$NetworkInterfaceOptions' => '

The network interface options.

', ], ], 'ModifyVerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'ModifyVerifiedAccessEndpointRequest$LoadBalancerOptions' => '

The load balancer details if creating the Verified Access endpoint as load-balancertype.

', ], ], 'ModifyVerifiedAccessEndpointPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'ModifyVerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'ModifyVerifiedAccessGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupPolicyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessGroupResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceLoggingConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessInstanceResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessTrustProviderOidcOptions' => [ 'base' => '

Options for an OpenID Connect-compatible user-identity trust provider.

', 'refs' => [ 'ModifyVerifiedAccessTrustProviderRequest$OidcOptions' => '

The options for an OpenID Connect-compatible user-identity trust provider.

', ], ], 'ModifyVerifiedAccessTrustProviderRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVerifiedAccessTrustProviderResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVolumeResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointConnectionNotificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointConnectionNotificationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServiceConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServiceConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePayerResponsibilityRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePayerResponsibilityResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcEndpointServicePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcPeeringConnectionOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcPeeringConnectionOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcTenancyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpcTenancyResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelCertificateRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelCertificateResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ModifyVpnTunnelOptionsSpecification' => [ 'base' => '

The Amazon Web Services Site-to-Site VPN tunnel options to modify.

', 'refs' => [ 'ModifyVpnTunnelOptionsRequest$TunnelOptions' => '

The tunnel options to modify.

', ], ], 'MonitorInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'MonitorInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'Monitoring' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'Instance$Monitoring' => '

The monitoring for the instance.

', 'InstanceMonitoring$Monitoring' => '

The monitoring for the instance.

', ], ], 'MonitoringState' => [ 'base' => NULL, 'refs' => [ 'Monitoring$State' => '

Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.

', ], ], 'MoveAddressToVpcRequest' => [ 'base' => NULL, 'refs' => [], ], 'MoveAddressToVpcResult' => [ 'base' => NULL, 'refs' => [], ], 'MoveByoipCidrToIpamRequest' => [ 'base' => NULL, 'refs' => [], ], 'MoveByoipCidrToIpamResult' => [ 'base' => NULL, 'refs' => [], ], 'MoveStatus' => [ 'base' => NULL, 'refs' => [ 'MovingAddressStatus$MoveStatus' => '

The status of the Elastic IP address that\'s being moved or restored.

', ], ], 'MovingAddressStatus' => [ 'base' => '

This action is deprecated.

Describes the status of a moving Elastic IP address.

', 'refs' => [ 'MovingAddressStatusSet$member' => NULL, ], ], 'MovingAddressStatusSet' => [ 'base' => NULL, 'refs' => [ 'DescribeMovingAddressesResult$MovingAddressStatuses' => '

The status for each Elastic IP address.

', ], ], 'MulticastSupportValue' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayOptions$MulticastSupport' => '

Indicates whether multicast is enabled on the transit gateway

', 'TransitGatewayRequestOptions$MulticastSupport' => '

Indicates whether multicast is enabled on the transit gateway

', ], ], 'NatGateway' => [ 'base' => '

Describes a NAT gateway.

', 'refs' => [ 'CreateNatGatewayResult$NatGateway' => '

Information about the NAT gateway.

', 'NatGatewayList$member' => NULL, ], ], 'NatGatewayAddress' => [ 'base' => '

Describes the IP addresses and network interface associated with a NAT gateway.

', 'refs' => [ 'NatGatewayAddressList$member' => NULL, ], ], 'NatGatewayAddressList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressResult$NatGatewayAddresses' => '

NAT gateway IP addresses.

', 'AssociateNatGatewayAddressResult$NatGatewayAddresses' => '

The IP addresses.

', 'DisassociateNatGatewayAddressResult$NatGatewayAddresses' => '

Information about the NAT gateway IP addresses.

', 'NatGateway$NatGatewayAddresses' => '

Information about the IP addresses and network interface associated with the NAT gateway.

', 'UnassignPrivateNatGatewayAddressResult$NatGatewayAddresses' => '

Information about the NAT gateway IP addresses.

', ], ], 'NatGatewayAddressStatus' => [ 'base' => NULL, 'refs' => [ 'NatGatewayAddress$Status' => '

The address status.

', ], ], 'NatGatewayId' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssignPrivateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssociateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'AssociateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'CreateRouteRequest$NatGatewayId' => '

[IPv4 traffic only] The ID of a NAT gateway.

', 'DeleteNatGatewayRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'DisassociateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'DisassociateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'NatGatewayIdStringList$member' => NULL, 'ReplaceRouteRequest$NatGatewayId' => '

[IPv4 traffic only] The ID of a NAT gateway.

', 'UnassignPrivateNatGatewayAddressRequest$NatGatewayId' => '

The ID of the NAT gateway.

', 'UnassignPrivateNatGatewayAddressResult$NatGatewayId' => '

The ID of the NAT gateway.

', ], ], 'NatGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysRequest$NatGatewayIds' => '

The IDs of the NAT gateways.

', ], ], 'NatGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeNatGatewaysResult$NatGateways' => '

Information about the NAT gateways.

', ], ], 'NatGatewayState' => [ 'base' => NULL, 'refs' => [ 'NatGateway$State' => '

The state of the NAT gateway.

', ], ], 'NetmaskLength' => [ 'base' => NULL, 'refs' => [ 'AssociateVpcCidrBlockRequest$Ipv4NetmaskLength' => '

The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'AssociateVpcCidrBlockRequest$Ipv6NetmaskLength' => '

The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv4NetmaskLength' => '

The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', 'CreateVpcRequest$Ipv6NetmaskLength' => '

The netmask length of the IPv6 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

', ], ], 'NetworkAcl' => [ 'base' => '

Describes a network ACL.

', 'refs' => [ 'CreateNetworkAclResult$NetworkAcl' => '

Information about the network ACL.

', 'NetworkAclList$member' => NULL, ], ], 'NetworkAclAssociation' => [ 'base' => '

Describes an association between a network ACL and a subnet.

', 'refs' => [ 'NetworkAclAssociationList$member' => NULL, ], ], 'NetworkAclAssociationId' => [ 'base' => NULL, 'refs' => [ 'ReplaceNetworkAclAssociationRequest$AssociationId' => '

The ID of the current association between the original network ACL and the subnet.

', ], ], 'NetworkAclAssociationList' => [ 'base' => NULL, 'refs' => [ 'NetworkAcl$Associations' => '

Any associations between the network ACL and one or more subnets

', ], ], 'NetworkAclEntry' => [ 'base' => '

Describes an entry in a network ACL.

', 'refs' => [ 'NetworkAclEntryList$member' => NULL, ], ], 'NetworkAclEntryList' => [ 'base' => NULL, 'refs' => [ 'NetworkAcl$Entries' => '

The entries (rules) in the network ACL.

', ], ], 'NetworkAclId' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkAclEntryRequest$NetworkAclId' => '

The ID of the network ACL.

', 'DeleteNetworkAclEntryRequest$NetworkAclId' => '

The ID of the network ACL.

', 'DeleteNetworkAclRequest$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAclIdStringList$member' => NULL, 'ReplaceNetworkAclAssociationRequest$NetworkAclId' => '

The ID of the new network ACL to associate with the subnet.

', 'ReplaceNetworkAclEntryRequest$NetworkAclId' => '

The ID of the ACL.

', ], ], 'NetworkAclIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsRequest$NetworkAclIds' => '

The IDs of the network ACLs.

Default: Describes all your network ACLs.

', ], ], 'NetworkAclList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkAclsResult$NetworkAcls' => '

Information about one or more network ACLs.

', ], ], 'NetworkBandwidthGbps' => [ 'base' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirements$NetworkBandwidthGbps' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Default: No minimum or maximum limits

', ], ], 'NetworkBandwidthGbpsRequest' => [ 'base' => '

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide.

', 'refs' => [ 'InstanceRequirementsRequest$NetworkBandwidthGbps' => '

The minimum and maximum amount of baseline network bandwidth, in gigabits per second (Gbps). For more information, see Amazon EC2 instance network bandwidth in the Amazon EC2 User Guide.

Default: No minimum or maximum limits

', ], ], 'NetworkCardIndex' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$NetworkCardIndex' => '

The index of the network card.

', ], ], 'NetworkCardInfo' => [ 'base' => '

Describes the network card support of the instance type.

', 'refs' => [ 'NetworkCardInfoList$member' => NULL, ], ], 'NetworkCardInfoList' => [ 'base' => NULL, 'refs' => [ 'NetworkInfo$NetworkCards' => '

Describes the network cards for the instance type.

', ], ], 'NetworkInfo' => [ 'base' => '

Describes the networking features of the instance type.

', 'refs' => [ 'InstanceTypeInfo$NetworkInfo' => '

Describes the network settings for the instance type.

', ], ], 'NetworkInsightsAccessScope' => [ 'base' => '

Describes a Network Access Scope.

', 'refs' => [ 'CreateNetworkInsightsAccessScopeResult$NetworkInsightsAccessScope' => '

The Network Access Scope.

', 'NetworkInsightsAccessScopeList$member' => NULL, ], ], 'NetworkInsightsAccessScopeAnalysis' => [ 'base' => '

Describes a Network Access Scope analysis.

', 'refs' => [ 'NetworkInsightsAccessScopeAnalysisList$member' => NULL, 'StartNetworkInsightsAccessScopeAnalysisResult$NetworkInsightsAccessScopeAnalysis' => '

The Network Access Scope analysis.

', ], ], 'NetworkInsightsAccessScopeAnalysisId' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'DeleteNetworkInsightsAccessScopeAnalysisRequest$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'DeleteNetworkInsightsAccessScopeAnalysisResult$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeAnalysisId' => '

The ID of the Network Access Scope analysis.

', 'NetworkInsightsAccessScopeAnalysisIdList$member' => NULL, ], ], 'NetworkInsightsAccessScopeAnalysisIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NetworkInsightsAccessScopeAnalysisIds' => '

The IDs of the Network Access Scope analyses.

', ], ], 'NetworkInsightsAccessScopeAnalysisList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesResult$NetworkInsightsAccessScopeAnalyses' => '

The Network Access Scope analyses.

', ], ], 'NetworkInsightsAccessScopeContent' => [ 'base' => '

Describes the Network Access Scope content.

', 'refs' => [ 'CreateNetworkInsightsAccessScopeResult$NetworkInsightsAccessScopeContent' => '

The Network Access Scope content.

', 'GetNetworkInsightsAccessScopeContentResult$NetworkInsightsAccessScopeContent' => '

The Network Access Scope content.

', ], ], 'NetworkInsightsAccessScopeId' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DeleteNetworkInsightsAccessScopeResult$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'GetNetworkInsightsAccessScopeContentRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScope$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeContent$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', 'NetworkInsightsAccessScopeIdList$member' => NULL, 'StartNetworkInsightsAccessScopeAnalysisRequest$NetworkInsightsAccessScopeId' => '

The ID of the Network Access Scope.

', ], ], 'NetworkInsightsAccessScopeIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopesRequest$NetworkInsightsAccessScopeIds' => '

The IDs of the Network Access Scopes.

', ], ], 'NetworkInsightsAccessScopeList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopesResult$NetworkInsightsAccessScopes' => '

The Network Access Scopes.

', ], ], 'NetworkInsightsAnalysis' => [ 'base' => '

Describes a network insights analysis.

', 'refs' => [ 'NetworkInsightsAnalysisList$member' => NULL, 'StartNetworkInsightsAnalysisResult$NetworkInsightsAnalysis' => '

Information about the network insights analysis.

', ], ], 'NetworkInsightsAnalysisId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInsightsAnalysisRequest$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'DeleteNetworkInsightsAnalysisResult$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'NetworkInsightsAnalysis$NetworkInsightsAnalysisId' => '

The ID of the network insights analysis.

', 'NetworkInsightsAnalysisIdList$member' => NULL, ], ], 'NetworkInsightsAnalysisIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAnalysesRequest$NetworkInsightsAnalysisIds' => '

The ID of the network insights analyses. You must specify either analysis IDs or a path ID.

', ], ], 'NetworkInsightsAnalysisList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAnalysesResult$NetworkInsightsAnalyses' => '

Information about the network insights analyses.

', ], ], 'NetworkInsightsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsAccessScopeAnalysesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsAccessScopesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsAnalysesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeNetworkInsightsPathsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'NetworkInsightsPath' => [ 'base' => '

Describes a path.

', 'refs' => [ 'CreateNetworkInsightsPathResult$NetworkInsightsPath' => '

Information about the path.

', 'NetworkInsightsPathList$member' => NULL, ], ], 'NetworkInsightsPathId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInsightsPathRequest$NetworkInsightsPathId' => '

The ID of the path.

', 'DeleteNetworkInsightsPathResult$NetworkInsightsPathId' => '

The ID of the path.

', 'DescribeNetworkInsightsAnalysesRequest$NetworkInsightsPathId' => '

The ID of the path. You must specify either a path ID or analysis IDs.

', 'NetworkInsightsAnalysis$NetworkInsightsPathId' => '

The ID of the path.

', 'NetworkInsightsPath$NetworkInsightsPathId' => '

The ID of the path.

', 'NetworkInsightsPathIdList$member' => NULL, 'StartNetworkInsightsAnalysisRequest$NetworkInsightsPathId' => '

The ID of the path.

', ], ], 'NetworkInsightsPathIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsPathsRequest$NetworkInsightsPathIds' => '

The IDs of the paths.

', ], ], 'NetworkInsightsPathList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInsightsPathsResult$NetworkInsightsPaths' => '

Information about the paths.

', ], ], 'NetworkInsightsResourceId' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsPathRequest$Source' => '

The ID or ARN of the source. If the resource is in another account, you must specify an ARN.

', 'CreateNetworkInsightsPathRequest$Destination' => '

The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.

', ], ], 'NetworkInterface' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'CreateNetworkInterfaceResult$NetworkInterface' => '

Information about the network interface.

', 'NetworkInterfaceList$member' => NULL, ], ], 'NetworkInterfaceAssociation' => [ 'base' => '

Describes association information for an Elastic IP address (IPv4 only), or a Carrier IP address (for a network interface which resides in a subnet in a Wavelength Zone).

', 'refs' => [ 'NetworkInterface$Association' => '

The association information for an Elastic IP address (IPv4) associated with the network interface.

', 'NetworkInterfacePrivateIpAddress$Association' => '

The association information for an Elastic IP address (IPv4) associated with the network interface.

', ], ], 'NetworkInterfaceAttachment' => [ 'base' => '

Describes a network interface attachment.

', 'refs' => [ 'DescribeNetworkInterfaceAttributeResult$Attachment' => '

The attachment (if any) of the network interface.

', 'NetworkInterface$Attachment' => '

The network interface attachment.

', ], ], 'NetworkInterfaceAttachmentChanges' => [ 'base' => '

Describes an attachment change.

', 'refs' => [ 'ModifyNetworkInterfaceAttributeRequest$Attachment' => '

Information about the interface attachment. If modifying the delete on termination attribute, you must specify the ID of the interface attachment.

', ], ], 'NetworkInterfaceAttachmentId' => [ 'base' => NULL, 'refs' => [ 'DetachNetworkInterfaceRequest$AttachmentId' => '

The ID of the attachment.

', 'NetworkInterfaceAttachmentChanges$AttachmentId' => '

The ID of the network interface attachment.

', ], ], 'NetworkInterfaceAttribute' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfaceAttributeRequest$Attribute' => '

The attribute of the network interface. This parameter is required.

', ], ], 'NetworkInterfaceCount' => [ 'base' => '

The minimum and maximum number of network interfaces.

', 'refs' => [ 'InstanceRequirements$NetworkInterfaceCount' => '

The minimum and maximum number of network interfaces.

Default: No minimum or maximum limits

', ], ], 'NetworkInterfaceCountRequest' => [ 'base' => '

The minimum and maximum number of network interfaces.

', 'refs' => [ 'InstanceRequirementsRequest$NetworkInterfaceCount' => '

The minimum and maximum number of network interfaces.

Default: No minimum or maximum limits

', ], ], 'NetworkInterfaceCreationType' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$InterfaceType' => '

The type of network interface. The default is interface.

The only supported values are interface, efa, and trunk.

', ], ], 'NetworkInterfaceId' => [ 'base' => NULL, 'refs' => [ 'AssignIpv6AddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignPrivateIpAddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssociateAddressRequest$NetworkInterfaceId' => '

The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.

You can specify either the instance ID or the network interface ID, but not both.

', 'AssociateTrunkInterfaceRequest$BranchInterfaceId' => '

The ID of the branch network interface.

', 'AssociateTrunkInterfaceRequest$TrunkInterfaceId' => '

The ID of the trunk network interface.

', 'AttachNetworkInterfaceRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateLocalGatewayRouteRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateNetworkInterfacePermissionRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'CreateRouteRequest$NetworkInterfaceId' => '

The ID of a network interface.

', 'CreateTrafficMirrorSessionRequest$NetworkInterfaceId' => '

The ID of the source network interface.

', 'CreateTrafficMirrorTargetRequest$NetworkInterfaceId' => '

The network interface ID that is associated with the target.

', 'CreateVerifiedAccessEndpointEniOptions$NetworkInterfaceId' => '

The ID of the network interface.

', 'DeleteNetworkInterfaceRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'DescribeNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'InstanceNetworkInterfaceSpecification$NetworkInterfaceId' => '

The ID of the network interface.

If you are creating a Spot Fleet, omit this parameter because you can’t specify a network interface ID in a launch specification.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$NetworkInterfaceId' => '

The ID of the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'LocalGatewayRoute$NetworkInterfaceId' => '

The ID of the network interface.

', 'ModifyLocalGatewayRouteRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'ModifyNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterfaceIdList$member' => NULL, 'ReplaceRouteRequest$NetworkInterfaceId' => '

The ID of a network interface.

', 'ResetNetworkInterfaceAttributeRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'ScheduledInstancesNetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'TransitGatewayNetworkInterfaceIdList$member' => NULL, 'UnassignIpv6AddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'UnassignPrivateIpAddressesRequest$NetworkInterfaceId' => '

The ID of the network interface.

', 'VerifiedAccessEndpointEniOptions$NetworkInterfaceId' => '

The ID of the network interface.

', ], ], 'NetworkInterfaceIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesRequest$NetworkInterfaceIds' => '

The network interface IDs.

Default: Describes all your network interfaces.

', ], ], 'NetworkInterfaceIdSet' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$NetworkInterfaceIds' => '

The ID of the elastic network interface that Amazon EC2 automatically created when creating the EC2 Instance Connect Endpoint.

', ], ], 'NetworkInterfaceIpv6Address' => [ 'base' => '

Describes an IPv6 address associated with a network interface.

', 'refs' => [ 'NetworkInterfaceIpv6AddressesList$member' => NULL, ], ], 'NetworkInterfaceIpv6AddressesList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$Ipv6Addresses' => '

The IPv6 addresses associated with the network interface.

', ], ], 'NetworkInterfaceList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacesResult$NetworkInterfaces' => '

Information about one or more network interfaces.

', ], ], 'NetworkInterfacePermission' => [ 'base' => '

Describes a permission for a network interface.

', 'refs' => [ 'CreateNetworkInterfacePermissionResult$InterfacePermission' => '

Information about the permission for the network interface.

', 'NetworkInterfacePermissionList$member' => NULL, ], ], 'NetworkInterfacePermissionId' => [ 'base' => NULL, 'refs' => [ 'DeleteNetworkInterfacePermissionRequest$NetworkInterfacePermissionId' => '

The ID of the network interface permission.

', 'NetworkInterfacePermissionIdList$member' => NULL, ], ], 'NetworkInterfacePermissionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsRequest$NetworkInterfacePermissionIds' => '

The network interface permission IDs.

', ], ], 'NetworkInterfacePermissionList' => [ 'base' => NULL, 'refs' => [ 'DescribeNetworkInterfacePermissionsResult$NetworkInterfacePermissions' => '

The network interface permissions.

', ], ], 'NetworkInterfacePermissionState' => [ 'base' => '

Describes the state of a network interface permission.

', 'refs' => [ 'NetworkInterfacePermission$PermissionState' => '

Information about the state of the permission.

', ], ], 'NetworkInterfacePermissionStateCode' => [ 'base' => NULL, 'refs' => [ 'NetworkInterfacePermissionState$State' => '

The state of the permission.

', ], ], 'NetworkInterfacePrivateIpAddress' => [ 'base' => '

Describes the private IPv4 address of a network interface.

', 'refs' => [ 'NetworkInterfacePrivateIpAddressList$member' => NULL, ], ], 'NetworkInterfacePrivateIpAddressList' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$PrivateIpAddresses' => '

The private IPv4 addresses associated with the network interface.

', ], ], 'NetworkInterfaceStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceNetworkInterface$Status' => '

The status of the network interface.

', 'NetworkInterface$Status' => '

The status of the network interface.

', ], ], 'NetworkInterfaceType' => [ 'base' => NULL, 'refs' => [ 'NetworkInterface$InterfaceType' => '

The type of network interface.

', ], ], 'NetworkPerformance' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$NetworkPerformance' => '

The network performance of the network card.

', 'NetworkInfo$NetworkPerformance' => '

The network performance.

', ], ], 'NewDhcpConfiguration' => [ 'base' => NULL, 'refs' => [ 'NewDhcpConfigurationList$member' => NULL, ], ], 'NewDhcpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'CreateDhcpOptionsRequest$DhcpConfigurations' => '

A DHCP configuration option.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesAttributeRequest$NextToken' => '

The token for the next page of results.

', 'DescribeAddressesAttributeResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeByoipCidrsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeClientVpnAuthorizationRulesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnAuthorizationRulesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnConnectionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnConnectionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnEndpointsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnEndpointsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnRoutesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnRoutesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClientVpnTargetNetworksRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeClientVpnTargetNetworksResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeExportImageTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeExportImageTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeFastLaunchImagesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFastLaunchImagesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFastSnapshotRestoresRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFastSnapshotRestoresResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFpgaImagesRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeFpgaImagesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIamInstanceProfileAssociationsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeIamInstanceProfileAssociationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceConnectEndpointsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceConnectEndpointsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceTypeOfferingsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceTypeOfferingsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceTypesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceTypesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeIpamPoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamPoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpamResourceDiscoveriesRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveriesResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamResourceDiscoveryAssociationsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeIpamScopesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamScopesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpamsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpamsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIpv6PoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeIpv6PoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeManagedPrefixListsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeManagedPrefixListsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAccessScopeAnalysesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsAccessScopesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsAnalysesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeNetworkInsightsPathsRequest$NextToken' => '

The token for the next page of results.

', 'DescribePublicIpv4PoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeReplaceRootVolumeTasksRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeTrafficMirrorFiltersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrafficMirrorSessionsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrafficMirrorTargetsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessEndpointsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessEndpointsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessGroupsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessInstancesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessInstancesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVerifiedAccessTrustProvidersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeVerifiedAccessTrustProvidersResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetAssociatedIpv6PoolCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamAddressHistoryRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamAddressHistoryResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamDiscoveredAccountsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredAccountsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredResourceCidrsRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamDiscoveredResourceCidrsResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'GetIpamPoolAllocationsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamPoolAllocationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamPoolCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamPoolCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetIpamResourceCidrsRequest$NextToken' => '

The token for the next page of results.

', 'GetIpamResourceCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetManagedPrefixListAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetManagedPrefixListEntriesRequest$NextToken' => '

The token for the next page of results.

', 'GetManagedPrefixListEntriesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsRequest$NextToken' => '

The token for the next page of results.

', 'GetVpnConnectionDeviceTypesRequest$NextToken' => '

The NextToken value returned from a previous paginated GetVpnConnectionDeviceTypes request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.

', 'GetVpnConnectionDeviceTypesResult$NextToken' => '

The NextToken value to include in a future GetVpnConnectionDeviceTypes request. When the results of a GetVpnConnectionDeviceTypes request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

', ], ], 'NitroEnclavesSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$NitroEnclavesSupport' => '

Indicates whether Nitro Enclaves is supported.

', ], ], 'NitroTpmInfo' => [ 'base' => '

Describes the supported NitroTPM versions for the instance type.

', 'refs' => [ 'InstanceTypeInfo$NitroTpmInfo' => '

Describes the supported NitroTPM versions for the instance type.

', ], ], 'NitroTpmSupport' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$NitroTpmSupport' => '

Indicates whether NitroTPM is supported.

', ], ], 'NitroTpmSupportedVersionType' => [ 'base' => NULL, 'refs' => [ 'NitroTpmSupportedVersionsList$member' => NULL, ], ], 'NitroTpmSupportedVersionsList' => [ 'base' => NULL, 'refs' => [ 'NitroTpmInfo$SupportedVersions' => '

Indicates the supported NitroTPM versions.

', ], ], 'OccurrenceDayRequestSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstanceRecurrenceRequest$OccurrenceDays' => '

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can\'t specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.

', ], ], 'OccurrenceDaySet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstanceRecurrence$OccurrenceDaySet' => '

The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).

', ], ], 'OfferingClassType' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$OfferingClass' => '

The offering class of the Reserved Instance. Can be standard or convertible.

', 'DescribeReservedInstancesRequest$OfferingClass' => '

Describes whether the Reserved Instance is Standard or Convertible.

', 'ReservedInstances$OfferingClass' => '

The offering class of the Reserved Instance.

', 'ReservedInstancesOffering$OfferingClass' => '

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

', ], ], 'OfferingId' => [ 'base' => NULL, 'refs' => [ 'DescribeHostReservationOfferingsRequest$OfferingId' => '

The ID of the reservation offering.

', 'GetHostReservationPurchasePreviewRequest$OfferingId' => '

The offering ID of the reservation.

', 'HostOffering$OfferingId' => '

The ID of the offering.

', 'HostReservation$OfferingId' => '

The ID of the reservation. This remains the same regardless of which Dedicated Hosts are associated with it.

', 'PurchaseHostReservationRequest$OfferingId' => '

The ID of the offering.

', ], ], 'OfferingTypeValues' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$OfferingType' => '

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

', 'DescribeReservedInstancesRequest$OfferingType' => '

The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the Medium Utilization Reserved Instance offering type.

', 'ReservedInstances$OfferingType' => '

The Reserved Instance offering type.

', 'ReservedInstancesOffering$OfferingType' => '

The Reserved Instance offering type.

', ], ], 'OidcOptions' => [ 'base' => '

Describes the options for an OpenID Connect-compatible user-identity trust provider.

', 'refs' => [ 'VerifiedAccessTrustProvider$OidcOptions' => '

The options for an OpenID Connect-compatible user-identity trust provider.

', ], ], 'OnDemandAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotFleetRequestConfigData$OnDemandAllocationStrategy' => '

The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify lowestPrice, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify prioritized, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to lowestPrice.

', ], ], 'OnDemandOptions' => [ 'base' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', 'refs' => [ 'FleetData$OnDemandOptions' => '

The allocation strategy of On-Demand Instances in an EC2 Fleet.

', ], ], 'OnDemandOptionsRequest' => [ 'base' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', 'refs' => [ 'CreateFleetRequest$OnDemandOptions' => '

Describes the configuration of On-Demand Instances in an EC2 Fleet.

', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$OperationType' => '

The operation type.

', 'ModifyImageAttributeRequest$OperationType' => '

The operation type. This parameter can be used only when the Attribute parameter is launchPermission.

', 'ModifySnapshotAttributeRequest$OperationType' => '

The type of operation to perform to the attribute.

', ], ], 'OrganizationArnStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyImageAttributeRequest$OrganizationArns' => '

The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'OrganizationalUnitArnStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyImageAttributeRequest$OrganizationalUnitArns' => '

The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'OutpostArn' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.

', 'CreateCapacityReservationRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.

', ], ], 'OwnerStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeFpgaImagesRequest$Owners' => '

Filters the AFI by owner. Specify an Amazon Web Services account ID, self (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are amazon | aws-marketplace).

', 'DescribeImagesRequest$Owners' => '

Scopes the results to images with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, amazon, and aws-marketplace. If you omit this parameter, the results include all images for which you have launch permissions, regardless of ownership.

', 'DescribeSnapshotsRequest$OwnerIds' => '

Scopes the results to snapshots with the specified owners. You can specify a combination of Amazon Web Services account IDs, self, and amazon.

', ], ], 'PacketHeaderStatement' => [ 'base' => '

Describes a packet header statement.

', 'refs' => [ 'PathStatement$PacketHeaderStatement' => '

The packet header statement.

', ], ], 'PacketHeaderStatementRequest' => [ 'base' => '

Describes a packet header statement.

', 'refs' => [ 'PathStatementRequest$PacketHeaderStatement' => '

The packet header statement.

', ], ], 'PartitionLoadFrequency' => [ 'base' => NULL, 'refs' => [ 'AthenaIntegration$PartitionLoadFrequency' => '

The schedule for adding new partitions to the table.

', ], ], 'PathComponent' => [ 'base' => '

Describes a path component.

', 'refs' => [ 'PathComponentList$member' => NULL, ], ], 'PathComponentList' => [ 'base' => NULL, 'refs' => [ 'AccessScopeAnalysisFinding$FindingComponents' => '

The finding components.

', 'NetworkInsightsAnalysis$ForwardPathComponents' => '

The components in the path from source to destination.

', 'NetworkInsightsAnalysis$ReturnPathComponents' => '

The components in the path from destination to source.

', ], ], 'PathFilter' => [ 'base' => '

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

', 'refs' => [ 'NetworkInsightsPath$FilterAtSource' => '

Scopes the analysis to network paths that match specific filters at the source.

', 'NetworkInsightsPath$FilterAtDestination' => '

Scopes the analysis to network paths that match specific filters at the destination.

', ], ], 'PathRequestFilter' => [ 'base' => '

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

', 'refs' => [ 'CreateNetworkInsightsPathRequest$FilterAtSource' => '

Scopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can\'t specify the parameters for the source IP address or the destination port.

', 'CreateNetworkInsightsPathRequest$FilterAtDestination' => '

Scopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can\'t specify the parameter for the destination IP address.

', ], ], 'PathStatement' => [ 'base' => '

Describes a path statement.

', 'refs' => [ 'AccessScopePath$Source' => '

The source.

', 'AccessScopePath$Destination' => '

The destination.

', ], ], 'PathStatementRequest' => [ 'base' => '

Describes a path statement.

', 'refs' => [ 'AccessScopePathRequest$Source' => '

The source.

', 'AccessScopePathRequest$Destination' => '

The destination.

', ], ], 'PayerResponsibility' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcEndpointServicePayerResponsibilityRequest$PayerResponsibility' => '

The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.

', 'ServiceConfiguration$PayerResponsibility' => '

The payer responsibility.

', 'ServiceDetail$PayerResponsibility' => '

The payer responsibility.

', ], ], 'PaymentOption' => [ 'base' => NULL, 'refs' => [ 'HostOffering$PaymentOption' => '

The available payment option.

', 'HostReservation$PaymentOption' => '

The payment option selected for this reservation.

', 'Purchase$PaymentOption' => '

The payment option for the reservation.

', ], ], 'PciId' => [ 'base' => '

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

', 'refs' => [ 'FpgaImage$PciId' => '

Information about the PCI bus.

', ], ], 'PeakBandwidthInGbps' => [ 'base' => NULL, 'refs' => [ 'NetworkCardInfo$PeakBandwidthInGbps' => '

The peak (burst) network performance of the network card, in Gbps.

', ], ], 'PeeringAttachmentStatus' => [ 'base' => '

The status of the transit gateway peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$Status' => '

The status of the transit gateway peering attachment.

', ], ], 'PeeringConnectionOptions' => [ 'base' => '

Describes the VPC peering connection options.

', 'refs' => [ 'ModifyVpcPeeringConnectionOptionsResult$AccepterPeeringConnectionOptions' => '

Information about the VPC peering connection options for the accepter VPC.

', 'ModifyVpcPeeringConnectionOptionsResult$RequesterPeeringConnectionOptions' => '

Information about the VPC peering connection options for the requester VPC.

', ], ], 'PeeringConnectionOptionsRequest' => [ 'base' => '

The VPC peering connection options.

', 'refs' => [ 'ModifyVpcPeeringConnectionOptionsRequest$AccepterPeeringConnectionOptions' => '

The VPC peering connection options for the accepter VPC.

', 'ModifyVpcPeeringConnectionOptionsRequest$RequesterPeeringConnectionOptions' => '

The VPC peering connection options for the requester VPC.

', ], ], 'PeeringTgwInfo' => [ 'base' => '

Information about the transit gateway in the peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$RequesterTgwInfo' => '

Information about the requester transit gateway.

', 'TransitGatewayPeeringAttachment$AccepterTgwInfo' => '

Information about the accepter transit gateway.

', ], ], 'PeriodType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Period' => '

The aggregation period used for the data query.

', 'DataResponse$Period' => '

The period used for the network performance request.

', 'Subscription$Period' => '

The data aggregation time for the subscription.

', ], ], 'PermissionGroup' => [ 'base' => NULL, 'refs' => [ 'CreateVolumePermission$Group' => '

The group to be added or removed. The possible value is all.

', 'LaunchPermission$Group' => '

The name of the group.

', 'LoadPermission$Group' => '

The name of the group.

', 'LoadPermissionRequest$Group' => '

The name of the group.

', ], ], 'Phase1DHGroupNumbersList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1DHGroupNumbers' => '

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1DHGroupNumbersListValue' => [ 'base' => '

The Diffie-Hellmann group number for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1DHGroupNumbersList$member' => NULL, ], ], 'Phase1DHGroupNumbersRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', 'VpnTunnelOptionsSpecification$Phase1DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: 2 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', ], ], 'Phase1DHGroupNumbersRequestListValue' => [ 'base' => '

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1DHGroupNumbersRequestList$member' => NULL, ], ], 'Phase1EncryptionAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1EncryptionAlgorithms' => '

The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1EncryptionAlgorithmsListValue' => [ 'base' => '

The encryption algorithm for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1EncryptionAlgorithmsList$member' => NULL, ], ], 'Phase1EncryptionAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', 'VpnTunnelOptionsSpecification$Phase1EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', ], ], 'Phase1EncryptionAlgorithmsRequestListValue' => [ 'base' => '

Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1EncryptionAlgorithmsRequestList$member' => NULL, ], ], 'Phase1IntegrityAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase1IntegrityAlgorithms' => '

The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.

', ], ], 'Phase1IntegrityAlgorithmsListValue' => [ 'base' => '

The integrity algorithm for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1IntegrityAlgorithmsList$member' => NULL, ], ], 'Phase1IntegrityAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', 'VpnTunnelOptionsSpecification$Phase1IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', ], ], 'Phase1IntegrityAlgorithmsRequestListValue' => [ 'base' => '

Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE negotiations.

', 'refs' => [ 'Phase1IntegrityAlgorithmsRequestList$member' => NULL, ], ], 'Phase2DHGroupNumbersList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2DHGroupNumbers' => '

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2DHGroupNumbersListValue' => [ 'base' => '

The Diffie-Hellmann group number for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2DHGroupNumbersList$member' => NULL, ], ], 'Phase2DHGroupNumbersRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', 'VpnTunnelOptionsSpecification$Phase2DHGroupNumbers' => '

One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: 2 | 5 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24

', ], ], 'Phase2DHGroupNumbersRequestListValue' => [ 'base' => '

Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2DHGroupNumbersRequestList$member' => NULL, ], ], 'Phase2EncryptionAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2EncryptionAlgorithms' => '

The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2EncryptionAlgorithmsListValue' => [ 'base' => '

The encryption algorithm for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2EncryptionAlgorithmsList$member' => NULL, ], ], 'Phase2EncryptionAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', 'VpnTunnelOptionsSpecification$Phase2EncryptionAlgorithms' => '

One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: AES128 | AES256 | AES128-GCM-16 | AES256-GCM-16

', ], ], 'Phase2EncryptionAlgorithmsRequestListValue' => [ 'base' => '

Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2EncryptionAlgorithmsRequestList$member' => NULL, ], ], 'Phase2IntegrityAlgorithmsList' => [ 'base' => NULL, 'refs' => [ 'TunnelOption$Phase2IntegrityAlgorithms' => '

The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.

', ], ], 'Phase2IntegrityAlgorithmsListValue' => [ 'base' => '

The integrity algorithm for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2IntegrityAlgorithmsList$member' => NULL, ], ], 'Phase2IntegrityAlgorithmsRequestList' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', 'VpnTunnelOptionsSpecification$Phase2IntegrityAlgorithms' => '

One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.

Valid values: SHA1 | SHA2-256 | SHA2-384 | SHA2-512

', ], ], 'Phase2IntegrityAlgorithmsRequestListValue' => [ 'base' => '

Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.

', 'refs' => [ 'Phase2IntegrityAlgorithmsRequestList$member' => NULL, ], ], 'Placement' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'FleetLaunchTemplateOverridesRequest$Placement' => '

The location where the instance launched, if applicable.

', 'ImportInstanceLaunchSpecification$Placement' => '

The placement information for the instance.

', 'Instance$Placement' => '

The location where the instance launched, if applicable.

', 'RunInstancesRequest$Placement' => '

The placement for the instance.

', ], ], 'PlacementGroup' => [ 'base' => '

Describes a placement group.

', 'refs' => [ 'CreatePlacementGroupResult$PlacementGroup' => '

Information about the placement group.

', 'PlacementGroupList$member' => NULL, ], ], 'PlacementGroupArn' => [ 'base' => NULL, 'refs' => [ 'CapacityReservation$PlacementGroupArn' => '

The Amazon Resource Name (ARN) of the cluster placement group in which the Capacity Reservation was created. For more information, see Capacity Reservations for cluster placement groups in the Amazon EC2 User Guide.

', 'CreateCapacityReservationRequest$PlacementGroupArn' => '

The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see Capacity Reservations for cluster placement groups in the Amazon EC2 User Guide.

', ], ], 'PlacementGroupId' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplatePlacement$GroupId' => '

The Group ID of the placement group. You must specify the Placement Group Group ID to launch an instance in a shared placement group.

', 'LaunchTemplatePlacementRequest$GroupId' => '

The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

', 'ModifyInstancePlacementRequest$GroupId' => '

The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

', 'Placement$GroupId' => '

The ID of the placement group that the instance is in. If you specify GroupId, you can\'t specify GroupName.

', 'PlacementGroupIdStringList$member' => NULL, ], ], 'PlacementGroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsRequest$GroupIds' => '

The IDs of the placement groups.

', ], ], 'PlacementGroupInfo' => [ 'base' => '

Describes the placement group support of the instance type.

', 'refs' => [ 'InstanceTypeInfo$PlacementGroupInfo' => '

Describes the placement group settings for the instance type.

', ], ], 'PlacementGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsResult$PlacementGroups' => '

Information about the placement groups.

', ], ], 'PlacementGroupName' => [ 'base' => NULL, 'refs' => [ 'DeletePlacementGroupRequest$GroupName' => '

The name of the placement group.

', 'LaunchTemplatePlacementRequest$GroupName' => '

The name of the placement group for the instance.

', 'ModifyInstancePlacementRequest$GroupName' => '

The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of default. For cluster and partition placement groups, the instance must have a tenancy of default or dedicated.

To remove an instance from a placement group, specify an empty string ("").

', 'Placement$GroupName' => '

The name of the placement group that the instance is in. If you specify GroupName, you can\'t specify GroupId.

', 'PlacementGroupStringList$member' => NULL, 'PlacementResponse$GroupName' => '

The name of the placement group that the instance is in.

', 'ScheduledInstancesPlacement$GroupName' => '

The name of the placement group.

', 'SpotPlacement$GroupName' => '

The name of the placement group.

', ], ], 'PlacementGroupState' => [ 'base' => NULL, 'refs' => [ 'PlacementGroup$State' => '

The state of the placement group.

', ], ], 'PlacementGroupStrategy' => [ 'base' => NULL, 'refs' => [ 'PlacementGroupStrategyList$member' => NULL, ], ], 'PlacementGroupStrategyList' => [ 'base' => NULL, 'refs' => [ 'PlacementGroupInfo$SupportedStrategies' => '

The supported placement group types.

', ], ], 'PlacementGroupStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePlacementGroupsRequest$GroupNames' => '

The names of the placement groups.

Default: Describes all your placement groups, or only those otherwise specified.

', ], ], 'PlacementResponse' => [ 'base' => '

Describes the placement of an instance.

', 'refs' => [ 'FleetLaunchTemplateOverrides$Placement' => '

The location where the instance launched, if applicable.

', ], ], 'PlacementStrategy' => [ 'base' => NULL, 'refs' => [ 'CreatePlacementGroupRequest$Strategy' => '

The placement strategy.

', 'PlacementGroup$Strategy' => '

The placement strategy.

', ], ], 'PlatformValues' => [ 'base' => NULL, 'refs' => [ 'CreateFleetInstance$Platform' => '

The value is Windows for Windows instances. Otherwise, the value is blank.

', 'DescribeFleetsInstances$Platform' => '

The value is Windows for Windows instances. Otherwise, the value is blank.

', 'Image$Platform' => '

This value is set to windows for Windows AMIs; otherwise, it is blank.

', 'ImportInstanceRequest$Platform' => '

The instance operating system.

', 'ImportInstanceTaskDetails$Platform' => '

The instance operating system.

', 'Instance$Platform' => '

The value is Windows for Windows instances; otherwise blank.

', ], ], 'PoolCidrBlock' => [ 'base' => '

Describes a CIDR block for an address pool.

', 'refs' => [ 'PoolCidrBlocksSet$member' => NULL, ], ], 'PoolCidrBlocksSet' => [ 'base' => NULL, 'refs' => [ 'Ipv6Pool$PoolCidrBlocks' => '

The CIDR blocks for the address pool.

', ], ], 'PoolMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'AnalysisLoadBalancerListener$LoadBalancerPort' => '

The port on which the load balancer is listening.

', 'AnalysisLoadBalancerListener$InstancePort' => '

[Classic Load Balancers] The back-end port for the listener.

', 'AnalysisLoadBalancerTarget$Port' => '

The port on which the target is listening.

', 'CreateNetworkInsightsPathRequest$DestinationPort' => '

The destination port.

', 'Explanation$LoadBalancerListenerPort' => '

The listener port of the load balancer.

', 'Explanation$LoadBalancerTargetPort' => '

The target port.

', 'Explanation$Port' => '

The port.

', 'FilterPortRange$FromPort' => '

The first port in the range.

', 'FilterPortRange$ToPort' => '

The last port in the range.

', 'RequestFilterPortRange$FromPort' => '

The first port in the range.

', 'RequestFilterPortRange$ToPort' => '

The last port in the range.

', ], ], 'PortRange' => [ 'base' => '

Describes a range of ports.

', 'refs' => [ 'AnalysisAclRule$PortRange' => '

The range of ports.

', 'AnalysisSecurityGroupRule$PortRange' => '

The port range.

', 'CreateNetworkAclEntryRequest$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

', 'NetworkAclEntry$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to.

', 'PortRangeList$member' => NULL, 'ReplaceNetworkAclEntryRequest$PortRange' => '

TCP or UDP protocols: The range of ports the rule applies to. Required if specifying protocol 6 (TCP) or 17 (UDP).

', ], ], 'PortRangeList' => [ 'base' => NULL, 'refs' => [ 'AnalysisPacketHeader$DestinationPortRanges' => '

The destination port ranges.

', 'AnalysisPacketHeader$SourcePortRanges' => '

The source port ranges.

', 'Explanation$PortRanges' => '

The port ranges.

', 'FirewallStatefulRule$SourcePorts' => '

The source ports.

', 'FirewallStatefulRule$DestinationPorts' => '

The destination ports.

', 'FirewallStatelessRule$SourcePorts' => '

The source ports.

', 'FirewallStatelessRule$DestinationPorts' => '

The destination ports.

', ], ], 'PrefixList' => [ 'base' => '

Describes prefixes for Amazon Web Services services.

', 'refs' => [ 'PrefixListSet$member' => NULL, ], ], 'PrefixListAssociation' => [ 'base' => '

Describes the resource with which a prefix list is associated.

', 'refs' => [ 'PrefixListAssociationSet$member' => NULL, ], ], 'PrefixListAssociationSet' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListAssociationsResult$PrefixListAssociations' => '

Information about the associations.

', ], ], 'PrefixListEntry' => [ 'base' => '

Describes a prefix list entry.

', 'refs' => [ 'PrefixListEntrySet$member' => NULL, ], ], 'PrefixListEntrySet' => [ 'base' => NULL, 'refs' => [ 'GetManagedPrefixListEntriesResult$Entries' => '

Information about the prefix list entries.

', ], ], 'PrefixListId' => [ 'base' => '

Describes a prefix list ID.

', 'refs' => [ 'PrefixListIdList$member' => NULL, ], ], 'PrefixListIdList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$PrefixListIds' => '

The prefix list IDs.

', ], ], 'PrefixListIdSet' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$PrefixListIds' => '

The prefix list IDs. Not applicable for stale security group rules.

', ], ], 'PrefixListMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeManagedPrefixListsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetManagedPrefixListEntriesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'PrefixListResourceId' => [ 'base' => NULL, 'refs' => [ 'CreateLocalGatewayRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'CreateRouteRequest$DestinationPrefixListId' => '

The ID of a prefix list used for the destination match.

', 'CreateTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list that is used for destination matches.

', 'DeleteLocalGatewayRouteRequest$DestinationPrefixListId' => '

Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'DeleteManagedPrefixListRequest$PrefixListId' => '

The ID of the prefix list.

', 'DeleteRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list for the route.

', 'DeleteTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list.

', 'GetManagedPrefixListAssociationsRequest$PrefixListId' => '

The ID of the prefix list.

', 'GetManagedPrefixListEntriesRequest$PrefixListId' => '

The ID of the prefix list.

', 'LocalGatewayRoute$DestinationPrefixListId' => '

The ID of the prefix list.

', 'ManagedPrefixList$PrefixListId' => '

The ID of the prefix list.

', 'ModifyLocalGatewayRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list. Use a prefix list in place of DestinationCidrBlock. You cannot use DestinationPrefixListId and DestinationCidrBlock in the same request.

', 'ModifyManagedPrefixListRequest$PrefixListId' => '

The ID of the prefix list.

', 'ModifyTransitGatewayPrefixListReferenceRequest$PrefixListId' => '

The ID of the prefix list.

', 'PrefixListResourceIdStringList$member' => NULL, 'ReplaceRouteRequest$DestinationPrefixListId' => '

The ID of the prefix list for the route.

', 'RestoreManagedPrefixListVersionRequest$PrefixListId' => '

The ID of the prefix list.

', 'SecurityGroupRule$PrefixListId' => '

The ID of the prefix list.

', 'SecurityGroupRuleRequest$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayPrefixListReference$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayRoute$PrefixListId' => '

The ID of the prefix list used for destination matches.

', ], ], 'PrefixListResourceIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePrefixListsRequest$PrefixListIds' => '

One or more prefix list IDs.

', ], ], 'PrefixListSet' => [ 'base' => NULL, 'refs' => [ 'DescribePrefixListsResult$PrefixLists' => '

All available prefix lists.

', ], ], 'PrefixListState' => [ 'base' => NULL, 'refs' => [ 'ManagedPrefixList$State' => '

The current state of the prefix list.

', ], ], 'PriceSchedule' => [ 'base' => '

Describes the price for a Reserved Instance.

', 'refs' => [ 'PriceScheduleList$member' => NULL, ], ], 'PriceScheduleList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesListing$PriceSchedules' => '

The price of the Reserved Instance listing.

', ], ], 'PriceScheduleSpecification' => [ 'base' => '

Describes the price for a Reserved Instance.

', 'refs' => [ 'PriceScheduleSpecificationList$member' => NULL, ], ], 'PriceScheduleSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateReservedInstancesListingRequest$PriceSchedules' => '

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

', ], ], 'PricingDetail' => [ 'base' => '

Describes a Reserved Instance offering.

', 'refs' => [ 'PricingDetailsList$member' => NULL, ], ], 'PricingDetailsList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesOffering$PricingDetails' => '

The pricing details of the Reserved Instance offering.

', ], ], 'PrincipalIdFormat' => [ 'base' => '

PrincipalIdFormat description

', 'refs' => [ 'PrincipalIdFormatList$member' => NULL, ], ], 'PrincipalIdFormatList' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatResult$Principals' => '

Information about the ID format settings for the ARN.

', ], ], 'PrincipalType' => [ 'base' => NULL, 'refs' => [ 'AddedPrincipal$PrincipalType' => '

The type of principal.

', 'AllowedPrincipal$PrincipalType' => '

The type of principal.

', ], ], 'Priority' => [ 'base' => NULL, 'refs' => [ 'FirewallStatelessRule$Priority' => '

The rule priority.

', ], ], 'PrivateDnsDetails' => [ 'base' => '

Information about the Private DNS name for interface endpoints.

', 'refs' => [ 'PrivateDnsDetailsSet$member' => NULL, ], ], 'PrivateDnsDetailsSet' => [ 'base' => NULL, 'refs' => [ 'ServiceDetail$PrivateDnsNames' => '

The private DNS names assigned to the VPC endpoint service.

', ], ], 'PrivateDnsNameConfiguration' => [ 'base' => '

Information about the private DNS name for the service endpoint.

', 'refs' => [ 'ServiceConfiguration$PrivateDnsNameConfiguration' => '

Information about the endpoint service private DNS name configuration.

', ], ], 'PrivateDnsNameOptionsOnLaunch' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'Subnet$PrivateDnsNameOptionsOnLaunch' => '

The type of hostnames to assign to instances in the subnet at launch. An instance hostname is based on the IPv4 address or ID of the instance.

', ], ], 'PrivateDnsNameOptionsRequest' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'RunInstancesRequest$PrivateDnsNameOptions' => '

The options for the instance hostname. The default values are inherited from the subnet. Applies only if creating a network interface, not attaching an existing one.

', ], ], 'PrivateDnsNameOptionsResponse' => [ 'base' => '

Describes the options for instance hostnames.

', 'refs' => [ 'Instance$PrivateDnsNameOptions' => '

The options for the instance hostname.

', ], ], 'PrivateIpAddressConfigSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesNetworkInterface$PrivateIpAddressConfigs' => '

The private IPv4 addresses.

', ], ], 'PrivateIpAddressCount' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateNatGatewayAddressRequest$PrivateIpAddressCount' => '

The number of private IP addresses to assign to the NAT gateway. You can\'t specify this parameter when also specifying private IP addresses.

', 'CreateNatGatewayRequest$SecondaryPrivateIpAddressCount' => '

[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see Create a NAT gateway in the Amazon VPC User Guide.

', ], ], 'PrivateIpAddressSpecification' => [ 'base' => '

Describes a secondary private IPv4 address for a network interface.

', 'refs' => [ 'PrivateIpAddressSpecificationList$member' => NULL, ], ], 'PrivateIpAddressSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$PrivateIpAddresses' => '

The private IPv4 addresses.

You can\'t specify private IPv4 addresses if you\'ve specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.

', 'InstanceNetworkInterfaceSpecification$PrivateIpAddresses' => '

The private IPv4 addresses to assign to the network interface. Only one private IPv4 address can be designated as primary. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddresses' => '

One or more private IPv4 addresses.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddresses' => '

One or more private IPv4 addresses.

', ], ], 'PrivateIpAddressStringList' => [ 'base' => NULL, 'refs' => [ 'AssignPrivateIpAddressesRequest$PrivateIpAddresses' => '

The IP addresses to be assigned as a secondary private IP address to the network interface. You can\'t specify this parameter when also specifying a number of secondary IP addresses.

If you don\'t specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.

', 'UnassignPrivateIpAddressesRequest$PrivateIpAddresses' => '

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

', ], ], 'ProcessorInfo' => [ 'base' => '

Describes the processor used by the instance type.

', 'refs' => [ 'InstanceTypeInfo$ProcessorInfo' => '

Describes the processor.

', ], ], 'ProcessorSustainedClockSpeed' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SustainedClockSpeedInGhz' => '

The speed of the processor, in GHz.

', ], ], 'ProductCode' => [ 'base' => '

Describes a product code.

', 'refs' => [ 'ProductCodeList$member' => NULL, ], ], 'ProductCodeList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotAttributeResult$ProductCodes' => '

The product codes.

', 'DescribeVolumeAttributeResult$ProductCodes' => '

A list of product codes.

', 'FpgaImage$ProductCodes' => '

The product codes for the AFI.

', 'FpgaImageAttribute$ProductCodes' => '

The product codes.

', 'Image$ProductCodes' => '

Any product codes associated with the AMI.

', 'ImageAttribute$ProductCodes' => '

The product codes.

', 'Instance$ProductCodes' => '

The product codes attached to this instance, if applicable.

', 'InstanceAttribute$ProductCodes' => '

A list of product codes.

', ], ], 'ProductCodeStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$ProductCodes' => '

The product codes. After you add a product code to an AFI, it can\'t be removed. This parameter is valid only when modifying the productCodes attribute.

', 'ModifyImageAttributeRequest$ProductCodes' => '

Not supported.

', ], ], 'ProductCodeValues' => [ 'base' => NULL, 'refs' => [ 'ProductCode$ProductCodeType' => '

The type of product code.

', ], ], 'ProductDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryRequest$ProductDescriptions' => '

Filters the results by the specified basic product descriptions.

', ], ], 'PropagatingVgw' => [ 'base' => '

Describes a virtual private gateway propagating route.

', 'refs' => [ 'PropagatingVgwList$member' => NULL, ], ], 'PropagatingVgwList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$PropagatingVgws' => '

Any virtual private gateway (VGW) propagating routes.

', ], ], 'Protocol' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInsightsPathRequest$Protocol' => '

The protocol.

', 'NetworkInsightsPath$Protocol' => '

The protocol.

', 'ProtocolList$member' => NULL, ], ], 'ProtocolInt' => [ 'base' => NULL, 'refs' => [ 'ProtocolIntList$member' => NULL, ], ], 'ProtocolIntList' => [ 'base' => NULL, 'refs' => [ 'FirewallStatelessRule$Protocols' => '

The protocols.

', ], ], 'ProtocolList' => [ 'base' => NULL, 'refs' => [ 'PacketHeaderStatement$Protocols' => '

The protocols.

', 'PacketHeaderStatementRequest$Protocols' => '

The protocols.

', ], ], 'ProtocolValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayConnectRequestOptions$Protocol' => '

The tunnel protocol.

', 'TransitGatewayConnectOptions$Protocol' => '

The tunnel protocol.

', 'TransitGatewayConnectPeerConfiguration$Protocol' => '

The tunnel protocol.

', ], ], 'ProvisionByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionIpamPoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionIpamPoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionPublicIpv4PoolCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionPublicIpv4PoolCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ProvisionedBandwidth' => [ 'base' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'refs' => [ 'NatGateway$ProvisionedBandwidth' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', ], ], 'PtrUpdateStatus' => [ 'base' => '

The status of an updated pointer (PTR) record for an Elastic IP address.

', 'refs' => [ 'AddressAttribute$PtrRecordUpdate' => '

The updated PTR record for the IP address.

', ], ], 'PublicIpAddress' => [ 'base' => NULL, 'refs' => [ 'AddressAttribute$PublicIp' => '

The public IP address.

', 'AllocateAddressRequest$Address' => '

The Elastic IP address to recover or an IPv4 address from an address pool.

', ], ], 'PublicIpStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAddressesRequest$PublicIps' => '

One or more Elastic IP addresses.

Default: Describes all your Elastic IP addresses.

', ], ], 'PublicIpv4Pool' => [ 'base' => '

Describes an IPv4 address pool.

', 'refs' => [ 'PublicIpv4PoolSet$member' => NULL, ], ], 'PublicIpv4PoolIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsRequest$PoolIds' => '

The IDs of the address pools.

', ], ], 'PublicIpv4PoolRange' => [ 'base' => '

Describes an address range of an IPv4 address pool.

', 'refs' => [ 'ProvisionPublicIpv4PoolCidrResult$PoolAddressRange' => '

Information about the address range of the public IPv4 pool.

', 'PublicIpv4PoolRangeSet$member' => NULL, ], ], 'PublicIpv4PoolRangeSet' => [ 'base' => NULL, 'refs' => [ 'PublicIpv4Pool$PoolAddressRanges' => '

The address ranges.

', ], ], 'PublicIpv4PoolSet' => [ 'base' => NULL, 'refs' => [ 'DescribePublicIpv4PoolsResult$PublicIpv4Pools' => '

Information about the address pools.

', ], ], 'Purchase' => [ 'base' => '

Describes the result of the purchase.

', 'refs' => [ 'PurchaseSet$member' => NULL, ], ], 'PurchaseHostReservationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PurchaseHostReservationResult' => [ 'base' => NULL, 'refs' => [], ], 'PurchaseRequest' => [ 'base' => '

Describes a request to purchase Scheduled Instances.

', 'refs' => [ 'PurchaseRequestSet$member' => NULL, ], ], 'PurchaseRequestSet' => [ 'base' => NULL, 'refs' => [ 'PurchaseScheduledInstancesRequest$PurchaseRequests' => '

The purchase requests.

', ], ], 'PurchaseReservedInstancesOfferingRequest' => [ 'base' => '

Contains the parameters for PurchaseReservedInstancesOffering.

', 'refs' => [], ], 'PurchaseReservedInstancesOfferingResult' => [ 'base' => '

Contains the output of PurchaseReservedInstancesOffering.

', 'refs' => [], ], 'PurchaseScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for PurchaseScheduledInstances.

', 'refs' => [], ], 'PurchaseScheduledInstancesResult' => [ 'base' => '

Contains the output of PurchaseScheduledInstances.

', 'refs' => [], ], 'PurchaseSet' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewResult$Purchase' => '

The purchase information of the Dedicated Host reservation and the Dedicated Hosts associated with it.

', 'PurchaseHostReservationResult$Purchase' => '

Describes the details of the purchase.

', ], ], 'PurchasedScheduledInstanceSet' => [ 'base' => NULL, 'refs' => [ 'PurchaseScheduledInstancesResult$ScheduledInstanceSet' => '

Information about the Scheduled Instances.

', ], ], 'RIProductDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$ProductDescription' => '

The Reserved Instance product platform description. Instances that include (Amazon VPC) in the description are for use with Amazon VPC.

', 'ReservedInstances$ProductDescription' => '

The Reserved Instance product platform description.

', 'ReservedInstancesOffering$ProductDescription' => '

The Reserved Instance product platform description.

', 'SpotInstanceRequest$ProductDescription' => '

The product description associated with the Spot Instance.

', 'SpotPrice$ProductDescription' => '

A general description of the AMI.

', ], ], 'RamdiskId' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$RamdiskId' => '

The ID of the RAM disk.

', 'RequestLaunchTemplateData$RamDiskId' => '

The ID of the RAM disk.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see User provided kernels in the Amazon Elastic Compute Cloud User Guide.

', 'RequestSpotLaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', 'RunInstancesRequest$RamdiskId' => '

The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.

We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see PV-GRUB in the Amazon EC2 User Guide.

', 'ScheduledInstancesLaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', ], ], 'ReasonCodesList' => [ 'base' => NULL, 'refs' => [ 'ReportInstanceStatusRequest$ReasonCodes' => '

The reason codes that describe the health state of your instance.

', ], ], 'RebootInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RecurringCharge' => [ 'base' => '

Describes a recurring charge.

', 'refs' => [ 'RecurringChargesList$member' => NULL, ], ], 'RecurringChargeFrequency' => [ 'base' => NULL, 'refs' => [ 'RecurringCharge$Frequency' => '

The frequency of the recurring charge.

', ], ], 'RecurringChargesList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$RecurringCharges' => '

The recurring charge tag assigned to the resource.

', 'ReservedInstancesOffering$RecurringCharges' => '

The recurring charge tag assigned to the resource.

', ], ], 'ReferencedSecurityGroup' => [ 'base' => '

Describes the security group that is referenced in the security group rule.

', 'refs' => [ 'SecurityGroupRule$ReferencedGroupInfo' => '

Describes the security group that is referenced in the rule.

', ], ], 'Region' => [ 'base' => '

Describes a Region.

', 'refs' => [ 'RegionList$member' => NULL, ], ], 'RegionList' => [ 'base' => NULL, 'refs' => [ 'DescribeRegionsResult$Regions' => '

Information about the Regions.

', ], ], 'RegionNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeRegionsRequest$RegionNames' => '

The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

', ], ], 'RegionNames' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$RegionNames' => '

The Regions used to narrow down the list of Regions to be scored. Enter the Region code, for example, us-east-1.

', ], ], 'RegisterImageRequest' => [ 'base' => '

Contains the parameters for RegisterImage.

', 'refs' => [], ], 'RegisterImageResult' => [ 'base' => '

Contains the output of RegisterImage.

', 'refs' => [], ], 'RegisterInstanceEventNotificationAttributesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterInstanceEventNotificationAttributesResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterInstanceTagAttributeRequest' => [ 'base' => '

Information about the tag keys to register for the current Region. You can either specify individual tag keys or register all tag keys in the current Region. You must specify either IncludeAllTagsOfInstance or InstanceTagKeys in the request

', 'refs' => [ 'RegisterInstanceEventNotificationAttributesRequest$InstanceTagAttribute' => '

Information about the tag keys to register.

', ], ], 'RegisterTransitGatewayMulticastGroupMembersRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupMembersResult' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupSourcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterTransitGatewayMulticastGroupSourcesResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayMulticastDomainAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayMulticastDomainAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayPeeringAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayPeeringAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayVpcAttachmentRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectTransitGatewayVpcAttachmentResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcEndpointConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcEndpointConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcPeeringConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RejectVpcPeeringConnectionResult' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseHostsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseHostsResult' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseIpamPoolAllocationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReleaseIpamPoolAllocationResult' => [ 'base' => NULL, 'refs' => [], ], 'RemoveIpamOperatingRegion' => [ 'base' => '

Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide

', 'refs' => [ 'RemoveIpamOperatingRegionSet$member' => NULL, ], ], 'RemoveIpamOperatingRegionSet' => [ 'base' => NULL, 'refs' => [ 'ModifyIpamRequest$RemoveOperatingRegions' => '

The operating Regions to remove.

', 'ModifyIpamResourceDiscoveryRequest$RemoveOperatingRegions' => '

Remove operating Regions.

', ], ], 'RemovePrefixListEntries' => [ 'base' => NULL, 'refs' => [ 'ModifyManagedPrefixListRequest$RemoveEntries' => '

One or more entries to remove from the prefix list.

', ], ], 'RemovePrefixListEntry' => [ 'base' => '

An entry for a prefix list.

', 'refs' => [ 'RemovePrefixListEntries$member' => NULL, ], ], 'ReplaceIamInstanceProfileAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceIamInstanceProfileAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceNetworkAclEntryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRootVolumeTask' => [ 'base' => '

Information about a root volume replacement task.

', 'refs' => [ 'CreateReplaceRootVolumeTaskResult$ReplaceRootVolumeTask' => '

Information about the root volume replacement task.

', 'ReplaceRootVolumeTasks$member' => NULL, ], ], 'ReplaceRootVolumeTaskId' => [ 'base' => NULL, 'refs' => [ 'ReplaceRootVolumeTask$ReplaceRootVolumeTaskId' => '

The ID of the root volume replacement task.

', 'ReplaceRootVolumeTaskIds$member' => NULL, ], ], 'ReplaceRootVolumeTaskIds' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksRequest$ReplaceRootVolumeTaskIds' => '

The ID of the root volume replacement task to view.

', ], ], 'ReplaceRootVolumeTaskState' => [ 'base' => NULL, 'refs' => [ 'ReplaceRootVolumeTask$TaskState' => '

The state of the task. The task can be in one of the following states:

', ], ], 'ReplaceRootVolumeTasks' => [ 'base' => NULL, 'refs' => [ 'DescribeReplaceRootVolumeTasksResult$ReplaceRootVolumeTasks' => '

Information about the root volume replacement task.

', ], ], 'ReplaceRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRouteTableAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceRouteTableAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceTransitGatewayRouteRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceTransitGatewayRouteResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceVpnTunnelRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReplaceVpnTunnelResult' => [ 'base' => NULL, 'refs' => [], ], 'ReplacementStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotCapacityRebalance$ReplacementStrategy' => '

The replacement strategy to use. Only available for fleets of type maintain.

launch - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. Spot Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running.

launch-before-terminate - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in TerminationDelay), terminates the instances that received a rebalance notification.

', ], ], 'ReportInstanceReasonCodes' => [ 'base' => NULL, 'refs' => [ 'ReasonCodesList$member' => NULL, ], ], 'ReportInstanceStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReportStatusType' => [ 'base' => NULL, 'refs' => [ 'ReportInstanceStatusRequest$Status' => '

The status of all instances listed.

', ], ], 'RequestFilterPortRange' => [ 'base' => '

Describes a port range.

', 'refs' => [ 'PathRequestFilter$SourcePortRange' => '

The source port range.

', 'PathRequestFilter$DestinationPortRange' => '

The destination port range.

', ], ], 'RequestHostIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.

', 'ModifyHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts to modify.

', 'ReleaseHostsRequest$HostIds' => '

The IDs of the Dedicated Hosts to release.

', ], ], 'RequestHostIdSet' => [ 'base' => NULL, 'refs' => [ 'GetHostReservationPurchasePreviewRequest$HostIdSet' => '

The IDs of the Dedicated Hosts with which the reservation is associated.

', 'PurchaseHostReservationRequest$HostIdSet' => '

The IDs of the Dedicated Hosts with which the reservation will be associated.

', ], ], 'RequestInstanceTypeList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceTypesRequest$InstanceTypes' => '

The instance types. For more information, see Instance types in the Amazon EC2 User Guide.

', ], ], 'RequestIpamResourceTag' => [ 'base' => '

A tag on an IPAM resource.

', 'refs' => [ 'GetIpamResourceCidrsRequest$ResourceTag' => '

The resource tag.

', 'RequestIpamResourceTagList$member' => NULL, ], ], 'RequestIpamResourceTagList' => [ 'base' => NULL, 'refs' => [ 'CreateIpamPoolRequest$AllocationResourceTags' => '

Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.

', 'ModifyIpamPoolRequest$AddAllocationResourceTags' => '

Add tag allocation rules to a pool. For more information about allocation rules, see Create a top-level pool in the Amazon VPC IPAM User Guide.

', 'ModifyIpamPoolRequest$RemoveAllocationResourceTags' => '

Remove tag allocation rules from a pool.

', ], ], 'RequestLaunchTemplateData' => [ 'base' => '

The information to include in the launch template.

You must specify at least one parameter for the launch template data.

', 'refs' => [ 'CreateLaunchTemplateRequest$LaunchTemplateData' => '

The information for the launch template.

', 'CreateLaunchTemplateVersionRequest$LaunchTemplateData' => '

The information for the launch template.

', ], ], 'RequestSpotFleetRequest' => [ 'base' => '

Contains the parameters for RequestSpotFleet.

', 'refs' => [], ], 'RequestSpotFleetResponse' => [ 'base' => '

Contains the output of RequestSpotFleet.

', 'refs' => [], ], 'RequestSpotInstancesRequest' => [ 'base' => '

Contains the parameters for RequestSpotInstances.

', 'refs' => [], ], 'RequestSpotInstancesResult' => [ 'base' => '

Contains the output of RequestSpotInstances.

', 'refs' => [], ], 'RequestSpotLaunchSpecification' => [ 'base' => '

Describes the launch specification for an instance.

', 'refs' => [ 'RequestSpotInstancesRequest$LaunchSpecification' => '

The launch specification.

', ], ], 'RequestSpotLaunchSpecificationSecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'RequestSpotLaunchSpecification$SecurityGroupIds' => '

The IDs of the security groups.

', ], ], 'RequestSpotLaunchSpecificationSecurityGroupList' => [ 'base' => NULL, 'refs' => [ 'RequestSpotLaunchSpecification$SecurityGroups' => '

Not supported.

', ], ], 'Reservation' => [ 'base' => '

Describes a launch request for one or more instances, and includes owner, requester, and security group information that applies to all instances in the launch request.

', 'refs' => [ 'ReservationList$member' => NULL, ], ], 'ReservationFleetInstanceSpecification' => [ 'base' => '

Information about an instance type to use in a Capacity Reservation Fleet.

', 'refs' => [ 'ReservationFleetInstanceSpecificationList$member' => NULL, ], ], 'ReservationFleetInstanceSpecificationList' => [ 'base' => NULL, 'refs' => [ 'CreateCapacityReservationFleetRequest$InstanceTypeSpecifications' => '

Information about the instance types for which to reserve the capacity.

', ], ], 'ReservationId' => [ 'base' => NULL, 'refs' => [ 'CreateReservedInstancesListingRequest$ReservedInstancesId' => '

The ID of the active Standard Reserved Instance.

', 'DeleteQueuedReservedInstancesIdList$member' => NULL, 'DescribeReservedInstancesListingsRequest$ReservedInstancesId' => '

One or more Reserved Instance IDs.

', 'ReservedInstanceIdSet$member' => NULL, 'ReservedInstancesIdStringList$member' => NULL, ], ], 'ReservationList' => [ 'base' => NULL, 'refs' => [ 'DescribeInstancesResult$Reservations' => '

Information about the reservations.

', ], ], 'ReservationState' => [ 'base' => NULL, 'refs' => [ 'HostReservation$State' => '

The state of the reservation.

', ], ], 'ReservationValue' => [ 'base' => '

The cost associated with the Reserved Instance.

', 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueRollup' => '

The cost associated with the Reserved Instance.

', 'GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueRollup' => '

The cost associated with the Reserved Instance.

', 'ReservedInstanceReservationValue$ReservationValue' => '

The total value of the Convertible Reserved Instance that you are exchanging.

', 'TargetReservationValue$ReservationValue' => '

The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

', ], ], 'ReservedInstanceIdSet' => [ 'base' => NULL, 'refs' => [ 'AcceptReservedInstancesExchangeQuoteRequest$ReservedInstanceIds' => '

The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.

', 'GetReservedInstancesExchangeQuoteRequest$ReservedInstanceIds' => '

The IDs of the Convertible Reserved Instances to exchange.

', ], ], 'ReservedInstanceLimitPrice' => [ 'base' => '

Describes the limit price of a Reserved Instance offering.

', 'refs' => [ 'PurchaseReservedInstancesOfferingRequest$LimitPrice' => '

Specified for Reserved Instance Marketplace offerings to limit the total order and ensure that the Reserved Instances are not purchased at unexpected prices.

', ], ], 'ReservedInstanceReservationValue' => [ 'base' => '

The total value of the Convertible Reserved Instance.

', 'refs' => [ 'ReservedInstanceReservationValueSet$member' => NULL, ], ], 'ReservedInstanceReservationValueSet' => [ 'base' => NULL, 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$ReservedInstanceValueSet' => '

The configuration of your Convertible Reserved Instances.

', ], ], 'ReservedInstanceState' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$State' => '

The state of the Reserved Instance purchase.

', ], ], 'ReservedInstances' => [ 'base' => '

Describes a Reserved Instance.

', 'refs' => [ 'ReservedInstancesList$member' => NULL, ], ], 'ReservedInstancesConfiguration' => [ 'base' => '

Describes the configuration settings for the modified Reserved Instances.

', 'refs' => [ 'ReservedInstancesConfigurationList$member' => NULL, 'ReservedInstancesModificationResult$TargetConfiguration' => '

The target Reserved Instances configurations supplied as part of the modification request.

', ], ], 'ReservedInstancesConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ModifyReservedInstancesRequest$TargetConfigurations' => '

The configuration settings for the Reserved Instances to modify.

', ], ], 'ReservedInstancesId' => [ 'base' => '

Describes the ID of a Reserved Instance.

', 'refs' => [ 'ReservedIntancesIds$member' => NULL, ], ], 'ReservedInstancesIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesRequest$ReservedInstancesIds' => '

One or more Reserved Instance IDs.

Default: Describes all your Reserved Instances, or only those otherwise specified.

', 'ModifyReservedInstancesRequest$ReservedInstancesIds' => '

The IDs of the Reserved Instances to modify.

', ], ], 'ReservedInstancesList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesResult$ReservedInstances' => '

A list of Reserved Instances.

', ], ], 'ReservedInstancesListing' => [ 'base' => '

Describes a Reserved Instance listing.

', 'refs' => [ 'ReservedInstancesListingList$member' => NULL, ], ], 'ReservedInstancesListingId' => [ 'base' => NULL, 'refs' => [ 'CancelReservedInstancesListingRequest$ReservedInstancesListingId' => '

The ID of the Reserved Instance listing.

', 'DescribeReservedInstancesListingsRequest$ReservedInstancesListingId' => '

One or more Reserved Instance listing IDs.

', ], ], 'ReservedInstancesListingList' => [ 'base' => NULL, 'refs' => [ 'CancelReservedInstancesListingResult$ReservedInstancesListings' => '

The Reserved Instance listing.

', 'CreateReservedInstancesListingResult$ReservedInstancesListings' => '

Information about the Standard Reserved Instance listing.

', 'DescribeReservedInstancesListingsResult$ReservedInstancesListings' => '

Information about the Reserved Instance listing.

', ], ], 'ReservedInstancesModification' => [ 'base' => '

Describes a Reserved Instance modification.

', 'refs' => [ 'ReservedInstancesModificationList$member' => NULL, ], ], 'ReservedInstancesModificationId' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModificationIdStringList$member' => NULL, ], ], 'ReservedInstancesModificationIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesModificationsRequest$ReservedInstancesModificationIds' => '

IDs for the submitted modification request.

', ], ], 'ReservedInstancesModificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesModificationsResult$ReservedInstancesModifications' => '

The Reserved Instance modification information.

', ], ], 'ReservedInstancesModificationResult' => [ 'base' => '

Describes the modification request/s.

', 'refs' => [ 'ReservedInstancesModificationResultList$member' => NULL, ], ], 'ReservedInstancesModificationResultList' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModification$ModificationResults' => '

Contains target configurations along with their corresponding new Reserved Instance IDs.

', ], ], 'ReservedInstancesOffering' => [ 'base' => '

Describes a Reserved Instance offering.

', 'refs' => [ 'ReservedInstancesOfferingList$member' => NULL, ], ], 'ReservedInstancesOfferingId' => [ 'base' => NULL, 'refs' => [ 'PurchaseReservedInstancesOfferingRequest$ReservedInstancesOfferingId' => '

The ID of the Reserved Instance offering to purchase.

', 'ReservedInstancesOfferingIdStringList$member' => NULL, 'TargetConfigurationRequest$OfferingId' => '

The Convertible Reserved Instance offering ID.

', ], ], 'ReservedInstancesOfferingIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsRequest$ReservedInstancesOfferingIds' => '

One or more Reserved Instances offering IDs.

', ], ], 'ReservedInstancesOfferingList' => [ 'base' => NULL, 'refs' => [ 'DescribeReservedInstancesOfferingsResult$ReservedInstancesOfferings' => '

A list of Reserved Instances offerings.

', ], ], 'ReservedIntancesIds' => [ 'base' => NULL, 'refs' => [ 'ReservedInstancesModification$ReservedInstancesIds' => '

The IDs of one or more Reserved Instances.

', ], ], 'ResetAddressAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetAddressAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetEbsDefaultKmsKeyIdRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetEbsDefaultKmsKeyIdResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetFpgaImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'ResetFpgaImageAttributeRequest$Attribute' => '

The attribute.

', ], ], 'ResetFpgaImageAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetFpgaImageAttributeResult' => [ 'base' => NULL, 'refs' => [], ], 'ResetImageAttributeName' => [ 'base' => NULL, 'refs' => [ 'ResetImageAttributeRequest$Attribute' => '

The attribute to reset (currently you can only reset the launch permission attribute).

', ], ], 'ResetImageAttributeRequest' => [ 'base' => '

Contains the parameters for ResetImageAttribute.

', 'refs' => [], ], 'ResetInstanceAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetNetworkInterfaceAttributeRequest' => [ 'base' => '

Contains the parameters for ResetNetworkInterfaceAttribute.

', 'refs' => [], ], 'ResetSnapshotAttributeRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'AnalysisRouteTableRoute$CoreNetworkArn' => '

The Amazon Resource Name (ARN) of a core network.

', 'ArnList$member' => NULL, 'AssociatedRole$AssociatedRoleArn' => '

The ARN of the associated IAM role.

', 'CoipPool$PoolArn' => '

The ARN of the address pool.

', 'Ec2InstanceConnectEndpoint$InstanceConnectEndpointArn' => '

The Amazon Resource Name (ARN) of the EC2 Instance Connect Endpoint.

', 'Explanation$LoadBalancerArn' => '

The Amazon Resource Name (ARN) of the load balancer.

', 'FirewallStatefulRule$RuleGroupArn' => '

The ARN of the stateful rule group.

', 'FirewallStatelessRule$RuleGroupArn' => '

The ARN of the stateless rule group.

', 'Ipam$IpamArn' => '

The Amazon Resource Name (ARN) of the IPAM.

', 'IpamPool$IpamPoolArn' => '

The Amazon Resource Name (ARN) of the IPAM pool.

', 'IpamPool$IpamScopeArn' => '

The ARN of the scope of the IPAM pool.

', 'IpamPool$IpamArn' => '

The ARN of the IPAM.

', 'IpamResourceDiscoveryAssociation$IpamArn' => '

The IPAM ARN.

', 'IpamScope$IpamScopeArn' => '

The Amazon Resource Name (ARN) of the scope.

', 'IpamScope$IpamArn' => '

The ARN of the IPAM.

', 'LocalGatewayRoute$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table.

', 'LocalGatewayRouteTable$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableArn' => '

The Amazon Resource Name (ARN) of the local gateway route table for the association.

', 'ManagedPrefixList$PrefixListArn' => '

The Amazon Resource Name (ARN) for the prefix list.

', 'NetworkInsightsAccessScope$NetworkInsightsAccessScopeArn' => '

The Amazon Resource Name (ARN) of the Network Access Scope.

', 'NetworkInsightsAccessScopeAnalysis$NetworkInsightsAccessScopeAnalysisArn' => '

The Amazon Resource Name (ARN) of the Network Access Scope analysis.

', 'NetworkInsightsAnalysis$NetworkInsightsAnalysisArn' => '

The Amazon Resource Name (ARN) of the network insights analysis.

', 'NetworkInsightsPath$NetworkInsightsPathArn' => '

The Amazon Resource Name (ARN) of the path.

', 'NetworkInsightsPath$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', 'NetworkInsightsPath$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'RuleGroupRuleOptionsPair$RuleGroupArn' => '

The ARN of the rule group.

', 'RuleGroupTypePair$RuleGroupArn' => '

The ARN of the rule group.

', ], ], 'ResourceIdList' => [ 'base' => NULL, 'refs' => [ 'CreateTagsRequest$Resources' => '

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

', 'DeleteTagsRequest$Resources' => '

The IDs of the resources, separated by spaces.

Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.

', ], ], 'ResourceList' => [ 'base' => NULL, 'refs' => [ 'DescribePrincipalIdFormatRequest$Resources' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', ], ], 'ResourceStatement' => [ 'base' => '

Describes a resource statement.

', 'refs' => [ 'PathStatement$ResourceStatement' => '

The resource statement.

', 'ThroughResourcesStatement$ResourceStatement' => '

The resource statement.

', ], ], 'ResourceStatementRequest' => [ 'base' => '

Describes a resource statement.

', 'refs' => [ 'PathStatementRequest$ResourceStatement' => '

The resource statement.

', 'ThroughResourcesStatementRequest$ResourceStatement' => '

The resource statement.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateTagSpecification$ResourceType' => '

The type of resource to tag.

', 'LaunchTemplateTagSpecificationRequest$ResourceType' => '

The type of resource to tag.

The Valid Values are all the resource types that can be tagged. However, when creating a launch template, you can specify tags for the following resource types only: instance | volume | elastic-gpu | network-interface | spot-instances-request

To tag a resource after it has been created, see CreateTags.

', 'SpotFleetTagSpecification$ResourceType' => '

The type of resource. Currently, the only resource type that is supported is instance. To tag the Spot Fleet request on creation, use the TagSpecifications parameter in SpotFleetRequestConfigData .

', 'TagDescription$ResourceType' => '

The resource type.

', 'TagSpecification$ResourceType' => '

The type of resource to tag on creation.

', ], ], 'ResponseError' => [ 'base' => '

Describes the error that\'s returned when you cannot delete a launch template version.

', 'refs' => [ 'DeleteLaunchTemplateVersionsResponseErrorItem$ResponseError' => '

Information about the error.

', ], ], 'ResponseHostIdList' => [ 'base' => NULL, 'refs' => [ 'AllocateHostsResult$HostIds' => '

The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

', 'ModifyHostsResult$Successful' => '

The IDs of the Dedicated Hosts that were successfully modified.

', 'ReleaseHostsResult$Successful' => '

The IDs of the Dedicated Hosts that were successfully released.

', ], ], 'ResponseHostIdSet' => [ 'base' => NULL, 'refs' => [ 'HostReservation$HostIdSet' => '

The IDs of the Dedicated Hosts associated with the reservation.

', 'Purchase$HostIdSet' => '

The IDs of the Dedicated Hosts associated with the reservation.

', ], ], 'ResponseLaunchTemplateData' => [ 'base' => '

The information for a launch template.

', 'refs' => [ 'GetLaunchTemplateDataResult$LaunchTemplateData' => '

The instance data.

', 'LaunchTemplateVersion$LaunchTemplateData' => '

Information about the launch template.

', ], ], 'RestorableByStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsRequest$RestorableByUserIds' => '

The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.

', ], ], 'RestoreAddressToClassicRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreAddressToClassicResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreImageFromRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreImageFromRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreManagedPrefixListVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreManagedPrefixListVersionResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotFromRecycleBinRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotFromRecycleBinResult' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotTierRequest' => [ 'base' => NULL, 'refs' => [], ], 'RestoreSnapshotTierRequestTemporaryRestoreDays' => [ 'base' => NULL, 'refs' => [ 'RestoreSnapshotTierRequest$TemporaryRestoreDays' => '

Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.

To temporarily restore an archived snapshot, specify the number of days and omit the PermanentRestore parameter or set it to false.

', ], ], 'RestoreSnapshotTierResult' => [ 'base' => NULL, 'refs' => [], ], 'ResultRange' => [ 'base' => NULL, 'refs' => [ 'DescribeInstanceEventWindowsRequest$MaxResults' => '

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. This value can be between 20 and 500. You cannot specify this parameter and the event window IDs parameter in the same call.

', ], ], 'RevokeClientVpnIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeClientVpnIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'RevokeSecurityGroupIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'RoleId' => [ 'base' => NULL, 'refs' => [ 'AssociateEnclaveCertificateIamRoleRequest$RoleArn' => '

The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.

', 'DisassociateEnclaveCertificateIamRoleRequest$RoleArn' => '

The ARN of the IAM role to disassociate.

', ], ], 'RootDeviceType' => [ 'base' => NULL, 'refs' => [ 'RootDeviceTypeList$member' => NULL, ], ], 'RootDeviceTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedRootDeviceTypes' => '

The supported root device types.

', ], ], 'Route' => [ 'base' => '

Describes a route in a route table.

', 'refs' => [ 'RouteList$member' => NULL, ], ], 'RouteGatewayId' => [ 'base' => NULL, 'refs' => [ 'AssociateRouteTableRequest$GatewayId' => '

The ID of the internet gateway or virtual private gateway.

', 'CreateRouteRequest$GatewayId' => '

The ID of an internet gateway or virtual private gateway attached to your VPC.

', 'ReplaceRouteRequest$GatewayId' => '

The ID of an internet gateway or virtual private gateway.

', ], ], 'RouteList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$Routes' => '

The routes in the route table.

', ], ], 'RouteOrigin' => [ 'base' => NULL, 'refs' => [ 'Route$Origin' => '

Describes how the route was created.

', ], ], 'RouteState' => [ 'base' => NULL, 'refs' => [ 'Route$State' => '

The state of the route. The blackhole state indicates that the route\'s target isn\'t available (for example, the specified gateway isn\'t attached to the VPC, or the specified NAT instance has been terminated).

', ], ], 'RouteTable' => [ 'base' => '

Describes a route table.

', 'refs' => [ 'CreateRouteTableResult$RouteTable' => '

Information about the route table.

', 'RouteTableList$member' => NULL, ], ], 'RouteTableAssociation' => [ 'base' => '

Describes an association between a route table and a subnet or gateway.

', 'refs' => [ 'RouteTableAssociationList$member' => NULL, ], ], 'RouteTableAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateRouteTableRequest$AssociationId' => '

The association ID representing the current association between the route table and subnet or gateway.

', 'ReplaceRouteTableAssociationRequest$AssociationId' => '

The association ID.

', ], ], 'RouteTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'RouteTable$Associations' => '

The associations between the route table and one or more subnets or a gateway.

', ], ], 'RouteTableAssociationState' => [ 'base' => '

Describes the state of an association between a route table and a subnet or gateway.

', 'refs' => [ 'AssociateRouteTableResult$AssociationState' => '

The state of the association.

', 'ReplaceRouteTableAssociationResult$AssociationState' => '

The state of the association.

', 'RouteTableAssociation$AssociationState' => '

The state of the association.

', ], ], 'RouteTableAssociationStateCode' => [ 'base' => NULL, 'refs' => [ 'RouteTableAssociationState$State' => '

The state of the association.

', ], ], 'RouteTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateRouteTableRequest$RouteTableId' => '

The ID of the route table.

', 'CreateRouteRequest$RouteTableId' => '

The ID of the route table for the route.

', 'DeleteRouteRequest$RouteTableId' => '

The ID of the route table.

', 'DeleteRouteTableRequest$RouteTableId' => '

The ID of the route table.

', 'DisableVgwRoutePropagationRequest$RouteTableId' => '

The ID of the route table.

', 'EnableVgwRoutePropagationRequest$RouteTableId' => '

The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.

', 'ReplaceRouteRequest$RouteTableId' => '

The ID of the route table.

', 'ReplaceRouteTableAssociationRequest$RouteTableId' => '

The ID of the new route table to associate with the subnet.

', 'RouteTableIdStringList$member' => NULL, 'VpcEndpointRouteTableIdList$member' => NULL, ], ], 'RouteTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesRequest$RouteTableIds' => '

The IDs of the route tables.

Default: Describes all your route tables.

', ], ], 'RouteTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeRouteTablesResult$RouteTables' => '

Information about one or more route tables.

', ], ], 'RuleAction' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkAclEntryRequest$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', 'NetworkAclEntry$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', 'ReplaceNetworkAclEntryRequest$RuleAction' => '

Indicates whether to allow or deny the traffic that matches the rule.

', ], ], 'RuleGroupRuleOptionsPair' => [ 'base' => '

Describes the rule options for a stateful rule group.

', 'refs' => [ 'RuleGroupRuleOptionsPairList$member' => NULL, ], ], 'RuleGroupRuleOptionsPairList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleGroupRuleOptionsPairs' => '

The rule options.

', ], ], 'RuleGroupTypePair' => [ 'base' => '

Describes the type of a stateful rule group.

', 'refs' => [ 'RuleGroupTypePairList$member' => NULL, ], ], 'RuleGroupTypePairList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleGroupTypePairs' => '

The rule group type.

', ], ], 'RuleOption' => [ 'base' => '

Describes additional settings for a stateful rule.

', 'refs' => [ 'RuleOptionList$member' => NULL, ], ], 'RuleOptionList' => [ 'base' => NULL, 'refs' => [ 'AdditionalDetail$RuleOptions' => '

The rule options.

', 'RuleGroupRuleOptionsPair$RuleOptions' => '

The rule options.

', ], ], 'RunInstancesMonitoringEnabled' => [ 'base' => '

Describes the monitoring of an instance.

', 'refs' => [ 'LaunchSpecification$Monitoring' => NULL, 'RequestSpotLaunchSpecification$Monitoring' => '

Indicates whether basic or detailed monitoring is enabled for the instance.

Default: Disabled

', 'RunInstancesRequest$Monitoring' => '

Specifies whether detailed monitoring is enabled for the instance.

', ], ], 'RunInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RunInstancesUserData' => [ 'base' => NULL, 'refs' => [ 'RunInstancesRequest$UserData' => '

The user data script to make available to the instance. For more information, see Run commands on your Linux instance at launch and Run commands on your Windows instance at launch. If you are using a command line tool, base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide base64-encoded text. User data is limited to 16 KB.

', ], ], 'RunScheduledInstancesRequest' => [ 'base' => '

Contains the parameters for RunScheduledInstances.

', 'refs' => [], ], 'RunScheduledInstancesResult' => [ 'base' => '

Contains the output of RunScheduledInstances.

', 'refs' => [], ], 'S3ObjectTag' => [ 'base' => '

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more information, see Categorizing your storage using tags in the Amazon Simple Storage Service User Guide.

', 'refs' => [ 'S3ObjectTagList$member' => NULL, ], ], 'S3ObjectTagList' => [ 'base' => NULL, 'refs' => [ 'CreateStoreImageTaskRequest$S3ObjectTags' => '

The tags to apply to the AMI object that will be stored in the Amazon S3 bucket.

', ], ], 'S3Storage' => [ 'base' => '

Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.

', 'refs' => [ 'Storage$S3' => '

An Amazon S3 storage location.

', ], ], 'SSEType' => [ 'base' => NULL, 'refs' => [ 'GetEbsEncryptionByDefaultResult$SseType' => '

Reserved for future use.

', 'RestoreSnapshotFromRecycleBinResult$SseType' => '

Reserved for future use.

', 'Snapshot$SseType' => '

Reserved for future use.

', 'SnapshotInfo$SseType' => '

Reserved for future use.

', 'Volume$SseType' => '

Reserved for future use.

', ], ], 'ScheduledInstance' => [ 'base' => '

Describes a Scheduled Instance.

', 'refs' => [ 'PurchasedScheduledInstanceSet$member' => NULL, 'ScheduledInstanceSet$member' => NULL, ], ], 'ScheduledInstanceAvailability' => [ 'base' => '

Describes a schedule that is available for your Scheduled Instances.

', 'refs' => [ 'ScheduledInstanceAvailabilitySet$member' => NULL, ], ], 'ScheduledInstanceAvailabilitySet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstanceAvailabilityResult$ScheduledInstanceAvailabilitySet' => '

Information about the available Scheduled Instances.

', ], ], 'ScheduledInstanceId' => [ 'base' => NULL, 'refs' => [ 'RunScheduledInstancesRequest$ScheduledInstanceId' => '

The Scheduled Instance ID.

', 'ScheduledInstanceIdRequestSet$member' => NULL, ], ], 'ScheduledInstanceIdRequestSet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstancesRequest$ScheduledInstanceIds' => '

The Scheduled Instance IDs.

', ], ], 'ScheduledInstanceRecurrence' => [ 'base' => '

Describes the recurring schedule for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstance$Recurrence' => '

The schedule recurrence.

', 'ScheduledInstanceAvailability$Recurrence' => '

The schedule recurrence.

', ], ], 'ScheduledInstanceRecurrenceRequest' => [ 'base' => '

Describes the recurring schedule for a Scheduled Instance.

', 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$Recurrence' => '

The schedule recurrence.

', ], ], 'ScheduledInstanceSet' => [ 'base' => NULL, 'refs' => [ 'DescribeScheduledInstancesResult$ScheduledInstanceSet' => '

Information about the Scheduled Instances.

', ], ], 'ScheduledInstancesBlockDeviceMapping' => [ 'base' => '

Describes a block device mapping for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesBlockDeviceMappingSet$member' => NULL, ], ], 'ScheduledInstancesBlockDeviceMappingSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$BlockDeviceMappings' => '

The block device mapping entries.

', ], ], 'ScheduledInstancesEbs' => [ 'base' => '

Describes an EBS volume for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesBlockDeviceMapping$Ebs' => '

Parameters used to set up EBS volumes automatically when the instance is launched.

', ], ], 'ScheduledInstancesIamInstanceProfile' => [ 'base' => '

Describes an IAM instance profile for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$IamInstanceProfile' => '

The IAM instance profile.

', ], ], 'ScheduledInstancesIpv6Address' => [ 'base' => '

Describes an IPv6 address.

', 'refs' => [ 'ScheduledInstancesIpv6AddressList$member' => NULL, ], ], 'ScheduledInstancesIpv6AddressList' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesNetworkInterface$Ipv6Addresses' => '

The specific IPv6 addresses from the subnet range.

', ], ], 'ScheduledInstancesLaunchSpecification' => [ 'base' => '

Describes the launch specification for a Scheduled Instance.

If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet. You can specify the subnet using either SubnetId or NetworkInterface.

', 'refs' => [ 'RunScheduledInstancesRequest$LaunchSpecification' => '

The launch specification. You must match the instance type, Availability Zone, network, and platform of the schedule that you purchased.

', ], ], 'ScheduledInstancesMonitoring' => [ 'base' => '

Describes whether monitoring is enabled for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$Monitoring' => '

Enable or disable monitoring for the instances.

', ], ], 'ScheduledInstancesNetworkInterface' => [ 'base' => '

Describes a network interface for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesNetworkInterfaceSet$member' => NULL, ], ], 'ScheduledInstancesNetworkInterfaceSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$NetworkInterfaces' => '

The network interfaces.

', ], ], 'ScheduledInstancesPlacement' => [ 'base' => '

Describes the placement for a Scheduled Instance.

', 'refs' => [ 'ScheduledInstancesLaunchSpecification$Placement' => '

The placement information.

', ], ], 'ScheduledInstancesPrivateIpAddressConfig' => [ 'base' => '

Describes a private IPv4 address for a Scheduled Instance.

', 'refs' => [ 'PrivateIpAddressConfigSet$member' => NULL, ], ], 'ScheduledInstancesSecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'ScheduledInstancesLaunchSpecification$SecurityGroupIds' => '

The IDs of the security groups.

', 'ScheduledInstancesNetworkInterface$Groups' => '

The IDs of the security groups.

', ], ], 'SearchLocalGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchLocalGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayMulticastGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayMulticastGroupsResult' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayRoutesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTransitGatewayRoutesResult' => [ 'base' => NULL, 'refs' => [], ], 'SecurityGroup' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'SecurityGroupList$member' => NULL, ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressRequest$GroupId' => '

The ID of the security group.

', 'AuthorizeSecurityGroupIngressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'ClientVpnSecurityGroupIdSet$member' => NULL, 'DeleteSecurityGroupRequest$GroupId' => '

The ID of the security group.

', 'GroupIdStringList$member' => NULL, 'GroupIds$member' => NULL, 'ModifySecurityGroupRulesRequest$GroupId' => '

The ID of the security group.

', 'RequestSpotLaunchSpecificationSecurityGroupIdList$member' => NULL, 'RevokeSecurityGroupEgressRequest$GroupId' => '

The ID of the security group.

', 'RevokeSecurityGroupIngressRequest$GroupId' => '

The ID of the security group.

', 'ScheduledInstancesSecurityGroupIdSet$member' => NULL, 'SecurityGroupIdList$member' => NULL, 'SecurityGroupIdSet$member' => NULL, 'SecurityGroupIdStringList$member' => NULL, 'SecurityGroupIdStringListRequest$member' => NULL, 'SecurityGroupRule$GroupId' => '

The ID of the security group.

', 'SecurityGroupRuleRequest$ReferencedGroupId' => '

The ID of the security group that is referenced in the security group rule.

', 'UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupId' => '

The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'VpcEndpointSecurityGroupIdList$member' => NULL, ], ], 'SecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$SecurityGroupIds' => '

The IDs of the security groups to associate with the Verified Access endpoint.

', 'VerifiedAccessEndpoint$SecurityGroupIds' => '

The IDs of the security groups for the endpoint.

', ], ], 'SecurityGroupIdSet' => [ 'base' => NULL, 'refs' => [ 'Ec2InstanceConnectEndpoint$SecurityGroupIds' => '

The security groups associated with the endpoint. If you didn\'t specify a security group, the default security group for your VPC is associated with the endpoint.

', ], ], 'SecurityGroupIdStringList' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkInterfaceRequest$Groups' => '

The IDs of one or more security groups.

', 'ImportInstanceLaunchSpecification$GroupIds' => '

The security group IDs.

', 'InstanceNetworkInterfaceSpecification$Groups' => '

The IDs of the security groups for the network interface. Applies only if creating a network interface when launching an instance.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Groups' => '

The IDs of one or more security groups.

', 'ModifyNetworkInterfaceAttributeRequest$Groups' => '

Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it\'s just the default security group in the VPC. You must specify the ID of the security group, not the name.

', 'RequestLaunchTemplateData$SecurityGroupIds' => '

One or more security group IDs. You can create a security group using CreateSecurityGroup. You cannot specify both a security group ID and security name in the same request.

', 'RunInstancesRequest$SecurityGroupIds' => '

The IDs of the security groups. You can create a security group using CreateSecurityGroup.

If you specify a network interface, you must specify any security groups as part of the network interface.

', ], ], 'SecurityGroupIdStringListRequest' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceConnectEndpointRequest$SecurityGroupIds' => '

One or more security groups to associate with the endpoint. If you don\'t specify a security group, the default security group for your VPC will be associated with the endpoint.

', ], ], 'SecurityGroupIdentifier' => [ 'base' => '

Describes a security group.

', 'refs' => [ 'GroupIdentifierSet$member' => NULL, ], ], 'SecurityGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupsResult$SecurityGroups' => '

Information about the security groups.

', ], ], 'SecurityGroupName' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'DeleteSecurityGroupRequest$GroupName' => '

[Default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.

', 'GroupNameStringList$member' => NULL, 'RevokeSecurityGroupIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.

', 'SecurityGroupStringList$member' => NULL, 'UpdateSecurityGroupRuleDescriptionsEgressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$GroupName' => '

[Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.

', ], ], 'SecurityGroupReference' => [ 'base' => '

Describes a VPC with a security group that references your security group.

', 'refs' => [ 'SecurityGroupReferences$member' => NULL, ], ], 'SecurityGroupReferences' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupReferencesResult$SecurityGroupReferenceSet' => '

Information about the VPCs with the referencing security groups.

', ], ], 'SecurityGroupRule' => [ 'base' => '

Describes a security group rule.

', 'refs' => [ 'SecurityGroupRuleList$member' => NULL, ], ], 'SecurityGroupRuleDescription' => [ 'base' => '

Describes the description of a security group rule.

You can use this when you want to update the security group rule description for either an inbound or outbound rule.

', 'refs' => [ 'SecurityGroupRuleDescriptionList$member' => NULL, ], ], 'SecurityGroupRuleDescriptionList' => [ 'base' => NULL, 'refs' => [ 'UpdateSecurityGroupRuleDescriptionsEgressRequest$SecurityGroupRuleDescriptions' => '

The description for the egress security group rules. You must specify either the description or the IP permissions.

', 'UpdateSecurityGroupRuleDescriptionsIngressRequest$SecurityGroupRuleDescriptions' => '

The description for the ingress security group rules. You must specify either a description or IP permissions.

', ], ], 'SecurityGroupRuleId' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupRule$SecurityGroupRuleId' => '

The ID of the security group rule.

', 'SecurityGroupRuleUpdate$SecurityGroupRuleId' => '

The ID of the security group rule.

', ], ], 'SecurityGroupRuleIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeSecurityGroupRulesRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', 'RevokeSecurityGroupEgressRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', 'RevokeSecurityGroupIngressRequest$SecurityGroupRuleIds' => '

The IDs of the security group rules.

', ], ], 'SecurityGroupRuleList' => [ 'base' => NULL, 'refs' => [ 'AuthorizeSecurityGroupEgressResult$SecurityGroupRules' => '

Information about the outbound (egress) security group rules that were added.

', 'AuthorizeSecurityGroupIngressResult$SecurityGroupRules' => '

Information about the inbound (ingress) security group rules that were added.

', 'DescribeSecurityGroupRulesResult$SecurityGroupRules' => '

Information about security group rules.

', ], ], 'SecurityGroupRuleRequest' => [ 'base' => '

Describes a security group rule.

You must specify exactly one of the following parameters, based on the rule type:

When you modify a rule, you cannot change the rule type. For example, if the rule uses an IPv4 address range, you must use CidrIpv4 to specify a new IPv4 address range.

', 'refs' => [ 'SecurityGroupRuleUpdate$SecurityGroupRule' => '

Information about the security group rule.

', ], ], 'SecurityGroupRuleUpdate' => [ 'base' => '

Describes an update to a security group rule.

', 'refs' => [ 'SecurityGroupRuleUpdateList$member' => NULL, ], ], 'SecurityGroupRuleUpdateList' => [ 'base' => NULL, 'refs' => [ 'ModifySecurityGroupRulesRequest$SecurityGroupRules' => '

Information about the security group properties to update.

', ], ], 'SecurityGroupStringList' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceLaunchSpecification$GroupNames' => '

The security group names.

', 'RequestLaunchTemplateData$SecurityGroups' => '

One or more security group names. For a nondefault VPC, you must use security group IDs instead. You cannot specify both a security group ID and security name in the same request.

', 'RunInstancesRequest$SecurityGroups' => '

[Default VPC] The names of the security groups.

If you specify a network interface, you must specify any security groups as part of the network interface.

Default: Amazon EC2 uses the default security group.

', ], ], 'SelfServicePortal' => [ 'base' => NULL, 'refs' => [ 'CreateClientVpnEndpointRequest$SelfServicePortal' => '

Specify whether to enable the self-service portal for the Client VPN endpoint.

Default Value: enabled

', 'ModifyClientVpnEndpointRequest$SelfServicePortal' => '

Specify whether to enable the self-service portal for the Client VPN endpoint.

', ], ], 'SendDiagnosticInterruptRequest' => [ 'base' => NULL, 'refs' => [], ], 'SensitiveUrl' => [ 'base' => NULL, 'refs' => [ 'ImageDiskContainer$Url' => '

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

', 'SnapshotDetail$Url' => '

The URL used to access the disk image.

', 'SnapshotDiskContainer$Url' => '

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).

', 'SnapshotTaskDetail$Url' => '

The URL of the disk image from which the snapshot is created.

', ], ], 'SensitiveUserData' => [ 'base' => NULL, 'refs' => [ 'KeyPair$KeyMaterial' => '

An unencrypted PEM encoded RSA or ED25519 private key.

', 'LaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', 'RequestLaunchTemplateData$UserData' => '

The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see Run commands on your Linux instance at launch (Linux) or Work with instance user data (Windows) in the Amazon Elastic Compute Cloud User Guide.

If you are creating the launch template for use with Batch, the user data must be provided in the MIME multi-part archive format. For more information, see Amazon EC2 user data in launch templates in the Batch User Guide.

', 'RequestSpotLaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', 'ResponseLaunchTemplateData$UserData' => '

The user data for the instance.

', 'SpotFleetLaunchSpecification$UserData' => '

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

', ], ], 'ServiceConfiguration' => [ 'base' => '

Describes a service configuration for a VPC endpoint service.

', 'refs' => [ 'CreateVpcEndpointServiceConfigurationResult$ServiceConfiguration' => '

Information about the service configuration.

', 'ServiceConfigurationSet$member' => NULL, ], ], 'ServiceConfigurationSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServiceConfigurationsResult$ServiceConfigurations' => '

Information about the services.

', ], ], 'ServiceConnectivityType' => [ 'base' => NULL, 'refs' => [ 'SupportedIpAddressTypes$member' => NULL, ], ], 'ServiceDetail' => [ 'base' => '

Describes a VPC endpoint service.

', 'refs' => [ 'ServiceDetailSet$member' => NULL, ], ], 'ServiceDetailSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointServicesResult$ServiceDetails' => '

Information about the service.

', ], ], 'ServiceState' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$ServiceState' => '

The service state.

', ], ], 'ServiceType' => [ 'base' => NULL, 'refs' => [ 'ServiceTypeDetail$ServiceType' => '

The type of service.

', ], ], 'ServiceTypeDetail' => [ 'base' => '

Describes the type of service for a VPC endpoint.

', 'refs' => [ 'ServiceTypeDetailSet$member' => NULL, ], ], 'ServiceTypeDetailSet' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$ServiceType' => '

The type of service.

', 'ServiceDetail$ServiceType' => '

The type of service.

', ], ], 'ShutdownBehavior' => [ 'base' => NULL, 'refs' => [ 'ImportInstanceLaunchSpecification$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'RequestLaunchTemplateData$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

', 'ResponseLaunchTemplateData$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

', 'RunInstancesRequest$InstanceInitiatedShutdownBehavior' => '

Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).

Default: stop

', ], ], 'SlotDateTimeRangeRequest' => [ 'base' => '

Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.

', 'refs' => [ 'DescribeScheduledInstanceAvailabilityRequest$FirstSlotStartTimeRange' => '

The time period for the first schedule to start.

', ], ], 'SlotStartTimeRangeRequest' => [ 'base' => '

Describes the time period for a Scheduled Instance to start its first schedule.

', 'refs' => [ 'DescribeScheduledInstancesRequest$SlotStartTimeRange' => '

The time period for the first schedule to start.

', ], ], 'Snapshot' => [ 'base' => '

Describes a snapshot.

', 'refs' => [ 'SnapshotList$member' => NULL, ], ], 'SnapshotAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotAttributeRequest$Attribute' => '

The snapshot attribute you would like to view.

', 'ModifySnapshotAttributeRequest$Attribute' => '

The snapshot attribute to modify. Only volume creation permissions can be modified.

', 'ResetSnapshotAttributeRequest$Attribute' => '

The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.

', ], ], 'SnapshotDetail' => [ 'base' => '

Describes the snapshot created from the imported disk.

', 'refs' => [ 'SnapshotDetailList$member' => NULL, ], ], 'SnapshotDetailList' => [ 'base' => NULL, 'refs' => [ 'ImportImageResult$SnapshotDetails' => '

Information about the snapshots.

', 'ImportImageTask$SnapshotDetails' => '

Information about the snapshots.

', ], ], 'SnapshotDiskContainer' => [ 'base' => '

The disk container object for the import snapshot request.

', 'refs' => [ 'ImportSnapshotRequest$DiskContainer' => '

Information about the disk container.

', ], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'CreateReplaceRootVolumeTaskRequest$SnapshotId' => '

The ID of the snapshot from which to restore the replacement root volume. The specified snapshot must be a snapshot that you previously created from the original root volume.

If you want to restore the replacement root volume to the initial launch state, or if you want to restore the replacement root volume from an AMI, omit this parameter.

', 'CreateVolumeRequest$SnapshotId' => '

The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.

', 'DeleteSnapshotRequest$SnapshotId' => '

The ID of the EBS snapshot.

', 'DescribeSnapshotAttributeRequest$SnapshotId' => '

The ID of the EBS snapshot.

', 'EbsBlockDevice$SnapshotId' => '

The ID of the snapshot.

', 'ImageDiskContainer$SnapshotId' => '

The ID of the EBS snapshot to be used for importing the snapshot.

', 'LaunchTemplateEbsBlockDevice$SnapshotId' => '

The ID of the snapshot.

', 'LaunchTemplateEbsBlockDeviceRequest$SnapshotId' => '

The ID of the snapshot.

', 'ModifySnapshotAttributeRequest$SnapshotId' => '

The ID of the snapshot.

', 'ModifySnapshotTierRequest$SnapshotId' => '

The ID of the snapshot.

', 'ReplaceRootVolumeTask$SnapshotId' => '

The ID of the snapshot used to create the replacement root volume.

', 'ResetSnapshotAttributeRequest$SnapshotId' => '

The ID of the snapshot.

', 'RestoreSnapshotFromRecycleBinRequest$SnapshotId' => '

The ID of the snapshot to restore.

', 'RestoreSnapshotTierRequest$SnapshotId' => '

The ID of the snapshot to restore.

', 'ScheduledInstancesEbs$SnapshotId' => '

The ID of the snapshot.

', 'SnapshotIdStringList$member' => NULL, 'SnapshotTierStatus$SnapshotId' => '

The ID of the snapshot.

', ], ], 'SnapshotIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsRequest$SnapshotIds' => '

The snapshot IDs.

Default: Describes the snapshots for which you have create volume permissions.

', 'DisableFastSnapshotRestoresRequest$SourceSnapshotIds' => '

The IDs of one or more snapshots. For example, snap-1234567890abcdef0.

', 'EnableFastSnapshotRestoresRequest$SourceSnapshotIds' => '

The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.

', 'ListSnapshotsInRecycleBinRequest$SnapshotIds' => '

The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin.

', ], ], 'SnapshotInfo' => [ 'base' => '

Information about a snapshot.

', 'refs' => [ 'SnapshotSet$member' => NULL, ], ], 'SnapshotList' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotsResult$Snapshots' => '

Information about the snapshots.

', ], ], 'SnapshotRecycleBinInfo' => [ 'base' => '

Information about a snapshot that is currently in the Recycle Bin.

', 'refs' => [ 'SnapshotRecycleBinInfoList$member' => NULL, ], ], 'SnapshotRecycleBinInfoList' => [ 'base' => NULL, 'refs' => [ 'ListSnapshotsInRecycleBinResult$Snapshots' => '

Information about the snapshots.

', ], ], 'SnapshotSet' => [ 'base' => NULL, 'refs' => [ 'CreateSnapshotsResult$Snapshots' => '

List of snapshots.

', ], ], 'SnapshotState' => [ 'base' => NULL, 'refs' => [ 'RestoreSnapshotFromRecycleBinResult$State' => '

The state of the snapshot.

', 'Snapshot$State' => '

The snapshot state.

', 'SnapshotInfo$State' => '

Current state of the snapshot.

', 'SnapshotTierStatus$Status' => '

The state of the snapshot.

', ], ], 'SnapshotTaskDetail' => [ 'base' => '

Details about the import snapshot task.

', 'refs' => [ 'ImportSnapshotResult$SnapshotTaskDetail' => '

Information about the import snapshot task.

', 'ImportSnapshotTask$SnapshotTaskDetail' => '

Describes an import snapshot task.

', ], ], 'SnapshotTierStatus' => [ 'base' => '

Provides information about a snapshot\'s storage tier.

', 'refs' => [ 'snapshotTierStatusSet$member' => NULL, ], ], 'SpotAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'SpotOptions$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

price-capacity-optimized (recommended)

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.

capacity-optimized

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

EC2 Fleet requests instances from all of the Spot Instance pools that you specify.

lowest-price

EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowest-price

', 'SpotOptionsRequest$AllocationStrategy' => '

The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide.

price-capacity-optimized (recommended)

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.

capacity-optimized

EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use capacity-optimized-prioritized. Set a priority for each instance type by using the Priority parameter for LaunchTemplateOverrides. You can assign the same priority to different LaunchTemplateOverrides. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. capacity-optimized-prioritized is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand AllocationStrategy is set to prioritized, the same priority is applied when fulfilling On-Demand capacity.

diversified

EC2 Fleet requests instances from all of the Spot Instance pools that you specify.

lowest-price

EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn\'t have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.

Default: lowest-price

', ], ], 'SpotCapacityRebalance' => [ 'base' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.

', 'refs' => [ 'SpotMaintenanceStrategies$CapacityRebalance' => '

The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an elevated risk of being interrupted. For more information, see Capacity rebalancing in the Amazon EC2 User Guide for Linux Instances.

', ], ], 'SpotDatafeedSubscription' => [ 'base' => '

Describes the data feed for a Spot Instance.

', 'refs' => [ 'CreateSpotDatafeedSubscriptionResult$SpotDatafeedSubscription' => '

The Spot Instance data feed subscription.

', 'DescribeSpotDatafeedSubscriptionResult$SpotDatafeedSubscription' => '

The Spot Instance data feed subscription.

', ], ], 'SpotFleetLaunchSpecification' => [ 'base' => '

Describes the launch specification for one or more Spot Instances. If you include On-Demand capacity in your fleet request or want to specify an EFA network device, you can\'t use SpotFleetLaunchSpecification; you must use LaunchTemplateConfig.

', 'refs' => [ 'LaunchSpecsList$member' => NULL, ], ], 'SpotFleetMonitoring' => [ 'base' => '

Describes whether monitoring is enabled.

', 'refs' => [ 'SpotFleetLaunchSpecification$Monitoring' => '

Enable or disable monitoring for the instances.

', ], ], 'SpotFleetRequestConfig' => [ 'base' => '

Describes a Spot Fleet request.

', 'refs' => [ 'SpotFleetRequestConfigSet$member' => NULL, ], ], 'SpotFleetRequestConfigData' => [ 'base' => '

Describes the configuration of a Spot Fleet request.

', 'refs' => [ 'RequestSpotFleetRequest$SpotFleetRequestConfig' => '

The configuration for the Spot Fleet request.

', 'SpotFleetRequestConfig$SpotFleetRequestConfig' => '

The configuration of the Spot Fleet request.

', ], ], 'SpotFleetRequestConfigSet' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetRequestsResponse$SpotFleetRequestConfigs' => '

Information about the configuration of your Spot Fleet.

', ], ], 'SpotFleetRequestId' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotFleetInstancesRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestHistoryRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'ModifySpotFleetRequestRequest$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'SpotFleetRequestIdList$member' => NULL, ], ], 'SpotFleetRequestIdList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotFleetRequestsRequest$SpotFleetRequestIds' => '

The IDs of the Spot Fleet requests.

', 'DescribeSpotFleetRequestsRequest$SpotFleetRequestIds' => '

The IDs of the Spot Fleet requests.

', ], ], 'SpotFleetTagSpecification' => [ 'base' => '

The tags for a Spot Fleet resource.

', 'refs' => [ 'SpotFleetTagSpecificationList$member' => NULL, ], ], 'SpotFleetTagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'SpotFleetLaunchSpecification$TagSpecifications' => '

The tags to apply during creation.

', ], ], 'SpotInstanceInterruptionBehavior' => [ 'base' => NULL, 'refs' => [ 'SpotOptions$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

Default: terminate

', 'SpotOptionsRequest$InstanceInterruptionBehavior' => '

The behavior when a Spot Instance is interrupted.

Default: terminate

', ], ], 'SpotInstanceRequest' => [ 'base' => '

Describes a Spot Instance request.

', 'refs' => [ 'SpotInstanceRequestList$member' => NULL, ], ], 'SpotInstanceRequestId' => [ 'base' => NULL, 'refs' => [ 'SpotInstanceRequestIdList$member' => NULL, ], ], 'SpotInstanceRequestIdList' => [ 'base' => NULL, 'refs' => [ 'CancelSpotInstanceRequestsRequest$SpotInstanceRequestIds' => '

The IDs of the Spot Instance requests.

', 'DescribeSpotInstanceRequestsRequest$SpotInstanceRequestIds' => '

The IDs of the Spot Instance requests.

', ], ], 'SpotInstanceRequestList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotInstanceRequestsResult$SpotInstanceRequests' => '

The Spot Instance requests.

', 'RequestSpotInstancesResult$SpotInstanceRequests' => '

The Spot Instance requests.

', ], ], 'SpotInstanceState' => [ 'base' => NULL, 'refs' => [ 'SpotInstanceRequest$State' => '

The state of the Spot Instance request. Spot request status information helps track your Spot Instance requests. For more information, see Spot request status in the Amazon EC2 User Guide for Linux Instances.

', ], ], 'SpotInstanceStateFault' => [ 'base' => '

Describes a Spot Instance state change.

', 'refs' => [ 'SpotDatafeedSubscription$Fault' => '

The fault codes for the Spot Instance request, if any.

', 'SpotInstanceRequest$Fault' => '

The fault codes for the Spot Instance request, if any.

', ], ], 'SpotInstanceStatus' => [ 'base' => '

Describes the status of a Spot Instance request.

', 'refs' => [ 'SpotInstanceRequest$Status' => '

The status code and status message describing the Spot Instance request.

', ], ], 'SpotInstanceType' => [ 'base' => NULL, 'refs' => [ 'LaunchTemplateSpotMarketOptions$SpotInstanceType' => '

The Spot Instance request type.

', 'LaunchTemplateSpotMarketOptionsRequest$SpotInstanceType' => '

The Spot Instance request type.

', 'RequestSpotInstancesRequest$Type' => '

The Spot Instance request type.

Default: one-time

', 'SpotInstanceRequest$Type' => '

The Spot Instance request type.

', 'SpotMarketOptions$SpotInstanceType' => '

The Spot Instance request type. For RunInstances, persistent Spot Instance requests are only supported when the instance interruption behavior is either hibernate or stop.

', ], ], 'SpotMaintenanceStrategies' => [ 'base' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', 'refs' => [ 'SpotFleetRequestConfigData$SpotMaintenanceStrategies' => '

The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.

', ], ], 'SpotMarketOptions' => [ 'base' => '

The options for Spot Instances.

', 'refs' => [ 'InstanceMarketOptionsRequest$SpotOptions' => '

The options for Spot Instances.

', ], ], 'SpotOptions' => [ 'base' => '

Describes the configuration of Spot Instances in an EC2 Fleet.

', 'refs' => [ 'FleetData$SpotOptions' => '

The configuration of Spot Instances in an EC2 Fleet.

', ], ], 'SpotOptionsRequest' => [ 'base' => '

Describes the configuration of Spot Instances in an EC2 Fleet request.

', 'refs' => [ 'CreateFleetRequest$SpotOptions' => '

Describes the configuration of Spot Instances in an EC2 Fleet.

', ], ], 'SpotPlacement' => [ 'base' => '

Describes Spot Instance placement.

', 'refs' => [ 'LaunchSpecification$Placement' => '

The placement information for the instance.

', 'RequestSpotLaunchSpecification$Placement' => '

The placement information for the instance.

', 'SpotFleetLaunchSpecification$Placement' => '

The placement information.

', ], ], 'SpotPlacementScore' => [ 'base' => '

The Spot placement score for this Region or Availability Zone. The score is calculated based on the assumption that the capacity-optimized allocation strategy is used and that all of the Availability Zones in the Region can be used.

', 'refs' => [ 'SpotPlacementScores$member' => NULL, ], ], 'SpotPlacementScores' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresResult$SpotPlacementScores' => '

The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale from 1 to 10. Each score
 reflects how likely it is that each Region or Availability Zone will succeed at fulfilling the specified target capacity
 at the time of the Spot placement score request. A score of 10 means that your Spot capacity request is highly likely to succeed in that Region or Availability Zone.

If you request a Spot placement score for Regions, a high score assumes that your fleet request will be configured to use all Availability Zones and the capacity-optimized allocation strategy. If you request a Spot placement score for Availability Zones, a high score assumes that your fleet request will be configured to use a single Availability Zone and the capacity-optimized allocation strategy.

Different
 Regions or Availability Zones might return the same score.

The Spot placement score serves as a recommendation only. No score guarantees that your Spot request will be fully or partially fulfilled.

', ], ], 'SpotPlacementScoresMaxResults' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$MaxResults' => '

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.

', ], ], 'SpotPlacementScoresTargetCapacity' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$TargetCapacity' => '

The target capacity.

', ], ], 'SpotPrice' => [ 'base' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'refs' => [ 'SpotPriceHistoryList$member' => NULL, ], ], 'SpotPriceHistoryList' => [ 'base' => NULL, 'refs' => [ 'DescribeSpotPriceHistoryResult$SpotPriceHistory' => '

The historical Spot prices.

', ], ], 'SpreadLevel' => [ 'base' => NULL, 'refs' => [ 'CreatePlacementGroupRequest$SpreadLevel' => '

Determines how placement groups spread instances.

', 'PlacementGroup$SpreadLevel' => '

The spread level for the placement group. Only Outpost placement groups can be spread across hosts.

', ], ], 'StaleIpPermission' => [ 'base' => '

Describes a stale rule in a security group.

', 'refs' => [ 'StaleIpPermissionSet$member' => NULL, ], ], 'StaleIpPermissionSet' => [ 'base' => NULL, 'refs' => [ 'StaleSecurityGroup$StaleIpPermissions' => '

Information about the stale inbound rules in the security group.

', 'StaleSecurityGroup$StaleIpPermissionsEgress' => '

Information about the stale outbound rules in the security group.

', ], ], 'StaleSecurityGroup' => [ 'base' => '

Describes a stale security group (a security group that contains stale rules).

', 'refs' => [ 'StaleSecurityGroupSet$member' => NULL, ], ], 'StaleSecurityGroupSet' => [ 'base' => NULL, 'refs' => [ 'DescribeStaleSecurityGroupsResult$StaleSecurityGroupSet' => '

Information about the stale security groups.

', ], ], 'StartInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAccessScopeAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAccessScopeAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAnalysisRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNetworkInsightsAnalysisResult' => [ 'base' => NULL, 'refs' => [], ], 'StartVpcEndpointServicePrivateDnsVerificationRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartVpcEndpointServicePrivateDnsVerificationResult' => [ 'base' => NULL, 'refs' => [], ], 'State' => [ 'base' => NULL, 'refs' => [ 'VpcEndpoint$State' => '

The state of the endpoint.

', 'VpcEndpointConnection$VpcEndpointState' => '

The state of the VPC endpoint.

', ], ], 'StateReason' => [ 'base' => '

Describes a state change.

', 'refs' => [ 'Image$StateReason' => '

The reason for the state change.

', 'Instance$StateReason' => '

The reason for the most recent state transition.

', 'LocalGatewayRouteTable$StateReason' => '

Information about the state change.

', ], ], 'StaticSourcesSupportValue' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayMulticastDomainRequestOptions$StaticSourcesSupport' => '

Specify whether to enable support for statically configuring multicast group sources for a domain.

', 'TransitGatewayMulticastDomainOptions$StaticSourcesSupport' => '

Indicates whether support for statically configuring transit gateway multicast group sources is turned on.

', ], ], 'StatisticType' => [ 'base' => NULL, 'refs' => [ 'DataQuery$Statistic' => '

The metric data aggregation period, p50, between the specified startDate and endDate. For example, a metric of five_minutes is the median of all the data points gathered within those five minutes. p50 is the only supported metric.

', 'DataResponse$Statistic' => '

The statistic used for the network performance request.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Statistic' => '

The statistic used for the disabled subscription.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Statistic' => '

The statistic used for the enabled subscription.

', 'Subscription$Statistic' => '

The statistic used for the subscription.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'MoveAddressToVpcResult$Status' => '

The status of the move of the IP address.

', 'RestoreAddressToClassicResult$Status' => '

The move status for the IP address.

', ], ], 'StatusName' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusDetails$Name' => '

The type of instance status.

', ], ], 'StatusType' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusDetails$Status' => '

The status.

', ], ], 'StopInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'Storage' => [ 'base' => '

Describes the storage location for an instance store-backed AMI.

', 'refs' => [ 'BundleInstanceRequest$Storage' => '

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

', 'BundleTask$Storage' => '

The Amazon S3 storage locations.

', ], ], 'StorageLocation' => [ 'base' => '

Describes a storage location in Amazon S3.

', 'refs' => [ 'CreateFpgaImageRequest$InputStorageLocation' => '

The location of the encrypted design checkpoint in Amazon S3. The input must be a tarball.

', 'CreateFpgaImageRequest$LogsStorageLocation' => '

The location in Amazon S3 for the output logs.

', ], ], 'StorageTier' => [ 'base' => NULL, 'refs' => [ 'Snapshot$StorageTier' => '

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

', 'SnapshotTierStatus$StorageTier' => '

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.

', ], ], 'StoreImageTaskResult' => [ 'base' => '

The information about the AMI store task, including the progress of the task.

', 'refs' => [ 'StoreImageTaskResultSet$member' => NULL, ], ], 'StoreImageTaskResultSet' => [ 'base' => NULL, 'refs' => [ 'DescribeStoreImageTasksResult$StoreImageTaskResults' => '

The information about the AMI store tasks.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$Address' => '

The Elastic IP address you are accepting for transfer.

', 'AcceptReservedInstancesExchangeQuoteResult$ExchangeId' => '

The ID of the successful exchange.

', 'AccessScopeAnalysisFinding$FindingId' => '

The ID of the finding.

', 'AccountAttribute$AttributeName' => '

The name of the account attribute.

', 'AccountAttributeValue$AttributeValue' => '

The value of the attribute.

', 'ActiveInstance$InstanceId' => '

The ID of the instance.

', 'ActiveInstance$InstanceType' => '

The instance type.

', 'ActiveInstance$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'AddIpamOperatingRegion$RegionName' => '

The name of the operating Region.

', 'AddPrefixListEntry$Cidr' => '

The CIDR block.

', 'AddPrefixListEntry$Description' => '

A description for the entry.

Constraints: Up to 255 characters in length.

', 'AddedPrincipal$Principal' => '

The Amazon Resource Name (ARN) of the principal.

', 'AddedPrincipal$ServicePermissionId' => '

The ID of the service permission.

', 'AddedPrincipal$ServiceId' => '

The ID of the service.

', 'AdditionalDetail$AdditionalDetailType' => '

The additional detail code.

', 'AdditionalDetail$ServiceName' => '

The name of the VPC endpoint service.

', 'Address$InstanceId' => '

The ID of the instance that the address is associated with (if any).

', 'Address$PublicIp' => '

The Elastic IP address.

', 'Address$AllocationId' => '

The ID representing the allocation of the address.

', 'Address$AssociationId' => '

The ID representing the association of the address with an instance.

', 'Address$NetworkInterfaceId' => '

The ID of the network interface.

', 'Address$NetworkInterfaceOwnerId' => '

The ID of the Amazon Web Services account that owns the network interface.

', 'Address$PrivateIpAddress' => '

The private IP address associated with the Elastic IP address.

', 'Address$PublicIpv4Pool' => '

The ID of an address pool.

', 'Address$NetworkBorderGroup' => '

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

', 'Address$CustomerOwnedIp' => '

The customer-owned IP address.

', 'Address$CustomerOwnedIpv4Pool' => '

The ID of the customer-owned address pool.

', 'Address$CarrierIp' => '

The carrier IP address associated. This option is only available for network interfaces which reside in a subnet in a Wavelength Zone (for example an EC2 instance).

', 'AddressAttribute$PtrRecord' => '

The pointer (PTR) record for the IP address.

', 'AddressTransfer$PublicIp' => '

The Elastic IP address being transferred.

', 'AddressTransfer$AllocationId' => '

The allocation ID of an Elastic IP address.

', 'AddressTransfer$TransferAccountId' => '

The ID of the account that you want to transfer the Elastic IP address to.

', 'AdvertiseByoipCidrRequest$Cidr' => '

The address range, in CIDR notation. This must be the exact range that you provisioned. You can\'t advertise only a portion of the provisioned range.

', 'AllocateAddressRequest$NetworkBorderGroup' => '

A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.

Use DescribeAvailabilityZones to view the network border groups.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 Classic, you receive an InvalidParameterCombination error.

', 'AllocateAddressRequest$CustomerOwnedIpv4Pool' => '

The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.

', 'AllocateAddressResult$PublicIp' => '

The Elastic IP address.

', 'AllocateAddressResult$AllocationId' => '

The ID that represents the allocation of the Elastic IP address.

', 'AllocateAddressResult$PublicIpv4Pool' => '

The ID of an address pool.

', 'AllocateAddressResult$NetworkBorderGroup' => '

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

', 'AllocateAddressResult$CustomerOwnedIp' => '

The customer-owned IP address.

', 'AllocateAddressResult$CustomerOwnedIpv4Pool' => '

The ID of the customer-owned address pool.

', 'AllocateAddressResult$CarrierIp' => '

The carrier IP address. This option is only available for network interfaces that reside in a subnet in a Wavelength Zone.

', 'AllocateHostsRequest$AvailabilityZone' => '

The Availability Zone in which to allocate the Dedicated Host.

', 'AllocateHostsRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'AllocateHostsRequest$InstanceType' => '

Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.

If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

', 'AllocateHostsRequest$InstanceFamily' => '

Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.

If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

', 'AllocateHostsRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify OutpostArn, you can optionally specify AssetIds.

If you are allocating the Dedicated Host in a Region, omit this parameter.

', 'AllocateIpamPoolCidrRequest$Cidr' => '

The CIDR you would like to allocate from the IPAM pool. Note the following:

Possible values: Any available IPv4 or IPv6 CIDR.

', 'AllocateIpamPoolCidrRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'AllocateIpamPoolCidrRequest$Description' => '

A description for the allocation.

', 'AllowedPrincipal$Principal' => '

The Amazon Resource Name (ARN) of the principal.

', 'AllowedPrincipal$ServicePermissionId' => '

The ID of the service permission.

', 'AllowedPrincipal$ServiceId' => '

The ID of the service.

', 'AlternatePathHint$ComponentId' => '

The ID of the component.

', 'AlternatePathHint$ComponentArn' => '

The Amazon Resource Name (ARN) of the component.

', 'AnalysisAclRule$Cidr' => '

The IPv4 address range, in CIDR notation.

', 'AnalysisAclRule$Protocol' => '

The protocol.

', 'AnalysisAclRule$RuleAction' => '

Indicates whether to allow or deny traffic that matches the rule.

', 'AnalysisComponent$Id' => '

The ID of the component.

', 'AnalysisComponent$Arn' => '

The Amazon Resource Name (ARN) of the component.

', 'AnalysisComponent$Name' => '

The name of the analysis component.

', 'AnalysisLoadBalancerTarget$AvailabilityZone' => '

The Availability Zone.

', 'AnalysisPacketHeader$Protocol' => '

The protocol.

', 'AnalysisRouteTableRoute$DestinationCidr' => '

The destination IPv4 address, in CIDR notation.

', 'AnalysisRouteTableRoute$DestinationPrefixListId' => '

The prefix of the Amazon Web Service.

', 'AnalysisRouteTableRoute$EgressOnlyInternetGatewayId' => '

The ID of an egress-only internet gateway.

', 'AnalysisRouteTableRoute$GatewayId' => '

The ID of the gateway, such as an internet gateway or virtual private gateway.

', 'AnalysisRouteTableRoute$InstanceId' => '

The ID of the instance, such as a NAT instance.

', 'AnalysisRouteTableRoute$NatGatewayId' => '

The ID of a NAT gateway.

', 'AnalysisRouteTableRoute$NetworkInterfaceId' => '

The ID of a network interface.

', 'AnalysisRouteTableRoute$Origin' => '

Describes how the route was created. The following are the possible values:

', 'AnalysisRouteTableRoute$TransitGatewayId' => '

The ID of a transit gateway.

', 'AnalysisRouteTableRoute$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'AnalysisRouteTableRoute$State' => '

The state. The following are the possible values:

', 'AnalysisRouteTableRoute$CarrierGatewayId' => '

The ID of a carrier gateway.

', 'AnalysisRouteTableRoute$LocalGatewayId' => '

The ID of a local gateway.

', 'AnalysisSecurityGroupRule$Cidr' => '

The IPv4 address range, in CIDR notation.

', 'AnalysisSecurityGroupRule$Direction' => '

The direction. The following are the possible values:

', 'AnalysisSecurityGroupRule$SecurityGroupId' => '

The security group ID.

', 'AnalysisSecurityGroupRule$PrefixListId' => '

The prefix list ID.

', 'AnalysisSecurityGroupRule$Protocol' => '

The protocol name.

', 'AssignIpv6AddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignPrivateIpAddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'AssignedPrivateIpAddress$PrivateIpAddress' => '

The private IP address assigned to the network interface.

', 'AssociateAddressRequest$PrivateIpAddress' => '

The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.

', 'AssociateAddressResult$AssociationId' => '

The ID that represents the association of the Elastic IP address with an instance.

', 'AssociateClientVpnTargetNetworkRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'AssociateClientVpnTargetNetworkResult$AssociationId' => '

The unique ID of the target network association.

', 'AssociateEnclaveCertificateIamRoleResult$CertificateS3BucketName' => '

The name of the Amazon S3 bucket to which the certificate was uploaded.

', 'AssociateEnclaveCertificateIamRoleResult$CertificateS3ObjectKey' => '

The Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored. The object key is formatted as follows: role_arn/certificate_arn.

', 'AssociateEnclaveCertificateIamRoleResult$EncryptionKmsKeyId' => '

The ID of the KMS key used to encrypt the private key of the certificate.

', 'AssociateIpamResourceDiscoveryRequest$ClientToken' => '

A client token.

', 'AssociateRouteTableResult$AssociationId' => '

The route table association ID. This ID is required for disassociating the route table.

', 'AssociateSubnetCidrBlockRequest$Ipv6CidrBlock' => '

The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.

', 'AssociateSubnetCidrBlockResult$SubnetId' => '

The ID of the subnet.

', 'AssociateTrunkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'AssociateTrunkInterfaceResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'AssociateVpcCidrBlockRequest$CidrBlock' => '

An IPv4 CIDR block to associate with the VPC.

', 'AssociateVpcCidrBlockRequest$Ipv6CidrBlockNetworkBorderGroup' => '

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

You can have one IPv6 CIDR block association per network border group.

', 'AssociateVpcCidrBlockRequest$Ipv6CidrBlock' => '

An IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

', 'AssociateVpcCidrBlockResult$VpcId' => '

The ID of the VPC.

', 'AssociatedRole$CertificateS3BucketName' => '

The name of the Amazon S3 bucket in which the Amazon S3 object is stored.

', 'AssociatedRole$CertificateS3ObjectKey' => '

The key of the Amazon S3 object ey where the certificate, certificate chain, and encrypted private key bundle is stored. The object key is formated as follows: role_arn/certificate_arn.

', 'AssociatedRole$EncryptionKmsKeyId' => '

The ID of the KMS customer master key (CMK) used to encrypt the private key.

', 'AssociatedTargetNetwork$NetworkId' => '

The ID of the subnet.

', 'AssociationStatus$Message' => '

A message about the status of the target network association, if applicable.

', 'AthenaIntegration$IntegrationResultS3DestinationArn' => '

The location in Amazon S3 to store the generated CloudFormation template.

', 'AttachNetworkInterfaceResult$AttachmentId' => '

The ID of the network interface attachment.

', 'AttachVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'AttachVolumeRequest$Device' => '

The device name (for example, /dev/sdh or xvdh).

', 'AttributeValue$Value' => '

The attribute value. The value is case-sensitive.

', 'AuthorizationRule$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the authorization rule is associated.

', 'AuthorizationRule$Description' => '

A brief description of the authorization rule.

', 'AuthorizationRule$GroupId' => '

The ID of the Active Directory group to which the authorization rule grants access.

', 'AuthorizationRule$DestinationCidr' => '

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

', 'AuthorizeClientVpnIngressRequest$TargetNetworkCidr' => '

The IPv4 address range, in CIDR notation, of the network for which access is being authorized.

', 'AuthorizeClientVpnIngressRequest$AccessGroupId' => '

The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if AuthorizeAllGroups is false or not specified.

', 'AuthorizeClientVpnIngressRequest$Description' => '

A brief description of the authorization rule.

', 'AuthorizeClientVpnIngressRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'AuthorizeSecurityGroupEgressRequest$CidrIp' => '

Not supported. Use a set of IP permissions to specify the CIDR.

', 'AuthorizeSecurityGroupEgressRequest$IpProtocol' => '

Not supported. Use a set of IP permissions to specify the protocol name or number.

', 'AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupName' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'AuthorizeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'AuthorizeSecurityGroupIngressRequest$CidrIp' => '

The IPv4 address range, in CIDR format. You can\'t specify this parameter when specifying a source security group. To specify an IPv6 address range, use a set of IP permissions.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). To specify icmpv6, use a set of IP permissions.

Use -1 to specify all protocols. If you specify -1 or a protocol other than tcp, udp, or icmp, traffic on all ports is allowed, regardless of any ports you specify.

Alternatively, use a set of IP permissions to specify multiple rules and a description for the rule.

', 'AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupName' => '

[Default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead. The source security group must be in the same VPC.

', 'AuthorizeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId' => '

[Nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group is in a different account. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the IP protocol, the start of the port range, and the end of the port range. Creates rules that grant full ICMP, UDP, and TCP access. To create a rule with a specific IP protocol and port range, use a set of IP permissions instead.

', 'AvailabilityZone$RegionName' => '

The name of the Region.

', 'AvailabilityZone$ZoneName' => '

The name of the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZone$ZoneId' => '

The ID of the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZone$GroupName' => '

For Availability Zones, this parameter has the same value as the Region name.

For Local Zones, the name of the associated group, for example us-west-2-lax-1.

For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

', 'AvailabilityZone$NetworkBorderGroup' => '

The name of the network border group.

', 'AvailabilityZone$ZoneType' => '

The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.

', 'AvailabilityZone$ParentZoneName' => '

The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

', 'AvailabilityZone$ParentZoneId' => '

The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

', 'AvailabilityZoneMessage$Message' => '

The message about the Availability Zone, Local Zone, or Wavelength Zone.

', 'AvailabilityZoneStringList$member' => NULL, 'BillingProductList$member' => NULL, 'BlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'BlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

NVMe instance store volumes are automatically enumerated and assigned a device name. Including them in your block device mapping has no effect.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

', 'BlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string. When this property is specified, the device is removed from the block device mapping regardless of the assigned value.

', 'BundleTask$BundleId' => '

The ID of the bundle task.

', 'BundleTask$InstanceId' => '

The ID of the instance associated with this bundle task.

', 'BundleTask$Progress' => '

The level of task completion, as a percent (for example, 20%).

', 'BundleTaskError$Code' => '

The error code.

', 'BundleTaskError$Message' => '

The error message.

', 'ByoipCidr$Cidr' => '

The address range, in CIDR notation.

', 'ByoipCidr$Description' => '

The description of the address range.

', 'ByoipCidr$StatusMessage' => '

Upon success, contains the ID of the address pool. Otherwise, contains an error message.

', 'CancelConversionRequest$ReasonMessage' => '

The reason for canceling the conversion task.

', 'CancelImportTaskRequest$CancelReason' => '

The reason for canceling the task.

', 'CancelImportTaskResult$ImportTaskId' => '

The ID of the task being canceled.

', 'CancelImportTaskResult$PreviousState' => '

The current state of the task being canceled.

', 'CancelImportTaskResult$State' => '

The current state of the task being canceled.

', 'CancelSpotFleetRequestsError$Message' => '

The description for the error code.

', 'CancelSpotFleetRequestsErrorItem$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'CancelSpotFleetRequestsSuccessItem$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'CancelledSpotInstanceRequest$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'CapacityReservation$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'CapacityReservation$OwnerId' => '

The ID of the Amazon Web Services account that owns the Capacity Reservation.

', 'CapacityReservation$CapacityReservationArn' => '

The Amazon Resource Name (ARN) of the Capacity Reservation.

', 'CapacityReservation$AvailabilityZoneId' => '

The Availability Zone ID of the Capacity Reservation.

', 'CapacityReservation$InstanceType' => '

The type of instance for which the Capacity Reservation reserves capacity.

', 'CapacityReservation$AvailabilityZone' => '

The Availability Zone in which the capacity is reserved.

', 'CapacityReservation$CapacityReservationFleetId' => '

The ID of the Capacity Reservation Fleet to which the Capacity Reservation belongs. Only valid for Capacity Reservations that were created by a Capacity Reservation Fleet.

', 'CapacityReservationFleet$CapacityReservationFleetArn' => '

The ARN of the Capacity Reservation Fleet.

', 'CapacityReservationFleet$AllocationStrategy' => '

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. For more information, see For more information, see Allocation strategy in the Amazon EC2 User Guide.

', 'CapacityReservationGroup$GroupArn' => '

The ARN of the resource group.

', 'CapacityReservationGroup$OwnerId' => '

The ID of the Amazon Web Services account that owns the resource group.

', 'CapacityReservationTarget$CapacityReservationResourceGroupArn' => '

The ARN of the Capacity Reservation resource group in which to run the instance.

', 'CapacityReservationTargetResponse$CapacityReservationId' => '

The ID of the targeted Capacity Reservation.

', 'CapacityReservationTargetResponse$CapacityReservationResourceGroupArn' => '

The ARN of the targeted Capacity Reservation group.

', 'CarrierGateway$OwnerId' => '

The Amazon Web Services account ID of the owner of the carrier gateway.

', 'CertificateAuthentication$ClientRootCertificateChain' => '

The ARN of the client certificate.

', 'CertificateAuthenticationRequest$ClientRootCertificateChainArn' => '

The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).

', 'CidrAuthorizationContext$Message' => '

The plain-text authorization message for the prefix and account.

', 'CidrAuthorizationContext$Signature' => '

The signed authorization message for the prefix and account.

', 'CidrBlock$CidrBlock' => '

The IPv4 CIDR block.

', 'ClassicLinkDnsSupport$VpcId' => '

The ID of the VPC.

', 'ClassicLinkInstance$InstanceId' => '

The ID of the instance.

', 'ClassicLinkInstance$VpcId' => '

The ID of the VPC.

', 'ClassicLoadBalancer$Name' => '

The name of the load balancer.

', 'ClientCertificateRevocationListStatus$Message' => '

A message about the status of the client certificate revocation list, if applicable.

', 'ClientConnectOptions$LambdaFunctionArn' => '

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

', 'ClientConnectResponseOptions$LambdaFunctionArn' => '

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.

', 'ClientData$Comment' => '

A user-defined comment about the disk upload.

', 'ClientLoginBannerOptions$BannerText' => '

Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

', 'ClientLoginBannerResponseOptions$BannerText' => '

Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.

', 'ClientVpnAuthorizationRuleStatus$Message' => '

A message about the status of the authorization rule, if applicable.

', 'ClientVpnConnection$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint to which the client is connected.

', 'ClientVpnConnection$Timestamp' => '

The current date and time.

', 'ClientVpnConnection$ConnectionId' => '

The ID of the client connection.

', 'ClientVpnConnection$Username' => '

The username of the client who established the client connection. This information is only provided if Active Directory client authentication is used.

', 'ClientVpnConnection$ConnectionEstablishedTime' => '

The date and time the client connection was established.

', 'ClientVpnConnection$IngressBytes' => '

The number of bytes sent by the client.

', 'ClientVpnConnection$EgressBytes' => '

The number of bytes received by the client.

', 'ClientVpnConnection$IngressPackets' => '

The number of packets sent by the client.

', 'ClientVpnConnection$EgressPackets' => '

The number of packets received by the client.

', 'ClientVpnConnection$ClientIp' => '

The IP address of the client.

', 'ClientVpnConnection$CommonName' => '

The common name associated with the client. This is either the name of the client certificate, or the Active Directory user name.

', 'ClientVpnConnection$ConnectionEndTime' => '

The date and time the client connection was terminated.

', 'ClientVpnConnectionStatus$Message' => '

A message about the status of the client connection, if applicable.

', 'ClientVpnEndpoint$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'ClientVpnEndpoint$Description' => '

A brief description of the endpoint.

', 'ClientVpnEndpoint$CreationTime' => '

The date and time the Client VPN endpoint was created.

', 'ClientVpnEndpoint$DeletionTime' => '

The date and time the Client VPN endpoint was deleted, if applicable.

', 'ClientVpnEndpoint$DnsName' => '

The DNS name to be used by clients when connecting to the Client VPN endpoint.

', 'ClientVpnEndpoint$ClientCidrBlock' => '

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

', 'ClientVpnEndpoint$ServerCertificateArn' => '

The ARN of the server certificate.

', 'ClientVpnEndpoint$SelfServicePortalUrl' => '

The URL of the self-service portal.

', 'ClientVpnEndpointAttributeStatus$Message' => '

The status message.

', 'ClientVpnEndpointStatus$Message' => '

A message about the status of the Client VPN endpoint.

', 'ClientVpnRoute$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the route is associated.

', 'ClientVpnRoute$DestinationCidr' => '

The IPv4 address range, in CIDR notation, of the route destination.

', 'ClientVpnRoute$TargetSubnet' => '

The ID of the subnet through which traffic is routed.

', 'ClientVpnRoute$Type' => '

The route type.

', 'ClientVpnRoute$Origin' => '

Indicates how the route was associated with the Client VPN endpoint. associate indicates that the route was automatically added when the target network was associated with the Client VPN endpoint. add-route indicates that the route was manually added using the CreateClientVpnRoute action.

', 'ClientVpnRoute$Description' => '

A brief description of the route.

', 'ClientVpnRouteStatus$Message' => '

A message about the status of the Client VPN endpoint route, if applicable.

', 'CloudWatchLogOptions$LogGroupArn' => '

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

', 'CloudWatchLogOptions$LogOutputFormat' => '

Configured log format. Default format is json.

Valid values: json | text

', 'CloudWatchLogOptionsSpecification$LogOutputFormat' => '

Set log format. Default format is json.

Valid values: json | text

', 'CoipAddressUsage$AllocationId' => '

The allocation ID of the address.

', 'CoipAddressUsage$AwsAccountId' => '

The Amazon Web Services account ID.

', 'CoipAddressUsage$AwsService' => '

The Amazon Web Services service.

', 'CoipAddressUsage$CoIp' => '

The customer-owned IP address.

', 'CoipCidr$Cidr' => '

An address range in a customer-owned IP address space.

', 'CoipCidr$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'ConfirmProductInstanceRequest$ProductCode' => '

The product code. This must be a product code that you own.

', 'ConfirmProductInstanceResult$OwnerId' => '

The Amazon Web Services account ID of the instance owner. This is only present if the product code is attached to the instance.

', 'ConnectionLogOptions$CloudwatchLogGroup' => '

The name of the CloudWatch Logs log group. Required if connection logging is enabled.

', 'ConnectionLogOptions$CloudwatchLogStream' => '

The name of the CloudWatch Logs log stream to which the connection data is published.

', 'ConnectionLogResponseOptions$CloudwatchLogGroup' => '

The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

', 'ConnectionLogResponseOptions$CloudwatchLogStream' => '

The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.

', 'ConnectionNotification$ConnectionNotificationId' => '

The ID of the notification.

', 'ConnectionNotification$ServiceId' => '

The ID of the endpoint service.

', 'ConnectionNotification$VpcEndpointId' => '

The ID of the VPC endpoint.

', 'ConnectionNotification$ConnectionNotificationArn' => '

The ARN of the SNS topic for the notification.

', 'ConversionTask$ConversionTaskId' => '

The ID of the conversion task.

', 'ConversionTask$ExpirationTime' => '

The time when the task expires. If the upload isn\'t complete before the expiration time, we automatically cancel the task.

', 'ConversionTask$StatusMessage' => '

The status message related to the conversion task.

', 'CopyFpgaImageRequest$SourceFpgaImageId' => '

The ID of the source AFI.

', 'CopyFpgaImageRequest$Description' => '

The description for the new AFI.

', 'CopyFpgaImageRequest$Name' => '

The name for the new AFI. The default is the name of the source AFI.

', 'CopyFpgaImageRequest$SourceRegion' => '

The Region that contains the source AFI.

', 'CopyFpgaImageRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

', 'CopyFpgaImageResult$FpgaImageId' => '

The ID of the new AFI.

', 'CopyImageRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

', 'CopyImageRequest$Description' => '

A description for the new AMI in the destination Region.

', 'CopyImageRequest$Name' => '

The name of the new AMI in the destination Region.

', 'CopyImageRequest$SourceImageId' => '

The ID of the AMI to copy.

', 'CopyImageRequest$SourceRegion' => '

The name of the Region that contains the AMI to copy.

', 'CopyImageRequest$DestinationOutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copy AMIs from an Amazon Web Services Region to an Outpost in the Amazon EC2 User Guide.

', 'CopyImageResult$ImageId' => '

The ID of the new AMI.

', 'CopySnapshotRequest$Description' => '

A description for the EBS snapshot.

', 'CopySnapshotRequest$DestinationOutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost. The snapshot must be in the Region for the destination Outpost. You cannot copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.

For more information, see Copy snapshots from an Amazon Web Services Region to an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CopySnapshotRequest$DestinationRegion' => '

The destination Region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a PresignedUrl parameter, where it is required.

The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, ec2.us-east-1.amazonaws.com). With the CLI, this is specified using the --region parameter or the default Region in your Amazon Web Services configuration file.

', 'CopySnapshotRequest$SourceRegion' => '

The ID of the Region that contains the snapshot to be copied.

', 'CopySnapshotRequest$SourceSnapshotId' => '

The ID of the EBS snapshot to copy.

', 'CopySnapshotResult$SnapshotId' => '

The ID of the new snapshot.

', 'CreateCapacityReservationFleetRequest$AllocationStrategy' => '

The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. Currently, only the prioritized allocation strategy is supported. For more information, see Allocation strategy in the Amazon EC2 User Guide.

Valid values: prioritized

', 'CreateCapacityReservationFleetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateCapacityReservationFleetResult$AllocationStrategy' => '

The allocation strategy used by the Capacity Reservation Fleet.

', 'CreateCapacityReservationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateCapacityReservationRequest$InstanceType' => '

The instance type for which to reserve capacity. For more information, see Instance types in the Amazon EC2 User Guide.

', 'CreateCarrierGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateClientVpnEndpointRequest$ClientCidrBlock' => '

The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.

', 'CreateClientVpnEndpointRequest$ServerCertificateArn' => '

The ARN of the server certificate. For more information, see the Certificate Manager User Guide.

', 'CreateClientVpnEndpointRequest$Description' => '

A brief description of the Client VPN endpoint.

', 'CreateClientVpnEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateClientVpnEndpointResult$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'CreateClientVpnEndpointResult$DnsName' => '

The DNS name to be used by clients when establishing their VPN session.

', 'CreateClientVpnRouteRequest$DestinationCidrBlock' => '

The IPv4 address range, in CIDR notation, of the route destination. For example:

', 'CreateClientVpnRouteRequest$Description' => '

A brief description of the route.

', 'CreateClientVpnRouteRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateCoipCidrRequest$Cidr' => '

A customer-owned IP address range to create.

', 'CreateCustomerGatewayRequest$PublicIp' => '

This member has been deprecated. The Internet-routable IP address for the customer gateway\'s outside interface. The address must be static.

', 'CreateCustomerGatewayRequest$CertificateArn' => '

The Amazon Resource Name (ARN) for the customer gateway certificate.

', 'CreateCustomerGatewayRequest$DeviceName' => '

A name for the customer gateway device.

Length Constraints: Up to 255 characters.

', 'CreateCustomerGatewayRequest$IpAddress' => '

IPv4 address for the customer gateway device\'s outside interface. The address must be static.

', 'CreateDefaultSubnetRequest$AvailabilityZone' => '

The Availability Zone in which to create the default subnet.

', 'CreateEgressOnlyInternetGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateEgressOnlyInternetGatewayResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateFleetError$ErrorCode' => '

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

', 'CreateFleetError$ErrorMessage' => '

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.

', 'CreateFleetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

', 'CreateFleetRequest$Context' => '

Reserved.

', 'CreateFlowLogsRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateFlowLogsRequest$DeliverLogsPermissionArn' => '

The ARN of the IAM role that allows Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your account.

This parameter is required if the destination type is cloud-watch-logs and unsupported otherwise.

', 'CreateFlowLogsRequest$DeliverCrossAccountRole' => '

The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.

', 'CreateFlowLogsRequest$LogGroupName' => '

The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.

This parameter is valid only if the destination type is cloud-watch-logs.

', 'CreateFlowLogsRequest$LogDestination' => '

The destination for the flow log data. The meaning of this parameter depends on the destination type.

', 'CreateFlowLogsRequest$LogFormat' => '

The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see Flow log records in the Amazon VPC User Guide or Transit Gateway Flow Log records in the Amazon Web Services Transit Gateway Guide.

Specify the fields using the ${field-id} format, separated by spaces.

', 'CreateFlowLogsResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateFpgaImageRequest$Description' => '

A description for the AFI.

', 'CreateFpgaImageRequest$Name' => '

A name for the AFI.

', 'CreateFpgaImageRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateFpgaImageResult$FpgaImageId' => '

The FPGA image identifier (AFI ID).

', 'CreateFpgaImageResult$FpgaImageGlobalId' => '

The global FPGA image identifier (AGFI ID).

', 'CreateImageRequest$Description' => '

A description for the new image.

', 'CreateImageRequest$Name' => '

A name for the new image.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes (\'), at-signs (@), or underscores(_)

', 'CreateImageResult$ImageId' => '

The ID of the new AMI.

', 'CreateInstanceConnectEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateInstanceConnectEndpointResult$ClientToken' => '

Unique, case-sensitive idempotency token provided by the client in the the request.

', 'CreateInstanceEventWindowRequest$Name' => '

The name of the event window.

', 'CreateInstanceExportTaskRequest$Description' => '

A description for the conversion task or the resource being exported. The maximum length is 255 characters.

', 'CreateIpamPoolRequest$Locale' => '

In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you do not choose a locale, resources in Regions others than the IPAM\'s home region cannot use CIDRs from this pool.

Possible values: Any Amazon Web Services Region, such as us-east-1.

', 'CreateIpamPoolRequest$Description' => '

A description for the IPAM pool.

', 'CreateIpamPoolRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateIpamRequest$Description' => '

A description for the IPAM.

', 'CreateIpamRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateIpamResourceDiscoveryRequest$Description' => '

A description for the IPAM resource discovery.

', 'CreateIpamResourceDiscoveryRequest$ClientToken' => '

A client token for the IPAM resource discovery.

', 'CreateIpamScopeRequest$Description' => '

A description for the scope you\'re creating.

', 'CreateIpamScopeRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateKeyPairRequest$KeyName' => '

A unique name for the key pair.

Constraints: Up to 255 ASCII characters

', 'CreateLaunchTemplateRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'CreateLaunchTemplateVersionRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'CreateLaunchTemplateVersionRequest$SourceVersion' => '

The version number of the launch template version on which to base the new version. The new version inherits the same launch parameters as the source version, except for parameters that you specify in LaunchTemplateData. Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.

', 'CreateLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

', 'CreateManagedPrefixListRequest$PrefixListName' => '

A name for the prefix list.

Constraints: Up to 255 characters in length. The name cannot start with com.amazonaws.

', 'CreateManagedPrefixListRequest$AddressFamily' => '

The IP address type.

Valid Values: IPv4 | IPv6

', 'CreateManagedPrefixListRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

Constraints: Up to 255 UTF-8 characters in length.

', 'CreateNatGatewayRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Constraint: Maximum 64 ASCII characters.

', 'CreateNatGatewayRequest$PrivateIpAddress' => '

The private IPv4 address to assign to the NAT gateway. If you don\'t provide an address, a private IPv4 address will be automatically assigned.

', 'CreateNatGatewayResult$ClientToken' => '

Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

', 'CreateNetworkAclEntryRequest$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24). We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateNetworkAclEntryRequest$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:db8:1234:1a00::/64).

', 'CreateNetworkAclEntryRequest$Protocol' => '

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

', 'CreateNetworkInsightsAccessScopeRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateNetworkInsightsPathRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateNetworkInterfacePermissionRequest$AwsAccountId' => '

The Amazon Web Services account ID.

', 'CreateNetworkInterfacePermissionRequest$AwsService' => '

The Amazon Web Service. Currently not supported.

', 'CreateNetworkInterfaceRequest$Description' => '

A description for the network interface.

', 'CreateNetworkInterfaceRequest$PrivateIpAddress' => '

The primary private IPv4 address of the network interface. If you don\'t specify an IPv4 address, Amazon EC2 selects one for you from the subnet\'s IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in privateIpAddresses as primary (only one IP address can be designated as primary).

', 'CreateNetworkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'CreateNetworkInterfaceResult$ClientToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'CreatePlacementGroupRequest$GroupName' => '

A name for the placement group. Must be unique within the scope of your account for the Region.

Constraints: Up to 255 ASCII characters

', 'CreateReplaceRootVolumeTaskRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see Ensuring idempotency.

', 'CreateReservedInstancesListingRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

', 'CreateRestoreImageTaskRequest$Bucket' => '

The name of the Amazon S3 bucket that contains the stored AMI object.

', 'CreateRestoreImageTaskRequest$ObjectKey' => '

The name of the stored AMI object in the bucket.

', 'CreateRestoreImageTaskRequest$Name' => '

The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.

', 'CreateRestoreImageTaskResult$ImageId' => '

The AMI ID.

', 'CreateRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.

', 'CreateSecurityGroupRequest$Description' => '

A description for the security group.

Constraints: Up to 255 characters in length

Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'CreateSecurityGroupRequest$GroupName' => '

The name of the security group.

Constraints: Up to 255 characters in length. Cannot start with sg-.

Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'CreateSecurityGroupResult$GroupId' => '

The ID of the security group.

', 'CreateSnapshotRequest$Description' => '

A description for the snapshot.

', 'CreateSnapshotRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.

For more information, see Create local snapshots from volumes on an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSnapshotsRequest$Description' => '

A description propagated to every snapshot specified by the instance.

', 'CreateSnapshotsRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.

For more information, see Create multi-volume local snapshots from instances on an Outpost in the Amazon Elastic Compute Cloud User Guide.

', 'CreateSpotDatafeedSubscriptionRequest$Bucket' => '

The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see Rules for bucket naming in the Amazon S3 Developer Guide.

', 'CreateSpotDatafeedSubscriptionRequest$Prefix' => '

The prefix for the data feed file names.

', 'CreateStoreImageTaskRequest$Bucket' => '

The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed.

', 'CreateStoreImageTaskResult$ObjectKey' => '

The name of the stored AMI object in the S3 bucket.

', 'CreateSubnetCidrReservationRequest$Cidr' => '

The IPv4 or IPV6 CIDR range to reserve.

', 'CreateSubnetCidrReservationRequest$Description' => '

The description to assign to the subnet CIDR reservation.

', 'CreateSubnetRequest$AvailabilityZone' => '

The Availability Zone or Local Zone for the subnet.

Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.

To create a subnet in a Local Zone, set this value to the Local Zone ID, for example us-west-2-lax-1a. For information about the Regions that support Local Zones, see Local Zones locations.

To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.

', 'CreateSubnetRequest$AvailabilityZoneId' => '

The AZ ID or the Local Zone ID of the subnet.

', 'CreateSubnetRequest$CidrBlock' => '

The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

This parameter is not supported for an IPv6 only subnet.

', 'CreateSubnetRequest$Ipv6CidrBlock' => '

The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length.

This parameter is required for an IPv6 only subnet.

', 'CreateSubnetRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.

', 'CreateTrafficMirrorFilterRequest$Description' => '

The description of the Traffic Mirror filter.

', 'CreateTrafficMirrorFilterRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterRuleRequest$DestinationCidrBlock' => '

The destination CIDR block to assign to the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$SourceCidrBlock' => '

The source CIDR block to assign to the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$Description' => '

The description of the Traffic Mirror rule.

', 'CreateTrafficMirrorFilterRuleRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorFilterRuleResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorSessionRequest$Description' => '

The description of the Traffic Mirror session.

', 'CreateTrafficMirrorSessionRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorSessionResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorTargetRequest$NetworkLoadBalancerArn' => '

The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.

', 'CreateTrafficMirrorTargetRequest$Description' => '

The description of the Traffic Mirror target.

', 'CreateTrafficMirrorTargetRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTrafficMirrorTargetResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateTransitGatewayConnectPeerRequest$TransitGatewayAddress' => '

The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.

', 'CreateTransitGatewayConnectPeerRequest$PeerAddress' => '

The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.

', 'CreateTransitGatewayPeeringAttachmentRequest$PeerAccountId' => '

The ID of the Amazon Web Services account that owns the peer transit gateway.

', 'CreateTransitGatewayPeeringAttachmentRequest$PeerRegion' => '

The Region where the peer transit gateway is located.

', 'CreateTransitGatewayRequest$Description' => '

A description of the transit gateway.

', 'CreateTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for destination matches. Routing decisions are based on the most specific match.

', 'CreateVerifiedAccessEndpointRequest$ApplicationDomain' => '

The DNS name for users to reach your application.

', 'CreateVerifiedAccessEndpointRequest$EndpointDomainPrefix' => '

A custom identifier that is prepended to the DNS name that is generated for the endpoint.

', 'CreateVerifiedAccessEndpointRequest$Description' => '

A description for the Verified Access endpoint.

', 'CreateVerifiedAccessEndpointRequest$PolicyDocument' => '

The Verified Access policy document.

', 'CreateVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessGroupRequest$Description' => '

A description for the Verified Access group.

', 'CreateVerifiedAccessGroupRequest$PolicyDocument' => '

The Verified Access policy document.

', 'CreateVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessInstanceRequest$Description' => '

A description for the Verified Access instance.

', 'CreateVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVerifiedAccessTrustProviderDeviceOptions$TenantId' => '

The ID of the tenant application with the device-identity provider.

', 'CreateVerifiedAccessTrustProviderOidcOptions$Issuer' => '

The OIDC issuer.

', 'CreateVerifiedAccessTrustProviderOidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'CreateVerifiedAccessTrustProviderOidcOptions$ClientId' => '

The client identifier.

', 'CreateVerifiedAccessTrustProviderOidcOptions$Scope' => '

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user\'s details. Each scope returns a specific set of user attributes.

', 'CreateVerifiedAccessTrustProviderRequest$PolicyReferenceName' => '

The identifier to be used when working with policy rules.

', 'CreateVerifiedAccessTrustProviderRequest$Description' => '

A description for the Verified Access trust provider.

', 'CreateVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'CreateVolumePermission$UserId' => '

The ID of the Amazon Web Services account to be added or removed.

', 'CreateVolumeRequest$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'CreateVolumeRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensure Idempotency.

', 'CreateVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn' => '

The ARN of the SNS topic for the notifications.

', 'CreateVpcEndpointConnectionNotificationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointConnectionNotificationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcEndpointRequest$ServiceName' => '

The name of the endpoint service.

', 'CreateVpcEndpointRequest$PolicyDocument' => '

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.

', 'CreateVpcEndpointRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcEndpointServiceConfigurationRequest$PrivateDnsName' => '

(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

', 'CreateVpcEndpointServiceConfigurationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'CreateVpcEndpointServiceConfigurationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

', 'CreateVpcPeeringConnectionRequest$PeerOwnerId' => '

The Amazon Web Services account ID of the owner of the accepter VPC.

Default: Your Amazon Web Services account ID

', 'CreateVpcPeeringConnectionRequest$PeerVpcId' => '

The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.

', 'CreateVpcPeeringConnectionRequest$PeerRegion' => '

The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.

Default: The Region in which you make the request.

', 'CreateVpcRequest$CidrBlock' => '

The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16. We modify the specified CIDR block to its canonical form; for example, if you specify 100.68.0.18/18, we modify it to 100.68.0.0/18.

', 'CreateVpcRequest$Ipv6CidrBlock' => '

The IPv6 CIDR block from the IPv6 address pool. You must also specify Ipv6Pool in the request.

To let Amazon choose the IPv6 CIDR block for you, omit this parameter.

', 'CreateVpcRequest$Ipv6CidrBlockNetworkBorderGroup' => '

The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.

You must set AmazonProvidedIpv6CidrBlock to true to use this parameter.

', 'CreateVpnConnectionRequest$Type' => '

The type of VPN connection (ipsec.1).

', 'CreateVpnConnectionRouteRequest$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer network.

', 'CreateVpnGatewayRequest$AvailabilityZone' => '

The Availability Zone for the virtual private gateway.

', 'CreditSpecification$CpuCredits' => '

The credit option for CPU usage of a T instance.

Valid values: standard | unlimited

', 'CreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of a T instance.

Valid values: standard | unlimited

', 'CustomerGateway$BgpAsn' => '

The customer gateway\'s Border Gateway Protocol (BGP) Autonomous System Number (ASN).

', 'CustomerGateway$CustomerGatewayId' => '

The ID of the customer gateway.

', 'CustomerGateway$IpAddress' => '

The IP address of the customer gateway device\'s outside interface.

', 'CustomerGateway$CertificateArn' => '

The Amazon Resource Name (ARN) for the customer gateway certificate.

', 'CustomerGateway$State' => '

The current state of the customer gateway (pending | available | deleting | deleted).

', 'CustomerGateway$Type' => '

The type of VPN connection the customer gateway supports (ipsec.1).

', 'CustomerGateway$DeviceName' => '

The name of customer gateway device.

', 'DataQuery$Id' => '

A user-defined ID associated with a data query that\'s returned in the dataResponse identifying the query. For example, if you set the Id to MyQuery01in the query, the dataResponse identifies the query as MyQuery01.

', 'DataQuery$Source' => '

The Region or Availability Zone that\'s the source for the data query. For example, us-east-1.

', 'DataQuery$Destination' => '

The Region or Availability Zone that\'s the target for the data query. For example, eu-north-1.

', 'DataResponse$Id' => '

The ID passed in the DataQuery.

', 'DataResponse$Source' => '

The Region or Availability Zone that\'s the source for the data query. For example, us-east-1.

', 'DataResponse$Destination' => '

The Region or Availability Zone that\'s the destination for the data query. For example, eu-west-1.

', 'DeleteClientVpnRouteRequest$DestinationCidrBlock' => '

The IPv4 address range, in CIDR notation, of the route to be deleted.

', 'DeleteCoipCidrRequest$Cidr' => '

A customer-owned IP address range that you want to delete.

', 'DeleteFleetError$Message' => '

The description for the error code.

', 'DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateId' => '

The ID of the launch template.

', 'DeleteLaunchTemplateVersionsResponseErrorItem$LaunchTemplateName' => '

The name of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateId' => '

The ID of the launch template.

', 'DeleteLaunchTemplateVersionsResponseSuccessItem$LaunchTemplateName' => '

The name of the launch template.

', 'DeleteLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range for the route. This must match the CIDR for the route exactly.

', 'DeleteNatGatewayResult$NatGatewayId' => '

The ID of the NAT gateway.

', 'DeleteQueuedReservedInstancesError$Message' => '

The error message.

', 'DeleteRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

', 'DeleteRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.

', 'DeleteTrafficMirrorFilterResult$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'DeleteTrafficMirrorFilterRuleResult$TrafficMirrorFilterRuleId' => '

The ID of the deleted Traffic Mirror rule.

', 'DeleteTrafficMirrorSessionResult$TrafficMirrorSessionId' => '

The ID of the deleted Traffic Mirror session.

', 'DeleteTrafficMirrorTargetResult$TrafficMirrorTargetId' => '

The ID of the deleted Traffic Mirror target.

', 'DeleteTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range for the route. This must match the CIDR for the route exactly.

', 'DeleteVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DeleteVpnConnectionRouteRequest$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer network.

', 'DeprovisionByoipCidrRequest$Cidr' => '

The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.

', 'DeprovisionIpamPoolCidrRequest$Cidr' => '

The CIDR which you want to deprovision from the pool.

', 'DeprovisionPublicIpv4PoolCidrRequest$Cidr' => '

The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of /32. You must rerun this command for each IP address in the CIDR range. If your CIDR is a /24, you will have to run this command to deprovision each of the 256 IP addresses in the /24 CIDR.

', 'DeprovisionedAddressSet$member' => NULL, 'DeregisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'DescribeAddressTransfersRequest$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeAddressTransfersResult$NextToken' => '

Specify the pagination token from a previous request to retrieve the next page of results.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeByoipCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCapacityReservationFleetsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeCapacityReservationFleetsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCapacityReservationsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeCapacityReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeCarrierGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeCarrierGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeClassicLinkInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeClassicLinkInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeCoipPoolsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeCoipPoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeDhcpOptionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeDhcpOptionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeEgressOnlyInternetGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeEgressOnlyInternetGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeElasticGpusRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeElasticGpusResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeFastLaunchImagesSuccessItem$OwnerId' => '

The owner ID for the fast-launch enabled Windows AMI.

', 'DescribeFastLaunchImagesSuccessItem$StateTransitionReason' => '

The reason that faster launching for the Windows AMI changed to the current state.

', 'DescribeFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'DescribeFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'DescribeFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'DescribeFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'DescribeFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'DescribeFleetError$ErrorCode' => '

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

', 'DescribeFleetError$ErrorMessage' => '

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.

', 'DescribeFleetHistoryRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetHistoryResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFleetInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFleetsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFleetsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeFlowLogsRequest$NextToken' => '

The token to request the next page of items. Pagination continues from the end of the items returned by the previous request.

', 'DescribeFlowLogsResult$NextToken' => '

The token to request the next page of items. This value is null when there are no more items to return.

', 'DescribeHostReservationOfferingsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostReservationOfferingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeHostReservationsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeHostsRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'DescribeHostsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', 'DescribeIdentityIdFormatRequest$PrincipalArn' => '

The ARN of the principal, which can be an IAM role, IAM user, or the root user.

', 'DescribeIdentityIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway

', 'DescribeImagesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeImagesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeImportImageTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeImportImageTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeImportSnapshotTasksRequest$NextToken' => '

A token that indicates the next page of results.

', 'DescribeImportSnapshotTasksResult$NextToken' => '

The token to use to get the next page of results. This value is null when there are no more results to return.

', 'DescribeInstanceCreditSpecificationsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceCreditSpecificationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstanceEventWindowsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeInstanceEventWindowsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeInstanceStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstanceStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInstancesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInstancesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeInternetGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeInternetGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeLaunchTemplateVersionsRequest$MinVersion' => '

The version number after which to describe launch template versions.

', 'DescribeLaunchTemplateVersionsRequest$MaxVersion' => '

The version number up to which to describe launch template versions.

', 'DescribeLaunchTemplateVersionsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeLaunchTemplateVersionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLaunchTemplatesRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeLaunchTemplatesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTableVpcAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTableVpcAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayRouteTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayRouteTablesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayVirtualInterfaceGroupsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayVirtualInterfaceGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewayVirtualInterfacesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewayVirtualInterfacesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeLocalGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeLocalGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeMovingAddressesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeMovingAddressesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNatGatewaysRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNatGatewaysResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkAclsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkAclsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkInsightsAccessScopeAnalysesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAccessScopesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsAnalysesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInsightsPathsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeNetworkInterfaceAttributeResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'DescribeNetworkInterfacePermissionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkInterfacePermissionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeNetworkInterfacesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeNetworkInterfacesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribePrefixListsRequest$NextToken' => '

The token for the next page of results.

', 'DescribePrefixListsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribePrincipalIdFormatRequest$NextToken' => '

The token to request the next page of results.

', 'DescribePrincipalIdFormatResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribePublicIpv4PoolsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeReplaceRootVolumeTasksResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeReservedInstancesModificationsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeReservedInstancesModificationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeReservedInstancesOfferingsRequest$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'DescribeReservedInstancesOfferingsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeReservedInstancesOfferingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeRouteTablesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeRouteTablesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeScheduledInstanceAvailabilityRequest$NextToken' => '

The token for the next set of results.

', 'DescribeScheduledInstanceAvailabilityResult$NextToken' => '

The token required to retrieve the next set of results. This value is null when there are no more results to return.

', 'DescribeScheduledInstancesRequest$NextToken' => '

The token for the next set of results.

', 'DescribeScheduledInstancesResult$NextToken' => '

The token required to retrieve the next set of results. This value is null when there are no more results to return.

', 'DescribeSecurityGroupRulesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSecurityGroupRulesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSecurityGroupsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSecurityGroupsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSnapshotAttributeResult$SnapshotId' => '

The ID of the EBS snapshot.

', 'DescribeSnapshotTierStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSnapshotTierStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSnapshotsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSnapshotsResult$NextToken' => '

The token to include in another request to return the next page of snapshots. This value is null when there are no more snapshots to return.

', 'DescribeSpotFleetInstancesRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetInstancesResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetInstancesResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestHistoryRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestHistoryResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestHistoryResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'DescribeSpotFleetRequestsRequest$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotFleetRequestsResponse$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotInstanceRequestsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSpotInstanceRequestsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSpotPriceHistoryRequest$AvailabilityZone' => '

Filters the results by the specified Availability Zone.

', 'DescribeSpotPriceHistoryRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSpotPriceHistoryResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeStaleSecurityGroupsResult$NextToken' => '

The token to include in another request to get the next page of items. If there are no additional items to return, the string is empty.

', 'DescribeStoreImageTasksRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeStoreImageTasksResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeSubnetsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeSubnetsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeTagsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeTagsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeTrafficMirrorFiltersResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTrafficMirrorSessionsResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTrafficMirrorTargetsResult$NextToken' => '

The token to use to retrieve the next page of results. The value is null when there are no more results to return.

', 'DescribeTransitGatewayAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayConnectPeersRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayConnectPeersResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayConnectsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayConnectsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayMulticastDomainsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayMulticastDomainsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayPeeringAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayPolicyTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayPolicyTablesResult$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTableAnnouncementsResult$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTablesRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayRouteTablesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewayVpcAttachmentsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewayVpcAttachmentsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTransitGatewaysRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTransitGatewaysResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeTrunkInterfaceAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'DescribeTrunkInterfaceAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVolumeAttributeResult$VolumeId' => '

The ID of the volume.

', 'DescribeVolumeStatusRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVolumeStatusResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVolumesModificationsRequest$NextToken' => '

The token returned by a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVolumesModificationsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null if there are no more items to return.

', 'DescribeVolumesRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned from the previous request.

', 'DescribeVolumesResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVpcAttributeResult$VpcId' => '

The ID of the VPC.

', 'DescribeVpcEndpointConnectionNotificationsRequest$NextToken' => '

The token to request the next page of results.

', 'DescribeVpcEndpointConnectionNotificationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointConnectionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointConnectionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServiceConfigurationsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointServiceConfigurationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServicePermissionsRequest$NextToken' => '

The token to retrieve the next page of results.

', 'DescribeVpcEndpointServicePermissionsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'DescribeVpcEndpointServicesRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a prior call.)

', 'DescribeVpcEndpointServicesResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeVpcEndpointsRequest$NextToken' => '

The token for the next set of items to return. (You received this token from a prior call.)

', 'DescribeVpcEndpointsResult$NextToken' => '

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

', 'DescribeVpcPeeringConnectionsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcPeeringConnectionsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DescribeVpcsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'DescribeVpcsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'DetachVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'DetachVolumeRequest$Device' => '

The device name.

', 'DeviceOptions$TenantId' => '

The ID of the tenant application with the device-identity provider.

', 'DhcpConfiguration$Key' => '

The name of a DHCP option.

', 'DhcpOptions$DhcpOptionsId' => '

The ID of the set of DHCP options.

', 'DhcpOptions$OwnerId' => '

The ID of the Amazon Web Services account that owns the DHCP options set.

', 'DirectoryServiceAuthentication$DirectoryId' => '

The ID of the Active Directory used for authentication.

', 'DirectoryServiceAuthenticationRequest$DirectoryId' => '

The ID of the Active Directory to be used for authentication.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Source' => '

The source Region or Availability Zone that the metric subscription is disabled for. For example, us-east-1.

', 'DisableAwsNetworkPerformanceMetricSubscriptionRequest$Destination' => '

The target Region or Availability Zone that the metric subscription is disabled for. For example, eu-north-1.

', 'DisableFastLaunchResult$OwnerId' => '

The owner of the Windows AMI for which faster launching was turned off.

', 'DisableFastLaunchResult$StateTransitionReason' => '

The reason that the state changed for faster launching for the Windows AMI.

', 'DisableFastSnapshotRestoreErrorItem$SnapshotId' => '

The ID of the snapshot.

', 'DisableFastSnapshotRestoreStateError$Code' => '

The error code.

', 'DisableFastSnapshotRestoreStateError$Message' => '

The error message.

', 'DisableFastSnapshotRestoreStateErrorItem$AvailabilityZone' => '

The Availability Zone.

', 'DisableFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'DisableFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'DisableFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'DisableFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'DisableFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'DisableIpamOrganizationAdminAccountRequest$DelegatedAdminAccountId' => '

The Organizations member account ID that you want to disable as IPAM account.

', 'DisassociateClientVpnTargetNetworkResult$AssociationId' => '

The ID of the target network association.

', 'DisassociateSubnetCidrBlockResult$SubnetId' => '

The ID of the subnet.

', 'DisassociateTrunkInterfaceRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'DisassociateTrunkInterfaceResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.

', 'DisassociateVpcCidrBlockResult$VpcId' => '

The ID of the VPC.

', 'DiskImage$Description' => '

A description of the disk image.

', 'DiskImageDescription$Checksum' => '

The checksum computed for the disk image.

', 'DiskImageVolumeDescription$Id' => '

The volume identifier.

', 'DnsEntry$DnsName' => '

The DNS name.

', 'DnsEntry$HostedZoneId' => '

The ID of the private hosted zone.

', 'EbsBlockDevice$KmsKeyId' => '

Identifier (key ID, key alias, ID ARN, or alias ARN) for a customer managed CMK under which the EBS volume is encrypted.

This parameter is only supported on BlockDeviceMapping objects called by RunInstances, RequestSpotFleet, and RequestSpotInstances.

', 'EbsBlockDevice$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored.

This parameter is not supported when using CreateImage.

', 'EbsInstanceBlockDevice$VolumeId' => '

The ID of the EBS volume.

', 'Ec2InstanceConnectEndpoint$OwnerId' => '

The ID of the Amazon Web Services account that created the EC2 Instance Connect Endpoint.

', 'Ec2InstanceConnectEndpoint$StateMessage' => '

The message for the current state of the EC2 Instance Connect Endpoint. Can include a failure message.

', 'Ec2InstanceConnectEndpoint$DnsName' => '

The DNS name of the EC2 Instance Connect Endpoint.

', 'Ec2InstanceConnectEndpoint$FipsDnsName' => '

', 'Ec2InstanceConnectEndpoint$AvailabilityZone' => '

The Availability Zone of the EC2 Instance Connect Endpoint.

', 'ElasticGpuAssociation$ElasticGpuAssociationId' => '

The ID of the association.

', 'ElasticGpuAssociation$ElasticGpuAssociationState' => '

The state of the association between the instance and the Elastic Graphics accelerator.

', 'ElasticGpuAssociation$ElasticGpuAssociationTime' => '

The time the Elastic Graphics accelerator was associated with the instance.

', 'ElasticGpuSpecification$Type' => '

The type of Elastic Graphics accelerator. For more information about the values to specify for Type, see Elastic Graphics Basics, specifically the Elastic Graphics accelerator column, in the Amazon Elastic Compute Cloud User Guide for Windows Instances.

', 'ElasticGpuSpecificationResponse$Type' => '

The elastic GPU type.

', 'ElasticGpus$ElasticGpuId' => '

The ID of the Elastic Graphics accelerator.

', 'ElasticGpus$AvailabilityZone' => '

The Availability Zone in the which the Elastic Graphics accelerator resides.

', 'ElasticGpus$ElasticGpuType' => '

The type of Elastic Graphics accelerator.

', 'ElasticGpus$InstanceId' => '

The ID of the instance to which the Elastic Graphics accelerator is attached.

', 'ElasticInferenceAccelerator$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, eia1.xlarge, eia2.medium, eia2.large, and eia2.xlarge.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorArn' => '

The Amazon Resource Name (ARN) of the elastic inference accelerator.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationId' => '

The ID of the association.

', 'ElasticInferenceAcceleratorAssociation$ElasticInferenceAcceleratorAssociationState' => '

The state of the elastic inference accelerator.

', 'EnableAddressTransferRequest$TransferAccountId' => '

The ID of the account that you want to transfer the Elastic IP address to.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Source' => '

The source Region or Availability Zone that the metric subscription is enabled for. For example, us-east-1.

', 'EnableAwsNetworkPerformanceMetricSubscriptionRequest$Destination' => '

The target Region or Availability Zone that the metric subscription is enabled for. For example, eu-west-1.

', 'EnableFastLaunchRequest$ResourceType' => '

The type of resource to use for pre-provisioning the Windows AMI for faster launching. Supported values include: snapshot, which is the default value.

', 'EnableFastLaunchResult$OwnerId' => '

The owner ID for the Windows AMI for which faster launching was enabled.

', 'EnableFastLaunchResult$StateTransitionReason' => '

The reason that the state changed for faster launching for the Windows AMI.

', 'EnableFastSnapshotRestoreErrorItem$SnapshotId' => '

The ID of the snapshot.

', 'EnableFastSnapshotRestoreStateError$Code' => '

The error code.

', 'EnableFastSnapshotRestoreStateError$Message' => '

The error message.

', 'EnableFastSnapshotRestoreStateErrorItem$AvailabilityZone' => '

The Availability Zone.

', 'EnableFastSnapshotRestoreSuccessItem$SnapshotId' => '

The ID of the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$AvailabilityZone' => '

The Availability Zone.

', 'EnableFastSnapshotRestoreSuccessItem$StateTransitionReason' => '

The reason for the state transition. The possible values are as follows:

', 'EnableFastSnapshotRestoreSuccessItem$OwnerId' => '

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

', 'EnableFastSnapshotRestoreSuccessItem$OwnerAlias' => '

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

', 'EnableIpamOrganizationAdminAccountRequest$DelegatedAdminAccountId' => '

The Organizations member account ID that you want to enable as the IPAM account.

', 'EventInformation$EventDescription' => '

The description of the event.

', 'EventInformation$EventSubType' => '

The event.

error events:

fleetRequestChange events:

instanceChange events:

Information events:

', 'EventInformation$InstanceId' => '

The ID of the instance. This information is available only for instanceChange events.

', 'ExecutableByStringList$member' => NULL, 'Explanation$Direction' => '

The direction. The following are the possible values:

', 'Explanation$ExplanationCode' => '

The explanation code.

', 'Explanation$MissingComponent' => '

The missing component.

', 'Explanation$PacketField' => '

The packet field.

', 'Explanation$State' => '

The state.

', 'ExportClientVpnClientCertificateRevocationListResult$CertificateRevocationList' => '

Information about the client certificate revocation list.

', 'ExportClientVpnClientConfigurationResult$ClientConfiguration' => '

The contents of the Client VPN endpoint configuration file.

', 'ExportImageRequest$ClientToken' => '

Token to enable idempotency for export image requests.

', 'ExportImageRequest$Description' => '

A description of the image being exported. The maximum length is 255 characters.

', 'ExportImageRequest$RoleName' => '

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named \'vmimport\'.

', 'ExportImageResult$Description' => '

A description of the image being exported.

', 'ExportImageResult$ExportImageTaskId' => '

The ID of the export image task.

', 'ExportImageResult$ImageId' => '

The ID of the image.

', 'ExportImageResult$RoleName' => '

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

', 'ExportImageResult$Progress' => '

The percent complete of the export image task.

', 'ExportImageResult$Status' => '

The status of the export image task. The possible values are active, completed, deleting, and deleted.

', 'ExportImageResult$StatusMessage' => '

The status message for the export image task.

', 'ExportImageTask$Description' => '

A description of the image being exported.

', 'ExportImageTask$ExportImageTaskId' => '

The ID of the export image task.

', 'ExportImageTask$ImageId' => '

The ID of the image.

', 'ExportImageTask$Progress' => '

The percent complete of the export image task.

', 'ExportImageTask$Status' => '

The status of the export image task. The possible values are active, completed, deleting, and deleted.

', 'ExportImageTask$StatusMessage' => '

The status message for the export image task.

', 'ExportTask$Description' => '

A description of the resource being exported.

', 'ExportTask$ExportTaskId' => '

The ID of the export task.

', 'ExportTask$StatusMessage' => '

The status message related to the export task.

', 'ExportTaskS3Location$S3Bucket' => '

The destination Amazon S3 bucket.

', 'ExportTaskS3Location$S3Prefix' => '

The prefix (logical hierarchy) in the bucket.

', 'ExportTaskS3LocationRequest$S3Bucket' => '

The destination Amazon S3 bucket.

', 'ExportTaskS3LocationRequest$S3Prefix' => '

The prefix (logical hierarchy) in the bucket.

', 'ExportToS3Task$S3Bucket' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

', 'ExportToS3Task$S3Key' => '

The encryption key for your S3 bucket.

', 'ExportToS3TaskSpecification$S3Bucket' => '

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

', 'ExportToS3TaskSpecification$S3Prefix' => '

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + \'.\' + diskImageFormat.

', 'ExportTransitGatewayRoutesRequest$S3Bucket' => '

The name of the S3 bucket.

', 'ExportTransitGatewayRoutesResult$S3Location' => '

The URL of the exported file in Amazon S3. For example, s3://bucket_name/VPCTransitGateway/TransitGatewayRouteTables/file_name.

', 'FailedQueuedPurchaseDeletion$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'FastLaunchLaunchTemplateSpecificationRequest$LaunchTemplateName' => '

The name of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationRequest$Version' => '

The version of the launch template to use for faster launching for a Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$LaunchTemplateName' => '

The name of the launch template for faster launching of the associated Windows AMI.

', 'FastLaunchLaunchTemplateSpecificationResponse$Version' => '

The version of the launch template for faster launching of the associated Windows AMI.

', 'FederatedAuthentication$SamlProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

', 'FederatedAuthentication$SelfServiceSamlProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

', 'FederatedAuthenticationRequest$SAMLProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider.

', 'FederatedAuthenticationRequest$SelfServiceSAMLProviderArn' => '

The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.

', 'Filter$Name' => '

The name of the filter. Filter names are case-sensitive.

', 'FirewallStatefulRule$Protocol' => '

The protocol.

', 'FirewallStatefulRule$RuleAction' => '

The rule action. The possible values are pass, drop, and alert.

', 'FirewallStatefulRule$Direction' => '

The direction. The possible values are FORWARD and ANY.

', 'FirewallStatelessRule$RuleAction' => '

The rule action. The possible values are pass, drop, and forward_to_site.

', 'FleetCapacityReservation$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Capacity Reservation reserves capacity.

', 'FleetCapacityReservation$AvailabilityZone' => '

The Availability Zone in which the Capacity Reservation reserves capacity.

', 'FleetData$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraints: Maximum 64 ASCII characters

', 'FleetData$Context' => '

Reserved.

', 'FleetLaunchTemplateOverrides$MaxPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'FleetLaunchTemplateOverrides$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'FleetLaunchTemplateOverrides$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'FleetLaunchTemplateOverridesRequest$MaxPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'FleetLaunchTemplateOverridesRequest$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'FleetLaunchTemplateSpecification$LaunchTemplateId' => '

The ID of the launch template.

You must specify the LaunchTemplateId or the LaunchTemplateName, but not both.

', 'FleetLaunchTemplateSpecification$Version' => '

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

', 'FleetLaunchTemplateSpecificationRequest$Version' => '

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

', 'FlowLog$DeliverLogsErrorMessage' => '

Information about the error that occurred. Rate limited indicates that CloudWatch Logs throttling has been applied for one or more network interfaces, or that you\'ve reached the limit on the number of log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

', 'FlowLog$DeliverLogsPermissionArn' => '

The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.

', 'FlowLog$DeliverCrossAccountRole' => '

The ARN of the IAM role that allows the service to publish flow logs across accounts.

', 'FlowLog$DeliverLogsStatus' => '

The status of the logs delivery (SUCCESS | FAILED).

', 'FlowLog$FlowLogId' => '

The ID of the flow log.

', 'FlowLog$FlowLogStatus' => '

The status of the flow log (ACTIVE).

', 'FlowLog$LogGroupName' => '

The name of the flow log group.

', 'FlowLog$ResourceId' => '

The ID of the resource being monitored.

', 'FlowLog$LogDestination' => '

The Amazon Resource Name (ARN) of the destination for the flow log data.

', 'FlowLog$LogFormat' => '

The format of the flow log record.

', 'FpgaImage$FpgaImageId' => '

The FPGA image identifier (AFI ID).

', 'FpgaImage$FpgaImageGlobalId' => '

The global FPGA image identifier (AGFI ID).

', 'FpgaImage$Name' => '

The name of the AFI.

', 'FpgaImage$Description' => '

The description of the AFI.

', 'FpgaImage$ShellVersion' => '

The version of the Amazon Web Services Shell that was used to create the bitstream.

', 'FpgaImage$OwnerId' => '

The ID of the Amazon Web Services account that owns the AFI.

', 'FpgaImage$OwnerAlias' => '

The alias of the AFI owner. Possible values include self, amazon, and aws-marketplace.

', 'FpgaImageAttribute$FpgaImageId' => '

The ID of the AFI.

', 'FpgaImageAttribute$Name' => '

The name of the AFI.

', 'FpgaImageAttribute$Description' => '

The description of the AFI.

', 'FpgaImageState$Message' => '

If the state is failed, this is the error message.

', 'GetAssociatedIpv6PoolCidrsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetAwsNetworkPerformanceDataRequest$NextToken' => '

The token for the next page of results.

', 'GetAwsNetworkPerformanceDataResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetCapacityReservationUsageRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'GetCapacityReservationUsageResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetCapacityReservationUsageResult$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'GetCapacityReservationUsageResult$InstanceType' => '

The type of instance for which the Capacity Reservation reserves capacity.

', 'GetCoipPoolUsageRequest$NextToken' => '

The token for the next page of results.

', 'GetCoipPoolUsageResult$CoipPoolId' => '

The ID of the customer-owned address pool.

', 'GetCoipPoolUsageResult$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'GetConsoleOutputResult$InstanceId' => '

The ID of the instance.

', 'GetConsoleOutputResult$Output' => '

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

', 'GetConsoleScreenshotResult$ImageData' => '

The data that comprises the image.

', 'GetConsoleScreenshotResult$InstanceId' => '

The ID of the instance.

', 'GetEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

', 'GetFlowLogsIntegrationTemplateRequest$ConfigDeliveryS3DestinationArn' => '

To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.

', 'GetFlowLogsIntegrationTemplateResult$Result' => '

The generated CloudFormation template.

', 'GetGroupsForCapacityReservationRequest$NextToken' => '

The token to use to retrieve the next page of results.

', 'GetGroupsForCapacityReservationResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetHostReservationPurchasePreviewResult$TotalHourlyPrice' => '

The potential total hourly price of the reservation per hour.

', 'GetHostReservationPurchasePreviewResult$TotalUpfrontPrice' => '

The potential total upfront price. This is billed immediately.

', 'GetInstanceTypesFromInstanceRequirementsRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'GetInstanceTypesFromInstanceRequirementsResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'GetInstanceUefiDataResult$UefiData' => '

Base64 representation of the non-volatile UEFI variable store.

', 'GetIpamAddressHistoryRequest$Cidr' => '

The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.

', 'GetIpamAddressHistoryRequest$VpcId' => '

The ID of the VPC you want your history records filtered by.

', 'GetIpamDiscoveredAccountsRequest$DiscoveryRegion' => '

The Amazon Web Services Region that the account information is returned from.

', 'GetIpamDiscoveredResourceCidrsRequest$ResourceRegion' => '

A resource Region.

', 'GetIpamResourceCidrsRequest$ResourceId' => '

The ID of the resource.

', 'GetIpamResourceCidrsRequest$ResourceOwner' => '

The ID of the Amazon Web Services account that owns the resource.

', 'GetManagedPrefixListAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetNetworkInsightsAccessScopeAnalysisFindingsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetPasswordDataResult$InstanceId' => '

The ID of the Windows instance.

', 'GetPasswordDataResult$PasswordData' => '

The password of the instance. Returns an empty string if the password is not available.

', 'GetReservedInstancesExchangeQuoteResult$CurrencyCode' => '

The currency of the transaction.

', 'GetReservedInstancesExchangeQuoteResult$PaymentDue' => '

The total true upfront charge for the exchange.

', 'GetReservedInstancesExchangeQuoteResult$ValidationFailureReason' => '

Describes the reason why the exchange cannot be completed.

', 'GetSpotPlacementScoresRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'GetSpotPlacementScoresResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'GetSubnetCidrReservationsRequest$NextToken' => '

The token for the next page of results.

', 'GetSubnetCidrReservationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayAttachmentPropagationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayAttachmentPropagationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayMulticastDomainAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayPolicyTableAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPolicyTableAssociationsResult$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPolicyTableEntriesRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPrefixListReferencesRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayPrefixListReferencesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayRouteTableAssociationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayRouteTableAssociationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetTransitGatewayRouteTablePropagationsRequest$NextToken' => '

The token for the next page of results.

', 'GetTransitGatewayRouteTablePropagationsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'GetVerifiedAccessEndpointPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'GetVerifiedAccessGroupPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$InternetKeyExchangeVersion' => '

The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: ikev1 or ikev2.

', 'GetVpnTunnelReplacementStatusRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'GetVpnTunnelReplacementStatusResult$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'GroupIdentifier$GroupName' => '

The name of the security group.

', 'GroupIdentifier$GroupId' => '

The ID of the security group.

', 'Host$AvailabilityZone' => '

The Availability Zone of the Dedicated Host.

', 'Host$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'Host$HostId' => '

The ID of the Dedicated Host.

', 'Host$HostReservationId' => '

The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn\'t have an associated reservation.

', 'Host$OwnerId' => '

The ID of the Amazon Web Services account that owns the Dedicated Host.

', 'Host$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Dedicated Host is allocated.

', 'Host$OutpostArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.

', 'HostInstance$InstanceId' => '

The ID of instance that is running on the Dedicated Host.

', 'HostInstance$InstanceType' => '

The instance type (for example, m3.medium) of the running instance.

', 'HostInstance$OwnerId' => '

The ID of the Amazon Web Services account that owns the instance.

', 'HostOffering$HourlyPrice' => '

The hourly price of the offering.

', 'HostOffering$InstanceFamily' => '

The instance family of the offering.

', 'HostOffering$UpfrontPrice' => '

The upfront price of the offering. Does not apply to No Upfront offerings.

', 'HostProperties$InstanceType' => '

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

', 'HostProperties$InstanceFamily' => '

The instance family supported by the Dedicated Host. For example, m5.

', 'HostReservation$HourlyPrice' => '

The hourly price of the reservation.

', 'HostReservation$InstanceFamily' => '

The instance family of the Dedicated Host Reservation. The instance family on the Dedicated Host must be the same in order for it to benefit from the reservation.

', 'HostReservation$UpfrontPrice' => '

The upfront price of the reservation.

', 'IKEVersionsListValue$Value' => '

The IKE version.

', 'IKEVersionsRequestListValue$Value' => '

The IKE version.

', 'IamInstanceProfile$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'IamInstanceProfile$Id' => '

The ID of the instance profile.

', 'IamInstanceProfileAssociation$AssociationId' => '

The ID of the association.

', 'IamInstanceProfileAssociation$InstanceId' => '

The ID of the instance.

', 'IamInstanceProfileSpecification$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'IamInstanceProfileSpecification$Name' => '

The name of the instance profile.

', 'IdFormat$Resource' => '

The type of resource.

', 'Image$CreationDate' => '

The date and time the image was created.

', 'Image$ImageId' => '

The ID of the AMI.

', 'Image$ImageLocation' => '

The location of the AMI.

', 'Image$KernelId' => '

The kernel associated with the image, if any. Only applicable for machine images.

', 'Image$OwnerId' => '

The ID of the Amazon Web Services account that owns the image.

', 'Image$PlatformDetails' => '

The platform details associated with the billing code of the AMI. For more information, see Understand AMI billing information in the Amazon EC2 User Guide.

', 'Image$UsageOperation' => '

The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. usageOperation corresponds to the lineitem/Operation column on your Amazon Web Services Cost and Usage Report and in the Amazon Web Services Price List API. You can view these fields on the Instances or AMIs pages in the Amazon EC2 console, or in the responses that are returned by the DescribeImages command in the Amazon EC2 API, or the describe-images command in the CLI.

', 'Image$RamdiskId' => '

The RAM disk associated with the image, if any. Only applicable for machine images.

', 'Image$Description' => '

The description of the AMI that was provided during image creation.

', 'Image$ImageOwnerAlias' => '

The Amazon Web Services account alias (for example, amazon, self) or the Amazon Web Services account ID of the AMI owner.

', 'Image$Name' => '

The name of the AMI that was provided during image creation.

', 'Image$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'Image$SriovNetSupport' => '

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'Image$DeprecationTime' => '

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DDTHH:MM:SSZ. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

', 'ImageAttribute$ImageId' => '

The ID of the AMI.

', 'ImageDiskContainer$Description' => '

The description of the disk image.

', 'ImageDiskContainer$DeviceName' => '

The block device mapping for the disk.

', 'ImageDiskContainer$Format' => '

The format of the disk image being imported.

Valid values: OVA | VHD | VHDX | VMDK | RAW

', 'ImageRecycleBinInfo$ImageId' => '

The ID of the AMI.

', 'ImageRecycleBinInfo$Name' => '

The name of the AMI.

', 'ImageRecycleBinInfo$Description' => '

The description of the AMI.

', 'ImportClientVpnClientCertificateRevocationListRequest$CertificateRevocationList' => '

The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.

', 'ImportImageLicenseConfigurationRequest$LicenseConfigurationArn' => '

The ARN of a license configuration.

', 'ImportImageLicenseConfigurationResponse$LicenseConfigurationArn' => '

The ARN of a license configuration.

', 'ImportImageRequest$Architecture' => '

The architecture of the virtual machine.

Valid values: i386 | x86_64

', 'ImportImageRequest$ClientToken' => '

The token to enable idempotency for VM import requests.

', 'ImportImageRequest$Description' => '

A description string for the import image task.

', 'ImportImageRequest$Hypervisor' => '

The target hypervisor platform.

Valid values: xen

', 'ImportImageRequest$LicenseType' => '

The license type to be used for the Amazon Machine Image (AMI) after importing.

Specify AWS to replace the source-system license with an Amazon Web Services license or BYOL to retain the source-system license. Leaving this parameter undefined is the same as choosing AWS when importing a Windows Server operating system, and the same as choosing BYOL when importing a Windows client operating system (such as Windows 10) or a Linux operating system.

To use BYOL, you must have existing licenses with rights to use these licenses in a third party cloud, such as Amazon Web Services. For more information, see Prerequisites in the VM Import/Export User Guide.

', 'ImportImageRequest$Platform' => '

The operating system of the virtual machine. If you import a VM that is compatible with Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for the platform.

Valid values: Windows | Linux

', 'ImportImageRequest$RoleName' => '

The name of the role to use when not using the default role, \'vmimport\'.

', 'ImportImageRequest$UsageOperation' => '

The usage operation value. For more information, see Licensing options in the VM Import/Export User Guide.

', 'ImportImageResult$Architecture' => '

The architecture of the virtual machine.

', 'ImportImageResult$Description' => '

A description of the import task.

', 'ImportImageResult$Hypervisor' => '

The target hypervisor of the import task.

', 'ImportImageResult$ImageId' => '

The ID of the Amazon Machine Image (AMI) created by the import task.

', 'ImportImageResult$LicenseType' => '

The license type of the virtual machine.

', 'ImportImageResult$Platform' => '

The operating system of the virtual machine.

', 'ImportImageResult$Progress' => '

The progress of the task.

', 'ImportImageResult$Status' => '

A brief status of the task.

', 'ImportImageResult$StatusMessage' => '

A detailed status message of the import task.

', 'ImportImageResult$UsageOperation' => '

The usage operation value.

', 'ImportImageTask$Architecture' => '

The architecture of the virtual machine.

Valid values: i386 | x86_64 | arm64

', 'ImportImageTask$Description' => '

A description of the import task.

', 'ImportImageTask$Hypervisor' => '

The target hypervisor for the import task.

Valid values: xen

', 'ImportImageTask$ImageId' => '

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

', 'ImportImageTask$ImportTaskId' => '

The ID of the import image task.

', 'ImportImageTask$KmsKeyId' => '

The identifier for the KMS key that was used to create the encrypted image.

', 'ImportImageTask$LicenseType' => '

The license type of the virtual machine.

', 'ImportImageTask$Platform' => '

The description string for the import image task.

', 'ImportImageTask$Progress' => '

The percentage of progress of the import image task.

', 'ImportImageTask$Status' => '

A brief status for the import image task.

', 'ImportImageTask$StatusMessage' => '

A descriptive status message for the import image task.

', 'ImportImageTask$UsageOperation' => '

The usage operation value.

', 'ImportInstanceLaunchSpecification$AdditionalInfo' => '

Reserved.

', 'ImportInstanceLaunchSpecification$PrivateIpAddress' => '

[EC2-VPC] An available IP address from the IP address range of the subnet.

', 'ImportInstanceRequest$Description' => '

A description for the instance being imported.

', 'ImportInstanceTaskDetails$Description' => '

A description of the task.

', 'ImportInstanceTaskDetails$InstanceId' => '

The ID of the instance.

', 'ImportInstanceVolumeDetailItem$AvailabilityZone' => '

The Availability Zone where the resulting instance will reside.

', 'ImportInstanceVolumeDetailItem$Description' => '

A description of the task.

', 'ImportInstanceVolumeDetailItem$Status' => '

The status of the import of this particular disk image.

', 'ImportInstanceVolumeDetailItem$StatusMessage' => '

The status information or errors related to the disk image.

', 'ImportKeyPairRequest$KeyName' => '

A unique name for the key pair.

', 'ImportKeyPairResult$KeyFingerprint' => '', 'ImportKeyPairResult$KeyName' => '

The key pair name that you provided.

', 'ImportKeyPairResult$KeyPairId' => '

The ID of the resulting key pair.

', 'ImportSnapshotRequest$ClientToken' => '

Token to enable idempotency for VM import requests.

', 'ImportSnapshotRequest$Description' => '

The description string for the import snapshot task.

', 'ImportSnapshotRequest$RoleName' => '

The name of the role to use when not using the default role, \'vmimport\'.

', 'ImportSnapshotResult$Description' => '

A description of the import snapshot task.

', 'ImportSnapshotResult$ImportTaskId' => '

The ID of the import snapshot task.

', 'ImportSnapshotTask$Description' => '

A description of the import snapshot task.

', 'ImportSnapshotTask$ImportTaskId' => '

The ID of the import snapshot task.

', 'ImportVolumeRequest$AvailabilityZone' => '

The Availability Zone for the resulting EBS volume.

', 'ImportVolumeRequest$Description' => '

A description of the volume.

', 'ImportVolumeTaskDetails$AvailabilityZone' => '

The Availability Zone where the resulting volume will reside.

', 'ImportVolumeTaskDetails$Description' => '

The description you provided when starting the import volume task.

', 'InsideCidrBlocksStringList$member' => NULL, 'Instance$ImageId' => '

The ID of the AMI used to launch the instance.

', 'Instance$InstanceId' => '

The ID of the instance.

', 'Instance$KernelId' => '

The kernel associated with this instance, if applicable.

', 'Instance$KeyName' => '

The name of the key pair, if this instance was launched with an associated key pair.

', 'Instance$PrivateDnsName' => '

[IPv4 only] The private DNS hostname name assigned to the instance. This DNS hostname can only be used inside the Amazon EC2 network. This name is not available until the instance enters the running state.

The Amazon-provided DNS server resolves Amazon-provided private DNS hostnames if you\'ve enabled DNS resolution and DNS hostnames in your VPC. If you are not using the Amazon-provided DNS server in your VPC, your custom domain name servers must resolve the hostname as appropriate.

', 'Instance$PrivateIpAddress' => '

The private IPv4 address assigned to the instance.

', 'Instance$PublicDnsName' => '

[IPv4 only] The public DNS name assigned to the instance. This name is not available until the instance enters the running state. This name is only available if you\'ve enabled DNS hostnames for your VPC.

', 'Instance$PublicIpAddress' => '

The public IPv4 address, or the Carrier IP address assigned to the instance, if applicable.

A Carrier IP address only applies to an instance launched in a subnet associated with a Wavelength Zone.

', 'Instance$RamdiskId' => '

The RAM disk associated with this instance, if applicable.

', 'Instance$StateTransitionReason' => '

The reason for the most recent state transition. This might be an empty string.

', 'Instance$SubnetId' => '

The ID of the subnet in which the instance is running.

', 'Instance$VpcId' => '

The ID of the VPC in which the instance is running.

', 'Instance$ClientToken' => '

The idempotency token you provided when you launched the instance, if applicable.

', 'Instance$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'Instance$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'Instance$SpotInstanceRequestId' => '

If the request is a Spot Instance request, the ID of the request.

', 'Instance$SriovNetSupport' => '

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

', 'Instance$CapacityReservationId' => '

The ID of the Capacity Reservation.

', 'Instance$PlatformDetails' => '

The platform details value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

', 'Instance$UsageOperation' => '

The usage operation value for the instance. For more information, see AMI billing information fields in the Amazon EC2 User Guide.

', 'Instance$Ipv6Address' => '

The IPv6 address assigned to the instance.

', 'Instance$TpmSupport' => '

If the instance is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon EC2 User Guide.

', 'InstanceAttribute$InstanceId' => '

The ID of the instance.

', 'InstanceBlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'InstanceBlockDeviceMappingSpecification$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'InstanceBlockDeviceMappingSpecification$NoDevice' => '

suppress the specified device included in the block device mapping.

', 'InstanceBlockDeviceMappingSpecification$VirtualName' => '

The virtual device name.

', 'InstanceCapacity$InstanceType' => '

The instance type supported by the Dedicated Host.

', 'InstanceCreditSpecification$InstanceId' => '

The ID of the instance.

', 'InstanceCreditSpecification$CpuCredits' => '

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

', 'InstanceCreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

T3 instances with host tenancy do not support the unlimited CPU credit option.

', 'InstanceEventWindow$Name' => '

The name of the event window.

', 'InstanceExportDetails$InstanceId' => '

The ID of the resource being exported.

', 'InstanceFamilyCreditSpecification$CpuCredits' => '

The default credit option for CPU usage of the instance family. Valid values are standard and unlimited.

', 'InstanceIpv4Prefix$Ipv4Prefix' => '

One or more IPv4 prefixes assigned to the network interface.

', 'InstanceIpv6Address$Ipv6Address' => '

The IPv6 address.

', 'InstanceIpv6AddressRequest$Ipv6Address' => '

The IPv6 address.

', 'InstanceIpv6Prefix$Ipv6Prefix' => '

One or more IPv6 prefixes assigned to the network interface.

', 'InstanceMonitoring$InstanceId' => '

The ID of the instance.

', 'InstanceNetworkInterface$Description' => '

The description.

', 'InstanceNetworkInterface$MacAddress' => '

The MAC address.

', 'InstanceNetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'InstanceNetworkInterface$OwnerId' => '

The ID of the Amazon Web Services account that created the network interface.

', 'InstanceNetworkInterface$PrivateDnsName' => '

The private DNS name.

', 'InstanceNetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'InstanceNetworkInterface$SubnetId' => '

The ID of the subnet.

', 'InstanceNetworkInterface$VpcId' => '

The ID of the VPC.

', 'InstanceNetworkInterface$InterfaceType' => '

The type of network interface.

Valid values: interface | efa | trunk

', 'InstanceNetworkInterfaceAssociation$CarrierIp' => '

The carrier IP address associated with the network interface.

', 'InstanceNetworkInterfaceAssociation$CustomerOwnedIp' => '

The customer-owned IP address associated with the network interface.

', 'InstanceNetworkInterfaceAssociation$IpOwnerId' => '

The ID of the owner of the Elastic IP address.

', 'InstanceNetworkInterfaceAssociation$PublicDnsName' => '

The public DNS name.

', 'InstanceNetworkInterfaceAssociation$PublicIp' => '

The public IP address or Elastic IP address bound to the network interface.

', 'InstanceNetworkInterfaceAttachment$AttachmentId' => '

The ID of the network interface attachment.

', 'InstanceNetworkInterfaceSpecification$Description' => '

The description of the network interface. Applies only if creating a network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$PrivateIpAddress' => '

The private IPv4 address of the network interface. Applies only if creating a network interface when launching an instance. You cannot specify this option if you\'re launching more than one instance in a RunInstances request.

', 'InstanceNetworkInterfaceSpecification$SubnetId' => '

The ID of the subnet associated with the network interface. Applies only if creating a network interface when launching an instance.

', 'InstanceNetworkInterfaceSpecification$InterfaceType' => '

The type of network interface.

Valid values: interface | efa

', 'InstancePrivateIpAddress$PrivateDnsName' => '

The private IPv4 DNS name.

', 'InstancePrivateIpAddress$PrivateIpAddress' => '

The private IPv4 address of the network interface.

', 'InstanceStateChange$InstanceId' => '

The ID of the instance.

', 'InstanceStatus$AvailabilityZone' => '

The Availability Zone of the instance.

', 'InstanceStatus$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'InstanceStatus$InstanceId' => '

The ID of the instance.

', 'InstanceStatusEvent$Description' => '

A description of the event.

After a scheduled event is completed, it can still be described for up to a week. If the event has been completed, this description starts with the following text: [Completed].

', 'InstanceTagKeySet$member' => NULL, 'InstanceTypeInfoFromInstanceRequirements$InstanceType' => '

The matching instance type.

', 'InstanceTypes$member' => NULL, 'InstanceTypesList$member' => NULL, 'InstanceUsage$AccountId' => '

The ID of the Amazon Web Services account that is making use of the Capacity Reservation.

', 'InternetGateway$InternetGatewayId' => '

The ID of the internet gateway.

', 'InternetGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the internet gateway.

', 'InternetGatewayAttachment$VpcId' => '

The ID of the VPC.

', 'IpList$member' => NULL, 'IpPermission$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols. When authorizing security group rules, specifying -1 or a protocol number other than tcp, udp, icmp, or icmpv6 allows traffic on all ports, regardless of any port range you specify. For tcp, udp, and icmp, you must specify a port range. For icmpv6, the port range is optional; if you omit the port range, traffic for all types and codes is allowed.

', 'IpPrefixList$member' => NULL, 'IpRange$CidrIp' => '

The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.

', 'IpRange$Description' => '

A description for the security group rule that references this IPv4 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'IpRanges$member' => NULL, 'Ipam$OwnerId' => '

The Amazon Web Services account ID of the owner of the IPAM.

', 'Ipam$IpamRegion' => '

The Amazon Web Services Region of the IPAM.

', 'Ipam$Description' => '

The description for the IPAM.

', 'IpamAddressHistoryRecord$ResourceOwnerId' => '

The ID of the resource owner.

', 'IpamAddressHistoryRecord$ResourceRegion' => '

The Amazon Web Services Region of the resource.

', 'IpamAddressHistoryRecord$ResourceId' => '

The ID of the resource.

', 'IpamAddressHistoryRecord$ResourceCidr' => '

The CIDR of the resource.

', 'IpamAddressHistoryRecord$ResourceName' => '

The name of the resource.

', 'IpamAddressHistoryRecord$VpcId' => '

The VPC ID of the resource.

', 'IpamCidrAuthorizationContext$Message' => '

The plain-text authorization message for the prefix and account.

', 'IpamCidrAuthorizationContext$Signature' => '

The signed authorization message for the prefix and account.

', 'IpamDiscoveredAccount$AccountId' => '

The account ID.

', 'IpamDiscoveredAccount$DiscoveryRegion' => '

The Amazon Web Services Region that the account information is returned from. An account can be discovered in multiple regions and will have a separate discovered account for each Region.

', 'IpamDiscoveredResourceCidr$ResourceRegion' => '

The resource Region.

', 'IpamDiscoveredResourceCidr$ResourceId' => '

The resource ID.

', 'IpamDiscoveredResourceCidr$ResourceOwnerId' => '

The resource owner ID.

', 'IpamDiscoveredResourceCidr$ResourceCidr' => '

The resource CIDR.

', 'IpamDiscoveredResourceCidr$VpcId' => '

The VPC ID.

', 'IpamDiscoveryFailureReason$Message' => '

The discovery failure message.

', 'IpamOperatingRegion$RegionName' => '

The name of the operating Region.

', 'IpamPool$OwnerId' => '

The Amazon Web Services account ID of the owner of the IPAM pool.

', 'IpamPool$IpamRegion' => '

The Amazon Web Services Region of the IPAM pool.

', 'IpamPool$Locale' => '

The locale of the IPAM pool. In IPAM, the locale is the Amazon Web Services Region where you want to make an IPAM pool available for allocations. Only resources in the same Region as the locale of the pool can get IP address allocations from the pool. You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region. Note that once you choose a Locale for a pool, you cannot modify it. If you choose an Amazon Web Services Region for locale that has not been configured as an operating Region for the IPAM, you\'ll get an error.

', 'IpamPool$StateMessage' => '

A message related to the failed creation of an IPAM pool.

', 'IpamPool$Description' => '

The description of the IPAM pool.

', 'IpamPoolAllocation$Cidr' => '

The CIDR for the allocation. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

', 'IpamPoolAllocation$Description' => '

A description of the pool allocation.

', 'IpamPoolAllocation$ResourceId' => '

The ID of the resource.

', 'IpamPoolAllocation$ResourceRegion' => '

The Amazon Web Services Region of the resource.

', 'IpamPoolAllocation$ResourceOwner' => '

The owner of the resource.

', 'IpamPoolAllocationDisallowedCidrs$member' => NULL, 'IpamPoolCidr$Cidr' => '

The CIDR provisioned to the IPAM pool. A CIDR is a representation of an IP address and its associated network mask (or netmask) and refers to a range of IP addresses. An IPv4 CIDR example is 10.24.34.0/23. An IPv6 CIDR example is 2001:DB8::/32.

', 'IpamPoolCidrFailureReason$Message' => '

A message related to why an IPAM pool CIDR failed to be provisioned.

', 'IpamResourceCidr$ResourceRegion' => '

The Amazon Web Services Region for an IPAM resource.

', 'IpamResourceCidr$ResourceOwnerId' => '

The Amazon Web Services account number of the owner of an IPAM resource.

', 'IpamResourceCidr$ResourceId' => '

The ID of an IPAM resource.

', 'IpamResourceCidr$ResourceName' => '

The name of an IPAM resource.

', 'IpamResourceCidr$ResourceCidr' => '

The CIDR for an IPAM resource.

', 'IpamResourceCidr$VpcId' => '

The ID of a VPC.

', 'IpamResourceDiscovery$OwnerId' => '

The ID of the owner.

', 'IpamResourceDiscovery$IpamResourceDiscoveryArn' => '

The resource discovery Amazon Resource Name (ARN).

', 'IpamResourceDiscovery$IpamResourceDiscoveryRegion' => '

The resource discovery Region.

', 'IpamResourceDiscovery$Description' => '

The resource discovery description.

', 'IpamResourceDiscoveryAssociation$OwnerId' => '

The Amazon Web Services account ID of the resource discovery owner.

', 'IpamResourceDiscoveryAssociation$IpamResourceDiscoveryAssociationArn' => '

The resource discovery association Amazon Resource Name (ARN).

', 'IpamResourceDiscoveryAssociation$IpamRegion' => '

The IPAM home Region.

', 'IpamResourceTag$Key' => '

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

', 'IpamResourceTag$Value' => '

The value of the tag.

', 'IpamScope$OwnerId' => '

The Amazon Web Services account ID of the owner of the scope.

', 'IpamScope$IpamRegion' => '

The Amazon Web Services Region of the IPAM scope.

', 'IpamScope$Description' => '

The description of the scope.

', 'Ipv4PrefixSpecification$Ipv4Prefix' => '

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'Ipv4PrefixSpecificationRequest$Ipv4Prefix' => '

The IPv4 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide.

', 'Ipv4PrefixSpecificationResponse$Ipv4Prefix' => '

The IPv4 delegated prefixes assigned to the network interface.

', 'Ipv6AddressList$member' => NULL, 'Ipv6CidrAssociation$Ipv6Cidr' => '

The IPv6 CIDR block.

', 'Ipv6CidrAssociation$AssociatedResource' => '

The resource that\'s associated with the IPv6 CIDR block.

', 'Ipv6CidrBlock$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'Ipv6Pool$PoolId' => '

The ID of the address pool.

', 'Ipv6Pool$Description' => '

The description for the address pool.

', 'Ipv6PrefixSpecification$Ipv6Prefix' => '

The IPv6 prefix.

', 'Ipv6PrefixSpecificationRequest$Ipv6Prefix' => '

The IPv6 prefix.

', 'Ipv6PrefixSpecificationResponse$Ipv6Prefix' => '

The IPv6 delegated prefixes assigned to the network interface.

', 'Ipv6Range$CidrIpv6' => '

The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.

', 'Ipv6Range$Description' => '

A description for the security group rule that references this IPv6 address range.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*

', 'KeyPair$KeyFingerprint' => '', 'KeyPair$KeyName' => '

The name of the key pair.

', 'KeyPair$KeyPairId' => '

The ID of the key pair.

', 'KeyPairInfo$KeyPairId' => '

The ID of the key pair.

', 'KeyPairInfo$KeyFingerprint' => '

If you used CreateKeyPair to create the key pair:

If you used ImportKeyPair to provide Amazon Web Services the public key:

', 'KeyPairInfo$KeyName' => '

The name of the key pair.

', 'KeyPairInfo$PublicKey' => '

The public key material.

', 'LastError$Message' => '

The error message for the VPC endpoint error.

', 'LastError$Code' => '

The error code for the VPC endpoint error.

', 'LaunchPermission$UserId' => '

The Amazon Web Services account ID.

Constraints: Up to 10 000 account IDs can be specified in a single request.

', 'LaunchPermission$OrganizationArn' => '

The Amazon Resource Name (ARN) of an organization.

', 'LaunchPermission$OrganizationalUnitArn' => '

The Amazon Resource Name (ARN) of an organizational unit (OU).

', 'LaunchSpecification$AddressingType' => '

Deprecated.

', 'LaunchSpecification$ImageId' => '

The ID of the AMI.

', 'LaunchSpecification$KernelId' => '

The ID of the kernel.

', 'LaunchSpecification$KeyName' => '

The name of the key pair.

', 'LaunchSpecification$RamdiskId' => '

The ID of the RAM disk.

', 'LaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instance.

', 'LaunchTemplate$LaunchTemplateId' => '

The ID of the launch template.

', 'LaunchTemplate$CreatedBy' => '

The principal that created the launch template.

', 'LaunchTemplateBlockDeviceMapping$DeviceName' => '

The device name.

', 'LaunchTemplateBlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN).

', 'LaunchTemplateBlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'LaunchTemplateBlockDeviceMappingRequest$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'LaunchTemplateBlockDeviceMappingRequest$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

', 'LaunchTemplateBlockDeviceMappingRequest$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'LaunchTemplateElasticInferenceAccelerator$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

', 'LaunchTemplateElasticInferenceAcceleratorResponse$Type' => '

The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.

', 'LaunchTemplateIamInstanceProfileSpecification$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecification$Name' => '

The name of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecificationRequest$Arn' => '

The Amazon Resource Name (ARN) of the instance profile.

', 'LaunchTemplateIamInstanceProfileSpecificationRequest$Name' => '

The name of the instance profile.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$Description' => '

A description for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$InterfaceType' => '

The type of network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$PrivateIpAddress' => '

The primary private IPv4 address of the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$Description' => '

A description for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$InterfaceType' => '

The type of network interface. To create an Elastic Fabric Adapter (EFA), specify efa. For more information, see Elastic Fabric Adapter in the Amazon Elastic Compute Cloud User Guide.

If you are not creating an EFA, specify interface or omit this parameter.

Valid values: interface | efa

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$PrivateIpAddress' => '

The primary private IPv4 address of the network interface.

', 'LaunchTemplateLicenseConfiguration$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LaunchTemplateLicenseConfigurationRequest$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LaunchTemplateOverrides$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateOverrides$AvailabilityZone' => '

The Availability Zone in which to launch the instances.

', 'LaunchTemplatePlacement$AvailabilityZone' => '

The Availability Zone of the instance.

', 'LaunchTemplatePlacement$Affinity' => '

The affinity setting for the instance on the Dedicated Host.

', 'LaunchTemplatePlacement$GroupName' => '

The name of the placement group for the instance.

', 'LaunchTemplatePlacement$HostId' => '

The ID of the Dedicated Host for the instance.

', 'LaunchTemplatePlacement$SpreadDomain' => '

Reserved for future use.

', 'LaunchTemplatePlacement$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances.

', 'LaunchTemplatePlacementRequest$AvailabilityZone' => '

The Availability Zone for the instance.

', 'LaunchTemplatePlacementRequest$Affinity' => '

The affinity setting for an instance on a Dedicated Host.

', 'LaunchTemplatePlacementRequest$SpreadDomain' => '

Reserved for future use.

', 'LaunchTemplatePlacementRequest$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

', 'LaunchTemplateSpecification$LaunchTemplateName' => '

The name of the launch template.

You must specify the LaunchTemplateName or the LaunchTemplateId, but not both.

', 'LaunchTemplateSpecification$Version' => '

The launch template version number, $Latest, or $Default.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

Default: The default version of the launch template.

', 'LaunchTemplateSpotMarketOptions$MaxPrice' => '

The maximum hourly price you\'re willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateSpotMarketOptionsRequest$MaxPrice' => '

The maximum hourly price you\'re willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'LaunchTemplateVersion$LaunchTemplateId' => '

The ID of the launch template.

', 'LaunchTemplateVersion$CreatedBy' => '

The principal that created the version.

', 'LicenseConfiguration$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'LicenseConfigurationRequest$LicenseConfigurationArn' => '

The Amazon Resource Name (ARN) of the license configuration.

', 'ListImagesInRecycleBinRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'ListImagesInRecycleBinResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'ListSnapshotsInRecycleBinRequest$NextToken' => '

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

', 'ListSnapshotsInRecycleBinResult$NextToken' => '

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

', 'LoadPermission$UserId' => '

The Amazon Web Services account ID.

', 'LoadPermissionRequest$UserId' => '

The Amazon Web Services account ID.

', 'LocalGateway$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'LocalGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway.

', 'LocalGateway$State' => '

The state of the local gateway.

', 'LocalGatewayRoute$DestinationCidrBlock' => '

The CIDR block used for destination matches.

', 'LocalGatewayRoute$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route.

', 'LocalGatewayRouteTable$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTable$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'LocalGatewayRouteTable$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route table.

', 'LocalGatewayRouteTable$State' => '

The state of the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$State' => '

The state of the association.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayRouteTableId' => '

The ID of the local gateway route table.

', 'LocalGatewayRouteTableVpcAssociation$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayRouteTableVpcAssociation$VpcId' => '

The ID of the VPC.

', 'LocalGatewayRouteTableVpcAssociation$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway route table for the association.

', 'LocalGatewayRouteTableVpcAssociation$State' => '

The state of the association.

', 'LocalGatewayVirtualInterface$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayVirtualInterface$LocalAddress' => '

The local address.

', 'LocalGatewayVirtualInterface$PeerAddress' => '

The peer address.

', 'LocalGatewayVirtualInterface$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface.

', 'LocalGatewayVirtualInterfaceGroup$LocalGatewayId' => '

The ID of the local gateway.

', 'LocalGatewayVirtualInterfaceGroup$OwnerId' => '

The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

', 'MaintenanceDetails$PendingMaintenance' => '

Verify existence of a pending maintenance.

', 'ManagedPrefixList$AddressFamily' => '

The IP address version.

', 'ManagedPrefixList$StateMessage' => '

The state message.

', 'ManagedPrefixList$PrefixListName' => '

The name of the prefix list.

', 'ManagedPrefixList$OwnerId' => '

The ID of the owner of the prefix list.

', 'MetricPoint$Status' => '

The status of the metric point.

', 'ModifyAddressAttributeRequest$DomainName' => '

The domain name to modify for the IP address.

', 'ModifyAvailabilityZoneGroupRequest$GroupName' => '

The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

', 'ModifyCapacityReservationRequest$AdditionalInfo' => '

Reserved for future use.

', 'ModifyClientVpnEndpointRequest$ServerCertificateArn' => '

The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).

', 'ModifyClientVpnEndpointRequest$Description' => '

A brief description of the Client VPN endpoint.

', 'ModifyDefaultCreditSpecificationRequest$CpuCredits' => '

The credit option for CPU usage of the instance family.

Valid Values: standard | unlimited

', 'ModifyEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for encryption by default.

', 'ModifyFleetRequest$Context' => '

Reserved.

', 'ModifyFpgaImageAttributeRequest$Description' => '

A description for the AFI.

', 'ModifyFpgaImageAttributeRequest$Name' => '

A name for the AFI.

', 'ModifyHostsRequest$InstanceType' => '

Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.

If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.

', 'ModifyHostsRequest$InstanceFamily' => '

Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.

If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.

', 'ModifyIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

', 'ModifyIdentityIdFormatRequest$PrincipalArn' => '

The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify all to modify the ID format for all IAM users, IAM roles, and the root user of the account.

', 'ModifyIdentityIdFormatRequest$Resource' => '

The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.

Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.

', 'ModifyImageAttributeRequest$Attribute' => '

The name of the attribute to modify.

Valid values: description | imdsSupport | launchPermission

', 'ModifyImageAttributeRequest$Value' => '

The value of the attribute being modified. This parameter can be used only when the Attribute parameter is description or imdsSupport.

', 'ModifyInstanceAttributeRequest$Value' => '

A new value for the attribute. Use only with the kernel, ramdisk, userData, disableApiTermination, or instanceInitiatedShutdownBehavior attribute.

', 'ModifyInstanceCreditSpecificationRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyInstanceEventStartTimeRequest$InstanceEventId' => '

The ID of the event whose date and time you are modifying.

', 'ModifyInstanceEventWindowRequest$Name' => '

The name of the event window.

', 'ModifyInstanceMaintenanceOptionsResult$InstanceId' => '

The ID of the instance.

', 'ModifyInstanceMetadataOptionsResult$InstanceId' => '

The ID of the instance.

', 'ModifyInstancePlacementRequest$HostResourceGroupArn' => '

The ARN of the host resource group in which to place the instance. The instance must have a tenancy of host to specify this parameter.

', 'ModifyIpamPoolRequest$Description' => '

The description of the IPAM pool you want to modify.

', 'ModifyIpamRequest$Description' => '

The description of the IPAM you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceId' => '

The ID of the resource you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceCidr' => '

The CIDR of the resource you want to modify.

', 'ModifyIpamResourceCidrRequest$ResourceRegion' => '

The Amazon Web Services Region of the resource you want to modify.

', 'ModifyIpamResourceDiscoveryRequest$Description' => '

A resource discovery description.

', 'ModifyIpamScopeRequest$Description' => '

The description of the scope you want to modify.

', 'ModifyLaunchTemplateRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.

Constraint: Maximum 128 ASCII characters.

', 'ModifyLaunchTemplateRequest$DefaultVersion' => '

The version number of the launch template to set as the default version.

', 'ModifyLocalGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.

', 'ModifyManagedPrefixListRequest$PrefixListName' => '

A name for the prefix list.

', 'ModifyReservedInstancesRequest$ClientToken' => '

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyReservedInstancesResult$ReservedInstancesModificationId' => '

The ID for the modification.

', 'ModifySnapshotTierResult$SnapshotId' => '

The ID of the snapshot.

', 'ModifySpotFleetRequestRequest$Context' => '

Reserved.

', 'ModifyTrafficMirrorFilterRuleRequest$DestinationCidrBlock' => '

The destination CIDR block to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$SourceCidrBlock' => '

The source CIDR block to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$Description' => '

The description to assign to the Traffic Mirror rule.

', 'ModifyTrafficMirrorSessionRequest$Description' => '

The description to assign to the Traffic Mirror session.

', 'ModifyTransitGatewayRequest$Description' => '

The description for the transit gateway.

', 'ModifyVerifiedAccessEndpointPolicyRequest$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessEndpointPolicyRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessEndpointPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessEndpointRequest$Description' => '

A description for the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessGroupPolicyRequest$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessGroupPolicyRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessGroupPolicyResult$PolicyDocument' => '

The Verified Access policy document.

', 'ModifyVerifiedAccessGroupRequest$Description' => '

A description for the Verified Access group.

', 'ModifyVerifiedAccessGroupRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessInstanceRequest$Description' => '

A description for the Verified Access instance.

', 'ModifyVerifiedAccessInstanceRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$Issuer' => '

The OIDC issuer.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$ClientId' => '

The client identifier.

', 'ModifyVerifiedAccessTrustProviderOidcOptions$Scope' => '

OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user\'s details. Each scope returns a specific set of user attributes.

', 'ModifyVerifiedAccessTrustProviderRequest$Description' => '

A description for the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderRequest$ClientToken' => '

A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionNotificationArn' => '

The ARN for the SNS topic for the notification.

', 'ModifyVpcEndpointRequest$PolicyDocument' => '

(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.

', 'ModifyVpcEndpointServiceConfigurationRequest$PrivateDnsName' => '

(Interface endpoint configuration) The private DNS name to assign to the endpoint service.

', 'ModifyVpnConnectionOptionsRequest$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

', 'ModifyVpnConnectionOptionsRequest$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

', 'ModifyVpnConnectionOptionsRequest$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

', 'ModifyVpnConnectionOptionsRequest$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

', 'ModifyVpnTunnelCertificateRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ModifyVpnTunnelOptionsRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ModifyVpnTunnelOptionsSpecification$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

', 'ModifyVpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.

', 'ModifyVpnTunnelOptionsSpecification$DPDTimeoutAction' => '

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

', 'ModifyVpnTunnelOptionsSpecification$StartupAction' => '

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

', 'MoveAddressToVpcRequest$PublicIp' => '

The Elastic IP address.

', 'MoveAddressToVpcResult$AllocationId' => '

The allocation ID for the Elastic IP address.

', 'MoveByoipCidrToIpamRequest$Cidr' => '

The BYOIP CIDR.

', 'MoveByoipCidrToIpamRequest$IpamPoolOwner' => '

The Amazon Web Services account ID of the owner of the IPAM pool.

', 'MovingAddressStatus$PublicIp' => '

The Elastic IP address.

', 'NatGateway$FailureCode' => '

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

', 'NatGateway$FailureMessage' => '

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

', 'NatGateway$NatGatewayId' => '

The ID of the NAT gateway.

', 'NatGateway$SubnetId' => '

The ID of the subnet in which the NAT gateway is located.

', 'NatGateway$VpcId' => '

The ID of the VPC in which the NAT gateway is located.

', 'NatGatewayAddress$AllocationId' => '

[Public NAT gateway only] The allocation ID of the Elastic IP address that\'s associated with the NAT gateway.

', 'NatGatewayAddress$NetworkInterfaceId' => '

The ID of the network interface associated with the NAT gateway.

', 'NatGatewayAddress$PrivateIp' => '

The private IP address associated with the NAT gateway.

', 'NatGatewayAddress$PublicIp' => '

[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.

', 'NatGatewayAddress$AssociationId' => '

[Public NAT gateway only] The association ID of the Elastic IP address that\'s associated with the NAT gateway.

', 'NatGatewayAddress$FailureMessage' => '

The address failure message.

', 'NetworkAcl$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAcl$VpcId' => '

The ID of the VPC for the network ACL.

', 'NetworkAcl$OwnerId' => '

The ID of the Amazon Web Services account that owns the network ACL.

', 'NetworkAclAssociation$NetworkAclAssociationId' => '

The ID of the association between a network ACL and a subnet.

', 'NetworkAclAssociation$NetworkAclId' => '

The ID of the network ACL.

', 'NetworkAclAssociation$SubnetId' => '

The ID of the subnet.

', 'NetworkAclEntry$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation.

', 'NetworkAclEntry$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation.

', 'NetworkAclEntry$Protocol' => '

The protocol number. A value of "-1" means all protocols.

', 'NetworkInsightsAccessScopeAnalysis$StatusMessage' => '

The status message.

', 'NetworkInsightsAccessScopeAnalysis$WarningMessage' => '

The warning message.

', 'NetworkInsightsAnalysis$StatusMessage' => '

The status message, if the status is failed.

', 'NetworkInsightsAnalysis$WarningMessage' => '

The warning message.

', 'NetworkInsightsPath$Source' => '

The ID of the source.

', 'NetworkInsightsPath$Destination' => '

The ID of the destination.

', 'NetworkInterface$AvailabilityZone' => '

The Availability Zone.

', 'NetworkInterface$Description' => '

A description.

', 'NetworkInterface$MacAddress' => '

The MAC address.

', 'NetworkInterface$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterface$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'NetworkInterface$OwnerId' => '

The Amazon Web Services account ID of the owner of the network interface.

', 'NetworkInterface$PrivateDnsName' => '

The private DNS name.

', 'NetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'NetworkInterface$RequesterId' => '

The alias or Amazon Web Services account ID of the principal or service that created the network interface.

', 'NetworkInterface$SubnetId' => '

The ID of the subnet.

', 'NetworkInterface$VpcId' => '

The ID of the VPC.

', 'NetworkInterface$Ipv6Address' => '

The IPv6 globally unique address associated with the network interface.

', 'NetworkInterfaceAssociation$AllocationId' => '

The allocation ID.

', 'NetworkInterfaceAssociation$AssociationId' => '

The association ID.

', 'NetworkInterfaceAssociation$IpOwnerId' => '

The ID of the Elastic IP address owner.

', 'NetworkInterfaceAssociation$PublicDnsName' => '

The public DNS name.

', 'NetworkInterfaceAssociation$PublicIp' => '

The address of the Elastic IP address bound to the network interface.

', 'NetworkInterfaceAssociation$CustomerOwnedIp' => '

The customer-owned IP address associated with the network interface.

', 'NetworkInterfaceAssociation$CarrierIp' => '

The carrier IP address associated with the network interface.

This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.

', 'NetworkInterfaceAttachment$AttachmentId' => '

The ID of the network interface attachment.

', 'NetworkInterfaceAttachment$InstanceId' => '

The ID of the instance.

', 'NetworkInterfaceAttachment$InstanceOwnerId' => '

The Amazon Web Services account ID of the owner of the instance.

', 'NetworkInterfaceIdSet$member' => NULL, 'NetworkInterfaceIpv6Address$Ipv6Address' => '

The IPv6 address.

', 'NetworkInterfacePermission$NetworkInterfacePermissionId' => '

The ID of the network interface permission.

', 'NetworkInterfacePermission$NetworkInterfaceId' => '

The ID of the network interface.

', 'NetworkInterfacePermission$AwsAccountId' => '

The Amazon Web Services account ID.

', 'NetworkInterfacePermission$AwsService' => '

The Amazon Web Service.

', 'NetworkInterfacePermissionState$StatusMessage' => '

A status message, if applicable.

', 'NetworkInterfacePrivateIpAddress$PrivateDnsName' => '

The private DNS name.

', 'NetworkInterfacePrivateIpAddress$PrivateIpAddress' => '

The private IPv4 address.

', 'NewDhcpConfiguration$Key' => NULL, 'OidcOptions$Issuer' => '

The OIDC issuer.

', 'OidcOptions$AuthorizationEndpoint' => '

The OIDC authorization endpoint.

', 'OidcOptions$TokenEndpoint' => '

The OIDC token endpoint.

', 'OidcOptions$UserInfoEndpoint' => '

The OIDC user info endpoint.

', 'OidcOptions$ClientId' => '

The client identifier.

', 'OidcOptions$Scope' => '

The OpenID Connect (OIDC) scope specified.

', 'OnDemandOptions$MaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay.

', 'OnDemandOptionsRequest$MaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay.

', 'OrganizationArnStringList$member' => NULL, 'OrganizationalUnitArnStringList$member' => NULL, 'OwnerStringList$member' => NULL, 'PathComponent$ServiceName' => '

The name of the VPC endpoint service.

', 'PciId$DeviceId' => '

The ID of the device.

', 'PciId$VendorId' => '

The ID of the vendor.

', 'PciId$SubsystemId' => '

The ID of the subsystem.

', 'PciId$SubsystemVendorId' => '

The ID of the vendor for the subsystem.

', 'PeeringAttachmentStatus$Code' => '

The status code.

', 'PeeringAttachmentStatus$Message' => '

The status message, if applicable.

', 'PeeringTgwInfo$TransitGatewayId' => '

The ID of the transit gateway.

', 'PeeringTgwInfo$CoreNetworkId' => '

The ID of the core network where the transit gateway peer is located.

', 'PeeringTgwInfo$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'PeeringTgwInfo$Region' => '

The Region of the transit gateway.

', 'Phase1EncryptionAlgorithmsListValue$Value' => '

The value for the encryption algorithm.

', 'Phase1EncryptionAlgorithmsRequestListValue$Value' => '

The value for the encryption algorithm.

', 'Phase1IntegrityAlgorithmsListValue$Value' => '

The value for the integrity algorithm.

', 'Phase1IntegrityAlgorithmsRequestListValue$Value' => '

The value for the integrity algorithm.

', 'Phase2EncryptionAlgorithmsListValue$Value' => '

The encryption algorithm.

', 'Phase2EncryptionAlgorithmsRequestListValue$Value' => '

The encryption algorithm.

', 'Phase2IntegrityAlgorithmsListValue$Value' => '

The integrity algorithm.

', 'Phase2IntegrityAlgorithmsRequestListValue$Value' => '

The integrity algorithm.

', 'Placement$AvailabilityZone' => '

The Availability Zone of the instance.

If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.

This parameter is not supported for CreateFleet.

', 'Placement$Affinity' => '

The affinity setting for the instance on the Dedicated Host.

This parameter is not supported for CreateFleet or ImportInstance.

', 'Placement$HostId' => '

The ID of the Dedicated Host on which the instance resides.

This parameter is not supported for CreateFleet or ImportInstance.

', 'Placement$SpreadDomain' => '

Reserved for future use.

', 'Placement$HostResourceGroupArn' => '

The ARN of the host resource group in which to launch the instances.

If you specify this parameter, either omit the Tenancy parameter or set it to host.

This parameter is not supported for CreateFleet.

', 'PlacementGroup$GroupName' => '

The name of the placement group.

', 'PlacementGroup$GroupId' => '

The ID of the placement group.

', 'PlacementGroup$GroupArn' => '

The Amazon Resource Name (ARN) of the placement group.

', 'PoolCidrBlock$Cidr' => '

The CIDR block.

', 'PrefixList$PrefixListId' => '

The ID of the prefix.

', 'PrefixList$PrefixListName' => '

The name of the prefix.

', 'PrefixListAssociation$ResourceId' => '

The ID of the resource.

', 'PrefixListAssociation$ResourceOwner' => '

The owner of the resource.

', 'PrefixListEntry$Cidr' => '

The CIDR block.

', 'PrefixListEntry$Description' => '

The description.

', 'PrefixListId$Description' => '

A description for the security group rule that references this prefix list ID.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

', 'PrefixListId$PrefixListId' => '

The ID of the prefix.

', 'PrefixListIdSet$member' => NULL, 'PrincipalIdFormat$Arn' => '

PrincipalIdFormatARN description

', 'PrivateDnsDetails$PrivateDnsName' => '

The private DNS name assigned to the VPC endpoint service.

', 'PrivateDnsNameConfiguration$Type' => '

The endpoint service verification type, for example TXT.

', 'PrivateDnsNameConfiguration$Value' => '

The value the service provider adds to the private DNS name domain record before verification.

', 'PrivateDnsNameConfiguration$Name' => '

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

', 'PrivateIpAddressSpecification$PrivateIpAddress' => '

The private IPv4 address.

', 'PrivateIpAddressStringList$member' => NULL, 'ProductCode$ProductCodeId' => '

The product code.

', 'ProductCodeStringList$member' => NULL, 'ProductDescriptionList$member' => NULL, 'PropagatingVgw$GatewayId' => '

The ID of the virtual private gateway.

', 'ProvisionByoipCidrRequest$Cidr' => '

The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you\'ve brought to this or another Region.

', 'ProvisionByoipCidrRequest$Description' => '

A description for the address range and the address pool.

', 'ProvisionIpamPoolCidrRequest$Cidr' => '

The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.

', 'ProvisionIpamPoolCidrRequest$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'ProvisionedBandwidth$Provisioned' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$Requested' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'ProvisionedBandwidth$Status' => '

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

', 'PtrUpdateStatus$Value' => '

The value for the PTR record update.

', 'PtrUpdateStatus$Status' => '

The status of the PTR record update.

', 'PtrUpdateStatus$Reason' => '

The reason for the PTR record update.

', 'PublicIpStringList$member' => NULL, 'PublicIpv4Pool$PoolId' => '

The ID of the address pool.

', 'PublicIpv4Pool$Description' => '

A description of the address pool.

', 'PublicIpv4Pool$NetworkBorderGroup' => '

The name of the location from which the address pool is advertised. A network border group is a unique set of Availability Zones or Local Zones from where Amazon Web Services advertises public IP addresses.

', 'PublicIpv4PoolRange$FirstAddress' => '

The first IP address in the range.

', 'PublicIpv4PoolRange$LastAddress' => '

The last IP address in the range.

', 'Purchase$HourlyPrice' => '

The hourly price of the reservation per hour.

', 'Purchase$InstanceFamily' => '

The instance family on the Dedicated Host that the reservation can be associated with.

', 'Purchase$UpfrontPrice' => '

The upfront price of the reservation.

', 'PurchaseHostReservationRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'PurchaseHostReservationRequest$LimitPrice' => '

The specified limit is checked against the total upfront cost of the reservation (calculated as the offering\'s upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is USD. For example, to indicate a limit price of USD 100, specify 100.00.

', 'PurchaseHostReservationResult$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.

', 'PurchaseHostReservationResult$TotalHourlyPrice' => '

The total hourly price of the reservation calculated per hour.

', 'PurchaseHostReservationResult$TotalUpfrontPrice' => '

The total amount charged to your account when you purchase the reservation.

', 'PurchaseRequest$PurchaseToken' => '

The purchase token.

', 'PurchaseReservedInstancesOfferingResult$ReservedInstancesId' => '

The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted pricing tier, the final Reserved Instances IDs might change. For more information, see Crossing pricing tiers in the Amazon Elastic Compute Cloud User Guide.

', 'PurchaseScheduledInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

', 'ReferencedSecurityGroup$GroupId' => '

The ID of the security group.

', 'ReferencedSecurityGroup$PeeringStatus' => '

The status of a VPC peering connection, if applicable.

', 'ReferencedSecurityGroup$UserId' => '

The Amazon Web Services account ID.

', 'ReferencedSecurityGroup$VpcId' => '

The ID of the VPC.

', 'ReferencedSecurityGroup$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'Region$Endpoint' => '

The Region service endpoint.

', 'Region$RegionName' => '

The name of the Region.

', 'Region$OptInStatus' => '

The Region opt-in status. The possible values are opt-in-not-required, opted-in, and not-opted-in.

', 'RegionNameStringList$member' => NULL, 'RegionNames$member' => NULL, 'RegisterImageRequest$ImageLocation' => '

The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the aws-exec-read canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see Canned ACLs in the Amazon S3 Service Developer Guide.

', 'RegisterImageRequest$Description' => '

A description for your AMI.

', 'RegisterImageRequest$Name' => '

A name for your AMI.

Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes (\'), at-signs (@), or underscores(_)

', 'RegisterImageRequest$RootDeviceName' => '

The device name of the root device volume (for example, /dev/sda1).

', 'RegisterImageRequest$SriovNetSupport' => '

Set to simple to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.

There is no way to disable sriovNetSupport at this time.

This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.

', 'RegisterImageRequest$VirtualizationType' => '

The type of virtualization (hvm | paravirtual).

Default: paravirtual

', 'RegisterImageResult$ImageId' => '

The ID of the newly registered AMI.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'ReleaseAddressRequest$PublicIp' => '

Deprecated.

', 'ReleaseAddressRequest$NetworkBorderGroup' => '

The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.

If you provide an incorrect network border group, you receive an InvalidAddress.NotFound error.

You cannot use a network border group with EC2 Classic. If you attempt this operation on EC2 classic, you receive an InvalidParameterCombination error.

', 'ReleaseIpamPoolAllocationRequest$Cidr' => '

The CIDR of the allocation you want to release.

', 'RemoveIpamOperatingRegion$RegionName' => '

The name of the operating Region you want to remove.

', 'RemovePrefixListEntry$Cidr' => '

The CIDR block.

', 'ReplaceNetworkAclAssociationResult$NewAssociationId' => '

The ID of the new association.

', 'ReplaceNetworkAclEntryRequest$CidrBlock' => '

The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.0/24).

', 'ReplaceNetworkAclEntryRequest$Ipv6CidrBlock' => '

The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::/64).

', 'ReplaceNetworkAclEntryRequest$Protocol' => '

The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.

', 'ReplaceRootVolumeTask$InstanceId' => '

The ID of the instance for which the root volume replacement task was created.

', 'ReplaceRootVolumeTask$StartTime' => '

The time the task was started.

', 'ReplaceRootVolumeTask$CompleteTime' => '

The time the task completed.

', 'ReplaceRouteRequest$DestinationCidrBlock' => '

The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

', 'ReplaceRouteRequest$DestinationIpv6CidrBlock' => '

The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.

', 'ReplaceRouteTableAssociationResult$NewAssociationId' => '

The ID of the new association.

', 'ReplaceTransitGatewayRouteRequest$DestinationCidrBlock' => '

The CIDR range used for the destination match. Routing decisions are based on the most specific match.

', 'ReplaceVpnTunnelRequest$VpnTunnelOutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'ReportInstanceStatusRequest$Description' => '

Descriptive text about the health state of your instance.

', 'RequestIpamResourceTag$Key' => '

The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

', 'RequestIpamResourceTag$Value' => '

The value for the tag.

', 'RequestSpotFleetResponse$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'RequestSpotInstancesRequest$AvailabilityZoneGroup' => '

The user-specified name for a logical grouping of requests.

When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.

If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.

Default: Instances are launched in any available Availability Zone.

', 'RequestSpotInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon EC2 User Guide for Linux Instances.

', 'RequestSpotInstancesRequest$LaunchGroup' => '

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

Default: Instances are launched and terminated individually

', 'RequestSpotInstancesRequest$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'RequestSpotLaunchSpecification$AddressingType' => '

Deprecated.

', 'RequestSpotLaunchSpecificationSecurityGroupList$member' => NULL, 'Reservation$OwnerId' => '

The ID of the Amazon Web Services account that owns the reservation.

', 'Reservation$RequesterId' => '

The ID of the requester that launched the instances on your behalf (for example, Amazon Web Services Management Console or Auto Scaling).

', 'Reservation$ReservationId' => '

The ID of the reservation.

', 'ReservationFleetInstanceSpecification$AvailabilityZone' => '

The Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can\'t span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

', 'ReservationFleetInstanceSpecification$AvailabilityZoneId' => '

The ID of the Availability Zone in which the Capacity Reservation Fleet reserves the capacity. A Capacity Reservation Fleet can\'t span Availability Zones. All instance type specifications that you specify for the Fleet must use the same Availability Zone.

', 'ReservationValue$HourlyPrice' => '

The hourly rate of the reservation.

', 'ReservationValue$RemainingTotalValue' => '

The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).

', 'ReservationValue$RemainingUpfrontValue' => '

The remaining upfront cost of the reservation.

', 'ReservedInstanceReservationValue$ReservedInstanceId' => '

The ID of the Convertible Reserved Instance that you are exchanging.

', 'ReservedInstances$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'ReservedInstances$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesConfiguration$AvailabilityZone' => '

The Availability Zone for the modified Reserved Instances.

', 'ReservedInstancesConfiguration$Platform' => '

The network platform of the modified Reserved Instances.

', 'ReservedInstancesId$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesListing$ClientToken' => '

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

', 'ReservedInstancesListing$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'ReservedInstancesListing$ReservedInstancesListingId' => '

The ID of the Reserved Instance listing.

', 'ReservedInstancesListing$StatusMessage' => '

The reason for the current status of the Reserved Instance listing. The response can be blank.

', 'ReservedInstancesModification$ClientToken' => '

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

', 'ReservedInstancesModification$ReservedInstancesModificationId' => '

A unique ID for the Reserved Instance modification.

', 'ReservedInstancesModification$Status' => '

The status of the Reserved Instances modification request.

', 'ReservedInstancesModification$StatusMessage' => '

The reason for the status.

', 'ReservedInstancesModificationResult$ReservedInstancesId' => '

The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.

', 'ReservedInstancesOffering$AvailabilityZone' => '

The Availability Zone in which the Reserved Instance can be used.

', 'ReservedInstancesOffering$ReservedInstancesOfferingId' => '

The ID of the Reserved Instance offering. This is the offering ID used in GetReservedInstancesExchangeQuote to confirm that an exchange can be made.

', 'ResetEbsDefaultKmsKeyIdResult$KmsKeyId' => '

The Amazon Resource Name (ARN) of the default KMS key for EBS encryption by default.

', 'ResetNetworkInterfaceAttributeRequest$SourceDestCheck' => '

The source/destination checking attribute. Resets the value to true.

', 'ResourceList$member' => NULL, 'ResponseError$Message' => '

The error message, if applicable.

', 'ResponseHostIdList$member' => NULL, 'ResponseHostIdSet$member' => NULL, 'ResponseLaunchTemplateData$KernelId' => '

The ID of the kernel, if applicable.

', 'ResponseLaunchTemplateData$ImageId' => '

The ID of the AMI or a Systems Manager parameter. The Systems Manager parameter will resolve to the ID of the AMI at instance launch.

The value depends on what you specified in the request. The possible values are:

For more information, see Use a Systems Manager parameter instead of an AMI ID in the Amazon Elastic Compute Cloud User Guide.

', 'ResponseLaunchTemplateData$KeyName' => '

The name of the key pair.

', 'ResponseLaunchTemplateData$RamDiskId' => '

The ID of the RAM disk, if applicable.

', 'RestorableByStringList$member' => NULL, 'RestoreAddressToClassicRequest$PublicIp' => '

The Elastic IP address.

', 'RestoreAddressToClassicResult$PublicIp' => '

The Elastic IP address.

', 'RestoreSnapshotFromRecycleBinResult$SnapshotId' => '

The ID of the snapshot.

', 'RestoreSnapshotFromRecycleBinResult$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'RestoreSnapshotFromRecycleBinResult$Description' => '

The description for the snapshot.

', 'RestoreSnapshotFromRecycleBinResult$OwnerId' => '

The ID of the Amazon Web Services account that owns the EBS snapshot.

', 'RestoreSnapshotFromRecycleBinResult$Progress' => '

The progress of the snapshot, as a percentage.

', 'RestoreSnapshotFromRecycleBinResult$VolumeId' => '

The ID of the volume that was used to create the snapshot.

', 'RestoreSnapshotTierResult$SnapshotId' => '

The ID of the snapshot.

', 'RevokeClientVpnIngressRequest$TargetNetworkCidr' => '

The IPv4 address range, in CIDR notation, of the network for which access is being removed.

', 'RevokeClientVpnIngressRequest$AccessGroupId' => '

The ID of the Active Directory group for which to revoke access.

', 'RevokeSecurityGroupEgressRequest$CidrIp' => '

Not supported. Use a set of IP permissions to specify the CIDR.

', 'RevokeSecurityGroupEgressRequest$IpProtocol' => '

Not supported. Use a set of IP permissions to specify the protocol name or number.

', 'RevokeSecurityGroupEgressRequest$SourceSecurityGroupName' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'RevokeSecurityGroupEgressRequest$SourceSecurityGroupOwnerId' => '

Not supported. Use a set of IP permissions to specify a destination security group.

', 'RevokeSecurityGroupIngressRequest$CidrIp' => '

The CIDR IP address range. You can\'t specify this parameter when specifying a source security group.

', 'RevokeSecurityGroupIngressRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers). Use -1 to specify all.

', 'RevokeSecurityGroupIngressRequest$SourceSecurityGroupName' => '

[Default VPC] The name of the source security group. You can\'t specify this parameter in combination with the following parameters: the CIDR IP address range, the start of the port range, the IP protocol, and the end of the port range. The source security group must be in the same VPC. To revoke a specific rule for an IP protocol and port range, use a set of IP permissions instead.

', 'RevokeSecurityGroupIngressRequest$SourceSecurityGroupOwnerId' => '

Not supported.

', 'Route$DestinationCidrBlock' => '

The IPv4 CIDR block used for the destination match.

', 'Route$DestinationIpv6CidrBlock' => '

The IPv6 CIDR block used for the destination match.

', 'Route$DestinationPrefixListId' => '

The prefix of the Amazon Web Service.

', 'Route$EgressOnlyInternetGatewayId' => '

The ID of the egress-only internet gateway.

', 'Route$GatewayId' => '

The ID of a gateway attached to your VPC.

', 'Route$InstanceId' => '

The ID of a NAT instance in your VPC.

', 'Route$InstanceOwnerId' => '

The ID of Amazon Web Services account that owns the instance.

', 'Route$NatGatewayId' => '

The ID of a NAT gateway.

', 'Route$TransitGatewayId' => '

The ID of a transit gateway.

', 'Route$LocalGatewayId' => '

The ID of the local gateway.

', 'Route$NetworkInterfaceId' => '

The ID of the network interface.

', 'Route$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'RouteTable$RouteTableId' => '

The ID of the route table.

', 'RouteTable$VpcId' => '

The ID of the VPC.

', 'RouteTable$OwnerId' => '

The ID of the Amazon Web Services account that owns the route table.

', 'RouteTableAssociation$RouteTableAssociationId' => '

The ID of the association.

', 'RouteTableAssociation$RouteTableId' => '

The ID of the route table.

', 'RouteTableAssociation$SubnetId' => '

The ID of the subnet. A subnet ID is not returned for an implicit association.

', 'RouteTableAssociation$GatewayId' => '

The ID of the internet gateway or virtual private gateway.

', 'RouteTableAssociationState$StatusMessage' => '

The status message, if applicable.

', 'RuleGroupTypePair$RuleGroupType' => '

The rule group type. The possible values are Domain List and Suricata.

', 'RuleOption$Keyword' => '

The Suricata keyword.

', 'RunInstancesRequest$AdditionalInfo' => '

Reserved.

', 'RunInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.

For more information, see Ensuring Idempotency.

Constraints: Maximum 64 ASCII characters

', 'RunInstancesRequest$PrivateIpAddress' => '

The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.

Only one private IP address can be designated as primary. You can\'t specify this option if you\'ve specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you\'re launching more than one instance in the request.

You cannot specify this option and the network interfaces option in the same request.

', 'RunScheduledInstancesRequest$ClientToken' => '

Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see Ensuring Idempotency.

', 'S3ObjectTag$Key' => '

The key of the tag.

Constraints: Tag keys are case-sensitive and can be up to 128 Unicode characters in length. May not begin with aws:.

', 'S3ObjectTag$Value' => '

The value of the tag.

Constraints: Tag values are case-sensitive and can be up to 256 Unicode characters in length.

', 'S3Storage$AWSAccessKeyId' => '

The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in Best Practices for Amazon Web Services accounts in the Account ManagementReference Guide.

', 'S3Storage$Bucket' => '

The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.

', 'S3Storage$Prefix' => '

The beginning of the file name of the AMI.

', 'S3Storage$UploadPolicySignature' => '

The signature of the JSON document.

', 'ScheduledInstance$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstance$HourlyPrice' => '

The hourly price for a single instance.

', 'ScheduledInstance$InstanceType' => '

The instance type.

', 'ScheduledInstance$NetworkPlatform' => '

The network platform.

', 'ScheduledInstance$Platform' => '

The platform (Linux/UNIX or Windows).

', 'ScheduledInstance$ScheduledInstanceId' => '

The Scheduled Instance ID.

', 'ScheduledInstanceAvailability$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstanceAvailability$HourlyPrice' => '

The hourly price for a single instance.

', 'ScheduledInstanceAvailability$InstanceType' => '

The instance type. You can specify one of the C3, C4, M4, or R3 instance types.

', 'ScheduledInstanceAvailability$NetworkPlatform' => '

The network platform.

', 'ScheduledInstanceAvailability$Platform' => '

The platform (Linux/UNIX or Windows).

', 'ScheduledInstanceAvailability$PurchaseToken' => '

The purchase token. This token expires in two hours.

', 'ScheduledInstanceRecurrence$Frequency' => '

The frequency (Daily, Weekly, or Monthly).

', 'ScheduledInstanceRecurrence$OccurrenceUnit' => '

The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).

', 'ScheduledInstanceRecurrenceRequest$Frequency' => '

The frequency (Daily, Weekly, or Monthly).

', 'ScheduledInstanceRecurrenceRequest$OccurrenceUnit' => '

The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is required for a monthly schedule. You can\'t specify DayOfWeek with a weekly schedule. You can\'t specify this value with a daily schedule.

', 'ScheduledInstancesBlockDeviceMapping$DeviceName' => '

The device name (for example, /dev/sdh or xvdh).

', 'ScheduledInstancesBlockDeviceMapping$NoDevice' => '

To omit the device from the block device mapping, specify an empty string.

', 'ScheduledInstancesBlockDeviceMapping$VirtualName' => '

The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.

Constraints: For M3 instances, you must specify instance store volumes in the block device mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes specified in the block device mapping for the AMI.

', 'ScheduledInstancesEbs$VolumeType' => '

The volume type. gp2 for General Purpose SSD, io1 or io2 for Provisioned IOPS SSD, Throughput Optimized HDD for st1, Cold HDD for sc1, or standard for Magnetic.

Default: gp2

', 'ScheduledInstancesIamInstanceProfile$Arn' => '

The Amazon Resource Name (ARN).

', 'ScheduledInstancesIamInstanceProfile$Name' => '

The name.

', 'ScheduledInstancesLaunchSpecification$InstanceType' => '

The instance type.

', 'ScheduledInstancesLaunchSpecification$UserData' => '

The base64-encoded MIME user data.

', 'ScheduledInstancesNetworkInterface$Description' => '

The description.

', 'ScheduledInstancesNetworkInterface$PrivateIpAddress' => '

The IPv4 address of the network interface within the subnet.

', 'ScheduledInstancesPlacement$AvailabilityZone' => '

The Availability Zone.

', 'ScheduledInstancesPrivateIpAddressConfig$PrivateIpAddress' => '

The IPv4 address.

', 'SearchLocalGatewayRoutesRequest$NextToken' => '

The token for the next page of results.

', 'SearchLocalGatewayRoutesResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'SearchTransitGatewayMulticastGroupsRequest$NextToken' => '

The token for the next page of results.

', 'SearchTransitGatewayMulticastGroupsResult$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'SecurityGroup$Description' => '

A description of the security group.

', 'SecurityGroup$GroupName' => '

The name of the security group.

', 'SecurityGroup$OwnerId' => '

The Amazon Web Services account ID of the owner of the security group.

', 'SecurityGroup$GroupId' => '

The ID of the security group.

', 'SecurityGroup$VpcId' => '

The ID of the VPC for the security group.

', 'SecurityGroupIdentifier$GroupId' => '

The ID of the security group.

', 'SecurityGroupIdentifier$GroupName' => '

The name of the security group.

', 'SecurityGroupReference$GroupId' => '

The ID of your security group.

', 'SecurityGroupReference$ReferencingVpcId' => '

The ID of the VPC with the referencing security group.

', 'SecurityGroupReference$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'SecurityGroupRule$GroupOwnerId' => '

The ID of the Amazon Web Services account that owns the security group.

', 'SecurityGroupRule$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

', 'SecurityGroupRule$CidrIpv4' => '

The IPv4 CIDR range.

', 'SecurityGroupRule$CidrIpv6' => '

The IPv6 CIDR range.

', 'SecurityGroupRule$Description' => '

The security group rule description.

', 'SecurityGroupRuleDescription$SecurityGroupRuleId' => '

The ID of the security group rule.

', 'SecurityGroupRuleDescription$Description' => '

The description of the security group rule.

', 'SecurityGroupRuleIdList$member' => NULL, 'SecurityGroupRuleRequest$IpProtocol' => '

The IP protocol name (tcp, udp, icmp, icmpv6) or number (see Protocol Numbers).

Use -1 to specify all protocols.

', 'SecurityGroupRuleRequest$CidrIpv4' => '

The IPv4 CIDR range. To specify a single IPv4 address, use the /32 prefix length.

', 'SecurityGroupRuleRequest$CidrIpv6' => '

The IPv6 CIDR range. To specify a single IPv6 address, use the /128 prefix length.

', 'SecurityGroupRuleRequest$Description' => '

The description of the security group rule.

', 'ServiceConfiguration$ServiceId' => '

The ID of the service.

', 'ServiceConfiguration$ServiceName' => '

The name of the service.

', 'ServiceConfiguration$PrivateDnsName' => '

The private DNS name for the service.

', 'ServiceDetail$ServiceName' => '

The name of the service.

', 'ServiceDetail$ServiceId' => '

The ID of the endpoint service.

', 'ServiceDetail$Owner' => '

The Amazon Web Services account ID of the service owner.

', 'ServiceDetail$PrivateDnsName' => '

The private DNS name for the service.

', 'Snapshot$DataEncryptionKeyId' => '

The data encryption key identifier for the snapshot. This value is a unique identifier that corresponds to the data encryption key that was used to encrypt the original volume or snapshot copy. Because data encryption keys are inherited by volumes created from snapshots, and vice versa, if snapshots share the same data encryption key identifier, then they belong to the same volume/snapshot lineage. This parameter is only returned by DescribeSnapshots.

', 'Snapshot$Description' => '

The description for the snapshot.

', 'Snapshot$KmsKeyId' => '

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the parent volume.

', 'Snapshot$OwnerId' => '

The ID of the Amazon Web Services account that owns the EBS snapshot.

', 'Snapshot$Progress' => '

The progress of the snapshot, as a percentage.

', 'Snapshot$SnapshotId' => '

The ID of the snapshot. Each snapshot receives a unique identifier when it is created.

', 'Snapshot$StateMessage' => '

Encrypted Amazon EBS snapshots are copied asynchronously. If a snapshot copy operation fails (for example, if the proper Key Management Service (KMS) permissions are not obtained) this field displays error state details to help you diagnose why the error occurred. This parameter is only returned by DescribeSnapshots.

', 'Snapshot$VolumeId' => '

The ID of the volume that was used to create the snapshot. Snapshots created by the CopySnapshot action have an arbitrary volume ID that should not be used for any purpose.

', 'Snapshot$OwnerAlias' => '

The Amazon Web Services owner alias, from an Amazon-maintained list (amazon). This is not the user-configured Amazon Web Services account alias set using the IAM console.

', 'Snapshot$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'SnapshotDetail$Description' => '

A description for the snapshot.

', 'SnapshotDetail$DeviceName' => '

The block device mapping for the snapshot.

', 'SnapshotDetail$Format' => '

The format of the disk image from which the snapshot is created.

', 'SnapshotDetail$Progress' => '

The percentage of progress for the task.

', 'SnapshotDetail$SnapshotId' => '

The snapshot ID of the disk being imported.

', 'SnapshotDetail$Status' => '

A brief status of the snapshot creation.

', 'SnapshotDetail$StatusMessage' => '

A detailed status message for the snapshot creation.

', 'SnapshotDiskContainer$Description' => '

The description of the disk image being imported.

', 'SnapshotDiskContainer$Format' => '

The format of the disk image being imported.

Valid values: VHD | VMDK | RAW

', 'SnapshotInfo$Description' => '

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

', 'SnapshotInfo$VolumeId' => '

Source volume from which this snapshot was created.

', 'SnapshotInfo$Progress' => '

Progress this snapshot has made towards completing.

', 'SnapshotInfo$OwnerId' => '

Account id used when creating this snapshot.

', 'SnapshotInfo$SnapshotId' => '

Snapshot id that can be used to describe this snapshot.

', 'SnapshotInfo$OutpostArn' => '

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

', 'SnapshotRecycleBinInfo$SnapshotId' => '

The ID of the snapshot.

', 'SnapshotRecycleBinInfo$Description' => '

The description for the snapshot.

', 'SnapshotRecycleBinInfo$VolumeId' => '

The ID of the volume from which the snapshot was created.

', 'SnapshotTaskDetail$Description' => '

The description of the snapshot.

', 'SnapshotTaskDetail$Format' => '

The format of the disk image from which the snapshot is created.

', 'SnapshotTaskDetail$KmsKeyId' => '

The identifier for the KMS key that was used to create the encrypted snapshot.

', 'SnapshotTaskDetail$Progress' => '

The percentage of completion for the import snapshot task.

', 'SnapshotTaskDetail$SnapshotId' => '

The snapshot ID of the disk being imported.

', 'SnapshotTaskDetail$Status' => '

A brief status for the import snapshot task.

', 'SnapshotTaskDetail$StatusMessage' => '

A detailed status message for the import snapshot task.

', 'SnapshotTierStatus$OwnerId' => '

The ID of the Amazon Web Services account that owns the snapshot.

', 'SnapshotTierStatus$LastTieringOperationStatusDetail' => '

A message describing the status of the last archive or restore process.

', 'SpotDatafeedSubscription$Bucket' => '

The name of the Amazon S3 bucket where the Spot Instance data feed is located.

', 'SpotDatafeedSubscription$OwnerId' => '

The Amazon Web Services account ID of the account.

', 'SpotDatafeedSubscription$Prefix' => '

The prefix for the data feed files.

', 'SpotFleetLaunchSpecification$AddressingType' => '

Deprecated.

', 'SpotFleetLaunchSpecification$KernelId' => '

The ID of the kernel.

', 'SpotFleetLaunchSpecification$RamdiskId' => '

The ID of the RAM disk. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, refer to the Amazon Web Services Resource Center and search for the kernel ID.

', 'SpotFleetLaunchSpecification$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotFleetRequestConfig$SpotFleetRequestId' => '

The ID of the Spot Fleet request.

', 'SpotFleetRequestConfigData$ClientToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see Ensuring Idempotency.

', 'SpotFleetRequestConfigData$IamFleetRole' => '

The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see Spot Fleet prerequisites in the Amazon EC2 User Guide. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using CancelSpotFleetRequests or when the Spot Fleet request expires, if you set TerminateInstancesWithExpiration.

', 'SpotFleetRequestConfigData$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotFleetRequestConfigData$OnDemandMaxTotalPrice' => '

The maximum amount per hour for On-Demand Instances that you\'re willing to pay. You can use the onDemandMaxTotalPrice parameter, the spotMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

', 'SpotFleetRequestConfigData$SpotMaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. You can use the spotdMaxTotalPrice parameter, the onDemandMaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.

', 'SpotFleetRequestConfigData$Context' => '

Reserved.

', 'SpotInstanceRequest$ActualBlockHourlyPrice' => '

Deprecated.

', 'SpotInstanceRequest$AvailabilityZoneGroup' => '

The Availability Zone group. If you specify the same Availability Zone group for all Spot Instance requests, all Spot Instances are launched in the same Availability Zone.

', 'SpotInstanceRequest$LaunchGroup' => '

The instance launch group. Launch groups are Spot Instances that launch together and terminate together.

', 'SpotInstanceRequest$LaunchedAvailabilityZone' => '

The Availability Zone in which the request is launched.

', 'SpotInstanceRequest$SpotInstanceRequestId' => '

The ID of the Spot Instance request.

', 'SpotInstanceRequest$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotInstanceStateFault$Code' => '

The reason code for the Spot Instance state change.

', 'SpotInstanceStateFault$Message' => '

The message for the Spot Instance state change.

', 'SpotInstanceStatus$Code' => '

The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.

', 'SpotInstanceStatus$Message' => '

The description for the status code.

', 'SpotMarketOptions$MaxPrice' => '

The maximum hourly price that you\'re willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotOptions$MaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotOptionsRequest$MaxTotalPrice' => '

The maximum amount per hour for Spot Instances that you\'re willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.

', 'SpotPlacement$AvailabilityZone' => '

The Availability Zone.

[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

', 'SpotPlacementScore$Region' => '

The Region.

', 'SpotPlacementScore$AvailabilityZoneId' => '

The Availability Zone.

', 'SpotPrice$AvailabilityZone' => '

The Availability Zone.

', 'SpotPrice$SpotPrice' => '

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.

', 'StaleIpPermission$IpProtocol' => '

The IP protocol name (for tcp, udp, and icmp) or number (see Protocol Numbers).

', 'StaleSecurityGroup$Description' => '

The description of the security group.

', 'StaleSecurityGroup$GroupId' => '

The ID of the security group.

', 'StaleSecurityGroup$GroupName' => '

The name of the security group.

', 'StaleSecurityGroup$VpcId' => '

The ID of the VPC for the security group.

', 'StartInstancesRequest$AdditionalInfo' => '

Reserved.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'StartNetworkInsightsAnalysisRequest$ClientToken' => '

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

', 'StateReason$Code' => '

The reason code for the state change.

', 'StateReason$Message' => '

The message for the state change.

', 'StorageLocation$Bucket' => '

The name of the S3 bucket.

', 'StorageLocation$Key' => '

The key.

', 'StoreImageTaskResult$AmiId' => '

The ID of the AMI that is being stored.

', 'StoreImageTaskResult$Bucket' => '

The name of the Amazon S3 bucket that contains the stored AMI object.

', 'StoreImageTaskResult$S3objectKey' => '

The name of the stored AMI object in the bucket.

', 'StoreImageTaskResult$StoreTaskState' => '

The state of the store task (InProgress, Completed, or Failed).

', 'StoreImageTaskResult$StoreTaskFailureReason' => '

If the tasks fails, the reason for the failure is returned. If the task succeeds, null is returned.

', 'StringList$member' => NULL, 'Subnet$AvailabilityZone' => '

The Availability Zone of the subnet.

', 'Subnet$AvailabilityZoneId' => '

The AZ ID of the subnet.

', 'Subnet$CidrBlock' => '

The IPv4 CIDR block assigned to the subnet.

', 'Subnet$SubnetId' => '

The ID of the subnet.

', 'Subnet$VpcId' => '

The ID of the VPC the subnet is in.

', 'Subnet$OwnerId' => '

The ID of the Amazon Web Services account that owns the subnet.

', 'Subnet$SubnetArn' => '

The Amazon Resource Name (ARN) of the subnet.

', 'Subnet$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'SubnetAssociation$SubnetId' => '

The ID of the subnet.

', 'SubnetCidrBlockState$StatusMessage' => '

A message about the status of the CIDR block, if applicable.

', 'SubnetCidrReservation$Cidr' => '

The CIDR that has been reserved.

', 'SubnetCidrReservation$OwnerId' => '

The ID of the account that owns the subnet CIDR reservation.

', 'SubnetCidrReservation$Description' => '

The description assigned to the subnet CIDR reservation.

', 'SubnetIpv6CidrBlockAssociation$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'Subscription$Source' => '

The Region or Availability Zone that\'s the source for the subscription. For example, us-east-1.

', 'Subscription$Destination' => '

The Region or Availability Zone that\'s the target for the subscription. For example, eu-west-1.

', 'SuccessfulInstanceCreditSpecificationItem$InstanceId' => '

The ID of the instance.

', 'SuccessfulQueuedPurchaseDeletion$ReservedInstancesId' => '

The ID of the Reserved Instance.

', 'Tag$Key' => '

The key of the tag.

Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

', 'Tag$Value' => '

The value of the tag.

Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.

', 'TagDescription$Key' => '

The tag key.

', 'TagDescription$ResourceId' => '

The ID of the resource.

', 'TagDescription$Value' => '

The tag value.

', 'TargetConfiguration$OfferingId' => '

The ID of the Convertible Reserved Instance offering.

', 'TargetGroup$Arn' => '

The Amazon Resource Name (ARN) of the target group.

', 'TargetNetwork$AssociationId' => '

The ID of the association.

', 'TargetNetwork$VpcId' => '

The ID of the VPC in which the target network (subnet) is located.

', 'TargetNetwork$TargetNetworkId' => '

The ID of the subnet specified as the target network.

', 'TargetNetwork$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint with which the target network is associated.

', 'TerminateClientVpnConnectionsRequest$ConnectionId' => '

The ID of the client connection to be terminated.

', 'TerminateClientVpnConnectionsRequest$Username' => '

The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.

', 'TerminateClientVpnConnectionsResult$ClientVpnEndpointId' => '

The ID of the Client VPN endpoint.

', 'TerminateClientVpnConnectionsResult$Username' => '

The user who established the terminated client connections.

', 'TerminateConnectionStatus$ConnectionId' => '

The ID of the client connection.

', 'TrafficMirrorFilter$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorFilter$Description' => '

The description of the Traffic Mirror filter.

', 'TrafficMirrorFilterRule$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter that the rule is associated with.

', 'TrafficMirrorFilterRule$DestinationCidrBlock' => '

The destination CIDR block assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$SourceCidrBlock' => '

The source CIDR block assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$Description' => '

The description of the Traffic Mirror rule.

', 'TrafficMirrorSession$TrafficMirrorSessionId' => '

The ID for the Traffic Mirror session.

', 'TrafficMirrorSession$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'TrafficMirrorSession$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorSession$NetworkInterfaceId' => '

The ID of the Traffic Mirror session\'s network interface.

', 'TrafficMirrorSession$OwnerId' => '

The ID of the account that owns the Traffic Mirror session.

', 'TrafficMirrorSession$Description' => '

The description of the Traffic Mirror session.

', 'TrafficMirrorTarget$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'TrafficMirrorTarget$NetworkInterfaceId' => '

The network interface ID that is attached to the target.

', 'TrafficMirrorTarget$NetworkLoadBalancerArn' => '

The Amazon Resource Name (ARN) of the Network Load Balancer.

', 'TrafficMirrorTarget$Description' => '

Information about the Traffic Mirror target.

', 'TrafficMirrorTarget$OwnerId' => '

The ID of the account that owns the Traffic Mirror target.

', 'TrafficMirrorTarget$GatewayLoadBalancerEndpointId' => '

The ID of the Gateway Load Balancer endpoint.

', 'TransitGateway$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGateway$TransitGatewayArn' => '

The Amazon Resource Name (ARN) of the transit gateway.

', 'TransitGateway$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'TransitGateway$Description' => '

The description of the transit gateway.

', 'TransitGatewayAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAttachment$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayAttachment$TransitGatewayOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway.

', 'TransitGatewayAttachment$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the resource.

', 'TransitGatewayAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayAttachmentAssociation$TransitGatewayRouteTableId' => '

The ID of the route table for the transit gateway.

', 'TransitGatewayAttachmentBgpConfiguration$TransitGatewayAddress' => '

The interior BGP peer IP address for the transit gateway.

', 'TransitGatewayAttachmentBgpConfiguration$PeerAddress' => '

The interior BGP peer IP address for the appliance.

', 'TransitGatewayAttachmentPropagation$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'TransitGatewayCidrBlockStringList$member' => NULL, 'TransitGatewayConnectPeerConfiguration$TransitGatewayAddress' => '

The Connect peer IP address on the transit gateway side of the tunnel.

', 'TransitGatewayConnectPeerConfiguration$PeerAddress' => '

The Connect peer IP address on the appliance side of the tunnel.

', 'TransitGatewayMulticastDeregisteredGroupMembers$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDeregisteredGroupMembers$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastDeregisteredGroupSources$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDeregisteredGroupSources$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastDomain$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomain$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayMulticastDomain$TransitGatewayMulticastDomainArn' => '

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomain$OwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainAssociation$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastDomainAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastDomainAssociation$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.

', 'TransitGatewayMulticastDomainAssociations$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainAssociations$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastDomainAssociations$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastDomainAssociations$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the resource.

', 'TransitGatewayMulticastGroup$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastGroup$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastGroup$SubnetId' => '

The ID of the subnet.

', 'TransitGatewayMulticastGroup$ResourceId' => '

The ID of the resource.

', 'TransitGatewayMulticastGroup$ResourceOwnerId' => '

The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.

', 'TransitGatewayMulticastGroup$NetworkInterfaceId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayMulticastRegisteredGroupMembers$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastRegisteredGroupMembers$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayMulticastRegisteredGroupSources$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastRegisteredGroupSources$GroupIpAddress' => '

The IP address assigned to the transit gateway multicast group.

', 'TransitGatewayOptions$AssociationDefaultRouteTableId' => '

The ID of the default association route table.

', 'TransitGatewayOptions$PropagationDefaultRouteTableId' => '

The ID of the default propagation route table.

', 'TransitGatewayPeeringAttachment$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'TransitGatewayPeeringAttachment$AccepterTransitGatewayAttachmentId' => '

The ID of the accepter transit gateway attachment.

', 'TransitGatewayPolicyRule$SourceCidrBlock' => '

The source CIDR block for the transit gateway policy rule.

', 'TransitGatewayPolicyRule$SourcePortRange' => '

The port range for the transit gateway policy rule. Currently this is set to * (all).

', 'TransitGatewayPolicyRule$DestinationCidrBlock' => '

The destination CIDR block for the transit gateway policy rule.

', 'TransitGatewayPolicyRule$DestinationPortRange' => '

The port range for the transit gateway policy rule. Currently this is set to * (all).

', 'TransitGatewayPolicyRule$Protocol' => '

The protocol used by the transit gateway policy rule.

', 'TransitGatewayPolicyRuleMetaData$MetaDataKey' => '

The key name for the transit gateway policy rule meta data tag.

', 'TransitGatewayPolicyRuleMetaData$MetaDataValue' => '

The value of the key for the transit gateway policy rule meta data tag.

', 'TransitGatewayPolicyTableAssociation$ResourceId' => '

The resource ID of the transit gateway attachment.

', 'TransitGatewayPolicyTableEntry$PolicyRuleNumber' => '

The rule number for the transit gateway policy table entry.

', 'TransitGatewayPrefixListAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayPrefixListReference$PrefixListOwnerId' => '

The ID of the prefix list owner.

', 'TransitGatewayPropagation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayPropagation$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRoute$DestinationCidrBlock' => '

The CIDR block used for destination matches.

', 'TransitGatewayRouteAttachment$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTable$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTable$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$CoreNetworkId' => '

The ID of the core network for the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncement$PeerCoreNetworkId' => '

The ID of the core network ID for the peer.

', 'TransitGatewayRouteTableAssociation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTableAssociation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteTablePropagation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTablePropagation$ResourceId' => '

The ID of the resource.

', 'TransitGatewayRouteTableRoute$DestinationCidr' => '

The CIDR block used for destination matches.

', 'TransitGatewayRouteTableRoute$State' => '

The state of the route.

', 'TransitGatewayRouteTableRoute$RouteOrigin' => '

The route origin. The following are the possible values:

', 'TransitGatewayRouteTableRoute$PrefixListId' => '

The ID of the prefix list.

', 'TransitGatewayRouteTableRoute$AttachmentId' => '

The ID of the route attachment.

', 'TransitGatewayRouteTableRoute$ResourceId' => '

The ID of the resource for the route attachment.

', 'TransitGatewayRouteTableRoute$ResourceType' => '

The resource type for the route attachment.

', 'TransitGatewayVpcAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayVpcAttachment$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayVpcAttachment$VpcId' => '

The ID of the VPC.

', 'TransitGatewayVpcAttachment$VpcOwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'TrunkInterfaceAssociation$BranchInterfaceId' => '

The ID of the branch network interface.

', 'TrunkInterfaceAssociation$TrunkInterfaceId' => '

The ID of the trunk network interface.

', 'TunnelOption$OutsideIpAddress' => '

The external IP address of the VPN tunnel.

', 'TunnelOption$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel.

', 'TunnelOption$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel.

', 'TunnelOption$DpdTimeoutAction' => '

The action to take after a DPD timeout occurs.

', 'TunnelOption$StartupAction' => '

The action to take when the establishing the VPN tunnels for a VPN connection.

', 'UnassignIpv6AddressesResult$NetworkInterfaceId' => '

The ID of the network interface.

', 'UnsuccessfulInstanceCreditSpecificationItem$InstanceId' => '

The ID of the instance.

', 'UnsuccessfulInstanceCreditSpecificationItemError$Message' => '

The applicable error message.

', 'UnsuccessfulItem$ResourceId' => '

The ID of the resource.

', 'UnsuccessfulItemError$Code' => '

The error code.

', 'UnsuccessfulItemError$Message' => '

The error message accompanying the error code.

', 'UserBucket$S3Bucket' => '

The name of the Amazon S3 bucket where the disk image is located.

', 'UserBucket$S3Key' => '

The file name of the disk image.

', 'UserBucketDetails$S3Bucket' => '

The Amazon S3 bucket from which the disk image was created.

', 'UserBucketDetails$S3Key' => '

The file name of the disk image.

', 'UserData$Data' => '

The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you can load the text from a file. Otherwise, you must provide Base64-encoded text.

', 'UserGroupStringList$member' => NULL, 'UserIdGroupPair$Description' => '

A description for the security group rule that references this user ID group pair.

Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

', 'UserIdGroupPair$GroupId' => '

The ID of the security group.

', 'UserIdGroupPair$GroupName' => '

[Default VPC] The name of the security group. For a security group in a nondefault VPC, use the security group ID.

For a referenced security group in another VPC, this value is not returned if the referenced security group is deleted.

', 'UserIdGroupPair$PeeringStatus' => '

The status of a VPC peering connection, if applicable.

', 'UserIdGroupPair$UserId' => '

The ID of an Amazon Web Services account.

For a referenced security group in another VPC, the account ID of the referenced security group is returned in the response. If the referenced security group is deleted, this value is not returned.

', 'UserIdGroupPair$VpcId' => '

The ID of the VPC for the referenced security group, if applicable.

', 'UserIdGroupPair$VpcPeeringConnectionId' => '

The ID of the VPC peering connection, if applicable.

', 'UserIdStringList$member' => NULL, 'ValidationError$Code' => '

The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error codes.

', 'ValidationError$Message' => '

The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error codes.

', 'ValueStringList$member' => NULL, 'VerifiedAccessEndpoint$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessEndpoint$VerifiedAccessGroupId' => '

The ID of the Amazon Web Services Verified Access group.

', 'VerifiedAccessEndpoint$VerifiedAccessEndpointId' => '

The ID of the Amazon Web Services Verified Access endpoint.

', 'VerifiedAccessEndpoint$ApplicationDomain' => '

The DNS name for users to reach your application.

', 'VerifiedAccessEndpoint$DomainCertificateArn' => '

The ARN of a public TLS/SSL certificate imported into or created with ACM.

', 'VerifiedAccessEndpoint$EndpointDomain' => '

A DNS name that is generated for the endpoint.

', 'VerifiedAccessEndpoint$DeviceValidationDomain' => '

Returned if endpoint has a device trust provider attached.

', 'VerifiedAccessEndpoint$Description' => '

A description for the Amazon Web Services Verified Access endpoint.

', 'VerifiedAccessEndpoint$CreationTime' => '

The creation time.

', 'VerifiedAccessEndpoint$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessEndpoint$DeletionTime' => '

The deletion time.

', 'VerifiedAccessEndpointLoadBalancerOptions$LoadBalancerArn' => '

The ARN of the load balancer.

', 'VerifiedAccessEndpointStatus$Message' => '

The status message of the Verified Access endpoint.

', 'VerifiedAccessGroup$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'VerifiedAccessGroup$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessGroup$Description' => '

A description for the Amazon Web Services Verified Access group.

', 'VerifiedAccessGroup$Owner' => '

The Amazon Web Services account number that owns the group.

', 'VerifiedAccessGroup$VerifiedAccessGroupArn' => '

The ARN of the Verified Access group.

', 'VerifiedAccessGroup$CreationTime' => '

The creation time.

', 'VerifiedAccessGroup$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessGroup$DeletionTime' => '

The deletion time.

', 'VerifiedAccessInstance$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessInstance$Description' => '

A description for the Amazon Web Services Verified Access instance.

', 'VerifiedAccessInstance$CreationTime' => '

The creation time.

', 'VerifiedAccessInstance$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessInstanceLoggingConfiguration$VerifiedAccessInstanceId' => '

The ID of the Amazon Web Services Verified Access instance.

', 'VerifiedAccessLogCloudWatchLogsDestination$LogGroup' => '

The ID of the CloudWatch Logs log group.

', 'VerifiedAccessLogCloudWatchLogsDestinationOptions$LogGroup' => '

The ID of the CloudWatch Logs log group.

', 'VerifiedAccessLogDeliveryStatus$Message' => '

The status message.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$DeliveryStream' => '

The ID of the delivery stream.

', 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions$DeliveryStream' => '

The ID of the delivery stream.

', 'VerifiedAccessLogOptions$LogVersion' => '

The logging version to use.

Valid values: ocsf-0.1 | ocsf-1.0.0-rc.2

', 'VerifiedAccessLogS3Destination$BucketName' => '

The bucket name.

', 'VerifiedAccessLogS3Destination$Prefix' => '

The bucket prefix.

', 'VerifiedAccessLogS3Destination$BucketOwner' => '

The Amazon Web Services account number that owns the bucket.

', 'VerifiedAccessLogS3DestinationOptions$BucketName' => '

The bucket name.

', 'VerifiedAccessLogS3DestinationOptions$Prefix' => '

The bucket prefix.

', 'VerifiedAccessLogS3DestinationOptions$BucketOwner' => '

The ID of the Amazon Web Services account that owns the Amazon S3 bucket.

', 'VerifiedAccessLogs$LogVersion' => '

Describes current setting for the logging version.

', 'VerifiedAccessTrustProvider$VerifiedAccessTrustProviderId' => '

The ID of the Amazon Web Services Verified Access trust provider.

', 'VerifiedAccessTrustProvider$Description' => '

A description for the Amazon Web Services Verified Access trust provider.

', 'VerifiedAccessTrustProvider$PolicyReferenceName' => '

The identifier to be used when working with policy rules.

', 'VerifiedAccessTrustProvider$CreationTime' => '

The creation time.

', 'VerifiedAccessTrustProvider$LastUpdatedTime' => '

The last updated time.

', 'VerifiedAccessTrustProviderCondensed$VerifiedAccessTrustProviderId' => '

The ID of the trust provider.

', 'VerifiedAccessTrustProviderCondensed$Description' => '

The description of trust provider.

', 'VersionStringList$member' => NULL, 'VgwTelemetry$OutsideIpAddress' => '

The Internet-routable IP address of the virtual private gateway\'s outside interface.

', 'VgwTelemetry$StatusMessage' => '

If an error occurs, a description of the error.

', 'VgwTelemetry$CertificateArn' => '

The Amazon Resource Name (ARN) of the VPN tunnel endpoint certificate.

', 'Volume$AvailabilityZone' => '

The Availability Zone for the volume.

', 'Volume$KmsKeyId' => '

The Amazon Resource Name (ARN) of the Key Management Service (KMS) KMS key that was used to protect the volume encryption key for the volume.

', 'Volume$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'Volume$SnapshotId' => '

The snapshot from which the volume was created, if applicable.

', 'Volume$VolumeId' => '

The ID of the volume.

', 'VolumeAttachment$Device' => '

The device name.

', 'VolumeAttachment$InstanceId' => '

The ID of the instance.

', 'VolumeAttachment$VolumeId' => '

The ID of the volume.

', 'VolumeModification$VolumeId' => '

The ID of the volume.

', 'VolumeModification$StatusMessage' => '

A status message about the modification progress or failure.

', 'VolumeStatusAction$Code' => '

The code identifying the operation, for example, enable-volume-io.

', 'VolumeStatusAction$Description' => '

A description of the operation.

', 'VolumeStatusAction$EventId' => '

The ID of the event associated with this operation.

', 'VolumeStatusAction$EventType' => '

The event type associated with this operation.

', 'VolumeStatusAttachmentStatus$IoPerformance' => '

The maximum IOPS supported by the attached instance.

', 'VolumeStatusAttachmentStatus$InstanceId' => '

The ID of the attached instance.

', 'VolumeStatusDetails$Status' => '

The intended status of the volume status.

', 'VolumeStatusEvent$Description' => '

A description of the event.

', 'VolumeStatusEvent$EventId' => '

The ID of this event.

', 'VolumeStatusEvent$EventType' => '

The type of this event.

', 'VolumeStatusEvent$InstanceId' => '

The ID of the instance associated with the event.

', 'VolumeStatusItem$AvailabilityZone' => '

The Availability Zone of the volume.

', 'VolumeStatusItem$OutpostArn' => '

The Amazon Resource Name (ARN) of the Outpost.

', 'VolumeStatusItem$VolumeId' => '

The volume ID.

', 'Vpc$CidrBlock' => '

The primary IPv4 CIDR block for the VPC.

', 'Vpc$DhcpOptionsId' => '

The ID of the set of DHCP options you\'ve associated with the VPC.

', 'Vpc$VpcId' => '

The ID of the VPC.

', 'Vpc$OwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'VpcAttachment$VpcId' => '

The ID of the VPC.

', 'VpcCidrBlockAssociation$AssociationId' => '

The association ID for the IPv4 CIDR block.

', 'VpcCidrBlockAssociation$CidrBlock' => '

The IPv4 CIDR block.

', 'VpcCidrBlockState$StatusMessage' => '

A message about the status of the CIDR block, if applicable.

', 'VpcClassicLink$VpcId' => '

The ID of the VPC.

', 'VpcEndpoint$VpcEndpointId' => '

The ID of the endpoint.

', 'VpcEndpoint$VpcId' => '

The ID of the VPC to which the endpoint is associated.

', 'VpcEndpoint$ServiceName' => '

The name of the service to which the endpoint is associated.

', 'VpcEndpoint$PolicyDocument' => '

The policy document associated with the endpoint, if applicable.

', 'VpcEndpoint$OwnerId' => '

The ID of the Amazon Web Services account that owns the endpoint.

', 'VpcEndpointConnection$ServiceId' => '

The ID of the service to which the endpoint is connected.

', 'VpcEndpointConnection$VpcEndpointId' => '

The ID of the VPC endpoint.

', 'VpcEndpointConnection$VpcEndpointOwner' => '

The ID of the Amazon Web Services account that owns the VPC endpoint.

', 'VpcEndpointConnection$VpcEndpointConnectionId' => '

The ID of the VPC endpoint connection.

', 'VpcIpv6CidrBlockAssociation$AssociationId' => '

The association ID for the IPv6 CIDR block.

', 'VpcIpv6CidrBlockAssociation$Ipv6CidrBlock' => '

The IPv6 CIDR block.

', 'VpcIpv6CidrBlockAssociation$NetworkBorderGroup' => '

The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1.

', 'VpcIpv6CidrBlockAssociation$Ipv6Pool' => '

The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.

', 'VpcPeeringConnection$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'VpcPeeringConnectionStateReason$Message' => '

A message that provides more information about the status, if applicable.

', 'VpcPeeringConnectionVpcInfo$CidrBlock' => '

The IPv4 CIDR block for the VPC.

', 'VpcPeeringConnectionVpcInfo$OwnerId' => '

The ID of the Amazon Web Services account that owns the VPC.

', 'VpcPeeringConnectionVpcInfo$VpcId' => '

The ID of the VPC.

', 'VpcPeeringConnectionVpcInfo$Region' => '

The Region in which the VPC is located.

', 'VpnConnection$CustomerGatewayId' => '

The ID of the customer gateway at your end of the VPN connection.

', 'VpnConnection$Category' => '

The category of the VPN connection. A value of VPN indicates an Amazon Web Services VPN connection. A value of VPN-Classic indicates an Amazon Web Services Classic VPN connection.

', 'VpnConnection$VpnConnectionId' => '

The ID of the VPN connection.

', 'VpnConnection$VpnGatewayId' => '

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

', 'VpnConnection$TransitGatewayId' => '

The ID of the transit gateway associated with the VPN connection.

', 'VpnConnection$CoreNetworkArn' => '

The ARN of the core network.

', 'VpnConnection$CoreNetworkAttachmentArn' => '

The ARN of the core network attachment.

', 'VpnConnectionDeviceType$VpnConnectionDeviceTypeId' => '

Customer gateway device identifier.

', 'VpnConnectionDeviceType$Vendor' => '

Customer gateway device vendor.

', 'VpnConnectionDeviceType$Platform' => '

Customer gateway device platform.

', 'VpnConnectionDeviceType$Software' => '

Customer gateway device software version.

', 'VpnConnectionOptions$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

', 'VpnConnectionOptions$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

', 'VpnConnectionOptions$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

', 'VpnConnectionOptions$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

', 'VpnConnectionOptions$OutsideIpAddressType' => '

The type of IPv4 address assigned to the outside interface of the customer gateway.

Valid values: PrivateIpv4 | PublicIpv4

Default: PublicIpv4

', 'VpnConnectionOptions$TransportTransitGatewayAttachmentId' => '

The transit gateway attachment ID in use for the VPN tunnel.

', 'VpnConnectionOptionsSpecification$LocalIpv4NetworkCidr' => '

The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: 0.0.0.0/0

', 'VpnConnectionOptionsSpecification$RemoteIpv4NetworkCidr' => '

The IPv4 CIDR on the Amazon Web Services side of the VPN connection.

Default: 0.0.0.0/0

', 'VpnConnectionOptionsSpecification$LocalIpv6NetworkCidr' => '

The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.

Default: ::/0

', 'VpnConnectionOptionsSpecification$RemoteIpv6NetworkCidr' => '

The IPv6 CIDR on the Amazon Web Services side of the VPN connection.

Default: ::/0

', 'VpnConnectionOptionsSpecification$OutsideIpAddressType' => '

The type of IPv4 address assigned to the outside interface of the customer gateway device.

Valid values: PrivateIpv4 | PublicIpv4

Default: PublicIpv4

', 'VpnGateway$AvailabilityZone' => '

The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.

', 'VpnGateway$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'VpnStaticRoute$DestinationCidrBlock' => '

The CIDR block associated with the local subnet of the customer data center.

', 'VpnTunnelOptionsSpecification$TunnelInsideCidr' => '

The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway.

Constraints: A size /30 CIDR block from the 169.254.0.0/16 range. The following CIDR blocks are reserved and cannot be used:

', 'VpnTunnelOptionsSpecification$TunnelInsideIpv6Cidr' => '

The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.

Constraints: A size /126 CIDR block from the local fd00::/8 range.

', 'VpnTunnelOptionsSpecification$DPDTimeoutAction' => '

The action to take after DPD timeout occurs. Specify restart to restart the IKE initiation. Specify clear to end the IKE session.

Valid Values: clear | none | restart

Default: clear

', 'VpnTunnelOptionsSpecification$StartupAction' => '

The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify start for Amazon Web Services to initiate the IKE negotiation.

Valid Values: add | start

Default: add

', 'WithdrawByoipCidrRequest$Cidr' => '

The address range, in CIDR notation.

', 'ZoneIdStringList$member' => NULL, 'ZoneNameStringList$member' => NULL, ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Explanation$Protocols' => '

The protocols.

', 'RuleOption$Settings' => '

The settings for the keyword.

', ], ], 'StringType' => [ 'base' => NULL, 'refs' => [ 'RegisterImageRequest$UefiData' => '

Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon EC2 User Guide.

', ], ], 'Subnet' => [ 'base' => '

Describes a subnet.

', 'refs' => [ 'CreateDefaultSubnetResult$Subnet' => '

Information about the subnet.

', 'CreateSubnetResult$Subnet' => '

Information about the subnet.

', 'SubnetList$member' => NULL, ], ], 'SubnetAssociation' => [ 'base' => '

Describes the subnet association with the transit gateway multicast domain.

', 'refs' => [ 'SubnetAssociationList$member' => NULL, 'TransitGatewayMulticastDomainAssociation$Subnet' => '

The subnet associated with the transit gateway multicast domain.

', ], ], 'SubnetAssociationList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastDomainAssociations$Subnets' => '

The subnets associated with the multicast domain.

', ], ], 'SubnetCidrAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateSubnetCidrBlockRequest$AssociationId' => '

The association ID for the CIDR block.

', 'SubnetIpv6CidrBlockAssociation$AssociationId' => '

The ID of the association.

', ], ], 'SubnetCidrBlockState' => [ 'base' => '

Describes the state of a CIDR block.

', 'refs' => [ 'SubnetIpv6CidrBlockAssociation$Ipv6CidrBlockState' => '

The state of the CIDR block.

', ], ], 'SubnetCidrBlockStateCode' => [ 'base' => NULL, 'refs' => [ 'SubnetCidrBlockState$State' => '

The state of a CIDR block.

', ], ], 'SubnetCidrReservation' => [ 'base' => '

Describes a subnet CIDR reservation.

', 'refs' => [ 'CreateSubnetCidrReservationResult$SubnetCidrReservation' => '

Information about the created subnet CIDR reservation.

', 'DeleteSubnetCidrReservationResult$DeletedSubnetCidrReservation' => '

Information about the deleted subnet CIDR reservation.

', 'SubnetCidrReservationList$member' => NULL, ], ], 'SubnetCidrReservationId' => [ 'base' => NULL, 'refs' => [ 'DeleteSubnetCidrReservationRequest$SubnetCidrReservationId' => '

The ID of the subnet CIDR reservation.

', 'SubnetCidrReservation$SubnetCidrReservationId' => '

The ID of the subnet CIDR reservation.

', ], ], 'SubnetCidrReservationList' => [ 'base' => NULL, 'refs' => [ 'GetSubnetCidrReservationsResult$SubnetIpv4CidrReservations' => '

Information about the IPv4 subnet CIDR reservations.

', 'GetSubnetCidrReservationsResult$SubnetIpv6CidrReservations' => '

Information about the IPv6 subnet CIDR reservations.

', ], ], 'SubnetCidrReservationType' => [ 'base' => NULL, 'refs' => [ 'CreateSubnetCidrReservationRequest$ReservationType' => '

The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.

', 'SubnetCidrReservation$ReservationType' => '

The type of reservation.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'AssociateClientVpnTargetNetworkRequest$SubnetId' => '

The ID of the subnet to associate with the Client VPN endpoint.

', 'AssociateRouteTableRequest$SubnetId' => '

The ID of the subnet.

', 'AssociateSubnetCidrBlockRequest$SubnetId' => '

The ID of your subnet.

', 'CreateClientVpnRouteRequest$TargetVpcSubnetId' => '

The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.

Alternatively, if you\'re adding a route for the local network, specify local.

', 'CreateInstanceConnectEndpointRequest$SubnetId' => '

The ID of the subnet in which to create the EC2 Instance Connect Endpoint.

', 'CreateNatGatewayRequest$SubnetId' => '

The ID of the subnet in which to create the NAT gateway.

', 'CreateNetworkInterfaceRequest$SubnetId' => '

The ID of the subnet to associate with the network interface.

', 'CreateSubnetCidrReservationRequest$SubnetId' => '

The ID of the subnet.

', 'CreateVerifiedAccessEndpointSubnetIdList$member' => NULL, 'DeleteClientVpnRouteRequest$TargetVpcSubnetId' => '

The ID of the target subnet used by the route.

', 'DeleteSubnetRequest$SubnetId' => '

The ID of the subnet.

', 'Ec2InstanceConnectEndpoint$SubnetId' => '

The ID of the subnet in which the EC2 Instance Connect Endpoint was created.

', 'FleetLaunchTemplateOverridesRequest$SubnetId' => '

The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, subnet-1234abcdeexample1, subnet-0987cdef6example2). A request of type instant can have only one subnet ID.

', 'GetSubnetCidrReservationsRequest$SubnetId' => '

The ID of the subnet.

', 'ImportInstanceLaunchSpecification$SubnetId' => '

[EC2-VPC] The ID of the subnet in which to launch the instance.

', 'LaunchTemplateInstanceNetworkInterfaceSpecification$SubnetId' => '

The ID of the subnet for the network interface.

', 'LaunchTemplateInstanceNetworkInterfaceSpecificationRequest$SubnetId' => '

The ID of the subnet for the network interface.

', 'LaunchTemplateOverrides$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'LocalGatewayRoute$SubnetId' => '

The ID of the subnet.

', 'ModifySubnetAttributeRequest$SubnetId' => '

The ID of the subnet.

', 'ModifyVerifiedAccessEndpointSubnetIdList$member' => NULL, 'RequestSpotLaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instance.

', 'RunInstancesRequest$SubnetId' => '

The ID of the subnet to launch the instance into.

If you specify a network interface, you must specify any subnets as part of the network interface.

', 'ScheduledInstancesLaunchSpecification$SubnetId' => '

The ID of the subnet in which to launch the instances.

', 'ScheduledInstancesNetworkInterface$SubnetId' => '

The ID of the subnet.

', 'SpotFleetLaunchSpecification$SubnetId' => '

The IDs of the subnets in which to launch the instances. To specify multiple subnets, separate them using commas; for example, "subnet-1234abcdeexample1, subnet-0987cdef6example2".

', 'SubnetCidrReservation$SubnetId' => '

The ID of the subnet.

', 'SubnetIdStringList$member' => NULL, 'TransitGatewaySubnetIdList$member' => NULL, 'VerifiedAccessEndpointSubnetIdList$member' => NULL, 'VpcEndpointSubnetIdList$member' => NULL, ], ], 'SubnetIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsRequest$SubnetIds' => '

The IDs of the subnets.

Default: Describes all your subnets.

', ], ], 'SubnetIpv6CidrBlockAssociation' => [ 'base' => '

Describes an association between a subnet and an IPv6 CIDR block.

', 'refs' => [ 'AssociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 association.

', 'DisassociateSubnetCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'SubnetIpv6CidrBlockAssociationSet$member' => NULL, ], ], 'SubnetIpv6CidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Subnet$Ipv6CidrBlockAssociationSet' => '

Information about the IPv6 CIDR blocks associated with the subnet.

', ], ], 'SubnetList' => [ 'base' => NULL, 'refs' => [ 'DescribeSubnetsResult$Subnets' => '

Information about one or more subnets.

', ], ], 'SubnetState' => [ 'base' => NULL, 'refs' => [ 'Subnet$State' => '

The current state of the subnet.

', ], ], 'Subscription' => [ 'base' => '

Describes an Infrastructure Performance subscription.

', 'refs' => [ 'SubscriptionList$member' => NULL, ], ], 'SubscriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeAwsNetworkPerformanceMetricSubscriptionsResult$Subscriptions' => '

Describes the current Infrastructure Performance subscriptions.

', ], ], 'SuccessfulInstanceCreditSpecificationItem' => [ 'base' => '

Describes the burstable performance instance whose credit option for CPU usage was successfully modified.

', 'refs' => [ 'SuccessfulInstanceCreditSpecificationSet$member' => NULL, ], ], 'SuccessfulInstanceCreditSpecificationSet' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationResult$SuccessfulInstanceCreditSpecifications' => '

Information about the instances whose credit option for CPU usage was successfully modified.

', ], ], 'SuccessfulQueuedPurchaseDeletion' => [ 'base' => '

Describes a Reserved Instance whose queued purchase was successfully deleted.

', 'refs' => [ 'SuccessfulQueuedPurchaseDeletionSet$member' => NULL, ], ], 'SuccessfulQueuedPurchaseDeletionSet' => [ 'base' => NULL, 'refs' => [ 'DeleteQueuedReservedInstancesResult$SuccessfulQueuedPurchaseDeletions' => '

Information about the queued purchases that were successfully deleted.

', ], ], 'SummaryStatus' => [ 'base' => NULL, 'refs' => [ 'InstanceStatusSummary$Status' => '

The status.

', ], ], 'SupportedAdditionalProcessorFeature' => [ 'base' => NULL, 'refs' => [ 'SupportedAdditionalProcessorFeatureList$member' => NULL, ], ], 'SupportedAdditionalProcessorFeatureList' => [ 'base' => NULL, 'refs' => [ 'ProcessorInfo$SupportedFeatures' => '

Indicates whether the instance type supports AMD SEV-SNP. If the request returns amd-sev-snp, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see AMD SEV-SNP.

', ], ], 'SupportedIpAddressTypes' => [ 'base' => NULL, 'refs' => [ 'ServiceConfiguration$SupportedIpAddressTypes' => '

The supported IP address types.

', 'ServiceDetail$SupportedIpAddressTypes' => '

The supported IP address types.

', ], ], 'Tag' => [ 'base' => '

Describes a tag.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagDescription' => [ 'base' => '

Describes a tag.

', 'refs' => [ 'TagDescriptionList$member' => NULL, ], ], 'TagDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeTagsResult$Tags' => '

The tags.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'Address$Tags' => '

Any tags assigned to the Elastic IP address.

', 'AllowedPrincipal$Tags' => '

The tags.

', 'CapacityReservation$Tags' => '

Any tags assigned to the Capacity Reservation.

', 'CapacityReservationFleet$Tags' => '

The tags assigned to the Capacity Reservation Fleet.

', 'CarrierGateway$Tags' => '

The tags assigned to the carrier gateway.

', 'ClassicLinkInstance$Tags' => '

Any tags assigned to the instance.

', 'ClientVpnEndpoint$Tags' => '

Any tags assigned to the Client VPN endpoint.

', 'CoipPool$Tags' => '

The tags.

', 'ConversionTask$Tags' => '

Any tags assigned to the task.

', 'CopySnapshotResult$Tags' => '

Any tags applied to the new snapshot.

', 'CreateCapacityReservationFleetResult$Tags' => '

The tags assigned to the Capacity Reservation Fleet.

', 'CreateSecurityGroupResult$Tags' => '

The tags assigned to the security group.

', 'CreateTagsRequest$Tags' => '

The tags. The value parameter is required, but if you don\'t want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

', 'CustomerGateway$Tags' => '

Any tags assigned to the customer gateway.

', 'DeleteTagsRequest$Tags' => '

The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.

If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the aws: prefix).

Constraints: Up to 1000 tags.

', 'DhcpOptions$Tags' => '

Any tags assigned to the DHCP options set.

', 'Ec2InstanceConnectEndpoint$Tags' => '

The tags assigned to the EC2 Instance Connect Endpoint.

', 'EgressOnlyInternetGateway$Tags' => '

The tags assigned to the egress-only internet gateway.

', 'ElasticGpus$Tags' => '

The tags assigned to the Elastic Graphics accelerator.

', 'ExportImageResult$Tags' => '

Any tags assigned to the export image task.

', 'ExportImageTask$Tags' => '

Any tags assigned to the export image task.

', 'ExportTask$Tags' => '

The tags for the export task.

', 'FleetData$Tags' => '

The tags for an EC2 Fleet resource.

', 'FlowLog$Tags' => '

The tags for the flow log.

', 'FpgaImage$Tags' => '

Any tags assigned to the AFI.

', 'Host$Tags' => '

Any tags assigned to the Dedicated Host.

', 'HostReservation$Tags' => '

Any tags assigned to the Dedicated Host Reservation.

', 'Image$Tags' => '

Any tags assigned to the image.

', 'ImportImageResult$Tags' => '

Any tags assigned to the import image task.

', 'ImportImageTask$Tags' => '

The tags for the import image task.

', 'ImportKeyPairResult$Tags' => '

The tags applied to the imported key pair.

', 'ImportSnapshotResult$Tags' => '

Any tags assigned to the import snapshot task.

', 'ImportSnapshotTask$Tags' => '

The tags for the import snapshot task.

', 'Instance$Tags' => '

Any tags assigned to the instance.

', 'InstanceEventWindow$Tags' => '

The instance tags associated with the event window.

', 'InstanceEventWindowAssociationRequest$InstanceTags' => '

The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.

', 'InstanceEventWindowAssociationTarget$Tags' => '

The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.

', 'InstanceEventWindowDisassociationRequest$InstanceTags' => '

The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.

', 'InternetGateway$Tags' => '

Any tags assigned to the internet gateway.

', 'Ipam$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'IpamPool$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'IpamResourceDiscovery$Tags' => '

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

', 'IpamResourceDiscoveryAssociation$Tags' => '

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

', 'IpamScope$Tags' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'Ipv6Pool$Tags' => '

Any tags for the address pool.

', 'KeyPair$Tags' => '

Any tags applied to the key pair.

', 'KeyPairInfo$Tags' => '

Any tags applied to the key pair.

', 'LaunchTemplate$Tags' => '

The tags for the launch template.

', 'LaunchTemplateTagSpecification$Tags' => '

The tags for the resource.

', 'LaunchTemplateTagSpecificationRequest$Tags' => '

The tags to apply to the resource.

', 'LocalGateway$Tags' => '

The tags assigned to the local gateway.

', 'LocalGatewayRouteTable$Tags' => '

The tags assigned to the local gateway route table.

', 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation$Tags' => '

The tags assigned to the association.

', 'LocalGatewayRouteTableVpcAssociation$Tags' => '

The tags assigned to the association.

', 'LocalGatewayVirtualInterface$Tags' => '

The tags assigned to the virtual interface.

', 'LocalGatewayVirtualInterfaceGroup$Tags' => '

The tags assigned to the virtual interface group.

', 'ManagedPrefixList$Tags' => '

The tags for the prefix list.

', 'NatGateway$Tags' => '

The tags for the NAT gateway.

', 'NetworkAcl$Tags' => '

Any tags assigned to the network ACL.

', 'NetworkInsightsAccessScope$Tags' => '

The tags.

', 'NetworkInsightsAccessScopeAnalysis$Tags' => '

The tags.

', 'NetworkInsightsAnalysis$Tags' => '

The tags.

', 'NetworkInsightsPath$Tags' => '

The tags associated with the path.

', 'NetworkInterface$TagSet' => '

Any tags assigned to the network interface.

', 'PlacementGroup$Tags' => '

Any tags applied to the placement group.

', 'PublicIpv4Pool$Tags' => '

Any tags for the address pool.

', 'ReplaceRootVolumeTask$Tags' => '

The tags assigned to the task.

', 'ReservedInstances$Tags' => '

Any tags assigned to the resource.

', 'ReservedInstancesListing$Tags' => '

Any tags assigned to the resource.

', 'RouteTable$Tags' => '

Any tags assigned to the route table.

', 'SecurityGroup$Tags' => '

Any tags assigned to the security group.

', 'SecurityGroupRule$Tags' => '

The tags applied to the security group rule.

', 'ServiceConfiguration$Tags' => '

The tags assigned to the service.

', 'ServiceDetail$Tags' => '

The tags assigned to the service.

', 'Snapshot$Tags' => '

Any tags assigned to the snapshot.

', 'SnapshotInfo$Tags' => '

Tags associated with this snapshot.

', 'SnapshotTierStatus$Tags' => '

The tags that are assigned to the snapshot.

', 'SpotFleetRequestConfig$Tags' => '

The tags for a Spot Fleet resource.

', 'SpotFleetTagSpecification$Tags' => '

The tags.

', 'SpotInstanceRequest$Tags' => '

Any tags assigned to the resource.

', 'Subnet$Tags' => '

Any tags assigned to the subnet.

', 'SubnetCidrReservation$Tags' => '

The tags assigned to the subnet CIDR reservation.

', 'TagSpecification$Tags' => '

The tags to apply to the resource.

', 'TrafficMirrorFilter$Tags' => '

The tags assigned to the Traffic Mirror filter.

', 'TrafficMirrorSession$Tags' => '

The tags assigned to the Traffic Mirror session.

', 'TrafficMirrorTarget$Tags' => '

The tags assigned to the Traffic Mirror target.

', 'TransitGateway$Tags' => '

The tags for the transit gateway.

', 'TransitGatewayAttachment$Tags' => '

The tags for the attachment.

', 'TransitGatewayConnect$Tags' => '

The tags for the attachment.

', 'TransitGatewayConnectPeer$Tags' => '

The tags for the Connect peer.

', 'TransitGatewayMulticastDomain$Tags' => '

The tags for the transit gateway multicast domain.

', 'TransitGatewayPeeringAttachment$Tags' => '

The tags for the transit gateway peering attachment.

', 'TransitGatewayPolicyTable$Tags' => '

he key-value pairs associated with the transit gateway policy table.

', 'TransitGatewayRouteTable$Tags' => '

Any tags assigned to the route table.

', 'TransitGatewayRouteTableAnnouncement$Tags' => '

The key-value pairs associated with the route table announcement.

', 'TransitGatewayVpcAttachment$Tags' => '

The tags for the VPC attachment.

', 'TrunkInterfaceAssociation$Tags' => '

The tags for the trunk interface association.

', 'VerifiedAccessEndpoint$Tags' => '

The tags.

', 'VerifiedAccessGroup$Tags' => '

The tags.

', 'VerifiedAccessInstance$Tags' => '

The tags.

', 'VerifiedAccessTrustProvider$Tags' => '

The tags.

', 'Volume$Tags' => '

Any tags assigned to the volume.

', 'Vpc$Tags' => '

Any tags assigned to the VPC.

', 'VpcClassicLink$Tags' => '

Any tags assigned to the VPC.

', 'VpcEndpoint$Tags' => '

The tags assigned to the endpoint.

', 'VpcEndpointConnection$Tags' => '

The tags.

', 'VpcPeeringConnection$Tags' => '

Any tags assigned to the resource.

', 'VpnConnection$Tags' => '

Any tags assigned to the VPN connection.

', 'VpnGateway$Tags' => '

Any tags assigned to the virtual private gateway.

', ], ], 'TagSpecification' => [ 'base' => '

The tags to apply to a resource when the resource is being created. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.

The Valid Values lists all the resource types that can be tagged. However, the action you\'re using might not support tagging all of these resource types. If you try to tag a resource type that is unsupported for the action you\'re using, you\'ll get an error.

', 'refs' => [ 'TagSpecificationList$member' => NULL, ], ], 'TagSpecificationList' => [ 'base' => NULL, 'refs' => [ 'AcceptAddressTransferRequest$TagSpecifications' => '

tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'AllocateAddressRequest$TagSpecifications' => '

The tags to assign to the Elastic IP address.

', 'AllocateHostsRequest$TagSpecifications' => '

The tags to apply to the Dedicated Host during creation.

', 'AssociateIpamResourceDiscoveryRequest$TagSpecifications' => '

Tag specifications.

', 'AuthorizeSecurityGroupEgressRequest$TagSpecifications' => '

The tags applied to the security group rule.

', 'AuthorizeSecurityGroupIngressRequest$TagSpecifications' => '

[VPC Only] The tags applied to the security group rule.

', 'CopySnapshotRequest$TagSpecifications' => '

The tags to apply to the new snapshot.

', 'CreateCapacityReservationFleetRequest$TagSpecifications' => '

The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.

', 'CreateCapacityReservationRequest$TagSpecifications' => '

The tags to apply to the Capacity Reservation during launch.

', 'CreateCarrierGatewayRequest$TagSpecifications' => '

The tags to associate with the carrier gateway.

', 'CreateClientVpnEndpointRequest$TagSpecifications' => '

The tags to apply to the Client VPN endpoint during creation.

', 'CreateCoipPoolRequest$TagSpecifications' => '

The tags to assign to the CoIP address pool.

', 'CreateCustomerGatewayRequest$TagSpecifications' => '

The tags to apply to the customer gateway.

', 'CreateDhcpOptionsRequest$TagSpecifications' => '

The tags to assign to the DHCP option.

', 'CreateEgressOnlyInternetGatewayRequest$TagSpecifications' => '

The tags to assign to the egress-only internet gateway.

', 'CreateFleetRequest$TagSpecifications' => '

The key-value pair for tagging the EC2 Fleet request on creation. For more information, see Tagging your resources.

If the fleet type is instant, specify a resource type of fleet to tag the fleet or instance to tag the instances at launch.

If the fleet type is maintain or request, specify a resource type of fleet to tag the fleet. You cannot specify a resource type of instance. To tag instances at launch, specify the tags in a launch template.

', 'CreateFlowLogsRequest$TagSpecifications' => '

The tags to apply to the flow logs.

', 'CreateFpgaImageRequest$TagSpecifications' => '

The tags to apply to the FPGA image during creation.

', 'CreateImageRequest$TagSpecifications' => '

The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.

If you specify other values for ResourceType, the request fails.

To tag an AMI or snapshot after it has been created, see CreateTags.

', 'CreateInstanceConnectEndpointRequest$TagSpecifications' => '

The tags to apply to the EC2 Instance Connect Endpoint during creation.

', 'CreateInstanceEventWindowRequest$TagSpecifications' => '

The tags to apply to the event window.

', 'CreateInstanceExportTaskRequest$TagSpecifications' => '

The tags to apply to the export instance task during creation.

', 'CreateInternetGatewayRequest$TagSpecifications' => '

The tags to assign to the internet gateway.

', 'CreateIpamPoolRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateIpamRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateIpamResourceDiscoveryRequest$TagSpecifications' => '

Tag specifications for the IPAM resource discovery.

', 'CreateIpamScopeRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateKeyPairRequest$TagSpecifications' => '

The tags to apply to the new key pair.

', 'CreateLaunchTemplateRequest$TagSpecifications' => '

The tags to apply to the launch template on creation. To tag the launch template, the resource type must be launch-template.

To specify the tags for the resources that are created when an instance is launched, you must use the TagSpecifications parameter in the launch template data structure.

', 'CreateLocalGatewayRouteTableRequest$TagSpecifications' => '

The tags assigned to the local gateway route table.

', 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest$TagSpecifications' => '

The tags assigned to the local gateway route table virtual interface group association.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$TagSpecifications' => '

The tags to assign to the local gateway route table VPC association.

', 'CreateManagedPrefixListRequest$TagSpecifications' => '

The tags to apply to the prefix list during creation.

', 'CreateNatGatewayRequest$TagSpecifications' => '

The tags to assign to the NAT gateway.

', 'CreateNetworkAclRequest$TagSpecifications' => '

The tags to assign to the network ACL.

', 'CreateNetworkInsightsAccessScopeRequest$TagSpecifications' => '

The tags to apply.

', 'CreateNetworkInsightsPathRequest$TagSpecifications' => '

The tags to add to the path.

', 'CreateNetworkInterfaceRequest$TagSpecifications' => '

The tags to apply to the new network interface.

', 'CreatePlacementGroupRequest$TagSpecifications' => '

The tags to apply to the new placement group.

', 'CreatePublicIpv4PoolRequest$TagSpecifications' => '

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

', 'CreateReplaceRootVolumeTaskRequest$TagSpecifications' => '

The tags to apply to the root volume replacement task.

', 'CreateRestoreImageTaskRequest$TagSpecifications' => '

The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.

', 'CreateRouteTableRequest$TagSpecifications' => '

The tags to assign to the route table.

', 'CreateSecurityGroupRequest$TagSpecifications' => '

The tags to assign to the security group.

', 'CreateSnapshotRequest$TagSpecifications' => '

The tags to apply to the snapshot during creation.

', 'CreateSnapshotsRequest$TagSpecifications' => '

Tags to apply to every snapshot specified by the instance.

', 'CreateSubnetCidrReservationRequest$TagSpecifications' => '

The tags to assign to the subnet CIDR reservation.

', 'CreateSubnetRequest$TagSpecifications' => '

The tags to assign to the subnet.

', 'CreateTrafficMirrorFilterRequest$TagSpecifications' => '

The tags to assign to a Traffic Mirror filter.

', 'CreateTrafficMirrorSessionRequest$TagSpecifications' => '

The tags to assign to a Traffic Mirror session.

', 'CreateTrafficMirrorTargetRequest$TagSpecifications' => '

The tags to assign to the Traffic Mirror target.

', 'CreateTransitGatewayConnectPeerRequest$TagSpecifications' => '

The tags to apply to the Connect peer.

', 'CreateTransitGatewayConnectRequest$TagSpecifications' => '

The tags to apply to the Connect attachment.

', 'CreateTransitGatewayMulticastDomainRequest$TagSpecifications' => '

The tags for the transit gateway multicast domain.

', 'CreateTransitGatewayPeeringAttachmentRequest$TagSpecifications' => '

The tags to apply to the transit gateway peering attachment.

', 'CreateTransitGatewayPolicyTableRequest$TagSpecifications' => '

The tags specification for the transit gateway policy table created during the request.

', 'CreateTransitGatewayRequest$TagSpecifications' => '

The tags to apply to the transit gateway.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$TagSpecifications' => '

The tags specifications applied to the transit gateway route table announcement.

', 'CreateTransitGatewayRouteTableRequest$TagSpecifications' => '

The tags to apply to the transit gateway route table.

', 'CreateTransitGatewayVpcAttachmentRequest$TagSpecifications' => '

The tags to apply to the VPC attachment.

', 'CreateVerifiedAccessEndpointRequest$TagSpecifications' => '

The tags to assign to the Verified Access endpoint.

', 'CreateVerifiedAccessGroupRequest$TagSpecifications' => '

The tags to assign to the Verified Access group.

', 'CreateVerifiedAccessInstanceRequest$TagSpecifications' => '

The tags to assign to the Verified Access instance.

', 'CreateVerifiedAccessTrustProviderRequest$TagSpecifications' => '

The tags to assign to the Verified Access trust provider.

', 'CreateVolumeRequest$TagSpecifications' => '

The tags to apply to the volume during creation.

', 'CreateVpcEndpointRequest$TagSpecifications' => '

The tags to associate with the endpoint.

', 'CreateVpcEndpointServiceConfigurationRequest$TagSpecifications' => '

The tags to associate with the service.

', 'CreateVpcPeeringConnectionRequest$TagSpecifications' => '

The tags to assign to the peering connection.

', 'CreateVpcRequest$TagSpecifications' => '

The tags to assign to the VPC.

', 'CreateVpnConnectionRequest$TagSpecifications' => '

The tags to apply to the VPN connection.

', 'CreateVpnGatewayRequest$TagSpecifications' => '

The tags to apply to the virtual private gateway.

', 'ExportImageRequest$TagSpecifications' => '

The tags to apply to the export image task during creation.

', 'ImportImageRequest$TagSpecifications' => '

The tags to apply to the import image task during creation.

', 'ImportKeyPairRequest$TagSpecifications' => '

The tags to apply to the imported key pair.

', 'ImportSnapshotRequest$TagSpecifications' => '

The tags to apply to the import snapshot task during creation.

', 'ProvisionByoipCidrRequest$PoolTagSpecifications' => '

The tags to apply to the address pool.

', 'PurchaseHostReservationRequest$TagSpecifications' => '

The tags to apply to the Dedicated Host Reservation during purchase.

', 'RequestSpotInstancesRequest$TagSpecifications' => '

The key-value pair for tagging the Spot Instance request on creation. The value for ResourceType must be spot-instances-request, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see CreateTags.

', 'RunInstancesRequest$TagSpecifications' => '

The tags to apply to the resources that are created during instance launch.

You can specify tags for the following resources only:

To tag a resource after it has been created, see CreateTags.

', 'SpotFleetRequestConfigData$TagSpecifications' => '

The key-value pair for tagging the Spot Fleet request on creation. The value for ResourceType must be spot-fleet-request, otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the launch template (valid only if you use LaunchTemplateConfigs) or in the SpotFleetTagSpecification (valid only if you use LaunchSpecifications). For information about tagging after launch, see Tagging Your Resources.

', 'StartNetworkInsightsAccessScopeAnalysisRequest$TagSpecifications' => '

The tags to apply.

', 'StartNetworkInsightsAnalysisRequest$TagSpecifications' => '

The tags to apply.

', ], ], 'TaggableResourceId' => [ 'base' => NULL, 'refs' => [ 'ResourceIdList$member' => NULL, ], ], 'TargetCapacitySpecification' => [ 'base' => '

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice, or both to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptions and SpotOptions.

', 'refs' => [ 'FleetData$TargetCapacitySpecification' => '

The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

', ], ], 'TargetCapacitySpecificationRequest' => [ 'base' => '

The number of units to request. You can choose to set the target capacity as the number of instances. Or you can set the target capacity to a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is maintain, you can specify a target capacity of 0 and add capacity later.

You can use the On-Demand Instance MaxTotalPrice parameter, the Spot Instance MaxTotalPrice parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, EC2 Fleet will launch instances until it reaches the maximum amount that you\'re willing to pay. When the maximum amount you\'re willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity. The MaxTotalPrice parameters are located in OnDemandOptionsRequest and SpotOptionsRequest.

', 'refs' => [ 'CreateFleetRequest$TargetCapacitySpecification' => '

The number of units to request.

', 'ModifyFleetRequest$TargetCapacitySpecification' => '

The size of the EC2 Fleet.

', ], ], 'TargetCapacityUnitType' => [ 'base' => NULL, 'refs' => [ 'GetSpotPlacementScoresRequest$TargetCapacityUnitType' => '

The unit for the target capacity.

Default: units (translates to number of instances)

', 'SpotFleetRequestConfigData$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', 'TargetCapacitySpecification$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', 'TargetCapacitySpecificationRequest$TargetCapacityUnitType' => '

The unit for the target capacity. TargetCapacityUnitType can only be specified when InstanceRequirements is specified.

Default: units (translates to number of instances)

', ], ], 'TargetConfiguration' => [ 'base' => '

Information about the Convertible Reserved Instance offering.

', 'refs' => [ 'TargetReservationValue$TargetConfiguration' => '

The configuration of the Convertible Reserved Instances that make up the exchange.

', ], ], 'TargetConfigurationRequest' => [ 'base' => '

Details about the target configuration.

', 'refs' => [ 'TargetConfigurationRequestSet$member' => NULL, ], ], 'TargetConfigurationRequestSet' => [ 'base' => NULL, 'refs' => [ 'AcceptReservedInstancesExchangeQuoteRequest$TargetConfigurations' => '

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

', 'GetReservedInstancesExchangeQuoteRequest$TargetConfigurations' => '

The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.

', ], ], 'TargetGroup' => [ 'base' => '

Describes a load balancer target group.

', 'refs' => [ 'TargetGroups$member' => NULL, ], ], 'TargetGroups' => [ 'base' => NULL, 'refs' => [ 'TargetGroupsConfig$TargetGroups' => '

One or more target groups.

', ], ], 'TargetGroupsConfig' => [ 'base' => '

Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the running Spot Instances with these target groups.

', 'refs' => [ 'LoadBalancersConfig$TargetGroupsConfig' => '

The target groups.

', ], ], 'TargetNetwork' => [ 'base' => '

Describes a target network associated with a Client VPN endpoint.

', 'refs' => [ 'TargetNetworkSet$member' => NULL, ], ], 'TargetNetworkSet' => [ 'base' => NULL, 'refs' => [ 'DescribeClientVpnTargetNetworksResult$ClientVpnTargetNetworks' => '

Information about the associated target networks.

', ], ], 'TargetReservationValue' => [ 'base' => '

The total value of the new Convertible Reserved Instances.

', 'refs' => [ 'TargetReservationValueSet$member' => NULL, ], ], 'TargetReservationValueSet' => [ 'base' => NULL, 'refs' => [ 'GetReservedInstancesExchangeQuoteResult$TargetConfigurationValueSet' => '

The values of the target Convertible Reserved Instances.

', ], ], 'TargetStorageTier' => [ 'base' => NULL, 'refs' => [ 'ModifySnapshotTierRequest$StorageTier' => '

The name of the storage tier. You must specify archive.

', ], ], 'TelemetryStatus' => [ 'base' => NULL, 'refs' => [ 'VgwTelemetry$Status' => '

The status of the VPN tunnel.

', ], ], 'Tenancy' => [ 'base' => NULL, 'refs' => [ 'CreateVpcRequest$InstanceTenancy' => '

The tenancy options for instances launched into the VPC. For default, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For dedicated, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of dedicated or host into a dedicated tenancy VPC.

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

', 'DescribeReservedInstancesOfferingsRequest$InstanceTenancy' => '

The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of dedicated is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).

Important: The host value cannot be used with this parameter. Use the default or dedicated values only.

Default: default

', 'LaunchTemplatePlacement$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

', 'LaunchTemplatePlacementRequest$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

', 'Placement$Tenancy' => '

The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

This parameter is not supported for CreateFleet. The host tenancy is not supported for ImportInstance or for T3 instances that are configured for the unlimited CPU credit option.

', 'ReservedInstances$InstanceTenancy' => '

The tenancy of the instance.

', 'ReservedInstancesOffering$InstanceTenancy' => '

The tenancy of the instance.

', 'SpotPlacement$Tenancy' => '

The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

', 'Vpc$InstanceTenancy' => '

The allowed tenancy of instances launched into the VPC.

', ], ], 'TerminateClientVpnConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'TerminateClientVpnConnectionsResult' => [ 'base' => NULL, 'refs' => [], ], 'TerminateConnectionStatus' => [ 'base' => '

Information about a terminated Client VPN endpoint client connection.

', 'refs' => [ 'TerminateConnectionStatusSet$member' => NULL, ], ], 'TerminateConnectionStatusSet' => [ 'base' => NULL, 'refs' => [ 'TerminateClientVpnConnectionsResult$ConnectionStatuses' => '

The current state of the client connections.

', ], ], 'TerminateInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'TerminateInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'ThreadsPerCore' => [ 'base' => NULL, 'refs' => [ 'ThreadsPerCoreList$member' => NULL, 'VCpuInfo$DefaultThreadsPerCore' => '

The default number of threads per core for the instance type.

', ], ], 'ThreadsPerCoreList' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$ValidThreadsPerCore' => '

The valid number of threads per core that can be configured for the instance type.

', ], ], 'ThroughResourcesStatement' => [ 'base' => '

Describes a through resource statement.

', 'refs' => [ 'ThroughResourcesStatementList$member' => NULL, ], ], 'ThroughResourcesStatementList' => [ 'base' => NULL, 'refs' => [ 'AccessScopePath$ThroughResources' => '

The through resources.

', ], ], 'ThroughResourcesStatementRequest' => [ 'base' => '

Describes a through resource statement.

', 'refs' => [ 'ThroughResourcesStatementRequestList$member' => NULL, ], ], 'ThroughResourcesStatementRequestList' => [ 'base' => NULL, 'refs' => [ 'AccessScopePathRequest$ThroughResources' => '

The through resources.

', ], ], 'TieringOperationStatus' => [ 'base' => NULL, 'refs' => [ 'SnapshotTierStatus$LastTieringOperationStatus' => '

The status of the last archive or restore process.

', ], ], 'TotalLocalStorageGB' => [ 'base' => '

The minimum and maximum amount of total local storage, in GB.

', 'refs' => [ 'InstanceRequirements$TotalLocalStorageGB' => '

The minimum and maximum amount of total local storage, in GB.

Default: No minimum or maximum limits

', ], ], 'TotalLocalStorageGBRequest' => [ 'base' => '

The minimum and maximum amount of total local storage, in GB.

', 'refs' => [ 'InstanceRequirementsRequest$TotalLocalStorageGB' => '

The minimum and maximum amount of total local storage, in GB.

Default: No minimum or maximum limits

', ], ], 'TpmSupportValues' => [ 'base' => NULL, 'refs' => [ 'Image$TpmSupport' => '

If the image is configured for NitroTPM support, the value is v2.0. For more information, see NitroTPM in the Amazon EC2 User Guide.

', 'RegisterImageRequest$TpmSupport' => '

Set to v2.0 to enable Trusted Platform Module (TPM) support. For more information, see NitroTPM in the Amazon EC2 User Guide.

', ], ], 'TrafficDirection' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$TrafficDirection' => '

The type of traffic.

', 'ModifyTrafficMirrorFilterRuleRequest$TrafficDirection' => '

The type of traffic to assign to the rule.

', 'TrafficMirrorFilterRule$TrafficDirection' => '

The traffic direction assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorFilter' => [ 'base' => '

Describes the Traffic Mirror filter.

', 'refs' => [ 'CreateTrafficMirrorFilterResult$TrafficMirrorFilter' => '

Information about the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterNetworkServicesResult$TrafficMirrorFilter' => '

The Traffic Mirror filter that the network service is associated with.

', 'TrafficMirrorFilterSet$member' => NULL, ], ], 'TrafficMirrorFilterId' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$TrafficMirrorFilterId' => '

The ID of the filter that this rule is associated with.

', 'CreateTrafficMirrorSessionRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'DeleteTrafficMirrorFilterRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorFilterId' => '

The ID of the Traffic Mirror filter.

', 'TrafficMirrorFilterIdList$member' => NULL, ], ], 'TrafficMirrorFilterIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersRequest$TrafficMirrorFilterIds' => '

The ID of the Traffic Mirror filter.

', ], ], 'TrafficMirrorFilterRule' => [ 'base' => '

Describes the Traffic Mirror rule.

', 'refs' => [ 'CreateTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule' => '

The Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleResult$TrafficMirrorFilterRule' => '

Modifies a Traffic Mirror rule.

', 'TrafficMirrorFilterRuleList$member' => NULL, ], ], 'TrafficMirrorFilterRuleField' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorFilterRuleFieldList$member' => NULL, ], ], 'TrafficMirrorFilterRuleFieldList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorFilterRuleRequest$RemoveFields' => '

The properties that you want to remove from the Traffic Mirror filter rule.

When you remove a property from a Traffic Mirror filter rule, the property is set to the default.

', ], ], 'TrafficMirrorFilterRuleIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'DeleteTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$TrafficMirrorFilterRuleId' => '

The ID of the Traffic Mirror rule.

', ], ], 'TrafficMirrorFilterRuleList' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorFilter$IngressFilterRules' => '

Information about the ingress rules that are associated with the Traffic Mirror filter.

', 'TrafficMirrorFilter$EgressFilterRules' => '

Information about the egress rules that are associated with the Traffic Mirror filter.

', ], ], 'TrafficMirrorFilterSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersResult$TrafficMirrorFilters' => '

Information about one or more Traffic Mirror filters.

', ], ], 'TrafficMirrorNetworkService' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorNetworkServiceList$member' => NULL, ], ], 'TrafficMirrorNetworkServiceList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorFilterNetworkServicesRequest$AddNetworkServices' => '

The network service, for example Amazon DNS, that you want to mirror.

', 'ModifyTrafficMirrorFilterNetworkServicesRequest$RemoveNetworkServices' => '

The network service, for example Amazon DNS, that you no longer want to mirror.

', 'TrafficMirrorFilter$NetworkServices' => '

The network service traffic that is associated with the Traffic Mirror filter.

', ], ], 'TrafficMirrorPortRange' => [ 'base' => '

Describes the Traffic Mirror port range.

', 'refs' => [ 'TrafficMirrorFilterRule$DestinationPortRange' => '

The destination port range assigned to the Traffic Mirror rule.

', 'TrafficMirrorFilterRule$SourcePortRange' => '

The source port range assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorPortRangeRequest' => [ 'base' => '

Information about the Traffic Mirror filter rule port range.

', 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$DestinationPortRange' => '

The destination port range.

', 'CreateTrafficMirrorFilterRuleRequest$SourcePortRange' => '

The source port range.

', 'ModifyTrafficMirrorFilterRuleRequest$DestinationPortRange' => '

The destination ports that are associated with the Traffic Mirror rule.

', 'ModifyTrafficMirrorFilterRuleRequest$SourcePortRange' => '

The port range to assign to the Traffic Mirror rule.

', ], ], 'TrafficMirrorRuleAction' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorFilterRuleRequest$RuleAction' => '

The action to take on the filtered traffic.

', 'ModifyTrafficMirrorFilterRuleRequest$RuleAction' => '

The action to assign to the rule.

', 'TrafficMirrorFilterRule$RuleAction' => '

The action assigned to the Traffic Mirror rule.

', ], ], 'TrafficMirrorSession' => [ 'base' => '

Describes a Traffic Mirror session.

', 'refs' => [ 'CreateTrafficMirrorSessionResult$TrafficMirrorSession' => '

Information about the Traffic Mirror session.

', 'ModifyTrafficMirrorSessionResult$TrafficMirrorSession' => '

Information about the Traffic Mirror session.

', 'TrafficMirrorSessionSet$member' => NULL, ], ], 'TrafficMirrorSessionField' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorSessionFieldList$member' => NULL, ], ], 'TrafficMirrorSessionFieldList' => [ 'base' => NULL, 'refs' => [ 'ModifyTrafficMirrorSessionRequest$RemoveFields' => '

The properties that you want to remove from the Traffic Mirror session.

When you remove a property from a Traffic Mirror session, the property is set to the default.

', ], ], 'TrafficMirrorSessionId' => [ 'base' => NULL, 'refs' => [ 'DeleteTrafficMirrorSessionRequest$TrafficMirrorSessionId' => '

The ID of the Traffic Mirror session.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorSessionId' => '

The ID of the Traffic Mirror session.

', 'TrafficMirrorSessionIdList$member' => NULL, ], ], 'TrafficMirrorSessionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorSessionsRequest$TrafficMirrorSessionIds' => '

The ID of the Traffic Mirror session.

', ], ], 'TrafficMirrorSessionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorSessionsResult$TrafficMirrorSessions' => '

Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.

', ], ], 'TrafficMirrorTarget' => [ 'base' => '

Describes a Traffic Mirror target.

', 'refs' => [ 'CreateTrafficMirrorTargetResult$TrafficMirrorTarget' => '

Information about the Traffic Mirror target.

', 'TrafficMirrorTargetSet$member' => NULL, ], ], 'TrafficMirrorTargetId' => [ 'base' => NULL, 'refs' => [ 'CreateTrafficMirrorSessionRequest$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'DeleteTrafficMirrorTargetRequest$TrafficMirrorTargetId' => '

The ID of the Traffic Mirror target.

', 'ModifyTrafficMirrorSessionRequest$TrafficMirrorTargetId' => '

The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.

', 'TrafficMirrorTargetIdList$member' => NULL, ], ], 'TrafficMirrorTargetIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorTargetsRequest$TrafficMirrorTargetIds' => '

The ID of the Traffic Mirror targets.

', ], ], 'TrafficMirrorTargetSet' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorTargetsResult$TrafficMirrorTargets' => '

Information about one or more Traffic Mirror targets.

', ], ], 'TrafficMirrorTargetType' => [ 'base' => NULL, 'refs' => [ 'TrafficMirrorTarget$Type' => '

The type of Traffic Mirror target.

', ], ], 'TrafficMirroringMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTrafficMirrorFiltersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTrafficMirrorSessionsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTrafficMirrorTargetsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', ], ], 'TrafficType' => [ 'base' => NULL, 'refs' => [ 'CreateFlowLogsRequest$TrafficType' => '

The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.

', 'FlowLog$TrafficType' => '

The type of traffic captured for the flow log.

', ], ], 'TransitAssociationGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateTransitGatewayPeeringAttachmentRequest$PeerTransitGatewayId' => '

The ID of the peer transit gateway with which to create the peering attachment.

', ], ], 'TransitGateway' => [ 'base' => '

Describes a transit gateway.

', 'refs' => [ 'CreateTransitGatewayResult$TransitGateway' => '

Information about the transit gateway.

', 'DeleteTransitGatewayResult$TransitGateway' => '

Information about the deleted transit gateway.

', 'ModifyTransitGatewayResult$TransitGateway' => '

Information about the transit gateway.

', 'TransitGatewayList$member' => NULL, ], ], 'TransitGatewayAssociation' => [ 'base' => '

Describes an association between a resource attachment and a transit gateway route table.

', 'refs' => [ 'AssociateTransitGatewayRouteTableResult$Association' => '

The ID of the association.

', 'DisassociateTransitGatewayRouteTableResult$Association' => '

Information about the association.

', ], ], 'TransitGatewayAssociationState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAssociation$State' => '

The state of the association.

', 'TransitGatewayAttachmentAssociation$State' => '

The state of the association.

', 'TransitGatewayPolicyTableAssociation$State' => '

The state of the transit gateway policy table association.

', 'TransitGatewayRouteTableAssociation$State' => '

The state of the association.

', ], ], 'TransitGatewayAttachment' => [ 'base' => '

Describes an attachment between a resource and a transit gateway.

', 'refs' => [ 'TransitGatewayAttachmentList$member' => NULL, ], ], 'TransitGatewayAttachmentAssociation' => [ 'base' => '

Describes an association.

', 'refs' => [ 'TransitGatewayAttachment$Association' => '

The association.

', ], ], 'TransitGatewayAttachmentBgpConfiguration' => [ 'base' => '

The BGP configuration information.

', 'refs' => [ 'TransitGatewayAttachmentBgpConfigurationList$member' => NULL, ], ], 'TransitGatewayAttachmentBgpConfigurationList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayConnectPeerConfiguration$BgpConfigurations' => '

The BGP configuration details.

', ], ], 'TransitGatewayAttachmentId' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'AcceptTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'AcceptTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'AssociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to associate with the transit gateway multicast domain.

', 'AssociateTransitGatewayPolicyTableRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to associate with the policy table.

', 'AssociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'CreateTransitGatewayConnectPeerRequest$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'CreateTransitGatewayConnectRequest$TransportTransitGatewayAttachmentId' => '

The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.

', 'CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId' => '

The ID of the attachment to which traffic is routed.

', 'CreateTransitGatewayRouteRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$PeeringAttachmentId' => '

The ID of the peering attachment.

', 'DeleteTransitGatewayConnectRequest$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'DeleteTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'DeleteTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'DisassociateTransitGatewayPolicyTableRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment to disassociate from the policy table.

', 'DisassociateTransitGatewayRouteTableRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'GetTransitGatewayAttachmentPropagationsRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayAttachmentId' => '

The ID of the attachment to which traffic is routed.

', 'ModifyTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'RejectTransitGatewayPeeringAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the transit gateway peering attachment.

', 'RejectTransitGatewayVpcAttachmentRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'ReplaceTransitGatewayRouteRequest$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAssociation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayAttachmentIdStringList$member' => NULL, 'TransitGatewayConnect$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'TransitGatewayConnect$TransportTransitGatewayAttachmentId' => '

The ID of the attachment from which the Connect attachment was created.

', 'TransitGatewayConnectPeer$TransitGatewayAttachmentId' => '

The ID of the Connect attachment.

', 'TransitGatewayPolicyTableAssociation$TransitGatewayAttachmentId' => '

The ID of the transit gateway attachment.

', 'TransitGatewayPrefixListAttachment$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayPropagation$TransitGatewayAttachmentId' => '

The ID of the attachment.

', 'TransitGatewayRouteTableAnnouncement$PeeringAttachmentId' => '

The ID of the peering attachment.

', 'VpnConnectionOptionsSpecification$TransportTransitGatewayAttachmentId' => '

The transit gateway attachment ID to use for the VPN tunnel.

Required if OutsideIpAddressType is set to PrivateIpv4.

', ], ], 'TransitGatewayAttachmentIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', 'DescribeTransitGatewayConnectsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$TransitGatewayAttachmentIds' => '

One or more IDs of the transit gateway peering attachments.

', 'DescribeTransitGatewayVpcAttachmentsRequest$TransitGatewayAttachmentIds' => '

The IDs of the attachments.

', ], ], 'TransitGatewayAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsResult$TransitGatewayAttachments' => '

Information about the attachments.

', ], ], 'TransitGatewayAttachmentPropagation' => [ 'base' => '

Describes a propagation route table.

', 'refs' => [ 'TransitGatewayAttachmentPropagationList$member' => NULL, ], ], 'TransitGatewayAttachmentPropagationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayAttachmentPropagationsResult$TransitGatewayAttachmentPropagations' => '

Information about the propagation route tables.

', ], ], 'TransitGatewayAttachmentResourceType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAssociation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayMulticastDomainAssociation$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayMulticastDomainAssociations$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayMulticastGroup$ResourceType' => '

The type of resource, for example a VPC attachment.

', 'TransitGatewayPolicyTableAssociation$ResourceType' => '

The resource type for the transit gateway policy table association.

', 'TransitGatewayPrefixListAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayPropagation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteAttachment$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteTableAssociation$ResourceType' => '

The resource type. Note that the tgw-peering resource type has been deprecated.

', 'TransitGatewayRouteTablePropagation$ResourceType' => '

The type of resource. Note that the tgw-peering resource type has been deprecated.

', ], ], 'TransitGatewayAttachmentState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachment$State' => '

The attachment state. Note that the initiating state has been deprecated.

', 'TransitGatewayConnect$State' => '

The state of the attachment.

', 'TransitGatewayPeeringAttachment$State' => '

The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.

', 'TransitGatewayVpcAttachment$State' => '

The state of the VPC attachment. Note that the initiating state has been deprecated.

', ], ], 'TransitGatewayCidrBlockStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$AddTransitGatewayCidrBlocks' => '

Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

', 'ModifyTransitGatewayOptions$RemoveTransitGatewayCidrBlocks' => '

Removes CIDR blocks for the transit gateway.

', 'TransitGatewayRequestOptions$TransitGatewayCidrBlocks' => '

One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

', ], ], 'TransitGatewayConnect' => [ 'base' => '

Describes a transit gateway Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectResult$TransitGatewayConnect' => '

Information about the Connect attachment.

', 'DeleteTransitGatewayConnectResult$TransitGatewayConnect' => '

Information about the deleted Connect attachment.

', 'TransitGatewayConnectList$member' => NULL, ], ], 'TransitGatewayConnectList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectsResult$TransitGatewayConnects' => '

Information about the Connect attachments.

', ], ], 'TransitGatewayConnectOptions' => [ 'base' => '

Describes the Connect attachment options.

', 'refs' => [ 'TransitGatewayConnect$Options' => '

The Connect attachment options.

', ], ], 'TransitGatewayConnectPeer' => [ 'base' => '

Describes a transit gateway Connect peer.

', 'refs' => [ 'CreateTransitGatewayConnectPeerResult$TransitGatewayConnectPeer' => '

Information about the Connect peer.

', 'DeleteTransitGatewayConnectPeerResult$TransitGatewayConnectPeer' => '

Information about the deleted Connect peer.

', 'TransitGatewayConnectPeerList$member' => NULL, ], ], 'TransitGatewayConnectPeerConfiguration' => [ 'base' => '

Describes the Connect peer details.

', 'refs' => [ 'TransitGatewayConnectPeer$ConnectPeerConfiguration' => '

The Connect peer details.

', ], ], 'TransitGatewayConnectPeerId' => [ 'base' => NULL, 'refs' => [ 'DeleteTransitGatewayConnectPeerRequest$TransitGatewayConnectPeerId' => '

The ID of the Connect peer.

', 'TransitGatewayConnectPeer$TransitGatewayConnectPeerId' => '

The ID of the Connect peer.

', 'TransitGatewayConnectPeerIdStringList$member' => NULL, ], ], 'TransitGatewayConnectPeerIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectPeersRequest$TransitGatewayConnectPeerIds' => '

The IDs of the Connect peers.

', ], ], 'TransitGatewayConnectPeerList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayConnectPeersResult$TransitGatewayConnectPeers' => '

Information about the Connect peers.

', ], ], 'TransitGatewayConnectPeerState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayConnectPeer$State' => '

The state of the Connect peer.

', ], ], 'TransitGatewayConnectRequestBgpOptions' => [ 'base' => '

The BGP options for the Connect attachment.

', 'refs' => [ 'CreateTransitGatewayConnectPeerRequest$BgpOptions' => '

The BGP options for the Connect peer.

', ], ], 'TransitGatewayId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$TransitGatewayId' => '

The ID of a transit gateway.

', 'CreateTransitGatewayMulticastDomainRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayPeeringAttachmentRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayPolicyTableRequest$TransitGatewayId' => '

The ID of the transit gateway used for the policy table.

', 'CreateTransitGatewayRouteTableRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateTransitGatewayVpcAttachmentRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'CreateVpnConnectionRequest$TransitGatewayId' => '

The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.

', 'DeleteTransitGatewayRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'GetVpnTunnelReplacementStatusResult$TransitGatewayId' => '

The ID of the transit gateway associated with the VPN connection.

', 'ModifyTransitGatewayRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'ModifyVpnConnectionRequest$TransitGatewayId' => '

The ID of the transit gateway.

', 'ReplaceRouteRequest$TransitGatewayId' => '

The ID of a transit gateway.

', 'TransitGatewayConnect$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayIdStringList$member' => NULL, 'TransitGatewayPolicyTable$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayId' => '

The ID of the transit gateway.

', 'TransitGatewayRouteTableAnnouncement$PeerTransitGatewayId' => '

The ID of the peer transit gateway.

', ], ], 'TransitGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewaysRequest$TransitGatewayIds' => '

The IDs of the transit gateways.

', ], ], 'TransitGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewaysResult$TransitGateways' => '

Information about the transit gateways.

', ], ], 'TransitGatewayMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayConnectPeersRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayConnectsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayMulticastDomainsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayPeeringAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayPolicyTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayRouteTableAnnouncementsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayRouteTablesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewayVpcAttachmentsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'DescribeTransitGatewaysRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayAttachmentPropagationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPolicyTableAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPolicyTableEntriesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayPrefixListReferencesRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayRouteTableAssociationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'GetTransitGatewayRouteTablePropagationsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'SearchTransitGatewayMulticastGroupsRequest$MaxResults' => '

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

', 'SearchTransitGatewayRoutesRequest$MaxResults' => '

The maximum number of routes to return.

', ], ], 'TransitGatewayMulitcastDomainAssociationState' => [ 'base' => NULL, 'refs' => [ 'SubnetAssociation$State' => '

The state of the subnet association.

', ], ], 'TransitGatewayMulticastDeregisteredGroupMembers' => [ 'base' => '

Describes the deregistered transit gateway multicast group members.

', 'refs' => [ 'DeregisterTransitGatewayMulticastGroupMembersResult$DeregisteredMulticastGroupMembers' => '

Information about the deregistered members.

', ], ], 'TransitGatewayMulticastDeregisteredGroupSources' => [ 'base' => '

Describes the deregistered transit gateway multicast group sources.

', 'refs' => [ 'DeregisterTransitGatewayMulticastGroupSourcesResult$DeregisteredMulticastGroupSources' => '

Information about the deregistered group sources.

', ], ], 'TransitGatewayMulticastDomain' => [ 'base' => '

Describes the transit gateway multicast domain.

', 'refs' => [ 'CreateTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain' => '

Information about the transit gateway multicast domain.

', 'DeleteTransitGatewayMulticastDomainResult$TransitGatewayMulticastDomain' => '

Information about the deleted transit gateway multicast domain.

', 'TransitGatewayMulticastDomainList$member' => NULL, ], ], 'TransitGatewayMulticastDomainAssociation' => [ 'base' => '

Describes the resources associated with the transit gateway multicast domain.

', 'refs' => [ 'TransitGatewayMulticastDomainAssociationList$member' => NULL, ], ], 'TransitGatewayMulticastDomainAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayMulticastDomainAssociationsResult$MulticastDomainAssociations' => '

Information about the multicast domain associations.

', ], ], 'TransitGatewayMulticastDomainAssociations' => [ 'base' => '

Describes the multicast domain associations.

', 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsResult$Associations' => '

Information about the multicast domain associations.

', 'AssociateTransitGatewayMulticastDomainResult$Associations' => '

Information about the transit gateway multicast domain associations.

', 'DisassociateTransitGatewayMulticastDomainResult$Associations' => '

Information about the association.

', 'RejectTransitGatewayMulticastDomainAssociationsResult$Associations' => '

Information about the multicast domain associations.

', ], ], 'TransitGatewayMulticastDomainId' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'AssociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeleteTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeregisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'DisassociateTransitGatewayMulticastDomainRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'GetTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'SearchTransitGatewayMulticastGroupsRequest$TransitGatewayMulticastDomainId' => '

The ID of the transit gateway multicast domain.

', 'TransitGatewayMulticastDomainIdStringList$member' => NULL, ], ], 'TransitGatewayMulticastDomainIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayMulticastDomainsRequest$TransitGatewayMulticastDomainIds' => '

The ID of the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastDomainList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayMulticastDomainsResult$TransitGatewayMulticastDomains' => '

Information about the transit gateway multicast domains.

', ], ], 'TransitGatewayMulticastDomainOptions' => [ 'base' => '

Describes the options for a transit gateway multicast domain.

', 'refs' => [ 'TransitGatewayMulticastDomain$Options' => '

The options for the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastDomainState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayMulticastDomain$State' => '

The state of the transit gateway multicast domain.

', ], ], 'TransitGatewayMulticastGroup' => [ 'base' => '

Describes the transit gateway multicast group resources.

', 'refs' => [ 'TransitGatewayMulticastGroupList$member' => NULL, ], ], 'TransitGatewayMulticastGroupList' => [ 'base' => NULL, 'refs' => [ 'SearchTransitGatewayMulticastGroupsResult$MulticastGroups' => '

Information about the transit gateway multicast group.

', ], ], 'TransitGatewayMulticastRegisteredGroupMembers' => [ 'base' => '

Describes the registered transit gateway multicast group members.

', 'refs' => [ 'RegisterTransitGatewayMulticastGroupMembersResult$RegisteredMulticastGroupMembers' => '

Information about the registered transit gateway multicast group members.

', ], ], 'TransitGatewayMulticastRegisteredGroupSources' => [ 'base' => '

Describes the members registered with the transit gateway multicast group.

', 'refs' => [ 'RegisterTransitGatewayMulticastGroupSourcesResult$RegisteredMulticastGroupSources' => '

Information about the transit gateway multicast group sources.

', ], ], 'TransitGatewayNetworkInterfaceIdList' => [ 'base' => NULL, 'refs' => [ 'DeregisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds' => '

The IDs of the group members\' network interfaces.

', 'DeregisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds' => '

The IDs of the group sources\' network interfaces.

', 'RegisterTransitGatewayMulticastGroupMembersRequest$NetworkInterfaceIds' => '

The group members\' network interface IDs to register with the transit gateway multicast group.

', 'RegisterTransitGatewayMulticastGroupSourcesRequest$NetworkInterfaceIds' => '

The group sources\' network interface IDs to register with the transit gateway multicast group.

', ], ], 'TransitGatewayOptions' => [ 'base' => '

Describes the options for a transit gateway.

', 'refs' => [ 'TransitGateway$Options' => '

The transit gateway options.

', ], ], 'TransitGatewayPeeringAttachment' => [ 'base' => '

Describes the transit gateway peering attachment.

', 'refs' => [ 'AcceptTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'CreateTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'DeleteTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'RejectTransitGatewayPeeringAttachmentResult$TransitGatewayPeeringAttachment' => '

The transit gateway peering attachment.

', 'TransitGatewayPeeringAttachmentList$member' => NULL, ], ], 'TransitGatewayPeeringAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPeeringAttachmentsResult$TransitGatewayPeeringAttachments' => '

The transit gateway peering attachments.

', ], ], 'TransitGatewayPeeringAttachmentOptions' => [ 'base' => '

Describes dynamic routing for the transit gateway peering attachment.

', 'refs' => [ 'TransitGatewayPeeringAttachment$Options' => '

Details about the transit gateway peering attachment.

', ], ], 'TransitGatewayPolicyRule' => [ 'base' => '

Describes a rule associated with a transit gateway policy.

', 'refs' => [ 'TransitGatewayPolicyTableEntry$PolicyRule' => '

The policy rule associated with the transit gateway policy table.

', ], ], 'TransitGatewayPolicyRuleMetaData' => [ 'base' => '

Describes the meta data tags associated with a transit gateway policy rule.

', 'refs' => [ 'TransitGatewayPolicyRule$MetaData' => '

The meta data tags used for the transit gateway policy rule.

', ], ], 'TransitGatewayPolicyTable' => [ 'base' => '

Describes a transit gateway policy table.

', 'refs' => [ 'CreateTransitGatewayPolicyTableResult$TransitGatewayPolicyTable' => '

Describes the created transit gateway policy table.

', 'DeleteTransitGatewayPolicyTableResult$TransitGatewayPolicyTable' => '

Provides details about the deleted transit gateway policy table.

', 'TransitGatewayPolicyTableList$member' => NULL, ], ], 'TransitGatewayPolicyTableAssociation' => [ 'base' => '

Describes a transit gateway policy table association.

', 'refs' => [ 'AssociateTransitGatewayPolicyTableResult$Association' => '

Describes the association of a transit gateway and a transit gateway policy table.

', 'DisassociateTransitGatewayPolicyTableResult$Association' => '

Returns details about the transit gateway policy table disassociation.

', 'TransitGatewayPolicyTableAssociationList$member' => NULL, ], ], 'TransitGatewayPolicyTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPolicyTableAssociationsResult$Associations' => '

Returns details about the transit gateway policy table association.

', ], ], 'TransitGatewayPolicyTableEntry' => [ 'base' => '

Describes a transit gateway policy table entry

', 'refs' => [ 'TransitGatewayPolicyTableEntryList$member' => NULL, ], ], 'TransitGatewayPolicyTableEntryList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPolicyTableEntriesResult$TransitGatewayPolicyTableEntries' => '

The entries for the transit gateway policy table.

', ], ], 'TransitGatewayPolicyTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table to associate with the transit gateway attachment.

', 'DeleteTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The transit gateway policy table to delete.

', 'DisassociateTransitGatewayPolicyTableRequest$TransitGatewayPolicyTableId' => '

The ID of the disassociated policy table.

', 'GetTransitGatewayPolicyTableAssociationsRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'GetTransitGatewayPolicyTableEntriesRequest$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTable$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTableAssociation$TransitGatewayPolicyTableId' => '

The ID of the transit gateway policy table.

', 'TransitGatewayPolicyTableIdStringList$member' => NULL, ], ], 'TransitGatewayPolicyTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPolicyTablesRequest$TransitGatewayPolicyTableIds' => '

The IDs of the transit gateway policy tables.

', ], ], 'TransitGatewayPolicyTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayPolicyTablesResult$TransitGatewayPolicyTables' => '

Describes the transit gateway policy tables.

', ], ], 'TransitGatewayPolicyTableState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayPolicyTable$State' => '

The state of the transit gateway policy table

', ], ], 'TransitGatewayPrefixListAttachment' => [ 'base' => '

Describes a transit gateway prefix list attachment.

', 'refs' => [ 'TransitGatewayPrefixListReference$TransitGatewayAttachment' => '

Information about the transit gateway attachment.

', ], ], 'TransitGatewayPrefixListReference' => [ 'base' => '

Describes a prefix list reference.

', 'refs' => [ 'CreateTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the prefix list reference.

', 'DeleteTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the deleted prefix list reference.

', 'ModifyTransitGatewayPrefixListReferenceResult$TransitGatewayPrefixListReference' => '

Information about the prefix list reference.

', 'TransitGatewayPrefixListReferenceSet$member' => NULL, ], ], 'TransitGatewayPrefixListReferenceSet' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayPrefixListReferencesResult$TransitGatewayPrefixListReferences' => '

Information about the prefix list references.

', ], ], 'TransitGatewayPrefixListReferenceState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayPrefixListReference$State' => '

The state of the prefix list reference.

', ], ], 'TransitGatewayPropagation' => [ 'base' => '

Describes route propagation.

', 'refs' => [ 'DisableTransitGatewayRouteTablePropagationResult$Propagation' => '

Information about route propagation.

', 'EnableTransitGatewayRouteTablePropagationResult$Propagation' => '

Information about route propagation.

', ], ], 'TransitGatewayPropagationState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayAttachmentPropagation$State' => '

The state of the propagation route table.

', 'TransitGatewayPropagation$State' => '

The state.

', 'TransitGatewayRouteTablePropagation$State' => '

The state of the resource.

', ], ], 'TransitGatewayRequestOptions' => [ 'base' => '

Describes the options for a transit gateway.

', 'refs' => [ 'CreateTransitGatewayRequest$Options' => '

The transit gateway options.

', ], ], 'TransitGatewayRoute' => [ 'base' => '

Describes a route for a transit gateway route table.

', 'refs' => [ 'CreateTransitGatewayRouteResult$Route' => '

Information about the route.

', 'DeleteTransitGatewayRouteResult$Route' => '

Information about the route.

', 'ReplaceTransitGatewayRouteResult$Route' => '

Information about the modified route.

', 'TransitGatewayRouteList$member' => NULL, ], ], 'TransitGatewayRouteAttachment' => [ 'base' => '

Describes a route attachment.

', 'refs' => [ 'TransitGatewayRouteAttachmentList$member' => NULL, ], ], 'TransitGatewayRouteAttachmentList' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$TransitGatewayAttachments' => '

The attachments.

', ], ], 'TransitGatewayRouteList' => [ 'base' => NULL, 'refs' => [ 'SearchTransitGatewayRoutesResult$Routes' => '

Information about the routes.

', ], ], 'TransitGatewayRouteState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$State' => '

The state of the route.

', ], ], 'TransitGatewayRouteTable' => [ 'base' => '

Describes a transit gateway route table.

', 'refs' => [ 'CreateTransitGatewayRouteTableResult$TransitGatewayRouteTable' => '

Information about the transit gateway route table.

', 'DeleteTransitGatewayRouteTableResult$TransitGatewayRouteTable' => '

Information about the deleted transit gateway route table.

', 'TransitGatewayRouteTableList$member' => NULL, ], ], 'TransitGatewayRouteTableAnnouncement' => [ 'base' => '

Describes a transit gateway route table announcement.

', 'refs' => [ 'CreateTransitGatewayRouteTableAnnouncementResult$TransitGatewayRouteTableAnnouncement' => '

Provides details about the transit gateway route table announcement.

', 'DeleteTransitGatewayRouteTableAnnouncementResult$TransitGatewayRouteTableAnnouncement' => '

Provides details about a deleted transit gateway route table.

', 'TransitGatewayRouteTableAnnouncementList$member' => NULL, ], ], 'TransitGatewayRouteTableAnnouncementDirection' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTableAnnouncement$AnnouncementDirection' => '

The direction for the route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementId' => [ 'base' => NULL, 'refs' => [ 'DeleteTransitGatewayRouteTableAnnouncementRequest$TransitGatewayRouteTableAnnouncementId' => '

The transit gateway route table ID that\'s being deleted.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableAnnouncementId' => '

The ID of the route table announcement.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayPropagation$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRoute$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', 'TransitGatewayRouteTableAnnouncementIdStringList$member' => NULL, 'TransitGatewayRouteTablePropagation$TransitGatewayRouteTableAnnouncementId' => '

The ID of the transit gateway route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTableAnnouncementsRequest$TransitGatewayRouteTableAnnouncementIds' => '

The IDs of the transit gateway route tables that are being advertised.

', ], ], 'TransitGatewayRouteTableAnnouncementList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTableAnnouncementsResult$TransitGatewayRouteTableAnnouncements' => '

Describes the transit gateway route table announcement.

', ], ], 'TransitGatewayRouteTableAnnouncementState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTableAnnouncement$State' => '

The state of the transit gateway announcement.

', ], ], 'TransitGatewayRouteTableAssociation' => [ 'base' => '

Describes an association between a route table and a resource attachment.

', 'refs' => [ 'TransitGatewayRouteTableAssociationList$member' => NULL, ], ], 'TransitGatewayRouteTableAssociationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayRouteTableAssociationsResult$Associations' => '

Information about the associations.

', ], ], 'TransitGatewayRouteTableId' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'CreateTransitGatewayRouteTableAnnouncementRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DeleteTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'DeleteTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DeleteTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'DisableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'DisassociateTransitGatewayRouteTableRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'EnableTransitGatewayRouteTablePropagationRequest$TransitGatewayRouteTableId' => '

The ID of the propagation route table.

', 'ExportTransitGatewayRoutesRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'GetTransitGatewayPrefixListReferencesRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'GetTransitGatewayRouteTableAssociationsRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'GetTransitGatewayRouteTablePropagationsRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'ModifyTransitGatewayOptions$AssociationDefaultRouteTableId' => '

The ID of the default association route table.

', 'ModifyTransitGatewayOptions$PropagationDefaultRouteTableId' => '

The ID of the default propagation route table.

', 'ModifyTransitGatewayPrefixListReferenceRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'ReplaceTransitGatewayRouteRequest$TransitGatewayRouteTableId' => '

The ID of the route table.

', 'SearchTransitGatewayRoutesRequest$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayAssociation$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayPolicyTableEntry$TargetRouteTableId' => '

The ID of the target route table.

', 'TransitGatewayPrefixListReference$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTableAnnouncement$TransitGatewayRouteTableId' => '

The ID of the transit gateway route table.

', 'TransitGatewayRouteTableIdStringList$member' => NULL, ], ], 'TransitGatewayRouteTableIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTablesRequest$TransitGatewayRouteTableIds' => '

The IDs of the transit gateway route tables.

', ], ], 'TransitGatewayRouteTableList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayRouteTablesResult$TransitGatewayRouteTables' => '

Information about the transit gateway route tables.

', ], ], 'TransitGatewayRouteTablePropagation' => [ 'base' => '

Describes a route table propagation.

', 'refs' => [ 'TransitGatewayRouteTablePropagationList$member' => NULL, ], ], 'TransitGatewayRouteTablePropagationList' => [ 'base' => NULL, 'refs' => [ 'GetTransitGatewayRouteTablePropagationsResult$TransitGatewayRouteTablePropagations' => '

Information about the route table propagations.

', ], ], 'TransitGatewayRouteTableRoute' => [ 'base' => '

Describes a route in a transit gateway route table.

', 'refs' => [ 'Explanation$TransitGatewayRouteTableRoute' => '

The transit gateway route table route.

', 'PathComponent$TransitGatewayRouteTableRoute' => '

The route in a transit gateway route table.

', ], ], 'TransitGatewayRouteTableState' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRouteTable$State' => '

The state of the transit gateway route table.

', ], ], 'TransitGatewayRouteType' => [ 'base' => NULL, 'refs' => [ 'TransitGatewayRoute$Type' => '

The route type.

', ], ], 'TransitGatewayState' => [ 'base' => NULL, 'refs' => [ 'TransitGateway$State' => '

The state of the transit gateway.

', ], ], 'TransitGatewaySubnetIdList' => [ 'base' => NULL, 'refs' => [ 'AssociateTransitGatewayMulticastDomainRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'CreateTransitGatewayVpcAttachmentRequest$SubnetIds' => '

The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.

', 'DisassociateTransitGatewayMulticastDomainRequest$SubnetIds' => '

The IDs of the subnets;

', 'ModifyTransitGatewayVpcAttachmentRequest$AddSubnetIds' => '

The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.

', 'ModifyTransitGatewayVpcAttachmentRequest$RemoveSubnetIds' => '

The IDs of one or more subnets to remove.

', ], ], 'TransitGatewayVpcAttachment' => [ 'base' => '

Describes a VPC attachment.

', 'refs' => [ 'AcceptTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

The VPC attachment.

', 'CreateTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the VPC attachment.

', 'DeleteTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the deleted VPC attachment.

', 'ModifyTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the modified attachment.

', 'RejectTransitGatewayVpcAttachmentResult$TransitGatewayVpcAttachment' => '

Information about the attachment.

', 'TransitGatewayVpcAttachmentList$member' => NULL, ], ], 'TransitGatewayVpcAttachmentList' => [ 'base' => NULL, 'refs' => [ 'DescribeTransitGatewayVpcAttachmentsResult$TransitGatewayVpcAttachments' => '

Information about the VPC attachments.

', ], ], 'TransitGatewayVpcAttachmentOptions' => [ 'base' => '

Describes the VPC attachment options.

', 'refs' => [ 'TransitGatewayVpcAttachment$Options' => '

The VPC attachment options.

', ], ], 'TransportProtocol' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$TransportProtocol' => '

The transport protocol used by the Client VPN endpoint.

', 'CreateClientVpnEndpointRequest$TransportProtocol' => '

The transport protocol to be used by the VPN session.

Default value: udp

', ], ], 'TrunkInterfaceAssociation' => [ 'base' => '

Currently available in limited preview only. If you are interested in using this feature, contact your account manager.

Information about an association between a branch network interface with a trunk network interface.

', 'refs' => [ 'AssociateTrunkInterfaceResult$InterfaceAssociation' => '

Information about the association between the trunk network interface and branch network interface.

', 'TrunkInterfaceAssociationList$member' => NULL, ], ], 'TrunkInterfaceAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateTrunkInterfaceRequest$AssociationId' => '

The ID of the association

', 'TrunkInterfaceAssociation$AssociationId' => '

The ID of the association.

', 'TrunkInterfaceAssociationIdList$member' => NULL, ], ], 'TrunkInterfaceAssociationIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsRequest$AssociationIds' => '

The IDs of the associations.

', ], ], 'TrunkInterfaceAssociationList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrunkInterfaceAssociationsResult$InterfaceAssociations' => '

Information about the trunk associations.

', ], ], 'TrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$TrustProviderType' => '

The type of trust provider.

', 'VerifiedAccessTrustProvider$TrustProviderType' => '

The type of Verified Access trust provider.

', 'VerifiedAccessTrustProviderCondensed$TrustProviderType' => '

The type of trust provider (user- or device-based).

', ], ], 'TunnelInsideIpVersion' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptions$TunnelInsideIpVersion' => '

Indicates whether the VPN tunnels process IPv4 or IPv6 traffic.

', 'VpnConnectionOptionsSpecification$TunnelInsideIpVersion' => '

Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.

Default: ipv4

', ], ], 'TunnelOption' => [ 'base' => '

The VPN tunnel options.

', 'refs' => [ 'TunnelOptionsList$member' => NULL, ], ], 'TunnelOptionsList' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptions$TunnelOptions' => '

Indicates the VPN tunnel options.

', ], ], 'UnassignIpv6AddressesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnassignIpv6AddressesResult' => [ 'base' => NULL, 'refs' => [], ], 'UnassignPrivateIpAddressesRequest' => [ 'base' => '

Contains the parameters for UnassignPrivateIpAddresses.

', 'refs' => [], ], 'UnassignPrivateNatGatewayAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnassignPrivateNatGatewayAddressResult' => [ 'base' => NULL, 'refs' => [], ], 'UnlimitedSupportedInstanceFamily' => [ 'base' => NULL, 'refs' => [ 'GetDefaultCreditSpecificationRequest$InstanceFamily' => '

The instance family.

', 'InstanceFamilyCreditSpecification$InstanceFamily' => '

The instance family.

', 'ModifyDefaultCreditSpecificationRequest$InstanceFamily' => '

The instance family.

', ], ], 'UnmonitorInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UnmonitorInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'UnsuccessfulInstanceCreditSpecificationErrorCode' => [ 'base' => NULL, 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationItemError$Code' => '

The error code.

', ], ], 'UnsuccessfulInstanceCreditSpecificationItem' => [ 'base' => '

Describes the burstable performance instance whose credit option for CPU usage was not modified.

', 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationSet$member' => NULL, ], ], 'UnsuccessfulInstanceCreditSpecificationItemError' => [ 'base' => '

Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.

', 'refs' => [ 'UnsuccessfulInstanceCreditSpecificationItem$Error' => '

The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.

', ], ], 'UnsuccessfulInstanceCreditSpecificationSet' => [ 'base' => NULL, 'refs' => [ 'ModifyInstanceCreditSpecificationResult$UnsuccessfulInstanceCreditSpecifications' => '

Information about the instances whose credit option for CPU usage was not modified.

', ], ], 'UnsuccessfulItem' => [ 'base' => '

Information about items that were not successfully processed in a batch call.

', 'refs' => [ 'UnsuccessfulItemList$member' => NULL, 'UnsuccessfulItemSet$member' => NULL, ], ], 'UnsuccessfulItemError' => [ 'base' => '

Information about the error that occurred. For more information about errors, see Error codes.

', 'refs' => [ 'UnsuccessfulItem$Error' => '

Information about the error.

', ], ], 'UnsuccessfulItemList' => [ 'base' => NULL, 'refs' => [ 'ModifyHostsResult$Unsuccessful' => '

The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

', 'ReleaseHostsResult$Unsuccessful' => '

The IDs of the Dedicated Hosts that could not be released, including an error message.

', ], ], 'UnsuccessfulItemSet' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsResult$Unsuccessful' => '

Information about the interface endpoints that were not accepted, if applicable.

', 'CreateFlowLogsResult$Unsuccessful' => '

Information about the flow logs that could not be created successfully.

', 'DeleteFlowLogsResult$Unsuccessful' => '

Information about the flow logs that could not be deleted successfully.

', 'DeleteVpcEndpointConnectionNotificationsResult$Unsuccessful' => '

Information about the notifications that could not be deleted successfully.

', 'DeleteVpcEndpointServiceConfigurationsResult$Unsuccessful' => '

Information about the service configurations that were not deleted, if applicable.

', 'DeleteVpcEndpointsResult$Unsuccessful' => '

Information about the VPC endpoints that were not successfully deleted.

', 'RejectVpcEndpointConnectionsResult$Unsuccessful' => '

Information about the endpoints that were not rejected, if applicable.

', ], ], 'UpdateSecurityGroupRuleDescriptionsEgressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsEgressResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsIngressRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSecurityGroupRuleDescriptionsIngressResult' => [ 'base' => NULL, 'refs' => [], ], 'UsageClassType' => [ 'base' => NULL, 'refs' => [ 'UsageClassTypeList$member' => NULL, ], ], 'UsageClassTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedUsageClasses' => '

Indicates whether the instance type is offered for spot or On-Demand.

', ], ], 'UserBucket' => [ 'base' => '

Describes the Amazon S3 bucket for the disk image.

', 'refs' => [ 'ImageDiskContainer$UserBucket' => '

The S3 bucket for the disk image.

', 'SnapshotDiskContainer$UserBucket' => '

The Amazon S3 bucket for the disk image.

', ], ], 'UserBucketDetails' => [ 'base' => '

Describes the Amazon S3 bucket for the disk image.

', 'refs' => [ 'SnapshotDetail$UserBucket' => '

The Amazon S3 bucket for the disk image.

', 'SnapshotTaskDetail$UserBucket' => '

The Amazon S3 bucket for the disk image.

', ], ], 'UserData' => [ 'base' => '

Describes the user data for an instance.

', 'refs' => [ 'ImportInstanceLaunchSpecification$UserData' => '

The Base64-encoded user data to make available to the instance.

', ], ], 'UserGroupStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$UserGroups' => '

The user groups. This parameter is valid only when modifying the loadPermission attribute.

', 'ModifyImageAttributeRequest$UserGroups' => '

The user groups. This parameter can be used only when the Attribute parameter is launchPermission.

', ], ], 'UserIdGroupPair' => [ 'base' => '

Describes a security group and Amazon Web Services account ID pair.

', 'refs' => [ 'UserIdGroupPairList$member' => NULL, 'UserIdGroupPairSet$member' => NULL, ], ], 'UserIdGroupPairList' => [ 'base' => NULL, 'refs' => [ 'IpPermission$UserIdGroupPairs' => '

The security group and Amazon Web Services account ID pairs.

', ], ], 'UserIdGroupPairSet' => [ 'base' => NULL, 'refs' => [ 'StaleIpPermission$UserIdGroupPairs' => '

The security group pairs. Returns the ID of the referenced security group and VPC, and the ID and status of the VPC peering connection.

', ], ], 'UserIdStringList' => [ 'base' => NULL, 'refs' => [ 'ModifyFpgaImageAttributeRequest$UserIds' => '

The Amazon Web Services account IDs. This parameter is valid only when modifying the loadPermission attribute.

', 'ModifyImageAttributeRequest$UserIds' => '

The Amazon Web Services account IDs. This parameter can be used only when the Attribute parameter is launchPermission.

', 'ModifySnapshotAttributeRequest$UserIds' => '

The account ID to modify for the snapshot.

', ], ], 'UserTrustProviderType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessTrustProviderRequest$UserTrustProviderType' => '

The type of user-based trust provider. This parameter is required when the provider type is user.

', 'VerifiedAccessTrustProvider$UserTrustProviderType' => '

The type of user-based trust provider.

', 'VerifiedAccessTrustProviderCondensed$UserTrustProviderType' => '

The type of user-based trust provider.

', ], ], 'VCpuCount' => [ 'base' => NULL, 'refs' => [ 'VCpuInfo$DefaultVCpus' => '

The default number of vCPUs for the instance type.

', ], ], 'VCpuCountRange' => [ 'base' => '

The minimum and maximum number of vCPUs.

', 'refs' => [ 'InstanceRequirements$VCpuCount' => '

The minimum and maximum number of vCPUs.

', ], ], 'VCpuCountRangeRequest' => [ 'base' => '

The minimum and maximum number of vCPUs.

', 'refs' => [ 'InstanceRequirementsRequest$VCpuCount' => '

The minimum and maximum number of vCPUs.

', ], ], 'VCpuInfo' => [ 'base' => '

Describes the vCPU configurations for the instance type.

', 'refs' => [ 'InstanceTypeInfo$VCpuInfo' => '

Describes the vCPU configurations for the instance type.

', ], ], 'ValidationError' => [ 'base' => '

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

', 'refs' => [ 'ErrorSet$member' => NULL, ], ], 'ValidationWarning' => [ 'base' => '

The error codes and error messages that are returned for the parameters or parameter combinations that are not valid when a new launch template or new version of a launch template is created.

', 'refs' => [ 'CreateLaunchTemplateResult$Warning' => '

If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that\'s found.

', 'CreateLaunchTemplateVersionResult$Warning' => '

If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that\'s found.

', ], ], 'ValueStringList' => [ 'base' => NULL, 'refs' => [ 'AcceptTransitGatewayMulticastDomainAssociationsRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'ClientVpnConnection$PostureComplianceStatuses' => '

The statuses returned by the client connect handler for posture compliance, if applicable.

', 'ClientVpnEndpoint$DnsServers' => '

Information about the DNS servers to be used for DNS resolution.

', 'CoipPool$PoolCidrs' => '

The address ranges of the address pool.

', 'ConnectionNotification$ConnectionEvents' => '

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

', 'CreateClientVpnEndpointRequest$DnsServers' => '

Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.

', 'CreateFlowLogsResult$FlowLogIds' => '

The IDs of the flow logs.

', 'CreateVpcEndpointConnectionNotificationRequest$ConnectionEvents' => '

The endpoint events for which to receive notifications. Valid values are Accept, Connect, Delete, and Reject.

', 'CreateVpcEndpointServiceConfigurationRequest$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Network Load Balancers.

', 'CreateVpcEndpointServiceConfigurationRequest$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers.

', 'CreateVpcEndpointServiceConfigurationRequest$SupportedIpAddressTypes' => '

The supported IP address types. The possible values are ipv4 and ipv6.

', 'DescribeClientVpnTargetNetworksRequest$AssociationIds' => '

The IDs of the target network associations.

', 'DescribeInstanceConnectEndpointsRequest$InstanceConnectEndpointIds' => '

One or more EC2 Instance Connect Endpoint IDs.

', 'DescribeIpamPoolsRequest$IpamPoolIds' => '

The IDs of the IPAM pools you would like information on.

', 'DescribeIpamResourceDiscoveriesRequest$IpamResourceDiscoveryIds' => '

The IPAM resource discovery IDs.

', 'DescribeIpamResourceDiscoveryAssociationsRequest$IpamResourceDiscoveryAssociationIds' => '

The resource discovery association IDs.

', 'DescribeIpamScopesRequest$IpamScopeIds' => '

The IDs of the scopes you want information on.

', 'DescribeIpamsRequest$IpamIds' => '

The IDs of the IPAMs you want information on.

', 'DescribeManagedPrefixListsRequest$PrefixListIds' => '

One or more prefix list IDs.

', 'DescribeMovingAddressesRequest$PublicIps' => '

One or more Elastic IP addresses.

', 'DescribeVpcEndpointServicesRequest$ServiceNames' => '

The service names.

', 'DescribeVpcEndpointServicesResult$ServiceNames' => '

The supported services.

', 'DnsServersOptionsModifyStructure$CustomDnsServers' => '

The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.

', 'Explanation$AvailabilityZones' => '

The Availability Zones.

', 'Explanation$Cidrs' => '

The CIDR ranges.

', 'Filter$Values' => '

The filter values. Filter values are case-sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

', 'FirewallStatefulRule$Sources' => '

The source IP addresses, in CIDR notation.

', 'FirewallStatefulRule$Destinations' => '

The destination IP addresses, in CIDR notation.

', 'FirewallStatelessRule$Sources' => '

The source IP addresses, in CIDR notation.

', 'FirewallStatelessRule$Destinations' => '

The destination IP addresses, in CIDR notation.

', 'ModifyVpcEndpointConnectionNotificationRequest$ConnectionEvents' => '

The events for the endpoint. Valid values are Accept, Connect, Delete, and Reject.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddNetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveNetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddGatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveGatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$AddSupportedIpAddressTypes' => '

The IP address types to add to your service configuration.

', 'ModifyVpcEndpointServiceConfigurationRequest$RemoveSupportedIpAddressTypes' => '

The IP address types to remove from your service configuration.

', 'ModifyVpcEndpointServicePermissionsRequest$AddAllowedPrincipals' => '

The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).

', 'ModifyVpcEndpointServicePermissionsRequest$RemoveAllowedPrincipals' => '

The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.

', 'NetworkInsightsAnalysis$AdditionalAccounts' => '

The member accounts that contain resources that the path can traverse.

', 'NetworkInsightsAnalysis$SuggestedAccounts' => '

Potential intermediate accounts.

', 'NewDhcpConfiguration$Values' => NULL, 'PacketHeaderStatement$SourceAddresses' => '

The source addresses.

', 'PacketHeaderStatement$DestinationAddresses' => '

The destination addresses.

', 'PacketHeaderStatement$SourcePorts' => '

The source ports.

', 'PacketHeaderStatement$DestinationPorts' => '

The destination ports.

', 'PacketHeaderStatement$SourcePrefixLists' => '

The source prefix lists.

', 'PacketHeaderStatement$DestinationPrefixLists' => '

The destination prefix lists.

', 'PacketHeaderStatementRequest$SourceAddresses' => '

The source addresses.

', 'PacketHeaderStatementRequest$DestinationAddresses' => '

The destination addresses.

', 'PacketHeaderStatementRequest$SourcePorts' => '

The source ports.

', 'PacketHeaderStatementRequest$DestinationPorts' => '

The destination ports.

', 'PacketHeaderStatementRequest$SourcePrefixLists' => '

The source prefix lists.

', 'PacketHeaderStatementRequest$DestinationPrefixLists' => '

The destination prefix lists.

', 'PrefixList$Cidrs' => '

The IP address range of the Amazon Web Service.

', 'RejectTransitGatewayMulticastDomainAssociationsRequest$SubnetIds' => '

The IDs of the subnets to associate with the transit gateway multicast domain.

', 'ResourceStatement$Resources' => '

The resources.

', 'ResourceStatement$ResourceTypes' => '

The resource types.

', 'ResourceStatementRequest$Resources' => '

The resources.

', 'ResourceStatementRequest$ResourceTypes' => '

The resource types.

', 'ResponseLaunchTemplateData$SecurityGroupIds' => '

The security group IDs.

', 'ResponseLaunchTemplateData$SecurityGroups' => '

The security group names.

', 'ServiceConfiguration$AvailabilityZones' => '

The Availability Zones in which the service is available.

', 'ServiceConfiguration$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

', 'ServiceConfiguration$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

', 'ServiceConfiguration$BaseEndpointDnsNames' => '

The DNS names for the service.

', 'ServiceDetail$AvailabilityZones' => '

The Availability Zones in which the service is available.

', 'ServiceDetail$BaseEndpointDnsNames' => '

The DNS names for the service.

', 'StartNetworkInsightsAnalysisRequest$AdditionalAccounts' => '

The member accounts that contain resources that the path can traverse.

', 'TargetNetwork$SecurityGroups' => '

The IDs of the security groups applied to the target network association.

', 'TransitGatewayMulticastDeregisteredGroupMembers$DeregisteredNetworkInterfaceIds' => '

The network interface IDs of the deregistered members.

', 'TransitGatewayMulticastDeregisteredGroupSources$DeregisteredNetworkInterfaceIds' => '

The network interface IDs of the non-registered members.

', 'TransitGatewayMulticastRegisteredGroupMembers$RegisteredNetworkInterfaceIds' => '

The ID of the registered network interfaces.

', 'TransitGatewayMulticastRegisteredGroupSources$RegisteredNetworkInterfaceIds' => '

The IDs of the network interfaces members registered with the transit gateway multicast group.

', 'TransitGatewayOptions$TransitGatewayCidrBlocks' => '

The transit gateway CIDR blocks.

', 'TransitGatewayVpcAttachment$SubnetIds' => '

The IDs of the subnets.

', 'VpcEndpoint$RouteTableIds' => '

(Gateway endpoint) The IDs of the route tables associated with the endpoint.

', 'VpcEndpoint$SubnetIds' => '

(Interface endpoint) The subnets for the endpoint.

', 'VpcEndpoint$NetworkInterfaceIds' => '

(Interface endpoint) The network interfaces for the endpoint.

', 'VpcEndpointConnection$NetworkLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the network load balancers for the service.

', 'VpcEndpointConnection$GatewayLoadBalancerArns' => '

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

', ], ], 'VerifiedAccessEndpoint' => [ 'base' => '

An Amazon Web Services Verified Access endpoint specifies the application that Amazon Web Services Verified Access provides access to. It must be attached to an Amazon Web Services Verified Access group. An Amazon Web Services Verified Access endpoint must also have an attached access policy before you attached it to a group.

', 'refs' => [ 'CreateVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The ID of the Verified Access endpoint.

', 'DeleteVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointResult$VerifiedAccessEndpoint' => '

The Verified Access endpoint details.

', 'VerifiedAccessEndpointList$member' => NULL, ], ], 'VerifiedAccessEndpointAttachmentType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$AttachmentType' => '

The type of attachment.

', 'VerifiedAccessEndpoint$AttachmentType' => '

The type of attachment used to provide connectivity between the Amazon Web Services Verified Access endpoint and the application.

', ], ], 'VerifiedAccessEndpointEniOptions' => [ 'base' => '

Options for a network-interface type endpoint.

', 'refs' => [ 'VerifiedAccessEndpoint$NetworkInterfaceOptions' => '

The options for network-interface type endpoint.

', ], ], 'VerifiedAccessEndpointId' => [ 'base' => NULL, 'refs' => [ 'DeleteVerifiedAccessEndpointRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'GetVerifiedAccessEndpointPolicyRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointPolicyRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'ModifyVerifiedAccessEndpointRequest$VerifiedAccessEndpointId' => '

The ID of the Verified Access endpoint.

', 'VerifiedAccessEndpointIdList$member' => NULL, ], ], 'VerifiedAccessEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessEndpointIds' => '

The ID of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessEndpointsResult$VerifiedAccessEndpoints' => '

The ID of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointLoadBalancerOptions' => [ 'base' => '

Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.

', 'refs' => [ 'VerifiedAccessEndpoint$LoadBalancerOptions' => '

The load balancer details if creating the Amazon Web Services Verified Access endpoint as load-balancertype.

', ], ], 'VerifiedAccessEndpointPortNumber' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'CreateVerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', 'ModifyVerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'ModifyVerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', 'VerifiedAccessEndpointEniOptions$Port' => '

The IP port number.

', 'VerifiedAccessEndpointLoadBalancerOptions$Port' => '

The IP port number.

', ], ], 'VerifiedAccessEndpointProtocol' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'CreateVerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', 'ModifyVerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'ModifyVerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', 'VerifiedAccessEndpointEniOptions$Protocol' => '

The IP protocol.

', 'VerifiedAccessEndpointLoadBalancerOptions$Protocol' => '

The IP protocol.

', ], ], 'VerifiedAccessEndpointStatus' => [ 'base' => '

Describes the status of a Verified Access endpoint.

', 'refs' => [ 'VerifiedAccessEndpoint$Status' => '

The endpoint status.

', ], ], 'VerifiedAccessEndpointStatusCode' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessEndpointStatus$Code' => '

The status code of the Verified Access endpoint.

', ], ], 'VerifiedAccessEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessEndpointLoadBalancerOptions$SubnetIds' => '

The IDs of the subnets.

', ], ], 'VerifiedAccessEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$EndpointType' => '

The type of Verified Access endpoint to create.

', 'VerifiedAccessEndpoint$EndpointType' => '

The type of Amazon Web Services Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.

', ], ], 'VerifiedAccessGroup' => [ 'base' => '

Describes a Verified Access group.

', 'refs' => [ 'CreateVerifiedAccessGroupResult$VerifiedAccessGroup' => '

The ID of the Verified Access group.

', 'DeleteVerifiedAccessGroupResult$VerifiedAccessGroup' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupResult$VerifiedAccessGroup' => '

Details of Verified Access group.

', 'VerifiedAccessGroupList$member' => NULL, ], ], 'VerifiedAccessGroupId' => [ 'base' => NULL, 'refs' => [ 'CreateVerifiedAccessEndpointRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group to associate the endpoint with.

', 'DeleteVerifiedAccessGroupRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'GetVerifiedAccessGroupPolicyRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessEndpointRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupPolicyRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'ModifyVerifiedAccessGroupRequest$VerifiedAccessGroupId' => '

The ID of the Verified Access group.

', 'VerifiedAccessGroupIdList$member' => NULL, ], ], 'VerifiedAccessGroupIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsRequest$VerifiedAccessGroupIds' => '

The ID of the Verified Access groups.

', ], ], 'VerifiedAccessGroupList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessGroupsResult$VerifiedAccessGroups' => '

The ID of the Verified Access group.

', ], ], 'VerifiedAccessInstance' => [ 'base' => '

Describes a Verified Access instance.

', 'refs' => [ 'AttachVerifiedAccessTrustProviderResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'CreateVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'DeleteVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'DetachVerifiedAccessTrustProviderResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceResult$VerifiedAccessInstance' => '

The ID of the Verified Access instance.

', 'VerifiedAccessInstanceList$member' => NULL, ], ], 'VerifiedAccessInstanceId' => [ 'base' => NULL, 'refs' => [ 'AttachVerifiedAccessTrustProviderRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'CreateVerifiedAccessGroupRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DeleteVerifiedAccessInstanceRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DescribeVerifiedAccessEndpointsRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DescribeVerifiedAccessGroupsRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'DetachVerifiedAccessTrustProviderRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessGroupRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'ModifyVerifiedAccessInstanceRequest$VerifiedAccessInstanceId' => '

The ID of the Verified Access instance.

', 'VerifiedAccessInstanceIdList$member' => NULL, ], ], 'VerifiedAccessInstanceIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsRequest$VerifiedAccessInstanceIds' => '

The IDs of the Verified Access instances.

', 'DescribeVerifiedAccessInstancesRequest$VerifiedAccessInstanceIds' => '

The IDs of the Verified Access instances.

', ], ], 'VerifiedAccessInstanceList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstancesResult$VerifiedAccessInstances' => '

The IDs of the Verified Access instances.

', ], ], 'VerifiedAccessInstanceLoggingConfiguration' => [ 'base' => '

Describes logging options for an Amazon Web Services Verified Access instance.

', 'refs' => [ 'ModifyVerifiedAccessInstanceLoggingConfigurationResult$LoggingConfiguration' => '

The logging configuration for the Verified Access instance.

', 'VerifiedAccessInstanceLoggingConfigurationList$member' => NULL, ], ], 'VerifiedAccessInstanceLoggingConfigurationList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessInstanceLoggingConfigurationsResult$LoggingConfigurations' => '

The current logging configuration for the Verified Access instances.

', ], ], 'VerifiedAccessLogCloudWatchLogsDestination' => [ 'base' => '

Options for CloudWatch Logs as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$CloudWatchLogs' => '

CloudWatch Logs logging destination.

', ], ], 'VerifiedAccessLogCloudWatchLogsDestinationOptions' => [ 'base' => '

Options for CloudWatch Logs as a logging destination.

', 'refs' => [ 'VerifiedAccessLogOptions$CloudWatchLogs' => '

Sends Verified Access logs to CloudWatch Logs.

', ], ], 'VerifiedAccessLogDeliveryStatus' => [ 'base' => '

Describes a log delivery status.

', 'refs' => [ 'VerifiedAccessLogCloudWatchLogsDestination$DeliveryStatus' => '

The delivery status for access logs.

', 'VerifiedAccessLogKinesisDataFirehoseDestination$DeliveryStatus' => '

The delivery status.

', 'VerifiedAccessLogS3Destination$DeliveryStatus' => '

The delivery status.

', ], ], 'VerifiedAccessLogDeliveryStatusCode' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessLogDeliveryStatus$Code' => '

The status code.

', ], ], 'VerifiedAccessLogKinesisDataFirehoseDestination' => [ 'base' => '

Options for Kinesis as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$KinesisDataFirehose' => '

Kinesis logging destination.

', ], ], 'VerifiedAccessLogKinesisDataFirehoseDestinationOptions' => [ 'base' => '

Describes Amazon Kinesis Data Firehose logging options.

', 'refs' => [ 'VerifiedAccessLogOptions$KinesisDataFirehose' => '

Sends Verified Access logs to Kinesis.

', ], ], 'VerifiedAccessLogOptions' => [ 'base' => '

Options for Verified Access logs.

', 'refs' => [ 'ModifyVerifiedAccessInstanceLoggingConfigurationRequest$AccessLogs' => '

The configuration options for Verified Access instances.

', ], ], 'VerifiedAccessLogS3Destination' => [ 'base' => '

Options for Amazon S3 as a logging destination.

', 'refs' => [ 'VerifiedAccessLogs$S3' => '

Amazon S3 logging options.

', ], ], 'VerifiedAccessLogS3DestinationOptions' => [ 'base' => '

Options for Amazon S3 as a logging destination.

', 'refs' => [ 'VerifiedAccessLogOptions$S3' => '

Sends Verified Access logs to Amazon S3.

', ], ], 'VerifiedAccessLogs' => [ 'base' => '

Describes the options for Verified Access logs.

', 'refs' => [ 'VerifiedAccessInstanceLoggingConfiguration$AccessLogs' => '

Details about the logging options.

', ], ], 'VerifiedAccessTrustProvider' => [ 'base' => '

Describes a Verified Access trust provider.

', 'refs' => [ 'AttachVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'CreateVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'DeleteVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'DetachVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderResult$VerifiedAccessTrustProvider' => '

The ID of the Verified Access trust provider.

', 'VerifiedAccessTrustProviderList$member' => NULL, ], ], 'VerifiedAccessTrustProviderCondensed' => [ 'base' => '

Condensed information about a trust provider.

', 'refs' => [ 'VerifiedAccessTrustProviderCondensedList$member' => NULL, ], ], 'VerifiedAccessTrustProviderCondensedList' => [ 'base' => NULL, 'refs' => [ 'VerifiedAccessInstance$VerifiedAccessTrustProviders' => '

The IDs of the Amazon Web Services Verified Access trust providers.

', ], ], 'VerifiedAccessTrustProviderId' => [ 'base' => NULL, 'refs' => [ 'AttachVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'DeleteVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'DetachVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'ModifyVerifiedAccessTrustProviderRequest$VerifiedAccessTrustProviderId' => '

The ID of the Verified Access trust provider.

', 'VerifiedAccessTrustProviderIdList$member' => NULL, ], ], 'VerifiedAccessTrustProviderIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersRequest$VerifiedAccessTrustProviderIds' => '

The IDs of the Verified Access trust providers.

', ], ], 'VerifiedAccessTrustProviderList' => [ 'base' => NULL, 'refs' => [ 'DescribeVerifiedAccessTrustProvidersResult$VerifiedAccessTrustProviders' => '

The IDs of the Verified Access trust providers.

', ], ], 'VersionDescription' => [ 'base' => NULL, 'refs' => [ 'CreateLaunchTemplateRequest$VersionDescription' => '

A description for the first version of the launch template.

', 'CreateLaunchTemplateVersionRequest$VersionDescription' => '

A description for the version of the launch template.

', 'LaunchTemplateVersion$VersionDescription' => '

The description for the version.

', ], ], 'VersionStringList' => [ 'base' => NULL, 'refs' => [ 'DeleteLaunchTemplateVersionsRequest$Versions' => '

The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.

', 'DescribeLaunchTemplateVersionsRequest$Versions' => '

One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.

To describe one or more versions of a specified launch template, valid values are $Latest, $Default, and numbers.

To describe all launch templates in your account that are defined as the latest version, the valid value is $Latest. To describe all launch templates in your account that are defined as the default version, the valid value is $Default. You can specify $Latest and $Default in the same request. You cannot specify numbers.

', ], ], 'VgwTelemetry' => [ 'base' => '

Describes telemetry for a VPN tunnel.

', 'refs' => [ 'VgwTelemetryList$member' => NULL, ], ], 'VgwTelemetryList' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$VgwTelemetry' => '

Information about the VPN tunnel.

', ], ], 'VirtualizationType' => [ 'base' => NULL, 'refs' => [ 'Image$VirtualizationType' => '

The type of virtualization of the AMI.

', 'Instance$VirtualizationType' => '

The virtualization type of the instance.

', 'VirtualizationTypeList$member' => NULL, 'VirtualizationTypeSet$member' => NULL, ], ], 'VirtualizationTypeList' => [ 'base' => NULL, 'refs' => [ 'InstanceTypeInfo$SupportedVirtualizationTypes' => '

The supported virtualization types.

', ], ], 'VirtualizationTypeSet' => [ 'base' => NULL, 'refs' => [ 'GetInstanceTypesFromInstanceRequirementsRequest$VirtualizationTypes' => '

The virtualization type.

', 'InstanceRequirementsWithMetadataRequest$VirtualizationTypes' => '

The virtualization type.

', ], ], 'Volume' => [ 'base' => '

Describes a volume.

', 'refs' => [ 'VolumeList$member' => NULL, ], ], 'VolumeAttachment' => [ 'base' => '

Describes volume attachment details.

', 'refs' => [ 'VolumeAttachmentList$member' => NULL, ], ], 'VolumeAttachmentList' => [ 'base' => NULL, 'refs' => [ 'Volume$Attachments' => '

Information about the volume attachments.

', ], ], 'VolumeAttachmentState' => [ 'base' => NULL, 'refs' => [ 'VolumeAttachment$State' => '

The attachment state of the volume.

', ], ], 'VolumeAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeAttributeRequest$Attribute' => '

The attribute of the volume. This parameter is required.

', ], ], 'VolumeDetail' => [ 'base' => '

Describes an EBS volume.

', 'refs' => [ 'DiskImage$Volume' => '

Information about the volume.

', 'ImportVolumeRequest$Volume' => '

The volume size.

', ], ], 'VolumeId' => [ 'base' => NULL, 'refs' => [ 'AttachVolumeRequest$VolumeId' => '

The ID of the EBS volume. The volume and instance must be within the same Availability Zone.

', 'CreateSnapshotRequest$VolumeId' => '

The ID of the Amazon EBS volume.

', 'DeleteVolumeRequest$VolumeId' => '

The ID of the volume.

', 'DescribeVolumeAttributeRequest$VolumeId' => '

The ID of the volume.

', 'EbsInstanceBlockDeviceSpecification$VolumeId' => '

The ID of the EBS volume.

', 'EnableVolumeIORequest$VolumeId' => '

The ID of the volume.

', 'ModifyVolumeAttributeRequest$VolumeId' => '

The ID of the volume.

', 'ModifyVolumeRequest$VolumeId' => '

The ID of the volume.

', 'SnapshotTierStatus$VolumeId' => '

The ID of the volume from which the snapshot was created.

', 'VolumeIdStringList$member' => NULL, ], ], 'VolumeIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeStatusRequest$VolumeIds' => '

The IDs of the volumes.

Default: Describes all your volumes.

', 'DescribeVolumesModificationsRequest$VolumeIds' => '

The IDs of the volumes.

', 'DescribeVolumesRequest$VolumeIds' => '

The volume IDs.

', 'InstanceSpecification$ExcludeDataVolumeIds' => '

The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify the ID of the root volume, the request fails. To exclude the root volume, use ExcludeBootVolume.

You can specify up to 40 volume IDs per request.

', ], ], 'VolumeIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'DetachVolumeRequest$VolumeId' => '

The ID of the volume.

', ], ], 'VolumeList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumesResult$Volumes' => '

Information about the volumes.

', ], ], 'VolumeModification' => [ 'base' => '

Describes the modification status of an EBS volume.

If the volume has never been modified, some element values will be null.

', 'refs' => [ 'ModifyVolumeResult$VolumeModification' => '

Information about the volume modification.

', 'VolumeModificationList$member' => NULL, ], ], 'VolumeModificationList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumesModificationsResult$VolumesModifications' => '

Information about the volume modifications.

', ], ], 'VolumeModificationState' => [ 'base' => NULL, 'refs' => [ 'VolumeModification$ModificationState' => '

The current modification state. The modification state is null for unmodified volumes.

', ], ], 'VolumeState' => [ 'base' => NULL, 'refs' => [ 'Volume$State' => '

The volume state.

', ], ], 'VolumeStatusAction' => [ 'base' => '

Describes a volume status operation code.

', 'refs' => [ 'VolumeStatusActionsList$member' => NULL, ], ], 'VolumeStatusActionsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$Actions' => '

The details of the operation.

', ], ], 'VolumeStatusAttachmentStatus' => [ 'base' => '

Information about the instances to which the volume is attached.

', 'refs' => [ 'VolumeStatusAttachmentStatusList$member' => NULL, ], ], 'VolumeStatusAttachmentStatusList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$AttachmentStatuses' => '

Information about the instances to which the volume is attached.

', ], ], 'VolumeStatusDetails' => [ 'base' => '

Describes a volume status.

', 'refs' => [ 'VolumeStatusDetailsList$member' => NULL, ], ], 'VolumeStatusDetailsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusInfo$Details' => '

The details of the volume status.

', ], ], 'VolumeStatusEvent' => [ 'base' => '

Describes a volume status event.

', 'refs' => [ 'VolumeStatusEventsList$member' => NULL, ], ], 'VolumeStatusEventsList' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusItem$Events' => '

A list of events associated with the volume.

', ], ], 'VolumeStatusInfo' => [ 'base' => '

Describes the status of a volume.

', 'refs' => [ 'VolumeStatusItem$VolumeStatus' => '

The volume status.

', ], ], 'VolumeStatusInfoStatus' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusInfo$Status' => '

The status of the volume.

', ], ], 'VolumeStatusItem' => [ 'base' => '

Describes the volume status.

', 'refs' => [ 'VolumeStatusList$member' => NULL, ], ], 'VolumeStatusList' => [ 'base' => NULL, 'refs' => [ 'DescribeVolumeStatusResult$VolumeStatuses' => '

Information about the status of the volumes.

', ], ], 'VolumeStatusName' => [ 'base' => NULL, 'refs' => [ 'VolumeStatusDetails$Name' => '

The name of the volume status.

', ], ], 'VolumeType' => [ 'base' => NULL, 'refs' => [ 'CreateVolumeRequest$VolumeType' => '

The volume type. This parameter can be one of the following values:

Throughput Optimized HDD (st1) and Cold HDD (sc1) volumes can\'t be used as boot volumes.

For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: gp2

', 'EbsBlockDevice$VolumeType' => '

The volume type. For more information, see Amazon EBS volume types in the Amazon EC2 User Guide. If the volume type is io1 or io2, you must specify the IOPS that the volume supports.

', 'LaunchTemplateEbsBlockDevice$VolumeType' => '

The volume type.

', 'LaunchTemplateEbsBlockDeviceRequest$VolumeType' => '

The volume type. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

', 'ModifyVolumeRequest$VolumeType' => '

The target EBS volume type of the volume. For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide.

Default: The existing type is retained.

', 'Volume$VolumeType' => '

The volume type.

', 'VolumeModification$TargetVolumeType' => '

The target EBS volume type of the volume.

', 'VolumeModification$OriginalVolumeType' => '

The original EBS volume type of the volume.

', ], ], 'Vpc' => [ 'base' => '

Describes a VPC.

', 'refs' => [ 'CreateDefaultVpcResult$Vpc' => '

Information about the VPC.

', 'CreateVpcResult$Vpc' => '

Information about the VPC.

', 'VpcList$member' => NULL, ], ], 'VpcAttachment' => [ 'base' => '

Describes an attachment between a virtual private gateway and a VPC.

', 'refs' => [ 'AttachVpnGatewayResult$VpcAttachment' => '

Information about the attachment.

', 'VpcAttachmentList$member' => NULL, ], ], 'VpcAttachmentList' => [ 'base' => NULL, 'refs' => [ 'VpnGateway$VpcAttachments' => '

Any VPCs attached to the virtual private gateway.

', ], ], 'VpcAttributeName' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcAttributeRequest$Attribute' => '

The VPC attribute.

', ], ], 'VpcCidrAssociationId' => [ 'base' => NULL, 'refs' => [ 'DisassociateVpcCidrBlockRequest$AssociationId' => '

The association ID for the CIDR block.

', ], ], 'VpcCidrBlockAssociation' => [ 'base' => '

Describes an IPv4 CIDR block associated with a VPC.

', 'refs' => [ 'AssociateVpcCidrBlockResult$CidrBlockAssociation' => '

Information about the IPv4 CIDR block association.

', 'DisassociateVpcCidrBlockResult$CidrBlockAssociation' => '

Information about the IPv4 CIDR block association.

', 'VpcCidrBlockAssociationSet$member' => NULL, ], ], 'VpcCidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Vpc$CidrBlockAssociationSet' => '

Information about the IPv4 CIDR blocks associated with the VPC.

', ], ], 'VpcCidrBlockState' => [ 'base' => '

Describes the state of a CIDR block.

', 'refs' => [ 'VpcCidrBlockAssociation$CidrBlockState' => '

Information about the state of the CIDR block.

', 'VpcIpv6CidrBlockAssociation$Ipv6CidrBlockState' => '

Information about the state of the CIDR block.

', ], ], 'VpcCidrBlockStateCode' => [ 'base' => NULL, 'refs' => [ 'VpcCidrBlockState$State' => '

The state of the CIDR block.

', ], ], 'VpcClassicLink' => [ 'base' => '

Deprecated.

Describes whether a VPC is enabled for ClassicLink.

', 'refs' => [ 'VpcClassicLinkList$member' => NULL, ], ], 'VpcClassicLinkIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkDnsSupportRequest$VpcIds' => '

The IDs of the VPCs.

', 'DescribeVpcClassicLinkRequest$VpcIds' => '

The VPCs for which you want to describe the ClassicLink status.

', ], ], 'VpcClassicLinkList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcClassicLinkResult$Vpcs' => '

The ClassicLink status of the VPCs.

', ], ], 'VpcEndpoint' => [ 'base' => '

Describes a VPC endpoint.

', 'refs' => [ 'CreateVpcEndpointResult$VpcEndpoint' => '

Information about the endpoint.

', 'VpcEndpointSet$member' => NULL, ], ], 'VpcEndpointConnection' => [ 'base' => '

Describes a VPC endpoint connection to a service.

', 'refs' => [ 'VpcEndpointConnectionSet$member' => NULL, ], ], 'VpcEndpointConnectionSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointConnectionsResult$VpcEndpointConnections' => '

Information about the VPC endpoint connections.

', ], ], 'VpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$VpcEndpointId' => '

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

', 'CreateTrafficMirrorTargetRequest$GatewayLoadBalancerEndpointId' => '

The ID of the Gateway Load Balancer endpoint.

', 'CreateVpcEndpointConnectionNotificationRequest$VpcEndpointId' => '

The ID of the endpoint.

', 'ModifyVpcEndpointRequest$VpcEndpointId' => '

The ID of the endpoint.

', 'ReplaceRouteRequest$VpcEndpointId' => '

The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

', 'VpcEndpointIdList$member' => NULL, ], ], 'VpcEndpointIdList' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsRequest$VpcEndpointIds' => '

The IDs of the interface VPC endpoints.

', 'DeleteVpcEndpointsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', 'DescribeVpcEndpointsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', 'RejectVpcEndpointConnectionsRequest$VpcEndpointIds' => '

The IDs of the VPC endpoints.

', ], ], 'VpcEndpointRouteTableIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$RouteTableIds' => '

(Gateway endpoint) The route table IDs.

', 'ModifyVpcEndpointRequest$AddRouteTableIds' => '

(Gateway endpoint) The IDs of the route tables to associate with the endpoint.

', 'ModifyVpcEndpointRequest$RemoveRouteTableIds' => '

(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.

', ], ], 'VpcEndpointSecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$SecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to associate with the endpoint network interface. If this parameter is not specified, we use the default security group for the VPC.

', 'ModifyVpcEndpointRequest$AddSecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to associate with the network interface.

', 'ModifyVpcEndpointRequest$RemoveSecurityGroupIds' => '

(Interface endpoint) The IDs of the security groups to disassociate from the network interface.

', ], ], 'VpcEndpointServiceId' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcEndpointConnectionsRequest$ServiceId' => '

The ID of the VPC endpoint service.

', 'CreateVpcEndpointConnectionNotificationRequest$ServiceId' => '

The ID of the endpoint service.

', 'DescribeVpcEndpointServicePermissionsRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServiceConfigurationRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServicePayerResponsibilityRequest$ServiceId' => '

The ID of the service.

', 'ModifyVpcEndpointServicePermissionsRequest$ServiceId' => '

The ID of the service.

', 'RejectVpcEndpointConnectionsRequest$ServiceId' => '

The ID of the service.

', 'StartVpcEndpointServicePrivateDnsVerificationRequest$ServiceId' => '

The ID of the endpoint service.

', 'VpcEndpointServiceIdList$member' => NULL, ], ], 'VpcEndpointServiceIdList' => [ 'base' => NULL, 'refs' => [ 'DeleteVpcEndpointServiceConfigurationsRequest$ServiceIds' => '

The IDs of the services.

', 'DescribeVpcEndpointServiceConfigurationsRequest$ServiceIds' => '

The IDs of the endpoint services.

', ], ], 'VpcEndpointSet' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcEndpointsResult$VpcEndpoints' => '

Information about the endpoints.

', ], ], 'VpcEndpointSubnetIdList' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$SubnetIds' => '

(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create an endpoint network interface. For a Gateway Load Balancer endpoint, you can specify only one subnet.

', 'ModifyVpcEndpointRequest$AddSubnetIds' => '

(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.

', 'ModifyVpcEndpointRequest$RemoveSubnetIds' => '

(Interface endpoint) The IDs of the subnets from which to remove the endpoint.

', ], ], 'VpcEndpointType' => [ 'base' => NULL, 'refs' => [ 'CreateVpcEndpointRequest$VpcEndpointType' => '

The type of endpoint.

Default: Gateway

', 'VpcEndpoint$VpcEndpointType' => '

The type of endpoint.

', ], ], 'VpcFlowLogId' => [ 'base' => NULL, 'refs' => [ 'FlowLogIdList$member' => NULL, 'GetFlowLogsIntegrationTemplateRequest$FlowLogId' => '

The ID of the flow log.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'ApplySecurityGroupsToClientVpnTargetNetworkRequest$VpcId' => '

The ID of the VPC in which the associated target network is located.

', 'AssociateDhcpOptionsRequest$VpcId' => '

The ID of the VPC.

', 'AssociateVpcCidrBlockRequest$VpcId' => '

The ID of the VPC.

', 'AttachClassicLinkVpcRequest$VpcId' => '

The ID of the ClassicLink-enabled VPC.

', 'AttachInternetGatewayRequest$VpcId' => '

The ID of the VPC.

', 'AttachVpnGatewayRequest$VpcId' => '

The ID of the VPC.

', 'CarrierGateway$VpcId' => '

The ID of the VPC associated with the carrier gateway.

', 'ClientVpnEndpoint$VpcId' => '

The ID of the VPC.

', 'CreateCarrierGatewayRequest$VpcId' => '

The ID of the VPC to associate with the carrier gateway.

', 'CreateClientVpnEndpointRequest$VpcId' => '

The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.

', 'CreateEgressOnlyInternetGatewayRequest$VpcId' => '

The ID of the VPC for which to create the egress-only internet gateway.

', 'CreateLocalGatewayRouteTableVpcAssociationRequest$VpcId' => '

The ID of the VPC.

', 'CreateNetworkAclRequest$VpcId' => '

The ID of the VPC.

', 'CreateRouteTableRequest$VpcId' => '

The ID of the VPC.

', 'CreateSecurityGroupRequest$VpcId' => '

The ID of the VPC. Required for a nondefault VPC.

', 'CreateSubnetRequest$VpcId' => '

The ID of the VPC.

', 'CreateTransitGatewayVpcAttachmentRequest$VpcId' => '

The ID of the VPC.

', 'CreateVpcEndpointRequest$VpcId' => '

The ID of the VPC.

', 'CreateVpcPeeringConnectionRequest$VpcId' => '

The ID of the requester VPC. You must specify this parameter in the request.

', 'DeleteVpcRequest$VpcId' => '

The ID of the VPC.

', 'DescribeStaleSecurityGroupsRequest$VpcId' => '

The ID of the VPC.

', 'DescribeVpcAttributeRequest$VpcId' => '

The ID of the VPC.

', 'DetachClassicLinkVpcRequest$VpcId' => '

The ID of the VPC to which the instance is linked.

', 'DetachInternetGatewayRequest$VpcId' => '

The ID of the VPC.

', 'DetachVpnGatewayRequest$VpcId' => '

The ID of the VPC.

', 'DisableVpcClassicLinkDnsSupportRequest$VpcId' => '

The ID of the VPC.

', 'DisableVpcClassicLinkRequest$VpcId' => '

The ID of the VPC.

', 'Ec2InstanceConnectEndpoint$VpcId' => '

The ID of the VPC in which the EC2 Instance Connect Endpoint was created.

', 'EnableVpcClassicLinkDnsSupportRequest$VpcId' => '

The ID of the VPC.

', 'EnableVpcClassicLinkRequest$VpcId' => '

The ID of the VPC.

', 'ModifyClientVpnEndpointRequest$VpcId' => '

The ID of the VPC to associate with the Client VPN endpoint.

', 'ModifyVpcAttributeRequest$VpcId' => '

The ID of the VPC.

', 'ModifyVpcTenancyRequest$VpcId' => '

The ID of the VPC.

', 'VpcClassicLinkIdList$member' => NULL, 'VpcIdStringList$member' => NULL, ], ], 'VpcIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsRequest$VpcIds' => '

The IDs of the VPCs.

Default: Describes all your VPCs.

', ], ], 'VpcIpv6CidrBlockAssociation' => [ 'base' => '

Describes an IPv6 CIDR block associated with a VPC.

', 'refs' => [ 'AssociateVpcCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'DisassociateVpcCidrBlockResult$Ipv6CidrBlockAssociation' => '

Information about the IPv6 CIDR block association.

', 'VpcIpv6CidrBlockAssociationSet$member' => NULL, ], ], 'VpcIpv6CidrBlockAssociationSet' => [ 'base' => NULL, 'refs' => [ 'Vpc$Ipv6CidrBlockAssociationSet' => '

Information about the IPv6 CIDR blocks associated with the VPC.

', ], ], 'VpcList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcsResult$Vpcs' => '

Information about one or more VPCs.

', ], ], 'VpcPeeringConnection' => [ 'base' => '

Describes a VPC peering connection.

', 'refs' => [ 'AcceptVpcPeeringConnectionResult$VpcPeeringConnection' => '

Information about the VPC peering connection.

', 'CreateVpcPeeringConnectionResult$VpcPeeringConnection' => '

Information about the VPC peering connection.

', 'VpcPeeringConnectionList$member' => NULL, ], ], 'VpcPeeringConnectionId' => [ 'base' => NULL, 'refs' => [ 'CreateRouteRequest$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'DeleteVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'ModifyVpcPeeringConnectionOptionsRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'RejectVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection.

', 'ReplaceRouteRequest$VpcPeeringConnectionId' => '

The ID of a VPC peering connection.

', 'VpcPeeringConnectionIdList$member' => NULL, ], ], 'VpcPeeringConnectionIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsRequest$VpcPeeringConnectionIds' => '

The IDs of the VPC peering connections.

Default: Describes all your VPC peering connections.

', ], ], 'VpcPeeringConnectionIdWithResolver' => [ 'base' => NULL, 'refs' => [ 'AcceptVpcPeeringConnectionRequest$VpcPeeringConnectionId' => '

The ID of the VPC peering connection. You must specify this parameter in the request.

', ], ], 'VpcPeeringConnectionList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpcPeeringConnectionsResult$VpcPeeringConnections' => '

Information about the VPC peering connections.

', ], ], 'VpcPeeringConnectionOptionsDescription' => [ 'base' => '

Describes the VPC peering connection options.

', 'refs' => [ 'VpcPeeringConnectionVpcInfo$PeeringOptions' => '

Information about the VPC peering connection options for the accepter or requester VPC.

', ], ], 'VpcPeeringConnectionStateReason' => [ 'base' => '

Describes the status of a VPC peering connection.

', 'refs' => [ 'VpcPeeringConnection$Status' => '

The status of the VPC peering connection.

', ], ], 'VpcPeeringConnectionStateReasonCode' => [ 'base' => NULL, 'refs' => [ 'VpcPeeringConnectionStateReason$Code' => '

The status of the VPC peering connection.

', ], ], 'VpcPeeringConnectionVpcInfo' => [ 'base' => '

Describes a VPC in a VPC peering connection.

', 'refs' => [ 'VpcPeeringConnection$AccepterVpcInfo' => '

Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection.

', 'VpcPeeringConnection$RequesterVpcInfo' => '

Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection.

', ], ], 'VpcState' => [ 'base' => NULL, 'refs' => [ 'Vpc$State' => '

The current state of the VPC.

', ], ], 'VpcTenancy' => [ 'base' => NULL, 'refs' => [ 'ModifyVpcTenancyRequest$InstanceTenancy' => '

The instance tenancy attribute for the VPC.

', ], ], 'VpnConnection' => [ 'base' => '

Describes a VPN connection.

', 'refs' => [ 'CreateVpnConnectionResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnConnectionOptionsResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnConnectionResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnTunnelCertificateResult$VpnConnection' => '

Information about the VPN connection.

', 'ModifyVpnTunnelOptionsResult$VpnConnection' => '

Information about the VPN connection.

', 'VpnConnectionList$member' => NULL, ], ], 'VpnConnectionDeviceSampleConfiguration' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceSampleConfigurationResult$VpnConnectionDeviceSampleConfiguration' => '

Sample configuration file for the specified customer gateway device.

', ], ], 'VpnConnectionDeviceType' => [ 'base' => '

List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under Your customer gateway device in the Amazon Web Services Site-to-Site VPN User Guide.

', 'refs' => [ 'VpnConnectionDeviceTypeList$member' => NULL, ], ], 'VpnConnectionDeviceTypeId' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceSampleConfigurationRequest$VpnConnectionDeviceTypeId' => '

Device identifier provided by the GetVpnConnectionDeviceTypes API.

', ], ], 'VpnConnectionDeviceTypeList' => [ 'base' => NULL, 'refs' => [ 'GetVpnConnectionDeviceTypesResult$VpnConnectionDeviceTypes' => '

List of customer gateway devices that have a sample configuration file available for use.

', ], ], 'VpnConnectionId' => [ 'base' => NULL, 'refs' => [ 'CreateVpnConnectionRouteRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'DeleteVpnConnectionRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'DeleteVpnConnectionRouteRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'GetVpnConnectionDeviceSampleConfigurationRequest$VpnConnectionId' => '

The VpnConnectionId specifies the Site-to-Site VPN connection used for the sample configuration.

', 'GetVpnTunnelReplacementStatusRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'GetVpnTunnelReplacementStatusResult$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'ModifyVpnConnectionOptionsRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'ModifyVpnConnectionRequest$VpnConnectionId' => '

The ID of the VPN connection.

', 'ModifyVpnTunnelCertificateRequest$VpnConnectionId' => '

The ID of the Amazon Web Services Site-to-Site VPN connection.

', 'ModifyVpnTunnelOptionsRequest$VpnConnectionId' => '

The ID of the Amazon Web Services Site-to-Site VPN connection.

', 'ReplaceVpnTunnelRequest$VpnConnectionId' => '

The ID of the Site-to-Site VPN connection.

', 'VpnConnectionIdStringList$member' => NULL, ], ], 'VpnConnectionIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnConnectionsRequest$VpnConnectionIds' => '

One or more VPN connection IDs.

Default: Describes your VPN connections.

', ], ], 'VpnConnectionList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnConnectionsResult$VpnConnections' => '

Information about one or more VPN connections.

', ], ], 'VpnConnectionOptions' => [ 'base' => '

Describes VPN connection options.

', 'refs' => [ 'VpnConnection$Options' => '

The VPN connection options.

', ], ], 'VpnConnectionOptionsSpecification' => [ 'base' => '

Describes VPN connection options.

', 'refs' => [ 'CreateVpnConnectionRequest$Options' => '

The options for the VPN connection.

', ], ], 'VpnEcmpSupportValue' => [ 'base' => NULL, 'refs' => [ 'ModifyTransitGatewayOptions$VpnEcmpSupport' => '

Enable or disable Equal Cost Multipath Protocol support.

', 'TransitGatewayOptions$VpnEcmpSupport' => '

Indicates whether Equal Cost Multipath Protocol support is enabled.

', 'TransitGatewayRequestOptions$VpnEcmpSupport' => '

Enable or disable Equal Cost Multipath Protocol support. Enabled by default.

', ], ], 'VpnGateway' => [ 'base' => '

Describes a virtual private gateway.

', 'refs' => [ 'CreateVpnGatewayResult$VpnGateway' => '

Information about the virtual private gateway.

', 'VpnGatewayList$member' => NULL, ], ], 'VpnGatewayId' => [ 'base' => NULL, 'refs' => [ 'AttachVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'CreateVpnConnectionRequest$VpnGatewayId' => '

The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.

', 'DeleteVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'DetachVpnGatewayRequest$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'DisableVgwRoutePropagationRequest$GatewayId' => '

The ID of the virtual private gateway.

', 'EnableVgwRoutePropagationRequest$GatewayId' => '

The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.

', 'GetVpnTunnelReplacementStatusResult$VpnGatewayId' => '

The ID of the virtual private gateway.

', 'ModifyVpnConnectionRequest$VpnGatewayId' => '

The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

', 'VpnGatewayIdStringList$member' => NULL, ], ], 'VpnGatewayIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnGatewaysRequest$VpnGatewayIds' => '

One or more virtual private gateway IDs.

Default: Describes all your virtual private gateways.

', ], ], 'VpnGatewayList' => [ 'base' => NULL, 'refs' => [ 'DescribeVpnGatewaysResult$VpnGateways' => '

Information about one or more virtual private gateways.

', ], ], 'VpnProtocol' => [ 'base' => NULL, 'refs' => [ 'ClientVpnEndpoint$VpnProtocol' => '

The protocol used by the VPN session.

', ], ], 'VpnState' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$State' => '

The current state of the VPN connection.

', 'VpnGateway$State' => '

The current state of the virtual private gateway.

', 'VpnStaticRoute$State' => '

The current state of the static route.

', ], ], 'VpnStaticRoute' => [ 'base' => '

Describes a static route for a VPN connection.

', 'refs' => [ 'VpnStaticRouteList$member' => NULL, ], ], 'VpnStaticRouteList' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$Routes' => '

The static routes associated with the VPN connection.

', ], ], 'VpnStaticRouteSource' => [ 'base' => NULL, 'refs' => [ 'VpnStaticRoute$Source' => '

Indicates how the routes were provided.

', ], ], 'VpnTunnelLogOptions' => [ 'base' => '

Options for logging VPN tunnel activity.

', 'refs' => [ 'TunnelOption$LogOptions' => '

Options for logging VPN tunnel activity.

', ], ], 'VpnTunnelLogOptionsSpecification' => [ 'base' => '

Options for logging VPN tunnel activity.

', 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$LogOptions' => '

Options for logging VPN tunnel activity.

', 'VpnTunnelOptionsSpecification$LogOptions' => '

Options for logging VPN tunnel activity.

', ], ], 'VpnTunnelOptionsSpecification' => [ 'base' => '

The tunnel options for a single VPN tunnel.

', 'refs' => [ 'VpnTunnelOptionsSpecificationsList$member' => NULL, ], ], 'VpnTunnelOptionsSpecificationsList' => [ 'base' => NULL, 'refs' => [ 'VpnConnectionOptionsSpecification$TunnelOptions' => '

The tunnel options for the VPN connection.

', ], ], 'WeekDay' => [ 'base' => NULL, 'refs' => [ 'InstanceEventWindowTimeRange$StartWeekDay' => '

The day on which the time range begins.

', 'InstanceEventWindowTimeRange$EndWeekDay' => '

The day on which the time range ends.

', 'InstanceEventWindowTimeRangeRequest$StartWeekDay' => '

The day on which the time range begins.

', 'InstanceEventWindowTimeRangeRequest$EndWeekDay' => '

The day on which the time range ends.

', ], ], 'WithdrawByoipCidrRequest' => [ 'base' => NULL, 'refs' => [], ], 'WithdrawByoipCidrResult' => [ 'base' => NULL, 'refs' => [], ], 'ZoneIdStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesRequest$ZoneIds' => '

The IDs of the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'ZoneNameStringList' => [ 'base' => NULL, 'refs' => [ 'DescribeAvailabilityZonesRequest$ZoneNames' => '

The names of the Availability Zones, Local Zones, and Wavelength Zones.

', ], ], 'customerGatewayConfiguration' => [ 'base' => NULL, 'refs' => [ 'VpnConnection$CustomerGatewayConfiguration' => '

The configuration information for the VPN connection\'s customer gateway (in the native XML format). This element is always present in the CreateVpnConnection response; however, it\'s present in the DescribeVpnConnections response only if the VPN connection is in the pending or available state.

', ], ], 'preSharedKey' => [ 'base' => NULL, 'refs' => [ 'ModifyVpnTunnelOptionsSpecification$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

', 'TunnelOption$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

', 'VpnTunnelOptionsSpecification$PreSharedKey' => '

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and customer gateway.

Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).

', ], ], 'scope' => [ 'base' => NULL, 'refs' => [ 'ReservedInstances$Scope' => '

The scope of the Reserved Instance.

', 'ReservedInstancesConfiguration$Scope' => '

Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.

', 'ReservedInstancesOffering$Scope' => '

Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.

', ], ], 'snapshotTierStatusSet' => [ 'base' => NULL, 'refs' => [ 'DescribeSnapshotTierStatusResult$SnapshotTierStatuses' => '

Information about the snapshot\'s storage tier.

', ], ], 'totalFpgaMemory' => [ 'base' => NULL, 'refs' => [ 'FpgaInfo$TotalFpgaMemoryInMiB' => '

The total memory of all FPGA accelerators for the instance type.

', ], ], 'totalGpuMemory' => [ 'base' => NULL, 'refs' => [ 'GpuInfo$TotalGpuMemoryInMiB' => '

The total size of the memory for the GPU accelerators for the instance type, in MiB.

', ], ], 'totalInferenceMemory' => [ 'base' => NULL, 'refs' => [ 'InferenceAcceleratorInfo$TotalInferenceMemoryInMiB' => '

The total size of the memory for the inference accelerators for the instance type, in MiB.

', ], ], ],]; diff --git a/src/data/endpoints.json b/src/data/endpoints.json index 89a1afeb6b..f249c7a2b0 100644 --- a/src/data/endpoints.json +++ b/src/data/endpoints.json @@ -1067,6 +1067,7 @@ }, "endpoints" : { "ap-south-1" : { }, + "eu-central-1" : { }, "us-east-1" : { } } }, @@ -8020,12 +8021,60 @@ "eu-west-1" : { }, "eu-west-2" : { }, "eu-west-3" : { }, + "fips-us-east-1" : { + "credentialScope" : { + "region" : "us-east-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-east-1.amazonaws.com" + }, + "fips-us-east-2" : { + "credentialScope" : { + "region" : "us-east-2" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-east-2.amazonaws.com" + }, + "fips-us-west-1" : { + "credentialScope" : { + "region" : "us-west-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-west-1.amazonaws.com" + }, + "fips-us-west-2" : { + "credentialScope" : { + "region" : "us-west-2" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-west-2.amazonaws.com" + }, "me-south-1" : { }, "sa-east-1" : { }, - "us-east-1" : { }, - "us-east-2" : { }, - "us-west-1" : { }, - "us-west-2" : { } + "us-east-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-east-2" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-east-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-west-2" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-west-2.amazonaws.com", + "tags" : [ "fips" ] + } ] + } } }, "internetmonitor" : { @@ -21603,8 +21652,32 @@ }, "inspector2" : { "endpoints" : { - "us-gov-east-1" : { }, - "us-gov-west-1" : { } + "fips-us-gov-east-1" : { + "credentialScope" : { + "region" : "us-gov-east-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com" + }, + "fips-us-gov-west-1" : { + "credentialScope" : { + "region" : "us-gov-west-1" + }, + "deprecated" : true, + "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com" + }, + "us-gov-east-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-gov-east-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "us-gov-west-1" : { + "variants" : [ { + "hostname" : "inspector2-fips.us-gov-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + } } }, "internetmonitor" : { diff --git a/src/data/endpoints.json.php b/src/data/endpoints.json.php index cd1a67c127..a0baa506b2 100644 --- a/src/data/endpoints.json.php +++ b/src/data/endpoints.json.php @@ -1,3 +1,3 @@ [ [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws', 'partitionName' => 'AWS Standard', 'regionRegex' => '^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$', 'regions' => [ 'af-south-1' => [ 'description' => 'Africa (Cape Town)', ], 'ap-east-1' => [ 'description' => 'Asia Pacific (Hong Kong)', ], 'ap-northeast-1' => [ 'description' => 'Asia Pacific (Tokyo)', ], 'ap-northeast-2' => [ 'description' => 'Asia Pacific (Seoul)', ], 'ap-northeast-3' => [ 'description' => 'Asia Pacific (Osaka)', ], 'ap-south-1' => [ 'description' => 'Asia Pacific (Mumbai)', ], 'ap-south-2' => [ 'description' => 'Asia Pacific (Hyderabad)', ], 'ap-southeast-1' => [ 'description' => 'Asia Pacific (Singapore)', ], 'ap-southeast-2' => [ 'description' => 'Asia Pacific (Sydney)', ], 'ap-southeast-3' => [ 'description' => 'Asia Pacific (Jakarta)', ], 'ap-southeast-4' => [ 'description' => 'Asia Pacific (Melbourne)', ], 'ca-central-1' => [ 'description' => 'Canada (Central)', ], 'eu-central-1' => [ 'description' => 'Europe (Frankfurt)', ], 'eu-central-2' => [ 'description' => 'Europe (Zurich)', ], 'eu-north-1' => [ 'description' => 'Europe (Stockholm)', ], 'eu-south-1' => [ 'description' => 'Europe (Milan)', ], 'eu-south-2' => [ 'description' => 'Europe (Spain)', ], 'eu-west-1' => [ 'description' => 'Europe (Ireland)', ], 'eu-west-2' => [ 'description' => 'Europe (London)', ], 'eu-west-3' => [ 'description' => 'Europe (Paris)', ], 'il-central-1' => [ 'description' => 'Israel (Tel Aviv)', ], 'me-central-1' => [ 'description' => 'Middle East (UAE)', ], 'me-south-1' => [ 'description' => 'Middle East (Bahrain)', ], 'sa-east-1' => [ 'description' => 'South America (Sao Paulo)', ], 'us-east-1' => [ 'description' => 'US East (N. Virginia)', ], 'us-east-2' => [ 'description' => 'US East (Ohio)', ], 'us-west-1' => [ 'description' => 'US West (N. California)', ], 'us-west-2' => [ 'description' => 'US West (Oregon)', ], ], 'services' => [ 'a4b' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'access-analyzer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'account' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'account.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'acm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-west-2.amazonaws.com', ], ], ], 'acm-pca' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'airflow' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'amplify' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'amplifybackend' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'amplifyuibuilder' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'aoss' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'api.detective' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-west-2.amazonaws.com', ], ], ], 'api.ecr' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ecr-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'api.ecr.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'api.ecr.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.ecr.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'api.ecr.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'api.ecr.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'api.ecr.ap-south-1.amazonaws.com', ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'api.ecr.ap-south-2.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'api.ecr.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.ecr.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'api.ecr.ap-southeast-3.amazonaws.com', ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'api.ecr.ap-southeast-4.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'api.ecr.ca-central-1.amazonaws.com', ], 'dkr-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.ecr.eu-central-1.amazonaws.com', ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'api.ecr.eu-central-2.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'api.ecr.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'api.ecr.eu-south-1.amazonaws.com', ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'api.ecr.eu-south-2.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.ecr.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'api.ecr.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'api.ecr.eu-west-3.amazonaws.com', ], 'fips-dkr-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', ], 'fips-dkr-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', ], 'fips-dkr-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', ], 'fips-dkr-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'api.ecr.il-central-1.amazonaws.com', ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'api.ecr.me-central-1.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'api.ecr.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'api.ecr.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.ecr.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'api.ecr.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'api.ecr.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.ecr.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.ecr-public' => [ 'endpoints' => [ 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.ecr-public.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.ecr-public.us-west-2.amazonaws.com', ], ], ], 'api.elastic-inference' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'api.elastic-inference.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'hostname' => 'api.elastic-inference.ap-northeast-2.amazonaws.com', ], 'eu-west-1' => [ 'hostname' => 'api.elastic-inference.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'hostname' => 'api.elastic-inference.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'hostname' => 'api.elastic-inference.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'hostname' => 'api.elastic-inference.us-west-2.amazonaws.com', ], ], ], 'api.fleethub.iot' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.iotdeviceadvisor' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotdeviceadvisor.ap-northeast-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotdeviceadvisor.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotdeviceadvisor.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotdeviceadvisor.us-west-2.amazonaws.com', ], ], ], 'api.iotwireless' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotwireless.ap-northeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iotwireless.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.iotwireless.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotwireless.eu-west-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'api.iotwireless.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotwireless.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotwireless.us-west-2.amazonaws.com', ], ], ], 'api.mediatailor' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'api.pricing' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'pricing', ], ], 'endpoints' => [ 'ap-south-1' => [], 'us-east-1' => [], ], ], 'api.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com', ], ], ], 'api.tunneling.iot' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'apigateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'app-integrations' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appflow' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'applicationinsights' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appmesh' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.ca-central-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-west-2.amazonaws.com', ], ], ], 'apprunner' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'appstream2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'appstream', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', ], ], ], 'appsync' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'aps' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'arc-zonal-shift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'athena' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'athena.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'auditmanager' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backup' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backup-gateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'batch' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'fips.batch.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'billingconductor' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'billingconductor.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'braket' => [ 'endpoints' => [ 'eu-west-2' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'budgets' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'budgets.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cases' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'cassandra' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cassandra-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cassandra-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cassandra-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cassandra-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'catalog.marketplace' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'ce' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'ce.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'chime' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'chime.us-east-1.amazonaws.com', 'protocols' => [ 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cleanrooms' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'cloud9' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'clouddirectory' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-west-2.amazonaws.com', ], ], ], 'cloudfront' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'cloudfront.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cloudhsm' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'cloudhsmv2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'cloudhsm', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudsearch' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cloudtrail-data' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codeartifact' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'codebuild' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com', ], ], ], 'codecatalyst' => [ 'endpoints' => [ 'aws-global' => [ 'hostname' => 'codecatalyst.global.api.aws', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'codecommit' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-west-2.amazonaws.com', ], ], ], 'codedeploy' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com', ], ], ], 'codeguru-reviewer' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'codepipeline' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'codestar' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codestar-connections' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codestar-notifications' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cognito-identity' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-idp' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-sync' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehendmedical' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'compute-optimizer.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'compute-optimizer.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'compute-optimizer.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'compute-optimizer.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'compute-optimizer.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'compute-optimizer.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'compute-optimizer.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'compute-optimizer.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'compute-optimizer.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'compute-optimizer.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'compute-optimizer.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'compute-optimizer.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'compute-optimizer.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'compute-optimizer.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'compute-optimizer.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'compute-optimizer.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'compute-optimizer.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'compute-optimizer.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'compute-optimizer.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'compute-optimizer.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'compute-optimizer.us-west-2.amazonaws.com', ], ], ], 'config' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'config-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'config-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'config-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'config-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'connect-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'connect-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'connect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'connect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect-campaigns' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'connect-campaigns-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'connect-campaigns-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'connect-campaigns-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'connect-campaigns-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'contact-lens' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'controltower' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-west-2.amazonaws.com', ], ], ], 'cur' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.mediastore' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'databrew' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dataexchange' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'datapipeline' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'datasync' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dax' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'devicefarm' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'devops-guru' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'directconnect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'discovery' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'dlm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'dms' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'dms' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-2.amazonaws.com', ], ], ], 'docdb' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'rds.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'rds.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'rds.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'rds.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'rds.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'rds.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'rds.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'rds.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'rds.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'rds.eu-west-3.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'rds.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'rds.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'rds.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'rds.us-west-2.amazonaws.com', ], ], ], 'drs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'ds' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'local' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'localhost:8000', 'protocols' => [ 'http', ], ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com', ], ], ], 'ebs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'ec2.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'ec2.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'ec2.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'ecs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'edge.sagemaker' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'fips.eks.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticache' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-2.amazonaws.com', ], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => '{region}.{service}.{dnsSuffix}', ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'sslCommonName' => '{service}.{region}.{dnsSuffix}', ], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => '{service}.{region}.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elastictranscoder' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'email' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'email-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'email-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-containers' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-serverless' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'entitlement.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-east-1' => [], ], ], 'es' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-1.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'es-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-2.amazonaws.com', ], ], ], 'events' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'events-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'events-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'events-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'events-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'evidently' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'evidently.ap-northeast-1.amazonaws.com', ], 'ap-southeast-1' => [ 'hostname' => 'evidently.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'hostname' => 'evidently.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'hostname' => 'evidently.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'hostname' => 'evidently.eu-north-1.amazonaws.com', ], 'eu-west-1' => [ 'hostname' => 'evidently.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'hostname' => 'evidently.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'hostname' => 'evidently.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'hostname' => 'evidently.us-west-2.amazonaws.com', ], ], ], 'finspace' => [ 'endpoints' => [ 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'finspace-api' => [ 'endpoints' => [ 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'firehose' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-south-1.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-central-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-south-1.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-3.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'forecast' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'forecastquery' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'frauddetector' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'fsx' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', ], 'fips-prod-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', ], 'fips-prod-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', ], 'fips-prod-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', ], 'fips-prod-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', ], 'fips-prod-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'prod-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'gamelift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'gamesparks' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'us-east-1' => [], ], ], 'geo' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'glacier' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glue' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'grafana' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'grafana.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'grafana.ap-northeast-2.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'grafana.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'grafana.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'grafana.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'grafana.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'grafana.eu-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'grafana.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'grafana.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'grafana.us-west-2.amazonaws.com', ], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => true, ], 'groundstation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com', ], ], 'isRegionalized' => true, ], 'health' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'health.us-east-1.amazonaws.com', ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'global.health.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'health-fips.us-east-2.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'health-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'healthlake' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-south-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'honeycode' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'iam.amazonaws.com', 'variants' => [ [ 'hostname' => 'iam-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-global-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iam-fips.amazonaws.com', ], 'iam' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'iam-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'iam-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iam-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'identity-chime' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'identity-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'identity-chime-fips.us-east-1.amazonaws.com', ], ], ], 'identitystore' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'importexport' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', 'service' => 'IngestionService', ], 'hostname' => 'importexport.amazonaws.com', 'signatureVersions' => [ 'v2', 'v4', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'ingest.timestream' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'ingest-fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-east-1.amazonaws.com', ], 'ingest-fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-east-2.amazonaws.com', ], 'ingest-fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-west-2.amazonaws.com', ], 'ingest-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ingest-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ingest-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'inspector' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'inspector2' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'hostname' => 'internetmonitor.af-south-1.api.aws', ], 'ap-east-1' => [ 'hostname' => 'internetmonitor.ap-east-1.api.aws', ], 'ap-northeast-1' => [ 'hostname' => 'internetmonitor.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'internetmonitor.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'internetmonitor.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'internetmonitor.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'internetmonitor.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'internetmonitor.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'internetmonitor.ap-southeast-2.api.aws', ], 'ap-southeast-3' => [ 'hostname' => 'internetmonitor.ap-southeast-3.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'internetmonitor.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'internetmonitor.ca-central-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.ca-central-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'hostname' => 'internetmonitor.eu-central-1.api.aws', ], 'eu-central-2' => [ 'hostname' => 'internetmonitor.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'internetmonitor.eu-north-1.api.aws', ], 'eu-south-1' => [ 'hostname' => 'internetmonitor.eu-south-1.api.aws', ], 'eu-south-2' => [ 'hostname' => 'internetmonitor.eu-south-2.api.aws', ], 'eu-west-1' => [ 'hostname' => 'internetmonitor.eu-west-1.api.aws', ], 'eu-west-2' => [ 'hostname' => 'internetmonitor.eu-west-2.api.aws', ], 'eu-west-3' => [ 'hostname' => 'internetmonitor.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'internetmonitor.il-central-1.api.aws', ], 'me-central-1' => [ 'hostname' => 'internetmonitor.me-central-1.api.aws', ], 'me-south-1' => [ 'hostname' => 'internetmonitor.me-south-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'internetmonitor.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'internetmonitor.us-east-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-east-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'hostname' => 'internetmonitor.us-east-2.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-east-2.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'hostname' => 'internetmonitor.us-west-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-west-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'hostname' => 'internetmonitor.us-west-2.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-west-2.api.aws', 'tags' => [ 'fips', ], ], ], ], ], ], 'iot' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotanalytics' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'iotevents' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'data.iotevents.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'data.iotevents.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'data.iotevents.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'data.iotevents.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'data.iotevents.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'data.iotevents.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'data.iotevents.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'data.iotevents.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'data.iotevents.eu-west-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iotevents.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'data.iotevents.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iotevents.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotfleetwise' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [], ], ], 'iotroborunner' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [], ], ], 'iotsecuredtunneling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsitewise' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotthingsgraph' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotthingsgraph', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'iottwinmaker' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'api-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'api.iottwinmaker.ap-southeast-1.amazonaws.com', ], 'api-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iottwinmaker.ap-southeast-2.amazonaws.com', ], 'api-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.iottwinmaker.eu-central-1.amazonaws.com', ], 'api-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iottwinmaker.eu-west-1.amazonaws.com', ], 'api-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iottwinmaker.us-east-1.amazonaws.com', ], 'api-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iottwinmaker.us-west-2.amazonaws.com', ], 'data-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'data.iottwinmaker.ap-southeast-1.amazonaws.com', ], 'data-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'data.iottwinmaker.ap-southeast-2.amazonaws.com', ], 'data-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'data.iottwinmaker.eu-central-1.amazonaws.com', ], 'data-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'data.iottwinmaker.eu-west-1.amazonaws.com', ], 'data-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iottwinmaker.us-east-1.amazonaws.com', ], 'data-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iottwinmaker.us-west-2.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-api-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-api-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iottwinmaker-fips.us-west-2.amazonaws.com', ], 'fips-data-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-data-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iottwinmaker-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotwireless' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotwireless.ap-northeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iotwireless.ap-southeast-2.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotwireless.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotwireless.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotwireless.us-west-2.amazonaws.com', ], ], ], 'ivs' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'ivschat' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'ivsrealtime' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'kafka' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kafkaconnect' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'kendra' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'hostname' => 'kendra-ranking.af-south-1.api.aws', ], 'ap-east-1' => [ 'hostname' => 'kendra-ranking.ap-east-1.api.aws', ], 'ap-northeast-1' => [ 'hostname' => 'kendra-ranking.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'kendra-ranking.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'kendra-ranking.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'kendra-ranking.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'kendra-ranking.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'kendra-ranking.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'kendra-ranking.ap-southeast-2.api.aws', ], 'ap-southeast-3' => [ 'hostname' => 'kendra-ranking.ap-southeast-3.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'kendra-ranking.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'kendra-ranking.ca-central-1.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.ca-central-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'hostname' => 'kendra-ranking.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'kendra-ranking.eu-north-1.api.aws', ], 'eu-south-1' => [ 'hostname' => 'kendra-ranking.eu-south-1.api.aws', ], 'eu-south-2' => [ 'hostname' => 'kendra-ranking.eu-south-2.api.aws', ], 'eu-west-1' => [ 'hostname' => 'kendra-ranking.eu-west-1.api.aws', ], 'eu-west-3' => [ 'hostname' => 'kendra-ranking.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'kendra-ranking.il-central-1.api.aws', ], 'me-central-1' => [ 'hostname' => 'kendra-ranking.me-central-1.api.aws', ], 'me-south-1' => [ 'hostname' => 'kendra-ranking.me-south-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'kendra-ranking.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'kendra-ranking.us-east-1.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-east-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'hostname' => 'kendra-ranking.us-east-2.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-east-2.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'hostname' => 'kendra-ranking.us-west-1.api.aws', ], 'us-west-2' => [ 'hostname' => 'kendra-ranking.us-west-2.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-west-2.api.aws', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesis' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'kinesisvideo' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', ], 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'af-south-1-fips' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-south-1.amazonaws.com', ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-south-2.amazonaws.com', ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-3.amazonaws.com', ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-4.amazonaws.com', ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-1.amazonaws.com', ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-south-1.amazonaws.com', ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-south-2.amazonaws.com', ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-3.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'il-central-1-fips' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.il-central-1.amazonaws.com', ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1-fips' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.me-central-1.amazonaws.com', ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1-fips' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1-fips' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-west-2.amazonaws.com', ], ], ], 'lakeformation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lambda' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.il-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-user-subscriptions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lightsail' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'logs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lookoutequipment' => [ 'endpoints' => [ 'ap-northeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], ], ], 'lookoutmetrics' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'lookoutvision' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'm2' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, ], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-east-2' => [ 'deprecated' => true, ], 'fips-us-west-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'machinelearning' => [ 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], ], ], 'macie' => [ 'endpoints' => [ 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'macie-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'macie-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'macie-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'macie-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'macie2' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'managedblockchain' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], ], ], 'marketplacecommerceanalytics' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'media-pipelines-chime' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'media-pipelines-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'media-pipelines-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'media-pipelines-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'media-pipelines-chime-fips.us-west-2.amazonaws.com', ], ], ], 'mediaconnect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'medialive' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mediapackage' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediapackage-vod' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediapackagev2' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediastore' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'meetings-chime' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-west-2.amazonaws.com', ], ], ], 'memory-db' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'memory-db-fips.us-west-1.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'messaging-chime' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'messaging-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'messaging-chime-fips.us-east-1.amazonaws.com', ], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mgh' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'mgn' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'migrationhub-orchestrator' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'migrationhub-strategy' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'mobileanalytics' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'models-v2-lex' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'models.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'models-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-west-2.amazonaws.com', ], ], ], 'monitoring' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mq' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mturk-requester' => [ 'endpoints' => [ 'sandbox' => [ 'hostname' => 'mturk-requester-sandbox.us-east-1.amazonaws.com', ], 'us-east-1' => [], ], 'isRegionalized' => false, ], 'neptune' => [ 'endpoints' => [ 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'rds.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'rds.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'rds.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'rds.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'rds.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'rds.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'rds.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'rds.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'rds.eu-north-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'rds.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'rds.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'rds.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'rds.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'rds.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'rds.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'rds.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'rds.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'rds.us-west-2.amazonaws.com', ], ], ], 'network-firewall' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'networkmanager' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'networkmanager.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'networkmanager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'networkmanager-fips.us-west-2.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'nimble' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'oam' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'oidc' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'oidc.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'oidc.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'oidc.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'oidc.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'oidc.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'oidc.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'oidc.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'oidc.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'oidc.ap-southeast-3.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'oidc.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'oidc.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'oidc.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'oidc.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'oidc.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'oidc.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'oidc.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'oidc.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'oidc.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'oidc.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'oidc.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'oidc.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'oidc.us-west-2.amazonaws.com', ], ], ], 'omics' => [ 'endpoints' => [ 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'omics.ap-southeast-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'omics.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'omics.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'omics.eu-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'omics-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'omics-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'omics.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'omics-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'omics.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'omics-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'opsworks' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'opsworks-cm' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'organizations' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'organizations.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'organizations-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'organizations-fips.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'osis' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'outposts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'participant.connect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'participant.connect-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'participant.connect-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'participant.connect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'participant.connect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'personalize' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'pi' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'pinpoint' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'mobiletargeting', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'pinpoint.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'pinpoint.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'pinpoint.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'pinpoint.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'pipes' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'polly' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'portal.sso' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'portal.sso.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'portal.sso.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'portal.sso.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'portal.sso.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'portal.sso.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'portal.sso.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'portal.sso.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'portal.sso.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'portal.sso.ap-southeast-3.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'portal.sso.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'portal.sso.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'portal.sso.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'portal.sso.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'portal.sso.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'portal.sso.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'portal.sso.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'portal.sso.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'portal.sso.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'portal.sso.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'portal.sso.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'portal.sso.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'portal.sso.us-west-2.amazonaws.com', ], ], ], 'profile' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'profile-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'profile-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'profile-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'profile-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'profile-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'profile-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'projects.iot1click' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'proton' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'qldb' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'qldb-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'quicksight' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'ram' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rbin' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'rds-fips.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', ], 'rds-fips.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-1.amazonaws.com', ], 'rds-fips.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-2.amazonaws.com', ], 'rds-fips.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-1.amazonaws.com', ], 'rds-fips.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-2.amazonaws.com', ], 'rds.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => '{service}.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'rds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-2.amazonaws.com', ], ], ], 'rds-data' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'redshift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'redshift-serverless' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'rekognition' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'rekognition-fips.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', ], 'rekognition-fips.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', ], 'rekognition-fips.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', ], 'rekognition-fips.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', ], 'rekognition-fips.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', ], 'rekognition.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', ], ], ], 'resiliencehub' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'resource-explorer-2.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'resource-explorer-2.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'resource-explorer-2.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'resource-explorer-2.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'resource-explorer-2.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'resource-explorer-2.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'resource-explorer-2.ap-southeast-2.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'resource-explorer-2.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'resource-explorer-2.ca-central-1.api.aws', ], 'eu-central-1' => [ 'hostname' => 'resource-explorer-2.eu-central-1.api.aws', ], 'eu-central-2' => [ 'hostname' => 'resource-explorer-2.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'resource-explorer-2.eu-north-1.api.aws', ], 'eu-west-1' => [ 'hostname' => 'resource-explorer-2.eu-west-1.api.aws', ], 'eu-west-2' => [ 'hostname' => 'resource-explorer-2.eu-west-2.api.aws', ], 'eu-west-3' => [ 'hostname' => 'resource-explorer-2.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'resource-explorer-2.il-central-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'resource-explorer-2.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'resource-explorer-2.us-east-1.api.aws', ], 'us-east-2' => [ 'hostname' => 'resource-explorer-2.us-east-2.api.aws', ], 'us-west-1' => [ 'hostname' => 'resource-explorer-2.us-west-1.api.aws', ], 'us-west-2' => [ 'hostname' => 'resource-explorer-2.us-west-2.api.aws', ], ], ], 'resource-groups' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'robomaker' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'rolesanywhere' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'route53.amazonaws.com', 'variants' => [ [ 'hostname' => 'route53-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'route53-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'route53-recovery-control-config' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'route53-recovery-control-config.us-west-2.amazonaws.com', ], ], ], 'route53domains' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'route53resolver' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'rum' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'runtime-v2-lex' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'runtime.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'runtime-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-west-2.amazonaws.com', ], ], ], 'runtime.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com', ], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.af-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'hostname' => 's3.ap-northeast-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-south-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'hostname' => 's3.ap-southeast-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'hostname' => 's3.ap-southeast-2.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-4.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 's3-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-fips.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-central-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-north-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-south-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'hostname' => 's3.eu-west-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 's3-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 's3-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 's3-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.il-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.me-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.me-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 's3-external-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3-external-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], ], 'sa-east-1' => [ 'hostname' => 's3.sa-east-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.sa-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'hostname' => 's3.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'hostname' => 's3.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'hostname' => 's3.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], ], 'isRegionalized' => true, 'partitionEndpoint' => 'aws-global', ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 's3-control.ap-northeast-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 's3-control.ap-northeast-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 's3-control.ap-northeast-3.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 's3-control.ap-south-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 's3-control.ap-southeast-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-southeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 's3-control.ap-southeast-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-southeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 's3-control.ca-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control-fips.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.ca-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 's3-control.eu-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 's3-control.eu-north-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-north-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 's3-control.eu-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 's3-control.eu-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 's3-control.eu-west-3.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 's3-control.sa-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.sa-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3-control.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 's3-control.us-east-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 's3-control.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 's3-control.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], ], ], 's3-outposts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, ], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-east-2' => [ 'deprecated' => true, ], 'fips-us-west-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'sagemaker-geospatial' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'savingsplans' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'savingsplans.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'scheduler' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'schemas' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'sdb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 'v2', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'hostname' => 'sdb.amazonaws.com', ], 'us-west-1' => [], 'us-west-2' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com', ], ], ], 'securityhub' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'securitylake' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [ 'protocols' => [ 'https', ], ], 'ap-northeast-1' => [ 'protocols' => [ 'https', ], ], 'ap-northeast-2' => [ 'protocols' => [ 'https', ], ], 'ap-south-1' => [ 'protocols' => [ 'https', ], ], 'ap-southeast-1' => [ 'protocols' => [ 'https', ], ], 'ap-southeast-2' => [ 'protocols' => [ 'https', ], ], 'ca-central-1' => [ 'protocols' => [ 'https', ], ], 'eu-central-1' => [ 'protocols' => [ 'https', ], ], 'eu-north-1' => [ 'protocols' => [ 'https', ], ], 'eu-west-1' => [ 'protocols' => [ 'https', ], ], 'eu-west-2' => [ 'protocols' => [ 'https', ], ], 'eu-west-3' => [ 'protocols' => [ 'https', ], ], 'me-south-1' => [ 'protocols' => [ 'https', ], ], 'sa-east-1' => [ 'protocols' => [ 'https', ], ], 'us-east-1' => [ 'protocols' => [ 'https', ], ], 'us-east-2' => [ 'protocols' => [ 'https', ], ], 'us-west-1' => [ 'protocols' => [ 'https', ], ], 'us-west-2' => [ 'protocols' => [ 'https', ], ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com', ], ], ], 'servicecatalog-appregistry' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'servicediscovery' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.ca-central-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.il-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-west-2.amazonaws.com', ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'session.qldb' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'shield' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'shield.us-east-1.amazonaws.com', ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'shield.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'shield-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'shield-fips.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'signer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'simspaceweaver' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'sms' => [ 'endpoints' => [ 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sms-fips.us-west-2.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sms-voice' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'snowball' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-south-1.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-southeast-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-central-1.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-3.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => 'queue.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'sqs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-contacts' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-incidents' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-sap' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sso' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'states' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'states-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'states-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'storagegateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-west-2.amazonaws.com', ], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'local' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'localhost:8000', 'protocols' => [ 'http', ], ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'sts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'sts.amazonaws.com', ], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-west-2.amazonaws.com', ], ], 'partitionEndpoint' => 'aws-global', ], 'support' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'support.us-east-1.amazonaws.com', ], ], 'partitionEndpoint' => 'aws-global', ], 'supportapp' => [ 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'swf' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'synthetics' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tagging' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'textract' => [ 'endpoints' => [ 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tnb' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'fips.transcribe.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'transcribestreaming-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.ca-central-1.amazonaws.com', ], 'transcribestreaming-fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-east-1.amazonaws.com', ], 'transcribestreaming-fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-east-2.amazonaws.com', ], 'transcribestreaming-fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-west-2.amazonaws.com', ], 'transcribestreaming-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'transfer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-west-2.amazonaws.com', ], ], ], 'verifiedpermissions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'voice-chime' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.us-west-2.amazonaws.com', ], ], ], 'voiceid' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'vpc-lattice' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'waf' => [ 'endpoints' => [ 'aws' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'waf-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-fips.amazonaws.com', ], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'waf.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-global-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'waf-regional' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'waf-regional.af-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'waf-regional.ap-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'waf-regional.ap-northeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'waf-regional.ap-northeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'waf-regional.ap-northeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'waf-regional.ap-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'waf-regional.ap-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'waf-regional.ap-southeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'waf-regional.ap-southeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'waf-regional.ap-southeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'waf-regional.ap-southeast-4.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'waf-regional.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'waf-regional.eu-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'waf-regional.eu-central-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'waf-regional.eu-north-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'waf-regional.eu-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'waf-regional.eu-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'waf-regional.eu-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'waf-regional.eu-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'waf-regional.eu-west-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'waf-regional.il-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'waf-regional.me-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'waf-regional.me-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'waf-regional.sa-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'waf-regional.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'waf-regional.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'waf-regional.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'waf-regional.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wafv2' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'wafv2.af-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'wafv2.ap-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'wafv2.ap-northeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'wafv2.ap-northeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'wafv2.ap-northeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'wafv2.ap-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'wafv2.ap-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'wafv2.ap-southeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'wafv2.ap-southeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'wafv2.ap-southeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'wafv2.ap-southeast-4.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'wafv2.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'wafv2.eu-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'wafv2.eu-central-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'wafv2.eu-north-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'wafv2.eu-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'wafv2.eu-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'wafv2.eu-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'wafv2.eu-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'wafv2.eu-west-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'wafv2.il-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'wafv2.me-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'wafv2.me-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'wafv2.sa-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'wafv2.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'wafv2.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'wafv2.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'wafv2.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wellarchitected' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'wisdom' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'ui-ap-northeast-1' => [], 'ui-ap-southeast-2' => [], 'ui-eu-central-1' => [], 'ui-eu-west-2' => [], 'ui-us-east-1' => [], 'ui-us-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'workdocs' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'workdocs-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'workdocs-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'workdocs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'workdocs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'workmail' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'workspaces-web' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'xray' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com.cn', 'partition' => 'aws-cn', 'partitionName' => 'AWS China', 'regionRegex' => '^cn\\-\\w+\\-\\d+$', 'regions' => [ 'cn-north-1' => [ 'description' => 'China (Beijing)', ], 'cn-northwest-1' => [ 'description' => 'China (Ningxia)', ], ], 'services' => [ 'access-analyzer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'account' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'account.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'acm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'airflow' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'api.ecr' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'api.ecr.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'api.ecr.cn-northwest-1.amazonaws.com.cn', ], ], ], 'api.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'api.tunneling.iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'apigateway' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'applicationinsights' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appmesh' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'appsync' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'arc-zonal-shift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'athena' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'athena.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'athena.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'backup' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'batch' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'budgets' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'budgets.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cassandra' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ce' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'ce.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cloudcontrolapi' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cloudfront' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'cloudfront.cn-northwest-1.amazonaws.com.cn', 'protocols' => [ 'http', 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cloudtrail' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codebuild' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codecommit' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codepipeline' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cognito-identity' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'compute-optimizer.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'compute-optimizer.cn-northwest-1.amazonaws.com.cn', ], ], ], 'config' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cur' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'data.ats.iot.cn-north-1.amazonaws.com.cn', 'protocols' => [ 'https', ], ], 'cn-northwest-1' => [], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'databrew' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'datasync' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dax' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dms' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'docdb' => [ 'endpoints' => [ 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn', ], ], ], 'ds' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'emr-containers' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'emr-serverless' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'es' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'events' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'firehose' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'firehose.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'firehose.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'fsx' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'gamelift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'glacier' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'glue' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], ], 'isRegionalized' => true, ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], 'isRegionalized' => true, ], 'health' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'health.cn-northwest-1.amazonaws.com.cn', ], 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'global.health.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'iam' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'iam.cn-north-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'internetmonitor.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'iotanalytics' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'iotevents' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'data.iotevents.cn-north-1.amazonaws.com.cn', ], ], ], 'iotsecuredtunneling' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'iotsitewise' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'kafka' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'kendra-ranking.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'kinesis' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kinesisvideo' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'lakeformation' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'lambda' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'lambda.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'lambda.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn', ], ], ], 'memory-db' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'monitoring' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'mq' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'neptune' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'rds.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn', ], ], ], 'oam' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'organizations' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'organizations.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'personalize' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'pi' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'polly' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rds' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'resource-groups' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rolesanywhere' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'route53.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'route53resolver' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'runtime.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.cn-north-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 's3-control.cn-north-1.amazonaws.com.cn', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.cn-north-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 's3-control.cn-northwest-1.amazonaws.com.cn', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'savingsplans' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'savingsplans.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'savingsplans.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => true, ], 'schemas' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'securityhub' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'protocols' => [ 'https', ], ], 'cn-northwest-1' => [ 'protocols' => [ 'https', ], ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'servicediscovery' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'signer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sms' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'states' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'storagegateway' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'support.cn-north-1.amazonaws.com.cn', ], ], 'partitionEndpoint' => 'aws-cn-global', ], 'swf' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'cn.transcribe.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'cn.transcribe.cn-northwest-1.amazonaws.com.cn', ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'transfer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'waf-regional' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'waf-regional.cn-north-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'waf-regional-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'waf-regional.cn-northwest-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'waf-regional-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'wafv2' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'wafv2.cn-north-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'wafv2-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'wafv2.cn-northwest-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'wafv2-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'workspaces' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'xray' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws-us-gov', 'partitionName' => 'AWS GovCloud (US)', 'regionRegex' => '^us\\-gov\\-\\w+\\-\\d+$', 'regions' => [ 'us-gov-east-1' => [ 'description' => 'AWS GovCloud (US-East)', ], 'us-gov-west-1' => [ 'description' => 'AWS GovCloud (US-West)', ], ], 'services' => [ 'access-analyzer' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', ], ], ], 'acm' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'acm.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'acm.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'acm.us-gov-west-1.amazonaws.com', ], ], ], 'acm-pca' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'acm-pca.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'acm-pca.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'acm-pca.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.detective' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-gov-west-1.amazonaws.com', ], ], ], 'api.ecr' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ecr-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dkr-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-dkr-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', ], 'fips-dkr-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'api.ecr.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.ecr.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1-fips-secondary' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.sagemaker.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1-secondary' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'api.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.tunneling.iot' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'apigateway' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'appconfig.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appconfig.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'appconfig.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'appconfig.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'deprecated' => true, 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'deprecated' => true, 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], ], ], 'applicationinsights' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'applicationinsights.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'applicationinsights.us-gov-west-1.amazonaws.com', ], ], ], 'appstream2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'appstream', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', ], ], ], 'athena' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'autoscaling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'autoscaling.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], ], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], ], ], ], 'backup' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'backup-gateway' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'batch' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'batch.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'batch.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'batch.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'batch.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'batch.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cassandra' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', ], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'clouddirectory' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'clouddirectory.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'clouddirectory.us-gov-west-1.amazonaws.com', ], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', ], ], ], 'cloudhsm' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'cloudhsmv2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'cloudhsm', ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'cloudtrail' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'codebuild' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codecommit' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codepipeline' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-identity' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-idp' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehendmedical' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'compute-optimizer-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'compute-optimizer-fips.us-gov-west-1.amazonaws.com', ], ], ], 'config' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'config.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'config.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'config.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'config.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'config.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'connect.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'connect.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'controltower' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'databrew' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'databrew.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'databrew.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'datasync' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'directconnect' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'directconnect.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'directconnect.us-gov-west-1.amazonaws.com', ], ], ], 'dlm' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dlm.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dlm.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dlm.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dlm.us-gov-west-1.amazonaws.com', ], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-west-1.amazonaws.com', ], ], ], 'docdb' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'ds' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dynamodb' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dynamodb.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com', ], ], ], 'ebs' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ec2.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'ec2.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ec2.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'ec2.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ec2.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'ecs' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'eks.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'eks.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'eks.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'eks.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'eks.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticache' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticache.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', ], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', ], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'elasticloadbalancing.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'elasticmapreduce.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'email' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'email-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-containers' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'es' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', ], ], ], 'events' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'events.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'events.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'events.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'events.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'firehose' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fsx' => [ 'endpoints' => [ 'fips-prod-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', ], 'fips-prod-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', ], 'prod-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glacier' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'glacier.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'glacier.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glue' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'dataplane-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'greengrass-ats.iot.us-gov-east-1.amazonaws.com', ], 'dataplane-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'greengrass-ats.iot.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'greengrass.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'greengrass.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'greengrass.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'greengrass.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => true, ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'guardduty.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'guardduty.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'guardduty.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'guardduty.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'guardduty.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => true, ], 'health' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'health-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'health-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iam' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'iam.us-gov.amazonaws.com', 'variants' => [ [ 'hostname' => 'iam.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-us-gov-global-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iam.us-gov.amazonaws.com', ], 'iam-govcloud' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'iam.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'iam-govcloud-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iam.us-gov.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'identitystore' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'identitystore.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'identitystore.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'identitystore.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'identitystore.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'identitystore.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ingest.timestream' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ingest.timestream.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ingest.timestream.us-gov-west-1.amazonaws.com', ], ], ], 'inspector' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'inspector2' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'internetmonitor.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'internetmonitor.us-gov-west-1.api.aws', ], ], ], 'iot' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotevents' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iotevents.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsecuredtunneling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsitewise' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iottwinmaker' => [ 'endpoints' => [ 'api-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.iottwinmaker.us-gov-west-1.amazonaws.com', ], 'data-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iottwinmaker.us-gov-west-1.amazonaws.com', ], 'fips-api-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'fips-data-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kafka' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', ], ], ], 'kendra' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'kendra-ranking.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'kendra-ranking.us-gov-west-1.api.aws', ], ], ], 'kinesis' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', ], ], ], 'lakeformation' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lambda' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'logs.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'logs.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'logs.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'logs.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'managedblockchain' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'meetings-chime' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-gov-west-1.amazonaws.com', ], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'mgn' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'models.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'models-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-gov-west-1.amazonaws.com', ], ], ], 'monitoring' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'monitoring.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'monitoring.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'monitoring.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'monitoring.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'monitoring.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mq' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'neptune' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'network-firewall' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'networkmanager' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'oidc' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'oidc.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'oidc.us-gov-west-1.amazonaws.com', ], ], ], 'organizations' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'outposts' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'outposts.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'outposts.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'outposts.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'outposts.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'participant.connect' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'participant.connect.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'participant.connect.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'pi' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'pinpoint' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'mobiletargeting', ], ], 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'pinpoint.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'polly' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'portal.sso' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'portal.sso.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'portal.sso.us-gov-west-1.amazonaws.com', ], ], ], 'quicksight' => [ 'endpoints' => [ 'api' => [], 'us-gov-west-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'ram.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ram.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ram.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'ram.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ram.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ram.us-gov-west-1.amazonaws.com', ], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'rds.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'rds.us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'rds.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'rds.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rds.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'redshift' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'redshift.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'redshift.us-gov-west-1.amazonaws.com', ], ], ], 'rekognition' => [ 'endpoints' => [ 'rekognition-fips.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', ], 'rekognition.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', ], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'resource-explorer-2.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'resource-explorer-2.us-gov-west-1.api.aws', ], ], ], 'resource-groups' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'resource-groups.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'robomaker' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'route53.us-gov.amazonaws.com', 'variants' => [ [ 'hostname' => 'route53.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'route53.us-gov.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'route53resolver.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'deprecated' => true, 'hostname' => 'route53resolver.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'route53resolver.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'deprecated' => true, 'hostname' => 'route53resolver.us-gov-west-1.amazonaws.com', ], ], ], 'runtime.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'runtime-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-gov-west-1.amazonaws.com', ], ], ], 'runtime.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'runtime.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'runtime.sagemaker.us-gov-west-1.amazonaws.com', ], ], ], 's3' => [ 'defaults' => [ 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'hostname' => 's3.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 's3-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'hostname' => 's3.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 's3-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], ], ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 's3-control.us-gov-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 's3-control.us-gov-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], ], ], 's3-outposts' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'deprecated' => true, ], 'fips-us-gov-west-1' => [ 'deprecated' => true, ], 'us-gov-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com', ], ], ], 'securityhub' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'serverlessrepo.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'serverlessrepo.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'serverlessrepo.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'serverlessrepo.us-gov-west-1.amazonaws.com', ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com', ], ], ], 'servicecatalog-appregistry' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'servicediscovery' => [ 'endpoints' => [ 'servicediscovery' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'servicediscovery-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'servicequotas.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicequotas.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicequotas.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicequotas.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicequotas.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'simspaceweaver' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'sms' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sms-voice' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'snowball' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sns' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'sns.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sns.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'sns.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'sns.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sqs' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'sqs.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'sqs.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'sqs.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], ], ], 'ssm' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ssm.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ssm.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ssm.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sso' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'sso.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'sso.us-gov-west-1.amazonaws.com', ], ], ], 'states' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'states.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'states.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'storagegateway' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', ], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'variants' => [ [ 'hostname' => 'streams.dynamodb.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'streams.dynamodb.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'streams.dynamodb.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'streams.dynamodb.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'streams.dynamodb.us-gov-west-1.amazonaws.com', ], ], ], 'sts' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'sts.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'sts.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'sts.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sts.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sts.us-gov-west-1.amazonaws.com', ], ], ], 'support' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'support.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'support.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'support.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'partitionEndpoint' => 'aws-us-gov-global', ], 'swf' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'swf.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'swf.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'swf.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'swf.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'swf.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'swf.us-gov-west-1.amazonaws.com', ], ], ], 'synthetics' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tagging' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'textract' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'fips.transcribe.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'transfer' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com', ], ], ], 'waf-regional' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'waf-regional.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'waf-regional.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wafv2' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'wafv2.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'wafv2.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wellarchitected' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'xray' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'c2s.ic.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'c2s.ic.gov', 'partition' => 'aws-iso', 'partitionName' => 'AWS ISO (US)', 'regionRegex' => '^us\\-iso\\-\\w+\\-\\d+$', 'regions' => [ 'us-iso-east-1' => [ 'description' => 'US ISO East', ], 'us-iso-west-1' => [ 'description' => 'US ISO WEST', ], ], 'services' => [ 'api.ecr' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'api.ecr.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'hostname' => 'api.ecr.us-iso-west-1.c2s.ic.gov', ], ], ], 'api.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'apigateway' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'athena' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'autoscaling' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'config' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'datapipeline' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-west-1.c2s.ic.gov', ], ], ], 'ds' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dynamodb' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'ec2' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov', ], 'fips-us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'elasticmapreduce' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'https', ], ], 'us-iso-west-1' => [], ], ], 'es' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'events' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'firehose' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'glacier' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'glue' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'health' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'iam.us-iso-east-1.c2s.ic.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-global', ], 'kinesis' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-west-1.c2s.ic.gov', ], ], ], 'lambda' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'license-manager' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'medialive' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'mediapackage' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'monitoring' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'outposts' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-iso-east-1.c2s.ic.gov', ], 'fips-us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-iso-west-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'route53.c2s.ic.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'runtime.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 's3' => [ 'defaults' => [ 'signatureVersions' => [ 's3v4', ], ], 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], ], 'us-iso-west-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'sns' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'sqs' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'states' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], ], 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'support.us-iso-east-1.c2s.ic.gov', ], ], 'partitionEndpoint' => 'aws-iso-global', ], 'swf' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'sc2s.sgov.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'sc2s.sgov.gov', 'partition' => 'aws-iso-b', 'partitionName' => 'AWS ISOB (US)', 'regionRegex' => '^us\\-isob\\-\\w+\\-\\d+$', 'regions' => [ 'us-isob-east-1' => [ 'description' => 'US ISOB East (Ohio)', ], ], 'services' => [ 'api.ecr' => [ 'endpoints' => [ 'us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'api.ecr.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'appconfig' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'config' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'us-isob-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'ds' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'endpoints' => [ 'us-isob-east-1' => [ 'protocols' => [ 'https', ], ], ], ], 'elasticmapreduce' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'es' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'events' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'glacier' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'health' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'iam.us-isob-east-1.sc2s.sgov.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-b-global', ], 'kinesis' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'us-isob-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'lambda' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'license-manager' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'monitoring' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'resource-groups' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'route53.sc2s.sgov.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-b-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'states' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'support.us-isob-east-1.sc2s.sgov.gov', ], ], 'partitionEndpoint' => 'aws-iso-b-global', ], 'swf' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'cloud.adc-e.uk', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'cloud.adc-e.uk', 'partition' => 'aws-iso-e', 'partitionName' => 'AWS ISOE (Europe)', 'regionRegex' => '^eu\\-isoe\\-\\w+\\-\\d+$', 'regions' => [], 'services' => [], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'csp.hci.ic.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'csp.hci.ic.gov', 'partition' => 'aws-iso-f', 'partitionName' => 'AWS ISOF', 'regionRegex' => '^us\\-isof\\-\\w+\\-\\d+$', 'regions' => [], 'services' => [], ], ], 'version' => 3,]; +return [ 'partitions' => [ [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws', 'partitionName' => 'AWS Standard', 'regionRegex' => '^(us|eu|ap|sa|ca|me|af|il)\\-\\w+\\-\\d+$', 'regions' => [ 'af-south-1' => [ 'description' => 'Africa (Cape Town)', ], 'ap-east-1' => [ 'description' => 'Asia Pacific (Hong Kong)', ], 'ap-northeast-1' => [ 'description' => 'Asia Pacific (Tokyo)', ], 'ap-northeast-2' => [ 'description' => 'Asia Pacific (Seoul)', ], 'ap-northeast-3' => [ 'description' => 'Asia Pacific (Osaka)', ], 'ap-south-1' => [ 'description' => 'Asia Pacific (Mumbai)', ], 'ap-south-2' => [ 'description' => 'Asia Pacific (Hyderabad)', ], 'ap-southeast-1' => [ 'description' => 'Asia Pacific (Singapore)', ], 'ap-southeast-2' => [ 'description' => 'Asia Pacific (Sydney)', ], 'ap-southeast-3' => [ 'description' => 'Asia Pacific (Jakarta)', ], 'ap-southeast-4' => [ 'description' => 'Asia Pacific (Melbourne)', ], 'ca-central-1' => [ 'description' => 'Canada (Central)', ], 'eu-central-1' => [ 'description' => 'Europe (Frankfurt)', ], 'eu-central-2' => [ 'description' => 'Europe (Zurich)', ], 'eu-north-1' => [ 'description' => 'Europe (Stockholm)', ], 'eu-south-1' => [ 'description' => 'Europe (Milan)', ], 'eu-south-2' => [ 'description' => 'Europe (Spain)', ], 'eu-west-1' => [ 'description' => 'Europe (Ireland)', ], 'eu-west-2' => [ 'description' => 'Europe (London)', ], 'eu-west-3' => [ 'description' => 'Europe (Paris)', ], 'il-central-1' => [ 'description' => 'Israel (Tel Aviv)', ], 'me-central-1' => [ 'description' => 'Middle East (UAE)', ], 'me-south-1' => [ 'description' => 'Middle East (Bahrain)', ], 'sa-east-1' => [ 'description' => 'South America (Sao Paulo)', ], 'us-east-1' => [ 'description' => 'US East (N. Virginia)', ], 'us-east-2' => [ 'description' => 'US East (Ohio)', ], 'us-west-1' => [ 'description' => 'US West (N. California)', ], 'us-west-2' => [ 'description' => 'US West (Oregon)', ], ], 'services' => [ 'a4b' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'access-analyzer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'access-analyzer-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'access-analyzer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'account' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'account.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'acm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'acm-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'acm-fips.us-west-2.amazonaws.com', ], ], ], 'acm-pca' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'acm-pca-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'airflow' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'amplify' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'amplifybackend' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'amplifyuibuilder' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'aoss' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'api.detective' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-west-2.amazonaws.com', ], ], ], 'api.ecr' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ecr-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'api.ecr.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'api.ecr.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.ecr.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'api.ecr.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'api.ecr.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'api.ecr.ap-south-1.amazonaws.com', ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'api.ecr.ap-south-2.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'api.ecr.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.ecr.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'api.ecr.ap-southeast-3.amazonaws.com', ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'api.ecr.ap-southeast-4.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'api.ecr.ca-central-1.amazonaws.com', ], 'dkr-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.ecr.eu-central-1.amazonaws.com', ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'api.ecr.eu-central-2.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'api.ecr.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'api.ecr.eu-south-1.amazonaws.com', ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'api.ecr.eu-south-2.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.ecr.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'api.ecr.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'api.ecr.eu-west-3.amazonaws.com', ], 'fips-dkr-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', ], 'fips-dkr-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', ], 'fips-dkr-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', ], 'fips-dkr-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'api.ecr.il-central-1.amazonaws.com', ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'api.ecr.me-central-1.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'api.ecr.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'api.ecr.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.ecr.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'api.ecr.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'api.ecr.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.ecr.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.ecr-public' => [ 'endpoints' => [ 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.ecr-public.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.ecr-public.us-west-2.amazonaws.com', ], ], ], 'api.elastic-inference' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'api.elastic-inference.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'hostname' => 'api.elastic-inference.ap-northeast-2.amazonaws.com', ], 'eu-west-1' => [ 'hostname' => 'api.elastic-inference.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'hostname' => 'api.elastic-inference.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'hostname' => 'api.elastic-inference.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'hostname' => 'api.elastic-inference.us-west-2.amazonaws.com', ], ], ], 'api.fleethub.iot' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.fleethub.iot-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.fleethub.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.iotdeviceadvisor' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotdeviceadvisor.ap-northeast-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotdeviceadvisor.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotdeviceadvisor.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotdeviceadvisor.us-west-2.amazonaws.com', ], ], ], 'api.iotwireless' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotwireless.ap-northeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iotwireless.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.iotwireless.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotwireless.eu-west-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'api.iotwireless.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotwireless.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotwireless.us-west-2.amazonaws.com', ], ], ], 'api.mediatailor' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'api.pricing' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'pricing', ], ], 'endpoints' => [ 'ap-south-1' => [], 'eu-central-1' => [], 'us-east-1' => [], ], ], 'api.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-west-2.amazonaws.com', ], ], ], 'api.tunneling.iot' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'apigateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'apigateway-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'apigateway-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'app-integrations' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appflow' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'applicationinsights' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'appmesh' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.ca-central-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'appmesh.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'appmesh-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'appmesh-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'appmesh.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appmesh-fips.us-west-2.amazonaws.com', ], ], ], 'apprunner' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'apprunner-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'apprunner-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'appstream2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'appstream', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-west-2.amazonaws.com', ], ], ], 'appsync' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'aps' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'arc-zonal-shift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'athena' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'athena.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'athena.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'athena.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'athena.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'athena.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'athena.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'auditmanager' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backup' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backup-gateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'batch' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'fips.batch.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.batch.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.batch.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'billingconductor' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'billingconductor.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'braket' => [ 'endpoints' => [ 'eu-west-2' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'budgets' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'budgets.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cases' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'cassandra' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cassandra-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cassandra-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cassandra-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cassandra-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'catalog.marketplace' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'ce' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'ce.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'chime' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'chime.us-east-1.amazonaws.com', 'protocols' => [ 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cleanrooms' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'cloud9' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'clouddirectory' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudformation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudformation-fips.us-west-2.amazonaws.com', ], ], ], 'cloudfront' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'cloudfront.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'cloudhsm' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'cloudhsmv2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'cloudhsm', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudsearch' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cloudtrail-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cloudtrail-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cloudtrail-data' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codeartifact' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'codebuild' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-west-2.amazonaws.com', ], ], ], 'codecatalyst' => [ 'endpoints' => [ 'aws-global' => [ 'hostname' => 'codecatalyst.global.api.aws', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'codecommit' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.ca-central-1.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-west-2.amazonaws.com', ], ], ], 'codedeploy' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-west-2.amazonaws.com', ], ], ], 'codeguru-reviewer' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'codepipeline' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'codestar' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codestar-connections' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'codestar-notifications' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'cognito-identity' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-idp' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-sync' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehendmedical' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'compute-optimizer.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'compute-optimizer.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'compute-optimizer.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'compute-optimizer.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'compute-optimizer.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'compute-optimizer.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'compute-optimizer.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'compute-optimizer.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'compute-optimizer.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'compute-optimizer.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'compute-optimizer.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'compute-optimizer.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'compute-optimizer.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'compute-optimizer.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'compute-optimizer.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'compute-optimizer.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'compute-optimizer.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'compute-optimizer.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'compute-optimizer.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'compute-optimizer.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'compute-optimizer.us-west-2.amazonaws.com', ], ], ], 'config' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'config-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'config-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'config-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'config-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'config-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'connect-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'connect-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'connect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'connect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect-campaigns' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'connect-campaigns-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'connect-campaigns-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'connect-campaigns-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'connect-campaigns-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'contact-lens' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'controltower' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'controltower-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'controltower-fips.us-west-2.amazonaws.com', ], ], ], 'cur' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.mediastore' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'databrew' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'databrew-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'databrew-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dataexchange' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'datapipeline' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'datasync' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dax' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'devicefarm' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'devops-guru' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'devops-guru-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'devops-guru-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'directconnect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'directconnect-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'directconnect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'discovery' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'dlm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'dms' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'dms' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'dms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'dms-fips.us-west-2.amazonaws.com', ], ], ], 'docdb' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'rds.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'rds.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'rds.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'rds.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'rds.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'rds.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'rds.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'rds.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'rds.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'rds.eu-west-3.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'rds.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'rds.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'rds.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'rds.us-west-2.amazonaws.com', ], ], ], 'drs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'ds' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'local' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'localhost:8000', 'protocols' => [ 'http', ], ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'dynamodb-fips.us-west-2.amazonaws.com', ], ], ], 'ebs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ebs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ebs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'ec2.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'ec2.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ec2-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'ec2.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ec2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'ec2.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'ecs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'edge.sagemaker' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'fips.eks.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.eks.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.eks.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticache' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticache-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticache-fips.us-west-2.amazonaws.com', ], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticbeanstalk-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => '{region}.{service}.{dnsSuffix}', ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'sslCommonName' => '{service}.{region}.{dnsSuffix}', ], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => '{service}.{region}.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elastictranscoder' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'email' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'email-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'email-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-containers' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'emr-containers-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'emr-containers-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-serverless' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'emr-serverless-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'emr-serverless-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'entitlement.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-east-1' => [], ], ], 'es' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-1.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'es-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'es-fips.us-west-2.amazonaws.com', ], ], ], 'events' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'events-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'events-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'events-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'events-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'events-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'evidently' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'evidently.ap-northeast-1.amazonaws.com', ], 'ap-southeast-1' => [ 'hostname' => 'evidently.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'hostname' => 'evidently.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'hostname' => 'evidently.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'hostname' => 'evidently.eu-north-1.amazonaws.com', ], 'eu-west-1' => [ 'hostname' => 'evidently.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'hostname' => 'evidently.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'hostname' => 'evidently.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'hostname' => 'evidently.us-west-2.amazonaws.com', ], ], ], 'finspace' => [ 'endpoints' => [ 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'finspace-api' => [ 'endpoints' => [ 'ca-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'firehose' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'fms-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-south-1.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.ap-southeast-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-central-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-south-1.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'fms-fips.eu-west-3.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'forecast' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'forecast-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'forecast-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'forecastquery' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'forecastquery-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'forecastquery-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'frauddetector' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'fsx' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', ], 'fips-prod-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', ], 'fips-prod-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', ], 'fips-prod-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', ], 'fips-prod-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', ], 'fips-prod-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'prod-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'gamelift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'gamesparks' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'us-east-1' => [], ], ], 'geo' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'glacier' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'glacier-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'glacier-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glue' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'grafana' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'grafana.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'grafana.ap-northeast-2.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'grafana.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'grafana.ap-southeast-2.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'grafana.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'grafana.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'grafana.eu-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'grafana.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'grafana.us-east-2.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'grafana.us-west-2.amazonaws.com', ], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'greengrass-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'greengrass-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => true, ], 'groundstation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'groundstation-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'groundstation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'guardduty-fips.us-west-2.amazonaws.com', ], ], 'isRegionalized' => true, ], 'health' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'health.us-east-1.amazonaws.com', ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'global.health.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'health-fips.us-east-2.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'health-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'healthlake' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-south-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'honeycode' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'iam.amazonaws.com', 'variants' => [ [ 'hostname' => 'iam-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-global-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iam-fips.amazonaws.com', ], 'iam' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'iam-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'iam-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iam-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'identity-chime' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'identity-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'identity-chime-fips.us-east-1.amazonaws.com', ], ], ], 'identitystore' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'importexport' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', 'service' => 'IngestionService', ], 'hostname' => 'importexport.amazonaws.com', 'signatureVersions' => [ 'v2', 'v4', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'ingest.timestream' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'ingest-fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-east-1.amazonaws.com', ], 'ingest-fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-east-2.amazonaws.com', ], 'ingest-fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ingest.timestream-fips.us-west-2.amazonaws.com', ], 'ingest-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ingest-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ingest-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ingest.timestream-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'inspector' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'inspector2' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'hostname' => 'internetmonitor.af-south-1.api.aws', ], 'ap-east-1' => [ 'hostname' => 'internetmonitor.ap-east-1.api.aws', ], 'ap-northeast-1' => [ 'hostname' => 'internetmonitor.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'internetmonitor.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'internetmonitor.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'internetmonitor.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'internetmonitor.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'internetmonitor.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'internetmonitor.ap-southeast-2.api.aws', ], 'ap-southeast-3' => [ 'hostname' => 'internetmonitor.ap-southeast-3.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'internetmonitor.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'internetmonitor.ca-central-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.ca-central-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'hostname' => 'internetmonitor.eu-central-1.api.aws', ], 'eu-central-2' => [ 'hostname' => 'internetmonitor.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'internetmonitor.eu-north-1.api.aws', ], 'eu-south-1' => [ 'hostname' => 'internetmonitor.eu-south-1.api.aws', ], 'eu-south-2' => [ 'hostname' => 'internetmonitor.eu-south-2.api.aws', ], 'eu-west-1' => [ 'hostname' => 'internetmonitor.eu-west-1.api.aws', ], 'eu-west-2' => [ 'hostname' => 'internetmonitor.eu-west-2.api.aws', ], 'eu-west-3' => [ 'hostname' => 'internetmonitor.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'internetmonitor.il-central-1.api.aws', ], 'me-central-1' => [ 'hostname' => 'internetmonitor.me-central-1.api.aws', ], 'me-south-1' => [ 'hostname' => 'internetmonitor.me-south-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'internetmonitor.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'internetmonitor.us-east-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-east-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'hostname' => 'internetmonitor.us-east-2.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-east-2.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'hostname' => 'internetmonitor.us-west-1.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-west-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'hostname' => 'internetmonitor.us-west-2.api.aws', 'variants' => [ [ 'hostname' => 'internetmonitor-fips.us-west-2.api.aws', 'tags' => [ 'fips', ], ], ], ], ], ], 'iot' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotanalytics' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'iotevents' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'data.iotevents.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'data.iotevents.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'data.iotevents.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'data.iotevents.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'data.iotevents.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'data.iotevents.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'data.iotevents.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'data.iotevents.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'data.iotevents.eu-west-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iotevents.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'data.iotevents.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iotevents.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotfleetwise' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [], ], ], 'iotroborunner' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [], ], ], 'iotsecuredtunneling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsitewise' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotthingsgraph' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotthingsgraph', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'iottwinmaker' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'api-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'api.iottwinmaker.ap-southeast-1.amazonaws.com', ], 'api-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iottwinmaker.ap-southeast-2.amazonaws.com', ], 'api-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'api.iottwinmaker.eu-central-1.amazonaws.com', ], 'api-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iottwinmaker.eu-west-1.amazonaws.com', ], 'api-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iottwinmaker.us-east-1.amazonaws.com', ], 'api-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iottwinmaker.us-west-2.amazonaws.com', ], 'data-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'data.iottwinmaker.ap-southeast-1.amazonaws.com', ], 'data-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'data.iottwinmaker.ap-southeast-2.amazonaws.com', ], 'data-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'data.iottwinmaker.eu-central-1.amazonaws.com', ], 'data-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'data.iottwinmaker.eu-west-1.amazonaws.com', ], 'data-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iottwinmaker.us-east-1.amazonaws.com', ], 'data-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iottwinmaker.us-west-2.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'fips-api-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-api-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iottwinmaker-fips.us-west-2.amazonaws.com', ], 'fips-data-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'data.iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-data-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'data.iottwinmaker-fips.us-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotwireless' => [ 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'api.iotwireless.ap-northeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'api.iotwireless.ap-southeast-2.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'api.iotwireless.eu-west-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'api.iotwireless.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'api.iotwireless.us-west-2.amazonaws.com', ], ], ], 'ivs' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'ivschat' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'ivsrealtime' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'kafka' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kafka-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kafka-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kafkaconnect' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'kendra' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'hostname' => 'kendra-ranking.af-south-1.api.aws', ], 'ap-east-1' => [ 'hostname' => 'kendra-ranking.ap-east-1.api.aws', ], 'ap-northeast-1' => [ 'hostname' => 'kendra-ranking.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'kendra-ranking.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'kendra-ranking.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'kendra-ranking.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'kendra-ranking.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'kendra-ranking.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'kendra-ranking.ap-southeast-2.api.aws', ], 'ap-southeast-3' => [ 'hostname' => 'kendra-ranking.ap-southeast-3.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'kendra-ranking.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'kendra-ranking.ca-central-1.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.ca-central-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'hostname' => 'kendra-ranking.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'kendra-ranking.eu-north-1.api.aws', ], 'eu-south-1' => [ 'hostname' => 'kendra-ranking.eu-south-1.api.aws', ], 'eu-south-2' => [ 'hostname' => 'kendra-ranking.eu-south-2.api.aws', ], 'eu-west-1' => [ 'hostname' => 'kendra-ranking.eu-west-1.api.aws', ], 'eu-west-3' => [ 'hostname' => 'kendra-ranking.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'kendra-ranking.il-central-1.api.aws', ], 'me-central-1' => [ 'hostname' => 'kendra-ranking.me-central-1.api.aws', ], 'me-south-1' => [ 'hostname' => 'kendra-ranking.me-south-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'kendra-ranking.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'kendra-ranking.us-east-1.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-east-1.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'hostname' => 'kendra-ranking.us-east-2.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-east-2.api.aws', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'hostname' => 'kendra-ranking.us-west-1.api.aws', ], 'us-west-2' => [ 'hostname' => 'kendra-ranking.us-west-2.api.aws', 'variants' => [ [ 'hostname' => 'kendra-ranking-fips.us-west-2.api.aws', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesis' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kinesis-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kinesis-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'kinesisvideo' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', ], 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'af-south-1-fips' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3-fips' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-south-1.amazonaws.com', ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-south-2.amazonaws.com', ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-3.amazonaws.com', ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4-fips' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'kms-fips.ap-southeast-4.amazonaws.com', ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-1.amazonaws.com', ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-central-2.amazonaws.com', ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-south-1.amazonaws.com', ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-south-2.amazonaws.com', ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'kms-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3-fips' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'kms-fips.eu-west-3.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'il-central-1-fips' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.il-central-1.amazonaws.com', ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1-fips' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.me-central-1.amazonaws.com', ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1-fips' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1-fips' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-west-2.amazonaws.com', ], ], ], 'lakeformation' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lambda' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'lambda.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'lambda.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.il-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'lambda.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'lambda.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-user-subscriptions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'license-manager-user-subscriptions-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'license-manager-user-subscriptions-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lightsail' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'logs' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'logs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'logs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lookoutequipment' => [ 'endpoints' => [ 'ap-northeast-2' => [], 'eu-west-1' => [], 'us-east-1' => [], ], ], 'lookoutmetrics' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'lookoutvision' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'm2' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, ], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-east-2' => [ 'deprecated' => true, ], 'fips-us-west-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'machinelearning' => [ 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], ], ], 'macie' => [ 'endpoints' => [ 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'macie-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'macie-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'macie-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'macie-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'macie2' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'macie2-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'macie2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'managedblockchain' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], ], ], 'marketplacecommerceanalytics' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'media-pipelines-chime' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'media-pipelines-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'media-pipelines-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'media-pipelines-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'media-pipelines-chime-fips.us-west-2.amazonaws.com', ], ], ], 'mediaconnect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mediaconvert-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mediaconvert-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'medialive' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'medialive-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'medialive-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mediapackage' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediapackage-vod' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediapackagev2' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mediastore' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'meetings-chime' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-west-2.amazonaws.com', ], ], ], 'memory-db' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'memory-db-fips.us-west-1.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'messaging-chime' => [ 'endpoints' => [ 'eu-central-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'messaging-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'messaging-chime-fips.us-east-1.amazonaws.com', ], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'mgh' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'mgn' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'migrationhub-orchestrator' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'migrationhub-strategy' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'mobileanalytics' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'models-v2-lex' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'models.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'models-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-west-2.amazonaws.com', ], ], ], 'monitoring' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'monitoring-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'monitoring-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mq' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mturk-requester' => [ 'endpoints' => [ 'sandbox' => [ 'hostname' => 'mturk-requester-sandbox.us-east-1.amazonaws.com', ], 'us-east-1' => [], ], 'isRegionalized' => false, ], 'neptune' => [ 'endpoints' => [ 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'rds.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'rds.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'rds.ap-northeast-2.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'rds.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'rds.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'rds.ap-southeast-2.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'rds.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'rds.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'rds.eu-north-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'rds.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'rds.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'rds.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'rds.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'rds.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'rds.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'rds.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'rds.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'rds.us-west-2.amazonaws.com', ], ], ], 'network-firewall' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'networkmanager' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'networkmanager.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'networkmanager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'networkmanager-fips.us-west-2.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'nimble' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'oam' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'oidc' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'oidc.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'oidc.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'oidc.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'oidc.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'oidc.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'oidc.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'oidc.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'oidc.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'oidc.ap-southeast-3.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'oidc.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'oidc.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'oidc.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'oidc.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'oidc.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'oidc.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'oidc.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'oidc.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'oidc.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'oidc.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'oidc.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'oidc.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'oidc.us-west-2.amazonaws.com', ], ], ], 'omics' => [ 'endpoints' => [ 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'omics.ap-southeast-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'omics.eu-central-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'omics.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'omics.eu-west-2.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'omics-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'omics-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'omics.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'omics-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'omics.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'omics-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'opsworks' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'opsworks-cm' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'organizations' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'organizations.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'organizations-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'organizations-fips.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'osis' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'outposts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'outposts-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'outposts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'participant.connect' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'participant.connect-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'participant.connect-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'participant.connect-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'participant.connect-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'personalize' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'pi' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'pinpoint' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'mobiletargeting', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'pinpoint.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'pinpoint.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'pinpoint.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'pinpoint.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'pipes' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'polly' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'portal.sso' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'portal.sso.af-south-1.amazonaws.com', ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'portal.sso.ap-east-1.amazonaws.com', ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'portal.sso.ap-northeast-1.amazonaws.com', ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'portal.sso.ap-northeast-2.amazonaws.com', ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'portal.sso.ap-northeast-3.amazonaws.com', ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'portal.sso.ap-south-1.amazonaws.com', ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'portal.sso.ap-southeast-1.amazonaws.com', ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'portal.sso.ap-southeast-2.amazonaws.com', ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'portal.sso.ap-southeast-3.amazonaws.com', ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'portal.sso.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'portal.sso.eu-central-1.amazonaws.com', ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'portal.sso.eu-north-1.amazonaws.com', ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'portal.sso.eu-south-1.amazonaws.com', ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'portal.sso.eu-west-1.amazonaws.com', ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'portal.sso.eu-west-2.amazonaws.com', ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'portal.sso.eu-west-3.amazonaws.com', ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'portal.sso.me-south-1.amazonaws.com', ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'portal.sso.sa-east-1.amazonaws.com', ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'portal.sso.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'portal.sso.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'portal.sso.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'portal.sso.us-west-2.amazonaws.com', ], ], ], 'profile' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'profile-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'profile-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'profile-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'profile-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'profile-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'profile-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'projects.iot1click' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'proton' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'qldb' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'qldb-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'qldb-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'qldb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'quicksight' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'ram' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ram-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ram-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rbin' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'rds-fips.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', ], 'rds-fips.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-1.amazonaws.com', ], 'rds-fips.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-2.amazonaws.com', ], 'rds-fips.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-1.amazonaws.com', ], 'rds-fips.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-2.amazonaws.com', ], 'rds.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rds.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => '{service}.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'rds-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rds-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-fips.us-west-2.amazonaws.com', ], ], ], 'rds-data' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rds-data-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rds-data-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'redshift' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'redshift-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'redshift-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'redshift-serverless' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'rekognition' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'rekognition-fips.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', ], 'rekognition-fips.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', ], 'rekognition-fips.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', ], 'rekognition-fips.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', ], 'rekognition-fips.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', ], 'rekognition.ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'rekognition.us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-west-2.amazonaws.com', ], ], ], 'resiliencehub' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [ 'hostname' => 'resource-explorer-2.ap-northeast-1.api.aws', ], 'ap-northeast-2' => [ 'hostname' => 'resource-explorer-2.ap-northeast-2.api.aws', ], 'ap-northeast-3' => [ 'hostname' => 'resource-explorer-2.ap-northeast-3.api.aws', ], 'ap-south-1' => [ 'hostname' => 'resource-explorer-2.ap-south-1.api.aws', ], 'ap-south-2' => [ 'hostname' => 'resource-explorer-2.ap-south-2.api.aws', ], 'ap-southeast-1' => [ 'hostname' => 'resource-explorer-2.ap-southeast-1.api.aws', ], 'ap-southeast-2' => [ 'hostname' => 'resource-explorer-2.ap-southeast-2.api.aws', ], 'ap-southeast-4' => [ 'hostname' => 'resource-explorer-2.ap-southeast-4.api.aws', ], 'ca-central-1' => [ 'hostname' => 'resource-explorer-2.ca-central-1.api.aws', ], 'eu-central-1' => [ 'hostname' => 'resource-explorer-2.eu-central-1.api.aws', ], 'eu-central-2' => [ 'hostname' => 'resource-explorer-2.eu-central-2.api.aws', ], 'eu-north-1' => [ 'hostname' => 'resource-explorer-2.eu-north-1.api.aws', ], 'eu-west-1' => [ 'hostname' => 'resource-explorer-2.eu-west-1.api.aws', ], 'eu-west-2' => [ 'hostname' => 'resource-explorer-2.eu-west-2.api.aws', ], 'eu-west-3' => [ 'hostname' => 'resource-explorer-2.eu-west-3.api.aws', ], 'il-central-1' => [ 'hostname' => 'resource-explorer-2.il-central-1.api.aws', ], 'sa-east-1' => [ 'hostname' => 'resource-explorer-2.sa-east-1.api.aws', ], 'us-east-1' => [ 'hostname' => 'resource-explorer-2.us-east-1.api.aws', ], 'us-east-2' => [ 'hostname' => 'resource-explorer-2.us-east-2.api.aws', ], 'us-west-1' => [ 'hostname' => 'resource-explorer-2.us-west-1.api.aws', ], 'us-west-2' => [ 'hostname' => 'resource-explorer-2.us-west-2.api.aws', ], ], ], 'resource-groups' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'resource-groups-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'robomaker' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'rolesanywhere' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'route53.amazonaws.com', 'variants' => [ [ 'hostname' => 'route53-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'route53-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'route53-recovery-control-config' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'route53-recovery-control-config.us-west-2.amazonaws.com', ], ], ], 'route53domains' => [ 'endpoints' => [ 'us-east-1' => [], ], ], 'route53resolver' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'rum' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'runtime-v2-lex' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'runtime.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'runtime-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-west-2.amazonaws.com', ], ], ], 'runtime.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'runtime-fips.sagemaker.us-west-2.amazonaws.com', ], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.af-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'hostname' => 's3.ap-northeast-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-northeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-south-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'hostname' => 's3.ap-southeast-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'hostname' => 's3.ap-southeast-2.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.ap-southeast-4.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 's3-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-fips.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-central-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-north-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-south-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'hostname' => 's3.eu-west-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.eu-west-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 's3-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 's3-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 's3-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.il-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.me-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.me-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 's3-external-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3-external-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], ], 'sa-east-1' => [ 'hostname' => 's3.sa-east-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3.dualstack.sa-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'hostname' => 's3.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1' => [ 'hostname' => 's3.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2' => [ 'hostname' => 's3.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'hostname' => 's3-fips.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], ], 'isRegionalized' => true, 'partitionEndpoint' => 'aws-global', ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 's3-control.ap-northeast-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 's3-control.ap-northeast-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 's3-control.ap-northeast-3.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-northeast-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 's3-control.ap-south-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-south-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 's3-control.ap-southeast-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-southeast-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 's3-control.ap-southeast-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.ap-southeast-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 's3-control.ca-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control-fips.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control.dualstack.ca-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.ca-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 's3-control.eu-central-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-central-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 's3-control.eu-north-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-north-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 's3-control.eu-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 's3-control.eu-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 's3-control.eu-west-3.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.eu-west-3.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 's3-control.sa-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.sa-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 's3-control.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 's3-control.us-east-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-east-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-east-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 's3-control.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 's3-control.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-west-2.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-west-2.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], ], ], 's3-outposts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'deprecated' => true, ], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-east-2' => [ 'deprecated' => true, ], 'fips-us-west-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'sagemaker-geospatial' => [ 'endpoints' => [ 'us-west-2' => [], ], ], 'savingsplans' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'savingsplans.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'scheduler' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'schemas' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'sdb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 'v2', ], ], 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'hostname' => 'sdb.amazonaws.com', ], 'us-west-1' => [], 'us-west-2' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-west-2.amazonaws.com', ], ], ], 'securityhub' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'securitylake' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [ 'protocols' => [ 'https', ], ], 'ap-northeast-1' => [ 'protocols' => [ 'https', ], ], 'ap-northeast-2' => [ 'protocols' => [ 'https', ], ], 'ap-south-1' => [ 'protocols' => [ 'https', ], ], 'ap-southeast-1' => [ 'protocols' => [ 'https', ], ], 'ap-southeast-2' => [ 'protocols' => [ 'https', ], ], 'ca-central-1' => [ 'protocols' => [ 'https', ], ], 'eu-central-1' => [ 'protocols' => [ 'https', ], ], 'eu-north-1' => [ 'protocols' => [ 'https', ], ], 'eu-west-1' => [ 'protocols' => [ 'https', ], ], 'eu-west-2' => [ 'protocols' => [ 'https', ], ], 'eu-west-3' => [ 'protocols' => [ 'https', ], ], 'me-south-1' => [ 'protocols' => [ 'https', ], ], 'sa-east-1' => [ 'protocols' => [ 'https', ], ], 'us-east-1' => [ 'protocols' => [ 'https', ], ], 'us-east-2' => [ 'protocols' => [ 'https', ], ], 'us-west-1' => [ 'protocols' => [ 'https', ], ], 'us-west-2' => [ 'protocols' => [ 'https', ], ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-west-2.amazonaws.com', ], ], ], 'servicecatalog-appregistry' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicecatalog-appregistry-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'servicediscovery' => [ 'endpoints' => [ 'af-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.af-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-northeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-south-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ap-southeast-4' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.ap-southeast-4.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.ca-central-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.ca-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-central-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-central-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-north-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-north-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-south-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-south-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.eu-west-3.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'il-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.il-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-central-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.me-central-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'me-south-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.me-south-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.sa-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-east-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-east-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-west-2.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery.us-west-2.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-west-2.amazonaws.com', ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'session.qldb' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-east-2.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'session.qldb-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'session.qldb-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'shield' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'shield.us-east-1.amazonaws.com', ], 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'shield.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'shield-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'shield-fips.us-east-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'signer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'signer-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'signer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'simspaceweaver' => [ 'endpoints' => [ 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'sms' => [ 'endpoints' => [ 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sms-fips.us-west-2.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sms-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sms-voice' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'snowball' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-south-1.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ap-southeast-2.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-central-1.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'snowball-fips.eu-west-3.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'sa-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sns-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sns-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sqs-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'sslCommonName' => 'queue.{dnsSuffix}', 'variants' => [ [ 'hostname' => 'sqs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sqs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-contacts' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-contacts-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-contacts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-incidents' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-incidents-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-incidents-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ssm-sap' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'ssm-sap-fips.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'ssm-sap-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sso' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'states' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'states-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'states-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'storagegateway' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-west-2.amazonaws.com', ], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'local' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'localhost:8000', 'protocols' => [ 'http', ], ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'sts' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'sts.amazonaws.com', ], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-west-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'sts-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'sts-fips.us-west-2.amazonaws.com', ], ], 'partitionEndpoint' => 'aws-global', ], 'support' => [ 'endpoints' => [ 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'support.us-east-1.amazonaws.com', ], ], 'partitionEndpoint' => 'aws-global', ], 'supportapp' => [ 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'swf' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'swf-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'swf-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'synthetics' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tagging' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'textract' => [ 'endpoints' => [ 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tnb' => [ 'endpoints' => [ 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-3' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'fips.transcribe.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-west-2.amazonaws.com', ], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'sa-east-1' => [], 'transcribestreaming-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.ca-central-1.amazonaws.com', ], 'transcribestreaming-fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-east-1.amazonaws.com', ], 'transcribestreaming-fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-east-2.amazonaws.com', ], 'transcribestreaming-fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'transcribestreaming-fips.us-west-2.amazonaws.com', ], 'transcribestreaming-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'transcribestreaming-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'transcribestreaming-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'transfer' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-west-2.amazonaws.com', ], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-east-1.amazonaws.com', ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2-fips' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-east-2.amazonaws.com', ], 'us-west-1' => [], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-west-2.amazonaws.com', ], ], ], 'verifiedpermissions' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'voice-chime' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-southeast-1' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1-fips' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.ca-central-1.amazonaws.com', ], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.us-east-1.amazonaws.com', ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'voice-chime-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2-fips' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'voice-chime-fips.us-west-2.amazonaws.com', ], ], ], 'voiceid' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.ca-central-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'voiceid-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'voiceid-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'vpc-lattice' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-2' => [], ], ], 'waf' => [ 'endpoints' => [ 'aws' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'waf-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-fips.amazonaws.com', ], 'aws-global' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'waf.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-fips.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-global-fips' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-fips.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-global', ], 'waf-regional' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'waf-regional.af-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'waf-regional.ap-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'waf-regional.ap-northeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'waf-regional.ap-northeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'waf-regional.ap-northeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'waf-regional.ap-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'waf-regional.ap-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'waf-regional.ap-southeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'waf-regional.ap-southeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'waf-regional.ap-southeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'waf-regional.ap-southeast-4.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'waf-regional.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'waf-regional.eu-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'waf-regional.eu-central-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'waf-regional.eu-north-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'waf-regional.eu-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'waf-regional.eu-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'waf-regional.eu-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'waf-regional.eu-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'waf-regional.eu-west-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'waf-regional.il-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'waf-regional.me-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'waf-regional.me-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'waf-regional.sa-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'waf-regional.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'waf-regional.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'waf-regional.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'waf-regional.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wafv2' => [ 'endpoints' => [ 'af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'hostname' => 'wafv2.af-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.af-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'hostname' => 'wafv2.ap-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'hostname' => 'wafv2.ap-northeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'hostname' => 'wafv2.ap-northeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'hostname' => 'wafv2.ap-northeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-northeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'hostname' => 'wafv2.ap-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'hostname' => 'wafv2.ap-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'hostname' => 'wafv2.ap-southeast-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'hostname' => 'wafv2.ap-southeast-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'hostname' => 'wafv2.ap-southeast-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'hostname' => 'wafv2.ap-southeast-4.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ap-southeast-4.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'hostname' => 'wafv2.ca-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.ca-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'hostname' => 'wafv2.eu-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'hostname' => 'wafv2.eu-central-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-central-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'hostname' => 'wafv2.eu-north-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-north-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'hostname' => 'wafv2.eu-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'hostname' => 'wafv2.eu-south-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-south-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'hostname' => 'wafv2.eu-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'hostname' => 'wafv2.eu-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'hostname' => 'wafv2.eu-west-3.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.eu-west-3.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-af-south-1' => [ 'credentialScope' => [ 'region' => 'af-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.af-south-1.amazonaws.com', ], 'fips-ap-east-1' => [ 'credentialScope' => [ 'region' => 'ap-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-east-1.amazonaws.com', ], 'fips-ap-northeast-1' => [ 'credentialScope' => [ 'region' => 'ap-northeast-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-1.amazonaws.com', ], 'fips-ap-northeast-2' => [ 'credentialScope' => [ 'region' => 'ap-northeast-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-2.amazonaws.com', ], 'fips-ap-northeast-3' => [ 'credentialScope' => [ 'region' => 'ap-northeast-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-northeast-3.amazonaws.com', ], 'fips-ap-south-1' => [ 'credentialScope' => [ 'region' => 'ap-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-south-1.amazonaws.com', ], 'fips-ap-south-2' => [ 'credentialScope' => [ 'region' => 'ap-south-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-south-2.amazonaws.com', ], 'fips-ap-southeast-1' => [ 'credentialScope' => [ 'region' => 'ap-southeast-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-1.amazonaws.com', ], 'fips-ap-southeast-2' => [ 'credentialScope' => [ 'region' => 'ap-southeast-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-2.amazonaws.com', ], 'fips-ap-southeast-3' => [ 'credentialScope' => [ 'region' => 'ap-southeast-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-3.amazonaws.com', ], 'fips-ap-southeast-4' => [ 'credentialScope' => [ 'region' => 'ap-southeast-4', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ap-southeast-4.amazonaws.com', ], 'fips-ca-central-1' => [ 'credentialScope' => [ 'region' => 'ca-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.ca-central-1.amazonaws.com', ], 'fips-eu-central-1' => [ 'credentialScope' => [ 'region' => 'eu-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-central-1.amazonaws.com', ], 'fips-eu-central-2' => [ 'credentialScope' => [ 'region' => 'eu-central-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-central-2.amazonaws.com', ], 'fips-eu-north-1' => [ 'credentialScope' => [ 'region' => 'eu-north-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-north-1.amazonaws.com', ], 'fips-eu-south-1' => [ 'credentialScope' => [ 'region' => 'eu-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-south-1.amazonaws.com', ], 'fips-eu-south-2' => [ 'credentialScope' => [ 'region' => 'eu-south-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-south-2.amazonaws.com', ], 'fips-eu-west-1' => [ 'credentialScope' => [ 'region' => 'eu-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-1.amazonaws.com', ], 'fips-eu-west-2' => [ 'credentialScope' => [ 'region' => 'eu-west-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-2.amazonaws.com', ], 'fips-eu-west-3' => [ 'credentialScope' => [ 'region' => 'eu-west-3', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.eu-west-3.amazonaws.com', ], 'fips-il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.il-central-1.amazonaws.com', ], 'fips-me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.me-central-1.amazonaws.com', ], 'fips-me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.me-south-1.amazonaws.com', ], 'fips-sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.sa-east-1.amazonaws.com', ], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [ 'credentialScope' => [ 'region' => 'il-central-1', ], 'hostname' => 'wafv2.il-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.il-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-central-1' => [ 'credentialScope' => [ 'region' => 'me-central-1', ], 'hostname' => 'wafv2.me-central-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.me-central-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'me-south-1' => [ 'credentialScope' => [ 'region' => 'me-south-1', ], 'hostname' => 'wafv2.me-south-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.me-south-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'sa-east-1' => [ 'credentialScope' => [ 'region' => 'sa-east-1', ], 'hostname' => 'wafv2.sa-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.sa-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'hostname' => 'wafv2.us-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'hostname' => 'wafv2.us-east-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'hostname' => 'wafv2.us-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'hostname' => 'wafv2.us-west-2.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wellarchitected' => [ 'endpoints' => [ 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-north-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [], 'us-east-2' => [], 'us-west-1' => [], 'us-west-2' => [], ], ], 'wisdom' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-2' => [], 'eu-central-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'deprecated' => true, ], 'fips-us-west-2' => [ 'deprecated' => true, ], 'ui-ap-northeast-1' => [], 'ui-ap-southeast-2' => [], 'ui-eu-central-1' => [], 'ui-eu-west-2' => [], 'ui-us-east-1' => [], 'ui-us-west-2' => [], 'us-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'workdocs' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'eu-west-1' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'workdocs-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'workdocs-fips.us-west-2.amazonaws.com', ], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'workdocs-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'workdocs-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'workmail' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'eu-west-1' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-east-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-west-2.amazonaws.com', ], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'workspaces-web' => [ 'endpoints' => [ 'ap-northeast-1' => [], 'ap-south-1' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'us-east-1' => [], 'us-west-2' => [], ], ], 'xray' => [ 'endpoints' => [ 'af-south-1' => [], 'ap-east-1' => [], 'ap-northeast-1' => [], 'ap-northeast-2' => [], 'ap-northeast-3' => [], 'ap-south-1' => [], 'ap-south-2' => [], 'ap-southeast-1' => [], 'ap-southeast-2' => [], 'ap-southeast-3' => [], 'ap-southeast-4' => [], 'ca-central-1' => [], 'eu-central-1' => [], 'eu-central-2' => [], 'eu-north-1' => [], 'eu-south-1' => [], 'eu-south-2' => [], 'eu-west-1' => [], 'eu-west-2' => [], 'eu-west-3' => [], 'fips-us-east-1' => [ 'credentialScope' => [ 'region' => 'us-east-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-east-1.amazonaws.com', ], 'fips-us-east-2' => [ 'credentialScope' => [ 'region' => 'us-east-2', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-east-2.amazonaws.com', ], 'fips-us-west-1' => [ 'credentialScope' => [ 'region' => 'us-west-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-west-1.amazonaws.com', ], 'fips-us-west-2' => [ 'credentialScope' => [ 'region' => 'us-west-2', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-west-2.amazonaws.com', ], 'il-central-1' => [], 'me-central-1' => [], 'me-south-1' => [], 'sa-east-1' => [], 'us-east-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-east-2' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-east-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-west-2' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-west-2.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com.cn', 'partition' => 'aws-cn', 'partitionName' => 'AWS China', 'regionRegex' => '^cn\\-\\w+\\-\\d+$', 'regions' => [ 'cn-north-1' => [ 'description' => 'China (Beijing)', ], 'cn-northwest-1' => [ 'description' => 'China (Ningxia)', ], ], 'services' => [ 'access-analyzer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'account' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'account.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'acm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'airflow' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'api.ecr' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'api.ecr.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'api.ecr.cn-northwest-1.amazonaws.com.cn', ], ], ], 'api.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'api.tunneling.iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'apigateway' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'applicationinsights' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'appmesh' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'appmesh.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'appsync' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'arc-zonal-shift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'athena' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'athena.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'athena.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'backup' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'batch' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'budgets' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'budgets.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cassandra' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ce' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'ce.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cloudcontrolapi' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cloudfront' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'cloudfront.cn-northwest-1.amazonaws.com.cn', 'protocols' => [ 'http', 'https', ], ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'cloudtrail' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codebuild' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codecommit' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'codepipeline' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cognito-identity' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'compute-optimizer.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'compute-optimizer.cn-northwest-1.amazonaws.com.cn', ], ], ], 'config' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'cur' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'data.ats.iot.cn-north-1.amazonaws.com.cn', 'protocols' => [ 'https', ], ], 'cn-northwest-1' => [], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'databrew' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'datasync' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dax' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dms' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'docdb' => [ 'endpoints' => [ 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn', ], ], ], 'ds' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'emr-containers' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'emr-serverless' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'es' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'events' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'firehose' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'firehose.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'firehose.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'fsx' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'gamelift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'glacier' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'glue' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], ], 'isRegionalized' => true, ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], 'isRegionalized' => true, ], 'health' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'sslCommonName' => 'health.cn-northwest-1.amazonaws.com.cn', ], 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'global.health.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'iam' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'iam.cn-north-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'internetmonitor.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'internetmonitor.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'iot' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'iotanalytics' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'iotevents' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'data.iotevents.cn-north-1.amazonaws.com.cn', ], ], ], 'iotsecuredtunneling' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'iotsitewise' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'kafka' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'kendra-ranking.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'kinesis' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'kinesisvideo' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'lakeformation' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'lambda' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'lambda.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'lambda.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn', ], ], ], 'memory-db' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'monitoring' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'mq' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'neptune' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'rds.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'rds.cn-northwest-1.amazonaws.com.cn', ], ], ], 'oam' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'organizations' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'organizations.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'personalize' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'pi' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'polly' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rds' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'variants' => [ [ 'dnsSuffix' => 'api.amazonwebservices.com.cn', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'hostname' => 'resource-explorer-2.cn-north-1.api.amazonwebservices.com.cn', ], 'cn-northwest-1' => [ 'hostname' => 'resource-explorer-2.cn-northwest-1.api.amazonwebservices.com.cn', ], ], ], 'resource-groups' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'rolesanywhere' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'route53.amazonaws.com.cn', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-cn-global', ], 'route53resolver' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'runtime.sagemaker' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.cn-north-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 's3.dualstack.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com.cn', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 's3-control.cn-north-1.amazonaws.com.cn', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.cn-north-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 's3-control.cn-northwest-1.amazonaws.com.cn', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control.dualstack.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'savingsplans' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'savingsplans.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'savingsplans.cn-northwest-1.amazonaws.com.cn', ], ], 'isRegionalized' => true, ], 'schemas' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'securityhub' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'protocols' => [ 'https', ], ], 'cn-northwest-1' => [ 'protocols' => [ 'https', ], ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'servicediscovery' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.cn-north-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery.cn-northwest-1.api.amazonwebservices.com.cn', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'signer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sms' => [ 'endpoints' => [ 'cn-north-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'cn-north-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'states' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'storagegateway' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-cn-global' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'support.cn-north-1.amazonaws.com.cn', ], ], 'partitionEndpoint' => 'aws-cn-global', ], 'swf' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'cn.transcribe.cn-north-1.amazonaws.com.cn', ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'cn.transcribe.cn-northwest-1.amazonaws.com.cn', ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'transfer' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], 'waf-regional' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'waf-regional.cn-north-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'waf-regional-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'waf-regional.cn-northwest-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'waf-regional-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'wafv2' => [ 'endpoints' => [ 'cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'hostname' => 'wafv2.cn-north-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'wafv2-fips.cn-north-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'hostname' => 'wafv2.cn-northwest-1.amazonaws.com.cn', 'variants' => [ [ 'hostname' => 'wafv2-fips.cn-northwest-1.amazonaws.com.cn', 'tags' => [ 'fips', ], ], ], ], 'fips-cn-north-1' => [ 'credentialScope' => [ 'region' => 'cn-north-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.cn-north-1.amazonaws.com.cn', ], 'fips-cn-northwest-1' => [ 'credentialScope' => [ 'region' => 'cn-northwest-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.cn-northwest-1.amazonaws.com.cn', ], ], ], 'workspaces' => [ 'endpoints' => [ 'cn-northwest-1' => [], ], ], 'xray' => [ 'endpoints' => [ 'cn-north-1' => [], 'cn-northwest-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'dnsSuffix' => 'amazonaws.com', 'partition' => 'aws-us-gov', 'partitionName' => 'AWS GovCloud (US)', 'regionRegex' => '^us\\-gov\\-\\w+\\-\\d+$', 'regions' => [ 'us-gov-east-1' => [ 'description' => 'AWS GovCloud (US-East)', ], 'us-gov-west-1' => [ 'description' => 'AWS GovCloud (US-West)', ], ], 'services' => [ 'access-analyzer' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'access-analyzer.us-gov-west-1.amazonaws.com', ], ], ], 'acm' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'acm.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'acm.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'acm.us-gov-west-1.amazonaws.com', ], ], ], 'acm-pca' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'acm-pca.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'acm-pca.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'acm-pca.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'acm-pca.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.detective' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.detective-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.detective-fips.us-gov-west-1.amazonaws.com', ], ], ], 'api.ecr' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ecr-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dkr-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dkr-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-dkr-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', ], 'fips-dkr-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'api.ecr.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.ecr.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ecr-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api-fips.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api-fips.sagemaker.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1-fips-secondary' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.sagemaker.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1-secondary' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'api.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'api.tunneling.iot' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'apigateway' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'appconfig.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appconfig.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'appconfig.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'appconfig.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'deprecated' => true, 'hostname' => 'application-autoscaling.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'deprecated' => true, 'hostname' => 'application-autoscaling.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], ], ], ], 'applicationinsights' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'applicationinsights.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'applicationinsights.us-gov-west-1.amazonaws.com', ], ], ], 'appstream2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'appstream', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'appstream2-fips.us-gov-west-1.amazonaws.com', ], ], ], 'athena' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'athena-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'athena-fips.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'athena.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'autoscaling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'autoscaling.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], ], ], ], 'autoscaling-plans' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], ], ], ], 'backup' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'backup-gateway' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'backupstorage' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'batch' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'batch.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'batch.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'batch.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'batch.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'batch.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cassandra' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cassandra.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cassandra.us-gov-west-1.amazonaws.com', ], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudcontrolapi-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudcontrolapi-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'clouddirectory' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'clouddirectory.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'clouddirectory.us-gov-west-1.amazonaws.com', ], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudformation.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudformation.us-gov-west-1.amazonaws.com', ], ], ], 'cloudhsm' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'cloudhsmv2' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'cloudhsm', ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'cloudtrail' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cloudtrail.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'codebuild' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codebuild-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codebuild-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codecommit' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codecommit-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codedeploy-fips.us-gov-west-1.amazonaws.com', ], ], ], 'codepipeline' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'codepipeline-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'codepipeline-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-identity' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-identity-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-identity-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'cognito-idp' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'cognito-idp-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'cognito-idp-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'comprehend-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'comprehend-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'comprehendmedical' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'comprehendmedical-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'comprehendmedical-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'compute-optimizer' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'compute-optimizer-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'compute-optimizer-fips.us-gov-west-1.amazonaws.com', ], ], ], 'config' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'config.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'config.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'config.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'config.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'config.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'connect' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'connect.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'connect.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'controltower' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'data-ats.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.iot' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'service' => 'iotdata', ], 'deprecated' => true, 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'data.jobs.iot' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'data.jobs.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'data.jobs.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'databrew' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'databrew.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'databrew.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'datasync' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'datasync-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'directconnect' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'directconnect.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'directconnect.us-gov-west-1.amazonaws.com', ], ], ], 'dlm' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dlm.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dlm.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dlm.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dlm.us-gov-west-1.amazonaws.com', ], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-gov-west-1.amazonaws.com', ], ], ], 'docdb' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'ds' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ds-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ds-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'dynamodb' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dynamodb.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'dynamodb.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'dynamodb.us-gov-west-1.amazonaws.com', ], ], ], 'ebs' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ec2.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'ec2.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ec2.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'ec2.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ec2.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'ecs' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ecs-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ecs-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'eks.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'eks.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'eks.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'eks.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'eks.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticache' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticache.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticache.us-gov-west-1.amazonaws.com', ], ], ], 'elasticbeanstalk' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticbeanstalk.us-gov-west-1.amazonaws.com', ], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticloadbalancing.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticloadbalancing.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'elasticloadbalancing.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticmapreduce' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'elasticmapreduce.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticmapreduce.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'elasticmapreduce.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'email' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'email-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'email-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'emr-containers' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'es' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'es-fips.us-gov-west-1.amazonaws.com', ], ], ], 'events' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'events.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'events.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'events.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'events.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'firehose' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'firehose-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'firehose-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fms' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'fsx' => [ 'endpoints' => [ 'fips-prod-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', ], 'fips-prod-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', ], 'prod-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'prod-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fsx-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glacier' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'glacier.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'glacier.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 'glacier.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'glue' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'glue-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'glue-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'greengrass' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'dataplane-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'greengrass-ats.iot.us-gov-east-1.amazonaws.com', ], 'dataplane-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'greengrass-ats.iot.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'greengrass.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'greengrass.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'greengrass.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'greengrass.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'isRegionalized' => true, ], 'guardduty' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'guardduty.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'guardduty.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'guardduty.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'guardduty.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'guardduty.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => true, ], 'health' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'health-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'health-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iam' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'iam.us-gov.amazonaws.com', 'variants' => [ [ 'hostname' => 'iam.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'aws-us-gov-global-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iam.us-gov.amazonaws.com', ], 'iam-govcloud' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'iam.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'iam-govcloud-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iam.us-gov.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'identitystore' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'identitystore.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'identitystore.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'identitystore.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'identitystore.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'identitystore.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ingest.timestream' => [ 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ingest.timestream.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ingest.timestream.us-gov-west-1.amazonaws.com', ], ], ], 'inspector' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'inspector-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'inspector2' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'inspector2-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'inspector2-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'internetmonitor' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'internetmonitor.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'internetmonitor.us-gov-west-1.api.aws', ], ], ], 'iot' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'deprecated' => true, 'hostname' => 'iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotevents' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iotevents-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iotevents-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'ioteventsdata' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'data.iotevents-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iotevents.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'data.iotevents-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsecuredtunneling' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'api.tunneling.iot-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iotsitewise' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iotsitewise-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iotsitewise-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'iottwinmaker' => [ 'endpoints' => [ 'api-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.iottwinmaker.us-gov-west-1.amazonaws.com', ], 'data-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iottwinmaker.us-gov-west-1.amazonaws.com', ], 'fips-api-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'api.iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'fips-data-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'data.iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'iottwinmaker-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'iottwinmaker-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kafka' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kafka.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kafka.us-gov-west-1.amazonaws.com', ], ], ], 'kendra' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kendra-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'kendra-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kendra-ranking' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'kendra-ranking.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'kendra-ranking.us-gov-west-1.api.aws', ], ], ], 'kinesis' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kinesis.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'kinesis.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'kinesisanalytics' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-gov-west-1.amazonaws.com', ], ], ], 'lakeformation' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'lakeformation-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'lakeformation-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'lambda' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'lambda-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-gov-east-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'lambda-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'lambda.us-gov-west-1.api.aws', 'tags' => [ 'dualstack', ], ], ], ], ], ], 'license-manager' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'license-manager-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'license-manager-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'license-manager-linux-subscriptions' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'logs.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'logs.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'logs.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'logs.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'managedblockchain' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'mediaconvert' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mediaconvert.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mediaconvert.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'meetings-chime' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'meetings-chime-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'meetings-chime-fips.us-gov-west-1.amazonaws.com', ], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'mgn' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mgn-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mgn-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'models.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'models-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'models-fips.lex.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'models-fips.lex.us-gov-west-1.amazonaws.com', ], ], ], 'monitoring' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'monitoring.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'monitoring.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'monitoring.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'monitoring.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'monitoring.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'mq' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'mq-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'mq-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'neptune' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'network-firewall' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'network-firewall-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'network-firewall-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'networkmanager' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'networkmanager.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'oidc' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'oidc.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'oidc.us-gov-west-1.amazonaws.com', ], ], ], 'organizations' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'organizations.us-gov-west-1.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'outposts' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'outposts.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'outposts.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'outposts.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'outposts.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'participant.connect' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'participant.connect.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'participant.connect.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'pi' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'pinpoint' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'mobiletargeting', ], ], 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'pinpoint-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'pinpoint.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'pinpoint-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'polly' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'polly-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'polly-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'portal.sso' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'portal.sso.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'portal.sso.us-gov-west-1.amazonaws.com', ], ], ], 'quicksight' => [ 'endpoints' => [ 'api' => [], 'us-gov-west-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'ram.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ram.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ram.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'ram.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'ram.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ram.us-gov-west-1.amazonaws.com', ], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'rds.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'rds.us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'rds.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'rds.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rds.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rds.us-gov-west-1.amazonaws.com', ], ], ], 'redshift' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'redshift.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'redshift.us-gov-west-1.amazonaws.com', ], ], ], 'rekognition' => [ 'endpoints' => [ 'rekognition-fips.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', ], 'rekognition.us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'rekognition-fips.us-gov-west-1.amazonaws.com', ], ], ], 'resource-explorer-2' => [ 'defaults' => [ 'dnsSuffix' => 'api.aws', 'variants' => [ [ 'dnsSuffix' => 'api.aws', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'hostname' => 'resource-explorer-2.us-gov-east-1.api.aws', ], 'us-gov-west-1' => [ 'hostname' => 'resource-explorer-2.us-gov-west-1.api.aws', ], ], ], 'resource-groups' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'resource-groups.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'resource-groups.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'robomaker' => [ 'endpoints' => [ 'us-gov-west-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'route53.us-gov.amazonaws.com', 'variants' => [ [ 'hostname' => 'route53.us-gov.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'fips-aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'route53.us-gov.amazonaws.com', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-us-gov-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'route53resolver.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'deprecated' => true, 'hostname' => 'route53resolver.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'route53resolver.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'deprecated' => true, 'hostname' => 'route53resolver.us-gov-west-1.amazonaws.com', ], ], ], 'runtime.lex' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'lex', ], 'variants' => [ [ 'hostname' => 'runtime-fips.lex.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime-fips.lex.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'runtime-fips.lex.us-gov-west-1.amazonaws.com', ], ], ], 'runtime.sagemaker' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'runtime.sagemaker.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'runtime.sagemaker.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'runtime.sagemaker.us-gov-west-1.amazonaws.com', ], ], ], 's3' => [ 'defaults' => [ 'signatureVersions' => [ 's3', 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 's3-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'hostname' => 's3.us-gov-east-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 's3-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1' => [ 'hostname' => 's3.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'variants' => [ [ 'hostname' => 's3-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], ], ], 's3-control' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}-fips.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', 'fips', ], ], [ 'dnsSuffix' => 'amazonaws.com', 'hostname' => '{service}.dualstack.{region}.{dnsSuffix}', 'tags' => [ 'dualstack', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 's3-control.us-gov-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-gov-east-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 's3-control.us-gov-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], 'variants' => [ [ 'hostname' => 's3-control-fips.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 's3-control.dualstack.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 's3-control-fips.us-gov-west-1.amazonaws.com', 'signatureVersions' => [ 's3v4', ], ], ], ], 's3-outposts' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'deprecated' => true, ], 'fips-us-gov-west-1' => [ 'deprecated' => true, ], 'us-gov-east-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'tags' => [ 'fips', ], ], ], ], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'secretsmanager-fips.us-gov-west-1.amazonaws.com', ], ], ], 'securityhub' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'securityhub-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'securityhub-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'serverlessrepo' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'serverlessrepo.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'serverlessrepo.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'serverlessrepo.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'serverlessrepo.us-gov-west-1.amazonaws.com', ], ], ], 'servicecatalog' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicecatalog-fips.us-gov-west-1.amazonaws.com', ], ], ], 'servicecatalog-appregistry' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'servicecatalog-appregistry.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'servicediscovery' => [ 'endpoints' => [ 'servicediscovery' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'servicediscovery-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery.us-gov-east-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', 'fips', ], ], [ 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], [ 'hostname' => 'servicediscovery.us-gov-west-1.amazonaws.com', 'tags' => [ 'dualstack', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicediscovery-fips.us-gov-west-1.amazonaws.com', ], ], ], 'servicequotas' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'servicequotas.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'servicequotas.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'servicequotas.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'servicequotas.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'servicequotas.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'simspaceweaver' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'sms' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sms-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sms-voice' => [ 'endpoints' => [ 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sms-voice-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sms-voice-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'snowball' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'snowball-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'snowball-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sns' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'sns.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sns.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'sns.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'sns.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sqs' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'sqs.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'sqs.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'sqs.us-gov-west-1.amazonaws.com', 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], ], ], 'ssm' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'ssm.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'ssm.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'ssm.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'ssm.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'ssm.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'sso' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'sso.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'sso.us-gov-west-1.amazonaws.com', ], ], ], 'states' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'states-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'states.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'states-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'states.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'storagegateway' => [ 'endpoints' => [ 'fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'storagegateway-fips.us-gov-west-1.amazonaws.com', ], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'variants' => [ [ 'hostname' => 'streams.dynamodb.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'streams.dynamodb.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'streams.dynamodb.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'streams.dynamodb.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'streams.dynamodb.us-gov-west-1.amazonaws.com', ], ], ], 'sts' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'sts.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'sts.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'sts.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'sts.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'sts.us-gov-west-1.amazonaws.com', ], ], ], 'support' => [ 'endpoints' => [ 'aws-us-gov-global' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'support.us-gov-west-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'support.us-gov-west-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'support.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], 'partitionEndpoint' => 'aws-us-gov-global', ], 'swf' => [ 'endpoints' => [ 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'swf.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'swf.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'swf.us-gov-east-1.amazonaws.com', ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'swf.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'swf.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'swf.us-gov-west-1.amazonaws.com', ], ], ], 'synthetics' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'synthetics-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'synthetics-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'tagging' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'textract' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'textract-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'textract-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], 'variants' => [ [ 'hostname' => 'fips.transcribe.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'fips.transcribe.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'fips.transcribe.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'transfer' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'transfer-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'transfer-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'translate-fips.us-gov-west-1.amazonaws.com', ], ], ], 'waf-regional' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'waf-regional-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'waf-regional.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'waf-regional.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'waf-regional-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wafv2' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'wafv2-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'hostname' => 'wafv2.us-gov-east-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'hostname' => 'wafv2.us-gov-west-1.amazonaws.com', 'variants' => [ [ 'hostname' => 'wafv2-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'wellarchitected' => [ 'endpoints' => [ 'us-gov-east-1' => [], 'us-gov-west-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'workspaces-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'workspaces-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], 'xray' => [ 'endpoints' => [ 'fips-us-gov-east-1' => [ 'credentialScope' => [ 'region' => 'us-gov-east-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-gov-east-1.amazonaws.com', ], 'fips-us-gov-west-1' => [ 'credentialScope' => [ 'region' => 'us-gov-west-1', ], 'deprecated' => true, 'hostname' => 'xray-fips.us-gov-west-1.amazonaws.com', ], 'us-gov-east-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-gov-east-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], 'us-gov-west-1' => [ 'variants' => [ [ 'hostname' => 'xray-fips.us-gov-west-1.amazonaws.com', 'tags' => [ 'fips', ], ], ], ], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'c2s.ic.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'c2s.ic.gov', 'partition' => 'aws-iso', 'partitionName' => 'AWS ISO (US)', 'regionRegex' => '^us\\-iso\\-\\w+\\-\\d+$', 'regions' => [ 'us-iso-east-1' => [ 'description' => 'US ISO East', ], 'us-iso-west-1' => [ 'description' => 'US ISO WEST', ], ], 'services' => [ 'api.ecr' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'api.ecr.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'hostname' => 'api.ecr.us-iso-west-1.c2s.ic.gov', ], ], ], 'api.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'apigateway' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'appconfig' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'athena' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'autoscaling' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'cloudcontrolapi' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'comprehend' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'config' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'datapipeline' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'dms.us-iso-west-1.c2s.ic.gov', ], ], ], 'ds' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'dynamodb' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'ec2' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov', ], 'fips-us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'elasticmapreduce' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'https', ], ], 'us-iso-west-1' => [], ], ], 'es' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'events' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'firehose' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'glacier' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'glue' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'health' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'iam.us-iso-east-1.c2s.ic.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-global', ], 'kinesis' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-east-1.c2s.ic.gov', ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1-fips' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-iso-west-1.c2s.ic.gov', ], ], ], 'lambda' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'license-manager' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'medialive' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'mediapackage' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'monitoring' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'outposts' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-iso-east-1' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-iso-east-1.c2s.ic.gov', ], 'fips-us-iso-west-1' => [ 'credentialScope' => [ 'region' => 'us-iso-west-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-iso-west-1.c2s.ic.gov', ], 'us-iso-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-iso-east-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], 'us-iso-west-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-iso-west-1.c2s.ic.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'route53.c2s.ic.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'runtime.sagemaker' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 's3' => [ 'defaults' => [ 'signatureVersions' => [ 's3v4', ], ], 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], ], 'us-iso-west-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'sns' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'sqs' => [ 'endpoints' => [ 'us-iso-east-1' => [ 'protocols' => [ 'http', 'https', ], ], 'us-iso-west-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'states' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], ], 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-iso-global' => [ 'credentialScope' => [ 'region' => 'us-iso-east-1', ], 'hostname' => 'support.us-iso-east-1.c2s.ic.gov', ], ], 'partitionEndpoint' => 'aws-iso-global', ], 'swf' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], 'transcribe' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'transcribestreaming' => [ 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'translate' => [ 'defaults' => [ 'protocols' => [ 'https', ], ], 'endpoints' => [ 'us-iso-east-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'us-iso-east-1' => [], 'us-iso-west-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'sc2s.sgov.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'sc2s.sgov.gov', 'partition' => 'aws-iso-b', 'partitionName' => 'AWS ISOB (US)', 'regionRegex' => '^us\\-isob\\-\\w+\\-\\d+$', 'regions' => [ 'us-isob-east-1' => [ 'description' => 'US ISOB East (Ohio)', ], ], 'services' => [ 'api.ecr' => [ 'endpoints' => [ 'us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'api.ecr.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'appconfig' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'appconfigdata' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'application-autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'autoscaling' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'cloudformation' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'cloudtrail' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'codedeploy' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'config' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'directconnect' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dlm' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dms' => [ 'defaults' => [ 'variants' => [ [ 'hostname' => 'dms.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'endpoints' => [ 'dms' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'variants' => [ [ 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'dms-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'us-isob-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'dms.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'ds' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'dynamodb' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ebs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ec2' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ecs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'eks' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'elasticache' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'elasticfilesystem' => [ 'endpoints' => [ 'fips-us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'elasticloadbalancing' => [ 'endpoints' => [ 'us-isob-east-1' => [ 'protocols' => [ 'https', ], ], ], ], 'elasticmapreduce' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'es' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'events' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'glacier' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'health' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'iam' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'iam.us-isob-east-1.sc2s.sgov.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-b-global', ], 'kinesis' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'kms' => [ 'endpoints' => [ 'ProdFips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], 'us-isob-east-1-fips' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'kms-fips.us-isob-east-1.sc2s.sgov.gov', ], ], ], 'lambda' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'license-manager' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'logs' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'metering.marketplace' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'aws-marketplace', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'metrics.sagemaker' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'monitoring' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ram' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'rbin' => [ 'endpoints' => [ 'fips-us-isob-east-1' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'deprecated' => true, 'hostname' => 'rbin-fips.us-isob-east-1.sc2s.sgov.gov', ], 'us-isob-east-1' => [ 'variants' => [ [ 'hostname' => 'rbin-fips.us-isob-east-1.sc2s.sgov.gov', 'tags' => [ 'fips', ], ], ], ], ], ], 'rds' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'redshift' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'resource-groups' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'route53' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'route53.sc2s.sgov.gov', ], ], 'isRegionalized' => false, 'partitionEndpoint' => 'aws-iso-b-global', ], 'route53resolver' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 's3' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'signatureVersions' => [ 's3v4', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'secretsmanager' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'snowball' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sns' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sqs' => [ 'defaults' => [ 'protocols' => [ 'http', 'https', ], 'sslCommonName' => '{region}.queue.{dnsSuffix}', ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'ssm' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'states' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'streams.dynamodb' => [ 'defaults' => [ 'credentialScope' => [ 'service' => 'dynamodb', ], 'protocols' => [ 'http', 'https', ], ], 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'sts' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'support' => [ 'endpoints' => [ 'aws-iso-b-global' => [ 'credentialScope' => [ 'region' => 'us-isob-east-1', ], 'hostname' => 'support.us-isob-east-1.sc2s.sgov.gov', ], ], 'partitionEndpoint' => 'aws-iso-b-global', ], 'swf' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'synthetics' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'tagging' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], 'workspaces' => [ 'endpoints' => [ 'us-isob-east-1' => [], ], ], ], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'cloud.adc-e.uk', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'cloud.adc-e.uk', 'partition' => 'aws-iso-e', 'partitionName' => 'AWS ISOE (Europe)', 'regionRegex' => '^eu\\-isoe\\-\\w+\\-\\d+$', 'regions' => [], 'services' => [], ], [ 'defaults' => [ 'hostname' => '{service}.{region}.{dnsSuffix}', 'protocols' => [ 'https', ], 'signatureVersions' => [ 'v4', ], 'variants' => [ [ 'dnsSuffix' => 'csp.hci.ic.gov', 'hostname' => '{service}-fips.{region}.{dnsSuffix}', 'tags' => [ 'fips', ], ], ], ], 'dnsSuffix' => 'csp.hci.ic.gov', 'partition' => 'aws-iso-f', 'partitionName' => 'AWS ISOF', 'regionRegex' => '^us\\-isof\\-\\w+\\-\\d+$', 'regions' => [], 'services' => [], ], ], 'version' => 3,]; diff --git a/src/data/glue/2017-03-31/api-2.json b/src/data/glue/2017-03-31/api-2.json index 5941400d09..0b68fc1898 100644 --- a/src/data/glue/2017-03-31/api-2.json +++ b/src/data/glue/2017-03-31/api-2.json @@ -4933,7 +4933,8 @@ "DisableValueTrimming":{"shape":"NullableBoolean"}, "AllowSingleColumn":{"shape":"NullableBoolean"}, "CustomDatatypeConfigured":{"shape":"NullableBoolean"}, - "CustomDatatypes":{"shape":"CustomDatatypes"} + "CustomDatatypes":{"shape":"CustomDatatypes"}, + "Serde":{"shape":"CsvSerdeOption"} } }, "CreateCustomEntityTypeRequest":{ @@ -5399,7 +5400,8 @@ "DisableValueTrimming":{"shape":"NullableBoolean"}, "AllowSingleColumn":{"shape":"NullableBoolean"}, "CustomDatatypeConfigured":{"shape":"NullableBoolean"}, - "CustomDatatypes":{"shape":"CustomDatatypes"} + "CustomDatatypes":{"shape":"CustomDatatypes"}, + "Serde":{"shape":"CsvSerdeOption"} } }, "CsvColumnDelimiter":{ @@ -5426,6 +5428,14 @@ "min":1, "pattern":"[^\\r\\n]" }, + "CsvSerdeOption":{ + "type":"string", + "enum":[ + "OpenCSVSerDe", + "LazySimpleSerDe", + "None" + ] + }, "CustomCode":{ "type":"structure", "required":[ @@ -12244,7 +12254,8 @@ "DisableValueTrimming":{"shape":"NullableBoolean"}, "AllowSingleColumn":{"shape":"NullableBoolean"}, "CustomDatatypeConfigured":{"shape":"NullableBoolean"}, - "CustomDatatypes":{"shape":"CustomDatatypes"} + "CustomDatatypes":{"shape":"CustomDatatypes"}, + "Serde":{"shape":"CsvSerdeOption"} } }, "UpdateDataQualityRulesetRequest":{ diff --git a/src/data/glue/2017-03-31/api-2.json.php b/src/data/glue/2017-03-31/api-2.json.php index 9ce110ad66..0d3340fe4d 100644 --- a/src/data/glue/2017-03-31/api-2.json.php +++ b/src/data/glue/2017-03-31/api-2.json.php @@ -1,3 +1,3 @@ '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' => [ 'name' => 'BatchCreatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchCreatePartitionRequest', ], 'output' => [ 'shape' => 'BatchCreatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'BatchDeleteConnection' => [ 'name' => 'BatchDeleteConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteConnectionRequest', ], 'output' => [ 'shape' => 'BatchDeleteConnectionResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchDeletePartition' => [ 'name' => 'BatchDeletePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeletePartitionRequest', ], 'output' => [ 'shape' => 'BatchDeletePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchDeleteTable' => [ 'name' => 'BatchDeleteTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteTableRequest', ], 'output' => [ 'shape' => 'BatchDeleteTableResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'BatchDeleteTableVersion' => [ 'name' => 'BatchDeleteTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteTableVersionRequest', ], 'output' => [ 'shape' => 'BatchDeleteTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetBlueprints' => [ 'name' => 'BatchGetBlueprints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetBlueprintsRequest', ], 'output' => [ 'shape' => 'BatchGetBlueprintsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetCrawlers' => [ 'name' => 'BatchGetCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetCrawlersRequest', ], 'output' => [ 'shape' => 'BatchGetCrawlersResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetCustomEntityTypes' => [ 'name' => 'BatchGetCustomEntityTypes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetCustomEntityTypesRequest', ], 'output' => [ 'shape' => 'BatchGetCustomEntityTypesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetDataQualityResult' => [ 'name' => 'BatchGetDataQualityResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDataQualityResultRequest', ], 'output' => [ 'shape' => 'BatchGetDataQualityResultResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'BatchGetDevEndpoints' => [ 'name' => 'BatchGetDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDevEndpointsRequest', ], 'output' => [ 'shape' => 'BatchGetDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetJobs' => [ 'name' => 'BatchGetJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetJobsRequest', ], 'output' => [ 'shape' => 'BatchGetJobsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetPartition' => [ 'name' => 'BatchGetPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetPartitionRequest', ], 'output' => [ 'shape' => 'BatchGetPartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'InvalidStateException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'BatchGetTriggers' => [ 'name' => 'BatchGetTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetTriggersRequest', ], 'output' => [ 'shape' => 'BatchGetTriggersResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetWorkflows' => [ 'name' => 'BatchGetWorkflows', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetWorkflowsRequest', ], 'output' => [ 'shape' => 'BatchGetWorkflowsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchStopJobRun' => [ 'name' => 'BatchStopJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchStopJobRunRequest', ], 'output' => [ 'shape' => 'BatchStopJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchUpdatePartition' => [ 'name' => 'BatchUpdatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchUpdatePartitionRequest', ], 'output' => [ 'shape' => 'BatchUpdatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CancelDataQualityRuleRecommendationRun' => [ 'name' => 'CancelDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'CancelDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelDataQualityRulesetEvaluationRun' => [ 'name' => 'CancelDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'CancelDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelMLTaskRun' => [ 'name' => 'CancelMLTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelMLTaskRunRequest', ], 'output' => [ 'shape' => 'CancelMLTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelStatement' => [ 'name' => 'CancelStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelStatementRequest', ], 'output' => [ 'shape' => 'CancelStatementResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'CheckSchemaVersionValidity' => [ 'name' => 'CheckSchemaVersionValidity', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckSchemaVersionValidityInput', ], 'output' => [ 'shape' => 'CheckSchemaVersionValidityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateBlueprint' => [ 'name' => 'CreateBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateBlueprintRequest', ], 'output' => [ 'shape' => 'CreateBlueprintResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateClassifier' => [ 'name' => 'CreateClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateClassifierRequest', ], 'output' => [ 'shape' => 'CreateClassifierResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'CreateConnection' => [ 'name' => 'CreateConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateConnectionRequest', ], 'output' => [ 'shape' => 'CreateConnectionResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateCrawler' => [ 'name' => 'CreateCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCrawlerRequest', ], 'output' => [ 'shape' => 'CreateCrawlerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateCustomEntityType' => [ 'name' => 'CreateCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'CreateCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateDataQualityRuleset' => [ 'name' => 'CreateDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'CreateDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], 'idempotent' => true, ], 'CreateDatabase' => [ 'name' => 'CreateDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDatabaseRequest', ], 'output' => [ 'shape' => 'CreateDatabaseResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'FederatedResourceAlreadyExistsException', ], ], ], 'CreateDevEndpoint' => [ 'name' => 'CreateDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDevEndpointRequest', ], 'output' => [ 'shape' => 'CreateDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateJob' => [ 'name' => 'CreateJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateJobRequest', ], 'output' => [ 'shape' => 'CreateJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'CreateMLTransform' => [ 'name' => 'CreateMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateMLTransformRequest', ], 'output' => [ 'shape' => 'CreateMLTransformResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], ], ], 'CreatePartition' => [ 'name' => 'CreatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePartitionRequest', ], 'output' => [ 'shape' => 'CreatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreatePartitionIndex' => [ 'name' => 'CreatePartitionIndex', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePartitionIndexRequest', ], 'output' => [ 'shape' => 'CreatePartitionIndexResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateRegistry' => [ 'name' => 'CreateRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateRegistryInput', ], 'output' => [ 'shape' => 'CreateRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateSchema' => [ 'name' => 'CreateSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSchemaInput', ], 'output' => [ 'shape' => 'CreateSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateScript' => [ 'name' => 'CreateScript', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateScriptRequest', ], 'output' => [ 'shape' => 'CreateScriptResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'CreateSecurityConfiguration' => [ 'name' => 'CreateSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'CreateSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateSession' => [ 'name' => 'CreateSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSessionRequest', ], 'output' => [ 'shape' => 'CreateSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateTable' => [ 'name' => 'CreateTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTableRequest', ], 'output' => [ 'shape' => 'CreateTableResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'CreateTrigger' => [ 'name' => 'CreateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTriggerRequest', ], 'output' => [ 'shape' => 'CreateTriggerResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'CreateUserDefinedFunction' => [ 'name' => 'CreateUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'CreateUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateWorkflow' => [ 'name' => 'CreateWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkflowRequest', ], 'output' => [ 'shape' => 'CreateWorkflowResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteBlueprint' => [ 'name' => 'DeleteBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteBlueprintRequest', ], 'output' => [ 'shape' => 'DeleteBlueprintResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeleteClassifier' => [ 'name' => 'DeleteClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteClassifierRequest', ], 'output' => [ 'shape' => 'DeleteClassifierResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteColumnStatisticsForPartition' => [ 'name' => 'DeleteColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'DeleteColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteColumnStatisticsForTable' => [ 'name' => 'DeleteColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'DeleteColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteConnection' => [ 'name' => 'DeleteConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteConnectionRequest', ], 'output' => [ 'shape' => 'DeleteConnectionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteCrawler' => [ 'name' => 'DeleteCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCrawlerRequest', ], 'output' => [ 'shape' => 'DeleteCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteCustomEntityType' => [ 'name' => 'DeleteCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'DeleteCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteDataQualityRuleset' => [ 'name' => 'DeleteDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'DeleteDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeleteDatabase' => [ 'name' => 'DeleteDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDatabaseRequest', ], 'output' => [ 'shape' => 'DeleteDatabaseResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteDevEndpoint' => [ 'name' => 'DeleteDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDevEndpointRequest', ], 'output' => [ 'shape' => 'DeleteDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'DeleteJob' => [ 'name' => 'DeleteJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteJobRequest', ], 'output' => [ 'shape' => 'DeleteJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteMLTransform' => [ 'name' => 'DeleteMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteMLTransformRequest', ], 'output' => [ 'shape' => 'DeleteMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeletePartition' => [ 'name' => 'DeletePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePartitionRequest', ], 'output' => [ 'shape' => 'DeletePartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeletePartitionIndex' => [ 'name' => 'DeletePartitionIndex', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePartitionIndexRequest', ], 'output' => [ 'shape' => 'DeletePartitionIndexResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteRegistry' => [ 'name' => 'DeleteRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteRegistryInput', ], 'output' => [ 'shape' => 'DeleteRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteResourcePolicy' => [ 'name' => 'DeleteResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteResourcePolicyRequest', ], 'output' => [ 'shape' => 'DeleteResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ConditionCheckFailureException', ], ], ], 'DeleteSchema' => [ 'name' => 'DeleteSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSchemaInput', ], 'output' => [ 'shape' => 'DeleteSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteSchemaVersions' => [ 'name' => 'DeleteSchemaVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSchemaVersionsInput', ], 'output' => [ 'shape' => 'DeleteSchemaVersionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteSecurityConfiguration' => [ 'name' => 'DeleteSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteSession' => [ 'name' => 'DeleteSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSessionRequest', ], 'output' => [ 'shape' => 'DeleteSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteTable' => [ 'name' => 'DeleteTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableRequest', ], 'output' => [ 'shape' => 'DeleteTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'DeleteTableVersion' => [ 'name' => 'DeleteTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableVersionRequest', ], 'output' => [ 'shape' => 'DeleteTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteTrigger' => [ 'name' => 'DeleteTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTriggerRequest', ], 'output' => [ 'shape' => 'DeleteTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteUserDefinedFunction' => [ 'name' => 'DeleteUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'DeleteUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteWorkflow' => [ 'name' => 'DeleteWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkflowRequest', ], 'output' => [ 'shape' => 'DeleteWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'GetBlueprint' => [ 'name' => 'GetBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRequest', ], 'output' => [ 'shape' => 'GetBlueprintResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetBlueprintRun' => [ 'name' => 'GetBlueprintRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRunRequest', ], 'output' => [ 'shape' => 'GetBlueprintRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetBlueprintRuns' => [ 'name' => 'GetBlueprintRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRunsRequest', ], 'output' => [ 'shape' => 'GetBlueprintRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetCatalogImportStatus' => [ 'name' => 'GetCatalogImportStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCatalogImportStatusRequest', ], 'output' => [ 'shape' => 'GetCatalogImportStatusResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetClassifier' => [ 'name' => 'GetClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetClassifierRequest', ], 'output' => [ 'shape' => 'GetClassifierResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetClassifiers' => [ 'name' => 'GetClassifiers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetClassifiersRequest', ], 'output' => [ 'shape' => 'GetClassifiersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetColumnStatisticsForPartition' => [ 'name' => 'GetColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetColumnStatisticsForTable' => [ 'name' => 'GetColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetConnection' => [ 'name' => 'GetConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetConnectionRequest', ], 'output' => [ 'shape' => 'GetConnectionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetConnections' => [ 'name' => 'GetConnections', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetConnectionsRequest', ], 'output' => [ 'shape' => 'GetConnectionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetCrawler' => [ 'name' => 'GetCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlerRequest', ], 'output' => [ 'shape' => 'GetCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCrawlerMetrics' => [ 'name' => 'GetCrawlerMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlerMetricsRequest', ], 'output' => [ 'shape' => 'GetCrawlerMetricsResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCrawlers' => [ 'name' => 'GetCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlersRequest', ], 'output' => [ 'shape' => 'GetCrawlersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCustomEntityType' => [ 'name' => 'GetCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'GetCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDataCatalogEncryptionSettings' => [ 'name' => 'GetDataCatalogEncryptionSettings', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataCatalogEncryptionSettingsRequest', ], 'output' => [ 'shape' => 'GetDataCatalogEncryptionSettingsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDataQualityResult' => [ 'name' => 'GetDataQualityResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityResultRequest', ], 'output' => [ 'shape' => 'GetDataQualityResultResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetDataQualityRuleRecommendationRun' => [ 'name' => 'GetDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'GetDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityRuleset' => [ 'name' => 'GetDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'GetDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityRulesetEvaluationRun' => [ 'name' => 'GetDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'GetDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDatabase' => [ 'name' => 'GetDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDatabaseRequest', ], 'output' => [ 'shape' => 'GetDatabaseResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], ], ], 'GetDatabases' => [ 'name' => 'GetDatabases', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDatabasesRequest', ], 'output' => [ 'shape' => 'GetDatabasesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetDataflowGraph' => [ 'name' => 'GetDataflowGraph', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataflowGraphRequest', ], 'output' => [ 'shape' => 'GetDataflowGraphResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDevEndpoint' => [ 'name' => 'GetDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDevEndpointRequest', ], 'output' => [ 'shape' => 'GetDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetDevEndpoints' => [ 'name' => 'GetDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDevEndpointsRequest', ], 'output' => [ 'shape' => 'GetDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetJob' => [ 'name' => 'GetJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRequest', ], 'output' => [ 'shape' => 'GetJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobBookmark' => [ 'name' => 'GetJobBookmark', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobBookmarkRequest', ], 'output' => [ 'shape' => 'GetJobBookmarkResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetJobRun' => [ 'name' => 'GetJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRunRequest', ], 'output' => [ 'shape' => 'GetJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobRuns' => [ 'name' => 'GetJobRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRunsRequest', ], 'output' => [ 'shape' => 'GetJobRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobs' => [ 'name' => 'GetJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobsRequest', ], 'output' => [ 'shape' => 'GetJobsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetMLTaskRun' => [ 'name' => 'GetMLTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTaskRunRequest', ], 'output' => [ 'shape' => 'GetMLTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTaskRuns' => [ 'name' => 'GetMLTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTaskRunsRequest', ], 'output' => [ 'shape' => 'GetMLTaskRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTransform' => [ 'name' => 'GetMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTransformRequest', ], 'output' => [ 'shape' => 'GetMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTransforms' => [ 'name' => 'GetMLTransforms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTransformsRequest', ], 'output' => [ 'shape' => 'GetMLTransformsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMapping' => [ 'name' => 'GetMapping', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMappingRequest', ], 'output' => [ 'shape' => 'GetMappingResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetPartition' => [ 'name' => 'GetPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionRequest', ], 'output' => [ 'shape' => 'GetPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetPartitionIndexes' => [ 'name' => 'GetPartitionIndexes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionIndexesRequest', ], 'output' => [ 'shape' => 'GetPartitionIndexesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConflictException', ], ], ], 'GetPartitions' => [ 'name' => 'GetPartitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionsRequest', ], 'output' => [ 'shape' => 'GetPartitionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'InvalidStateException', ], [ 'shape' => 'ResourceNotReadyException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetPlan' => [ 'name' => 'GetPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPlanRequest', ], 'output' => [ 'shape' => 'GetPlanResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetRegistry' => [ 'name' => 'GetRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetRegistryInput', ], 'output' => [ 'shape' => 'GetRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetResourcePolicies' => [ 'name' => 'GetResourcePolicies', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourcePoliciesRequest', ], 'output' => [ 'shape' => 'GetResourcePoliciesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetResourcePolicy' => [ 'name' => 'GetResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourcePolicyRequest', ], 'output' => [ 'shape' => 'GetResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetSchema' => [ 'name' => 'GetSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaInput', ], 'output' => [ 'shape' => 'GetSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaByDefinition' => [ 'name' => 'GetSchemaByDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaByDefinitionInput', ], 'output' => [ 'shape' => 'GetSchemaByDefinitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaVersion' => [ 'name' => 'GetSchemaVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaVersionInput', ], 'output' => [ 'shape' => 'GetSchemaVersionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaVersionsDiff' => [ 'name' => 'GetSchemaVersionsDiff', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaVersionsDiffInput', ], 'output' => [ 'shape' => 'GetSchemaVersionsDiffResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSecurityConfiguration' => [ 'name' => 'GetSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'GetSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetSecurityConfigurations' => [ 'name' => 'GetSecurityConfigurations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSecurityConfigurationsRequest', ], 'output' => [ 'shape' => 'GetSecurityConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetSession' => [ 'name' => 'GetSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSessionRequest', ], 'output' => [ 'shape' => 'GetSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetStatement' => [ 'name' => 'GetStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetStatementRequest', ], 'output' => [ 'shape' => 'GetStatementResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'GetTable' => [ 'name' => 'GetTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableRequest', ], 'output' => [ 'shape' => 'GetTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetTableVersion' => [ 'name' => 'GetTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableVersionRequest', ], 'output' => [ 'shape' => 'GetTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetTableVersions' => [ 'name' => 'GetTableVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableVersionsRequest', ], 'output' => [ 'shape' => 'GetTableVersionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetTables' => [ 'name' => 'GetTables', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTablesRequest', ], 'output' => [ 'shape' => 'GetTablesResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetTags' => [ 'name' => 'GetTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTagsRequest', ], 'output' => [ 'shape' => 'GetTagsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetTrigger' => [ 'name' => 'GetTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTriggerRequest', ], 'output' => [ 'shape' => 'GetTriggerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetTriggers' => [ 'name' => 'GetTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTriggersRequest', ], 'output' => [ 'shape' => 'GetTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetUnfilteredPartitionMetadata' => [ 'name' => 'GetUnfilteredPartitionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredPartitionMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredPartitionMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUnfilteredPartitionsMetadata' => [ 'name' => 'GetUnfilteredPartitionsMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredPartitionsMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredPartitionsMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUnfilteredTableMetadata' => [ 'name' => 'GetUnfilteredTableMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredTableMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredTableMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUserDefinedFunction' => [ 'name' => 'GetUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'GetUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetUserDefinedFunctions' => [ 'name' => 'GetUserDefinedFunctions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUserDefinedFunctionsRequest', ], 'output' => [ 'shape' => 'GetUserDefinedFunctionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetWorkflow' => [ 'name' => 'GetWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRequest', ], 'output' => [ 'shape' => 'GetWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRun' => [ 'name' => 'GetWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRunProperties' => [ 'name' => 'GetWorkflowRunProperties', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunPropertiesRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunPropertiesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRuns' => [ 'name' => 'GetWorkflowRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunsRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ImportCatalogToGlue' => [ 'name' => 'ImportCatalogToGlue', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ImportCatalogToGlueRequest', ], 'output' => [ 'shape' => 'ImportCatalogToGlueResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListBlueprints' => [ 'name' => 'ListBlueprints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListBlueprintsRequest', ], 'output' => [ 'shape' => 'ListBlueprintsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListCrawlers' => [ 'name' => 'ListCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCrawlersRequest', ], 'output' => [ 'shape' => 'ListCrawlersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListCrawls' => [ 'name' => 'ListCrawls', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCrawlsRequest', ], 'output' => [ 'shape' => 'ListCrawlsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'ListCustomEntityTypes' => [ 'name' => 'ListCustomEntityTypes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCustomEntityTypesRequest', ], 'output' => [ 'shape' => 'ListCustomEntityTypesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityResults' => [ 'name' => 'ListDataQualityResults', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityResultsRequest', ], 'output' => [ 'shape' => 'ListDataQualityResultsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRuleRecommendationRuns' => [ 'name' => 'ListDataQualityRuleRecommendationRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRuleRecommendationRunsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRuleRecommendationRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRulesetEvaluationRuns' => [ 'name' => 'ListDataQualityRulesetEvaluationRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRulesetEvaluationRunsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRulesetEvaluationRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRulesets' => [ 'name' => 'ListDataQualityRulesets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRulesetsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRulesetsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDevEndpoints' => [ 'name' => 'ListDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDevEndpointsRequest', ], 'output' => [ 'shape' => 'ListDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListJobs' => [ 'name' => 'ListJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListJobsRequest', ], 'output' => [ 'shape' => 'ListJobsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListMLTransforms' => [ 'name' => 'ListMLTransforms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMLTransformsRequest', ], 'output' => [ 'shape' => 'ListMLTransformsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListRegistries' => [ 'name' => 'ListRegistries', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListRegistriesInput', ], 'output' => [ 'shape' => 'ListRegistriesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSchemaVersions' => [ 'name' => 'ListSchemaVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSchemaVersionsInput', ], 'output' => [ 'shape' => 'ListSchemaVersionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSchemas' => [ 'name' => 'ListSchemas', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSchemasInput', ], 'output' => [ 'shape' => 'ListSchemasResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSessions' => [ 'name' => 'ListSessions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSessionsRequest', ], 'output' => [ 'shape' => 'ListSessionsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListStatements' => [ 'name' => 'ListStatements', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStatementsRequest', ], 'output' => [ 'shape' => 'ListStatementsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'ListTriggers' => [ 'name' => 'ListTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTriggersRequest', ], 'output' => [ 'shape' => 'ListTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListWorkflows' => [ 'name' => 'ListWorkflows', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkflowsRequest', ], 'output' => [ 'shape' => 'ListWorkflowsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'PutDataCatalogEncryptionSettings' => [ 'name' => 'PutDataCatalogEncryptionSettings', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDataCatalogEncryptionSettingsRequest', ], 'output' => [ 'shape' => 'PutDataCatalogEncryptionSettingsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'PutResourcePolicy' => [ 'name' => 'PutResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutResourcePolicyRequest', ], 'output' => [ 'shape' => 'PutResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ConditionCheckFailureException', ], ], ], 'PutSchemaVersionMetadata' => [ 'name' => 'PutSchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutSchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'PutSchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'PutWorkflowRunProperties' => [ 'name' => 'PutWorkflowRunProperties', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutWorkflowRunPropertiesRequest', ], 'output' => [ 'shape' => 'PutWorkflowRunPropertiesResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'QuerySchemaVersionMetadata' => [ 'name' => 'QuerySchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'QuerySchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'QuerySchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'RegisterSchemaVersion' => [ 'name' => 'RegisterSchemaVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterSchemaVersionInput', ], 'output' => [ 'shape' => 'RegisterSchemaVersionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'RemoveSchemaVersionMetadata' => [ 'name' => 'RemoveSchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RemoveSchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'RemoveSchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'ResetJobBookmark' => [ 'name' => 'ResetJobBookmark', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResetJobBookmarkRequest', ], 'output' => [ 'shape' => 'ResetJobBookmarkResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ResumeWorkflowRun' => [ 'name' => 'ResumeWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResumeWorkflowRunRequest', ], 'output' => [ 'shape' => 'ResumeWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], [ 'shape' => 'IllegalWorkflowStateException', ], ], ], 'RunStatement' => [ 'name' => 'RunStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RunStatementRequest', ], 'output' => [ 'shape' => 'RunStatementResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'SearchTables' => [ 'name' => 'SearchTables', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SearchTablesRequest', ], 'output' => [ 'shape' => 'SearchTablesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartBlueprintRun' => [ 'name' => 'StartBlueprintRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartBlueprintRunRequest', ], 'output' => [ 'shape' => 'StartBlueprintRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'IllegalBlueprintStateException', ], ], ], 'StartCrawler' => [ 'name' => 'StartCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartCrawlerRequest', ], 'output' => [ 'shape' => 'StartCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartCrawlerSchedule' => [ 'name' => 'StartCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'StartCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'SchedulerRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'NoScheduleException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartDataQualityRuleRecommendationRun' => [ 'name' => 'StartDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'StartDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConflictException', ], ], 'idempotent' => true, ], 'StartDataQualityRulesetEvaluationRun' => [ 'name' => 'StartDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'StartDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConflictException', ], ], 'idempotent' => true, ], 'StartExportLabelsTaskRun' => [ 'name' => 'StartExportLabelsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartExportLabelsTaskRunRequest', ], 'output' => [ 'shape' => 'StartExportLabelsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'StartImportLabelsTaskRun' => [ 'name' => 'StartImportLabelsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartImportLabelsTaskRunRequest', ], 'output' => [ 'shape' => 'StartImportLabelsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'StartJobRun' => [ 'name' => 'StartJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartJobRunRequest', ], 'output' => [ 'shape' => 'StartJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartMLEvaluationTaskRun' => [ 'name' => 'StartMLEvaluationTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMLEvaluationTaskRunRequest', ], 'output' => [ 'shape' => 'StartMLEvaluationTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], [ 'shape' => 'MLTransformNotReadyException', ], ], ], 'StartMLLabelingSetGenerationTaskRun' => [ 'name' => 'StartMLLabelingSetGenerationTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMLLabelingSetGenerationTaskRunRequest', ], 'output' => [ 'shape' => 'StartMLLabelingSetGenerationTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartTrigger' => [ 'name' => 'StartTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartTriggerRequest', ], 'output' => [ 'shape' => 'StartTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartWorkflowRun' => [ 'name' => 'StartWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartWorkflowRunRequest', ], 'output' => [ 'shape' => 'StartWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StopCrawler' => [ 'name' => 'StopCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCrawlerRequest', ], 'output' => [ 'shape' => 'StopCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerNotRunningException', ], [ 'shape' => 'CrawlerStoppingException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StopCrawlerSchedule' => [ 'name' => 'StopCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'StopCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'SchedulerNotRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StopSession' => [ 'name' => 'StopSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopSessionRequest', ], 'output' => [ 'shape' => 'StopSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopTrigger' => [ 'name' => 'StopTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTriggerRequest', ], 'output' => [ 'shape' => 'StopTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopWorkflowRun' => [ 'name' => 'StopWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopWorkflowRunRequest', ], 'output' => [ 'shape' => 'StopWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'IllegalWorkflowStateException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'UpdateBlueprint' => [ 'name' => 'UpdateBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateBlueprintRequest', ], 'output' => [ 'shape' => 'UpdateBlueprintResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'IllegalBlueprintStateException', ], ], ], 'UpdateClassifier' => [ 'name' => 'UpdateClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateClassifierRequest', ], 'output' => [ 'shape' => 'UpdateClassifierResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateColumnStatisticsForPartition' => [ 'name' => 'UpdateColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'UpdateColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateColumnStatisticsForTable' => [ 'name' => 'UpdateColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'UpdateColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateConnection' => [ 'name' => 'UpdateConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateConnectionRequest', ], 'output' => [ 'shape' => 'UpdateConnectionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateCrawler' => [ 'name' => 'UpdateCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCrawlerRequest', ], 'output' => [ 'shape' => 'UpdateCrawlerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateCrawlerSchedule' => [ 'name' => 'UpdateCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'UpdateCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateDataQualityRuleset' => [ 'name' => 'UpdateDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'UpdateDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'UpdateDatabase' => [ 'name' => 'UpdateDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDatabaseRequest', ], 'output' => [ 'shape' => 'UpdateDatabaseResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateDevEndpoint' => [ 'name' => 'UpdateDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDevEndpointRequest', ], 'output' => [ 'shape' => 'UpdateDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], ], ], 'UpdateJob' => [ 'name' => 'UpdateJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateJobRequest', ], 'output' => [ 'shape' => 'UpdateJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateJobFromSourceControl' => [ 'name' => 'UpdateJobFromSourceControl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateJobFromSourceControlRequest', ], 'output' => [ 'shape' => 'UpdateJobFromSourceControlResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateMLTransform' => [ 'name' => 'UpdateMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMLTransformRequest', ], 'output' => [ 'shape' => 'UpdateMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdatePartition' => [ 'name' => 'UpdatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePartitionRequest', ], 'output' => [ 'shape' => 'UpdatePartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateRegistry' => [ 'name' => 'UpdateRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateRegistryInput', ], 'output' => [ 'shape' => 'UpdateRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateSchema' => [ 'name' => 'UpdateSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSchemaInput', ], 'output' => [ 'shape' => 'UpdateSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateSourceControlFromJob' => [ 'name' => 'UpdateSourceControlFromJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSourceControlFromJobRequest', ], 'output' => [ 'shape' => 'UpdateSourceControlFromJobResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateTable' => [ 'name' => 'UpdateTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTableRequest', ], 'output' => [ 'shape' => 'UpdateTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'UpdateTrigger' => [ 'name' => 'UpdateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTriggerRequest', ], 'output' => [ 'shape' => 'UpdateTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateUserDefinedFunction' => [ 'name' => 'UpdateUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'UpdateUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateWorkflow' => [ 'name' => 'UpdateWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkflowRequest', ], 'output' => [ 'shape' => 'UpdateWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'AccountId' => [ 'type' => 'string', 'max' => 12, 'min' => 0, ], 'Action' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'ActionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Action', ], ], 'AdditionalOptionKeys' => [ 'type' => 'string', 'enum' => [ 'performanceTuning.caching', ], ], 'AdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnclosedInStringProperty', ], 'value' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'AdditionalPlanOptionsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'AggFunction' => [ 'type' => 'string', 'enum' => [ 'avg', 'countDistinct', 'count', 'first', 'last', 'kurtosis', 'max', 'min', 'skewness', 'stddev_samp', 'stddev_pop', 'sum', 'sumDistinct', 'var_samp', 'var_pop', ], ], 'Aggregate' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Groups', 'Aggs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Groups' => [ 'shape' => 'GlueStudioPathList', ], 'Aggs' => [ 'shape' => 'AggregateOperations', ], ], ], 'AggregateOperation' => [ 'type' => 'structure', 'required' => [ 'Column', 'AggFunc', ], 'members' => [ 'Column' => [ 'shape' => 'EnclosedInStringProperties', ], 'AggFunc' => [ 'shape' => 'AggFunction', ], ], ], 'AggregateOperations' => [ 'type' => 'list', 'member' => [ 'shape' => 'AggregateOperation', ], 'max' => 30, 'min' => 1, ], 'AlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'AmazonRedshiftAdvancedOption' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'GenericString', ], 'Value' => [ 'shape' => 'GenericString', ], ], ], 'AmazonRedshiftAdvancedOptions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AmazonRedshiftAdvancedOption', ], ], 'AmazonRedshiftNodeData' => [ 'type' => 'structure', 'members' => [ 'AccessType' => [ 'shape' => 'GenericLimitedString', ], 'SourceType' => [ 'shape' => 'GenericLimitedString', ], 'Connection' => [ 'shape' => 'Option', ], 'Schema' => [ 'shape' => 'Option', ], 'Table' => [ 'shape' => 'Option', ], 'CatalogDatabase' => [ 'shape' => 'Option', ], 'CatalogTable' => [ 'shape' => 'Option', ], 'CatalogRedshiftSchema' => [ 'shape' => 'GenericString', ], 'CatalogRedshiftTable' => [ 'shape' => 'GenericString', ], 'TempDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'IamRole' => [ 'shape' => 'Option', ], 'AdvancedOptions' => [ 'shape' => 'AmazonRedshiftAdvancedOptions', ], 'SampleQuery' => [ 'shape' => 'GenericString', ], 'PreAction' => [ 'shape' => 'GenericString', ], 'PostAction' => [ 'shape' => 'GenericString', ], 'Action' => [ 'shape' => 'GenericString', ], 'TablePrefix' => [ 'shape' => 'GenericLimitedString', ], 'Upsert' => [ 'shape' => 'BooleanValue', ], 'MergeAction' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenNotMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeClause' => [ 'shape' => 'GenericString', ], 'CrawlerConnection' => [ 'shape' => 'GenericString', ], 'TableSchema' => [ 'shape' => 'OptionList', ], 'StagingTable' => [ 'shape' => 'GenericString', ], 'SelectedColumns' => [ 'shape' => 'OptionList', ], ], ], 'AmazonRedshiftSource' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'AmazonRedshiftNodeData', ], ], ], 'AmazonRedshiftTarget' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'AmazonRedshiftNodeData', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'ApplyMapping' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Mapping', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Mapping' => [ 'shape' => 'Mappings', ], ], ], 'AthenaConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', 'SchemaName', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'SchemaName' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'AttemptCount' => [ 'type' => 'integer', ], 'AuditColumnNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnNameString', ], ], 'AuditContext' => [ 'type' => 'structure', 'members' => [ 'AdditionalAuditContext' => [ 'shape' => 'AuditContextString', ], 'RequestedColumns' => [ 'shape' => 'AuditColumnNamesList', ], 'AllColumnsRequested' => [ 'shape' => 'NullableBoolean', ], ], ], 'AuditContextString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, ], 'AuthTokenString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'BackfillError' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'BackfillErrorCode', ], 'Partitions' => [ 'shape' => 'BackfillErroredPartitionsList', ], ], ], 'BackfillErrorCode' => [ 'type' => 'string', 'enum' => [ 'ENCRYPTED_PARTITION_ERROR', 'INTERNAL_ERROR', 'INVALID_PARTITION_TYPE_DATA_ERROR', 'MISSING_PARTITION_VALUE_ERROR', 'UNSUPPORTED_PARTITION_CHARACTER_ERROR', ], ], 'BackfillErroredPartitionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], ], 'BackfillErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'BackfillError', ], ], 'BasicCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'BatchCreatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionInputList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionInputList' => [ 'shape' => 'PartitionInputList', ], ], ], 'BatchCreatePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'PartitionErrors', ], ], ], 'BatchDeleteConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionNameList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionNameList' => [ 'shape' => 'DeleteConnectionNameList', ], ], ], 'BatchDeleteConnectionResponse' => [ 'type' => 'structure', 'members' => [ 'Succeeded' => [ 'shape' => 'NameStringList', ], 'Errors' => [ 'shape' => 'ErrorByName', ], ], ], 'BatchDeletePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionsToDelete', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionsToDelete' => [ 'shape' => 'BatchDeletePartitionValueList', ], ], ], 'BatchDeletePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'PartitionErrors', ], ], ], 'BatchDeletePartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], 'max' => 25, 'min' => 0, ], 'BatchDeleteTableNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'BatchDeleteTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TablesToDelete', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TablesToDelete' => [ 'shape' => 'BatchDeleteTableNameList', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], ], ], 'BatchDeleteTableResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'TableErrors', ], ], ], 'BatchDeleteTableVersionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VersionString', ], 'max' => 100, 'min' => 0, ], 'BatchDeleteTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'VersionIds', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionIds' => [ 'shape' => 'BatchDeleteTableVersionList', ], ], ], 'BatchDeleteTableVersionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'TableVersionErrors', ], ], ], 'BatchGetBlueprintNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrchestrationNameString', ], 'max' => 25, 'min' => 1, ], 'BatchGetBlueprintsRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'BatchGetBlueprintNames', ], 'IncludeBlueprint' => [ 'shape' => 'NullableBoolean', ], 'IncludeParameterSpec' => [ 'shape' => 'NullableBoolean', ], ], ], 'BatchGetBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'Blueprints', ], 'MissingBlueprints' => [ 'shape' => 'BlueprintNames', ], ], ], 'BatchGetCrawlersRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerNames', ], 'members' => [ 'CrawlerNames' => [ 'shape' => 'CrawlerNameList', ], ], ], 'BatchGetCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'Crawlers' => [ 'shape' => 'CrawlerList', ], 'CrawlersNotFound' => [ 'shape' => 'CrawlerNameList', ], ], ], 'BatchGetCustomEntityTypesRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'CustomEntityTypeNames', ], ], ], 'BatchGetCustomEntityTypesResponse' => [ 'type' => 'structure', 'members' => [ 'CustomEntityTypes' => [ 'shape' => 'CustomEntityTypes', ], 'CustomEntityTypesNotFound' => [ 'shape' => 'CustomEntityTypeNames', ], ], ], 'BatchGetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultIds', ], 'members' => [ 'ResultIds' => [ 'shape' => 'DataQualityResultIds', ], ], ], 'BatchGetDataQualityResultResponse' => [ 'type' => 'structure', 'required' => [ 'Results', ], 'members' => [ 'Results' => [ 'shape' => 'DataQualityResultsList', ], 'ResultsNotFound' => [ 'shape' => 'DataQualityResultIds', ], ], ], 'BatchGetDevEndpointsRequest' => [ 'type' => 'structure', 'required' => [ 'DevEndpointNames', ], 'members' => [ 'DevEndpointNames' => [ 'shape' => 'DevEndpointNames', ], ], ], 'BatchGetDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoints' => [ 'shape' => 'DevEndpointList', ], 'DevEndpointsNotFound' => [ 'shape' => 'DevEndpointNames', ], ], ], 'BatchGetJobsRequest' => [ 'type' => 'structure', 'required' => [ 'JobNames', ], 'members' => [ 'JobNames' => [ 'shape' => 'JobNameList', ], ], ], 'BatchGetJobsResponse' => [ 'type' => 'structure', 'members' => [ 'Jobs' => [ 'shape' => 'JobList', ], 'JobsNotFound' => [ 'shape' => 'JobNameList', ], ], ], 'BatchGetPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionsToGet', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionsToGet' => [ 'shape' => 'BatchGetPartitionValueList', ], ], ], 'BatchGetPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Partitions' => [ 'shape' => 'PartitionList', ], 'UnprocessedKeys' => [ 'shape' => 'BatchGetPartitionValueList', ], ], ], 'BatchGetPartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], 'max' => 1000, 'min' => 0, ], 'BatchGetTriggersRequest' => [ 'type' => 'structure', 'required' => [ 'TriggerNames', ], 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], ], ], 'BatchGetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'TriggersNotFound' => [ 'shape' => 'TriggerNameList', ], ], ], 'BatchGetWorkflowsRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'WorkflowNames', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'BatchGetWorkflowsResponse' => [ 'type' => 'structure', 'members' => [ 'Workflows' => [ 'shape' => 'Workflows', ], 'MissingWorkflows' => [ 'shape' => 'WorkflowNames', ], ], ], 'BatchSize' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'BatchStopJobRunError' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'BatchStopJobRunErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchStopJobRunError', ], ], 'BatchStopJobRunJobRunIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'IdString', ], 'max' => 25, 'min' => 1, ], 'BatchStopJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobRunIds', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunIds' => [ 'shape' => 'BatchStopJobRunJobRunIdList', ], ], ], 'BatchStopJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'SuccessfulSubmissions' => [ 'shape' => 'BatchStopJobRunSuccessfulSubmissionList', ], 'Errors' => [ 'shape' => 'BatchStopJobRunErrorList', ], ], ], 'BatchStopJobRunSuccessfulSubmission' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], ], ], 'BatchStopJobRunSuccessfulSubmissionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchStopJobRunSuccessfulSubmission', ], ], 'BatchUpdatePartitionFailureEntry' => [ 'type' => 'structure', 'members' => [ 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'BatchUpdatePartitionFailureList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchUpdatePartitionFailureEntry', ], ], 'BatchUpdatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'Entries', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Entries' => [ 'shape' => 'BatchUpdatePartitionRequestEntryList', ], ], ], 'BatchUpdatePartitionRequestEntry' => [ 'type' => 'structure', 'required' => [ 'PartitionValueList', 'PartitionInput', ], 'members' => [ 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'BatchUpdatePartitionRequestEntryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchUpdatePartitionRequestEntry', ], 'max' => 100, 'min' => 1, ], 'BatchUpdatePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'BatchUpdatePartitionFailureList', ], ], ], 'BatchWindow' => [ 'type' => 'integer', 'box' => true, 'max' => 900, 'min' => 1, ], 'BinaryColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'MaximumLength', 'AverageLength', 'NumberOfNulls', ], 'members' => [ 'MaximumLength' => [ 'shape' => 'NonNegativeLong', ], 'AverageLength' => [ 'shape' => 'NonNegativeDouble', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], ], ], 'Blob' => [ 'type' => 'blob', ], 'Blueprint' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ParameterSpec' => [ 'shape' => 'BlueprintParameterSpec', ], 'BlueprintLocation' => [ 'shape' => 'GenericString', ], 'BlueprintServiceLocation' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'BlueprintStatus', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'LastActiveDefinition' => [ 'shape' => 'LastActiveDefinition', ], ], ], 'BlueprintDetails' => [ 'type' => 'structure', 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'BlueprintNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrchestrationNameString', ], ], 'BlueprintParameterSpec' => [ 'type' => 'string', 'max' => 131072, 'min' => 1, ], 'BlueprintParameters' => [ 'type' => 'string', 'max' => 131072, 'min' => 1, ], 'BlueprintRun' => [ 'type' => 'structure', 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'State' => [ 'shape' => 'BlueprintRunState', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ErrorMessage' => [ 'shape' => 'MessageString', ], 'RollbackErrorMessage' => [ 'shape' => 'MessageString', ], 'Parameters' => [ 'shape' => 'BlueprintParameters', ], 'RoleArn' => [ 'shape' => 'OrchestrationIAMRoleArn', ], ], ], 'BlueprintRunState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'FAILED', 'ROLLING_BACK', ], ], 'BlueprintRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'BlueprintRun', ], ], 'BlueprintStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'UPDATING', 'FAILED', ], ], 'Blueprints' => [ 'type' => 'list', 'member' => [ 'shape' => 'Blueprint', ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfTrues', 'NumberOfFalses', 'NumberOfNulls', ], 'members' => [ 'NumberOfTrues' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfFalses' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], ], ], 'BooleanNullable' => [ 'type' => 'boolean', ], 'BooleanValue' => [ 'type' => 'boolean', ], 'BoundedPartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ValueString', ], 'max' => 100, 'min' => 0, ], 'BoxedBoolean' => [ 'type' => 'boolean', 'box' => true, ], 'BoxedDoubleFraction' => [ 'type' => 'double', 'box' => true, 'max' => 1, 'min' => 0, ], 'BoxedLong' => [ 'type' => 'long', 'box' => true, ], 'BoxedNonNegativeInt' => [ 'type' => 'integer', 'box' => true, 'min' => 0, ], 'BoxedNonNegativeLong' => [ 'type' => 'long', 'box' => true, 'min' => 0, ], 'BoxedPositiveInt' => [ 'type' => 'integer', 'box' => true, 'min' => 0, ], 'CancelDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'CancelDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'CancelDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'CancelDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'CancelMLTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'TaskRunId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'CancelMLTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], ], ], 'CancelStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Id', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IntegerValue', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'CancelStatementResponse' => [ 'type' => 'structure', 'members' => [], ], 'CatalogDeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CatalogEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'CatalogEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'CatalogEntry', ], ], 'CatalogEntry' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], ], ], 'CatalogGetterPageSize' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'CatalogHudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CatalogIdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CatalogImportStatus' => [ 'type' => 'structure', 'members' => [ 'ImportCompleted' => [ 'shape' => 'Boolean', ], 'ImportTime' => [ 'shape' => 'Timestamp', ], 'ImportedBy' => [ 'shape' => 'NameString', ], ], ], 'CatalogKafkaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamingOptions' => [ 'shape' => 'KafkaStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'CatalogKinesisSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamingOptions' => [ 'shape' => 'KinesisStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'CatalogSchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'EnableUpdateCatalog' => [ 'shape' => 'BoxedBoolean', ], 'UpdateBehavior' => [ 'shape' => 'UpdateCatalogBehavior', ], ], ], 'CatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'CatalogTablesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'min' => 1, ], 'CatalogTarget' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Tables', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'Tables' => [ 'shape' => 'CatalogTablesList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'EventQueueArn' => [ 'shape' => 'EventQueueArn', ], 'DlqEventQueueArn' => [ 'shape' => 'EventQueueArn', ], ], ], 'CatalogTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CatalogTarget', ], ], 'CheckSchemaVersionValidityInput' => [ 'type' => 'structure', 'required' => [ 'DataFormat', 'SchemaDefinition', ], 'members' => [ 'DataFormat' => [ 'shape' => 'DataFormat', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'CheckSchemaVersionValidityResponse' => [ 'type' => 'structure', 'members' => [ 'Valid' => [ 'shape' => 'IsVersionValid', ], 'Error' => [ 'shape' => 'SchemaValidationError', ], ], ], 'Classification' => [ 'type' => 'string', ], 'Classifier' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'GrokClassifier', ], 'XMLClassifier' => [ 'shape' => 'XMLClassifier', ], 'JsonClassifier' => [ 'shape' => 'JsonClassifier', ], 'CsvClassifier' => [ 'shape' => 'CsvClassifier', ], ], ], 'ClassifierList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Classifier', ], ], 'ClassifierNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CloudWatchEncryption' => [ 'type' => 'structure', 'members' => [ 'CloudWatchEncryptionMode' => [ 'shape' => 'CloudWatchEncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'CloudWatchEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'CodeGenArgName' => [ 'type' => 'string', ], 'CodeGenArgValue' => [ 'type' => 'string', ], 'CodeGenConfigurationNode' => [ 'type' => 'structure', 'members' => [ 'AthenaConnectorSource' => [ 'shape' => 'AthenaConnectorSource', ], 'JDBCConnectorSource' => [ 'shape' => 'JDBCConnectorSource', ], 'SparkConnectorSource' => [ 'shape' => 'SparkConnectorSource', ], 'CatalogSource' => [ 'shape' => 'CatalogSource', ], 'RedshiftSource' => [ 'shape' => 'RedshiftSource', ], 'S3CatalogSource' => [ 'shape' => 'S3CatalogSource', ], 'S3CsvSource' => [ 'shape' => 'S3CsvSource', ], 'S3JsonSource' => [ 'shape' => 'S3JsonSource', ], 'S3ParquetSource' => [ 'shape' => 'S3ParquetSource', ], 'RelationalCatalogSource' => [ 'shape' => 'RelationalCatalogSource', ], 'DynamoDBCatalogSource' => [ 'shape' => 'DynamoDBCatalogSource', ], 'JDBCConnectorTarget' => [ 'shape' => 'JDBCConnectorTarget', ], 'SparkConnectorTarget' => [ 'shape' => 'SparkConnectorTarget', ], 'CatalogTarget' => [ 'shape' => 'BasicCatalogTarget', ], 'RedshiftTarget' => [ 'shape' => 'RedshiftTarget', ], 'S3CatalogTarget' => [ 'shape' => 'S3CatalogTarget', ], 'S3GlueParquetTarget' => [ 'shape' => 'S3GlueParquetTarget', ], 'S3DirectTarget' => [ 'shape' => 'S3DirectTarget', ], 'ApplyMapping' => [ 'shape' => 'ApplyMapping', ], 'SelectFields' => [ 'shape' => 'SelectFields', ], 'DropFields' => [ 'shape' => 'DropFields', ], 'RenameField' => [ 'shape' => 'RenameField', ], 'Spigot' => [ 'shape' => 'Spigot', ], 'Join' => [ 'shape' => 'Join', ], 'SplitFields' => [ 'shape' => 'SplitFields', ], 'SelectFromCollection' => [ 'shape' => 'SelectFromCollection', ], 'FillMissingValues' => [ 'shape' => 'FillMissingValues', ], 'Filter' => [ 'shape' => 'Filter', ], 'CustomCode' => [ 'shape' => 'CustomCode', ], 'SparkSQL' => [ 'shape' => 'SparkSQL', ], 'DirectKinesisSource' => [ 'shape' => 'DirectKinesisSource', ], 'DirectKafkaSource' => [ 'shape' => 'DirectKafkaSource', ], 'CatalogKinesisSource' => [ 'shape' => 'CatalogKinesisSource', ], 'CatalogKafkaSource' => [ 'shape' => 'CatalogKafkaSource', ], 'DropNullFields' => [ 'shape' => 'DropNullFields', ], 'Merge' => [ 'shape' => 'Merge', ], 'Union' => [ 'shape' => 'Union', ], 'PIIDetection' => [ 'shape' => 'PIIDetection', ], 'Aggregate' => [ 'shape' => 'Aggregate', ], 'DropDuplicates' => [ 'shape' => 'DropDuplicates', ], 'GovernedCatalogTarget' => [ 'shape' => 'GovernedCatalogTarget', ], 'GovernedCatalogSource' => [ 'shape' => 'GovernedCatalogSource', ], 'MicrosoftSQLServerCatalogSource' => [ 'shape' => 'MicrosoftSQLServerCatalogSource', ], 'MySQLCatalogSource' => [ 'shape' => 'MySQLCatalogSource', ], 'OracleSQLCatalogSource' => [ 'shape' => 'OracleSQLCatalogSource', ], 'PostgreSQLCatalogSource' => [ 'shape' => 'PostgreSQLCatalogSource', ], 'MicrosoftSQLServerCatalogTarget' => [ 'shape' => 'MicrosoftSQLServerCatalogTarget', ], 'MySQLCatalogTarget' => [ 'shape' => 'MySQLCatalogTarget', ], 'OracleSQLCatalogTarget' => [ 'shape' => 'OracleSQLCatalogTarget', ], 'PostgreSQLCatalogTarget' => [ 'shape' => 'PostgreSQLCatalogTarget', ], 'DynamicTransform' => [ 'shape' => 'DynamicTransform', ], 'EvaluateDataQuality' => [ 'shape' => 'EvaluateDataQuality', ], 'S3CatalogHudiSource' => [ 'shape' => 'S3CatalogHudiSource', ], 'CatalogHudiSource' => [ 'shape' => 'CatalogHudiSource', ], 'S3HudiSource' => [ 'shape' => 'S3HudiSource', ], 'S3HudiCatalogTarget' => [ 'shape' => 'S3HudiCatalogTarget', ], 'S3HudiDirectTarget' => [ 'shape' => 'S3HudiDirectTarget', ], 'DirectJDBCSource' => [ 'shape' => 'DirectJDBCSource', ], 'S3CatalogDeltaSource' => [ 'shape' => 'S3CatalogDeltaSource', ], 'CatalogDeltaSource' => [ 'shape' => 'CatalogDeltaSource', ], 'S3DeltaSource' => [ 'shape' => 'S3DeltaSource', ], 'S3DeltaCatalogTarget' => [ 'shape' => 'S3DeltaCatalogTarget', ], 'S3DeltaDirectTarget' => [ 'shape' => 'S3DeltaDirectTarget', ], 'AmazonRedshiftSource' => [ 'shape' => 'AmazonRedshiftSource', ], 'AmazonRedshiftTarget' => [ 'shape' => 'AmazonRedshiftTarget', ], 'EvaluateDataQualityMultiFrame' => [ 'shape' => 'EvaluateDataQualityMultiFrame', ], 'Recipe' => [ 'shape' => 'Recipe', ], 'SnowflakeSource' => [ 'shape' => 'SnowflakeSource', ], 'SnowflakeTarget' => [ 'shape' => 'SnowflakeTarget', ], ], ], 'CodeGenConfigurationNodes' => [ 'type' => 'map', 'key' => [ 'shape' => 'NodeId', ], 'value' => [ 'shape' => 'CodeGenConfigurationNode', ], 'sensitive' => true, ], 'CodeGenEdge' => [ 'type' => 'structure', 'required' => [ 'Source', 'Target', ], 'members' => [ 'Source' => [ 'shape' => 'CodeGenIdentifier', ], 'Target' => [ 'shape' => 'CodeGenIdentifier', ], 'TargetParameter' => [ 'shape' => 'CodeGenArgName', ], ], ], 'CodeGenIdentifier' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Za-z_][A-Za-z0-9_]*', ], 'CodeGenNode' => [ 'type' => 'structure', 'required' => [ 'Id', 'NodeType', 'Args', ], 'members' => [ 'Id' => [ 'shape' => 'CodeGenIdentifier', ], 'NodeType' => [ 'shape' => 'CodeGenNodeType', ], 'Args' => [ 'shape' => 'CodeGenNodeArgs', ], 'LineNumber' => [ 'shape' => 'Integer', ], ], ], 'CodeGenNodeArg' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'CodeGenArgName', ], 'Value' => [ 'shape' => 'CodeGenArgValue', ], 'Param' => [ 'shape' => 'Boolean', ], ], ], 'CodeGenNodeArgs' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenNodeArg', ], 'max' => 50, 'min' => 0, ], 'CodeGenNodeType' => [ 'type' => 'string', ], 'Column' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], 'Comment' => [ 'shape' => 'CommentString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], ], ], 'ColumnError' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ColumnErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnError', ], ], 'ColumnImportance' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'Importance' => [ 'shape' => 'GenericBoundedDouble', ], ], ], 'ColumnImportanceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnImportance', ], 'max' => 100, 'min' => 0, ], 'ColumnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Column', ], ], 'ColumnNameString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'ColumnRowFilter' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'RowFilterExpression' => [ 'shape' => 'PredicateString', ], ], ], 'ColumnRowFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnRowFilter', ], ], 'ColumnStatistics' => [ 'type' => 'structure', 'required' => [ 'ColumnName', 'ColumnType', 'AnalyzedTime', 'StatisticsData', ], 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'ColumnType' => [ 'shape' => 'TypeString', ], 'AnalyzedTime' => [ 'shape' => 'Timestamp', ], 'StatisticsData' => [ 'shape' => 'ColumnStatisticsData', ], ], ], 'ColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'Type', ], 'members' => [ 'Type' => [ 'shape' => 'ColumnStatisticsType', ], 'BooleanColumnStatisticsData' => [ 'shape' => 'BooleanColumnStatisticsData', ], 'DateColumnStatisticsData' => [ 'shape' => 'DateColumnStatisticsData', ], 'DecimalColumnStatisticsData' => [ 'shape' => 'DecimalColumnStatisticsData', ], 'DoubleColumnStatisticsData' => [ 'shape' => 'DoubleColumnStatisticsData', ], 'LongColumnStatisticsData' => [ 'shape' => 'LongColumnStatisticsData', ], 'StringColumnStatisticsData' => [ 'shape' => 'StringColumnStatisticsData', ], 'BinaryColumnStatisticsData' => [ 'shape' => 'BinaryColumnStatisticsData', ], ], ], 'ColumnStatisticsError' => [ 'type' => 'structure', 'members' => [ 'ColumnStatistics' => [ 'shape' => 'ColumnStatistics', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ColumnStatisticsErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatisticsError', ], ], 'ColumnStatisticsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatistics', ], ], 'ColumnStatisticsType' => [ 'type' => 'string', 'enum' => [ 'BOOLEAN', 'DATE', 'DECIMAL', 'DOUBLE', 'LONG', 'STRING', 'BINARY', ], ], 'ColumnTypeString' => [ 'type' => 'string', 'max' => 131072, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'ColumnValueStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnValuesString', ], ], 'ColumnValuesString' => [ 'type' => 'string', ], 'CommentString' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CommitIdString' => [ 'type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'Comparator' => [ 'type' => 'string', 'enum' => [ 'EQUALS', 'GREATER_THAN', 'LESS_THAN', 'GREATER_THAN_EQUALS', 'LESS_THAN_EQUALS', ], ], 'Compatibility' => [ 'type' => 'string', 'enum' => [ 'NONE', 'DISABLED', 'BACKWARD', 'BACKWARD_ALL', 'FORWARD', 'FORWARD_ALL', 'FULL', 'FULL_ALL', ], ], 'CompressionType' => [ 'type' => 'string', 'enum' => [ 'gzip', 'bzip2', ], ], 'ConcurrentModificationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConcurrentRunsExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Condition' => [ 'type' => 'structure', 'members' => [ 'LogicalOperator' => [ 'shape' => 'LogicalOperator', ], 'JobName' => [ 'shape' => 'NameString', ], 'State' => [ 'shape' => 'JobRunState', ], 'CrawlerName' => [ 'shape' => 'NameString', ], 'CrawlState' => [ 'shape' => 'CrawlState', ], ], ], 'ConditionCheckFailureException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Condition', ], ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConfusionMatrix' => [ 'type' => 'structure', 'members' => [ 'NumTruePositives' => [ 'shape' => 'RecordsCount', ], 'NumFalsePositives' => [ 'shape' => 'RecordsCount', ], 'NumTrueNegatives' => [ 'shape' => 'RecordsCount', ], 'NumFalseNegatives' => [ 'shape' => 'RecordsCount', ], ], ], 'Connection' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionProperties' => [ 'shape' => 'ConnectionProperties', ], 'PhysicalConnectionRequirements' => [ 'shape' => 'PhysicalConnectionRequirements', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'LastUpdatedBy' => [ 'shape' => 'NameString', ], ], ], 'ConnectionInput' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'ConnectionProperties', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionProperties' => [ 'shape' => 'ConnectionProperties', ], 'PhysicalConnectionRequirements' => [ 'shape' => 'PhysicalConnectionRequirements', ], ], ], 'ConnectionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Connection', ], ], 'ConnectionName' => [ 'type' => 'string', ], 'ConnectionPasswordEncryption' => [ 'type' => 'structure', 'required' => [ 'ReturnConnectionPasswordEncrypted', ], 'members' => [ 'ReturnConnectionPasswordEncrypted' => [ 'shape' => 'Boolean', ], 'AwsKmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'ConnectionProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConnectionPropertyKey', ], 'value' => [ 'shape' => 'ValueString', ], 'max' => 100, 'min' => 0, ], 'ConnectionPropertyKey' => [ 'type' => 'string', 'enum' => [ 'HOST', 'PORT', 'USERNAME', 'PASSWORD', 'ENCRYPTED_PASSWORD', 'JDBC_DRIVER_JAR_URI', 'JDBC_DRIVER_CLASS_NAME', 'JDBC_ENGINE', 'JDBC_ENGINE_VERSION', 'CONFIG_FILES', 'INSTANCE_ID', 'JDBC_CONNECTION_URL', 'JDBC_ENFORCE_SSL', 'CUSTOM_JDBC_CERT', 'SKIP_CUSTOM_JDBC_CERT_VALIDATION', 'CUSTOM_JDBC_CERT_STRING', 'CONNECTION_URL', 'KAFKA_BOOTSTRAP_SERVERS', 'KAFKA_SSL_ENABLED', 'KAFKA_CUSTOM_CERT', 'KAFKA_SKIP_CUSTOM_CERT_VALIDATION', 'KAFKA_CLIENT_KEYSTORE', 'KAFKA_CLIENT_KEYSTORE_PASSWORD', 'KAFKA_CLIENT_KEY_PASSWORD', 'ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD', 'ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD', 'SECRET_ID', 'CONNECTOR_URL', 'CONNECTOR_TYPE', 'CONNECTOR_CLASS_NAME', 'KAFKA_SASL_MECHANISM', 'KAFKA_SASL_SCRAM_USERNAME', 'KAFKA_SASL_SCRAM_PASSWORD', 'KAFKA_SASL_SCRAM_SECRETS_ARN', 'ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD', 'KAFKA_SASL_GSSAPI_KEYTAB', 'KAFKA_SASL_GSSAPI_KRB5_CONF', 'KAFKA_SASL_GSSAPI_SERVICE', 'KAFKA_SASL_GSSAPI_PRINCIPAL', ], ], 'ConnectionType' => [ 'type' => 'string', 'enum' => [ 'JDBC', 'SFTP', 'MONGODB', 'KAFKA', 'NETWORK', 'MARKETPLACE', 'CUSTOM', ], ], 'ConnectionsList' => [ 'type' => 'structure', 'members' => [ 'Connections' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'ContextWords' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 20, 'min' => 1, ], 'Crawl' => [ 'type' => 'structure', 'members' => [ 'State' => [ 'shape' => 'CrawlState', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], ], ], 'CrawlId' => [ 'type' => 'string', ], 'CrawlList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Crawl', ], ], 'CrawlState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'CANCELLING', 'CANCELLED', 'SUCCEEDED', 'FAILED', 'ERROR', ], ], 'Crawler' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'State' => [ 'shape' => 'CrawlerState', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'Schedule' => [ 'shape' => 'Schedule', ], 'CrawlElapsedTime' => [ 'shape' => 'MillisecondsCount', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'LastCrawl' => [ 'shape' => 'LastCrawlInfo', ], 'Version' => [ 'shape' => 'VersionId', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], ], ], 'CrawlerConfiguration' => [ 'type' => 'string', ], 'CrawlerHistory' => [ 'type' => 'structure', 'members' => [ 'CrawlId' => [ 'shape' => 'CrawlId', ], 'State' => [ 'shape' => 'CrawlerHistoryState', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Summary' => [ 'shape' => 'NameString', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], 'MessagePrefix' => [ 'shape' => 'MessagePrefix', ], 'DPUHour' => [ 'shape' => 'NonNegativeDouble', ], ], ], 'CrawlerHistoryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlerHistory', ], ], 'CrawlerHistoryState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'COMPLETED', 'FAILED', 'STOPPED', ], ], 'CrawlerLineageSettings' => [ 'type' => 'string', 'enum' => [ 'ENABLE', 'DISABLE', ], ], 'CrawlerList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Crawler', ], ], 'CrawlerMetrics' => [ 'type' => 'structure', 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'TimeLeftSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'StillEstimating' => [ 'shape' => 'Boolean', ], 'LastRuntimeSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'MedianRuntimeSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'TablesCreated' => [ 'shape' => 'NonNegativeInteger', ], 'TablesUpdated' => [ 'shape' => 'NonNegativeInteger', ], 'TablesDeleted' => [ 'shape' => 'NonNegativeInteger', ], ], ], 'CrawlerMetricsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlerMetrics', ], ], 'CrawlerNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'CrawlerNodeDetails' => [ 'type' => 'structure', 'members' => [ 'Crawls' => [ 'shape' => 'CrawlList', ], ], ], 'CrawlerNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerSecurityConfiguration' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'CrawlerState' => [ 'type' => 'string', 'enum' => [ 'READY', 'RUNNING', 'STOPPING', ], ], 'CrawlerStoppingException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerTargets' => [ 'type' => 'structure', 'members' => [ 'S3Targets' => [ 'shape' => 'S3TargetList', ], 'JdbcTargets' => [ 'shape' => 'JdbcTargetList', ], 'MongoDBTargets' => [ 'shape' => 'MongoDBTargetList', ], 'DynamoDBTargets' => [ 'shape' => 'DynamoDBTargetList', ], 'CatalogTargets' => [ 'shape' => 'CatalogTargetList', ], 'DeltaTargets' => [ 'shape' => 'DeltaTargetList', ], 'IcebergTargets' => [ 'shape' => 'IcebergTargetList', ], 'HudiTargets' => [ 'shape' => 'HudiTargetList', ], ], ], 'CrawlsFilter' => [ 'type' => 'structure', 'members' => [ 'FieldName' => [ 'shape' => 'FieldName', ], 'FilterOperator' => [ 'shape' => 'FilterOperator', ], 'FieldValue' => [ 'shape' => 'GenericString', ], ], ], 'CrawlsFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlsFilter', ], ], 'CreateBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'BlueprintLocation', ], 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'BlueprintLocation' => [ 'shape' => 'OrchestrationS3Location', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateClassifierRequest' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'CreateGrokClassifierRequest', ], 'XMLClassifier' => [ 'shape' => 'CreateXMLClassifierRequest', ], 'JsonClassifier' => [ 'shape' => 'CreateJsonClassifierRequest', ], 'CsvClassifier' => [ 'shape' => 'CreateCsvClassifierRequest', ], ], ], 'CreateClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionInput' => [ 'shape' => 'ConnectionInput', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Role', 'Targets', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'Schedule' => [ 'shape' => 'CronExpression', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateCsvClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], ], ], 'CreateCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RegexString', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'CreateDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseInput' => [ 'shape' => 'DatabaseInput', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'RoleArn', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'PublicKeys' => [ 'shape' => 'PublicKeysList', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'CreateDevEndpointResponse' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'GenericString', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'YarnEndpointAddress' => [ 'shape' => 'GenericString', ], 'ZeppelinRemoteSparkInterpreterPort' => [ 'shape' => 'IntegerValue', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'AvailabilityZone' => [ 'shape' => 'GenericString', ], 'VpcId' => [ 'shape' => 'GenericString', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'FailureReason' => [ 'shape' => 'GenericString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'CreateGrokClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Classification', 'Name', 'GrokPattern', ], 'members' => [ 'Classification' => [ 'shape' => 'Classification', ], 'Name' => [ 'shape' => 'NameString', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'CreateJobRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Role', 'Command', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'CreateJobResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateJsonClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'JsonPath', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'CreateMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InputRecordTables', 'Parameters', 'Role', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'CreateMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'CreatePartitionIndexRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionIndex', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionIndex' => [ 'shape' => 'PartitionIndex', ], ], ], 'CreatePartitionIndexResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'CreatePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryName', ], 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaName', 'DataFormat', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'CreateSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'SchemaCheckpoint' => [ 'shape' => 'SchemaCheckpointNumber', ], 'LatestSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'NextSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionStatus' => [ 'shape' => 'SchemaVersionStatus', ], ], ], 'CreateScriptRequest' => [ 'type' => 'structure', 'members' => [ 'DagNodes' => [ 'shape' => 'DagNodes', ], 'DagEdges' => [ 'shape' => 'DagEdges', ], 'Language' => [ 'shape' => 'Language', ], ], ], 'CreateScriptResponse' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], 'ScalaCode' => [ 'shape' => 'ScalaCode', ], ], ], 'CreateSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'EncryptionConfiguration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'EncryptionConfiguration' => [ 'shape' => 'EncryptionConfiguration', ], ], ], 'CreateSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], ], ], 'CreateSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', 'Role', 'Command', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Role' => [ 'shape' => 'OrchestrationRoleArn', ], 'Command' => [ 'shape' => 'SessionCommand', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'IdleTimeout' => [ 'shape' => 'Timeout', ], 'DefaultArguments' => [ 'shape' => 'OrchestrationArgumentsMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'CreateSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Session' => [ 'shape' => 'Session', ], ], ], 'CreateTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableInput' => [ 'shape' => 'TableInput', ], 'PartitionIndexes' => [ 'shape' => 'PartitionIndexList', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'OpenTableFormatInput' => [ 'shape' => 'OpenTableFormatInput', ], ], ], 'CreateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'Actions', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TriggerType', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'StartOnCreation' => [ 'shape' => 'BooleanValue', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'CreateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionInput' => [ 'shape' => 'UserDefinedFunctionInput', ], ], ], 'CreateUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], ], ], 'CreateWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateXMLClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Classification', 'Name', ], 'members' => [ 'Classification' => [ 'shape' => 'Classification', ], 'Name' => [ 'shape' => 'NameString', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], 'CreatedTimestamp' => [ 'type' => 'string', ], 'CronExpression' => [ 'type' => 'string', ], 'CsvClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], ], ], 'CsvColumnDelimiter' => [ 'type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '[^\\r\\n]', ], 'CsvHeader' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CsvHeaderOption' => [ 'type' => 'string', 'enum' => [ 'UNKNOWN', 'PRESENT', 'ABSENT', ], ], 'CsvQuoteSymbol' => [ 'type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '[^\\r\\n]', ], 'CustomCode' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Code', 'ClassName', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'Code' => [ 'shape' => 'ExtendedString', ], 'ClassName' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CustomDatatypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CustomEntityType' => [ 'type' => 'structure', 'required' => [ 'Name', 'RegexString', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], ], ], 'CustomEntityTypeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 50, 'min' => 1, ], 'CustomEntityTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomEntityType', ], ], 'CustomPatterns' => [ 'type' => 'string', 'max' => 16000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DQAdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'AdditionalOptionKeys', ], 'value' => [ 'shape' => 'GenericString', ], ], 'DQDLAliases' => [ 'type' => 'map', 'key' => [ 'shape' => 'NodeName', ], 'value' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'DQDLString' => [ 'type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '([\\u0020-\\u007E\\r\\s\\n])*', ], 'DQResultsPublishingOptions' => [ 'type' => 'structure', 'members' => [ 'EvaluationContext' => [ 'shape' => 'GenericLimitedString', ], 'ResultsS3Prefix' => [ 'shape' => 'EnclosedInStringProperty', ], 'CloudWatchMetricsEnabled' => [ 'shape' => 'BoxedBoolean', ], 'ResultsPublishingEnabled' => [ 'shape' => 'BoxedBoolean', ], ], ], 'DQStopJobOnFailureOptions' => [ 'type' => 'structure', 'members' => [ 'StopJobOnFailureTiming' => [ 'shape' => 'DQStopJobOnFailureTiming', ], ], ], 'DQStopJobOnFailureTiming' => [ 'type' => 'string', 'enum' => [ 'Immediate', 'AfterDataLoad', ], ], 'DQTransformOutput' => [ 'type' => 'string', 'enum' => [ 'PrimaryInput', 'EvaluationResults', ], ], 'DagEdges' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenEdge', ], ], 'DagNodes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenNode', ], ], 'DataCatalogEncryptionSettings' => [ 'type' => 'structure', 'members' => [ 'EncryptionAtRest' => [ 'shape' => 'EncryptionAtRest', ], 'ConnectionPasswordEncryption' => [ 'shape' => 'ConnectionPasswordEncryption', ], ], ], 'DataFormat' => [ 'type' => 'string', 'enum' => [ 'AVRO', 'JSON', 'PROTOBUF', ], ], 'DataLakePrincipal' => [ 'type' => 'structure', 'members' => [ 'DataLakePrincipalIdentifier' => [ 'shape' => 'DataLakePrincipalString', ], ], ], 'DataLakePrincipalString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'type' => 'structure', 'members' => [ 'CloudWatchMetricsEnabled' => [ 'shape' => 'NullableBoolean', ], 'ResultsS3Prefix' => [ 'shape' => 'UriString', ], ], ], 'DataQualityResult' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'Score' => [ 'shape' => 'GenericBoundedDouble', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'RulesetName' => [ 'shape' => 'NameString', ], 'EvaluationContext' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'RulesetEvaluationRunId' => [ 'shape' => 'HashString', ], 'RuleResults' => [ 'shape' => 'DataQualityRuleResults', ], ], ], 'DataQualityResultDescription' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityResultDescriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityResultDescription', ], ], 'DataQualityResultFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityResultIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 10, 'min' => 1, ], 'DataQualityResultIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 100, 'min' => 1, ], 'DataQualityResultsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityResult', ], ], 'DataQualityRuleRecommendationRunDescription' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'DataSource' => [ 'shape' => 'DataSource', ], ], ], 'DataQualityRuleRecommendationRunFilter' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityRuleRecommendationRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleRecommendationRunDescription', ], ], 'DataQualityRuleResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'EvaluationMessage' => [ 'shape' => 'DescriptionString', ], 'Result' => [ 'shape' => 'DataQualityRuleResultStatus', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], ], ], 'DataQualityRuleResultStatus' => [ 'type' => 'string', 'enum' => [ 'PASS', 'FAIL', 'ERROR', ], ], 'DataQualityRuleResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleResult', ], 'max' => 2000, 'min' => 1, ], 'DataQualityRulesetEvaluationRunDescription' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'DataSource' => [ 'shape' => 'DataSource', ], ], ], 'DataQualityRulesetEvaluationRunFilter' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityRulesetEvaluationRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRulesetEvaluationRunDescription', ], ], 'DataQualityRulesetFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedAfter' => [ 'shape' => 'Timestamp', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], ], ], 'DataQualityRulesetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRulesetListDetails', ], ], 'DataQualityRulesetListDetails' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'RecommendationRunId' => [ 'shape' => 'HashString', ], 'RuleCount' => [ 'shape' => 'NullableInteger', ], ], ], 'DataQualityRulesetString' => [ 'type' => 'string', 'max' => 65536, 'min' => 1, ], 'DataQualityTargetTable' => [ 'type' => 'structure', 'required' => [ 'TableName', 'DatabaseName', ], 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'CatalogId' => [ 'shape' => 'NameString', ], ], ], 'DataSource' => [ 'type' => 'structure', 'required' => [ 'GlueTable', ], 'members' => [ 'GlueTable' => [ 'shape' => 'GlueTable', ], ], ], 'DataSourceMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DataSource', ], ], 'Database' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LocationUri' => [ 'shape' => 'URI', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'CreateTableDefaultPermissions' => [ 'shape' => 'PrincipalPermissionsList', ], 'TargetDatabase' => [ 'shape' => 'DatabaseIdentifier', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'FederatedDatabase' => [ 'shape' => 'FederatedDatabase', ], ], ], 'DatabaseIdentifier' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Region' => [ 'shape' => 'NameString', ], ], ], 'DatabaseInput' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LocationUri' => [ 'shape' => 'URI', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreateTableDefaultPermissions' => [ 'shape' => 'PrincipalPermissionsList', ], 'TargetDatabase' => [ 'shape' => 'DatabaseIdentifier', ], 'FederatedDatabase' => [ 'shape' => 'FederatedDatabase', ], ], ], 'DatabaseList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Database', ], ], 'DatabaseName' => [ 'type' => 'string', ], 'Datatype' => [ 'type' => 'structure', 'required' => [ 'Id', 'Label', ], 'members' => [ 'Id' => [ 'shape' => 'GenericLimitedString', ], 'Label' => [ 'shape' => 'GenericLimitedString', ], ], ], 'DateColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Timestamp', ], 'MaximumValue' => [ 'shape' => 'Timestamp', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DecimalColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'DecimalNumber', ], 'MaximumValue' => [ 'shape' => 'DecimalNumber', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DecimalNumber' => [ 'type' => 'structure', 'required' => [ 'UnscaledValue', 'Scale', ], 'members' => [ 'UnscaledValue' => [ 'shape' => 'Blob', ], 'Scale' => [ 'shape' => 'Integer', ], ], ], 'DeleteBehavior' => [ 'type' => 'string', 'enum' => [ 'LOG', 'DELETE_FROM_DATABASE', 'DEPRECATE_IN_DATABASE', ], ], 'DeleteBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnName' => [ 'shape' => 'NameString', ], ], ], 'DeleteColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnName' => [ 'shape' => 'NameString', ], ], ], 'DeleteColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteConnectionNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 25, 'min' => 0, ], 'DeleteConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'DeleteConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], ], ], 'DeleteDevEndpointResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'DeleteJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'DeleteMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'DeleteMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'DeletePartitionIndexRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'IndexName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'IndexName' => [ 'shape' => 'NameString', ], ], ], 'DeletePartitionIndexResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeletePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], ], ], 'DeletePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], ], ], 'DeleteRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Status' => [ 'shape' => 'RegistryStatus', ], ], ], 'DeleteResourcePolicyRequest' => [ 'type' => 'structure', 'members' => [ 'PolicyHashCondition' => [ 'shape' => 'HashString', ], 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'DeleteResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], ], ], 'DeleteSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Status' => [ 'shape' => 'SchemaStatus', ], ], ], 'DeleteSchemaVersionsInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'Versions', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'Versions' => [ 'shape' => 'VersionsString', ], ], ], 'DeleteSchemaVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionErrors' => [ 'shape' => 'SchemaVersionErrorList', ], ], ], 'DeleteSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'DeleteSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], ], ], 'DeleteTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], ], ], 'DeleteTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'VersionId', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'DeleteTableVersionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], ], ], 'DeleteUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeltaTarget' => [ 'type' => 'structure', 'members' => [ 'DeltaTables' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'WriteManifest' => [ 'shape' => 'NullableBoolean', ], 'CreateNativeDeltaTable' => [ 'shape' => 'NullableBoolean', ], ], ], 'DeltaTargetCompressionType' => [ 'type' => 'string', 'enum' => [ 'uncompressed', 'snappy', ], ], 'DeltaTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeltaTarget', ], ], 'DescriptionString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DescriptionStringRemovable' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DevEndpoint' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'YarnEndpointAddress' => [ 'shape' => 'GenericString', ], 'PrivateAddress' => [ 'shape' => 'GenericString', ], 'ZeppelinRemoteSparkInterpreterPort' => [ 'shape' => 'IntegerValue', ], 'PublicAddress' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'GenericString', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'AvailabilityZone' => [ 'shape' => 'GenericString', ], 'VpcId' => [ 'shape' => 'GenericString', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'FailureReason' => [ 'shape' => 'GenericString', ], 'LastUpdateStatus' => [ 'shape' => 'GenericString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], 'LastModifiedTimestamp' => [ 'shape' => 'TimestampValue', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'PublicKeys' => [ 'shape' => 'PublicKeysList', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'DevEndpointCustomLibraries' => [ 'type' => 'structure', 'members' => [ 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], ], ], 'DevEndpointList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DevEndpoint', ], ], 'DevEndpointNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'DevEndpointNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], 'max' => 25, 'min' => 1, ], 'DirectJDBCSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', 'ConnectionName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'JDBCConnectionType', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'DirectKafkaSource' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'StreamingOptions' => [ 'shape' => 'KafkaStreamingSourceOptions', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'DirectKinesisSource' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'StreamingOptions' => [ 'shape' => 'KinesisStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'DirectSchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'EnableUpdateCatalog' => [ 'shape' => 'BoxedBoolean', ], 'UpdateBehavior' => [ 'shape' => 'UpdateCatalogBehavior', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Double' => [ 'type' => 'double', ], 'DoubleColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Double', ], 'MaximumValue' => [ 'shape' => 'Double', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DoubleValue' => [ 'type' => 'double', ], 'DropDuplicates' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Columns' => [ 'shape' => 'LimitedPathList', ], ], ], 'DropFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'DropNullFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'NullCheckBoxList' => [ 'shape' => 'NullCheckBoxList', ], 'NullTextList' => [ 'shape' => 'NullValueFields', ], ], ], 'DynamicTransform' => [ 'type' => 'structure', 'required' => [ 'Name', 'TransformName', 'Inputs', 'FunctionName', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'EnclosedInStringProperty', ], 'TransformName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Parameters' => [ 'shape' => 'TransformConfigParameterList', ], 'FunctionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Version' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'DynamoDBCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'DynamoDBTarget' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'Path', ], 'scanAll' => [ 'shape' => 'NullableBoolean', ], 'scanRate' => [ 'shape' => 'NullableDouble', ], ], ], 'DynamoDBTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DynamoDBTarget', ], ], 'Edge' => [ 'type' => 'structure', 'members' => [ 'SourceId' => [ 'shape' => 'NameString', ], 'DestinationId' => [ 'shape' => 'NameString', ], ], ], 'EdgeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Edge', ], ], 'EnableAdditionalMetadata' => [ 'type' => 'list', 'member' => [ 'shape' => 'JdbcMetadataEntry', ], ], 'EnableHybridValues' => [ 'type' => 'string', 'enum' => [ 'TRUE', 'FALSE', ], ], 'EnclosedInStringProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'EnclosedInStringPropertiesMinOne' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'EnclosedInStringProperty' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\S\\r\\n"\'])*', ], 'EnclosedInStringPropertyWithQuote' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\S\\r\\n])*', ], 'EncryptionAtRest' => [ 'type' => 'structure', 'required' => [ 'CatalogEncryptionMode', ], 'members' => [ 'CatalogEncryptionMode' => [ 'shape' => 'CatalogEncryptionMode', ], 'SseAwsKmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'EncryptionConfiguration' => [ 'type' => 'structure', 'members' => [ 'S3Encryption' => [ 'shape' => 'S3EncryptionList', ], 'CloudWatchEncryption' => [ 'shape' => 'CloudWatchEncryption', ], 'JobBookmarksEncryption' => [ 'shape' => 'JobBookmarksEncryption', ], ], ], 'EntityNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'FromFederationSource' => [ 'shape' => 'NullableBoolean', ], ], 'exception' => true, ], 'ErrorByName' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'ErrorDetail', ], ], 'ErrorCodeString' => [ 'type' => 'string', ], 'ErrorDetail' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'NameString', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], ], ], 'ErrorDetails' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'ErrorCodeString', ], 'ErrorMessage' => [ 'shape' => 'ErrorMessageString', ], ], ], 'ErrorMessageString' => [ 'type' => 'string', ], 'ErrorString' => [ 'type' => 'string', ], 'EvaluateDataQuality' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Ruleset' => [ 'shape' => 'DQDLString', ], 'Output' => [ 'shape' => 'DQTransformOutput', ], 'PublishingOptions' => [ 'shape' => 'DQResultsPublishingOptions', ], 'StopJobOnFailureOptions' => [ 'shape' => 'DQStopJobOnFailureOptions', ], ], ], 'EvaluateDataQualityMultiFrame' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'AdditionalDataSources' => [ 'shape' => 'DQDLAliases', ], 'Ruleset' => [ 'shape' => 'DQDLString', ], 'PublishingOptions' => [ 'shape' => 'DQResultsPublishingOptions', ], 'AdditionalOptions' => [ 'shape' => 'DQAdditionalOptions', ], 'StopJobOnFailureOptions' => [ 'shape' => 'DQStopJobOnFailureOptions', ], ], ], 'EvaluatedMetricsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'NullableDouble', ], ], 'EvaluationMetrics' => [ 'type' => 'structure', 'required' => [ 'TransformType', ], 'members' => [ 'TransformType' => [ 'shape' => 'TransformType', ], 'FindMatchesMetrics' => [ 'shape' => 'FindMatchesMetrics', ], ], ], 'EventBatchingCondition' => [ 'type' => 'structure', 'required' => [ 'BatchSize', ], 'members' => [ 'BatchSize' => [ 'shape' => 'BatchSize', ], 'BatchWindow' => [ 'shape' => 'BatchWindow', ], ], ], 'EventQueueArn' => [ 'type' => 'string', ], 'ExecutionClass' => [ 'type' => 'string', 'enum' => [ 'FLEX', 'STANDARD', ], 'max' => 16, ], 'ExecutionProperty' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrentRuns' => [ 'shape' => 'MaxConcurrentRuns', ], ], ], 'ExecutionTime' => [ 'type' => 'integer', ], 'ExistCondition' => [ 'type' => 'string', 'enum' => [ 'MUST_EXIST', 'NOT_EXIST', 'NONE', ], ], 'ExportLabelsTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'ExtendedString' => [ 'type' => 'string', 'pattern' => '[\\s\\S]*', ], 'FederatedDatabase' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'FederationIdentifier', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'FederatedResourceAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'AssociatedGlueResource' => [ 'shape' => 'GlueResourceArn', ], ], 'exception' => true, ], 'FederatedTable' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'FederationIdentifier', ], 'DatabaseIdentifier' => [ 'shape' => 'FederationIdentifier', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'FederationIdentifier' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'FederationSourceErrorCode' => [ 'type' => 'string', 'enum' => [ 'InvalidResponseException', 'OperationTimeoutException', 'OperationNotSupportedException', 'InternalServiceException', 'ThrottlingException', ], ], 'FederationSourceException' => [ 'type' => 'structure', 'members' => [ 'FederationSourceErrorCode' => [ 'shape' => 'FederationSourceErrorCode', ], 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'FederationSourceRetryableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'FieldName' => [ 'type' => 'string', 'enum' => [ 'CRAWL_ID', 'STATE', 'START_TIME', 'END_TIME', 'DPU_HOUR', ], ], 'FieldType' => [ 'type' => 'string', ], 'FillMissingValues' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ImputedPath', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ImputedPath' => [ 'shape' => 'EnclosedInStringProperty', ], 'FilledPath' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Filter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'LogicalOperator', 'Filters', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'LogicalOperator' => [ 'shape' => 'FilterLogicalOperator', ], 'Filters' => [ 'shape' => 'FilterExpressions', ], ], ], 'FilterExpression' => [ 'type' => 'structure', 'required' => [ 'Operation', 'Values', ], 'members' => [ 'Operation' => [ 'shape' => 'FilterOperation', ], 'Negated' => [ 'shape' => 'BoxedBoolean', ], 'Values' => [ 'shape' => 'FilterValues', ], ], ], 'FilterExpressions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterExpression', ], ], 'FilterLogicalOperator' => [ 'type' => 'string', 'enum' => [ 'AND', 'OR', ], ], 'FilterOperation' => [ 'type' => 'string', 'enum' => [ 'EQ', 'LT', 'GT', 'LTE', 'GTE', 'REGEX', 'ISNULL', ], ], 'FilterOperator' => [ 'type' => 'string', 'enum' => [ 'GT', 'GE', 'LT', 'LE', 'EQ', 'NE', ], ], 'FilterString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'FilterValue' => [ 'type' => 'structure', 'required' => [ 'Type', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'FilterValueType', ], 'Value' => [ 'shape' => 'EnclosedInStringProperties', ], ], ], 'FilterValueType' => [ 'type' => 'string', 'enum' => [ 'COLUMNEXTRACTED', 'CONSTANT', ], ], 'FilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterValue', ], ], 'FindMatchesMetrics' => [ 'type' => 'structure', 'members' => [ 'AreaUnderPRCurve' => [ 'shape' => 'GenericBoundedDouble', ], 'Precision' => [ 'shape' => 'GenericBoundedDouble', ], 'Recall' => [ 'shape' => 'GenericBoundedDouble', ], 'F1' => [ 'shape' => 'GenericBoundedDouble', ], 'ConfusionMatrix' => [ 'shape' => 'ConfusionMatrix', ], 'ColumnImportances' => [ 'shape' => 'ColumnImportanceList', ], ], ], 'FindMatchesParameters' => [ 'type' => 'structure', 'members' => [ 'PrimaryKeyColumnName' => [ 'shape' => 'ColumnNameString', ], 'PrecisionRecallTradeoff' => [ 'shape' => 'GenericBoundedDouble', ], 'AccuracyCostTradeoff' => [ 'shape' => 'GenericBoundedDouble', ], 'EnforceProvidedLabels' => [ 'shape' => 'NullableBoolean', ], ], ], 'FindMatchesTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'JobId' => [ 'shape' => 'HashString', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], ], ], 'FormatString' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'Generic512CharString' => [ 'type' => 'string', 'max' => 512, 'min' => 1, ], 'GenericBoundedDouble' => [ 'type' => 'double', 'box' => true, 'max' => 1.0, 'min' => 0.0, ], 'GenericLimitedString' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_-]*', ], 'GenericMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'GenericString' => [ 'type' => 'string', ], 'GetBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeBlueprint' => [ 'shape' => 'NullableBoolean', ], 'IncludeParameterSpec' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprint' => [ 'shape' => 'Blueprint', ], ], ], 'GetBlueprintRunRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', 'RunId', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'GetBlueprintRunResponse' => [ 'type' => 'structure', 'members' => [ 'BlueprintRun' => [ 'shape' => 'BlueprintRun', ], ], ], 'GetBlueprintRunsRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetBlueprintRunsResponse' => [ 'type' => 'structure', 'members' => [ 'BlueprintRuns' => [ 'shape' => 'BlueprintRuns', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetCatalogImportStatusRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'GetCatalogImportStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ImportStatus' => [ 'shape' => 'CatalogImportStatus', ], ], ], 'GetClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetClassifierResponse' => [ 'type' => 'structure', 'members' => [ 'Classifier' => [ 'shape' => 'Classifier', ], ], ], 'GetClassifiersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetClassifiersResponse' => [ 'type' => 'structure', 'members' => [ 'Classifiers' => [ 'shape' => 'ClassifierList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetColumnNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'GetColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnNames', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnNames' => [ 'shape' => 'GetColumnNamesList', ], ], ], 'GetColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsList' => [ 'shape' => 'ColumnStatisticsList', ], 'Errors' => [ 'shape' => 'ColumnErrors', ], ], ], 'GetColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnNames', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnNames' => [ 'shape' => 'GetColumnNamesList', ], ], ], 'GetColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsList' => [ 'shape' => 'ColumnStatisticsList', ], 'Errors' => [ 'shape' => 'ColumnErrors', ], ], ], 'GetConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'HidePassword' => [ 'shape' => 'Boolean', ], ], ], 'GetConnectionResponse' => [ 'type' => 'structure', 'members' => [ 'Connection' => [ 'shape' => 'Connection', ], ], ], 'GetConnectionsFilter' => [ 'type' => 'structure', 'members' => [ 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], ], ], 'GetConnectionsRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Filter' => [ 'shape' => 'GetConnectionsFilter', ], 'HidePassword' => [ 'shape' => 'Boolean', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetConnectionsResponse' => [ 'type' => 'structure', 'members' => [ 'ConnectionList' => [ 'shape' => 'ConnectionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerMetricsRequest' => [ 'type' => 'structure', 'members' => [ 'CrawlerNameList' => [ 'shape' => 'CrawlerNameList', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'CrawlerMetricsList' => [ 'shape' => 'CrawlerMetricsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetCrawlerResponse' => [ 'type' => 'structure', 'members' => [ 'Crawler' => [ 'shape' => 'Crawler', ], ], ], 'GetCrawlersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'Crawlers' => [ 'shape' => 'CrawlerList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], ], ], 'GetDataCatalogEncryptionSettingsRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'GetDataCatalogEncryptionSettingsResponse' => [ 'type' => 'structure', 'members' => [ 'DataCatalogEncryptionSettings' => [ 'shape' => 'DataCatalogEncryptionSettings', ], ], ], 'GetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultId', ], 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityResultResponse' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'Score' => [ 'shape' => 'GenericBoundedDouble', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'RulesetName' => [ 'shape' => 'NameString', ], 'EvaluationContext' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'RulesetEvaluationRunId' => [ 'shape' => 'HashString', ], 'RuleResults' => [ 'shape' => 'DataQualityRuleResults', ], ], ], 'GetDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'RecommendedRuleset' => [ 'shape' => 'DataQualityRulesetString', ], 'CreatedRulesetName' => [ 'shape' => 'NameString', ], ], ], 'GetDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'AdditionalRunOptions' => [ 'shape' => 'DataQualityEvaluationRunAdditionalRunOptions', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'RulesetNames' => [ 'shape' => 'RulesetNames', ], 'ResultIds' => [ 'shape' => 'DataQualityResultIdList', ], 'AdditionalDataSources' => [ 'shape' => 'DataSourceMap', ], ], ], 'GetDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'RecommendationRunId' => [ 'shape' => 'HashString', ], ], ], 'GetDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetDatabaseResponse' => [ 'type' => 'structure', 'members' => [ 'Database' => [ 'shape' => 'Database', ], ], ], 'GetDatabasesRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], 'ResourceShareType' => [ 'shape' => 'ResourceShareType', ], ], ], 'GetDatabasesResponse' => [ 'type' => 'structure', 'required' => [ 'DatabaseList', ], 'members' => [ 'DatabaseList' => [ 'shape' => 'DatabaseList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetDataflowGraphRequest' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], ], ], 'GetDataflowGraphResponse' => [ 'type' => 'structure', 'members' => [ 'DagNodes' => [ 'shape' => 'DagNodes', ], 'DagEdges' => [ 'shape' => 'DagEdges', ], ], ], 'GetDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], ], ], 'GetDevEndpointResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoint' => [ 'shape' => 'DevEndpoint', ], ], ], 'GetDevEndpointsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoints' => [ 'shape' => 'DevEndpointList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetJobBookmarkRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'RunId' => [ 'shape' => 'RunId', ], ], ], 'GetJobBookmarkResponse' => [ 'type' => 'structure', 'members' => [ 'JobBookmarkEntry' => [ 'shape' => 'JobBookmarkEntry', ], ], ], 'GetJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'GetJobResponse' => [ 'type' => 'structure', 'members' => [ 'Job' => [ 'shape' => 'Job', ], ], ], 'GetJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'RunId', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'PredecessorsIncluded' => [ 'shape' => 'BooleanValue', ], ], ], 'GetJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'JobRun' => [ 'shape' => 'JobRun', ], ], ], 'GetJobRunsRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetJobRunsResponse' => [ 'type' => 'structure', 'members' => [ 'JobRuns' => [ 'shape' => 'JobRunList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetJobsResponse' => [ 'type' => 'structure', 'members' => [ 'Jobs' => [ 'shape' => 'JobList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetMLTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'TaskRunId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'GetMLTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'Properties' => [ 'shape' => 'TaskRunProperties', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], ], ], 'GetMLTaskRunsRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TaskRunFilterCriteria', ], 'Sort' => [ 'shape' => 'TaskRunSortCriteria', ], ], ], 'GetMLTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRuns' => [ 'shape' => 'TaskRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'GetMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'GetMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'EvaluationMetrics' => [ 'shape' => 'EvaluationMetrics', ], 'LabelCount' => [ 'shape' => 'LabelCount', ], 'Schema' => [ 'shape' => 'TransformSchema', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'GetMLTransformsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TransformFilterCriteria', ], 'Sort' => [ 'shape' => 'TransformSortCriteria', ], ], ], 'GetMLTransformsResponse' => [ 'type' => 'structure', 'required' => [ 'Transforms', ], 'members' => [ 'Transforms' => [ 'shape' => 'TransformList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'GetMappingRequest' => [ 'type' => 'structure', 'required' => [ 'Source', ], 'members' => [ 'Source' => [ 'shape' => 'CatalogEntry', ], 'Sinks' => [ 'shape' => 'CatalogEntries', ], 'Location' => [ 'shape' => 'Location', ], ], ], 'GetMappingResponse' => [ 'type' => 'structure', 'required' => [ 'Mapping', ], 'members' => [ 'Mapping' => [ 'shape' => 'MappingList', ], ], ], 'GetPartitionIndexesRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPartitionIndexesResponse' => [ 'type' => 'structure', 'members' => [ 'PartitionIndexDescriptorList' => [ 'shape' => 'PartitionIndexDescriptorList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], ], ], 'GetPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], ], ], 'GetPartitionsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'PredicateString', ], 'NextToken' => [ 'shape' => 'Token', ], 'Segment' => [ 'shape' => 'Segment', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'ExcludeColumnSchema' => [ 'shape' => 'BooleanNullable', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetPartitionsResponse' => [ 'type' => 'structure', 'members' => [ 'Partitions' => [ 'shape' => 'PartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPlanRequest' => [ 'type' => 'structure', 'required' => [ 'Mapping', 'Source', ], 'members' => [ 'Mapping' => [ 'shape' => 'MappingList', ], 'Source' => [ 'shape' => 'CatalogEntry', ], 'Sinks' => [ 'shape' => 'CatalogEntries', ], 'Location' => [ 'shape' => 'Location', ], 'Language' => [ 'shape' => 'Language', ], 'AdditionalPlanOptionsMap' => [ 'shape' => 'AdditionalPlanOptionsMap', ], ], ], 'GetPlanResponse' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], 'ScalaCode' => [ 'shape' => 'ScalaCode', ], ], ], 'GetRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], ], ], 'GetRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'RegistryStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'GetResourcePoliciesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetResourcePoliciesResponse' => [ 'type' => 'structure', 'members' => [ 'GetResourcePoliciesResponseList' => [ 'shape' => 'GetResourcePoliciesResponseList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetResourcePoliciesResponseList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GluePolicy', ], ], 'GetResourcePolicyRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'GetResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'PolicyHash' => [ 'shape' => 'HashString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetSchemaByDefinitionInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'SchemaDefinition', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'GetSchemaByDefinitionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'GetSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], ], ], 'GetSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'SchemaCheckpoint' => [ 'shape' => 'SchemaCheckpointNumber', ], 'LatestSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'NextSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'GetSchemaVersionInput' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], ], ], 'GetSchemaVersionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'GetSchemaVersionsDiffInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'FirstSchemaVersionNumber', 'SecondSchemaVersionNumber', 'SchemaDiffType', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'FirstSchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SecondSchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaDiffType' => [ 'shape' => 'SchemaDiffType', ], ], ], 'GetSchemaVersionsDiffResponse' => [ 'type' => 'structure', 'members' => [ 'Diff' => [ 'shape' => 'SchemaDefinitionDiff', ], ], ], 'GetSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'SecurityConfiguration' => [ 'shape' => 'SecurityConfiguration', ], ], ], 'GetSecurityConfigurationsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetSecurityConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'SecurityConfigurations' => [ 'shape' => 'SecurityConfigurationList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'GetSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Session' => [ 'shape' => 'Session', ], ], ], 'GetStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Id', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IntegerValue', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'GetStatementResponse' => [ 'type' => 'structure', 'members' => [ 'Statement' => [ 'shape' => 'Statement', ], ], ], 'GetTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetTableResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], ], ], 'GetTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'GetTableVersionResponse' => [ 'type' => 'structure', 'members' => [ 'TableVersion' => [ 'shape' => 'TableVersion', ], ], ], 'GetTableVersionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableVersion', ], ], 'GetTableVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], ], ], 'GetTableVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'TableVersions' => [ 'shape' => 'GetTableVersionsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetTablesRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'FilterString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetTablesResponse' => [ 'type' => 'structure', 'members' => [ 'TableList' => [ 'shape' => 'TableList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetTagsRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'GetTagsResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'GetTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'GetTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'PartitionValues', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], ], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'PredicateString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'NextToken' => [ 'shape' => 'Token', ], 'Segment' => [ 'shape' => 'Segment', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'UnfilteredPartitions' => [ 'shape' => 'UnfilteredPartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetUnfilteredTableMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'Name', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], ], ], 'GetUnfilteredTableMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'CellFilters' => [ 'shape' => 'ColumnRowFilterList', ], ], ], 'GetUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], ], ], 'GetUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [ 'UserDefinedFunction' => [ 'shape' => 'UserDefinedFunction', ], ], ], 'GetUserDefinedFunctionsRequest' => [ 'type' => 'structure', 'required' => [ 'Pattern', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Pattern' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], ], ], 'GetUserDefinedFunctionsResponse' => [ 'type' => 'structure', 'members' => [ 'UserDefinedFunctions' => [ 'shape' => 'UserDefinedFunctionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Workflow' => [ 'shape' => 'Workflow', ], ], ], 'GetWorkflowRunPropertiesRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'GetWorkflowRunPropertiesResponse' => [ 'type' => 'structure', 'members' => [ 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'GetWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'Run' => [ 'shape' => 'WorkflowRun', ], ], ], 'GetWorkflowRunsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetWorkflowRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'WorkflowRuns', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GlueEncryptionException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'GluePolicy' => [ 'type' => 'structure', 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'PolicyHash' => [ 'shape' => 'HashString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'GlueRecordType' => [ 'type' => 'string', 'enum' => [ 'DATE', 'STRING', 'TIMESTAMP', 'INT', 'FLOAT', 'LONG', 'BIGDECIMAL', 'BYTE', 'SHORT', 'DOUBLE', ], ], 'GlueResourceArn' => [ 'type' => 'string', 'max' => 10240, 'min' => 1, 'pattern' => 'arn:(aws|aws-us-gov|aws-cn):glue:.*', ], 'GlueSchema' => [ 'type' => 'structure', 'members' => [ 'Columns' => [ 'shape' => 'GlueStudioSchemaColumnList', ], ], ], 'GlueSchemas' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueSchema', ], ], 'GlueStudioColumnNameString' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'GlueStudioPathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperties', ], ], 'GlueStudioSchemaColumn' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'GlueStudioColumnNameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], ], ], 'GlueStudioSchemaColumnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueStudioSchemaColumn', ], ], 'GlueTable' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'CatalogId' => [ 'shape' => 'NameString', ], 'ConnectionName' => [ 'shape' => 'NameString', ], 'AdditionalOptions' => [ 'shape' => 'GlueTableAdditionalOptions', ], ], ], 'GlueTableAdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DescriptionString', ], 'max' => 10, 'min' => 1, ], 'GlueTables' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueTable', ], 'max' => 10, 'min' => 0, ], 'GlueVersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^\\w+\\.\\w+$', ], 'GovernedCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'S3SourceAdditionalOptions', ], ], ], 'GovernedCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'GrokClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'Classification', 'GrokPattern', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'GrokPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\t]*', ], 'HashString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'HudiTarget' => [ 'type' => 'structure', 'members' => [ 'Paths' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'MaximumTraversalDepth' => [ 'shape' => 'NullableInteger', ], ], ], 'HudiTargetCompressionType' => [ 'type' => 'string', 'enum' => [ 'gzip', 'lzo', 'uncompressed', 'snappy', ], ], 'HudiTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HudiTarget', ], ], 'IcebergInput' => [ 'type' => 'structure', 'required' => [ 'MetadataOperation', ], 'members' => [ 'MetadataOperation' => [ 'shape' => 'MetadataOperation', ], 'Version' => [ 'shape' => 'VersionString', ], ], ], 'IcebergTarget' => [ 'type' => 'structure', 'members' => [ 'Paths' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'MaximumTraversalDepth' => [ 'shape' => 'NullableInteger', ], ], ], 'IcebergTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'IcebergTarget', ], ], 'IdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'IdempotentParameterMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalBlueprintStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalSessionStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalWorkflowStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ImportCatalogToGlueRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'ImportCatalogToGlueResponse' => [ 'type' => 'structure', 'members' => [], ], 'ImportLabelsTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'InputS3Path' => [ 'shape' => 'UriString', ], 'Replace' => [ 'shape' => 'ReplaceBoolean', ], ], ], 'Integer' => [ 'type' => 'integer', ], 'IntegerFlag' => [ 'type' => 'integer', 'max' => 1, 'min' => 0, ], 'IntegerValue' => [ 'type' => 'integer', ], 'InternalServiceException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, 'fault' => true, ], 'InvalidInputException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'FromFederationSource' => [ 'shape' => 'NullableBoolean', ], ], 'exception' => true, ], 'InvalidStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IsVersionValid' => [ 'type' => 'boolean', ], 'Iso8601DateTime' => [ 'type' => 'timestamp', 'timestampFormat' => 'iso8601', ], 'JDBCConnectionType' => [ 'type' => 'string', 'enum' => [ 'sqlserver', 'mysql', 'oracle', 'postgresql', 'redshift', ], ], 'JDBCConnectorOptions' => [ 'type' => 'structure', 'members' => [ 'FilterPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionColumn' => [ 'shape' => 'EnclosedInStringProperty', ], 'LowerBound' => [ 'shape' => 'BoxedNonNegativeLong', ], 'UpperBound' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumPartitions' => [ 'shape' => 'BoxedNonNegativeLong', ], 'JobBookmarkKeys' => [ 'shape' => 'EnclosedInStringProperties', ], 'JobBookmarkKeysSortOrder' => [ 'shape' => 'EnclosedInStringProperty', ], 'DataTypeMapping' => [ 'shape' => 'JDBCDataTypeMapping', ], ], ], 'JDBCConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'JDBCConnectorOptions', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'Query' => [ 'shape' => 'SqlQuery', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'JDBCConnectorTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ConnectionName', 'ConnectionTable', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'JDBCDataType' => [ 'type' => 'string', 'enum' => [ 'ARRAY', 'BIGINT', 'BINARY', 'BIT', 'BLOB', 'BOOLEAN', 'CHAR', 'CLOB', 'DATALINK', 'DATE', 'DECIMAL', 'DISTINCT', 'DOUBLE', 'FLOAT', 'INTEGER', 'JAVA_OBJECT', 'LONGNVARCHAR', 'LONGVARBINARY', 'LONGVARCHAR', 'NCHAR', 'NCLOB', 'NULL', 'NUMERIC', 'NVARCHAR', 'OTHER', 'REAL', 'REF', 'REF_CURSOR', 'ROWID', 'SMALLINT', 'SQLXML', 'STRUCT', 'TIME', 'TIME_WITH_TIMEZONE', 'TIMESTAMP', 'TIMESTAMP_WITH_TIMEZONE', 'TINYINT', 'VARBINARY', 'VARCHAR', ], ], 'JDBCDataTypeMapping' => [ 'type' => 'map', 'key' => [ 'shape' => 'JDBCDataType', ], 'value' => [ 'shape' => 'GlueRecordType', ], ], 'JdbcMetadataEntry' => [ 'type' => 'string', 'enum' => [ 'COMMENTS', 'RAWTYPES', ], ], 'JdbcTarget' => [ 'type' => 'structure', 'members' => [ 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Path' => [ 'shape' => 'Path', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'EnableAdditionalMetadata' => [ 'shape' => 'EnableAdditionalMetadata', ], ], ], 'JdbcTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JdbcTarget', ], ], 'Job' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'JobBookmarkEntry' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'Version' => [ 'shape' => 'IntegerValue', ], 'Run' => [ 'shape' => 'IntegerValue', ], 'Attempt' => [ 'shape' => 'IntegerValue', ], 'PreviousRunId' => [ 'shape' => 'RunId', ], 'RunId' => [ 'shape' => 'RunId', ], 'JobBookmark' => [ 'shape' => 'JsonValue', ], ], ], 'JobBookmarksEncryption' => [ 'type' => 'structure', 'members' => [ 'JobBookmarksEncryptionMode' => [ 'shape' => 'JobBookmarksEncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'JobBookmarksEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'CSE-KMS', ], ], 'JobCommand' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'GenericString', ], 'ScriptLocation' => [ 'shape' => 'ScriptLocationString', ], 'PythonVersion' => [ 'shape' => 'PythonVersionString', ], 'Runtime' => [ 'shape' => 'RuntimeNameString', ], ], ], 'JobList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Job', ], ], 'JobName' => [ 'type' => 'string', ], 'JobNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'JobNodeDetails' => [ 'type' => 'structure', 'members' => [ 'JobRuns' => [ 'shape' => 'JobRunList', ], ], ], 'JobRun' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IdString', ], 'Attempt' => [ 'shape' => 'AttemptCount', ], 'PreviousRunId' => [ 'shape' => 'IdString', ], 'TriggerName' => [ 'shape' => 'NameString', ], 'JobName' => [ 'shape' => 'NameString', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'JobRunState' => [ 'shape' => 'JobRunState', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'PredecessorRuns' => [ 'shape' => 'PredecessorList', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'DPUSeconds' => [ 'shape' => 'NullableDouble', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], ], ], 'JobRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobRun', ], ], 'JobRunState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', 'ERROR', 'WAITING', ], ], 'JobUpdate' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'Join' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'JoinType', 'Columns', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'JoinType' => [ 'shape' => 'JoinType', ], 'Columns' => [ 'shape' => 'JoinColumns', ], ], ], 'JoinColumn' => [ 'type' => 'structure', 'required' => [ 'From', 'Keys', ], 'members' => [ 'From' => [ 'shape' => 'EnclosedInStringProperty', ], 'Keys' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'JoinColumns' => [ 'type' => 'list', 'member' => [ 'shape' => 'JoinColumn', ], 'max' => 2, 'min' => 2, ], 'JoinType' => [ 'type' => 'string', 'enum' => [ 'equijoin', 'left', 'right', 'outer', 'leftsemi', 'leftanti', ], ], 'JsonClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'JsonPath', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'JsonPath' => [ 'type' => 'string', ], 'JsonValue' => [ 'type' => 'string', ], 'KafkaStreamingSourceOptions' => [ 'type' => 'structure', 'members' => [ 'BootstrapServers' => [ 'shape' => 'EnclosedInStringProperty', ], 'SecurityProtocol' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'TopicName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Assign' => [ 'shape' => 'EnclosedInStringProperty', ], 'SubscribePattern' => [ 'shape' => 'EnclosedInStringProperty', ], 'Classification' => [ 'shape' => 'EnclosedInStringProperty', ], 'Delimiter' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingOffsets' => [ 'shape' => 'EnclosedInStringProperty', ], 'EndingOffsets' => [ 'shape' => 'EnclosedInStringProperty', ], 'PollTimeoutMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumRetries' => [ 'shape' => 'BoxedNonNegativeInt', ], 'RetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxOffsetsPerTrigger' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MinPartitions' => [ 'shape' => 'BoxedNonNegativeInt', ], 'IncludeHeaders' => [ 'shape' => 'BoxedBoolean', ], 'AddRecordTimestamp' => [ 'shape' => 'EnclosedInStringProperty', ], 'EmitConsumerLagMetrics' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingTimestamp' => [ 'shape' => 'Iso8601DateTime', ], ], ], 'KeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'min' => 1, ], 'KeySchemaElement' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], ], ], 'KeySchemaElementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'KeySchemaElement', ], 'min' => 1, ], 'KeyString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'KinesisStreamingSourceOptions' => [ 'type' => 'structure', 'members' => [ 'EndpointUrl' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Classification' => [ 'shape' => 'EnclosedInStringProperty', ], 'Delimiter' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingPosition' => [ 'shape' => 'StartingPosition', ], 'MaxFetchTimeInMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxFetchRecordsPerShard' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxRecordPerRead' => [ 'shape' => 'BoxedNonNegativeLong', ], 'AddIdleTimeBetweenReads' => [ 'shape' => 'BoxedBoolean', ], 'IdleTimeBetweenReadsInMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'DescribeShardInterval' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumRetries' => [ 'shape' => 'BoxedNonNegativeInt', ], 'RetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxRetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'AvoidEmptyBatches' => [ 'shape' => 'BoxedBoolean', ], 'StreamArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RoleArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RoleSessionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'AddRecordTimestamp' => [ 'shape' => 'EnclosedInStringProperty', ], 'EmitConsumerLagMetrics' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingTimestamp' => [ 'shape' => 'Iso8601DateTime', ], ], ], 'KmsKeyArn' => [ 'type' => 'string', 'pattern' => 'arn:aws:kms:.*', ], 'LabelCount' => [ 'type' => 'integer', ], 'LabelingSetGenerationTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'LakeFormationConfiguration' => [ 'type' => 'structure', 'members' => [ 'UseLakeFormationCredentials' => [ 'shape' => 'NullableBoolean', ], 'AccountId' => [ 'shape' => 'AccountId', ], ], ], 'Language' => [ 'type' => 'string', 'enum' => [ 'PYTHON', 'SCALA', ], ], 'LastActiveDefinition' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'Generic512CharString', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ParameterSpec' => [ 'shape' => 'BlueprintParameterSpec', ], 'BlueprintLocation' => [ 'shape' => 'GenericString', ], 'BlueprintServiceLocation' => [ 'shape' => 'GenericString', ], ], ], 'LastCrawlInfo' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'LastCrawlStatus', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], 'MessagePrefix' => [ 'shape' => 'MessagePrefix', ], 'StartTime' => [ 'shape' => 'Timestamp', ], ], ], 'LastCrawlStatus' => [ 'type' => 'string', 'enum' => [ 'SUCCEEDED', 'CANCELLED', 'FAILED', ], ], 'LatestSchemaVersionBoolean' => [ 'type' => 'boolean', ], 'LimitedPathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LimitedStringList', ], ], 'LimitedStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericLimitedString', ], ], 'LineageConfiguration' => [ 'type' => 'structure', 'members' => [ 'CrawlerLineageSettings' => [ 'shape' => 'CrawlerLineageSettings', ], ], ], 'ListBlueprintsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'BlueprintNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListCrawlersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'CrawlerNames' => [ 'shape' => 'CrawlerNameList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCrawlsRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filters' => [ 'shape' => 'CrawlsFilterList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCrawlsResponse' => [ 'type' => 'structure', 'members' => [ 'Crawls' => [ 'shape' => 'CrawlerHistoryList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCustomEntityTypesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListCustomEntityTypesResponse' => [ 'type' => 'structure', 'members' => [ 'CustomEntityTypes' => [ 'shape' => 'CustomEntityTypes', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityResultsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityResultFilterCriteria', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityResultsResponse' => [ 'type' => 'structure', 'required' => [ 'Results', ], 'members' => [ 'Results' => [ 'shape' => 'DataQualityResultDescriptionList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRuleRecommendationRunsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityRuleRecommendationRunFilter', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityRuleRecommendationRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'DataQualityRuleRecommendationRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRulesetEvaluationRunsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityRulesetEvaluationRunFilter', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityRulesetEvaluationRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'DataQualityRulesetEvaluationRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRulesetsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'DataQualityRulesetFilterCriteria', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListDataQualityRulesetsResponse' => [ 'type' => 'structure', 'members' => [ 'Rulesets' => [ 'shape' => 'DataQualityRulesetList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDevEndpointsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpointNames' => [ 'shape' => 'DevEndpointNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListJobsResponse' => [ 'type' => 'structure', 'members' => [ 'JobNames' => [ 'shape' => 'JobNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListMLTransformsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TransformFilterCriteria', ], 'Sort' => [ 'shape' => 'TransformSortCriteria', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListMLTransformsResponse' => [ 'type' => 'structure', 'required' => [ 'TransformIds', ], 'members' => [ 'TransformIds' => [ 'shape' => 'TransformIdList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListRegistriesInput' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListRegistriesResponse' => [ 'type' => 'structure', 'members' => [ 'Registries' => [ 'shape' => 'RegistryListDefinition', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemaVersionsInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemaVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'Schemas' => [ 'shape' => 'SchemaVersionList', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemasInput' => [ 'type' => 'structure', 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemasResponse' => [ 'type' => 'structure', 'members' => [ 'Schemas' => [ 'shape' => 'SchemaListDefinition', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSessionsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'OrchestrationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'ListSessionsResponse' => [ 'type' => 'structure', 'members' => [ 'Ids' => [ 'shape' => 'SessionIdList', ], 'Sessions' => [ 'shape' => 'SessionList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListStatementsRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListStatementsResponse' => [ 'type' => 'structure', 'members' => [ 'Statements' => [ 'shape' => 'StatementList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListWorkflowsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListWorkflowsResponse' => [ 'type' => 'structure', 'members' => [ 'Workflows' => [ 'shape' => 'WorkflowNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'Location' => [ 'type' => 'structure', 'members' => [ 'Jdbc' => [ 'shape' => 'CodeGenNodeArgs', ], 'S3' => [ 'shape' => 'CodeGenNodeArgs', ], 'DynamoDB' => [ 'shape' => 'CodeGenNodeArgs', ], ], ], 'LocationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ColumnValuesString', ], 'value' => [ 'shape' => 'ColumnValuesString', ], ], 'LocationString' => [ 'type' => 'string', 'max' => 2056, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'LocationStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LocationString', ], ], 'LogGroup' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+', ], 'LogStream' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*', ], 'Logical' => [ 'type' => 'string', 'enum' => [ 'AND', 'ANY', ], ], 'LogicalOperator' => [ 'type' => 'string', 'enum' => [ 'EQUALS', ], ], 'Long' => [ 'type' => 'long', ], 'LongColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Long', ], 'MaximumValue' => [ 'shape' => 'Long', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'LongValue' => [ 'type' => 'long', ], 'MLTransform' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'EvaluationMetrics' => [ 'shape' => 'EvaluationMetrics', ], 'LabelCount' => [ 'shape' => 'LabelCount', ], 'Schema' => [ 'shape' => 'TransformSchema', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'MLTransformNotReadyException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'MLUserDataEncryption' => [ 'type' => 'structure', 'required' => [ 'MlUserDataEncryptionMode', ], 'members' => [ 'MlUserDataEncryptionMode' => [ 'shape' => 'MLUserDataEncryptionModeString', ], 'KmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'MLUserDataEncryptionModeString' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'ManyInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'min' => 1, ], 'MapValue' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], 'max' => 100, 'min' => 0, ], 'Mapping' => [ 'type' => 'structure', 'members' => [ 'ToKey' => [ 'shape' => 'EnclosedInStringProperty', ], 'FromPath' => [ 'shape' => 'EnclosedInStringProperties', ], 'FromType' => [ 'shape' => 'EnclosedInStringProperty', ], 'ToType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Dropped' => [ 'shape' => 'BoxedBoolean', ], 'Children' => [ 'shape' => 'Mappings', ], ], ], 'MappingEntry' => [ 'type' => 'structure', 'members' => [ 'SourceTable' => [ 'shape' => 'TableName', ], 'SourcePath' => [ 'shape' => 'SchemaPathString', ], 'SourceType' => [ 'shape' => 'FieldType', ], 'TargetTable' => [ 'shape' => 'TableName', ], 'TargetPath' => [ 'shape' => 'SchemaPathString', ], 'TargetType' => [ 'shape' => 'FieldType', ], ], ], 'MappingList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MappingEntry', ], ], 'Mappings' => [ 'type' => 'list', 'member' => [ 'shape' => 'Mapping', ], ], 'MaskValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[*A-Za-z0-9_-]*', ], 'MatchCriteria' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 10, 'min' => 0, ], 'MaxConcurrentRuns' => [ 'type' => 'integer', ], 'MaxResultsNumber' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxRetries' => [ 'type' => 'integer', ], 'Merge' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Source', 'PrimaryKeys', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'Source' => [ 'shape' => 'NodeId', ], 'PrimaryKeys' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'MessagePrefix' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'MessageString' => [ 'type' => 'string', ], 'MetadataInfo' => [ 'type' => 'structure', 'members' => [ 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'OtherMetadataValueList' => [ 'shape' => 'OtherMetadataValueList', ], ], ], 'MetadataInfoMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'MetadataKeyString', ], 'value' => [ 'shape' => 'MetadataInfo', ], ], 'MetadataKeyString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9+-=._./@]+', ], 'MetadataKeyValuePair' => [ 'type' => 'structure', 'members' => [ 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'MetadataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetadataKeyValuePair', ], ], 'MetadataOperation' => [ 'type' => 'string', 'enum' => [ 'CREATE', ], ], 'MetadataValueString' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9+-=._./@]+', ], 'MicrosoftSQLServerCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MicrosoftSQLServerCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MillisecondsCount' => [ 'type' => 'long', ], 'MongoDBTarget' => [ 'type' => 'structure', 'members' => [ 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Path' => [ 'shape' => 'Path', ], 'ScanAll' => [ 'shape' => 'NullableBoolean', ], ], ], 'MongoDBTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MongoDBTarget', ], ], 'MySQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MySQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'NameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'NameStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'NoScheduleException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Node' => [ 'type' => 'structure', 'members' => [ 'Type' => [ 'shape' => 'NodeType', ], 'Name' => [ 'shape' => 'NameString', ], 'UniqueId' => [ 'shape' => 'NameString', ], 'TriggerDetails' => [ 'shape' => 'TriggerNodeDetails', ], 'JobDetails' => [ 'shape' => 'JobNodeDetails', ], 'CrawlerDetails' => [ 'shape' => 'CrawlerNodeDetails', ], ], ], 'NodeId' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_-]*', ], 'NodeIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'NodeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Node', ], ], 'NodeName' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\r\\n])*', ], 'NodeType' => [ 'type' => 'string', 'enum' => [ 'CRAWLER', 'JOB', 'TRIGGER', ], ], 'NonNegativeDouble' => [ 'type' => 'double', 'min' => 0.0, ], 'NonNegativeInt' => [ 'type' => 'integer', 'min' => 0, ], 'NonNegativeInteger' => [ 'type' => 'integer', 'min' => 0, ], 'NonNegativeLong' => [ 'type' => 'long', 'min' => 0, ], 'NotificationProperty' => [ 'type' => 'structure', 'members' => [ 'NotifyDelayAfter' => [ 'shape' => 'NotifyDelayAfter', ], ], ], 'NotifyDelayAfter' => [ 'type' => 'integer', 'box' => true, 'min' => 1, ], 'NullCheckBoxList' => [ 'type' => 'structure', 'members' => [ 'IsEmpty' => [ 'shape' => 'BoxedBoolean', ], 'IsNullString' => [ 'shape' => 'BoxedBoolean', ], 'IsNegOne' => [ 'shape' => 'BoxedBoolean', ], ], ], 'NullValueField' => [ 'type' => 'structure', 'required' => [ 'Value', 'Datatype', ], 'members' => [ 'Value' => [ 'shape' => 'EnclosedInStringProperty', ], 'Datatype' => [ 'shape' => 'Datatype', ], ], ], 'NullValueFields' => [ 'type' => 'list', 'member' => [ 'shape' => 'NullValueField', ], 'max' => 50, 'min' => 0, ], 'NullableBoolean' => [ 'type' => 'boolean', 'box' => true, ], 'NullableDouble' => [ 'type' => 'double', 'box' => true, ], 'NullableInteger' => [ 'type' => 'integer', 'box' => true, ], 'OneInput' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 1, 'min' => 1, ], 'OpenTableFormatInput' => [ 'type' => 'structure', 'members' => [ 'IcebergInput' => [ 'shape' => 'IcebergInput', ], ], ], 'OperationTimeoutException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Option' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'EnclosedInStringProperty', ], 'Label' => [ 'shape' => 'EnclosedInStringProperty', ], 'Description' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Option', ], ], 'OracleSQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OracleSQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OrchestrationArgumentsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'OrchestrationNameString', ], 'value' => [ 'shape' => 'OrchestrationArgumentsValue', ], 'max' => 75, 'min' => 0, ], 'OrchestrationArgumentsValue' => [ 'type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'OrchestrationIAMRoleArn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws[^:]*:iam::[0-9]*:role/.+', ], 'OrchestrationNameString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+', ], 'OrchestrationRoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[^:]*:iam::[0-9]*:role/.+', ], 'OrchestrationS3Location' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '^s3://([^/]+)/([^/]+/)*([^/]+)$', ], 'OrchestrationStatementCodeString' => [ 'type' => 'string', 'max' => 68000, ], 'OrchestrationStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], ], 'OrchestrationToken' => [ 'type' => 'string', 'max' => 400000, ], 'Order' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortOrder', ], 'members' => [ 'Column' => [ 'shape' => 'NameString', ], 'SortOrder' => [ 'shape' => 'IntegerFlag', ], ], ], 'OrderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Order', ], ], 'OtherMetadataValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OtherMetadataValueListItem', ], ], 'OtherMetadataValueListItem' => [ 'type' => 'structure', 'members' => [ 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'PIIDetection' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'PiiType', 'EntityTypesToDetect', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PiiType' => [ 'shape' => 'PiiType', ], 'EntityTypesToDetect' => [ 'shape' => 'EnclosedInStringProperties', ], 'OutputColumnName' => [ 'shape' => 'EnclosedInStringProperty', ], 'SampleFraction' => [ 'shape' => 'BoxedDoubleFraction', ], 'ThresholdFraction' => [ 'shape' => 'BoxedDoubleFraction', ], 'MaskValue' => [ 'shape' => 'MaskValue', ], ], ], 'PageSize' => [ 'type' => 'integer', 'box' => true, 'max' => 1000, 'min' => 1, ], 'PaginationToken' => [ 'type' => 'string', ], 'ParamType' => [ 'type' => 'string', 'enum' => [ 'str', 'int', 'float', 'complex', 'bool', 'list', 'null', ], ], 'ParametersMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'KeyString', ], 'value' => [ 'shape' => 'ParametersMapValue', ], ], 'ParametersMapValue' => [ 'type' => 'string', 'max' => 512000, ], 'ParquetCompressionType' => [ 'type' => 'string', 'enum' => [ 'snappy', 'lzo', 'gzip', 'uncompressed', 'none', ], ], 'Partition' => [ 'type' => 'structure', 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'PartitionError' => [ 'type' => 'structure', 'members' => [ 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'PartitionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionError', ], ], 'PartitionIndex' => [ 'type' => 'structure', 'required' => [ 'Keys', 'IndexName', ], 'members' => [ 'Keys' => [ 'shape' => 'KeyList', ], 'IndexName' => [ 'shape' => 'NameString', ], ], ], 'PartitionIndexDescriptor' => [ 'type' => 'structure', 'required' => [ 'IndexName', 'Keys', 'IndexStatus', ], 'members' => [ 'IndexName' => [ 'shape' => 'NameString', ], 'Keys' => [ 'shape' => 'KeySchemaElementList', ], 'IndexStatus' => [ 'shape' => 'PartitionIndexStatus', ], 'BackfillErrors' => [ 'shape' => 'BackfillErrors', ], ], ], 'PartitionIndexDescriptorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionIndexDescriptor', ], ], 'PartitionIndexList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionIndex', ], 'max' => 3, ], 'PartitionIndexStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'DELETING', 'FAILED', ], ], 'PartitionInput' => [ 'type' => 'structure', 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], ], ], 'PartitionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionInput', ], 'max' => 100, 'min' => 0, ], 'PartitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Partition', ], ], 'PartitionValueList' => [ 'type' => 'structure', 'required' => [ 'Values', ], 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], ], ], 'Path' => [ 'type' => 'string', ], 'PathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Path', ], ], 'Permission' => [ 'type' => 'string', 'enum' => [ 'ALL', 'SELECT', 'ALTER', 'DROP', 'DELETE', 'INSERT', 'CREATE_DATABASE', 'CREATE_TABLE', 'DATA_LOCATION_ACCESS', ], ], 'PermissionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Permission', ], ], 'PermissionType' => [ 'type' => 'string', 'enum' => [ 'COLUMN_PERMISSION', 'CELL_FILTER_PERMISSION', 'NESTED_PERMISSION', 'NESTED_CELL_PERMISSION', ], ], 'PermissionTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PermissionType', ], 'max' => 255, 'min' => 1, ], 'PermissionTypeMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'PhysicalConnectionRequirements' => [ 'type' => 'structure', 'members' => [ 'SubnetId' => [ 'shape' => 'NameString', ], 'SecurityGroupIdList' => [ 'shape' => 'SecurityGroupIdList', ], 'AvailabilityZone' => [ 'shape' => 'NameString', ], ], ], 'PiiType' => [ 'type' => 'string', 'enum' => [ 'RowAudit', 'RowMasking', 'ColumnAudit', 'ColumnMasking', ], ], 'PolicyJsonString' => [ 'type' => 'string', 'min' => 2, ], 'PollingTime' => [ 'type' => 'long', 'box' => true, 'min' => 10, ], 'PositiveLong' => [ 'type' => 'long', 'box' => true, 'min' => 1, ], 'PostgreSQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'PostgreSQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Predecessor' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'PredecessorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Predecessor', ], ], 'Predicate' => [ 'type' => 'structure', 'members' => [ 'Logical' => [ 'shape' => 'Logical', ], 'Conditions' => [ 'shape' => 'ConditionList', ], ], ], 'PredicateString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'PrincipalPermissions' => [ 'type' => 'structure', 'members' => [ 'Principal' => [ 'shape' => 'DataLakePrincipal', ], 'Permissions' => [ 'shape' => 'PermissionList', ], ], ], 'PrincipalPermissionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PrincipalPermissions', ], ], 'PrincipalType' => [ 'type' => 'string', 'enum' => [ 'USER', 'ROLE', 'GROUP', ], ], 'Prob' => [ 'type' => 'double', 'box' => true, 'max' => 1, 'min' => 0, ], 'PropertyPredicate' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ValueString', ], 'Value' => [ 'shape' => 'ValueString', ], 'Comparator' => [ 'shape' => 'Comparator', ], ], ], 'PublicKeysList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], 'max' => 5, ], 'PutDataCatalogEncryptionSettingsRequest' => [ 'type' => 'structure', 'required' => [ 'DataCatalogEncryptionSettings', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DataCatalogEncryptionSettings' => [ 'shape' => 'DataCatalogEncryptionSettings', ], ], ], 'PutDataCatalogEncryptionSettingsResponse' => [ 'type' => 'structure', 'members' => [], ], 'PutResourcePolicyRequest' => [ 'type' => 'structure', 'required' => [ 'PolicyInJson', ], 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'PolicyHashCondition' => [ 'shape' => 'HashString', ], 'PolicyExistsCondition' => [ 'shape' => 'ExistCondition', ], 'EnableHybrid' => [ 'shape' => 'EnableHybridValues', ], ], ], 'PutResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [ 'PolicyHash' => [ 'shape' => 'HashString', ], ], ], 'PutSchemaVersionMetadataInput' => [ 'type' => 'structure', 'required' => [ 'MetadataKeyValue', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKeyValue' => [ 'shape' => 'MetadataKeyValuePair', ], ], ], 'PutSchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'PutWorkflowRunPropertiesRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', 'RunProperties', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'PutWorkflowRunPropertiesResponse' => [ 'type' => 'structure', 'members' => [], ], 'PythonScript' => [ 'type' => 'string', ], 'PythonVersionString' => [ 'type' => 'string', 'pattern' => '^([2-3]|3[.]9)$', ], 'QuerySchemaVersionMetadataInput' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataList' => [ 'shape' => 'MetadataList', ], 'MaxResults' => [ 'shape' => 'QuerySchemaVersionMetadataMaxResults', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'QuerySchemaVersionMetadataMaxResults' => [ 'type' => 'integer', 'max' => 50, 'min' => 1, ], 'QuerySchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'MetadataInfoMap' => [ 'shape' => 'MetadataInfoMap', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'QuoteChar' => [ 'type' => 'string', 'enum' => [ 'quote', 'quillemet', 'single_quote', 'disabled', ], ], 'Recipe' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'RecipeReference', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'RecipeReference' => [ 'shape' => 'RecipeReference', ], ], ], 'RecipeReference' => [ 'type' => 'structure', 'required' => [ 'RecipeArn', 'RecipeVersion', ], 'members' => [ 'RecipeArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RecipeVersion' => [ 'shape' => 'RecipeVersion', ], ], ], 'RecipeVersion' => [ 'type' => 'string', 'max' => 16, 'min' => 1, ], 'RecordsCount' => [ 'type' => 'long', 'box' => true, ], 'RecrawlBehavior' => [ 'type' => 'string', 'enum' => [ 'CRAWL_EVERYTHING', 'CRAWL_NEW_FOLDERS_ONLY', 'CRAWL_EVENT_MODE', ], ], 'RecrawlPolicy' => [ 'type' => 'structure', 'members' => [ 'RecrawlBehavior' => [ 'shape' => 'RecrawlBehavior', ], ], ], 'RedshiftSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'TmpDirIAMRole' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'RedshiftTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'TmpDirIAMRole' => [ 'shape' => 'EnclosedInStringProperty', ], 'UpsertRedshiftOptions' => [ 'shape' => 'UpsertRedshiftTargetOptions', ], ], ], 'RegisterSchemaVersionInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'SchemaDefinition', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'RegisterSchemaVersionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], ], ], 'RegistryId' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'RegistryListDefinition' => [ 'type' => 'list', 'member' => [ 'shape' => 'RegistryListItem', ], ], 'RegistryListItem' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'RegistryStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'RegistryStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'DELETING', ], ], 'RelationalCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'RemoveSchemaVersionMetadataInput' => [ 'type' => 'structure', 'required' => [ 'MetadataKeyValue', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKeyValue' => [ 'shape' => 'MetadataKeyValuePair', ], ], ], 'RemoveSchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'RenameField' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'SourcePath', 'TargetPath', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'SourcePath' => [ 'shape' => 'EnclosedInStringProperties', ], 'TargetPath' => [ 'shape' => 'EnclosedInStringProperties', ], ], ], 'ReplaceBoolean' => [ 'type' => 'boolean', ], 'ResetJobBookmarkRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'RunId' => [ 'shape' => 'RunId', ], ], ], 'ResetJobBookmarkResponse' => [ 'type' => 'structure', 'members' => [ 'JobBookmarkEntry' => [ 'shape' => 'JobBookmarkEntry', ], ], ], 'ResourceNotReadyException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ResourceNumberLimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ResourceShareType' => [ 'type' => 'string', 'enum' => [ 'FOREIGN', 'ALL', 'FEDERATED', ], ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'JAR', 'FILE', 'ARCHIVE', ], ], 'ResourceUri' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Uri' => [ 'shape' => 'URI', ], ], ], 'ResourceUriList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceUri', ], 'max' => 1000, 'min' => 0, ], 'ResumeWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', 'NodeIds', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'NodeIds' => [ 'shape' => 'NodeIdList', ], ], ], 'ResumeWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], 'NodeIds' => [ 'shape' => 'NodeIdList', ], ], ], 'Role' => [ 'type' => 'string', ], 'RoleArn' => [ 'type' => 'string', 'pattern' => 'arn:aws:iam::\\d{12}:role/.*', ], 'RoleString' => [ 'type' => 'string', ], 'RowTag' => [ 'type' => 'string', ], 'RulesetNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 10, 'min' => 1, ], 'RunId' => [ 'type' => 'string', ], 'RunStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Code', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Code' => [ 'shape' => 'OrchestrationStatementCodeString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'RunStatementResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IntegerValue', ], ], ], 'RuntimeNameString' => [ 'type' => 'string', 'max' => 64, 'pattern' => '.*', ], 'S3CatalogDeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3CatalogHudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3CatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'S3SourceAdditionalOptions', ], ], ], 'S3CatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3CsvSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', 'Separator', 'QuoteChar', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'Separator' => [ 'shape' => 'Separator', ], 'Escaper' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'QuoteChar' => [ 'shape' => 'QuoteChar', ], 'Multiline' => [ 'shape' => 'BoxedBoolean', ], 'WithHeader' => [ 'shape' => 'BoxedBoolean', ], 'WriteHeader' => [ 'shape' => 'BoxedBoolean', ], 'SkipFirst' => [ 'shape' => 'BoxedBoolean', ], 'OptimizePerformance' => [ 'shape' => 'BooleanValue', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3DeltaCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3DeltaDirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Compression', 'Format', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'DeltaTargetCompressionType', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3DeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3DirectSourceAdditionalOptions' => [ 'type' => 'structure', 'members' => [ 'BoundedSize' => [ 'shape' => 'BoxedLong', ], 'BoundedFiles' => [ 'shape' => 'BoxedLong', ], 'EnableSamplePath' => [ 'shape' => 'BoxedBoolean', ], 'SamplePath' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'S3DirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Format', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'EnclosedInStringProperty', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3Encryption' => [ 'type' => 'structure', 'members' => [ 'S3EncryptionMode' => [ 'shape' => 'S3EncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'S3EncryptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'S3Encryption', ], ], 'S3EncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', 'SSE-S3', ], ], 'S3GlueParquetTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'ParquetCompressionType', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3HudiCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', 'AdditionalOptions', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3HudiDirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Compression', 'Format', 'AdditionalOptions', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'HudiTargetCompressionType', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3HudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3JsonSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'JsonPath' => [ 'shape' => 'EnclosedInStringProperty', ], 'Multiline' => [ 'shape' => 'BoxedBoolean', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3ParquetSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'ParquetCompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3SourceAdditionalOptions' => [ 'type' => 'structure', 'members' => [ 'BoundedSize' => [ 'shape' => 'BoxedLong', ], 'BoundedFiles' => [ 'shape' => 'BoxedLong', ], ], ], 'S3Target' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'Path', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'SampleSize' => [ 'shape' => 'NullableInteger', ], 'EventQueueArn' => [ 'shape' => 'EventQueueArn', ], 'DlqEventQueueArn' => [ 'shape' => 'EventQueueArn', ], ], ], 'S3TargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'S3Target', ], ], 'ScalaCode' => [ 'type' => 'string', ], 'Schedule' => [ 'type' => 'structure', 'members' => [ 'ScheduleExpression' => [ 'shape' => 'CronExpression', ], 'State' => [ 'shape' => 'ScheduleState', ], ], ], 'ScheduleState' => [ 'type' => 'string', 'enum' => [ 'SCHEDULED', 'NOT_SCHEDULED', 'TRANSITIONING', ], ], 'SchedulerNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchedulerRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchedulerTransitioningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'UpdateBehavior' => [ 'shape' => 'UpdateBehavior', ], 'DeleteBehavior' => [ 'shape' => 'DeleteBehavior', ], ], ], 'SchemaCheckpointNumber' => [ 'type' => 'long', 'max' => 100000, 'min' => 1, ], 'SchemaColumn' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'ColumnNameString', ], 'DataType' => [ 'shape' => 'ColumnTypeString', ], ], ], 'SchemaDefinitionDiff' => [ 'type' => 'string', 'max' => 340000, 'min' => 1, 'pattern' => '.*\\S.*', ], 'SchemaDefinitionString' => [ 'type' => 'string', 'max' => 170000, 'min' => 1, 'pattern' => '.*\\S.*', ], 'SchemaDiffType' => [ 'type' => 'string', 'enum' => [ 'SYNTAX_DIFF', ], ], 'SchemaId' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], ], ], 'SchemaListDefinition' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaListItem', ], ], 'SchemaListItem' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'SchemaPathString' => [ 'type' => 'string', ], 'SchemaReference' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionNumber' => [ 'shape' => 'VersionLongNumber', 'box' => true, ], ], ], 'SchemaRegistryNameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_$#.]+', ], 'SchemaRegistryTokenString' => [ 'type' => 'string', ], 'SchemaStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PENDING', 'DELETING', ], ], 'SchemaValidationError' => [ 'type' => 'string', 'max' => 5000, 'min' => 1, ], 'SchemaVersionErrorItem' => [ 'type' => 'structure', 'members' => [ 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'ErrorDetails' => [ 'shape' => 'ErrorDetails', ], ], ], 'SchemaVersionErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaVersionErrorItem', ], ], 'SchemaVersionIdString' => [ 'type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}', ], 'SchemaVersionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaVersionListItem', ], ], 'SchemaVersionListItem' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'SchemaVersionNumber' => [ 'type' => 'structure', 'members' => [ 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], ], ], 'SchemaVersionStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PENDING', 'FAILURE', 'DELETING', ], ], 'ScriptLocationString' => [ 'type' => 'string', 'max' => 400000, ], 'SearchPropertyPredicates' => [ 'type' => 'list', 'member' => [ 'shape' => 'PropertyPredicate', ], ], 'SearchTablesRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'NextToken' => [ 'shape' => 'Token', ], 'Filters' => [ 'shape' => 'SearchPropertyPredicates', ], 'SearchText' => [ 'shape' => 'ValueString', ], 'SortCriteria' => [ 'shape' => 'SortCriteria', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'ResourceShareType' => [ 'shape' => 'ResourceShareType', ], ], ], 'SearchTablesResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'TableList' => [ 'shape' => 'TableList', ], ], ], 'SecurityConfiguration' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreatedTimeStamp' => [ 'shape' => 'TimestampValue', ], 'EncryptionConfiguration' => [ 'shape' => 'EncryptionConfiguration', ], ], ], 'SecurityConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityConfiguration', ], ], 'SecurityGroupIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 50, 'min' => 0, ], 'Segment' => [ 'type' => 'structure', 'required' => [ 'SegmentNumber', 'TotalSegments', ], 'members' => [ 'SegmentNumber' => [ 'shape' => 'NonNegativeInteger', ], 'TotalSegments' => [ 'shape' => 'TotalSegmentsInteger', ], ], ], 'SelectFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'SelectFromCollection' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Index', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Index' => [ 'shape' => 'NonNegativeInt', ], ], ], 'Separator' => [ 'type' => 'string', 'enum' => [ 'comma', 'ctrla', 'pipe', 'semicolon', 'tab', ], ], 'SerDeInfo' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'SerializationLibrary' => [ 'shape' => 'NameString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], ], ], 'Session' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'Status' => [ 'shape' => 'SessionStatus', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Role' => [ 'shape' => 'OrchestrationRoleArn', ], 'Command' => [ 'shape' => 'SessionCommand', ], 'DefaultArguments' => [ 'shape' => 'OrchestrationArgumentsMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'Progress' => [ 'shape' => 'DoubleValue', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], ], ], 'SessionCommand' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'PythonVersion' => [ 'shape' => 'PythonVersionString', ], ], ], 'SessionIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'SessionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Session', ], ], 'SessionStatus' => [ 'type' => 'string', 'enum' => [ 'PROVISIONING', 'READY', 'FAILED', 'TIMEOUT', 'STOPPING', 'STOPPED', ], ], 'SkewedInfo' => [ 'type' => 'structure', 'members' => [ 'SkewedColumnNames' => [ 'shape' => 'NameStringList', ], 'SkewedColumnValues' => [ 'shape' => 'ColumnValueStringList', ], 'SkewedColumnValueLocationMaps' => [ 'shape' => 'LocationMap', ], ], ], 'SnowflakeNodeData' => [ 'type' => 'structure', 'members' => [ 'SourceType' => [ 'shape' => 'GenericLimitedString', ], 'Connection' => [ 'shape' => 'Option', ], 'Schema' => [ 'shape' => 'GenericString', ], 'Table' => [ 'shape' => 'GenericString', ], 'Database' => [ 'shape' => 'GenericString', ], 'TempDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'IamRole' => [ 'shape' => 'Option', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SampleQuery' => [ 'shape' => 'GenericString', ], 'PreAction' => [ 'shape' => 'GenericString', ], 'PostAction' => [ 'shape' => 'GenericString', ], 'Action' => [ 'shape' => 'GenericString', ], 'Upsert' => [ 'shape' => 'BooleanValue', ], 'MergeAction' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenNotMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeClause' => [ 'shape' => 'GenericString', ], 'StagingTable' => [ 'shape' => 'GenericString', ], 'SelectedColumns' => [ 'shape' => 'OptionList', ], 'AutoPushdown' => [ 'shape' => 'BooleanValue', ], 'TableSchema' => [ 'shape' => 'OptionList', ], ], ], 'SnowflakeSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'SnowflakeNodeData', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SnowflakeTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'SnowflakeNodeData', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'Sort' => [ 'type' => 'string', 'enum' => [ 'ASC', 'DESC', ], ], 'SortCriteria' => [ 'type' => 'list', 'member' => [ 'shape' => 'SortCriterion', ], 'max' => 1, 'min' => 0, ], 'SortCriterion' => [ 'type' => 'structure', 'members' => [ 'FieldName' => [ 'shape' => 'ValueString', ], 'Sort' => [ 'shape' => 'Sort', ], ], ], 'SortDirectionType' => [ 'type' => 'string', 'enum' => [ 'DESCENDING', 'ASCENDING', ], ], 'SourceControlAuthStrategy' => [ 'type' => 'string', 'enum' => [ 'PERSONAL_ACCESS_TOKEN', 'AWS_SECRETS_MANAGER', ], ], 'SourceControlDetails' => [ 'type' => 'structure', 'members' => [ 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'Repository' => [ 'shape' => 'Generic512CharString', ], 'Owner' => [ 'shape' => 'Generic512CharString', ], 'Branch' => [ 'shape' => 'Generic512CharString', ], 'Folder' => [ 'shape' => 'Generic512CharString', ], 'LastCommitId' => [ 'shape' => 'Generic512CharString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'Generic512CharString', ], ], ], 'SourceControlProvider' => [ 'type' => 'string', 'enum' => [ 'GITHUB', 'AWS_CODE_COMMIT', ], ], 'SparkConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SparkConnectorTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SparkSQL' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'SqlQuery', 'SqlAliases', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'SqlQuery' => [ 'shape' => 'SqlQuery', ], 'SqlAliases' => [ 'shape' => 'SqlAliases', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'Spigot' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Topk' => [ 'shape' => 'Topk', ], 'Prob' => [ 'shape' => 'Prob', ], ], ], 'SplitFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'SqlAlias' => [ 'type' => 'structure', 'required' => [ 'From', 'Alias', ], 'members' => [ 'From' => [ 'shape' => 'NodeId', ], 'Alias' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], ], ], 'SqlAliases' => [ 'type' => 'list', 'member' => [ 'shape' => 'SqlAlias', ], ], 'SqlQuery' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\s])*', ], 'StartBlueprintRunRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', 'RoleArn', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'Parameters' => [ 'shape' => 'BlueprintParameters', ], 'RoleArn' => [ 'shape' => 'OrchestrationIAMRoleArn', ], ], ], 'StartBlueprintRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StartCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'StartCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'StartCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'StartDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'Role', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'CreatedRulesetName' => [ 'shape' => 'NameString', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'StartDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'StartDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'Role', 'RulesetNames', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'ClientToken' => [ 'shape' => 'HashString', ], 'AdditionalRunOptions' => [ 'shape' => 'DataQualityEvaluationRunAdditionalRunOptions', ], 'RulesetNames' => [ 'shape' => 'RulesetNames', ], 'AdditionalDataSources' => [ 'shape' => 'DataSourceMap', ], ], ], 'StartDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'StartExportLabelsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'OutputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'StartExportLabelsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartImportLabelsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'InputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'InputS3Path' => [ 'shape' => 'UriString', ], 'ReplaceAllLabels' => [ 'shape' => 'ReplaceBoolean', ], ], ], 'StartImportLabelsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], ], ], 'StartJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'JobRunId' => [ 'shape' => 'IdString', ], ], ], 'StartMLEvaluationTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'StartMLEvaluationTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartMLLabelingSetGenerationTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'OutputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'StartMLLabelingSetGenerationTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'StartWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StartingEventBatchCondition' => [ 'type' => 'structure', 'members' => [ 'BatchSize' => [ 'shape' => 'NullableInteger', ], 'BatchWindow' => [ 'shape' => 'NullableInteger', ], ], ], 'StartingPosition' => [ 'type' => 'string', 'enum' => [ 'latest', 'trim_horizon', 'earliest', 'timestamp', ], ], 'Statement' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IntegerValue', ], 'Code' => [ 'shape' => 'GenericString', ], 'State' => [ 'shape' => 'StatementState', ], 'Output' => [ 'shape' => 'StatementOutput', ], 'Progress' => [ 'shape' => 'DoubleValue', ], 'StartedOn' => [ 'shape' => 'LongValue', ], 'CompletedOn' => [ 'shape' => 'LongValue', ], ], ], 'StatementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Statement', ], ], 'StatementOutput' => [ 'type' => 'structure', 'members' => [ 'Data' => [ 'shape' => 'StatementOutputData', ], 'ExecutionCount' => [ 'shape' => 'IntegerValue', ], 'Status' => [ 'shape' => 'StatementState', ], 'ErrorName' => [ 'shape' => 'GenericString', ], 'ErrorValue' => [ 'shape' => 'GenericString', ], 'Traceback' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'StatementOutputData' => [ 'type' => 'structure', 'members' => [ 'TextPlain' => [ 'shape' => 'GenericString', ], ], ], 'StatementState' => [ 'type' => 'string', 'enum' => [ 'WAITING', 'RUNNING', 'AVAILABLE', 'CANCELLING', 'CANCELLED', 'ERROR', ], ], 'StopCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'StopCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'StopCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'StopSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'StopSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], ], ], 'StopTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StopWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'StorageDescriptor' => [ 'type' => 'structure', 'members' => [ 'Columns' => [ 'shape' => 'ColumnList', ], 'Location' => [ 'shape' => 'LocationString', ], 'AdditionalLocations' => [ 'shape' => 'LocationStringList', ], 'InputFormat' => [ 'shape' => 'FormatString', ], 'OutputFormat' => [ 'shape' => 'FormatString', ], 'Compressed' => [ 'shape' => 'Boolean', ], 'NumberOfBuckets' => [ 'shape' => 'Integer', ], 'SerdeInfo' => [ 'shape' => 'SerDeInfo', ], 'BucketColumns' => [ 'shape' => 'NameStringList', ], 'SortColumns' => [ 'shape' => 'OrderList', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'SkewedInfo' => [ 'shape' => 'SkewedInfo', ], 'StoredAsSubDirectories' => [ 'shape' => 'Boolean', ], 'SchemaReference' => [ 'shape' => 'SchemaReference', ], ], ], 'StreamingDataPreviewOptions' => [ 'type' => 'structure', 'members' => [ 'PollingTime' => [ 'shape' => 'PollingTime', ], 'RecordPollingLimit' => [ 'shape' => 'PositiveLong', ], ], ], 'StringColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'MaximumLength', 'AverageLength', 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MaximumLength' => [ 'shape' => 'NonNegativeLong', ], 'AverageLength' => [ 'shape' => 'NonNegativeDouble', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'StringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], ], 'Table' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Owner' => [ 'shape' => 'NameString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'Retention' => [ 'shape' => 'NonNegativeInteger', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'PartitionKeys' => [ 'shape' => 'ColumnList', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'TableType' => [ 'shape' => 'TableTypeString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreatedBy' => [ 'shape' => 'NameString', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'TargetTable' => [ 'shape' => 'TableIdentifier', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'VersionId' => [ 'shape' => 'VersionString', ], 'FederatedTable' => [ 'shape' => 'FederatedTable', ], ], ], 'TableError' => [ 'type' => 'structure', 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'TableErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableError', ], ], 'TableIdentifier' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'Region' => [ 'shape' => 'NameString', ], ], ], 'TableInput' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Owner' => [ 'shape' => 'NameString', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'Retention' => [ 'shape' => 'NonNegativeInteger', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'PartitionKeys' => [ 'shape' => 'ColumnList', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'TableType' => [ 'shape' => 'TableTypeString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'TargetTable' => [ 'shape' => 'TableIdentifier', ], ], ], 'TableList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Table', ], ], 'TableName' => [ 'type' => 'string', ], 'TablePrefix' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'TableTypeString' => [ 'type' => 'string', 'max' => 255, ], 'TableVersion' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'TableVersionError' => [ 'type' => 'structure', 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'TableVersionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableVersionError', ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TagKeysList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagsToAdd', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'TagsToAdd' => [ 'shape' => 'TagsMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'TagsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TargetFormat' => [ 'type' => 'string', 'enum' => [ 'json', 'csv', 'avro', 'orc', 'parquet', 'hudi', 'delta', ], ], 'TaskRun' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'Properties' => [ 'shape' => 'TaskRunProperties', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], ], ], 'TaskRunFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'TaskRunType' => [ 'shape' => 'TaskType', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'TaskRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TaskRun', ], ], 'TaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'TaskType' => [ 'shape' => 'TaskType', ], 'ImportLabelsTaskRunProperties' => [ 'shape' => 'ImportLabelsTaskRunProperties', ], 'ExportLabelsTaskRunProperties' => [ 'shape' => 'ExportLabelsTaskRunProperties', ], 'LabelingSetGenerationTaskRunProperties' => [ 'shape' => 'LabelingSetGenerationTaskRunProperties', ], 'FindMatchesTaskRunProperties' => [ 'shape' => 'FindMatchesTaskRunProperties', ], ], ], 'TaskRunSortColumnType' => [ 'type' => 'string', 'enum' => [ 'TASK_RUN_TYPE', 'STATUS', 'STARTED', ], ], 'TaskRunSortCriteria' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortDirection', ], 'members' => [ 'Column' => [ 'shape' => 'TaskRunSortColumnType', ], 'SortDirection' => [ 'shape' => 'SortDirectionType', ], ], ], 'TaskStatusType' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', ], ], 'TaskType' => [ 'type' => 'string', 'enum' => [ 'EVALUATION', 'LABELING_SET_GENERATION', 'IMPORT_LABELS', 'EXPORT_LABELS', 'FIND_MATCHES', ], ], 'Timeout' => [ 'type' => 'integer', 'box' => true, 'min' => 1, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampValue' => [ 'type' => 'timestamp', ], 'Token' => [ 'type' => 'string', ], 'Topk' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 0, ], 'TotalSegmentsInteger' => [ 'type' => 'integer', 'max' => 10, 'min' => 1, ], 'TransactionIdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\p{L}\\p{N}\\p{P}]*', ], 'TransformConfigParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'EnclosedInStringProperty', ], 'Type' => [ 'shape' => 'ParamType', ], 'ValidationRule' => [ 'shape' => 'EnclosedInStringProperty', ], 'ValidationMessage' => [ 'shape' => 'EnclosedInStringProperty', ], 'Value' => [ 'shape' => 'EnclosedInStringProperties', ], 'ListType' => [ 'shape' => 'ParamType', ], 'IsOptional' => [ 'shape' => 'BoxedBoolean', ], ], ], 'TransformConfigParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformConfigParameter', ], ], 'TransformEncryption' => [ 'type' => 'structure', 'members' => [ 'MlUserDataEncryption' => [ 'shape' => 'MLUserDataEncryption', ], 'TaskRunSecurityConfigurationName' => [ 'shape' => 'NameString', ], ], ], 'TransformFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TransformType' => [ 'shape' => 'TransformType', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedAfter' => [ 'shape' => 'Timestamp', ], 'Schema' => [ 'shape' => 'TransformSchema', ], ], ], 'TransformIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], ], 'TransformList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MLTransform', ], ], 'TransformParameters' => [ 'type' => 'structure', 'required' => [ 'TransformType', ], 'members' => [ 'TransformType' => [ 'shape' => 'TransformType', ], 'FindMatchesParameters' => [ 'shape' => 'FindMatchesParameters', ], ], ], 'TransformSchema' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaColumn', ], 'max' => 100, ], 'TransformSortColumnType' => [ 'type' => 'string', 'enum' => [ 'NAME', 'TRANSFORM_TYPE', 'STATUS', 'CREATED', 'LAST_MODIFIED', ], ], 'TransformSortCriteria' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortDirection', ], 'members' => [ 'Column' => [ 'shape' => 'TransformSortColumnType', ], 'SortDirection' => [ 'shape' => 'SortDirectionType', ], ], ], 'TransformStatusType' => [ 'type' => 'string', 'enum' => [ 'NOT_READY', 'READY', 'DELETING', ], ], 'TransformType' => [ 'type' => 'string', 'enum' => [ 'FIND_MATCHES', ], ], 'Trigger' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IdString', ], 'Type' => [ 'shape' => 'TriggerType', ], 'State' => [ 'shape' => 'TriggerState', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'TriggerList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Trigger', ], ], 'TriggerNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'TriggerNodeDetails' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'TriggerState' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'ACTIVATING', 'ACTIVATED', 'DEACTIVATING', 'DEACTIVATED', 'DELETING', 'UPDATING', ], ], 'TriggerType' => [ 'type' => 'string', 'enum' => [ 'SCHEDULED', 'CONDITIONAL', 'ON_DEMAND', 'EVENT', ], ], 'TriggerUpdate' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'TwoInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 2, 'min' => 2, ], 'TypeString' => [ 'type' => 'string', 'max' => 20000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'URI' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'UnfilteredPartition' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'UnfilteredPartitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UnfilteredPartition', ], ], 'Union' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'UnionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'UnionType' => [ 'shape' => 'UnionType', ], ], ], 'UnionType' => [ 'type' => 'string', 'enum' => [ 'ALL', 'DISTINCT', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagsToRemove', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'TagsToRemove' => [ 'shape' => 'TagKeysList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateBehavior' => [ 'type' => 'string', 'enum' => [ 'LOG', 'UPDATE_IN_DATABASE', ], ], 'UpdateBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'BlueprintLocation', ], 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'BlueprintLocation' => [ 'shape' => 'OrchestrationS3Location', ], ], ], 'UpdateBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'UpdateCatalogBehavior' => [ 'type' => 'string', 'enum' => [ 'UPDATE_IN_DATABASE', 'LOG', ], ], 'UpdateClassifierRequest' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'UpdateGrokClassifierRequest', ], 'XMLClassifier' => [ 'shape' => 'UpdateXMLClassifierRequest', ], 'JsonClassifier' => [ 'shape' => 'UpdateJsonClassifierRequest', ], 'CsvClassifier' => [ 'shape' => 'UpdateCsvClassifierRequest', ], ], ], 'UpdateClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnStatisticsList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnStatisticsList' => [ 'shape' => 'UpdateColumnStatisticsList', ], ], ], 'UpdateColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'ColumnStatisticsErrors', ], ], ], 'UpdateColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnStatisticsList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnStatisticsList' => [ 'shape' => 'UpdateColumnStatisticsList', ], ], ], 'UpdateColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'ColumnStatisticsErrors', ], ], ], 'UpdateColumnStatisticsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatistics', ], 'max' => 25, 'min' => 0, ], 'UpdateConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'ConnectionInput' => [ 'shape' => 'ConnectionInput', ], ], ], 'UpdateConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionStringRemovable', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'Schedule' => [ 'shape' => 'CronExpression', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], ], ], 'UpdateCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'Schedule' => [ 'shape' => 'CronExpression', ], ], ], 'UpdateCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCsvClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], ], ], 'UpdateDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], ], ], 'UpdateDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], ], ], 'UpdateDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'DatabaseInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'DatabaseInput' => [ 'shape' => 'DatabaseInput', ], ], ], 'UpdateDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'AddPublicKeys' => [ 'shape' => 'PublicKeysList', ], 'DeletePublicKeys' => [ 'shape' => 'PublicKeysList', ], 'CustomLibraries' => [ 'shape' => 'DevEndpointCustomLibraries', ], 'UpdateEtlLibraries' => [ 'shape' => 'BooleanValue', ], 'DeleteArguments' => [ 'shape' => 'StringList', ], 'AddArguments' => [ 'shape' => 'MapValue', ], ], ], 'UpdateDevEndpointResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateGrokClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'UpdateJobFromSourceControlRequest' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'RepositoryName' => [ 'shape' => 'NameString', ], 'RepositoryOwner' => [ 'shape' => 'NameString', ], 'BranchName' => [ 'shape' => 'NameString', ], 'Folder' => [ 'shape' => 'NameString', ], 'CommitId' => [ 'shape' => 'CommitIdString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'AuthTokenString', ], ], ], 'UpdateJobFromSourceControlResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobUpdate', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobUpdate' => [ 'shape' => 'JobUpdate', ], ], ], 'UpdateJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateJsonClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'UpdateMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], ], ], 'UpdateMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'UpdatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValueList', 'PartitionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'UpdatePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', 'Description', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'Description' => [ 'shape' => 'DescriptionString', ], ], ], 'UpdateRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'UpdateSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'Description' => [ 'shape' => 'DescriptionString', ], ], ], 'UpdateSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], ], ], 'UpdateSourceControlFromJobRequest' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'RepositoryName' => [ 'shape' => 'NameString', ], 'RepositoryOwner' => [ 'shape' => 'NameString', ], 'BranchName' => [ 'shape' => 'NameString', ], 'Folder' => [ 'shape' => 'NameString', ], 'CommitId' => [ 'shape' => 'CommitIdString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'AuthTokenString', ], ], ], 'UpdateSourceControlFromJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableInput' => [ 'shape' => 'TableInput', ], 'SkipArchive' => [ 'shape' => 'BooleanNullable', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'UpdateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'TriggerUpdate', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TriggerUpdate' => [ 'shape' => 'TriggerUpdate', ], ], ], 'UpdateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'UpdateUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', 'FunctionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], 'FunctionInput' => [ 'shape' => 'UserDefinedFunctionInput', ], ], ], 'UpdateUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], ], ], 'UpdateWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'UpdateXMLClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], 'UpdatedTimestamp' => [ 'type' => 'string', ], 'UpsertRedshiftTargetOptions' => [ 'type' => 'structure', 'members' => [ 'TableLocation' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'UpsertKeys' => [ 'shape' => 'EnclosedInStringPropertiesMinOne', ], ], ], 'UriString' => [ 'type' => 'string', ], 'UserDefinedFunction' => [ 'type' => 'structure', 'members' => [ 'FunctionName' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'ClassName' => [ 'shape' => 'NameString', ], 'OwnerName' => [ 'shape' => 'NameString', ], 'OwnerType' => [ 'shape' => 'PrincipalType', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'ResourceUris' => [ 'shape' => 'ResourceUriList', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'UserDefinedFunctionInput' => [ 'type' => 'structure', 'members' => [ 'FunctionName' => [ 'shape' => 'NameString', ], 'ClassName' => [ 'shape' => 'NameString', ], 'OwnerName' => [ 'shape' => 'NameString', ], 'OwnerType' => [ 'shape' => 'PrincipalType', ], 'ResourceUris' => [ 'shape' => 'ResourceUriList', ], ], ], 'UserDefinedFunctionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserDefinedFunction', ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ValueString' => [ 'type' => 'string', 'max' => 1024, ], 'ValueStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ValueString', ], ], 'VersionId' => [ 'type' => 'long', ], 'VersionLongNumber' => [ 'type' => 'long', 'max' => 100000, 'min' => 1, ], 'VersionMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'VersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'VersionsString' => [ 'type' => 'string', 'max' => 100000, 'min' => 1, 'pattern' => '[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*', ], 'ViewTextString' => [ 'type' => 'string', 'max' => 409600, ], 'WorkerType' => [ 'type' => 'string', 'enum' => [ 'Standard', 'G.1X', 'G.2X', 'G.025X', 'G.4X', 'G.8X', 'Z.2X', ], ], 'Workflow' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'LastRun' => [ 'shape' => 'WorkflowRun', ], 'Graph' => [ 'shape' => 'WorkflowGraph', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], 'BlueprintDetails' => [ 'shape' => 'BlueprintDetails', ], ], ], 'WorkflowGraph' => [ 'type' => 'structure', 'members' => [ 'Nodes' => [ 'shape' => 'NodeList', ], 'Edges' => [ 'shape' => 'EdgeList', ], ], ], 'WorkflowNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 25, 'min' => 1, ], 'WorkflowRun' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowRunId' => [ 'shape' => 'IdString', ], 'PreviousRunId' => [ 'shape' => 'IdString', ], 'WorkflowRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'Status' => [ 'shape' => 'WorkflowRunStatus', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'Statistics' => [ 'shape' => 'WorkflowRunStatistics', ], 'Graph' => [ 'shape' => 'WorkflowGraph', ], 'StartingEventBatchCondition' => [ 'shape' => 'StartingEventBatchCondition', ], ], ], 'WorkflowRunProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'IdString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'WorkflowRunStatistics' => [ 'type' => 'structure', 'members' => [ 'TotalActions' => [ 'shape' => 'IntegerValue', ], 'TimeoutActions' => [ 'shape' => 'IntegerValue', ], 'FailedActions' => [ 'shape' => 'IntegerValue', ], 'StoppedActions' => [ 'shape' => 'IntegerValue', ], 'SucceededActions' => [ 'shape' => 'IntegerValue', ], 'RunningActions' => [ 'shape' => 'IntegerValue', ], 'ErroredActions' => [ 'shape' => 'IntegerValue', ], 'WaitingActions' => [ 'shape' => 'IntegerValue', ], ], ], 'WorkflowRunStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'COMPLETED', 'STOPPING', 'STOPPED', 'ERROR', ], ], 'WorkflowRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkflowRun', ], 'max' => 1000, 'min' => 1, ], 'Workflows' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workflow', ], 'max' => 25, 'min' => 1, ], 'XMLClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'Classification', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], ],]; +return [ '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' => [ 'name' => 'BatchCreatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchCreatePartitionRequest', ], 'output' => [ 'shape' => 'BatchCreatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'BatchDeleteConnection' => [ 'name' => 'BatchDeleteConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteConnectionRequest', ], 'output' => [ 'shape' => 'BatchDeleteConnectionResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchDeletePartition' => [ 'name' => 'BatchDeletePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeletePartitionRequest', ], 'output' => [ 'shape' => 'BatchDeletePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchDeleteTable' => [ 'name' => 'BatchDeleteTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteTableRequest', ], 'output' => [ 'shape' => 'BatchDeleteTableResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'BatchDeleteTableVersion' => [ 'name' => 'BatchDeleteTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDeleteTableVersionRequest', ], 'output' => [ 'shape' => 'BatchDeleteTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetBlueprints' => [ 'name' => 'BatchGetBlueprints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetBlueprintsRequest', ], 'output' => [ 'shape' => 'BatchGetBlueprintsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetCrawlers' => [ 'name' => 'BatchGetCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetCrawlersRequest', ], 'output' => [ 'shape' => 'BatchGetCrawlersResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetCustomEntityTypes' => [ 'name' => 'BatchGetCustomEntityTypes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetCustomEntityTypesRequest', ], 'output' => [ 'shape' => 'BatchGetCustomEntityTypesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchGetDataQualityResult' => [ 'name' => 'BatchGetDataQualityResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDataQualityResultRequest', ], 'output' => [ 'shape' => 'BatchGetDataQualityResultResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'BatchGetDevEndpoints' => [ 'name' => 'BatchGetDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetDevEndpointsRequest', ], 'output' => [ 'shape' => 'BatchGetDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetJobs' => [ 'name' => 'BatchGetJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetJobsRequest', ], 'output' => [ 'shape' => 'BatchGetJobsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetPartition' => [ 'name' => 'BatchGetPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetPartitionRequest', ], 'output' => [ 'shape' => 'BatchGetPartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'InvalidStateException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'BatchGetTriggers' => [ 'name' => 'BatchGetTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetTriggersRequest', ], 'output' => [ 'shape' => 'BatchGetTriggersResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchGetWorkflows' => [ 'name' => 'BatchGetWorkflows', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetWorkflowsRequest', ], 'output' => [ 'shape' => 'BatchGetWorkflowsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'BatchStopJobRun' => [ 'name' => 'BatchStopJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchStopJobRunRequest', ], 'output' => [ 'shape' => 'BatchStopJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'BatchUpdatePartition' => [ 'name' => 'BatchUpdatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchUpdatePartitionRequest', ], 'output' => [ 'shape' => 'BatchUpdatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CancelDataQualityRuleRecommendationRun' => [ 'name' => 'CancelDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'CancelDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelDataQualityRulesetEvaluationRun' => [ 'name' => 'CancelDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'CancelDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelMLTaskRun' => [ 'name' => 'CancelMLTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelMLTaskRunRequest', ], 'output' => [ 'shape' => 'CancelMLTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CancelStatement' => [ 'name' => 'CancelStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelStatementRequest', ], 'output' => [ 'shape' => 'CancelStatementResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'CheckSchemaVersionValidity' => [ 'name' => 'CheckSchemaVersionValidity', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckSchemaVersionValidityInput', ], 'output' => [ 'shape' => 'CheckSchemaVersionValidityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateBlueprint' => [ 'name' => 'CreateBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateBlueprintRequest', ], 'output' => [ 'shape' => 'CreateBlueprintResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateClassifier' => [ 'name' => 'CreateClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateClassifierRequest', ], 'output' => [ 'shape' => 'CreateClassifierResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'CreateConnection' => [ 'name' => 'CreateConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateConnectionRequest', ], 'output' => [ 'shape' => 'CreateConnectionResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateCrawler' => [ 'name' => 'CreateCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCrawlerRequest', ], 'output' => [ 'shape' => 'CreateCrawlerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateCustomEntityType' => [ 'name' => 'CreateCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'CreateCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateDataQualityRuleset' => [ 'name' => 'CreateDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'CreateDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], 'idempotent' => true, ], 'CreateDatabase' => [ 'name' => 'CreateDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDatabaseRequest', ], 'output' => [ 'shape' => 'CreateDatabaseResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'FederatedResourceAlreadyExistsException', ], ], ], 'CreateDevEndpoint' => [ 'name' => 'CreateDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDevEndpointRequest', ], 'output' => [ 'shape' => 'CreateDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateJob' => [ 'name' => 'CreateJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateJobRequest', ], 'output' => [ 'shape' => 'CreateJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'CreateMLTransform' => [ 'name' => 'CreateMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateMLTransformRequest', ], 'output' => [ 'shape' => 'CreateMLTransformResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], ], ], 'CreatePartition' => [ 'name' => 'CreatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePartitionRequest', ], 'output' => [ 'shape' => 'CreatePartitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreatePartitionIndex' => [ 'name' => 'CreatePartitionIndex', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePartitionIndexRequest', ], 'output' => [ 'shape' => 'CreatePartitionIndexResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateRegistry' => [ 'name' => 'CreateRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateRegistryInput', ], 'output' => [ 'shape' => 'CreateRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateSchema' => [ 'name' => 'CreateSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSchemaInput', ], 'output' => [ 'shape' => 'CreateSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'CreateScript' => [ 'name' => 'CreateScript', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateScriptRequest', ], 'output' => [ 'shape' => 'CreateScriptResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'CreateSecurityConfiguration' => [ 'name' => 'CreateSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'CreateSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateSession' => [ 'name' => 'CreateSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSessionRequest', ], 'output' => [ 'shape' => 'CreateSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'CreateTable' => [ 'name' => 'CreateTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTableRequest', ], 'output' => [ 'shape' => 'CreateTableResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'CreateTrigger' => [ 'name' => 'CreateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTriggerRequest', ], 'output' => [ 'shape' => 'CreateTriggerResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'CreateUserDefinedFunction' => [ 'name' => 'CreateUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'CreateUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'CreateWorkflow' => [ 'name' => 'CreateWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkflowRequest', ], 'output' => [ 'shape' => 'CreateWorkflowResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteBlueprint' => [ 'name' => 'DeleteBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteBlueprintRequest', ], 'output' => [ 'shape' => 'DeleteBlueprintResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeleteClassifier' => [ 'name' => 'DeleteClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteClassifierRequest', ], 'output' => [ 'shape' => 'DeleteClassifierResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteColumnStatisticsForPartition' => [ 'name' => 'DeleteColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'DeleteColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteColumnStatisticsForTable' => [ 'name' => 'DeleteColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'DeleteColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteConnection' => [ 'name' => 'DeleteConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteConnectionRequest', ], 'output' => [ 'shape' => 'DeleteConnectionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteCrawler' => [ 'name' => 'DeleteCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCrawlerRequest', ], 'output' => [ 'shape' => 'DeleteCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteCustomEntityType' => [ 'name' => 'DeleteCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'DeleteCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteDataQualityRuleset' => [ 'name' => 'DeleteDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'DeleteDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeleteDatabase' => [ 'name' => 'DeleteDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDatabaseRequest', ], 'output' => [ 'shape' => 'DeleteDatabaseResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteDevEndpoint' => [ 'name' => 'DeleteDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDevEndpointRequest', ], 'output' => [ 'shape' => 'DeleteDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'DeleteJob' => [ 'name' => 'DeleteJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteJobRequest', ], 'output' => [ 'shape' => 'DeleteJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteMLTransform' => [ 'name' => 'DeleteMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteMLTransformRequest', ], 'output' => [ 'shape' => 'DeleteMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'DeletePartition' => [ 'name' => 'DeletePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePartitionRequest', ], 'output' => [ 'shape' => 'DeletePartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeletePartitionIndex' => [ 'name' => 'DeletePartitionIndex', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePartitionIndexRequest', ], 'output' => [ 'shape' => 'DeletePartitionIndexResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'DeleteRegistry' => [ 'name' => 'DeleteRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteRegistryInput', ], 'output' => [ 'shape' => 'DeleteRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteResourcePolicy' => [ 'name' => 'DeleteResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteResourcePolicyRequest', ], 'output' => [ 'shape' => 'DeleteResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ConditionCheckFailureException', ], ], ], 'DeleteSchema' => [ 'name' => 'DeleteSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSchemaInput', ], 'output' => [ 'shape' => 'DeleteSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteSchemaVersions' => [ 'name' => 'DeleteSchemaVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSchemaVersionsInput', ], 'output' => [ 'shape' => 'DeleteSchemaVersionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteSecurityConfiguration' => [ 'name' => 'DeleteSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteSession' => [ 'name' => 'DeleteSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSessionRequest', ], 'output' => [ 'shape' => 'DeleteSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteTable' => [ 'name' => 'DeleteTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableRequest', ], 'output' => [ 'shape' => 'DeleteTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'DeleteTableVersion' => [ 'name' => 'DeleteTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableVersionRequest', ], 'output' => [ 'shape' => 'DeleteTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteTrigger' => [ 'name' => 'DeleteTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTriggerRequest', ], 'output' => [ 'shape' => 'DeleteTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteUserDefinedFunction' => [ 'name' => 'DeleteUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'DeleteUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'DeleteWorkflow' => [ 'name' => 'DeleteWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkflowRequest', ], 'output' => [ 'shape' => 'DeleteWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'GetBlueprint' => [ 'name' => 'GetBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRequest', ], 'output' => [ 'shape' => 'GetBlueprintResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetBlueprintRun' => [ 'name' => 'GetBlueprintRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRunRequest', ], 'output' => [ 'shape' => 'GetBlueprintRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetBlueprintRuns' => [ 'name' => 'GetBlueprintRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetBlueprintRunsRequest', ], 'output' => [ 'shape' => 'GetBlueprintRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetCatalogImportStatus' => [ 'name' => 'GetCatalogImportStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCatalogImportStatusRequest', ], 'output' => [ 'shape' => 'GetCatalogImportStatusResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetClassifier' => [ 'name' => 'GetClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetClassifierRequest', ], 'output' => [ 'shape' => 'GetClassifierResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetClassifiers' => [ 'name' => 'GetClassifiers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetClassifiersRequest', ], 'output' => [ 'shape' => 'GetClassifiersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetColumnStatisticsForPartition' => [ 'name' => 'GetColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetColumnStatisticsForTable' => [ 'name' => 'GetColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetConnection' => [ 'name' => 'GetConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetConnectionRequest', ], 'output' => [ 'shape' => 'GetConnectionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetConnections' => [ 'name' => 'GetConnections', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetConnectionsRequest', ], 'output' => [ 'shape' => 'GetConnectionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetCrawler' => [ 'name' => 'GetCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlerRequest', ], 'output' => [ 'shape' => 'GetCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCrawlerMetrics' => [ 'name' => 'GetCrawlerMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlerMetricsRequest', ], 'output' => [ 'shape' => 'GetCrawlerMetricsResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCrawlers' => [ 'name' => 'GetCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCrawlersRequest', ], 'output' => [ 'shape' => 'GetCrawlersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetCustomEntityType' => [ 'name' => 'GetCustomEntityType', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetCustomEntityTypeRequest', ], 'output' => [ 'shape' => 'GetCustomEntityTypeResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDataCatalogEncryptionSettings' => [ 'name' => 'GetDataCatalogEncryptionSettings', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataCatalogEncryptionSettingsRequest', ], 'output' => [ 'shape' => 'GetDataCatalogEncryptionSettingsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDataQualityResult' => [ 'name' => 'GetDataQualityResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityResultRequest', ], 'output' => [ 'shape' => 'GetDataQualityResultResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetDataQualityRuleRecommendationRun' => [ 'name' => 'GetDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'GetDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityRuleset' => [ 'name' => 'GetDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'GetDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityRulesetEvaluationRun' => [ 'name' => 'GetDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'GetDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDatabase' => [ 'name' => 'GetDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDatabaseRequest', ], 'output' => [ 'shape' => 'GetDatabaseResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], ], ], 'GetDatabases' => [ 'name' => 'GetDatabases', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDatabasesRequest', ], 'output' => [ 'shape' => 'GetDatabasesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetDataflowGraph' => [ 'name' => 'GetDataflowGraph', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataflowGraphRequest', ], 'output' => [ 'shape' => 'GetDataflowGraphResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetDevEndpoint' => [ 'name' => 'GetDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDevEndpointRequest', ], 'output' => [ 'shape' => 'GetDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetDevEndpoints' => [ 'name' => 'GetDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDevEndpointsRequest', ], 'output' => [ 'shape' => 'GetDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetJob' => [ 'name' => 'GetJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRequest', ], 'output' => [ 'shape' => 'GetJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobBookmark' => [ 'name' => 'GetJobBookmark', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobBookmarkRequest', ], 'output' => [ 'shape' => 'GetJobBookmarkResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetJobRun' => [ 'name' => 'GetJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRunRequest', ], 'output' => [ 'shape' => 'GetJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobRuns' => [ 'name' => 'GetJobRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobRunsRequest', ], 'output' => [ 'shape' => 'GetJobRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetJobs' => [ 'name' => 'GetJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetJobsRequest', ], 'output' => [ 'shape' => 'GetJobsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetMLTaskRun' => [ 'name' => 'GetMLTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTaskRunRequest', ], 'output' => [ 'shape' => 'GetMLTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTaskRuns' => [ 'name' => 'GetMLTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTaskRunsRequest', ], 'output' => [ 'shape' => 'GetMLTaskRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTransform' => [ 'name' => 'GetMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTransformRequest', ], 'output' => [ 'shape' => 'GetMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMLTransforms' => [ 'name' => 'GetMLTransforms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMLTransformsRequest', ], 'output' => [ 'shape' => 'GetMLTransformsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetMapping' => [ 'name' => 'GetMapping', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetMappingRequest', ], 'output' => [ 'shape' => 'GetMappingResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetPartition' => [ 'name' => 'GetPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionRequest', ], 'output' => [ 'shape' => 'GetPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetPartitionIndexes' => [ 'name' => 'GetPartitionIndexes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionIndexesRequest', ], 'output' => [ 'shape' => 'GetPartitionIndexesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConflictException', ], ], ], 'GetPartitions' => [ 'name' => 'GetPartitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPartitionsRequest', ], 'output' => [ 'shape' => 'GetPartitionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'InvalidStateException', ], [ 'shape' => 'ResourceNotReadyException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetPlan' => [ 'name' => 'GetPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPlanRequest', ], 'output' => [ 'shape' => 'GetPlanResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetRegistry' => [ 'name' => 'GetRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetRegistryInput', ], 'output' => [ 'shape' => 'GetRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetResourcePolicies' => [ 'name' => 'GetResourcePolicies', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourcePoliciesRequest', ], 'output' => [ 'shape' => 'GetResourcePoliciesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetResourcePolicy' => [ 'name' => 'GetResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourcePolicyRequest', ], 'output' => [ 'shape' => 'GetResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetSchema' => [ 'name' => 'GetSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaInput', ], 'output' => [ 'shape' => 'GetSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaByDefinition' => [ 'name' => 'GetSchemaByDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaByDefinitionInput', ], 'output' => [ 'shape' => 'GetSchemaByDefinitionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaVersion' => [ 'name' => 'GetSchemaVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaVersionInput', ], 'output' => [ 'shape' => 'GetSchemaVersionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSchemaVersionsDiff' => [ 'name' => 'GetSchemaVersionsDiff', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSchemaVersionsDiffInput', ], 'output' => [ 'shape' => 'GetSchemaVersionsDiffResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetSecurityConfiguration' => [ 'name' => 'GetSecurityConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSecurityConfigurationRequest', ], 'output' => [ 'shape' => 'GetSecurityConfigurationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetSecurityConfigurations' => [ 'name' => 'GetSecurityConfigurations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSecurityConfigurationsRequest', ], 'output' => [ 'shape' => 'GetSecurityConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetSession' => [ 'name' => 'GetSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSessionRequest', ], 'output' => [ 'shape' => 'GetSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetStatement' => [ 'name' => 'GetStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetStatementRequest', ], 'output' => [ 'shape' => 'GetStatementResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'GetTable' => [ 'name' => 'GetTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableRequest', ], 'output' => [ 'shape' => 'GetTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetTableVersion' => [ 'name' => 'GetTableVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableVersionRequest', ], 'output' => [ 'shape' => 'GetTableVersionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetTableVersions' => [ 'name' => 'GetTableVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableVersionsRequest', ], 'output' => [ 'shape' => 'GetTableVersionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetTables' => [ 'name' => 'GetTables', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTablesRequest', ], 'output' => [ 'shape' => 'GetTablesResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetTags' => [ 'name' => 'GetTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTagsRequest', ], 'output' => [ 'shape' => 'GetTagsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'GetTrigger' => [ 'name' => 'GetTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTriggerRequest', ], 'output' => [ 'shape' => 'GetTriggerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetTriggers' => [ 'name' => 'GetTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTriggersRequest', ], 'output' => [ 'shape' => 'GetTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetUnfilteredPartitionMetadata' => [ 'name' => 'GetUnfilteredPartitionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredPartitionMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredPartitionMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUnfilteredPartitionsMetadata' => [ 'name' => 'GetUnfilteredPartitionsMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredPartitionsMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredPartitionsMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUnfilteredTableMetadata' => [ 'name' => 'GetUnfilteredTableMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUnfilteredTableMetadataRequest', ], 'output' => [ 'shape' => 'GetUnfilteredTableMetadataResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'PermissionTypeMismatchException', ], [ 'shape' => 'FederationSourceException', ], [ 'shape' => 'FederationSourceRetryableException', ], ], ], 'GetUserDefinedFunction' => [ 'name' => 'GetUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'GetUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetUserDefinedFunctions' => [ 'name' => 'GetUserDefinedFunctions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUserDefinedFunctionsRequest', ], 'output' => [ 'shape' => 'GetUserDefinedFunctionsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'GetWorkflow' => [ 'name' => 'GetWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRequest', ], 'output' => [ 'shape' => 'GetWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRun' => [ 'name' => 'GetWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRunProperties' => [ 'name' => 'GetWorkflowRunProperties', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunPropertiesRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunPropertiesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'GetWorkflowRuns' => [ 'name' => 'GetWorkflowRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetWorkflowRunsRequest', ], 'output' => [ 'shape' => 'GetWorkflowRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ImportCatalogToGlue' => [ 'name' => 'ImportCatalogToGlue', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ImportCatalogToGlueRequest', ], 'output' => [ 'shape' => 'ImportCatalogToGlueResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListBlueprints' => [ 'name' => 'ListBlueprints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListBlueprintsRequest', ], 'output' => [ 'shape' => 'ListBlueprintsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListCrawlers' => [ 'name' => 'ListCrawlers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCrawlersRequest', ], 'output' => [ 'shape' => 'ListCrawlersResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListCrawls' => [ 'name' => 'ListCrawls', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCrawlsRequest', ], 'output' => [ 'shape' => 'ListCrawlsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'ListCustomEntityTypes' => [ 'name' => 'ListCustomEntityTypes', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCustomEntityTypesRequest', ], 'output' => [ 'shape' => 'ListCustomEntityTypesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityResults' => [ 'name' => 'ListDataQualityResults', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityResultsRequest', ], 'output' => [ 'shape' => 'ListDataQualityResultsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRuleRecommendationRuns' => [ 'name' => 'ListDataQualityRuleRecommendationRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRuleRecommendationRunsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRuleRecommendationRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRulesetEvaluationRuns' => [ 'name' => 'ListDataQualityRulesetEvaluationRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRulesetEvaluationRunsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRulesetEvaluationRunsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityRulesets' => [ 'name' => 'ListDataQualityRulesets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityRulesetsRequest', ], 'output' => [ 'shape' => 'ListDataQualityRulesetsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDevEndpoints' => [ 'name' => 'ListDevEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDevEndpointsRequest', ], 'output' => [ 'shape' => 'ListDevEndpointsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListJobs' => [ 'name' => 'ListJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListJobsRequest', ], 'output' => [ 'shape' => 'ListJobsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListMLTransforms' => [ 'name' => 'ListMLTransforms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMLTransformsRequest', ], 'output' => [ 'shape' => 'ListMLTransformsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListRegistries' => [ 'name' => 'ListRegistries', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListRegistriesInput', ], 'output' => [ 'shape' => 'ListRegistriesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSchemaVersions' => [ 'name' => 'ListSchemaVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSchemaVersionsInput', ], 'output' => [ 'shape' => 'ListSchemaVersionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSchemas' => [ 'name' => 'ListSchemas', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSchemasInput', ], 'output' => [ 'shape' => 'ListSchemasResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListSessions' => [ 'name' => 'ListSessions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSessionsRequest', ], 'output' => [ 'shape' => 'ListSessionsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListStatements' => [ 'name' => 'ListStatements', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStatementsRequest', ], 'output' => [ 'shape' => 'ListStatementsResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'ListTriggers' => [ 'name' => 'ListTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTriggersRequest', ], 'output' => [ 'shape' => 'ListTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListWorkflows' => [ 'name' => 'ListWorkflows', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkflowsRequest', ], 'output' => [ 'shape' => 'ListWorkflowsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'PutDataCatalogEncryptionSettings' => [ 'name' => 'PutDataCatalogEncryptionSettings', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDataCatalogEncryptionSettingsRequest', ], 'output' => [ 'shape' => 'PutDataCatalogEncryptionSettingsResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'PutResourcePolicy' => [ 'name' => 'PutResourcePolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutResourcePolicyRequest', ], 'output' => [ 'shape' => 'PutResourcePolicyResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ConditionCheckFailureException', ], ], ], 'PutSchemaVersionMetadata' => [ 'name' => 'PutSchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutSchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'PutSchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'PutWorkflowRunProperties' => [ 'name' => 'PutWorkflowRunProperties', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutWorkflowRunPropertiesRequest', ], 'output' => [ 'shape' => 'PutWorkflowRunPropertiesResponse', ], 'errors' => [ [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'QuerySchemaVersionMetadata' => [ 'name' => 'QuerySchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'QuerySchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'QuerySchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'RegisterSchemaVersion' => [ 'name' => 'RegisterSchemaVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterSchemaVersionInput', ], 'output' => [ 'shape' => 'RegisterSchemaVersionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'RemoveSchemaVersionMetadata' => [ 'name' => 'RemoveSchemaVersionMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RemoveSchemaVersionMetadataInput', ], 'output' => [ 'shape' => 'RemoveSchemaVersionMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'ResetJobBookmark' => [ 'name' => 'ResetJobBookmark', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResetJobBookmarkRequest', ], 'output' => [ 'shape' => 'ResetJobBookmarkResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ResumeWorkflowRun' => [ 'name' => 'ResumeWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResumeWorkflowRunRequest', ], 'output' => [ 'shape' => 'ResumeWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], [ 'shape' => 'IllegalWorkflowStateException', ], ], ], 'RunStatement' => [ 'name' => 'RunStatement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RunStatementRequest', ], 'output' => [ 'shape' => 'RunStatementResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'IllegalSessionStateException', ], ], ], 'SearchTables' => [ 'name' => 'SearchTables', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SearchTablesRequest', ], 'output' => [ 'shape' => 'SearchTablesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartBlueprintRun' => [ 'name' => 'StartBlueprintRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartBlueprintRunRequest', ], 'output' => [ 'shape' => 'StartBlueprintRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'IllegalBlueprintStateException', ], ], ], 'StartCrawler' => [ 'name' => 'StartCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartCrawlerRequest', ], 'output' => [ 'shape' => 'StartCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartCrawlerSchedule' => [ 'name' => 'StartCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'StartCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'SchedulerRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'NoScheduleException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StartDataQualityRuleRecommendationRun' => [ 'name' => 'StartDataQualityRuleRecommendationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartDataQualityRuleRecommendationRunRequest', ], 'output' => [ 'shape' => 'StartDataQualityRuleRecommendationRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConflictException', ], ], 'idempotent' => true, ], 'StartDataQualityRulesetEvaluationRun' => [ 'name' => 'StartDataQualityRulesetEvaluationRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartDataQualityRulesetEvaluationRunRequest', ], 'output' => [ 'shape' => 'StartDataQualityRulesetEvaluationRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConflictException', ], ], 'idempotent' => true, ], 'StartExportLabelsTaskRun' => [ 'name' => 'StartExportLabelsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartExportLabelsTaskRunRequest', ], 'output' => [ 'shape' => 'StartExportLabelsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'StartImportLabelsTaskRun' => [ 'name' => 'StartImportLabelsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartImportLabelsTaskRunRequest', ], 'output' => [ 'shape' => 'StartImportLabelsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'StartJobRun' => [ 'name' => 'StartJobRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartJobRunRequest', ], 'output' => [ 'shape' => 'StartJobRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartMLEvaluationTaskRun' => [ 'name' => 'StartMLEvaluationTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMLEvaluationTaskRunRequest', ], 'output' => [ 'shape' => 'StartMLEvaluationTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], [ 'shape' => 'MLTransformNotReadyException', ], ], ], 'StartMLLabelingSetGenerationTaskRun' => [ 'name' => 'StartMLLabelingSetGenerationTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMLLabelingSetGenerationTaskRunRequest', ], 'output' => [ 'shape' => 'StartMLLabelingSetGenerationTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartTrigger' => [ 'name' => 'StartTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartTriggerRequest', ], 'output' => [ 'shape' => 'StartTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StartWorkflowRun' => [ 'name' => 'StartWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartWorkflowRunRequest', ], 'output' => [ 'shape' => 'StartWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'ConcurrentRunsExceededException', ], ], ], 'StopCrawler' => [ 'name' => 'StopCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCrawlerRequest', ], 'output' => [ 'shape' => 'StopCrawlerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerNotRunningException', ], [ 'shape' => 'CrawlerStoppingException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StopCrawlerSchedule' => [ 'name' => 'StopCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'StopCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'SchedulerNotRunningException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'StopSession' => [ 'name' => 'StopSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopSessionRequest', ], 'output' => [ 'shape' => 'StopSessionResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'IllegalSessionStateException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopTrigger' => [ 'name' => 'StopTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTriggerRequest', ], 'output' => [ 'shape' => 'StopTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopWorkflowRun' => [ 'name' => 'StopWorkflowRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopWorkflowRunRequest', ], 'output' => [ 'shape' => 'StopWorkflowRunResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'IllegalWorkflowStateException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'EntityNotFoundException', ], ], ], 'UpdateBlueprint' => [ 'name' => 'UpdateBlueprint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateBlueprintRequest', ], 'output' => [ 'shape' => 'UpdateBlueprintResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'IllegalBlueprintStateException', ], ], ], 'UpdateClassifier' => [ 'name' => 'UpdateClassifier', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateClassifierRequest', ], 'output' => [ 'shape' => 'UpdateClassifierResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateColumnStatisticsForPartition' => [ 'name' => 'UpdateColumnStatisticsForPartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateColumnStatisticsForPartitionRequest', ], 'output' => [ 'shape' => 'UpdateColumnStatisticsForPartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateColumnStatisticsForTable' => [ 'name' => 'UpdateColumnStatisticsForTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateColumnStatisticsForTableRequest', ], 'output' => [ 'shape' => 'UpdateColumnStatisticsForTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateConnection' => [ 'name' => 'UpdateConnection', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateConnectionRequest', ], 'output' => [ 'shape' => 'UpdateConnectionResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateCrawler' => [ 'name' => 'UpdateCrawler', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCrawlerRequest', ], 'output' => [ 'shape' => 'UpdateCrawlerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'CrawlerRunningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateCrawlerSchedule' => [ 'name' => 'UpdateCrawlerSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCrawlerScheduleRequest', ], 'output' => [ 'shape' => 'UpdateCrawlerScheduleResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'VersionMismatchException', ], [ 'shape' => 'SchedulerTransitioningException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateDataQualityRuleset' => [ 'name' => 'UpdateDataQualityRuleset', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDataQualityRulesetRequest', ], 'output' => [ 'shape' => 'UpdateDataQualityRulesetResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'IdempotentParameterMismatchException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], 'UpdateDatabase' => [ 'name' => 'UpdateDatabase', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDatabaseRequest', ], 'output' => [ 'shape' => 'UpdateDatabaseResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateDevEndpoint' => [ 'name' => 'UpdateDevEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDevEndpointRequest', ], 'output' => [ 'shape' => 'UpdateDevEndpointResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], ], ], 'UpdateJob' => [ 'name' => 'UpdateJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateJobRequest', ], 'output' => [ 'shape' => 'UpdateJobResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateJobFromSourceControl' => [ 'name' => 'UpdateJobFromSourceControl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateJobFromSourceControlRequest', ], 'output' => [ 'shape' => 'UpdateJobFromSourceControlResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateMLTransform' => [ 'name' => 'UpdateMLTransform', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMLTransformRequest', ], 'output' => [ 'shape' => 'UpdateMLTransformResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AccessDeniedException', ], ], ], 'UpdatePartition' => [ 'name' => 'UpdatePartition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePartitionRequest', ], 'output' => [ 'shape' => 'UpdatePartitionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateRegistry' => [ 'name' => 'UpdateRegistry', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateRegistryInput', ], 'output' => [ 'shape' => 'UpdateRegistryResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateSchema' => [ 'name' => 'UpdateSchema', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSchemaInput', ], 'output' => [ 'shape' => 'UpdateSchemaResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateSourceControlFromJob' => [ 'name' => 'UpdateSourceControlFromJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSourceControlFromJobRequest', ], 'output' => [ 'shape' => 'UpdateSourceControlFromJobResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'UpdateTable' => [ 'name' => 'UpdateTable', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTableRequest', ], 'output' => [ 'shape' => 'UpdateTableResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'GlueEncryptionException', ], [ 'shape' => 'ResourceNotReadyException', ], ], ], 'UpdateTrigger' => [ 'name' => 'UpdateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTriggerRequest', ], 'output' => [ 'shape' => 'UpdateTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateUserDefinedFunction' => [ 'name' => 'UpdateUserDefinedFunction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUserDefinedFunctionRequest', ], 'output' => [ 'shape' => 'UpdateUserDefinedFunctionResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'GlueEncryptionException', ], ], ], 'UpdateWorkflow' => [ 'name' => 'UpdateWorkflow', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkflowRequest', ], 'output' => [ 'shape' => 'UpdateWorkflowResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'AccountId' => [ 'type' => 'string', 'max' => 12, 'min' => 0, ], 'Action' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'ActionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Action', ], ], 'AdditionalOptionKeys' => [ 'type' => 'string', 'enum' => [ 'performanceTuning.caching', ], ], 'AdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnclosedInStringProperty', ], 'value' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'AdditionalPlanOptionsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'AggFunction' => [ 'type' => 'string', 'enum' => [ 'avg', 'countDistinct', 'count', 'first', 'last', 'kurtosis', 'max', 'min', 'skewness', 'stddev_samp', 'stddev_pop', 'sum', 'sumDistinct', 'var_samp', 'var_pop', ], ], 'Aggregate' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Groups', 'Aggs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Groups' => [ 'shape' => 'GlueStudioPathList', ], 'Aggs' => [ 'shape' => 'AggregateOperations', ], ], ], 'AggregateOperation' => [ 'type' => 'structure', 'required' => [ 'Column', 'AggFunc', ], 'members' => [ 'Column' => [ 'shape' => 'EnclosedInStringProperties', ], 'AggFunc' => [ 'shape' => 'AggFunction', ], ], ], 'AggregateOperations' => [ 'type' => 'list', 'member' => [ 'shape' => 'AggregateOperation', ], 'max' => 30, 'min' => 1, ], 'AlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'AmazonRedshiftAdvancedOption' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'GenericString', ], 'Value' => [ 'shape' => 'GenericString', ], ], ], 'AmazonRedshiftAdvancedOptions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AmazonRedshiftAdvancedOption', ], ], 'AmazonRedshiftNodeData' => [ 'type' => 'structure', 'members' => [ 'AccessType' => [ 'shape' => 'GenericLimitedString', ], 'SourceType' => [ 'shape' => 'GenericLimitedString', ], 'Connection' => [ 'shape' => 'Option', ], 'Schema' => [ 'shape' => 'Option', ], 'Table' => [ 'shape' => 'Option', ], 'CatalogDatabase' => [ 'shape' => 'Option', ], 'CatalogTable' => [ 'shape' => 'Option', ], 'CatalogRedshiftSchema' => [ 'shape' => 'GenericString', ], 'CatalogRedshiftTable' => [ 'shape' => 'GenericString', ], 'TempDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'IamRole' => [ 'shape' => 'Option', ], 'AdvancedOptions' => [ 'shape' => 'AmazonRedshiftAdvancedOptions', ], 'SampleQuery' => [ 'shape' => 'GenericString', ], 'PreAction' => [ 'shape' => 'GenericString', ], 'PostAction' => [ 'shape' => 'GenericString', ], 'Action' => [ 'shape' => 'GenericString', ], 'TablePrefix' => [ 'shape' => 'GenericLimitedString', ], 'Upsert' => [ 'shape' => 'BooleanValue', ], 'MergeAction' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenNotMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeClause' => [ 'shape' => 'GenericString', ], 'CrawlerConnection' => [ 'shape' => 'GenericString', ], 'TableSchema' => [ 'shape' => 'OptionList', ], 'StagingTable' => [ 'shape' => 'GenericString', ], 'SelectedColumns' => [ 'shape' => 'OptionList', ], ], ], 'AmazonRedshiftSource' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'AmazonRedshiftNodeData', ], ], ], 'AmazonRedshiftTarget' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'AmazonRedshiftNodeData', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'ApplyMapping' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Mapping', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Mapping' => [ 'shape' => 'Mappings', ], ], ], 'AthenaConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', 'SchemaName', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'SchemaName' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'AttemptCount' => [ 'type' => 'integer', ], 'AuditColumnNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnNameString', ], ], 'AuditContext' => [ 'type' => 'structure', 'members' => [ 'AdditionalAuditContext' => [ 'shape' => 'AuditContextString', ], 'RequestedColumns' => [ 'shape' => 'AuditColumnNamesList', ], 'AllColumnsRequested' => [ 'shape' => 'NullableBoolean', ], ], ], 'AuditContextString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, ], 'AuthTokenString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'BackfillError' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'BackfillErrorCode', ], 'Partitions' => [ 'shape' => 'BackfillErroredPartitionsList', ], ], ], 'BackfillErrorCode' => [ 'type' => 'string', 'enum' => [ 'ENCRYPTED_PARTITION_ERROR', 'INTERNAL_ERROR', 'INVALID_PARTITION_TYPE_DATA_ERROR', 'MISSING_PARTITION_VALUE_ERROR', 'UNSUPPORTED_PARTITION_CHARACTER_ERROR', ], ], 'BackfillErroredPartitionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], ], 'BackfillErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'BackfillError', ], ], 'BasicCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'BatchCreatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionInputList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionInputList' => [ 'shape' => 'PartitionInputList', ], ], ], 'BatchCreatePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'PartitionErrors', ], ], ], 'BatchDeleteConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionNameList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionNameList' => [ 'shape' => 'DeleteConnectionNameList', ], ], ], 'BatchDeleteConnectionResponse' => [ 'type' => 'structure', 'members' => [ 'Succeeded' => [ 'shape' => 'NameStringList', ], 'Errors' => [ 'shape' => 'ErrorByName', ], ], ], 'BatchDeletePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionsToDelete', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionsToDelete' => [ 'shape' => 'BatchDeletePartitionValueList', ], ], ], 'BatchDeletePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'PartitionErrors', ], ], ], 'BatchDeletePartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], 'max' => 25, 'min' => 0, ], 'BatchDeleteTableNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'BatchDeleteTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TablesToDelete', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TablesToDelete' => [ 'shape' => 'BatchDeleteTableNameList', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], ], ], 'BatchDeleteTableResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'TableErrors', ], ], ], 'BatchDeleteTableVersionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VersionString', ], 'max' => 100, 'min' => 0, ], 'BatchDeleteTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'VersionIds', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionIds' => [ 'shape' => 'BatchDeleteTableVersionList', ], ], ], 'BatchDeleteTableVersionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'TableVersionErrors', ], ], ], 'BatchGetBlueprintNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrchestrationNameString', ], 'max' => 25, 'min' => 1, ], 'BatchGetBlueprintsRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'BatchGetBlueprintNames', ], 'IncludeBlueprint' => [ 'shape' => 'NullableBoolean', ], 'IncludeParameterSpec' => [ 'shape' => 'NullableBoolean', ], ], ], 'BatchGetBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'Blueprints', ], 'MissingBlueprints' => [ 'shape' => 'BlueprintNames', ], ], ], 'BatchGetCrawlersRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerNames', ], 'members' => [ 'CrawlerNames' => [ 'shape' => 'CrawlerNameList', ], ], ], 'BatchGetCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'Crawlers' => [ 'shape' => 'CrawlerList', ], 'CrawlersNotFound' => [ 'shape' => 'CrawlerNameList', ], ], ], 'BatchGetCustomEntityTypesRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'CustomEntityTypeNames', ], ], ], 'BatchGetCustomEntityTypesResponse' => [ 'type' => 'structure', 'members' => [ 'CustomEntityTypes' => [ 'shape' => 'CustomEntityTypes', ], 'CustomEntityTypesNotFound' => [ 'shape' => 'CustomEntityTypeNames', ], ], ], 'BatchGetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultIds', ], 'members' => [ 'ResultIds' => [ 'shape' => 'DataQualityResultIds', ], ], ], 'BatchGetDataQualityResultResponse' => [ 'type' => 'structure', 'required' => [ 'Results', ], 'members' => [ 'Results' => [ 'shape' => 'DataQualityResultsList', ], 'ResultsNotFound' => [ 'shape' => 'DataQualityResultIds', ], ], ], 'BatchGetDevEndpointsRequest' => [ 'type' => 'structure', 'required' => [ 'DevEndpointNames', ], 'members' => [ 'DevEndpointNames' => [ 'shape' => 'DevEndpointNames', ], ], ], 'BatchGetDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoints' => [ 'shape' => 'DevEndpointList', ], 'DevEndpointsNotFound' => [ 'shape' => 'DevEndpointNames', ], ], ], 'BatchGetJobsRequest' => [ 'type' => 'structure', 'required' => [ 'JobNames', ], 'members' => [ 'JobNames' => [ 'shape' => 'JobNameList', ], ], ], 'BatchGetJobsResponse' => [ 'type' => 'structure', 'members' => [ 'Jobs' => [ 'shape' => 'JobList', ], 'JobsNotFound' => [ 'shape' => 'JobNameList', ], ], ], 'BatchGetPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionsToGet', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionsToGet' => [ 'shape' => 'BatchGetPartitionValueList', ], ], ], 'BatchGetPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Partitions' => [ 'shape' => 'PartitionList', ], 'UnprocessedKeys' => [ 'shape' => 'BatchGetPartitionValueList', ], ], ], 'BatchGetPartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionValueList', ], 'max' => 1000, 'min' => 0, ], 'BatchGetTriggersRequest' => [ 'type' => 'structure', 'required' => [ 'TriggerNames', ], 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], ], ], 'BatchGetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'TriggersNotFound' => [ 'shape' => 'TriggerNameList', ], ], ], 'BatchGetWorkflowsRequest' => [ 'type' => 'structure', 'required' => [ 'Names', ], 'members' => [ 'Names' => [ 'shape' => 'WorkflowNames', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'BatchGetWorkflowsResponse' => [ 'type' => 'structure', 'members' => [ 'Workflows' => [ 'shape' => 'Workflows', ], 'MissingWorkflows' => [ 'shape' => 'WorkflowNames', ], ], ], 'BatchSize' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'BatchStopJobRunError' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'BatchStopJobRunErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchStopJobRunError', ], ], 'BatchStopJobRunJobRunIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'IdString', ], 'max' => 25, 'min' => 1, ], 'BatchStopJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobRunIds', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunIds' => [ 'shape' => 'BatchStopJobRunJobRunIdList', ], ], ], 'BatchStopJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'SuccessfulSubmissions' => [ 'shape' => 'BatchStopJobRunSuccessfulSubmissionList', ], 'Errors' => [ 'shape' => 'BatchStopJobRunErrorList', ], ], ], 'BatchStopJobRunSuccessfulSubmission' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], ], ], 'BatchStopJobRunSuccessfulSubmissionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchStopJobRunSuccessfulSubmission', ], ], 'BatchUpdatePartitionFailureEntry' => [ 'type' => 'structure', 'members' => [ 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'BatchUpdatePartitionFailureList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchUpdatePartitionFailureEntry', ], ], 'BatchUpdatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'Entries', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Entries' => [ 'shape' => 'BatchUpdatePartitionRequestEntryList', ], ], ], 'BatchUpdatePartitionRequestEntry' => [ 'type' => 'structure', 'required' => [ 'PartitionValueList', 'PartitionInput', ], 'members' => [ 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'BatchUpdatePartitionRequestEntryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchUpdatePartitionRequestEntry', ], 'max' => 100, 'min' => 1, ], 'BatchUpdatePartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'BatchUpdatePartitionFailureList', ], ], ], 'BatchWindow' => [ 'type' => 'integer', 'box' => true, 'max' => 900, 'min' => 1, ], 'BinaryColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'MaximumLength', 'AverageLength', 'NumberOfNulls', ], 'members' => [ 'MaximumLength' => [ 'shape' => 'NonNegativeLong', ], 'AverageLength' => [ 'shape' => 'NonNegativeDouble', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], ], ], 'Blob' => [ 'type' => 'blob', ], 'Blueprint' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ParameterSpec' => [ 'shape' => 'BlueprintParameterSpec', ], 'BlueprintLocation' => [ 'shape' => 'GenericString', ], 'BlueprintServiceLocation' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'BlueprintStatus', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'LastActiveDefinition' => [ 'shape' => 'LastActiveDefinition', ], ], ], 'BlueprintDetails' => [ 'type' => 'structure', 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'BlueprintNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrchestrationNameString', ], ], 'BlueprintParameterSpec' => [ 'type' => 'string', 'max' => 131072, 'min' => 1, ], 'BlueprintParameters' => [ 'type' => 'string', 'max' => 131072, 'min' => 1, ], 'BlueprintRun' => [ 'type' => 'structure', 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'State' => [ 'shape' => 'BlueprintRunState', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ErrorMessage' => [ 'shape' => 'MessageString', ], 'RollbackErrorMessage' => [ 'shape' => 'MessageString', ], 'Parameters' => [ 'shape' => 'BlueprintParameters', ], 'RoleArn' => [ 'shape' => 'OrchestrationIAMRoleArn', ], ], ], 'BlueprintRunState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'FAILED', 'ROLLING_BACK', ], ], 'BlueprintRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'BlueprintRun', ], ], 'BlueprintStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'UPDATING', 'FAILED', ], ], 'Blueprints' => [ 'type' => 'list', 'member' => [ 'shape' => 'Blueprint', ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfTrues', 'NumberOfFalses', 'NumberOfNulls', ], 'members' => [ 'NumberOfTrues' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfFalses' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], ], ], 'BooleanNullable' => [ 'type' => 'boolean', ], 'BooleanValue' => [ 'type' => 'boolean', ], 'BoundedPartitionValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ValueString', ], 'max' => 100, 'min' => 0, ], 'BoxedBoolean' => [ 'type' => 'boolean', 'box' => true, ], 'BoxedDoubleFraction' => [ 'type' => 'double', 'box' => true, 'max' => 1, 'min' => 0, ], 'BoxedLong' => [ 'type' => 'long', 'box' => true, ], 'BoxedNonNegativeInt' => [ 'type' => 'integer', 'box' => true, 'min' => 0, ], 'BoxedNonNegativeLong' => [ 'type' => 'long', 'box' => true, 'min' => 0, ], 'BoxedPositiveInt' => [ 'type' => 'integer', 'box' => true, 'min' => 0, ], 'CancelDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'CancelDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'CancelDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'CancelDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'CancelMLTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'TaskRunId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'CancelMLTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], ], ], 'CancelStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Id', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IntegerValue', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'CancelStatementResponse' => [ 'type' => 'structure', 'members' => [], ], 'CatalogDeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CatalogEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'CatalogEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'CatalogEntry', ], ], 'CatalogEntry' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], ], ], 'CatalogGetterPageSize' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'CatalogHudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CatalogIdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CatalogImportStatus' => [ 'type' => 'structure', 'members' => [ 'ImportCompleted' => [ 'shape' => 'Boolean', ], 'ImportTime' => [ 'shape' => 'Timestamp', ], 'ImportedBy' => [ 'shape' => 'NameString', ], ], ], 'CatalogKafkaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamingOptions' => [ 'shape' => 'KafkaStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'CatalogKinesisSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamingOptions' => [ 'shape' => 'KinesisStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'CatalogSchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'EnableUpdateCatalog' => [ 'shape' => 'BoxedBoolean', ], 'UpdateBehavior' => [ 'shape' => 'UpdateCatalogBehavior', ], ], ], 'CatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'CatalogTablesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'min' => 1, ], 'CatalogTarget' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Tables', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'Tables' => [ 'shape' => 'CatalogTablesList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'EventQueueArn' => [ 'shape' => 'EventQueueArn', ], 'DlqEventQueueArn' => [ 'shape' => 'EventQueueArn', ], ], ], 'CatalogTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CatalogTarget', ], ], 'CheckSchemaVersionValidityInput' => [ 'type' => 'structure', 'required' => [ 'DataFormat', 'SchemaDefinition', ], 'members' => [ 'DataFormat' => [ 'shape' => 'DataFormat', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'CheckSchemaVersionValidityResponse' => [ 'type' => 'structure', 'members' => [ 'Valid' => [ 'shape' => 'IsVersionValid', ], 'Error' => [ 'shape' => 'SchemaValidationError', ], ], ], 'Classification' => [ 'type' => 'string', ], 'Classifier' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'GrokClassifier', ], 'XMLClassifier' => [ 'shape' => 'XMLClassifier', ], 'JsonClassifier' => [ 'shape' => 'JsonClassifier', ], 'CsvClassifier' => [ 'shape' => 'CsvClassifier', ], ], ], 'ClassifierList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Classifier', ], ], 'ClassifierNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CloudWatchEncryption' => [ 'type' => 'structure', 'members' => [ 'CloudWatchEncryptionMode' => [ 'shape' => 'CloudWatchEncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'CloudWatchEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'CodeGenArgName' => [ 'type' => 'string', ], 'CodeGenArgValue' => [ 'type' => 'string', ], 'CodeGenConfigurationNode' => [ 'type' => 'structure', 'members' => [ 'AthenaConnectorSource' => [ 'shape' => 'AthenaConnectorSource', ], 'JDBCConnectorSource' => [ 'shape' => 'JDBCConnectorSource', ], 'SparkConnectorSource' => [ 'shape' => 'SparkConnectorSource', ], 'CatalogSource' => [ 'shape' => 'CatalogSource', ], 'RedshiftSource' => [ 'shape' => 'RedshiftSource', ], 'S3CatalogSource' => [ 'shape' => 'S3CatalogSource', ], 'S3CsvSource' => [ 'shape' => 'S3CsvSource', ], 'S3JsonSource' => [ 'shape' => 'S3JsonSource', ], 'S3ParquetSource' => [ 'shape' => 'S3ParquetSource', ], 'RelationalCatalogSource' => [ 'shape' => 'RelationalCatalogSource', ], 'DynamoDBCatalogSource' => [ 'shape' => 'DynamoDBCatalogSource', ], 'JDBCConnectorTarget' => [ 'shape' => 'JDBCConnectorTarget', ], 'SparkConnectorTarget' => [ 'shape' => 'SparkConnectorTarget', ], 'CatalogTarget' => [ 'shape' => 'BasicCatalogTarget', ], 'RedshiftTarget' => [ 'shape' => 'RedshiftTarget', ], 'S3CatalogTarget' => [ 'shape' => 'S3CatalogTarget', ], 'S3GlueParquetTarget' => [ 'shape' => 'S3GlueParquetTarget', ], 'S3DirectTarget' => [ 'shape' => 'S3DirectTarget', ], 'ApplyMapping' => [ 'shape' => 'ApplyMapping', ], 'SelectFields' => [ 'shape' => 'SelectFields', ], 'DropFields' => [ 'shape' => 'DropFields', ], 'RenameField' => [ 'shape' => 'RenameField', ], 'Spigot' => [ 'shape' => 'Spigot', ], 'Join' => [ 'shape' => 'Join', ], 'SplitFields' => [ 'shape' => 'SplitFields', ], 'SelectFromCollection' => [ 'shape' => 'SelectFromCollection', ], 'FillMissingValues' => [ 'shape' => 'FillMissingValues', ], 'Filter' => [ 'shape' => 'Filter', ], 'CustomCode' => [ 'shape' => 'CustomCode', ], 'SparkSQL' => [ 'shape' => 'SparkSQL', ], 'DirectKinesisSource' => [ 'shape' => 'DirectKinesisSource', ], 'DirectKafkaSource' => [ 'shape' => 'DirectKafkaSource', ], 'CatalogKinesisSource' => [ 'shape' => 'CatalogKinesisSource', ], 'CatalogKafkaSource' => [ 'shape' => 'CatalogKafkaSource', ], 'DropNullFields' => [ 'shape' => 'DropNullFields', ], 'Merge' => [ 'shape' => 'Merge', ], 'Union' => [ 'shape' => 'Union', ], 'PIIDetection' => [ 'shape' => 'PIIDetection', ], 'Aggregate' => [ 'shape' => 'Aggregate', ], 'DropDuplicates' => [ 'shape' => 'DropDuplicates', ], 'GovernedCatalogTarget' => [ 'shape' => 'GovernedCatalogTarget', ], 'GovernedCatalogSource' => [ 'shape' => 'GovernedCatalogSource', ], 'MicrosoftSQLServerCatalogSource' => [ 'shape' => 'MicrosoftSQLServerCatalogSource', ], 'MySQLCatalogSource' => [ 'shape' => 'MySQLCatalogSource', ], 'OracleSQLCatalogSource' => [ 'shape' => 'OracleSQLCatalogSource', ], 'PostgreSQLCatalogSource' => [ 'shape' => 'PostgreSQLCatalogSource', ], 'MicrosoftSQLServerCatalogTarget' => [ 'shape' => 'MicrosoftSQLServerCatalogTarget', ], 'MySQLCatalogTarget' => [ 'shape' => 'MySQLCatalogTarget', ], 'OracleSQLCatalogTarget' => [ 'shape' => 'OracleSQLCatalogTarget', ], 'PostgreSQLCatalogTarget' => [ 'shape' => 'PostgreSQLCatalogTarget', ], 'DynamicTransform' => [ 'shape' => 'DynamicTransform', ], 'EvaluateDataQuality' => [ 'shape' => 'EvaluateDataQuality', ], 'S3CatalogHudiSource' => [ 'shape' => 'S3CatalogHudiSource', ], 'CatalogHudiSource' => [ 'shape' => 'CatalogHudiSource', ], 'S3HudiSource' => [ 'shape' => 'S3HudiSource', ], 'S3HudiCatalogTarget' => [ 'shape' => 'S3HudiCatalogTarget', ], 'S3HudiDirectTarget' => [ 'shape' => 'S3HudiDirectTarget', ], 'DirectJDBCSource' => [ 'shape' => 'DirectJDBCSource', ], 'S3CatalogDeltaSource' => [ 'shape' => 'S3CatalogDeltaSource', ], 'CatalogDeltaSource' => [ 'shape' => 'CatalogDeltaSource', ], 'S3DeltaSource' => [ 'shape' => 'S3DeltaSource', ], 'S3DeltaCatalogTarget' => [ 'shape' => 'S3DeltaCatalogTarget', ], 'S3DeltaDirectTarget' => [ 'shape' => 'S3DeltaDirectTarget', ], 'AmazonRedshiftSource' => [ 'shape' => 'AmazonRedshiftSource', ], 'AmazonRedshiftTarget' => [ 'shape' => 'AmazonRedshiftTarget', ], 'EvaluateDataQualityMultiFrame' => [ 'shape' => 'EvaluateDataQualityMultiFrame', ], 'Recipe' => [ 'shape' => 'Recipe', ], 'SnowflakeSource' => [ 'shape' => 'SnowflakeSource', ], 'SnowflakeTarget' => [ 'shape' => 'SnowflakeTarget', ], ], ], 'CodeGenConfigurationNodes' => [ 'type' => 'map', 'key' => [ 'shape' => 'NodeId', ], 'value' => [ 'shape' => 'CodeGenConfigurationNode', ], 'sensitive' => true, ], 'CodeGenEdge' => [ 'type' => 'structure', 'required' => [ 'Source', 'Target', ], 'members' => [ 'Source' => [ 'shape' => 'CodeGenIdentifier', ], 'Target' => [ 'shape' => 'CodeGenIdentifier', ], 'TargetParameter' => [ 'shape' => 'CodeGenArgName', ], ], ], 'CodeGenIdentifier' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Za-z_][A-Za-z0-9_]*', ], 'CodeGenNode' => [ 'type' => 'structure', 'required' => [ 'Id', 'NodeType', 'Args', ], 'members' => [ 'Id' => [ 'shape' => 'CodeGenIdentifier', ], 'NodeType' => [ 'shape' => 'CodeGenNodeType', ], 'Args' => [ 'shape' => 'CodeGenNodeArgs', ], 'LineNumber' => [ 'shape' => 'Integer', ], ], ], 'CodeGenNodeArg' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'CodeGenArgName', ], 'Value' => [ 'shape' => 'CodeGenArgValue', ], 'Param' => [ 'shape' => 'Boolean', ], ], ], 'CodeGenNodeArgs' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenNodeArg', ], 'max' => 50, 'min' => 0, ], 'CodeGenNodeType' => [ 'type' => 'string', ], 'Column' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], 'Comment' => [ 'shape' => 'CommentString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], ], ], 'ColumnError' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ColumnErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnError', ], ], 'ColumnImportance' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'Importance' => [ 'shape' => 'GenericBoundedDouble', ], ], ], 'ColumnImportanceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnImportance', ], 'max' => 100, 'min' => 0, ], 'ColumnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Column', ], ], 'ColumnNameString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'ColumnRowFilter' => [ 'type' => 'structure', 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'RowFilterExpression' => [ 'shape' => 'PredicateString', ], ], ], 'ColumnRowFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnRowFilter', ], ], 'ColumnStatistics' => [ 'type' => 'structure', 'required' => [ 'ColumnName', 'ColumnType', 'AnalyzedTime', 'StatisticsData', ], 'members' => [ 'ColumnName' => [ 'shape' => 'NameString', ], 'ColumnType' => [ 'shape' => 'TypeString', ], 'AnalyzedTime' => [ 'shape' => 'Timestamp', ], 'StatisticsData' => [ 'shape' => 'ColumnStatisticsData', ], ], ], 'ColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'Type', ], 'members' => [ 'Type' => [ 'shape' => 'ColumnStatisticsType', ], 'BooleanColumnStatisticsData' => [ 'shape' => 'BooleanColumnStatisticsData', ], 'DateColumnStatisticsData' => [ 'shape' => 'DateColumnStatisticsData', ], 'DecimalColumnStatisticsData' => [ 'shape' => 'DecimalColumnStatisticsData', ], 'DoubleColumnStatisticsData' => [ 'shape' => 'DoubleColumnStatisticsData', ], 'LongColumnStatisticsData' => [ 'shape' => 'LongColumnStatisticsData', ], 'StringColumnStatisticsData' => [ 'shape' => 'StringColumnStatisticsData', ], 'BinaryColumnStatisticsData' => [ 'shape' => 'BinaryColumnStatisticsData', ], ], ], 'ColumnStatisticsError' => [ 'type' => 'structure', 'members' => [ 'ColumnStatistics' => [ 'shape' => 'ColumnStatistics', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ColumnStatisticsErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatisticsError', ], ], 'ColumnStatisticsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatistics', ], ], 'ColumnStatisticsType' => [ 'type' => 'string', 'enum' => [ 'BOOLEAN', 'DATE', 'DECIMAL', 'DOUBLE', 'LONG', 'STRING', 'BINARY', ], ], 'ColumnTypeString' => [ 'type' => 'string', 'max' => 131072, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'ColumnValueStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnValuesString', ], ], 'ColumnValuesString' => [ 'type' => 'string', ], 'CommentString' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CommitIdString' => [ 'type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'Comparator' => [ 'type' => 'string', 'enum' => [ 'EQUALS', 'GREATER_THAN', 'LESS_THAN', 'GREATER_THAN_EQUALS', 'LESS_THAN_EQUALS', ], ], 'Compatibility' => [ 'type' => 'string', 'enum' => [ 'NONE', 'DISABLED', 'BACKWARD', 'BACKWARD_ALL', 'FORWARD', 'FORWARD_ALL', 'FULL', 'FULL_ALL', ], ], 'CompressionType' => [ 'type' => 'string', 'enum' => [ 'gzip', 'bzip2', ], ], 'ConcurrentModificationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConcurrentRunsExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Condition' => [ 'type' => 'structure', 'members' => [ 'LogicalOperator' => [ 'shape' => 'LogicalOperator', ], 'JobName' => [ 'shape' => 'NameString', ], 'State' => [ 'shape' => 'JobRunState', ], 'CrawlerName' => [ 'shape' => 'NameString', ], 'CrawlState' => [ 'shape' => 'CrawlState', ], ], ], 'ConditionCheckFailureException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Condition', ], ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ConfusionMatrix' => [ 'type' => 'structure', 'members' => [ 'NumTruePositives' => [ 'shape' => 'RecordsCount', ], 'NumFalsePositives' => [ 'shape' => 'RecordsCount', ], 'NumTrueNegatives' => [ 'shape' => 'RecordsCount', ], 'NumFalseNegatives' => [ 'shape' => 'RecordsCount', ], ], ], 'Connection' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionProperties' => [ 'shape' => 'ConnectionProperties', ], 'PhysicalConnectionRequirements' => [ 'shape' => 'PhysicalConnectionRequirements', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdatedTime' => [ 'shape' => 'Timestamp', ], 'LastUpdatedBy' => [ 'shape' => 'NameString', ], ], ], 'ConnectionInput' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'ConnectionProperties', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionProperties' => [ 'shape' => 'ConnectionProperties', ], 'PhysicalConnectionRequirements' => [ 'shape' => 'PhysicalConnectionRequirements', ], ], ], 'ConnectionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Connection', ], ], 'ConnectionName' => [ 'type' => 'string', ], 'ConnectionPasswordEncryption' => [ 'type' => 'structure', 'required' => [ 'ReturnConnectionPasswordEncrypted', ], 'members' => [ 'ReturnConnectionPasswordEncrypted' => [ 'shape' => 'Boolean', ], 'AwsKmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'ConnectionProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConnectionPropertyKey', ], 'value' => [ 'shape' => 'ValueString', ], 'max' => 100, 'min' => 0, ], 'ConnectionPropertyKey' => [ 'type' => 'string', 'enum' => [ 'HOST', 'PORT', 'USERNAME', 'PASSWORD', 'ENCRYPTED_PASSWORD', 'JDBC_DRIVER_JAR_URI', 'JDBC_DRIVER_CLASS_NAME', 'JDBC_ENGINE', 'JDBC_ENGINE_VERSION', 'CONFIG_FILES', 'INSTANCE_ID', 'JDBC_CONNECTION_URL', 'JDBC_ENFORCE_SSL', 'CUSTOM_JDBC_CERT', 'SKIP_CUSTOM_JDBC_CERT_VALIDATION', 'CUSTOM_JDBC_CERT_STRING', 'CONNECTION_URL', 'KAFKA_BOOTSTRAP_SERVERS', 'KAFKA_SSL_ENABLED', 'KAFKA_CUSTOM_CERT', 'KAFKA_SKIP_CUSTOM_CERT_VALIDATION', 'KAFKA_CLIENT_KEYSTORE', 'KAFKA_CLIENT_KEYSTORE_PASSWORD', 'KAFKA_CLIENT_KEY_PASSWORD', 'ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD', 'ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD', 'SECRET_ID', 'CONNECTOR_URL', 'CONNECTOR_TYPE', 'CONNECTOR_CLASS_NAME', 'KAFKA_SASL_MECHANISM', 'KAFKA_SASL_SCRAM_USERNAME', 'KAFKA_SASL_SCRAM_PASSWORD', 'KAFKA_SASL_SCRAM_SECRETS_ARN', 'ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD', 'KAFKA_SASL_GSSAPI_KEYTAB', 'KAFKA_SASL_GSSAPI_KRB5_CONF', 'KAFKA_SASL_GSSAPI_SERVICE', 'KAFKA_SASL_GSSAPI_PRINCIPAL', ], ], 'ConnectionType' => [ 'type' => 'string', 'enum' => [ 'JDBC', 'SFTP', 'MONGODB', 'KAFKA', 'NETWORK', 'MARKETPLACE', 'CUSTOM', ], ], 'ConnectionsList' => [ 'type' => 'structure', 'members' => [ 'Connections' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'ContextWords' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 20, 'min' => 1, ], 'Crawl' => [ 'type' => 'structure', 'members' => [ 'State' => [ 'shape' => 'CrawlState', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], ], ], 'CrawlId' => [ 'type' => 'string', ], 'CrawlList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Crawl', ], ], 'CrawlState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'CANCELLING', 'CANCELLED', 'SUCCEEDED', 'FAILED', 'ERROR', ], ], 'Crawler' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'State' => [ 'shape' => 'CrawlerState', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'Schedule' => [ 'shape' => 'Schedule', ], 'CrawlElapsedTime' => [ 'shape' => 'MillisecondsCount', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'LastCrawl' => [ 'shape' => 'LastCrawlInfo', ], 'Version' => [ 'shape' => 'VersionId', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], ], ], 'CrawlerConfiguration' => [ 'type' => 'string', ], 'CrawlerHistory' => [ 'type' => 'structure', 'members' => [ 'CrawlId' => [ 'shape' => 'CrawlId', ], 'State' => [ 'shape' => 'CrawlerHistoryState', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Summary' => [ 'shape' => 'NameString', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], 'MessagePrefix' => [ 'shape' => 'MessagePrefix', ], 'DPUHour' => [ 'shape' => 'NonNegativeDouble', ], ], ], 'CrawlerHistoryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlerHistory', ], ], 'CrawlerHistoryState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'COMPLETED', 'FAILED', 'STOPPED', ], ], 'CrawlerLineageSettings' => [ 'type' => 'string', 'enum' => [ 'ENABLE', 'DISABLE', ], ], 'CrawlerList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Crawler', ], ], 'CrawlerMetrics' => [ 'type' => 'structure', 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'TimeLeftSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'StillEstimating' => [ 'shape' => 'Boolean', ], 'LastRuntimeSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'MedianRuntimeSeconds' => [ 'shape' => 'NonNegativeDouble', ], 'TablesCreated' => [ 'shape' => 'NonNegativeInteger', ], 'TablesUpdated' => [ 'shape' => 'NonNegativeInteger', ], 'TablesDeleted' => [ 'shape' => 'NonNegativeInteger', ], ], ], 'CrawlerMetricsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlerMetrics', ], ], 'CrawlerNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'CrawlerNodeDetails' => [ 'type' => 'structure', 'members' => [ 'Crawls' => [ 'shape' => 'CrawlList', ], ], ], 'CrawlerNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerSecurityConfiguration' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'CrawlerState' => [ 'type' => 'string', 'enum' => [ 'READY', 'RUNNING', 'STOPPING', ], ], 'CrawlerStoppingException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'CrawlerTargets' => [ 'type' => 'structure', 'members' => [ 'S3Targets' => [ 'shape' => 'S3TargetList', ], 'JdbcTargets' => [ 'shape' => 'JdbcTargetList', ], 'MongoDBTargets' => [ 'shape' => 'MongoDBTargetList', ], 'DynamoDBTargets' => [ 'shape' => 'DynamoDBTargetList', ], 'CatalogTargets' => [ 'shape' => 'CatalogTargetList', ], 'DeltaTargets' => [ 'shape' => 'DeltaTargetList', ], 'IcebergTargets' => [ 'shape' => 'IcebergTargetList', ], 'HudiTargets' => [ 'shape' => 'HudiTargetList', ], ], ], 'CrawlsFilter' => [ 'type' => 'structure', 'members' => [ 'FieldName' => [ 'shape' => 'FieldName', ], 'FilterOperator' => [ 'shape' => 'FilterOperator', ], 'FieldValue' => [ 'shape' => 'GenericString', ], ], ], 'CrawlsFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CrawlsFilter', ], ], 'CreateBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'BlueprintLocation', ], 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'BlueprintLocation' => [ 'shape' => 'OrchestrationS3Location', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateClassifierRequest' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'CreateGrokClassifierRequest', ], 'XMLClassifier' => [ 'shape' => 'CreateXMLClassifierRequest', ], 'JsonClassifier' => [ 'shape' => 'CreateJsonClassifierRequest', ], 'CsvClassifier' => [ 'shape' => 'CreateCsvClassifierRequest', ], ], ], 'CreateClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionInput' => [ 'shape' => 'ConnectionInput', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Role', 'Targets', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'Schedule' => [ 'shape' => 'CronExpression', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateCsvClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], 'Serde' => [ 'shape' => 'CsvSerdeOption', ], ], ], 'CreateCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RegexString', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'CreateDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseInput' => [ 'shape' => 'DatabaseInput', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'RoleArn', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'PublicKeys' => [ 'shape' => 'PublicKeysList', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'CreateDevEndpointResponse' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'GenericString', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'YarnEndpointAddress' => [ 'shape' => 'GenericString', ], 'ZeppelinRemoteSparkInterpreterPort' => [ 'shape' => 'IntegerValue', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'AvailabilityZone' => [ 'shape' => 'GenericString', ], 'VpcId' => [ 'shape' => 'GenericString', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'FailureReason' => [ 'shape' => 'GenericString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'CreateGrokClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Classification', 'Name', 'GrokPattern', ], 'members' => [ 'Classification' => [ 'shape' => 'Classification', ], 'Name' => [ 'shape' => 'NameString', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'CreateJobRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Role', 'Command', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'CreateJobResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateJsonClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'JsonPath', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'CreateMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InputRecordTables', 'Parameters', 'Role', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'CreateMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'CreatePartitionIndexRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionIndex', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionIndex' => [ 'shape' => 'PartitionIndex', ], ], ], 'CreatePartitionIndexResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'CreatePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryName', ], 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaName', 'DataFormat', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'CreateSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'SchemaCheckpoint' => [ 'shape' => 'SchemaCheckpointNumber', ], 'LatestSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'NextSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionStatus' => [ 'shape' => 'SchemaVersionStatus', ], ], ], 'CreateScriptRequest' => [ 'type' => 'structure', 'members' => [ 'DagNodes' => [ 'shape' => 'DagNodes', ], 'DagEdges' => [ 'shape' => 'DagEdges', ], 'Language' => [ 'shape' => 'Language', ], ], ], 'CreateScriptResponse' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], 'ScalaCode' => [ 'shape' => 'ScalaCode', ], ], ], 'CreateSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'EncryptionConfiguration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'EncryptionConfiguration' => [ 'shape' => 'EncryptionConfiguration', ], ], ], 'CreateSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], ], ], 'CreateSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', 'Role', 'Command', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Role' => [ 'shape' => 'OrchestrationRoleArn', ], 'Command' => [ 'shape' => 'SessionCommand', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'IdleTimeout' => [ 'shape' => 'Timeout', ], 'DefaultArguments' => [ 'shape' => 'OrchestrationArgumentsMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'CreateSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Session' => [ 'shape' => 'Session', ], ], ], 'CreateTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableInput' => [ 'shape' => 'TableInput', ], 'PartitionIndexes' => [ 'shape' => 'PartitionIndexList', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'OpenTableFormatInput' => [ 'shape' => 'OpenTableFormatInput', ], ], ], 'CreateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'Actions', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TriggerType', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'StartOnCreation' => [ 'shape' => 'BooleanValue', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'CreateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionInput' => [ 'shape' => 'UserDefinedFunctionInput', ], ], ], 'CreateUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'CreateWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], ], ], 'CreateWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'CreateXMLClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Classification', 'Name', ], 'members' => [ 'Classification' => [ 'shape' => 'Classification', ], 'Name' => [ 'shape' => 'NameString', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], 'CreatedTimestamp' => [ 'type' => 'string', ], 'CronExpression' => [ 'type' => 'string', ], 'CsvClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], 'Serde' => [ 'shape' => 'CsvSerdeOption', ], ], ], 'CsvColumnDelimiter' => [ 'type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '[^\\r\\n]', ], 'CsvHeader' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CsvHeaderOption' => [ 'type' => 'string', 'enum' => [ 'UNKNOWN', 'PRESENT', 'ABSENT', ], ], 'CsvQuoteSymbol' => [ 'type' => 'string', 'max' => 1, 'min' => 1, 'pattern' => '[^\\r\\n]', ], 'CsvSerdeOption' => [ 'type' => 'string', 'enum' => [ 'OpenCSVSerDe', 'LazySimpleSerDe', 'None', ], ], 'CustomCode' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Code', 'ClassName', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'Code' => [ 'shape' => 'ExtendedString', ], 'ClassName' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'CustomDatatypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'CustomEntityType' => [ 'type' => 'structure', 'required' => [ 'Name', 'RegexString', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], ], ], 'CustomEntityTypeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 50, 'min' => 1, ], 'CustomEntityTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomEntityType', ], ], 'CustomPatterns' => [ 'type' => 'string', 'max' => 16000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DQAdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'AdditionalOptionKeys', ], 'value' => [ 'shape' => 'GenericString', ], ], 'DQDLAliases' => [ 'type' => 'map', 'key' => [ 'shape' => 'NodeName', ], 'value' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'DQDLString' => [ 'type' => 'string', 'max' => 65536, 'min' => 1, 'pattern' => '([\\u0020-\\u007E\\r\\s\\n])*', ], 'DQResultsPublishingOptions' => [ 'type' => 'structure', 'members' => [ 'EvaluationContext' => [ 'shape' => 'GenericLimitedString', ], 'ResultsS3Prefix' => [ 'shape' => 'EnclosedInStringProperty', ], 'CloudWatchMetricsEnabled' => [ 'shape' => 'BoxedBoolean', ], 'ResultsPublishingEnabled' => [ 'shape' => 'BoxedBoolean', ], ], ], 'DQStopJobOnFailureOptions' => [ 'type' => 'structure', 'members' => [ 'StopJobOnFailureTiming' => [ 'shape' => 'DQStopJobOnFailureTiming', ], ], ], 'DQStopJobOnFailureTiming' => [ 'type' => 'string', 'enum' => [ 'Immediate', 'AfterDataLoad', ], ], 'DQTransformOutput' => [ 'type' => 'string', 'enum' => [ 'PrimaryInput', 'EvaluationResults', ], ], 'DagEdges' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenEdge', ], ], 'DagNodes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeGenNode', ], ], 'DataCatalogEncryptionSettings' => [ 'type' => 'structure', 'members' => [ 'EncryptionAtRest' => [ 'shape' => 'EncryptionAtRest', ], 'ConnectionPasswordEncryption' => [ 'shape' => 'ConnectionPasswordEncryption', ], ], ], 'DataFormat' => [ 'type' => 'string', 'enum' => [ 'AVRO', 'JSON', 'PROTOBUF', ], ], 'DataLakePrincipal' => [ 'type' => 'structure', 'members' => [ 'DataLakePrincipalIdentifier' => [ 'shape' => 'DataLakePrincipalString', ], ], ], 'DataLakePrincipalString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'type' => 'structure', 'members' => [ 'CloudWatchMetricsEnabled' => [ 'shape' => 'NullableBoolean', ], 'ResultsS3Prefix' => [ 'shape' => 'UriString', ], ], ], 'DataQualityResult' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'Score' => [ 'shape' => 'GenericBoundedDouble', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'RulesetName' => [ 'shape' => 'NameString', ], 'EvaluationContext' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'RulesetEvaluationRunId' => [ 'shape' => 'HashString', ], 'RuleResults' => [ 'shape' => 'DataQualityRuleResults', ], ], ], 'DataQualityResultDescription' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityResultDescriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityResultDescription', ], ], 'DataQualityResultFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityResultIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 10, 'min' => 1, ], 'DataQualityResultIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 100, 'min' => 1, ], 'DataQualityResultsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityResult', ], ], 'DataQualityRuleRecommendationRunDescription' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'DataSource' => [ 'shape' => 'DataSource', ], ], ], 'DataQualityRuleRecommendationRunFilter' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityRuleRecommendationRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleRecommendationRunDescription', ], ], 'DataQualityRuleResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'EvaluationMessage' => [ 'shape' => 'DescriptionString', ], 'Result' => [ 'shape' => 'DataQualityRuleResultStatus', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], ], ], 'DataQualityRuleResultStatus' => [ 'type' => 'string', 'enum' => [ 'PASS', 'FAIL', 'ERROR', ], ], 'DataQualityRuleResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleResult', ], 'max' => 2000, 'min' => 1, ], 'DataQualityRulesetEvaluationRunDescription' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'DataSource' => [ 'shape' => 'DataSource', ], ], ], 'DataQualityRulesetEvaluationRunFilter' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'DataQualityRulesetEvaluationRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRulesetEvaluationRunDescription', ], ], 'DataQualityRulesetFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedAfter' => [ 'shape' => 'Timestamp', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], ], ], 'DataQualityRulesetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRulesetListDetails', ], ], 'DataQualityRulesetListDetails' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'RecommendationRunId' => [ 'shape' => 'HashString', ], 'RuleCount' => [ 'shape' => 'NullableInteger', ], ], ], 'DataQualityRulesetString' => [ 'type' => 'string', 'max' => 65536, 'min' => 1, ], 'DataQualityTargetTable' => [ 'type' => 'structure', 'required' => [ 'TableName', 'DatabaseName', ], 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'CatalogId' => [ 'shape' => 'NameString', ], ], ], 'DataSource' => [ 'type' => 'structure', 'required' => [ 'GlueTable', ], 'members' => [ 'GlueTable' => [ 'shape' => 'GlueTable', ], ], ], 'DataSourceMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DataSource', ], ], 'Database' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LocationUri' => [ 'shape' => 'URI', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'CreateTableDefaultPermissions' => [ 'shape' => 'PrincipalPermissionsList', ], 'TargetDatabase' => [ 'shape' => 'DatabaseIdentifier', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'FederatedDatabase' => [ 'shape' => 'FederatedDatabase', ], ], ], 'DatabaseIdentifier' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Region' => [ 'shape' => 'NameString', ], ], ], 'DatabaseInput' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LocationUri' => [ 'shape' => 'URI', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreateTableDefaultPermissions' => [ 'shape' => 'PrincipalPermissionsList', ], 'TargetDatabase' => [ 'shape' => 'DatabaseIdentifier', ], 'FederatedDatabase' => [ 'shape' => 'FederatedDatabase', ], ], ], 'DatabaseList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Database', ], ], 'DatabaseName' => [ 'type' => 'string', ], 'Datatype' => [ 'type' => 'structure', 'required' => [ 'Id', 'Label', ], 'members' => [ 'Id' => [ 'shape' => 'GenericLimitedString', ], 'Label' => [ 'shape' => 'GenericLimitedString', ], ], ], 'DateColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Timestamp', ], 'MaximumValue' => [ 'shape' => 'Timestamp', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DecimalColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'DecimalNumber', ], 'MaximumValue' => [ 'shape' => 'DecimalNumber', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DecimalNumber' => [ 'type' => 'structure', 'required' => [ 'UnscaledValue', 'Scale', ], 'members' => [ 'UnscaledValue' => [ 'shape' => 'Blob', ], 'Scale' => [ 'shape' => 'Integer', ], ], ], 'DeleteBehavior' => [ 'type' => 'string', 'enum' => [ 'LOG', 'DELETE_FROM_DATABASE', 'DEPRECATE_IN_DATABASE', ], ], 'DeleteBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnName' => [ 'shape' => 'NameString', ], ], ], 'DeleteColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnName' => [ 'shape' => 'NameString', ], ], ], 'DeleteColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteConnectionNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 25, 'min' => 0, ], 'DeleteConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'ConnectionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'DeleteConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], ], ], 'DeleteDevEndpointResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'DeleteJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'DeleteMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'DeleteMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'DeletePartitionIndexRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'IndexName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'IndexName' => [ 'shape' => 'NameString', ], ], ], 'DeletePartitionIndexResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeletePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], ], ], 'DeletePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], ], ], 'DeleteRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Status' => [ 'shape' => 'RegistryStatus', ], ], ], 'DeleteResourcePolicyRequest' => [ 'type' => 'structure', 'members' => [ 'PolicyHashCondition' => [ 'shape' => 'HashString', ], 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'DeleteResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], ], ], 'DeleteSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'Status' => [ 'shape' => 'SchemaStatus', ], ], ], 'DeleteSchemaVersionsInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'Versions', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'Versions' => [ 'shape' => 'VersionsString', ], ], ], 'DeleteSchemaVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionErrors' => [ 'shape' => 'SchemaVersionErrorList', ], ], ], 'DeleteSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'DeleteSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], ], ], 'DeleteTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], ], ], 'DeleteTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'VersionId', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'DeleteTableVersionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], ], ], 'DeleteUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeltaTarget' => [ 'type' => 'structure', 'members' => [ 'DeltaTables' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'WriteManifest' => [ 'shape' => 'NullableBoolean', ], 'CreateNativeDeltaTable' => [ 'shape' => 'NullableBoolean', ], ], ], 'DeltaTargetCompressionType' => [ 'type' => 'string', 'enum' => [ 'uncompressed', 'snappy', ], ], 'DeltaTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeltaTarget', ], ], 'DescriptionString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DescriptionStringRemovable' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'DevEndpoint' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'SecurityGroupIds' => [ 'shape' => 'StringList', ], 'SubnetId' => [ 'shape' => 'GenericString', ], 'YarnEndpointAddress' => [ 'shape' => 'GenericString', ], 'PrivateAddress' => [ 'shape' => 'GenericString', ], 'ZeppelinRemoteSparkInterpreterPort' => [ 'shape' => 'IntegerValue', ], 'PublicAddress' => [ 'shape' => 'GenericString', ], 'Status' => [ 'shape' => 'GenericString', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'NumberOfNodes' => [ 'shape' => 'IntegerValue', ], 'AvailabilityZone' => [ 'shape' => 'GenericString', ], 'VpcId' => [ 'shape' => 'GenericString', ], 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], 'FailureReason' => [ 'shape' => 'GenericString', ], 'LastUpdateStatus' => [ 'shape' => 'GenericString', ], 'CreatedTimestamp' => [ 'shape' => 'TimestampValue', ], 'LastModifiedTimestamp' => [ 'shape' => 'TimestampValue', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'PublicKeys' => [ 'shape' => 'PublicKeysList', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'Arguments' => [ 'shape' => 'MapValue', ], ], ], 'DevEndpointCustomLibraries' => [ 'type' => 'structure', 'members' => [ 'ExtraPythonLibsS3Path' => [ 'shape' => 'GenericString', ], 'ExtraJarsS3Path' => [ 'shape' => 'GenericString', ], ], ], 'DevEndpointList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DevEndpoint', ], ], 'DevEndpointNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'DevEndpointNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], 'max' => 25, 'min' => 1, ], 'DirectJDBCSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', 'ConnectionName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'JDBCConnectionType', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'DirectKafkaSource' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'StreamingOptions' => [ 'shape' => 'KafkaStreamingSourceOptions', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'DirectKinesisSource' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'WindowSize' => [ 'shape' => 'BoxedPositiveInt', 'box' => true, ], 'DetectSchema' => [ 'shape' => 'BoxedBoolean', 'box' => true, ], 'StreamingOptions' => [ 'shape' => 'KinesisStreamingSourceOptions', ], 'DataPreviewOptions' => [ 'shape' => 'StreamingDataPreviewOptions', ], ], ], 'DirectSchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'EnableUpdateCatalog' => [ 'shape' => 'BoxedBoolean', ], 'UpdateBehavior' => [ 'shape' => 'UpdateCatalogBehavior', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Double' => [ 'type' => 'double', ], 'DoubleColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Double', ], 'MaximumValue' => [ 'shape' => 'Double', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'DoubleValue' => [ 'type' => 'double', ], 'DropDuplicates' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Columns' => [ 'shape' => 'LimitedPathList', ], ], ], 'DropFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'DropNullFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'NullCheckBoxList' => [ 'shape' => 'NullCheckBoxList', ], 'NullTextList' => [ 'shape' => 'NullValueFields', ], ], ], 'DynamicTransform' => [ 'type' => 'structure', 'required' => [ 'Name', 'TransformName', 'Inputs', 'FunctionName', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'EnclosedInStringProperty', ], 'TransformName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Parameters' => [ 'shape' => 'TransformConfigParameterList', ], 'FunctionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Version' => [ 'shape' => 'EnclosedInStringProperty', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'DynamoDBCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'DynamoDBTarget' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'Path', ], 'scanAll' => [ 'shape' => 'NullableBoolean', ], 'scanRate' => [ 'shape' => 'NullableDouble', ], ], ], 'DynamoDBTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DynamoDBTarget', ], ], 'Edge' => [ 'type' => 'structure', 'members' => [ 'SourceId' => [ 'shape' => 'NameString', ], 'DestinationId' => [ 'shape' => 'NameString', ], ], ], 'EdgeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Edge', ], ], 'EnableAdditionalMetadata' => [ 'type' => 'list', 'member' => [ 'shape' => 'JdbcMetadataEntry', ], ], 'EnableHybridValues' => [ 'type' => 'string', 'enum' => [ 'TRUE', 'FALSE', ], ], 'EnclosedInStringProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'EnclosedInStringPropertiesMinOne' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperty', ], ], 'EnclosedInStringProperty' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\S\\r\\n"\'])*', ], 'EnclosedInStringPropertyWithQuote' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\S\\r\\n])*', ], 'EncryptionAtRest' => [ 'type' => 'structure', 'required' => [ 'CatalogEncryptionMode', ], 'members' => [ 'CatalogEncryptionMode' => [ 'shape' => 'CatalogEncryptionMode', ], 'SseAwsKmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'EncryptionConfiguration' => [ 'type' => 'structure', 'members' => [ 'S3Encryption' => [ 'shape' => 'S3EncryptionList', ], 'CloudWatchEncryption' => [ 'shape' => 'CloudWatchEncryption', ], 'JobBookmarksEncryption' => [ 'shape' => 'JobBookmarksEncryption', ], ], ], 'EntityNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'FromFederationSource' => [ 'shape' => 'NullableBoolean', ], ], 'exception' => true, ], 'ErrorByName' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'ErrorDetail', ], ], 'ErrorCodeString' => [ 'type' => 'string', ], 'ErrorDetail' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'NameString', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], ], ], 'ErrorDetails' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'ErrorCodeString', ], 'ErrorMessage' => [ 'shape' => 'ErrorMessageString', ], ], ], 'ErrorMessageString' => [ 'type' => 'string', ], 'ErrorString' => [ 'type' => 'string', ], 'EvaluateDataQuality' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Ruleset' => [ 'shape' => 'DQDLString', ], 'Output' => [ 'shape' => 'DQTransformOutput', ], 'PublishingOptions' => [ 'shape' => 'DQResultsPublishingOptions', ], 'StopJobOnFailureOptions' => [ 'shape' => 'DQStopJobOnFailureOptions', ], ], ], 'EvaluateDataQualityMultiFrame' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Ruleset', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'AdditionalDataSources' => [ 'shape' => 'DQDLAliases', ], 'Ruleset' => [ 'shape' => 'DQDLString', ], 'PublishingOptions' => [ 'shape' => 'DQResultsPublishingOptions', ], 'AdditionalOptions' => [ 'shape' => 'DQAdditionalOptions', ], 'StopJobOnFailureOptions' => [ 'shape' => 'DQStopJobOnFailureOptions', ], ], ], 'EvaluatedMetricsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'NullableDouble', ], ], 'EvaluationMetrics' => [ 'type' => 'structure', 'required' => [ 'TransformType', ], 'members' => [ 'TransformType' => [ 'shape' => 'TransformType', ], 'FindMatchesMetrics' => [ 'shape' => 'FindMatchesMetrics', ], ], ], 'EventBatchingCondition' => [ 'type' => 'structure', 'required' => [ 'BatchSize', ], 'members' => [ 'BatchSize' => [ 'shape' => 'BatchSize', ], 'BatchWindow' => [ 'shape' => 'BatchWindow', ], ], ], 'EventQueueArn' => [ 'type' => 'string', ], 'ExecutionClass' => [ 'type' => 'string', 'enum' => [ 'FLEX', 'STANDARD', ], 'max' => 16, ], 'ExecutionProperty' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrentRuns' => [ 'shape' => 'MaxConcurrentRuns', ], ], ], 'ExecutionTime' => [ 'type' => 'integer', ], 'ExistCondition' => [ 'type' => 'string', 'enum' => [ 'MUST_EXIST', 'NOT_EXIST', 'NONE', ], ], 'ExportLabelsTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'ExtendedString' => [ 'type' => 'string', 'pattern' => '[\\s\\S]*', ], 'FederatedDatabase' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'FederationIdentifier', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'FederatedResourceAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'AssociatedGlueResource' => [ 'shape' => 'GlueResourceArn', ], ], 'exception' => true, ], 'FederatedTable' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'FederationIdentifier', ], 'DatabaseIdentifier' => [ 'shape' => 'FederationIdentifier', ], 'ConnectionName' => [ 'shape' => 'NameString', ], ], ], 'FederationIdentifier' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'FederationSourceErrorCode' => [ 'type' => 'string', 'enum' => [ 'InvalidResponseException', 'OperationTimeoutException', 'OperationNotSupportedException', 'InternalServiceException', 'ThrottlingException', ], ], 'FederationSourceException' => [ 'type' => 'structure', 'members' => [ 'FederationSourceErrorCode' => [ 'shape' => 'FederationSourceErrorCode', ], 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'FederationSourceRetryableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'FieldName' => [ 'type' => 'string', 'enum' => [ 'CRAWL_ID', 'STATE', 'START_TIME', 'END_TIME', 'DPU_HOUR', ], ], 'FieldType' => [ 'type' => 'string', ], 'FillMissingValues' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ImputedPath', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ImputedPath' => [ 'shape' => 'EnclosedInStringProperty', ], 'FilledPath' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Filter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'LogicalOperator', 'Filters', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'LogicalOperator' => [ 'shape' => 'FilterLogicalOperator', ], 'Filters' => [ 'shape' => 'FilterExpressions', ], ], ], 'FilterExpression' => [ 'type' => 'structure', 'required' => [ 'Operation', 'Values', ], 'members' => [ 'Operation' => [ 'shape' => 'FilterOperation', ], 'Negated' => [ 'shape' => 'BoxedBoolean', ], 'Values' => [ 'shape' => 'FilterValues', ], ], ], 'FilterExpressions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterExpression', ], ], 'FilterLogicalOperator' => [ 'type' => 'string', 'enum' => [ 'AND', 'OR', ], ], 'FilterOperation' => [ 'type' => 'string', 'enum' => [ 'EQ', 'LT', 'GT', 'LTE', 'GTE', 'REGEX', 'ISNULL', ], ], 'FilterOperator' => [ 'type' => 'string', 'enum' => [ 'GT', 'GE', 'LT', 'LE', 'EQ', 'NE', ], ], 'FilterString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'FilterValue' => [ 'type' => 'structure', 'required' => [ 'Type', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'FilterValueType', ], 'Value' => [ 'shape' => 'EnclosedInStringProperties', ], ], ], 'FilterValueType' => [ 'type' => 'string', 'enum' => [ 'COLUMNEXTRACTED', 'CONSTANT', ], ], 'FilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterValue', ], ], 'FindMatchesMetrics' => [ 'type' => 'structure', 'members' => [ 'AreaUnderPRCurve' => [ 'shape' => 'GenericBoundedDouble', ], 'Precision' => [ 'shape' => 'GenericBoundedDouble', ], 'Recall' => [ 'shape' => 'GenericBoundedDouble', ], 'F1' => [ 'shape' => 'GenericBoundedDouble', ], 'ConfusionMatrix' => [ 'shape' => 'ConfusionMatrix', ], 'ColumnImportances' => [ 'shape' => 'ColumnImportanceList', ], ], ], 'FindMatchesParameters' => [ 'type' => 'structure', 'members' => [ 'PrimaryKeyColumnName' => [ 'shape' => 'ColumnNameString', ], 'PrecisionRecallTradeoff' => [ 'shape' => 'GenericBoundedDouble', ], 'AccuracyCostTradeoff' => [ 'shape' => 'GenericBoundedDouble', ], 'EnforceProvidedLabels' => [ 'shape' => 'NullableBoolean', ], ], ], 'FindMatchesTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'JobId' => [ 'shape' => 'HashString', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], ], ], 'FormatString' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'Generic512CharString' => [ 'type' => 'string', 'max' => 512, 'min' => 1, ], 'GenericBoundedDouble' => [ 'type' => 'double', 'box' => true, 'max' => 1.0, 'min' => 0.0, ], 'GenericLimitedString' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_-]*', ], 'GenericMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'GenericString' => [ 'type' => 'string', ], 'GetBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeBlueprint' => [ 'shape' => 'NullableBoolean', ], 'IncludeParameterSpec' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprint' => [ 'shape' => 'Blueprint', ], ], ], 'GetBlueprintRunRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', 'RunId', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'GetBlueprintRunResponse' => [ 'type' => 'structure', 'members' => [ 'BlueprintRun' => [ 'shape' => 'BlueprintRun', ], ], ], 'GetBlueprintRunsRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetBlueprintRunsResponse' => [ 'type' => 'structure', 'members' => [ 'BlueprintRuns' => [ 'shape' => 'BlueprintRuns', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetCatalogImportStatusRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'GetCatalogImportStatusResponse' => [ 'type' => 'structure', 'members' => [ 'ImportStatus' => [ 'shape' => 'CatalogImportStatus', ], ], ], 'GetClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetClassifierResponse' => [ 'type' => 'structure', 'members' => [ 'Classifier' => [ 'shape' => 'Classifier', ], ], ], 'GetClassifiersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetClassifiersResponse' => [ 'type' => 'structure', 'members' => [ 'Classifiers' => [ 'shape' => 'ClassifierList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetColumnNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 100, 'min' => 0, ], 'GetColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnNames', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnNames' => [ 'shape' => 'GetColumnNamesList', ], ], ], 'GetColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsList' => [ 'shape' => 'ColumnStatisticsList', ], 'Errors' => [ 'shape' => 'ColumnErrors', ], ], ], 'GetColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnNames', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnNames' => [ 'shape' => 'GetColumnNamesList', ], ], ], 'GetColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsList' => [ 'shape' => 'ColumnStatisticsList', ], 'Errors' => [ 'shape' => 'ColumnErrors', ], ], ], 'GetConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'HidePassword' => [ 'shape' => 'Boolean', ], ], ], 'GetConnectionResponse' => [ 'type' => 'structure', 'members' => [ 'Connection' => [ 'shape' => 'Connection', ], ], ], 'GetConnectionsFilter' => [ 'type' => 'structure', 'members' => [ 'MatchCriteria' => [ 'shape' => 'MatchCriteria', ], 'ConnectionType' => [ 'shape' => 'ConnectionType', ], ], ], 'GetConnectionsRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Filter' => [ 'shape' => 'GetConnectionsFilter', ], 'HidePassword' => [ 'shape' => 'Boolean', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetConnectionsResponse' => [ 'type' => 'structure', 'members' => [ 'ConnectionList' => [ 'shape' => 'ConnectionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerMetricsRequest' => [ 'type' => 'structure', 'members' => [ 'CrawlerNameList' => [ 'shape' => 'CrawlerNameList', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'CrawlerMetricsList' => [ 'shape' => 'CrawlerMetricsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetCrawlerResponse' => [ 'type' => 'structure', 'members' => [ 'Crawler' => [ 'shape' => 'Crawler', ], ], ], 'GetCrawlersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'Crawlers' => [ 'shape' => 'CrawlerList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetCustomEntityTypeRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetCustomEntityTypeResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RegexString' => [ 'shape' => 'NameString', ], 'ContextWords' => [ 'shape' => 'ContextWords', ], ], ], 'GetDataCatalogEncryptionSettingsRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'GetDataCatalogEncryptionSettingsResponse' => [ 'type' => 'structure', 'members' => [ 'DataCatalogEncryptionSettings' => [ 'shape' => 'DataCatalogEncryptionSettings', ], ], ], 'GetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultId', ], 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityResultResponse' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'Score' => [ 'shape' => 'GenericBoundedDouble', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'RulesetName' => [ 'shape' => 'NameString', ], 'EvaluationContext' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'HashString', ], 'RulesetEvaluationRunId' => [ 'shape' => 'HashString', ], 'RuleResults' => [ 'shape' => 'DataQualityRuleResults', ], ], ], 'GetDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'RecommendedRuleset' => [ 'shape' => 'DataQualityRulesetString', ], 'CreatedRulesetName' => [ 'shape' => 'NameString', ], ], ], 'GetDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'RunId', ], 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'AdditionalRunOptions' => [ 'shape' => 'DataQualityEvaluationRunAdditionalRunOptions', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'RulesetNames' => [ 'shape' => 'RulesetNames', ], 'ResultIds' => [ 'shape' => 'DataQualityResultIdList', ], 'AdditionalDataSources' => [ 'shape' => 'DataSourceMap', ], ], ], 'GetDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], 'TargetTable' => [ 'shape' => 'DataQualityTargetTable', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'RecommendationRunId' => [ 'shape' => 'HashString', ], ], ], 'GetDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetDatabaseResponse' => [ 'type' => 'structure', 'members' => [ 'Database' => [ 'shape' => 'Database', ], ], ], 'GetDatabasesRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], 'ResourceShareType' => [ 'shape' => 'ResourceShareType', ], ], ], 'GetDatabasesResponse' => [ 'type' => 'structure', 'required' => [ 'DatabaseList', ], 'members' => [ 'DatabaseList' => [ 'shape' => 'DatabaseList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetDataflowGraphRequest' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], ], ], 'GetDataflowGraphResponse' => [ 'type' => 'structure', 'members' => [ 'DagNodes' => [ 'shape' => 'DagNodes', ], 'DagEdges' => [ 'shape' => 'DagEdges', ], ], ], 'GetDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], ], ], 'GetDevEndpointResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoint' => [ 'shape' => 'DevEndpoint', ], ], ], 'GetDevEndpointsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpoints' => [ 'shape' => 'DevEndpointList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetJobBookmarkRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'RunId' => [ 'shape' => 'RunId', ], ], ], 'GetJobBookmarkResponse' => [ 'type' => 'structure', 'members' => [ 'JobBookmarkEntry' => [ 'shape' => 'JobBookmarkEntry', ], ], ], 'GetJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'GetJobResponse' => [ 'type' => 'structure', 'members' => [ 'Job' => [ 'shape' => 'Job', ], ], ], 'GetJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'RunId', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'PredecessorsIncluded' => [ 'shape' => 'BooleanValue', ], ], ], 'GetJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'JobRun' => [ 'shape' => 'JobRun', ], ], ], 'GetJobRunsRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetJobRunsResponse' => [ 'type' => 'structure', 'members' => [ 'JobRuns' => [ 'shape' => 'JobRunList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetJobsResponse' => [ 'type' => 'structure', 'members' => [ 'Jobs' => [ 'shape' => 'JobList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetMLTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'TaskRunId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'GetMLTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'Properties' => [ 'shape' => 'TaskRunProperties', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], ], ], 'GetMLTaskRunsRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TaskRunFilterCriteria', ], 'Sort' => [ 'shape' => 'TaskRunSortCriteria', ], ], ], 'GetMLTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRuns' => [ 'shape' => 'TaskRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'GetMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'GetMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'EvaluationMetrics' => [ 'shape' => 'EvaluationMetrics', ], 'LabelCount' => [ 'shape' => 'LabelCount', ], 'Schema' => [ 'shape' => 'TransformSchema', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'GetMLTransformsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TransformFilterCriteria', ], 'Sort' => [ 'shape' => 'TransformSortCriteria', ], ], ], 'GetMLTransformsResponse' => [ 'type' => 'structure', 'required' => [ 'Transforms', ], 'members' => [ 'Transforms' => [ 'shape' => 'TransformList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'GetMappingRequest' => [ 'type' => 'structure', 'required' => [ 'Source', ], 'members' => [ 'Source' => [ 'shape' => 'CatalogEntry', ], 'Sinks' => [ 'shape' => 'CatalogEntries', ], 'Location' => [ 'shape' => 'Location', ], ], ], 'GetMappingResponse' => [ 'type' => 'structure', 'required' => [ 'Mapping', ], 'members' => [ 'Mapping' => [ 'shape' => 'MappingList', ], ], ], 'GetPartitionIndexesRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPartitionIndexesResponse' => [ 'type' => 'structure', 'members' => [ 'PartitionIndexDescriptorList' => [ 'shape' => 'PartitionIndexDescriptorList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], ], ], 'GetPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], ], ], 'GetPartitionsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'PredicateString', ], 'NextToken' => [ 'shape' => 'Token', ], 'Segment' => [ 'shape' => 'Segment', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'ExcludeColumnSchema' => [ 'shape' => 'BooleanNullable', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetPartitionsResponse' => [ 'type' => 'structure', 'members' => [ 'Partitions' => [ 'shape' => 'PartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetPlanRequest' => [ 'type' => 'structure', 'required' => [ 'Mapping', 'Source', ], 'members' => [ 'Mapping' => [ 'shape' => 'MappingList', ], 'Source' => [ 'shape' => 'CatalogEntry', ], 'Sinks' => [ 'shape' => 'CatalogEntries', ], 'Location' => [ 'shape' => 'Location', ], 'Language' => [ 'shape' => 'Language', ], 'AdditionalPlanOptionsMap' => [ 'shape' => 'AdditionalPlanOptionsMap', ], ], ], 'GetPlanResponse' => [ 'type' => 'structure', 'members' => [ 'PythonScript' => [ 'shape' => 'PythonScript', ], 'ScalaCode' => [ 'shape' => 'ScalaCode', ], ], ], 'GetRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], ], ], 'GetRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'RegistryStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'GetResourcePoliciesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetResourcePoliciesResponse' => [ 'type' => 'structure', 'members' => [ 'GetResourcePoliciesResponseList' => [ 'shape' => 'GetResourcePoliciesResponseList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetResourcePoliciesResponseList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GluePolicy', ], ], 'GetResourcePolicyRequest' => [ 'type' => 'structure', 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'GetResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'PolicyHash' => [ 'shape' => 'HashString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetSchemaByDefinitionInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'SchemaDefinition', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'GetSchemaByDefinitionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'GetSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], ], ], 'GetSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'SchemaCheckpoint' => [ 'shape' => 'SchemaCheckpointNumber', ], 'LatestSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'NextSchemaVersion' => [ 'shape' => 'VersionLongNumber', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'GetSchemaVersionInput' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], ], ], 'GetSchemaVersionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], 'DataFormat' => [ 'shape' => 'DataFormat', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'GetSchemaVersionsDiffInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'FirstSchemaVersionNumber', 'SecondSchemaVersionNumber', 'SchemaDiffType', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'FirstSchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SecondSchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaDiffType' => [ 'shape' => 'SchemaDiffType', ], ], ], 'GetSchemaVersionsDiffResponse' => [ 'type' => 'structure', 'members' => [ 'Diff' => [ 'shape' => 'SchemaDefinitionDiff', ], ], ], 'GetSecurityConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetSecurityConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'SecurityConfiguration' => [ 'shape' => 'SecurityConfiguration', ], ], ], 'GetSecurityConfigurationsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetSecurityConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'SecurityConfigurations' => [ 'shape' => 'SecurityConfigurationList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'GetSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Session' => [ 'shape' => 'Session', ], ], ], 'GetStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Id', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IntegerValue', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'GetStatementResponse' => [ 'type' => 'structure', 'members' => [ 'Statement' => [ 'shape' => 'Statement', ], ], ], 'GetTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetTableResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], ], ], 'GetTableVersionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'GetTableVersionResponse' => [ 'type' => 'structure', 'members' => [ 'TableVersion' => [ 'shape' => 'TableVersion', ], ], ], 'GetTableVersionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableVersion', ], ], 'GetTableVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], ], ], 'GetTableVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'TableVersions' => [ 'shape' => 'GetTableVersionsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetTablesRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'FilterString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], ], ], 'GetTablesResponse' => [ 'type' => 'structure', 'members' => [ 'TableList' => [ 'shape' => 'TableList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetTagsRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'GetTagsResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'GetTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'GetTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'PartitionValues', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], ], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Expression' => [ 'shape' => 'PredicateString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'NextToken' => [ 'shape' => 'Token', ], 'Segment' => [ 'shape' => 'Segment', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'UnfilteredPartitions' => [ 'shape' => 'UnfilteredPartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetUnfilteredTableMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'Name', 'SupportedPermissionTypes', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], ], ], 'GetUnfilteredTableMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'CellFilters' => [ 'shape' => 'ColumnRowFilterList', ], ], ], 'GetUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], ], ], 'GetUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [ 'UserDefinedFunction' => [ 'shape' => 'UserDefinedFunction', ], ], ], 'GetUserDefinedFunctionsRequest' => [ 'type' => 'structure', 'required' => [ 'Pattern', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Pattern' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'Token', ], 'MaxResults' => [ 'shape' => 'CatalogGetterPageSize', ], ], ], 'GetUserDefinedFunctionsResponse' => [ 'type' => 'structure', 'members' => [ 'UserDefinedFunctions' => [ 'shape' => 'UserDefinedFunctionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Workflow' => [ 'shape' => 'Workflow', ], ], ], 'GetWorkflowRunPropertiesRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'GetWorkflowRunPropertiesResponse' => [ 'type' => 'structure', 'members' => [ 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'GetWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], ], ], 'GetWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'Run' => [ 'shape' => 'WorkflowRun', ], ], ], 'GetWorkflowRunsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'IncludeGraph' => [ 'shape' => 'NullableBoolean', ], 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'GetWorkflowRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'WorkflowRuns', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GlueEncryptionException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'GluePolicy' => [ 'type' => 'structure', 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'PolicyHash' => [ 'shape' => 'HashString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], ], ], 'GlueRecordType' => [ 'type' => 'string', 'enum' => [ 'DATE', 'STRING', 'TIMESTAMP', 'INT', 'FLOAT', 'LONG', 'BIGDECIMAL', 'BYTE', 'SHORT', 'DOUBLE', ], ], 'GlueResourceArn' => [ 'type' => 'string', 'max' => 10240, 'min' => 1, 'pattern' => 'arn:(aws|aws-us-gov|aws-cn):glue:.*', ], 'GlueSchema' => [ 'type' => 'structure', 'members' => [ 'Columns' => [ 'shape' => 'GlueStudioSchemaColumnList', ], ], ], 'GlueSchemas' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueSchema', ], ], 'GlueStudioColumnNameString' => [ 'type' => 'string', 'max' => 1024, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'GlueStudioPathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnclosedInStringProperties', ], ], 'GlueStudioSchemaColumn' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'GlueStudioColumnNameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], ], ], 'GlueStudioSchemaColumnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueStudioSchemaColumn', ], ], 'GlueTable' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'CatalogId' => [ 'shape' => 'NameString', ], 'ConnectionName' => [ 'shape' => 'NameString', ], 'AdditionalOptions' => [ 'shape' => 'GlueTableAdditionalOptions', ], ], ], 'GlueTableAdditionalOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DescriptionString', ], 'max' => 10, 'min' => 1, ], 'GlueTables' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueTable', ], 'max' => 10, 'min' => 0, ], 'GlueVersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^\\w+\\.\\w+$', ], 'GovernedCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'S3SourceAdditionalOptions', ], ], ], 'GovernedCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'GrokClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'Classification', 'GrokPattern', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'GrokPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\t]*', ], 'HashString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'HudiTarget' => [ 'type' => 'structure', 'members' => [ 'Paths' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'MaximumTraversalDepth' => [ 'shape' => 'NullableInteger', ], ], ], 'HudiTargetCompressionType' => [ 'type' => 'string', 'enum' => [ 'gzip', 'lzo', 'uncompressed', 'snappy', ], ], 'HudiTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HudiTarget', ], ], 'IcebergInput' => [ 'type' => 'structure', 'required' => [ 'MetadataOperation', ], 'members' => [ 'MetadataOperation' => [ 'shape' => 'MetadataOperation', ], 'Version' => [ 'shape' => 'VersionString', ], ], ], 'IcebergTarget' => [ 'type' => 'structure', 'members' => [ 'Paths' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'MaximumTraversalDepth' => [ 'shape' => 'NullableInteger', ], ], ], 'IcebergTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'IcebergTarget', ], ], 'IdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'IdempotentParameterMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalBlueprintStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalSessionStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IllegalWorkflowStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ImportCatalogToGlueRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'ImportCatalogToGlueResponse' => [ 'type' => 'structure', 'members' => [], ], 'ImportLabelsTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'InputS3Path' => [ 'shape' => 'UriString', ], 'Replace' => [ 'shape' => 'ReplaceBoolean', ], ], ], 'Integer' => [ 'type' => 'integer', ], 'IntegerFlag' => [ 'type' => 'integer', 'max' => 1, 'min' => 0, ], 'IntegerValue' => [ 'type' => 'integer', ], 'InternalServiceException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, 'fault' => true, ], 'InvalidInputException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], 'FromFederationSource' => [ 'shape' => 'NullableBoolean', ], ], 'exception' => true, ], 'InvalidStateException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'IsVersionValid' => [ 'type' => 'boolean', ], 'Iso8601DateTime' => [ 'type' => 'timestamp', 'timestampFormat' => 'iso8601', ], 'JDBCConnectionType' => [ 'type' => 'string', 'enum' => [ 'sqlserver', 'mysql', 'oracle', 'postgresql', 'redshift', ], ], 'JDBCConnectorOptions' => [ 'type' => 'structure', 'members' => [ 'FilterPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionColumn' => [ 'shape' => 'EnclosedInStringProperty', ], 'LowerBound' => [ 'shape' => 'BoxedNonNegativeLong', ], 'UpperBound' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumPartitions' => [ 'shape' => 'BoxedNonNegativeLong', ], 'JobBookmarkKeys' => [ 'shape' => 'EnclosedInStringProperties', ], 'JobBookmarkKeysSortOrder' => [ 'shape' => 'EnclosedInStringProperty', ], 'DataTypeMapping' => [ 'shape' => 'JDBCDataTypeMapping', ], ], ], 'JDBCConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'JDBCConnectorOptions', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'Query' => [ 'shape' => 'SqlQuery', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'JDBCConnectorTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ConnectionName', 'ConnectionTable', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionTable' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'JDBCDataType' => [ 'type' => 'string', 'enum' => [ 'ARRAY', 'BIGINT', 'BINARY', 'BIT', 'BLOB', 'BOOLEAN', 'CHAR', 'CLOB', 'DATALINK', 'DATE', 'DECIMAL', 'DISTINCT', 'DOUBLE', 'FLOAT', 'INTEGER', 'JAVA_OBJECT', 'LONGNVARCHAR', 'LONGVARBINARY', 'LONGVARCHAR', 'NCHAR', 'NCLOB', 'NULL', 'NUMERIC', 'NVARCHAR', 'OTHER', 'REAL', 'REF', 'REF_CURSOR', 'ROWID', 'SMALLINT', 'SQLXML', 'STRUCT', 'TIME', 'TIME_WITH_TIMEZONE', 'TIMESTAMP', 'TIMESTAMP_WITH_TIMEZONE', 'TINYINT', 'VARBINARY', 'VARCHAR', ], ], 'JDBCDataTypeMapping' => [ 'type' => 'map', 'key' => [ 'shape' => 'JDBCDataType', ], 'value' => [ 'shape' => 'GlueRecordType', ], ], 'JdbcMetadataEntry' => [ 'type' => 'string', 'enum' => [ 'COMMENTS', 'RAWTYPES', ], ], 'JdbcTarget' => [ 'type' => 'structure', 'members' => [ 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Path' => [ 'shape' => 'Path', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'EnableAdditionalMetadata' => [ 'shape' => 'EnableAdditionalMetadata', ], ], ], 'JdbcTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JdbcTarget', ], ], 'Job' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'JobBookmarkEntry' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'Version' => [ 'shape' => 'IntegerValue', ], 'Run' => [ 'shape' => 'IntegerValue', ], 'Attempt' => [ 'shape' => 'IntegerValue', ], 'PreviousRunId' => [ 'shape' => 'RunId', ], 'RunId' => [ 'shape' => 'RunId', ], 'JobBookmark' => [ 'shape' => 'JsonValue', ], ], ], 'JobBookmarksEncryption' => [ 'type' => 'structure', 'members' => [ 'JobBookmarksEncryptionMode' => [ 'shape' => 'JobBookmarksEncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'JobBookmarksEncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'CSE-KMS', ], ], 'JobCommand' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'GenericString', ], 'ScriptLocation' => [ 'shape' => 'ScriptLocationString', ], 'PythonVersion' => [ 'shape' => 'PythonVersionString', ], 'Runtime' => [ 'shape' => 'RuntimeNameString', ], ], ], 'JobList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Job', ], ], 'JobName' => [ 'type' => 'string', ], 'JobNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'JobNodeDetails' => [ 'type' => 'structure', 'members' => [ 'JobRuns' => [ 'shape' => 'JobRunList', ], ], ], 'JobRun' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IdString', ], 'Attempt' => [ 'shape' => 'AttemptCount', ], 'PreviousRunId' => [ 'shape' => 'IdString', ], 'TriggerName' => [ 'shape' => 'NameString', ], 'JobName' => [ 'shape' => 'NameString', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'JobRunState' => [ 'shape' => 'JobRunState', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'PredecessorRuns' => [ 'shape' => 'PredecessorList', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'DPUSeconds' => [ 'shape' => 'NullableDouble', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], ], ], 'JobRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobRun', ], ], 'JobRunState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', 'ERROR', 'WAITING', ], ], 'JobUpdate' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'DescriptionString', ], 'LogUri' => [ 'shape' => 'UriString', ], 'Role' => [ 'shape' => 'RoleString', ], 'ExecutionProperty' => [ 'shape' => 'ExecutionProperty', ], 'Command' => [ 'shape' => 'JobCommand', ], 'DefaultArguments' => [ 'shape' => 'GenericMap', ], 'NonOverridableArguments' => [ 'shape' => 'GenericMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'MaxRetries' => [ 'shape' => 'MaxRetries', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CodeGenConfigurationNodes' => [ 'shape' => 'CodeGenConfigurationNodes', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], 'SourceControlDetails' => [ 'shape' => 'SourceControlDetails', ], ], ], 'Join' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'JoinType', 'Columns', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'JoinType' => [ 'shape' => 'JoinType', ], 'Columns' => [ 'shape' => 'JoinColumns', ], ], ], 'JoinColumn' => [ 'type' => 'structure', 'required' => [ 'From', 'Keys', ], 'members' => [ 'From' => [ 'shape' => 'EnclosedInStringProperty', ], 'Keys' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'JoinColumns' => [ 'type' => 'list', 'member' => [ 'shape' => 'JoinColumn', ], 'max' => 2, 'min' => 2, ], 'JoinType' => [ 'type' => 'string', 'enum' => [ 'equijoin', 'left', 'right', 'outer', 'leftsemi', 'leftanti', ], ], 'JsonClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'JsonPath', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'JsonPath' => [ 'type' => 'string', ], 'JsonValue' => [ 'type' => 'string', ], 'KafkaStreamingSourceOptions' => [ 'type' => 'structure', 'members' => [ 'BootstrapServers' => [ 'shape' => 'EnclosedInStringProperty', ], 'SecurityProtocol' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'TopicName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Assign' => [ 'shape' => 'EnclosedInStringProperty', ], 'SubscribePattern' => [ 'shape' => 'EnclosedInStringProperty', ], 'Classification' => [ 'shape' => 'EnclosedInStringProperty', ], 'Delimiter' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingOffsets' => [ 'shape' => 'EnclosedInStringProperty', ], 'EndingOffsets' => [ 'shape' => 'EnclosedInStringProperty', ], 'PollTimeoutMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumRetries' => [ 'shape' => 'BoxedNonNegativeInt', ], 'RetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxOffsetsPerTrigger' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MinPartitions' => [ 'shape' => 'BoxedNonNegativeInt', ], 'IncludeHeaders' => [ 'shape' => 'BoxedBoolean', ], 'AddRecordTimestamp' => [ 'shape' => 'EnclosedInStringProperty', ], 'EmitConsumerLagMetrics' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingTimestamp' => [ 'shape' => 'Iso8601DateTime', ], ], ], 'KeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'min' => 1, ], 'KeySchemaElement' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'ColumnTypeString', ], ], ], 'KeySchemaElementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'KeySchemaElement', ], 'min' => 1, ], 'KeyString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'KinesisStreamingSourceOptions' => [ 'type' => 'structure', 'members' => [ 'EndpointUrl' => [ 'shape' => 'EnclosedInStringProperty', ], 'StreamName' => [ 'shape' => 'EnclosedInStringProperty', ], 'Classification' => [ 'shape' => 'EnclosedInStringProperty', ], 'Delimiter' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingPosition' => [ 'shape' => 'StartingPosition', ], 'MaxFetchTimeInMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxFetchRecordsPerShard' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxRecordPerRead' => [ 'shape' => 'BoxedNonNegativeLong', ], 'AddIdleTimeBetweenReads' => [ 'shape' => 'BoxedBoolean', ], 'IdleTimeBetweenReadsInMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'DescribeShardInterval' => [ 'shape' => 'BoxedNonNegativeLong', ], 'NumRetries' => [ 'shape' => 'BoxedNonNegativeInt', ], 'RetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'MaxRetryIntervalMs' => [ 'shape' => 'BoxedNonNegativeLong', ], 'AvoidEmptyBatches' => [ 'shape' => 'BoxedBoolean', ], 'StreamArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RoleArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RoleSessionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'AddRecordTimestamp' => [ 'shape' => 'EnclosedInStringProperty', ], 'EmitConsumerLagMetrics' => [ 'shape' => 'EnclosedInStringProperty', ], 'StartingTimestamp' => [ 'shape' => 'Iso8601DateTime', ], ], ], 'KmsKeyArn' => [ 'type' => 'string', 'pattern' => 'arn:aws:kms:.*', ], 'LabelCount' => [ 'type' => 'integer', ], 'LabelingSetGenerationTaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'LakeFormationConfiguration' => [ 'type' => 'structure', 'members' => [ 'UseLakeFormationCredentials' => [ 'shape' => 'NullableBoolean', ], 'AccountId' => [ 'shape' => 'AccountId', ], ], ], 'Language' => [ 'type' => 'string', 'enum' => [ 'PYTHON', 'SCALA', ], ], 'LastActiveDefinition' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'Generic512CharString', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'ParameterSpec' => [ 'shape' => 'BlueprintParameterSpec', ], 'BlueprintLocation' => [ 'shape' => 'GenericString', ], 'BlueprintServiceLocation' => [ 'shape' => 'GenericString', ], ], ], 'LastCrawlInfo' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'LastCrawlStatus', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'LogGroup' => [ 'shape' => 'LogGroup', ], 'LogStream' => [ 'shape' => 'LogStream', ], 'MessagePrefix' => [ 'shape' => 'MessagePrefix', ], 'StartTime' => [ 'shape' => 'Timestamp', ], ], ], 'LastCrawlStatus' => [ 'type' => 'string', 'enum' => [ 'SUCCEEDED', 'CANCELLED', 'FAILED', ], ], 'LatestSchemaVersionBoolean' => [ 'type' => 'boolean', ], 'LimitedPathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LimitedStringList', ], ], 'LimitedStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericLimitedString', ], ], 'LineageConfiguration' => [ 'type' => 'structure', 'members' => [ 'CrawlerLineageSettings' => [ 'shape' => 'CrawlerLineageSettings', ], ], ], 'ListBlueprintsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'BlueprintNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListCrawlersRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListCrawlersResponse' => [ 'type' => 'structure', 'members' => [ 'CrawlerNames' => [ 'shape' => 'CrawlerNameList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCrawlsRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filters' => [ 'shape' => 'CrawlsFilterList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCrawlsResponse' => [ 'type' => 'structure', 'members' => [ 'Crawls' => [ 'shape' => 'CrawlerHistoryList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListCustomEntityTypesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListCustomEntityTypesResponse' => [ 'type' => 'structure', 'members' => [ 'CustomEntityTypes' => [ 'shape' => 'CustomEntityTypes', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityResultsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityResultFilterCriteria', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityResultsResponse' => [ 'type' => 'structure', 'required' => [ 'Results', ], 'members' => [ 'Results' => [ 'shape' => 'DataQualityResultDescriptionList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRuleRecommendationRunsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityRuleRecommendationRunFilter', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityRuleRecommendationRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'DataQualityRuleRecommendationRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRulesetEvaluationRunsRequest' => [ 'type' => 'structure', 'members' => [ 'Filter' => [ 'shape' => 'DataQualityRulesetEvaluationRunFilter', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListDataQualityRulesetEvaluationRunsResponse' => [ 'type' => 'structure', 'members' => [ 'Runs' => [ 'shape' => 'DataQualityRulesetEvaluationRunList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityRulesetsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'DataQualityRulesetFilterCriteria', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListDataQualityRulesetsResponse' => [ 'type' => 'structure', 'members' => [ 'Rulesets' => [ 'shape' => 'DataQualityRulesetList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDevEndpointsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListDevEndpointsResponse' => [ 'type' => 'structure', 'members' => [ 'DevEndpointNames' => [ 'shape' => 'DevEndpointNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListJobsResponse' => [ 'type' => 'structure', 'members' => [ 'JobNames' => [ 'shape' => 'JobNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListMLTransformsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Filter' => [ 'shape' => 'TransformFilterCriteria', ], 'Sort' => [ 'shape' => 'TransformSortCriteria', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListMLTransformsResponse' => [ 'type' => 'structure', 'required' => [ 'TransformIds', ], 'members' => [ 'TransformIds' => [ 'shape' => 'TransformIdList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListRegistriesInput' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListRegistriesResponse' => [ 'type' => 'structure', 'members' => [ 'Registries' => [ 'shape' => 'RegistryListDefinition', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemaVersionsInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemaVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'Schemas' => [ 'shape' => 'SchemaVersionList', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemasInput' => [ 'type' => 'structure', 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'MaxResults' => [ 'shape' => 'MaxResultsNumber', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSchemasResponse' => [ 'type' => 'structure', 'members' => [ 'Schemas' => [ 'shape' => 'SchemaListDefinition', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'ListSessionsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'OrchestrationToken', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'ListSessionsResponse' => [ 'type' => 'structure', 'members' => [ 'Ids' => [ 'shape' => 'SessionIdList', ], 'Sessions' => [ 'shape' => 'SessionList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListStatementsRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListStatementsResponse' => [ 'type' => 'structure', 'members' => [ 'Statements' => [ 'shape' => 'StatementList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListWorkflowsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], ], ], 'ListWorkflowsResponse' => [ 'type' => 'structure', 'members' => [ 'Workflows' => [ 'shape' => 'WorkflowNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'Location' => [ 'type' => 'structure', 'members' => [ 'Jdbc' => [ 'shape' => 'CodeGenNodeArgs', ], 'S3' => [ 'shape' => 'CodeGenNodeArgs', ], 'DynamoDB' => [ 'shape' => 'CodeGenNodeArgs', ], ], ], 'LocationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ColumnValuesString', ], 'value' => [ 'shape' => 'ColumnValuesString', ], ], 'LocationString' => [ 'type' => 'string', 'max' => 2056, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'LocationStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LocationString', ], ], 'LogGroup' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[\\.\\-_/#A-Za-z0-9]+', ], 'LogStream' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '[^:*]*', ], 'Logical' => [ 'type' => 'string', 'enum' => [ 'AND', 'ANY', ], ], 'LogicalOperator' => [ 'type' => 'string', 'enum' => [ 'EQUALS', ], ], 'Long' => [ 'type' => 'long', ], 'LongColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MinimumValue' => [ 'shape' => 'Long', ], 'MaximumValue' => [ 'shape' => 'Long', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'LongValue' => [ 'type' => 'long', ], 'MLTransform' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'CreatedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'InputRecordTables' => [ 'shape' => 'GlueTables', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'EvaluationMetrics' => [ 'shape' => 'EvaluationMetrics', ], 'LabelCount' => [ 'shape' => 'LabelCount', ], 'Schema' => [ 'shape' => 'TransformSchema', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], 'TransformEncryption' => [ 'shape' => 'TransformEncryption', ], ], ], 'MLTransformNotReadyException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'MLUserDataEncryption' => [ 'type' => 'structure', 'required' => [ 'MlUserDataEncryptionMode', ], 'members' => [ 'MlUserDataEncryptionMode' => [ 'shape' => 'MLUserDataEncryptionModeString', ], 'KmsKeyId' => [ 'shape' => 'NameString', ], ], ], 'MLUserDataEncryptionModeString' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', ], ], 'ManyInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'min' => 1, ], 'MapValue' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], 'max' => 100, 'min' => 0, ], 'Mapping' => [ 'type' => 'structure', 'members' => [ 'ToKey' => [ 'shape' => 'EnclosedInStringProperty', ], 'FromPath' => [ 'shape' => 'EnclosedInStringProperties', ], 'FromType' => [ 'shape' => 'EnclosedInStringProperty', ], 'ToType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Dropped' => [ 'shape' => 'BoxedBoolean', ], 'Children' => [ 'shape' => 'Mappings', ], ], ], 'MappingEntry' => [ 'type' => 'structure', 'members' => [ 'SourceTable' => [ 'shape' => 'TableName', ], 'SourcePath' => [ 'shape' => 'SchemaPathString', ], 'SourceType' => [ 'shape' => 'FieldType', ], 'TargetTable' => [ 'shape' => 'TableName', ], 'TargetPath' => [ 'shape' => 'SchemaPathString', ], 'TargetType' => [ 'shape' => 'FieldType', ], ], ], 'MappingList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MappingEntry', ], ], 'Mappings' => [ 'type' => 'list', 'member' => [ 'shape' => 'Mapping', ], ], 'MaskValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '[*A-Za-z0-9_-]*', ], 'MatchCriteria' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 10, 'min' => 0, ], 'MaxConcurrentRuns' => [ 'type' => 'integer', ], 'MaxResultsNumber' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'MaxRetries' => [ 'type' => 'integer', ], 'Merge' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Source', 'PrimaryKeys', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'Source' => [ 'shape' => 'NodeId', ], 'PrimaryKeys' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'MessagePrefix' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'MessageString' => [ 'type' => 'string', ], 'MetadataInfo' => [ 'type' => 'structure', 'members' => [ 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'OtherMetadataValueList' => [ 'shape' => 'OtherMetadataValueList', ], ], ], 'MetadataInfoMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'MetadataKeyString', ], 'value' => [ 'shape' => 'MetadataInfo', ], ], 'MetadataKeyString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9+-=._./@]+', ], 'MetadataKeyValuePair' => [ 'type' => 'structure', 'members' => [ 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'MetadataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetadataKeyValuePair', ], ], 'MetadataOperation' => [ 'type' => 'string', 'enum' => [ 'CREATE', ], ], 'MetadataValueString' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[a-zA-Z0-9+-=._./@]+', ], 'MicrosoftSQLServerCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MicrosoftSQLServerCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MillisecondsCount' => [ 'type' => 'long', ], 'MongoDBTarget' => [ 'type' => 'structure', 'members' => [ 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'Path' => [ 'shape' => 'Path', ], 'ScanAll' => [ 'shape' => 'NullableBoolean', ], ], ], 'MongoDBTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MongoDBTarget', ], ], 'MySQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'MySQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'NameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'NameStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'NoScheduleException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Node' => [ 'type' => 'structure', 'members' => [ 'Type' => [ 'shape' => 'NodeType', ], 'Name' => [ 'shape' => 'NameString', ], 'UniqueId' => [ 'shape' => 'NameString', ], 'TriggerDetails' => [ 'shape' => 'TriggerNodeDetails', ], 'JobDetails' => [ 'shape' => 'JobNodeDetails', ], 'CrawlerDetails' => [ 'shape' => 'CrawlerNodeDetails', ], ], ], 'NodeId' => [ 'type' => 'string', 'pattern' => '[A-Za-z0-9_-]*', ], 'NodeIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'NodeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Node', ], ], 'NodeName' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF]|[^\\r\\n])*', ], 'NodeType' => [ 'type' => 'string', 'enum' => [ 'CRAWLER', 'JOB', 'TRIGGER', ], ], 'NonNegativeDouble' => [ 'type' => 'double', 'min' => 0.0, ], 'NonNegativeInt' => [ 'type' => 'integer', 'min' => 0, ], 'NonNegativeInteger' => [ 'type' => 'integer', 'min' => 0, ], 'NonNegativeLong' => [ 'type' => 'long', 'min' => 0, ], 'NotificationProperty' => [ 'type' => 'structure', 'members' => [ 'NotifyDelayAfter' => [ 'shape' => 'NotifyDelayAfter', ], ], ], 'NotifyDelayAfter' => [ 'type' => 'integer', 'box' => true, 'min' => 1, ], 'NullCheckBoxList' => [ 'type' => 'structure', 'members' => [ 'IsEmpty' => [ 'shape' => 'BoxedBoolean', ], 'IsNullString' => [ 'shape' => 'BoxedBoolean', ], 'IsNegOne' => [ 'shape' => 'BoxedBoolean', ], ], ], 'NullValueField' => [ 'type' => 'structure', 'required' => [ 'Value', 'Datatype', ], 'members' => [ 'Value' => [ 'shape' => 'EnclosedInStringProperty', ], 'Datatype' => [ 'shape' => 'Datatype', ], ], ], 'NullValueFields' => [ 'type' => 'list', 'member' => [ 'shape' => 'NullValueField', ], 'max' => 50, 'min' => 0, ], 'NullableBoolean' => [ 'type' => 'boolean', 'box' => true, ], 'NullableDouble' => [ 'type' => 'double', 'box' => true, ], 'NullableInteger' => [ 'type' => 'integer', 'box' => true, ], 'OneInput' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 1, 'min' => 1, ], 'OpenTableFormatInput' => [ 'type' => 'structure', 'members' => [ 'IcebergInput' => [ 'shape' => 'IcebergInput', ], ], ], 'OperationTimeoutException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'Option' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'EnclosedInStringProperty', ], 'Label' => [ 'shape' => 'EnclosedInStringProperty', ], 'Description' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Option', ], ], 'OracleSQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OracleSQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'OrchestrationArgumentsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'OrchestrationNameString', ], 'value' => [ 'shape' => 'OrchestrationArgumentsValue', ], 'max' => 75, 'min' => 0, ], 'OrchestrationArgumentsValue' => [ 'type' => 'string', 'max' => 4096, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'OrchestrationIAMRoleArn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws[^:]*:iam::[0-9]*:role/.+', ], 'OrchestrationNameString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\.\\-_A-Za-z0-9]+', ], 'OrchestrationRoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[^:]*:iam::[0-9]*:role/.+', ], 'OrchestrationS3Location' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '^s3://([^/]+)/([^/]+/)*([^/]+)$', ], 'OrchestrationStatementCodeString' => [ 'type' => 'string', 'max' => 68000, ], 'OrchestrationStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], ], 'OrchestrationToken' => [ 'type' => 'string', 'max' => 400000, ], 'Order' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortOrder', ], 'members' => [ 'Column' => [ 'shape' => 'NameString', ], 'SortOrder' => [ 'shape' => 'IntegerFlag', ], ], ], 'OrderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Order', ], ], 'OtherMetadataValueList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OtherMetadataValueListItem', ], ], 'OtherMetadataValueListItem' => [ 'type' => 'structure', 'members' => [ 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'PIIDetection' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'PiiType', 'EntityTypesToDetect', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PiiType' => [ 'shape' => 'PiiType', ], 'EntityTypesToDetect' => [ 'shape' => 'EnclosedInStringProperties', ], 'OutputColumnName' => [ 'shape' => 'EnclosedInStringProperty', ], 'SampleFraction' => [ 'shape' => 'BoxedDoubleFraction', ], 'ThresholdFraction' => [ 'shape' => 'BoxedDoubleFraction', ], 'MaskValue' => [ 'shape' => 'MaskValue', ], ], ], 'PageSize' => [ 'type' => 'integer', 'box' => true, 'max' => 1000, 'min' => 1, ], 'PaginationToken' => [ 'type' => 'string', ], 'ParamType' => [ 'type' => 'string', 'enum' => [ 'str', 'int', 'float', 'complex', 'bool', 'list', 'null', ], ], 'ParametersMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'KeyString', ], 'value' => [ 'shape' => 'ParametersMapValue', ], ], 'ParametersMapValue' => [ 'type' => 'string', 'max' => 512000, ], 'ParquetCompressionType' => [ 'type' => 'string', 'enum' => [ 'snappy', 'lzo', 'gzip', 'uncompressed', 'none', ], ], 'Partition' => [ 'type' => 'structure', 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'PartitionError' => [ 'type' => 'structure', 'members' => [ 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'PartitionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionError', ], ], 'PartitionIndex' => [ 'type' => 'structure', 'required' => [ 'Keys', 'IndexName', ], 'members' => [ 'Keys' => [ 'shape' => 'KeyList', ], 'IndexName' => [ 'shape' => 'NameString', ], ], ], 'PartitionIndexDescriptor' => [ 'type' => 'structure', 'required' => [ 'IndexName', 'Keys', 'IndexStatus', ], 'members' => [ 'IndexName' => [ 'shape' => 'NameString', ], 'Keys' => [ 'shape' => 'KeySchemaElementList', ], 'IndexStatus' => [ 'shape' => 'PartitionIndexStatus', ], 'BackfillErrors' => [ 'shape' => 'BackfillErrors', ], ], ], 'PartitionIndexDescriptorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionIndexDescriptor', ], ], 'PartitionIndexList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionIndex', ], 'max' => 3, ], 'PartitionIndexStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'ACTIVE', 'DELETING', 'FAILED', ], ], 'PartitionInput' => [ 'type' => 'structure', 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], ], ], 'PartitionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PartitionInput', ], 'max' => 100, 'min' => 0, ], 'PartitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Partition', ], ], 'PartitionValueList' => [ 'type' => 'structure', 'required' => [ 'Values', ], 'members' => [ 'Values' => [ 'shape' => 'ValueStringList', ], ], ], 'Path' => [ 'type' => 'string', ], 'PathList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Path', ], ], 'Permission' => [ 'type' => 'string', 'enum' => [ 'ALL', 'SELECT', 'ALTER', 'DROP', 'DELETE', 'INSERT', 'CREATE_DATABASE', 'CREATE_TABLE', 'DATA_LOCATION_ACCESS', ], ], 'PermissionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Permission', ], ], 'PermissionType' => [ 'type' => 'string', 'enum' => [ 'COLUMN_PERMISSION', 'CELL_FILTER_PERMISSION', 'NESTED_PERMISSION', 'NESTED_CELL_PERMISSION', ], ], 'PermissionTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PermissionType', ], 'max' => 255, 'min' => 1, ], 'PermissionTypeMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'PhysicalConnectionRequirements' => [ 'type' => 'structure', 'members' => [ 'SubnetId' => [ 'shape' => 'NameString', ], 'SecurityGroupIdList' => [ 'shape' => 'SecurityGroupIdList', ], 'AvailabilityZone' => [ 'shape' => 'NameString', ], ], ], 'PiiType' => [ 'type' => 'string', 'enum' => [ 'RowAudit', 'RowMasking', 'ColumnAudit', 'ColumnMasking', ], ], 'PolicyJsonString' => [ 'type' => 'string', 'min' => 2, ], 'PollingTime' => [ 'type' => 'long', 'box' => true, 'min' => 10, ], 'PositiveLong' => [ 'type' => 'long', 'box' => true, 'min' => 1, ], 'PostgreSQLCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'PostgreSQLCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'Predecessor' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'PredecessorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Predecessor', ], ], 'Predicate' => [ 'type' => 'structure', 'members' => [ 'Logical' => [ 'shape' => 'Logical', ], 'Conditions' => [ 'shape' => 'ConditionList', ], ], ], 'PredicateString' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'PrincipalPermissions' => [ 'type' => 'structure', 'members' => [ 'Principal' => [ 'shape' => 'DataLakePrincipal', ], 'Permissions' => [ 'shape' => 'PermissionList', ], ], ], 'PrincipalPermissionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PrincipalPermissions', ], ], 'PrincipalType' => [ 'type' => 'string', 'enum' => [ 'USER', 'ROLE', 'GROUP', ], ], 'Prob' => [ 'type' => 'double', 'box' => true, 'max' => 1, 'min' => 0, ], 'PropertyPredicate' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ValueString', ], 'Value' => [ 'shape' => 'ValueString', ], 'Comparator' => [ 'shape' => 'Comparator', ], ], ], 'PublicKeysList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], 'max' => 5, ], 'PutDataCatalogEncryptionSettingsRequest' => [ 'type' => 'structure', 'required' => [ 'DataCatalogEncryptionSettings', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DataCatalogEncryptionSettings' => [ 'shape' => 'DataCatalogEncryptionSettings', ], ], ], 'PutDataCatalogEncryptionSettingsResponse' => [ 'type' => 'structure', 'members' => [], ], 'PutResourcePolicyRequest' => [ 'type' => 'structure', 'required' => [ 'PolicyInJson', ], 'members' => [ 'PolicyInJson' => [ 'shape' => 'PolicyJsonString', ], 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'PolicyHashCondition' => [ 'shape' => 'HashString', ], 'PolicyExistsCondition' => [ 'shape' => 'ExistCondition', ], 'EnableHybrid' => [ 'shape' => 'EnableHybridValues', ], ], ], 'PutResourcePolicyResponse' => [ 'type' => 'structure', 'members' => [ 'PolicyHash' => [ 'shape' => 'HashString', ], ], ], 'PutSchemaVersionMetadataInput' => [ 'type' => 'structure', 'required' => [ 'MetadataKeyValue', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKeyValue' => [ 'shape' => 'MetadataKeyValuePair', ], ], ], 'PutSchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'PutWorkflowRunPropertiesRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', 'RunProperties', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'PutWorkflowRunPropertiesResponse' => [ 'type' => 'structure', 'members' => [], ], 'PythonScript' => [ 'type' => 'string', ], 'PythonVersionString' => [ 'type' => 'string', 'pattern' => '^([2-3]|3[.]9)$', ], 'QuerySchemaVersionMetadataInput' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataList' => [ 'shape' => 'MetadataList', ], 'MaxResults' => [ 'shape' => 'QuerySchemaVersionMetadataMaxResults', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'QuerySchemaVersionMetadataMaxResults' => [ 'type' => 'integer', 'max' => 50, 'min' => 1, ], 'QuerySchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'MetadataInfoMap' => [ 'shape' => 'MetadataInfoMap', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'NextToken' => [ 'shape' => 'SchemaRegistryTokenString', ], ], ], 'QuoteChar' => [ 'type' => 'string', 'enum' => [ 'quote', 'quillemet', 'single_quote', 'disabled', ], ], 'Recipe' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'RecipeReference', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'RecipeReference' => [ 'shape' => 'RecipeReference', ], ], ], 'RecipeReference' => [ 'type' => 'structure', 'required' => [ 'RecipeArn', 'RecipeVersion', ], 'members' => [ 'RecipeArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RecipeVersion' => [ 'shape' => 'RecipeVersion', ], ], ], 'RecipeVersion' => [ 'type' => 'string', 'max' => 16, 'min' => 1, ], 'RecordsCount' => [ 'type' => 'long', 'box' => true, ], 'RecrawlBehavior' => [ 'type' => 'string', 'enum' => [ 'CRAWL_EVERYTHING', 'CRAWL_NEW_FOLDERS_ONLY', 'CRAWL_EVENT_MODE', ], ], 'RecrawlPolicy' => [ 'type' => 'structure', 'members' => [ 'RecrawlBehavior' => [ 'shape' => 'RecrawlBehavior', ], ], ], 'RedshiftSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'TmpDirIAMRole' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'RedshiftTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'RedshiftTmpDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'TmpDirIAMRole' => [ 'shape' => 'EnclosedInStringProperty', ], 'UpsertRedshiftOptions' => [ 'shape' => 'UpsertRedshiftTargetOptions', ], ], ], 'RegisterSchemaVersionInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', 'SchemaDefinition', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaDefinition' => [ 'shape' => 'SchemaDefinitionString', ], ], ], 'RegisterSchemaVersionResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], ], ], 'RegistryId' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'RegistryListDefinition' => [ 'type' => 'list', 'member' => [ 'shape' => 'RegistryListItem', ], ], 'RegistryListItem' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Status' => [ 'shape' => 'RegistryStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'RegistryStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'DELETING', ], ], 'RelationalCatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'RemoveSchemaVersionMetadataInput' => [ 'type' => 'structure', 'required' => [ 'MetadataKeyValue', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKeyValue' => [ 'shape' => 'MetadataKeyValuePair', ], ], ], 'RemoveSchemaVersionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'MetadataKey' => [ 'shape' => 'MetadataKeyString', ], 'MetadataValue' => [ 'shape' => 'MetadataValueString', ], ], ], 'RenameField' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'SourcePath', 'TargetPath', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'SourcePath' => [ 'shape' => 'EnclosedInStringProperties', ], 'TargetPath' => [ 'shape' => 'EnclosedInStringProperties', ], ], ], 'ReplaceBoolean' => [ 'type' => 'boolean', ], 'ResetJobBookmarkRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'JobName', ], 'RunId' => [ 'shape' => 'RunId', ], ], ], 'ResetJobBookmarkResponse' => [ 'type' => 'structure', 'members' => [ 'JobBookmarkEntry' => [ 'shape' => 'JobBookmarkEntry', ], ], ], 'ResourceNotReadyException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ResourceNumberLimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ResourceShareType' => [ 'type' => 'string', 'enum' => [ 'FOREIGN', 'ALL', 'FEDERATED', ], ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'JAR', 'FILE', 'ARCHIVE', ], ], 'ResourceUri' => [ 'type' => 'structure', 'members' => [ 'ResourceType' => [ 'shape' => 'ResourceType', ], 'Uri' => [ 'shape' => 'URI', ], ], ], 'ResourceUriList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceUri', ], 'max' => 1000, 'min' => 0, ], 'ResumeWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', 'NodeIds', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], 'NodeIds' => [ 'shape' => 'NodeIdList', ], ], ], 'ResumeWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], 'NodeIds' => [ 'shape' => 'NodeIdList', ], ], ], 'Role' => [ 'type' => 'string', ], 'RoleArn' => [ 'type' => 'string', 'pattern' => 'arn:aws:iam::\\d{12}:role/.*', ], 'RoleString' => [ 'type' => 'string', ], 'RowTag' => [ 'type' => 'string', ], 'RulesetNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 10, 'min' => 1, ], 'RunId' => [ 'type' => 'string', ], 'RunStatementRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', 'Code', ], 'members' => [ 'SessionId' => [ 'shape' => 'NameString', ], 'Code' => [ 'shape' => 'OrchestrationStatementCodeString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'RunStatementResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IntegerValue', ], ], ], 'RuntimeNameString' => [ 'type' => 'string', 'max' => 64, 'pattern' => '.*', ], 'S3CatalogDeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3CatalogHudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3CatalogSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Database', 'Table', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'PartitionPredicate' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'S3SourceAdditionalOptions', ], ], ], 'S3CatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3CsvSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', 'Separator', 'QuoteChar', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'Separator' => [ 'shape' => 'Separator', ], 'Escaper' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], 'QuoteChar' => [ 'shape' => 'QuoteChar', ], 'Multiline' => [ 'shape' => 'BoxedBoolean', ], 'WithHeader' => [ 'shape' => 'BoxedBoolean', ], 'WriteHeader' => [ 'shape' => 'BoxedBoolean', ], 'SkipFirst' => [ 'shape' => 'BoxedBoolean', ], 'OptimizePerformance' => [ 'shape' => 'BooleanValue', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3DeltaCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3DeltaDirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Compression', 'Format', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'DeltaTargetCompressionType', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3DeltaSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'AdditionalDeltaOptions' => [ 'shape' => 'AdditionalOptions', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3DirectSourceAdditionalOptions' => [ 'type' => 'structure', 'members' => [ 'BoundedSize' => [ 'shape' => 'BoxedLong', ], 'BoundedFiles' => [ 'shape' => 'BoxedLong', ], 'EnableSamplePath' => [ 'shape' => 'BoxedBoolean', ], 'SamplePath' => [ 'shape' => 'EnclosedInStringProperty', ], ], ], 'S3DirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Format', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'EnclosedInStringProperty', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3Encryption' => [ 'type' => 'structure', 'members' => [ 'S3EncryptionMode' => [ 'shape' => 'S3EncryptionMode', ], 'KmsKeyArn' => [ 'shape' => 'KmsKeyArn', ], ], ], 'S3EncryptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'S3Encryption', ], ], 'S3EncryptionMode' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'SSE-KMS', 'SSE-S3', ], ], 'S3GlueParquetTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'ParquetCompressionType', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3HudiCatalogTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Table', 'Database', 'AdditionalOptions', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Table' => [ 'shape' => 'EnclosedInStringProperty', ], 'Database' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'CatalogSchemaChangePolicy', ], ], ], 'S3HudiDirectTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', 'Compression', 'Format', 'AdditionalOptions', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Compression' => [ 'shape' => 'HudiTargetCompressionType', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], 'Format' => [ 'shape' => 'TargetFormat', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SchemaChangePolicy' => [ 'shape' => 'DirectSchemaChangePolicy', ], ], ], 'S3HudiSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'AdditionalHudiOptions' => [ 'shape' => 'AdditionalOptions', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3JsonSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'JsonPath' => [ 'shape' => 'EnclosedInStringProperty', ], 'Multiline' => [ 'shape' => 'BoxedBoolean', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3ParquetSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Paths' => [ 'shape' => 'EnclosedInStringProperties', ], 'CompressionType' => [ 'shape' => 'ParquetCompressionType', ], 'Exclusions' => [ 'shape' => 'EnclosedInStringProperties', ], 'GroupSize' => [ 'shape' => 'EnclosedInStringProperty', ], 'GroupFiles' => [ 'shape' => 'EnclosedInStringProperty', ], 'Recurse' => [ 'shape' => 'BoxedBoolean', ], 'MaxBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'MaxFilesInBand' => [ 'shape' => 'BoxedNonNegativeInt', ], 'AdditionalOptions' => [ 'shape' => 'S3DirectSourceAdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'S3SourceAdditionalOptions' => [ 'type' => 'structure', 'members' => [ 'BoundedSize' => [ 'shape' => 'BoxedLong', ], 'BoundedFiles' => [ 'shape' => 'BoxedLong', ], ], ], 'S3Target' => [ 'type' => 'structure', 'members' => [ 'Path' => [ 'shape' => 'Path', ], 'Exclusions' => [ 'shape' => 'PathList', ], 'ConnectionName' => [ 'shape' => 'ConnectionName', ], 'SampleSize' => [ 'shape' => 'NullableInteger', ], 'EventQueueArn' => [ 'shape' => 'EventQueueArn', ], 'DlqEventQueueArn' => [ 'shape' => 'EventQueueArn', ], ], ], 'S3TargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'S3Target', ], ], 'ScalaCode' => [ 'type' => 'string', ], 'Schedule' => [ 'type' => 'structure', 'members' => [ 'ScheduleExpression' => [ 'shape' => 'CronExpression', ], 'State' => [ 'shape' => 'ScheduleState', ], ], ], 'ScheduleState' => [ 'type' => 'string', 'enum' => [ 'SCHEDULED', 'NOT_SCHEDULED', 'TRANSITIONING', ], ], 'SchedulerNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchedulerRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchedulerTransitioningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'SchemaChangePolicy' => [ 'type' => 'structure', 'members' => [ 'UpdateBehavior' => [ 'shape' => 'UpdateBehavior', ], 'DeleteBehavior' => [ 'shape' => 'DeleteBehavior', ], ], ], 'SchemaCheckpointNumber' => [ 'type' => 'long', 'max' => 100000, 'min' => 1, ], 'SchemaColumn' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'ColumnNameString', ], 'DataType' => [ 'shape' => 'ColumnTypeString', ], ], ], 'SchemaDefinitionDiff' => [ 'type' => 'string', 'max' => 340000, 'min' => 1, 'pattern' => '.*\\S.*', ], 'SchemaDefinitionString' => [ 'type' => 'string', 'max' => 170000, 'min' => 1, 'pattern' => '.*\\S.*', ], 'SchemaDiffType' => [ 'type' => 'string', 'enum' => [ 'SYNTAX_DIFF', ], ], 'SchemaId' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], ], ], 'SchemaListDefinition' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaListItem', ], ], 'SchemaListItem' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'SchemaStatus' => [ 'shape' => 'SchemaStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], 'UpdatedTime' => [ 'shape' => 'UpdatedTimestamp', ], ], ], 'SchemaPathString' => [ 'type' => 'string', ], 'SchemaReference' => [ 'type' => 'structure', 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'SchemaVersionNumber' => [ 'shape' => 'VersionLongNumber', 'box' => true, ], ], ], 'SchemaRegistryNameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[a-zA-Z0-9-_$#.]+', ], 'SchemaRegistryTokenString' => [ 'type' => 'string', ], 'SchemaStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PENDING', 'DELETING', ], ], 'SchemaValidationError' => [ 'type' => 'string', 'max' => 5000, 'min' => 1, ], 'SchemaVersionErrorItem' => [ 'type' => 'structure', 'members' => [ 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'ErrorDetails' => [ 'shape' => 'ErrorDetails', ], ], ], 'SchemaVersionErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaVersionErrorItem', ], ], 'SchemaVersionIdString' => [ 'type' => 'string', 'max' => 36, 'min' => 36, 'pattern' => '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}', ], 'SchemaVersionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaVersionListItem', ], ], 'SchemaVersionListItem' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaVersionId' => [ 'shape' => 'SchemaVersionIdString', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], 'Status' => [ 'shape' => 'SchemaVersionStatus', ], 'CreatedTime' => [ 'shape' => 'CreatedTimestamp', ], ], ], 'SchemaVersionNumber' => [ 'type' => 'structure', 'members' => [ 'LatestVersion' => [ 'shape' => 'LatestSchemaVersionBoolean', ], 'VersionNumber' => [ 'shape' => 'VersionLongNumber', ], ], ], 'SchemaVersionStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PENDING', 'FAILURE', 'DELETING', ], ], 'ScriptLocationString' => [ 'type' => 'string', 'max' => 400000, ], 'SearchPropertyPredicates' => [ 'type' => 'list', 'member' => [ 'shape' => 'PropertyPredicate', ], ], 'SearchTablesRequest' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'NextToken' => [ 'shape' => 'Token', ], 'Filters' => [ 'shape' => 'SearchPropertyPredicates', ], 'SearchText' => [ 'shape' => 'ValueString', ], 'SortCriteria' => [ 'shape' => 'SortCriteria', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'ResourceShareType' => [ 'shape' => 'ResourceShareType', ], ], ], 'SearchTablesResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'TableList' => [ 'shape' => 'TableList', ], ], ], 'SecurityConfiguration' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'CreatedTimeStamp' => [ 'shape' => 'TimestampValue', ], 'EncryptionConfiguration' => [ 'shape' => 'EncryptionConfiguration', ], ], ], 'SecurityConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityConfiguration', ], ], 'SecurityGroupIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 50, 'min' => 0, ], 'Segment' => [ 'type' => 'structure', 'required' => [ 'SegmentNumber', 'TotalSegments', ], 'members' => [ 'SegmentNumber' => [ 'shape' => 'NonNegativeInteger', ], 'TotalSegments' => [ 'shape' => 'TotalSegmentsInteger', ], ], ], 'SelectFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'SelectFromCollection' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Index', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Index' => [ 'shape' => 'NonNegativeInt', ], ], ], 'Separator' => [ 'type' => 'string', 'enum' => [ 'comma', 'ctrla', 'pipe', 'semicolon', 'tab', ], ], 'SerDeInfo' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'SerializationLibrary' => [ 'shape' => 'NameString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], ], ], 'Session' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'Status' => [ 'shape' => 'SessionStatus', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Role' => [ 'shape' => 'OrchestrationRoleArn', ], 'Command' => [ 'shape' => 'SessionCommand', ], 'DefaultArguments' => [ 'shape' => 'OrchestrationArgumentsMap', ], 'Connections' => [ 'shape' => 'ConnectionsList', ], 'Progress' => [ 'shape' => 'DoubleValue', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], ], ], 'SessionCommand' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'PythonVersion' => [ 'shape' => 'PythonVersionString', ], ], ], 'SessionIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'SessionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Session', ], ], 'SessionStatus' => [ 'type' => 'string', 'enum' => [ 'PROVISIONING', 'READY', 'FAILED', 'TIMEOUT', 'STOPPING', 'STOPPED', ], ], 'SkewedInfo' => [ 'type' => 'structure', 'members' => [ 'SkewedColumnNames' => [ 'shape' => 'NameStringList', ], 'SkewedColumnValues' => [ 'shape' => 'ColumnValueStringList', ], 'SkewedColumnValueLocationMaps' => [ 'shape' => 'LocationMap', ], ], ], 'SnowflakeNodeData' => [ 'type' => 'structure', 'members' => [ 'SourceType' => [ 'shape' => 'GenericLimitedString', ], 'Connection' => [ 'shape' => 'Option', ], 'Schema' => [ 'shape' => 'GenericString', ], 'Table' => [ 'shape' => 'GenericString', ], 'Database' => [ 'shape' => 'GenericString', ], 'TempDir' => [ 'shape' => 'EnclosedInStringProperty', ], 'IamRole' => [ 'shape' => 'Option', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'SampleQuery' => [ 'shape' => 'GenericString', ], 'PreAction' => [ 'shape' => 'GenericString', ], 'PostAction' => [ 'shape' => 'GenericString', ], 'Action' => [ 'shape' => 'GenericString', ], 'Upsert' => [ 'shape' => 'BooleanValue', ], 'MergeAction' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeWhenNotMatched' => [ 'shape' => 'GenericLimitedString', ], 'MergeClause' => [ 'shape' => 'GenericString', ], 'StagingTable' => [ 'shape' => 'GenericString', ], 'SelectedColumns' => [ 'shape' => 'OptionList', ], 'AutoPushdown' => [ 'shape' => 'BooleanValue', ], 'TableSchema' => [ 'shape' => 'OptionList', ], ], ], 'SnowflakeSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'SnowflakeNodeData', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SnowflakeTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Data' => [ 'shape' => 'SnowflakeNodeData', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'Sort' => [ 'type' => 'string', 'enum' => [ 'ASC', 'DESC', ], ], 'SortCriteria' => [ 'type' => 'list', 'member' => [ 'shape' => 'SortCriterion', ], 'max' => 1, 'min' => 0, ], 'SortCriterion' => [ 'type' => 'structure', 'members' => [ 'FieldName' => [ 'shape' => 'ValueString', ], 'Sort' => [ 'shape' => 'Sort', ], ], ], 'SortDirectionType' => [ 'type' => 'string', 'enum' => [ 'DESCENDING', 'ASCENDING', ], ], 'SourceControlAuthStrategy' => [ 'type' => 'string', 'enum' => [ 'PERSONAL_ACCESS_TOKEN', 'AWS_SECRETS_MANAGER', ], ], 'SourceControlDetails' => [ 'type' => 'structure', 'members' => [ 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'Repository' => [ 'shape' => 'Generic512CharString', ], 'Owner' => [ 'shape' => 'Generic512CharString', ], 'Branch' => [ 'shape' => 'Generic512CharString', ], 'Folder' => [ 'shape' => 'Generic512CharString', ], 'LastCommitId' => [ 'shape' => 'Generic512CharString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'Generic512CharString', ], ], ], 'SourceControlProvider' => [ 'type' => 'string', 'enum' => [ 'GITHUB', 'AWS_CODE_COMMIT', ], ], 'SparkConnectorSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SparkConnectorTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'ConnectionName', 'ConnectorName', 'ConnectionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectorName' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'AdditionalOptions' => [ 'shape' => 'AdditionalOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'SparkSQL' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'SqlQuery', 'SqlAliases', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'ManyInputs', ], 'SqlQuery' => [ 'shape' => 'SqlQuery', ], 'SqlAliases' => [ 'shape' => 'SqlAliases', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'Spigot' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Path', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Path' => [ 'shape' => 'EnclosedInStringProperty', ], 'Topk' => [ 'shape' => 'Topk', ], 'Prob' => [ 'shape' => 'Prob', ], ], ], 'SplitFields' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Paths', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Paths' => [ 'shape' => 'GlueStudioPathList', ], ], ], 'SqlAlias' => [ 'type' => 'structure', 'required' => [ 'From', 'Alias', ], 'members' => [ 'From' => [ 'shape' => 'NodeId', ], 'Alias' => [ 'shape' => 'EnclosedInStringPropertyWithQuote', ], ], ], 'SqlAliases' => [ 'type' => 'list', 'member' => [ 'shape' => 'SqlAlias', ], ], 'SqlQuery' => [ 'type' => 'string', 'pattern' => '([\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\s])*', ], 'StartBlueprintRunRequest' => [ 'type' => 'structure', 'required' => [ 'BlueprintName', 'RoleArn', ], 'members' => [ 'BlueprintName' => [ 'shape' => 'OrchestrationNameString', ], 'Parameters' => [ 'shape' => 'BlueprintParameters', ], 'RoleArn' => [ 'shape' => 'OrchestrationIAMRoleArn', ], ], ], 'StartBlueprintRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StartCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'StartCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'StartCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'StartDataQualityRuleRecommendationRunRequest' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'Role', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'CreatedRulesetName' => [ 'shape' => 'NameString', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'StartDataQualityRuleRecommendationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'StartDataQualityRulesetEvaluationRunRequest' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'Role', 'RulesetNames', ], 'members' => [ 'DataSource' => [ 'shape' => 'DataSource', ], 'Role' => [ 'shape' => 'RoleString', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'ClientToken' => [ 'shape' => 'HashString', ], 'AdditionalRunOptions' => [ 'shape' => 'DataQualityEvaluationRunAdditionalRunOptions', ], 'RulesetNames' => [ 'shape' => 'RulesetNames', ], 'AdditionalDataSources' => [ 'shape' => 'DataSourceMap', ], ], ], 'StartDataQualityRulesetEvaluationRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], ], ], 'StartExportLabelsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'OutputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'StartExportLabelsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartImportLabelsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'InputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'InputS3Path' => [ 'shape' => 'UriString', ], 'ReplaceAllLabels' => [ 'shape' => 'ReplaceBoolean', ], ], ], 'StartImportLabelsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartJobRunRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobRunId' => [ 'shape' => 'IdString', ], 'Arguments' => [ 'shape' => 'GenericMap', ], 'AllocatedCapacity' => [ 'shape' => 'IntegerValue', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use MaxCapacity instead.', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], 'NotificationProperty' => [ 'shape' => 'NotificationProperty', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'ExecutionClass' => [ 'shape' => 'ExecutionClass', ], ], ], 'StartJobRunResponse' => [ 'type' => 'structure', 'members' => [ 'JobRunId' => [ 'shape' => 'IdString', ], ], ], 'StartMLEvaluationTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'StartMLEvaluationTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartMLLabelingSetGenerationTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', 'OutputS3Path', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'OutputS3Path' => [ 'shape' => 'UriString', ], ], ], 'StartMLLabelingSetGenerationTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'TaskRunId' => [ 'shape' => 'HashString', ], ], ], 'StartTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StartWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunProperties' => [ 'shape' => 'WorkflowRunProperties', ], ], ], 'StartWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StartingEventBatchCondition' => [ 'type' => 'structure', 'members' => [ 'BatchSize' => [ 'shape' => 'NullableInteger', ], 'BatchWindow' => [ 'shape' => 'NullableInteger', ], ], ], 'StartingPosition' => [ 'type' => 'string', 'enum' => [ 'latest', 'trim_horizon', 'earliest', 'timestamp', ], ], 'Statement' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'IntegerValue', ], 'Code' => [ 'shape' => 'GenericString', ], 'State' => [ 'shape' => 'StatementState', ], 'Output' => [ 'shape' => 'StatementOutput', ], 'Progress' => [ 'shape' => 'DoubleValue', ], 'StartedOn' => [ 'shape' => 'LongValue', ], 'CompletedOn' => [ 'shape' => 'LongValue', ], ], ], 'StatementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Statement', ], ], 'StatementOutput' => [ 'type' => 'structure', 'members' => [ 'Data' => [ 'shape' => 'StatementOutputData', ], 'ExecutionCount' => [ 'shape' => 'IntegerValue', ], 'Status' => [ 'shape' => 'StatementState', ], 'ErrorName' => [ 'shape' => 'GenericString', ], 'ErrorValue' => [ 'shape' => 'GenericString', ], 'Traceback' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'StatementOutputData' => [ 'type' => 'structure', 'members' => [ 'TextPlain' => [ 'shape' => 'GenericString', ], ], ], 'StatementState' => [ 'type' => 'string', 'enum' => [ 'WAITING', 'RUNNING', 'AVAILABLE', 'CANCELLING', 'CANCELLED', 'ERROR', ], ], 'StopCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'StopCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], ], ], 'StopCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'StopSessionRequest' => [ 'type' => 'structure', 'required' => [ 'Id', ], 'members' => [ 'Id' => [ 'shape' => 'NameString', ], 'RequestOrigin' => [ 'shape' => 'OrchestrationNameString', ], ], ], 'StopSessionResponse' => [ 'type' => 'structure', 'members' => [ 'Id' => [ 'shape' => 'NameString', ], ], ], 'StopTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'StopWorkflowRunRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'RunId', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'RunId' => [ 'shape' => 'IdString', ], ], ], 'StopWorkflowRunResponse' => [ 'type' => 'structure', 'members' => [], ], 'StorageDescriptor' => [ 'type' => 'structure', 'members' => [ 'Columns' => [ 'shape' => 'ColumnList', ], 'Location' => [ 'shape' => 'LocationString', ], 'AdditionalLocations' => [ 'shape' => 'LocationStringList', ], 'InputFormat' => [ 'shape' => 'FormatString', ], 'OutputFormat' => [ 'shape' => 'FormatString', ], 'Compressed' => [ 'shape' => 'Boolean', ], 'NumberOfBuckets' => [ 'shape' => 'Integer', ], 'SerdeInfo' => [ 'shape' => 'SerDeInfo', ], 'BucketColumns' => [ 'shape' => 'NameStringList', ], 'SortColumns' => [ 'shape' => 'OrderList', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'SkewedInfo' => [ 'shape' => 'SkewedInfo', ], 'StoredAsSubDirectories' => [ 'shape' => 'Boolean', ], 'SchemaReference' => [ 'shape' => 'SchemaReference', ], ], ], 'StreamingDataPreviewOptions' => [ 'type' => 'structure', 'members' => [ 'PollingTime' => [ 'shape' => 'PollingTime', ], 'RecordPollingLimit' => [ 'shape' => 'PositiveLong', ], ], ], 'StringColumnStatisticsData' => [ 'type' => 'structure', 'required' => [ 'MaximumLength', 'AverageLength', 'NumberOfNulls', 'NumberOfDistinctValues', ], 'members' => [ 'MaximumLength' => [ 'shape' => 'NonNegativeLong', ], 'AverageLength' => [ 'shape' => 'NonNegativeDouble', ], 'NumberOfNulls' => [ 'shape' => 'NonNegativeLong', ], 'NumberOfDistinctValues' => [ 'shape' => 'NonNegativeLong', ], ], ], 'StringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GenericString', ], ], 'Table' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Owner' => [ 'shape' => 'NameString', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'Retention' => [ 'shape' => 'NonNegativeInteger', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'PartitionKeys' => [ 'shape' => 'ColumnList', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'TableType' => [ 'shape' => 'TableTypeString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'CreatedBy' => [ 'shape' => 'NameString', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'TargetTable' => [ 'shape' => 'TableIdentifier', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'VersionId' => [ 'shape' => 'VersionString', ], 'FederatedTable' => [ 'shape' => 'FederatedTable', ], ], ], 'TableError' => [ 'type' => 'structure', 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'TableErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableError', ], ], 'TableIdentifier' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'Region' => [ 'shape' => 'NameString', ], ], ], 'TableInput' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Owner' => [ 'shape' => 'NameString', ], 'LastAccessTime' => [ 'shape' => 'Timestamp', ], 'LastAnalyzedTime' => [ 'shape' => 'Timestamp', ], 'Retention' => [ 'shape' => 'NonNegativeInteger', ], 'StorageDescriptor' => [ 'shape' => 'StorageDescriptor', ], 'PartitionKeys' => [ 'shape' => 'ColumnList', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'TableType' => [ 'shape' => 'TableTypeString', ], 'Parameters' => [ 'shape' => 'ParametersMap', ], 'TargetTable' => [ 'shape' => 'TableIdentifier', ], ], ], 'TableList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Table', ], ], 'TableName' => [ 'type' => 'string', ], 'TablePrefix' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'TableTypeString' => [ 'type' => 'string', 'max' => 255, ], 'TableVersion' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'TableVersionError' => [ 'type' => 'structure', 'members' => [ 'TableName' => [ 'shape' => 'NameString', ], 'VersionId' => [ 'shape' => 'VersionString', ], 'ErrorDetail' => [ 'shape' => 'ErrorDetail', ], ], ], 'TableVersionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableVersionError', ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TagKeysList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagsToAdd', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'TagsToAdd' => [ 'shape' => 'TagsMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'TagsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TargetFormat' => [ 'type' => 'string', 'enum' => [ 'json', 'csv', 'avro', 'orc', 'parquet', 'hudi', 'delta', ], ], 'TaskRun' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'TaskRunId' => [ 'shape' => 'HashString', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'LogGroupName' => [ 'shape' => 'GenericString', ], 'Properties' => [ 'shape' => 'TaskRunProperties', ], 'ErrorString' => [ 'shape' => 'GenericString', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'ExecutionTime' => [ 'shape' => 'ExecutionTime', ], ], ], 'TaskRunFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'TaskRunType' => [ 'shape' => 'TaskType', ], 'Status' => [ 'shape' => 'TaskStatusType', ], 'StartedBefore' => [ 'shape' => 'Timestamp', ], 'StartedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'TaskRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TaskRun', ], ], 'TaskRunProperties' => [ 'type' => 'structure', 'members' => [ 'TaskType' => [ 'shape' => 'TaskType', ], 'ImportLabelsTaskRunProperties' => [ 'shape' => 'ImportLabelsTaskRunProperties', ], 'ExportLabelsTaskRunProperties' => [ 'shape' => 'ExportLabelsTaskRunProperties', ], 'LabelingSetGenerationTaskRunProperties' => [ 'shape' => 'LabelingSetGenerationTaskRunProperties', ], 'FindMatchesTaskRunProperties' => [ 'shape' => 'FindMatchesTaskRunProperties', ], ], ], 'TaskRunSortColumnType' => [ 'type' => 'string', 'enum' => [ 'TASK_RUN_TYPE', 'STATUS', 'STARTED', ], ], 'TaskRunSortCriteria' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortDirection', ], 'members' => [ 'Column' => [ 'shape' => 'TaskRunSortColumnType', ], 'SortDirection' => [ 'shape' => 'SortDirectionType', ], ], ], 'TaskStatusType' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', ], ], 'TaskType' => [ 'type' => 'string', 'enum' => [ 'EVALUATION', 'LABELING_SET_GENERATION', 'IMPORT_LABELS', 'EXPORT_LABELS', 'FIND_MATCHES', ], ], 'Timeout' => [ 'type' => 'integer', 'box' => true, 'min' => 1, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampValue' => [ 'type' => 'timestamp', ], 'Token' => [ 'type' => 'string', ], 'Topk' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 0, ], 'TotalSegmentsInteger' => [ 'type' => 'integer', 'max' => 10, 'min' => 1, ], 'TransactionIdString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\p{L}\\p{N}\\p{P}]*', ], 'TransformConfigParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'EnclosedInStringProperty', ], 'Type' => [ 'shape' => 'ParamType', ], 'ValidationRule' => [ 'shape' => 'EnclosedInStringProperty', ], 'ValidationMessage' => [ 'shape' => 'EnclosedInStringProperty', ], 'Value' => [ 'shape' => 'EnclosedInStringProperties', ], 'ListType' => [ 'shape' => 'ParamType', ], 'IsOptional' => [ 'shape' => 'BoxedBoolean', ], ], ], 'TransformConfigParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformConfigParameter', ], ], 'TransformEncryption' => [ 'type' => 'structure', 'members' => [ 'MlUserDataEncryption' => [ 'shape' => 'MLUserDataEncryption', ], 'TaskRunSecurityConfigurationName' => [ 'shape' => 'NameString', ], ], ], 'TransformFilterCriteria' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TransformType' => [ 'shape' => 'TransformType', ], 'Status' => [ 'shape' => 'TransformStatusType', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedAfter' => [ 'shape' => 'Timestamp', ], 'Schema' => [ 'shape' => 'TransformSchema', ], ], ], 'TransformIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], ], 'TransformList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MLTransform', ], ], 'TransformParameters' => [ 'type' => 'structure', 'required' => [ 'TransformType', ], 'members' => [ 'TransformType' => [ 'shape' => 'TransformType', ], 'FindMatchesParameters' => [ 'shape' => 'FindMatchesParameters', ], ], ], 'TransformSchema' => [ 'type' => 'list', 'member' => [ 'shape' => 'SchemaColumn', ], 'max' => 100, ], 'TransformSortColumnType' => [ 'type' => 'string', 'enum' => [ 'NAME', 'TRANSFORM_TYPE', 'STATUS', 'CREATED', 'LAST_MODIFIED', ], ], 'TransformSortCriteria' => [ 'type' => 'structure', 'required' => [ 'Column', 'SortDirection', ], 'members' => [ 'Column' => [ 'shape' => 'TransformSortColumnType', ], 'SortDirection' => [ 'shape' => 'SortDirectionType', ], ], ], 'TransformStatusType' => [ 'type' => 'string', 'enum' => [ 'NOT_READY', 'READY', 'DELETING', ], ], 'TransformType' => [ 'type' => 'string', 'enum' => [ 'FIND_MATCHES', ], ], 'Trigger' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowName' => [ 'shape' => 'NameString', ], 'Id' => [ 'shape' => 'IdString', ], 'Type' => [ 'shape' => 'TriggerType', ], 'State' => [ 'shape' => 'TriggerState', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'TriggerList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Trigger', ], ], 'TriggerNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], 'TriggerNodeDetails' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'TriggerState' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'ACTIVATING', 'ACTIVATED', 'DEACTIVATING', 'DEACTIVATED', 'DELETING', 'UPDATING', ], ], 'TriggerType' => [ 'type' => 'string', 'enum' => [ 'SCHEDULED', 'CONDITIONAL', 'ON_DEMAND', 'EVENT', ], ], 'TriggerUpdate' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Schedule' => [ 'shape' => 'GenericString', ], 'Actions' => [ 'shape' => 'ActionList', ], 'Predicate' => [ 'shape' => 'Predicate', ], 'EventBatchingCondition' => [ 'shape' => 'EventBatchingCondition', ], ], ], 'TwoInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 2, 'min' => 2, ], 'TypeString' => [ 'type' => 'string', 'max' => 20000, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'URI' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', ], 'UnfilteredPartition' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'UnfilteredPartitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UnfilteredPartition', ], ], 'Union' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'UnionType', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'TwoInputs', ], 'UnionType' => [ 'shape' => 'UnionType', ], ], ], 'UnionType' => [ 'type' => 'string', 'enum' => [ 'ALL', 'DISTINCT', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagsToRemove', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'GlueResourceArn', ], 'TagsToRemove' => [ 'shape' => 'TagKeysList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateBehavior' => [ 'type' => 'string', 'enum' => [ 'LOG', 'UPDATE_IN_DATABASE', ], ], 'UpdateBlueprintRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'BlueprintLocation', ], 'members' => [ 'Name' => [ 'shape' => 'OrchestrationNameString', ], 'Description' => [ 'shape' => 'Generic512CharString', ], 'BlueprintLocation' => [ 'shape' => 'OrchestrationS3Location', ], ], ], 'UpdateBlueprintResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'UpdateCatalogBehavior' => [ 'type' => 'string', 'enum' => [ 'UPDATE_IN_DATABASE', 'LOG', ], ], 'UpdateClassifierRequest' => [ 'type' => 'structure', 'members' => [ 'GrokClassifier' => [ 'shape' => 'UpdateGrokClassifierRequest', ], 'XMLClassifier' => [ 'shape' => 'UpdateXMLClassifierRequest', ], 'JsonClassifier' => [ 'shape' => 'UpdateJsonClassifierRequest', ], 'CsvClassifier' => [ 'shape' => 'UpdateCsvClassifierRequest', ], ], ], 'UpdateClassifierResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateColumnStatisticsForPartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValues', 'ColumnStatisticsList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'ColumnStatisticsList' => [ 'shape' => 'UpdateColumnStatisticsList', ], ], ], 'UpdateColumnStatisticsForPartitionResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'ColumnStatisticsErrors', ], ], ], 'UpdateColumnStatisticsForTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'ColumnStatisticsList', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnStatisticsList' => [ 'shape' => 'UpdateColumnStatisticsList', ], ], ], 'UpdateColumnStatisticsForTableResponse' => [ 'type' => 'structure', 'members' => [ 'Errors' => [ 'shape' => 'ColumnStatisticsErrors', ], ], ], 'UpdateColumnStatisticsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatistics', ], 'max' => 25, 'min' => 0, ], 'UpdateConnectionRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'ConnectionInput' => [ 'shape' => 'ConnectionInput', ], ], ], 'UpdateConnectionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCrawlerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Role' => [ 'shape' => 'Role', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'Description' => [ 'shape' => 'DescriptionStringRemovable', ], 'Targets' => [ 'shape' => 'CrawlerTargets', ], 'Schedule' => [ 'shape' => 'CronExpression', ], 'Classifiers' => [ 'shape' => 'ClassifierNameList', ], 'TablePrefix' => [ 'shape' => 'TablePrefix', ], 'SchemaChangePolicy' => [ 'shape' => 'SchemaChangePolicy', ], 'RecrawlPolicy' => [ 'shape' => 'RecrawlPolicy', ], 'LineageConfiguration' => [ 'shape' => 'LineageConfiguration', ], 'LakeFormationConfiguration' => [ 'shape' => 'LakeFormationConfiguration', ], 'Configuration' => [ 'shape' => 'CrawlerConfiguration', ], 'CrawlerSecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], ], ], 'UpdateCrawlerResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCrawlerScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'CrawlerName', ], 'members' => [ 'CrawlerName' => [ 'shape' => 'NameString', ], 'Schedule' => [ 'shape' => 'CronExpression', ], ], ], 'UpdateCrawlerScheduleResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateCsvClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Delimiter' => [ 'shape' => 'CsvColumnDelimiter', ], 'QuoteSymbol' => [ 'shape' => 'CsvQuoteSymbol', ], 'ContainsHeader' => [ 'shape' => 'CsvHeaderOption', ], 'Header' => [ 'shape' => 'CsvHeader', ], 'DisableValueTrimming' => [ 'shape' => 'NullableBoolean', ], 'AllowSingleColumn' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypeConfigured' => [ 'shape' => 'NullableBoolean', ], 'CustomDatatypes' => [ 'shape' => 'CustomDatatypes', ], 'Serde' => [ 'shape' => 'CsvSerdeOption', ], ], ], 'UpdateDataQualityRulesetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], ], ], 'UpdateDataQualityRulesetResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Ruleset' => [ 'shape' => 'DataQualityRulesetString', ], ], ], 'UpdateDatabaseRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'DatabaseInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'Name' => [ 'shape' => 'NameString', ], 'DatabaseInput' => [ 'shape' => 'DatabaseInput', ], ], ], 'UpdateDatabaseResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateDevEndpointRequest' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'GenericString', ], 'PublicKey' => [ 'shape' => 'GenericString', ], 'AddPublicKeys' => [ 'shape' => 'PublicKeysList', ], 'DeletePublicKeys' => [ 'shape' => 'PublicKeysList', ], 'CustomLibraries' => [ 'shape' => 'DevEndpointCustomLibraries', ], 'UpdateEtlLibraries' => [ 'shape' => 'BooleanValue', ], 'DeleteArguments' => [ 'shape' => 'StringList', ], 'AddArguments' => [ 'shape' => 'MapValue', ], ], ], 'UpdateDevEndpointResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateGrokClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'GrokPattern' => [ 'shape' => 'GrokPattern', ], 'CustomPatterns' => [ 'shape' => 'CustomPatterns', ], ], ], 'UpdateJobFromSourceControlRequest' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'RepositoryName' => [ 'shape' => 'NameString', ], 'RepositoryOwner' => [ 'shape' => 'NameString', ], 'BranchName' => [ 'shape' => 'NameString', ], 'Folder' => [ 'shape' => 'NameString', ], 'CommitId' => [ 'shape' => 'CommitIdString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'AuthTokenString', ], ], ], 'UpdateJobFromSourceControlResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobUpdate', ], 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'JobUpdate' => [ 'shape' => 'JobUpdate', ], ], ], 'UpdateJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateJsonClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'JsonPath' => [ 'shape' => 'JsonPath', ], ], ], 'UpdateMLTransformRequest' => [ 'type' => 'structure', 'required' => [ 'TransformId', ], 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Parameters' => [ 'shape' => 'TransformParameters', ], 'Role' => [ 'shape' => 'RoleString', ], 'GlueVersion' => [ 'shape' => 'GlueVersionString', ], 'MaxCapacity' => [ 'shape' => 'NullableDouble', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'Timeout' => [ 'shape' => 'Timeout', ], 'MaxRetries' => [ 'shape' => 'NullableInteger', ], ], ], 'UpdateMLTransformResponse' => [ 'type' => 'structure', 'members' => [ 'TransformId' => [ 'shape' => 'HashString', ], ], ], 'UpdatePartitionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'PartitionValueList', 'PartitionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValueList' => [ 'shape' => 'BoundedPartitionValueList', ], 'PartitionInput' => [ 'shape' => 'PartitionInput', ], ], ], 'UpdatePartitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateRegistryInput' => [ 'type' => 'structure', 'required' => [ 'RegistryId', 'Description', ], 'members' => [ 'RegistryId' => [ 'shape' => 'RegistryId', ], 'Description' => [ 'shape' => 'DescriptionString', ], ], ], 'UpdateRegistryResponse' => [ 'type' => 'structure', 'members' => [ 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryArn' => [ 'shape' => 'GlueResourceArn', ], ], ], 'UpdateSchemaInput' => [ 'type' => 'structure', 'required' => [ 'SchemaId', ], 'members' => [ 'SchemaId' => [ 'shape' => 'SchemaId', ], 'SchemaVersionNumber' => [ 'shape' => 'SchemaVersionNumber', ], 'Compatibility' => [ 'shape' => 'Compatibility', ], 'Description' => [ 'shape' => 'DescriptionString', ], ], ], 'UpdateSchemaResponse' => [ 'type' => 'structure', 'members' => [ 'SchemaArn' => [ 'shape' => 'GlueResourceArn', ], 'SchemaName' => [ 'shape' => 'SchemaRegistryNameString', ], 'RegistryName' => [ 'shape' => 'SchemaRegistryNameString', ], ], ], 'UpdateSourceControlFromJobRequest' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], 'Provider' => [ 'shape' => 'SourceControlProvider', ], 'RepositoryName' => [ 'shape' => 'NameString', ], 'RepositoryOwner' => [ 'shape' => 'NameString', ], 'BranchName' => [ 'shape' => 'NameString', ], 'Folder' => [ 'shape' => 'NameString', ], 'CommitId' => [ 'shape' => 'CommitIdString', ], 'AuthStrategy' => [ 'shape' => 'SourceControlAuthStrategy', ], 'AuthToken' => [ 'shape' => 'AuthTokenString', ], ], ], 'UpdateSourceControlFromJobResponse' => [ 'type' => 'structure', 'members' => [ 'JobName' => [ 'shape' => 'NameString', ], ], ], 'UpdateTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableInput' => [ 'shape' => 'TableInput', ], 'SkipArchive' => [ 'shape' => 'BooleanNullable', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'VersionId' => [ 'shape' => 'VersionString', ], ], ], 'UpdateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'TriggerUpdate', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TriggerUpdate' => [ 'shape' => 'TriggerUpdate', ], ], ], 'UpdateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'UpdateUserDefinedFunctionRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'FunctionName', 'FunctionInput', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'FunctionName' => [ 'shape' => 'NameString', ], 'FunctionInput' => [ 'shape' => 'UserDefinedFunctionInput', ], ], ], 'UpdateUserDefinedFunctionResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateWorkflowRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], ], ], 'UpdateWorkflowResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'UpdateXMLClassifierRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], 'UpdatedTimestamp' => [ 'type' => 'string', ], 'UpsertRedshiftTargetOptions' => [ 'type' => 'structure', 'members' => [ 'TableLocation' => [ 'shape' => 'EnclosedInStringProperty', ], 'ConnectionName' => [ 'shape' => 'EnclosedInStringProperty', ], 'UpsertKeys' => [ 'shape' => 'EnclosedInStringPropertiesMinOne', ], ], ], 'UriString' => [ 'type' => 'string', ], 'UserDefinedFunction' => [ 'type' => 'structure', 'members' => [ 'FunctionName' => [ 'shape' => 'NameString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'ClassName' => [ 'shape' => 'NameString', ], 'OwnerName' => [ 'shape' => 'NameString', ], 'OwnerType' => [ 'shape' => 'PrincipalType', ], 'CreateTime' => [ 'shape' => 'Timestamp', ], 'ResourceUris' => [ 'shape' => 'ResourceUriList', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], ], ], 'UserDefinedFunctionInput' => [ 'type' => 'structure', 'members' => [ 'FunctionName' => [ 'shape' => 'NameString', ], 'ClassName' => [ 'shape' => 'NameString', ], 'OwnerName' => [ 'shape' => 'NameString', ], 'OwnerType' => [ 'shape' => 'PrincipalType', ], 'ResourceUris' => [ 'shape' => 'ResourceUriList', ], ], ], 'UserDefinedFunctionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserDefinedFunction', ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ValueString' => [ 'type' => 'string', 'max' => 1024, ], 'ValueStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ValueString', ], ], 'VersionId' => [ 'type' => 'long', ], 'VersionLongNumber' => [ 'type' => 'long', 'max' => 100000, 'min' => 1, ], 'VersionMismatchException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'VersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'VersionsString' => [ 'type' => 'string', 'max' => 100000, 'min' => 1, 'pattern' => '[1-9][0-9]*|[1-9][0-9]*-[1-9][0-9]*', ], 'ViewTextString' => [ 'type' => 'string', 'max' => 409600, ], 'WorkerType' => [ 'type' => 'string', 'enum' => [ 'Standard', 'G.1X', 'G.2X', 'G.025X', 'G.4X', 'G.8X', 'Z.2X', ], ], 'Workflow' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'GenericString', ], 'DefaultRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], 'LastRun' => [ 'shape' => 'WorkflowRun', ], 'Graph' => [ 'shape' => 'WorkflowGraph', ], 'MaxConcurrentRuns' => [ 'shape' => 'NullableInteger', ], 'BlueprintDetails' => [ 'shape' => 'BlueprintDetails', ], ], ], 'WorkflowGraph' => [ 'type' => 'structure', 'members' => [ 'Nodes' => [ 'shape' => 'NodeList', ], 'Edges' => [ 'shape' => 'EdgeList', ], ], ], 'WorkflowNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], 'max' => 25, 'min' => 1, ], 'WorkflowRun' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'WorkflowRunId' => [ 'shape' => 'IdString', ], 'PreviousRunId' => [ 'shape' => 'IdString', ], 'WorkflowRunProperties' => [ 'shape' => 'WorkflowRunProperties', ], 'StartedOn' => [ 'shape' => 'TimestampValue', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'Status' => [ 'shape' => 'WorkflowRunStatus', ], 'ErrorMessage' => [ 'shape' => 'ErrorString', ], 'Statistics' => [ 'shape' => 'WorkflowRunStatistics', ], 'Graph' => [ 'shape' => 'WorkflowGraph', ], 'StartingEventBatchCondition' => [ 'shape' => 'StartingEventBatchCondition', ], ], ], 'WorkflowRunProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'IdString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'WorkflowRunStatistics' => [ 'type' => 'structure', 'members' => [ 'TotalActions' => [ 'shape' => 'IntegerValue', ], 'TimeoutActions' => [ 'shape' => 'IntegerValue', ], 'FailedActions' => [ 'shape' => 'IntegerValue', ], 'StoppedActions' => [ 'shape' => 'IntegerValue', ], 'SucceededActions' => [ 'shape' => 'IntegerValue', ], 'RunningActions' => [ 'shape' => 'IntegerValue', ], 'ErroredActions' => [ 'shape' => 'IntegerValue', ], 'WaitingActions' => [ 'shape' => 'IntegerValue', ], ], ], 'WorkflowRunStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'COMPLETED', 'STOPPING', 'STOPPED', 'ERROR', ], ], 'WorkflowRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkflowRun', ], 'max' => 1000, 'min' => 1, ], 'Workflows' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workflow', ], 'max' => 25, 'min' => 1, ], 'XMLClassifier' => [ 'type' => 'structure', 'required' => [ 'Name', 'Classification', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Classification' => [ 'shape' => 'Classification', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'VersionId', ], 'RowTag' => [ 'shape' => 'RowTag', ], ], ], ],]; diff --git a/src/data/glue/2017-03-31/docs-2.json b/src/data/glue/2017-03-31/docs-2.json index bb25fe3e43..b394da6432 100644 --- a/src/data/glue/2017-03-31/docs-2.json +++ b/src/data/glue/2017-03-31/docs-2.json @@ -1901,6 +1901,14 @@ "UpdateCsvClassifierRequest$QuoteSymbol": "

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

" } }, + "CsvSerdeOption": { + "base": null, + "refs": { + "CreateCsvClassifierRequest$Serde": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

", + "CsvClassifier$Serde": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

", + "UpdateCsvClassifierRequest$Serde": "

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

" + } + }, "CustomCode": { "base": "

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

", "refs": { diff --git a/src/data/glue/2017-03-31/docs-2.json.php b/src/data/glue/2017-03-31/docs-2.json.php index d8b6081c47..45552e24e3 100644 --- a/src/data/glue/2017-03-31/docs-2.json.php +++ b/src/data/glue/2017-03-31/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'Glue

Defines the public endpoint for the Glue service.

', 'operations' => [ 'BatchCreatePartition' => '

Creates one or more partitions in a batch operation.

', 'BatchDeleteConnection' => '

Deletes a list of connection definitions from the Data Catalog.

', 'BatchDeletePartition' => '

Deletes one or more partitions in a batch operation.

', 'BatchDeleteTable' => '

Deletes multiple tables at once.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

', 'BatchDeleteTableVersion' => '

Deletes a specified batch of versions of a table.

', 'BatchGetBlueprints' => '

Retrieves information about a list of blueprints.

', 'BatchGetCrawlers' => '

Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetCustomEntityTypes' => '

Retrieves the details for the custom patterns specified by a list of names.

', 'BatchGetDataQualityResult' => '

Retrieves a list of data quality results for the specified result IDs.

', 'BatchGetDevEndpoints' => '

Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetJobs' => '

Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetPartition' => '

Retrieves partitions in a batch request.

', 'BatchGetTriggers' => '

Returns a list of resource metadata for a given list of trigger names. After calling the ListTriggers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetWorkflows' => '

Returns a list of resource metadata for a given list of workflow names. After calling the ListWorkflows operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchStopJobRun' => '

Stops one or more job runs for a specified job definition.

', 'BatchUpdatePartition' => '

Updates one or more partitions in a batch operation.

', 'CancelDataQualityRuleRecommendationRun' => '

Cancels the specified recommendation run that was being used to generate rules.

', 'CancelDataQualityRulesetEvaluationRun' => '

Cancels a run where a ruleset is being evaluated against a data source.

', 'CancelMLTaskRun' => '

Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun with a task run\'s parent transform\'s TransformID and the task run\'s TaskRunId.

', 'CancelStatement' => '

Cancels the statement.

', 'CheckSchemaVersionValidity' => '

Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.

', 'CreateBlueprint' => '

Registers a blueprint with Glue.

', 'CreateClassifier' => '

Creates a classifier in the user\'s account. This can be a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field of the request is present.

', 'CreateConnection' => '

Creates a connection definition in the Data Catalog.

', 'CreateCrawler' => '

Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.

', 'CreateCustomEntityType' => '

Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.

Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.

', 'CreateDataQualityRuleset' => '

Creates a data quality ruleset with DQDL rules applied to a specified Glue table.

You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.

', 'CreateDatabase' => '

Creates a new database in a Data Catalog.

', 'CreateDevEndpoint' => '

Creates a new development endpoint.

', 'CreateJob' => '

Creates a new job definition.

', 'CreateMLTransform' => '

Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.

Call this operation as the first step in the process of using a machine learning transform (such as the FindMatches transform) for deduplicating data. You can provide an optional Description, in addition to the parameters that you want to use for your algorithm.

You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from your data and creating a high-quality machine learning transform. These parameters include Role, and optionally, AllocatedCapacity, Timeout, and MaxRetries. For more information, see Jobs.

', 'CreatePartition' => '

Creates a new partition.

', 'CreatePartitionIndex' => '

Creates a specified partition index in an existing table.

', 'CreateRegistry' => '

Creates a new registry which may be used to hold a collection of schemas.

', 'CreateSchema' => '

Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.

When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode "DISABLED" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the RegisterSchemaVersion API is used.

When this API is called without a RegistryId, this will create an entry for a "default-registry" in the registry database tables, if it is not already present.

', 'CreateScript' => '

Transforms a directed acyclic graph (DAG) into code.

', 'CreateSecurityConfiguration' => '

Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

', 'CreateSession' => '

Creates a new session.

', 'CreateTable' => '

Creates a new table definition in the Data Catalog.

', 'CreateTrigger' => '

Creates a new trigger.

', 'CreateUserDefinedFunction' => '

Creates a new function definition in the Data Catalog.

', 'CreateWorkflow' => '

Creates a new workflow.

', 'DeleteBlueprint' => '

Deletes an existing blueprint.

', 'DeleteClassifier' => '

Removes a classifier from the Data Catalog.

', 'DeleteColumnStatisticsForPartition' => '

Delete the partition column statistics of a column.

The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

', 'DeleteColumnStatisticsForTable' => '

Retrieves table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

', 'DeleteConnection' => '

Deletes a connection from the Data Catalog.

', 'DeleteCrawler' => '

Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING.

', 'DeleteCustomEntityType' => '

Deletes a custom pattern by specifying its name.

', 'DeleteDataQualityRuleset' => '

Deletes a data quality ruleset.

', 'DeleteDatabase' => '

Removes a specified database from a Data Catalog.

After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteDatabase, use DeleteTableVersion or BatchDeleteTableVersion, DeletePartition or BatchDeletePartition, DeleteUserDefinedFunction, and DeleteTable or BatchDeleteTable, to delete any resources that belong to the database.

', 'DeleteDevEndpoint' => '

Deletes a specified development endpoint.

', 'DeleteJob' => '

Deletes a specified job definition. If the job definition is not found, no exception is thrown.

', 'DeleteMLTransform' => '

Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms. However, any Glue jobs that still reference the deleted transform will no longer succeed.

', 'DeletePartition' => '

Deletes a specified partition.

', 'DeletePartitionIndex' => '

Deletes a specified partition index from an existing table.

', 'DeleteRegistry' => '

Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the GetRegistry API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.

', 'DeleteResourcePolicy' => '

Deletes a specified policy.

', 'DeleteSchema' => '

Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call GetSchema API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the GetSchemaByDefinition, and RegisterSchemaVersion APIs.

', 'DeleteSchemaVersions' => '

Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the GetSchemaVersions API after this call will list the status of the deleted versions.

When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint API before using this API.

You cannot use the DeleteSchemaVersions API to delete the first schema version in the schema set. The first schema version can only be deleted by the DeleteSchema API. This operation will also delete the attached SchemaVersionMetadata under the schema versions. Hard deletes will be enforced on the database.

If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.

', 'DeleteSecurityConfiguration' => '

Deletes a specified security configuration.

', 'DeleteSession' => '

Deletes the session.

', 'DeleteTable' => '

Removes a table definition from the Data Catalog.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

', 'DeleteTableVersion' => '

Deletes a specified version of a table.

', 'DeleteTrigger' => '

Deletes a specified trigger. If the trigger is not found, no exception is thrown.

', 'DeleteUserDefinedFunction' => '

Deletes an existing function definition from the Data Catalog.

', 'DeleteWorkflow' => '

Deletes a workflow.

', 'GetBlueprint' => '

Retrieves the details of a blueprint.

', 'GetBlueprintRun' => '

Retrieves the details of a blueprint run.

', 'GetBlueprintRuns' => '

Retrieves the details of blueprint runs for a specified blueprint.

', 'GetCatalogImportStatus' => '

Retrieves the status of a migration operation.

', 'GetClassifier' => '

Retrieve a classifier by name.

', 'GetClassifiers' => '

Lists all classifier objects in the Data Catalog.

', 'GetColumnStatisticsForPartition' => '

Retrieves partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is GetPartition.

', 'GetColumnStatisticsForTable' => '

Retrieves table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is GetTable.

', 'GetConnection' => '

Retrieves a connection definition from the Data Catalog.

', 'GetConnections' => '

Retrieves a list of connection definitions from the Data Catalog.

', 'GetCrawler' => '

Retrieves metadata for a specified crawler.

', 'GetCrawlerMetrics' => '

Retrieves metrics about specified crawlers.

', 'GetCrawlers' => '

Retrieves metadata for all crawlers defined in the customer account.

', 'GetCustomEntityType' => '

Retrieves the details of a custom pattern by specifying its name.

', 'GetDataCatalogEncryptionSettings' => '

Retrieves the security configuration for a specified catalog.

', 'GetDataQualityResult' => '

Retrieves the result of a data quality rule evaluation.

', 'GetDataQualityRuleRecommendationRun' => '

Gets the specified recommendation run that was used to generate rules.

', 'GetDataQualityRuleset' => '

Returns an existing ruleset by identifier or name.

', 'GetDataQualityRulesetEvaluationRun' => '

Retrieves a specific run where a ruleset is evaluated against a data source.

', 'GetDatabase' => '

Retrieves the definition of a specified database.

', 'GetDatabases' => '

Retrieves all databases defined in a given Data Catalog.

', 'GetDataflowGraph' => '

Transforms a Python script into a directed acyclic graph (DAG).

', 'GetDevEndpoint' => '

Retrieves information about a specified development endpoint.

When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.

', 'GetDevEndpoints' => '

Retrieves all the development endpoints in this Amazon Web Services account.

When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.

', 'GetJob' => '

Retrieves an existing job definition.

', 'GetJobBookmark' => '

Returns information on a job bookmark entry.

For more information about enabling and using job bookmarks, see:

', 'GetJobRun' => '

Retrieves the metadata for a given job run.

', 'GetJobRuns' => '

Retrieves metadata for all runs of a given job definition.

', 'GetJobs' => '

Retrieves all current job definitions.

', 'GetMLTaskRun' => '

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform\'s TransformID.

', 'GetMLTaskRuns' => '

Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of machine learning task runs by calling GetMLTaskRuns with their parent transform\'s TransformID and other optional parameters as documented in this section.

This operation returns a list of historic runs and must be paginated.

', 'GetMLTransform' => '

Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. You can retrieve their metadata by calling GetMLTransform.

', 'GetMLTransforms' => '

Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve their metadata by calling GetMLTransforms.

', 'GetMapping' => '

Creates mappings.

', 'GetPartition' => '

Retrieves information about a specified partition.

', 'GetPartitionIndexes' => '

Retrieves the partition indexes associated with a table.

', 'GetPartitions' => '

Retrieves information about the partitions in a table.

', 'GetPlan' => '

Gets code to perform a specified mapping.

', 'GetRegistry' => '

Describes the specified registry in detail.

', 'GetResourcePolicies' => '

Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.

If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can\'t return the Data Catalog resource policy.

', 'GetResourcePolicy' => '

Retrieves a specified resource policy.

', 'GetSchema' => '

Describes the specified schema in detail.

', 'GetSchemaByDefinition' => '

Retrieves a schema by the SchemaDefinition. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the SchemaName or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in Deleted statuses will not be included in the results.

', 'GetSchemaVersion' => '

Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.

', 'GetSchemaVersionsDiff' => '

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

This API allows you to compare two schema versions between two schema definitions under the same schema.

', 'GetSecurityConfiguration' => '

Retrieves a specified security configuration.

', 'GetSecurityConfigurations' => '

Retrieves a list of all security configurations.

', 'GetSession' => '

Retrieves the session.

', 'GetStatement' => '

Retrieves the statement.

', 'GetTable' => '

Retrieves the Table definition in a Data Catalog for a specified table.

', 'GetTableVersion' => '

Retrieves a specified version of a table.

', 'GetTableVersions' => '

Retrieves a list of strings that identify available versions of a specified table.

', 'GetTables' => '

Retrieves the definitions of some or all of the tables in a given Database.

', 'GetTags' => '

Retrieves a list of tags associated with a resource.

', 'GetTrigger' => '

Retrieves the definition of a trigger.

', 'GetTriggers' => '

Gets all the triggers associated with a job.

', 'GetUnfilteredPartitionMetadata' => '

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetPartition.

', 'GetUnfilteredPartitionsMetadata' => '

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetPartitions.

', 'GetUnfilteredTableMetadata' => '

Retrieves table metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetTable.

', 'GetUserDefinedFunction' => '

Retrieves a specified function definition from the Data Catalog.

', 'GetUserDefinedFunctions' => '

Retrieves multiple function definitions from the Data Catalog.

', 'GetWorkflow' => '

Retrieves resource metadata for a workflow.

', 'GetWorkflowRun' => '

Retrieves the metadata for a given workflow run.

', 'GetWorkflowRunProperties' => '

Retrieves the workflow run properties which were set during the run.

', 'GetWorkflowRuns' => '

Retrieves metadata for all runs of a given workflow.

', 'ImportCatalogToGlue' => '

Imports an existing Amazon Athena Data Catalog to Glue.

', 'ListBlueprints' => '

Lists all the blueprint names in an account.

', 'ListCrawlers' => '

Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListCrawls' => '

Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

You may use this API to:

', 'ListCustomEntityTypes' => '

Lists all the custom patterns that have been created.

', 'ListDataQualityResults' => '

Returns all data quality execution results for your account.

', 'ListDataQualityRuleRecommendationRuns' => '

Lists the recommendation runs meeting the filter criteria.

', 'ListDataQualityRulesetEvaluationRuns' => '

Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.

', 'ListDataQualityRulesets' => '

Returns a paginated list of rulesets for the specified list of Glue tables.

', 'ListDevEndpoints' => '

Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListJobs' => '

Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListMLTransforms' => '

Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag. This operation takes the optional Tags field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved.

', 'ListRegistries' => '

Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.

', 'ListSchemaVersions' => '

Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.

', 'ListSchemas' => '

Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.

When the RegistryId is not provided, all the schemas across registries will be part of the API response.

', 'ListSessions' => '

Retrieve a list of sessions.

', 'ListStatements' => '

Lists statements for the session.

', 'ListTriggers' => '

Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListWorkflows' => '

Lists names of workflows created in the account.

', 'PutDataCatalogEncryptionSettings' => '

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

', 'PutResourcePolicy' => '

Sets the Data Catalog resource policy for access control.

', 'PutSchemaVersionMetadata' => '

Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.

', 'PutWorkflowRunProperties' => '

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

', 'QuerySchemaVersionMetadata' => '

Queries for the schema version metadata information.

', 'RegisterSchemaVersion' => '

Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.

If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the GetSchemaVersion API with the SchemaVersionId to check compatibility modes.

If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.

', 'RemoveSchemaVersionMetadata' => '

Removes a key value pair from the schema version metadata for the specified schema version ID.

', 'ResetJobBookmark' => '

Resets a bookmark entry.

For more information about enabling and using job bookmarks, see:

', 'ResumeWorkflowRun' => '

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.

', 'RunStatement' => '

Executes the statement.

', 'SearchTables' => '

Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.

You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.

', 'StartBlueprintRun' => '

Starts a new run of the specified blueprint.

', 'StartCrawler' => '

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.

', 'StartCrawlerSchedule' => '

Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.

', 'StartDataQualityRuleRecommendationRun' => '

Starts a recommendation run that is used to generate rules when you don\'t know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.

', 'StartDataQualityRulesetEvaluationRun' => '

Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.

', 'StartExportLabelsTaskRun' => '

Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use StartExportLabelsTaskRun when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the TransformId whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a TaskRunId. You can check on the status of your task run by calling the GetMLTaskRun API.

', 'StartImportLabelsTaskRun' => '

Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform and improve its quality. This API operation is generally used as part of the active learning workflow that starts with the StartMLLabelingSetGenerationTaskRun call and that ultimately results in improving the quality of your machine learning transform.

After the StartMLLabelingSetGenerationTaskRun finishes, Glue machine learning will have generated a series of questions for humans to answer. (Answering these questions is often called \'labeling\' in the machine learning workflows). In the case of the FindMatches transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?” After the labeling process is finished, users upload their answers/labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform use the new and improved labels and perform a higher-quality transformation.

By default, StartMLLabelingSetGenerationTaskRun continually learns from and combines all labels that you upload unless you set Replace to true. If you set Replace to true, StartImportLabelsTaskRun deletes and forgets all previously uploaded labels and learns only from the exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect labels, and you believe that they are having a negative effect on your transform quality.

You can check on the status of your task run by calling the GetMLTaskRun operation.

', 'StartJobRun' => '

Starts a job run using a job definition.

', 'StartMLEvaluationTaskRun' => '

Starts a task to estimate the quality of the transform.

When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.

Returns a unique identifier for the run. You can call GetMLTaskRun to get more information about the stats of the EvaluationTaskRun.

', 'StartMLLabelingSetGenerationTaskRun' => '

Starts the active learning workflow for your machine learning transform to improve the transform\'s quality by generating label sets and adding labels.

When the StartMLLabelingSetGenerationTaskRun finishes, Glue will have generated a "labeling set" or a set of questions for humans to answer.

In the case of the FindMatches transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?”

After the labeling process is finished, you can upload your labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform will use the new and improved labels and perform a higher-quality transformation.

', 'StartTrigger' => '

Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.

', 'StartWorkflowRun' => '

Starts a new run of the specified workflow.

', 'StopCrawler' => '

If the specified crawler is running, stops the crawl.

', 'StopCrawlerSchedule' => '

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

', 'StopSession' => '

Stops the session.

', 'StopTrigger' => '

Stops a specified trigger.

', 'StopWorkflowRun' => '

Stops the execution of the specified workflow run.

', 'TagResource' => '

Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.

', 'UntagResource' => '

Removes tags from a resource.

', 'UpdateBlueprint' => '

Updates a registered blueprint.

', 'UpdateClassifier' => '

Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).

', 'UpdateColumnStatisticsForPartition' => '

Creates or updates partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdatePartition.

', 'UpdateColumnStatisticsForTable' => '

Creates or updates table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdateTable.

', 'UpdateConnection' => '

Updates a connection definition in the Data Catalog.

', 'UpdateCrawler' => '

Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.

', 'UpdateCrawlerSchedule' => '

Updates the schedule of a crawler using a cron expression.

', 'UpdateDataQualityRuleset' => '

Updates the specified data quality ruleset.

', 'UpdateDatabase' => '

Updates an existing database definition in a Data Catalog.

', 'UpdateDevEndpoint' => '

Updates a specified development endpoint.

', 'UpdateJob' => '

Updates an existing job definition. The previous job definition is completely overwritten by this information.

', 'UpdateJobFromSourceControl' => '

Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.

This API supports optional parameters which take in the repository information.

', 'UpdateMLTransform' => '

Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.

After calling this operation, you can call the StartMLEvaluationTaskRun operation to assess how well your new parameters achieved your goals (such as improving the quality of your machine learning transform, or making it more cost-effective).

', 'UpdatePartition' => '

Updates a partition.

', 'UpdateRegistry' => '

Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.

', 'UpdateSchema' => '

Updates the description, compatibility setting, or version checkpoint for a schema set.

For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for Compatibility is provided, the VersionNumber (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.

If the value for the VersionNumber (checkpoint) is provided, Compatibility is optional and this can be used to set/reset a checkpoint for the schema.

This update will happen only if the schema is in the AVAILABLE state.

', 'UpdateSourceControlFromJob' => '

Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.

This API supports optional parameters which take in the repository information.

', 'UpdateTable' => '

Updates a metadata table in the Data Catalog.

', 'UpdateTrigger' => '

Updates a trigger definition.

', 'UpdateUserDefinedFunction' => '

Updates an existing function definition in the Data Catalog.

', 'UpdateWorkflow' => '

Updates an existing workflow.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

Access to a resource was denied.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'LakeFormationConfiguration$AccountId' => '

Required for cross account crawls. For same account crawls as the target data, this can be left as null.

', ], ], 'Action' => [ 'base' => '

Defines an action to be initiated by a trigger.

', 'refs' => [ 'ActionList$member' => NULL, ], ], 'ActionList' => [ 'base' => NULL, 'refs' => [ 'CreateTriggerRequest$Actions' => '

The actions initiated by this trigger when it fires.

', 'Trigger$Actions' => '

The actions initiated by this trigger.

', 'TriggerUpdate$Actions' => '

The actions initiated by this trigger.

', ], ], 'AdditionalOptionKeys' => [ 'base' => NULL, 'refs' => [ 'DQAdditionalOptions$key' => NULL, ], ], 'AdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'CatalogDeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'CatalogHudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'JDBCConnectorTarget$AdditionalOptions' => '

Additional connection options for the connector.

', 'S3CatalogDeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'S3CatalogHudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'S3DeltaCatalogTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3DeltaDirectTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3DeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'S3HudiCatalogTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3HudiDirectTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3HudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'SnowflakeNodeData$AdditionalOptions' => '

Specifies additional options passed to the Snowflake connector. If options are specified elsewhere in this node, this will take precedence.

', 'SparkConnectorSource$AdditionalOptions' => '

Additional connection options for the connector.

', 'SparkConnectorTarget$AdditionalOptions' => '

Additional connection options for the connector.

', ], ], 'AdditionalPlanOptionsMap' => [ 'base' => NULL, 'refs' => [ 'GetPlanRequest$AdditionalPlanOptionsMap' => '

A map to hold additional optional key-value parameters.

Currently, these key-value pairs are supported:

', ], ], 'AggFunction' => [ 'base' => NULL, 'refs' => [ 'AggregateOperation$AggFunc' => '

Specifies the aggregation function to apply.

Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

', ], ], 'Aggregate' => [ 'base' => '

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

', 'refs' => [ 'CodeGenConfigurationNode$Aggregate' => '

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

', ], ], 'AggregateOperation' => [ 'base' => '

Specifies the set of parameters needed to perform aggregation in the aggregate transform.

', 'refs' => [ 'AggregateOperations$member' => NULL, ], ], 'AggregateOperations' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Aggs' => '

Specifies the aggregate functions to be performed on specified fields.

', ], ], 'AlreadyExistsException' => [ 'base' => '

A resource to be created or added already exists.

', 'refs' => [], ], 'AmazonRedshiftAdvancedOption' => [ 'base' => '

Specifies an optional value when connecting to the Redshift cluster.

', 'refs' => [ 'AmazonRedshiftAdvancedOptions$member' => NULL, ], ], 'AmazonRedshiftAdvancedOptions' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$AdvancedOptions' => '

Optional values when connecting to the Redshift cluster.

', ], ], 'AmazonRedshiftNodeData' => [ 'base' => '

Specifies an Amazon Redshift node.

', 'refs' => [ 'AmazonRedshiftSource$Data' => '

Specifies the data of the Amazon Reshift source node.

', 'AmazonRedshiftTarget$Data' => '

Specifies the data of the Amazon Redshift target node.

', ], ], 'AmazonRedshiftSource' => [ 'base' => '

Specifies an Amazon Redshift source.

', 'refs' => [ 'CodeGenConfigurationNode$AmazonRedshiftSource' => '

Specifies a target that writes to a data source in Amazon Redshift.

', ], ], 'AmazonRedshiftTarget' => [ 'base' => '

Specifies an Amazon Redshift target.

', 'refs' => [ 'CodeGenConfigurationNode$AmazonRedshiftTarget' => '

Specifies a target that writes to a data target in Amazon Redshift.

', ], ], 'ApplyMapping' => [ 'base' => '

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

', 'refs' => [ 'CodeGenConfigurationNode$ApplyMapping' => '

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

', ], ], 'AthenaConnectorSource' => [ 'base' => '

Specifies a connector to an Amazon Athena data source.

', 'refs' => [ 'CodeGenConfigurationNode$AthenaConnectorSource' => '

Specifies a connector to an Amazon Athena data source.

', ], ], 'AttemptCount' => [ 'base' => NULL, 'refs' => [ 'JobRun$Attempt' => '

The number of the attempt to run this job.

', ], ], 'AuditColumnNamesList' => [ 'base' => NULL, 'refs' => [ 'AuditContext$RequestedColumns' => '

The requested columns for audit.

', ], ], 'AuditContext' => [ 'base' => '

A structure containing the Lake Formation audit context.

', 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', 'GetUnfilteredPartitionsMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', 'GetUnfilteredTableMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', ], ], 'AuditContextString' => [ 'base' => NULL, 'refs' => [ 'AuditContext$AdditionalAuditContext' => '

A string containing the additional audit context information.

', ], ], 'AuthTokenString' => [ 'base' => NULL, 'refs' => [ 'UpdateJobFromSourceControlRequest$AuthToken' => '

The value of the authorization token.

', 'UpdateSourceControlFromJobRequest$AuthToken' => '

The value of the authorization token.

', ], ], 'BackfillError' => [ 'base' => '

A list of errors that can occur when registering partition indexes for an existing table.

These errors give the details about why an index registration failed and provide a limited number of partitions in the response, so that you can fix the partitions at fault and try registering the index again. The most common set of errors that can occur are categorized as follows:

', 'refs' => [ 'BackfillErrors$member' => NULL, ], ], 'BackfillErrorCode' => [ 'base' => NULL, 'refs' => [ 'BackfillError$Code' => '

The error code for an error that occurred when registering partition indexes for an existing table.

', ], ], 'BackfillErroredPartitionsList' => [ 'base' => NULL, 'refs' => [ 'BackfillError$Partitions' => '

A list of a limited number of partitions in the response.

', ], ], 'BackfillErrors' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$BackfillErrors' => '

A list of errors that can occur when registering partition indexes for an existing table.

', ], ], 'BasicCatalogTarget' => [ 'base' => '

Specifies a target that uses a Glue Data Catalog table.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogTarget' => '

Specifies a target that uses a Glue Data Catalog table.

', ], ], 'BatchCreatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchCreatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchDeletePartitionRequest$PartitionsToDelete' => '

A list of PartitionInput structures that define the partitions to be deleted.

', ], ], 'BatchDeleteTableNameList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableRequest$TablesToDelete' => '

A list of the table to delete.

', ], ], 'BatchDeleteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableVersionList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionRequest$VersionIds' => '

A list of the IDs of versions to be deleted. A VersionId is a string representation of an integer. Each version is incremented by 1.

', ], ], 'BatchDeleteTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBlueprintNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsRequest$Names' => '

A list of blueprint names.

', ], ], 'BatchGetBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBlueprintsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCustomEntityTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCustomEntityTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDataQualityResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDataQualityResultResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchGetPartitionRequest$PartitionsToGet' => '

A list of partition values identifying the partitions to retrieve.

', 'BatchGetPartitionResponse$UnprocessedKeys' => '

A list of the partition values in the request for which partitions were not returned.

', ], ], 'BatchGetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchSize' => [ 'base' => NULL, 'refs' => [ 'EventBatchingCondition$BatchSize' => '

Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

', ], ], 'BatchStopJobRunError' => [ 'base' => '

Records an error that occurred when attempting to stop a specified job run.

', 'refs' => [ 'BatchStopJobRunErrorList$member' => NULL, ], ], 'BatchStopJobRunErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunResponse$Errors' => '

A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.

', ], ], 'BatchStopJobRunJobRunIdList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunRequest$JobRunIds' => '

A list of the JobRunIds that should be stopped for that job definition.

', ], ], 'BatchStopJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchStopJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchStopJobRunSuccessfulSubmission' => [ 'base' => '

Records a successful request to stop a specified JobRun.

', 'refs' => [ 'BatchStopJobRunSuccessfulSubmissionList$member' => NULL, ], ], 'BatchStopJobRunSuccessfulSubmissionList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunResponse$SuccessfulSubmissions' => '

A list of the JobRuns that were successfully submitted for stopping.

', ], ], 'BatchUpdatePartitionFailureEntry' => [ 'base' => '

Contains information about a batch update partition error.

', 'refs' => [ 'BatchUpdatePartitionFailureList$member' => NULL, ], ], 'BatchUpdatePartitionFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionResponse$Errors' => '

The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.

', ], ], 'BatchUpdatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdatePartitionRequestEntry' => [ 'base' => '

A structure that contains the values and structure used to update a partition.

', 'refs' => [ 'BatchUpdatePartitionRequestEntryList$member' => NULL, ], ], 'BatchUpdatePartitionRequestEntryList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionRequest$Entries' => '

A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

', ], ], 'BatchUpdatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchWindow' => [ 'base' => NULL, 'refs' => [ 'EventBatchingCondition$BatchWindow' => '

Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.

', ], ], 'BinaryColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for bit sequence data values.

', 'refs' => [ 'ColumnStatisticsData$BinaryColumnStatisticsData' => '

Binary column statistics data.

', ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'DecimalNumber$UnscaledValue' => '

The unscaled numeric value.

', ], ], 'Blueprint' => [ 'base' => '

The details of a blueprint.

', 'refs' => [ 'Blueprints$member' => NULL, 'GetBlueprintResponse$Blueprint' => '

Returns a Blueprint object.

', ], ], 'BlueprintDetails' => [ 'base' => '

The details of a blueprint.

', 'refs' => [ 'Workflow$BlueprintDetails' => '

This structure indicates the details of the blueprint that this particular workflow is created from.

', ], ], 'BlueprintNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsResponse$MissingBlueprints' => '

Returns a list of BlueprintNames that were not found.

', 'ListBlueprintsResponse$Blueprints' => '

List of names of blueprints in the account.

', ], ], 'BlueprintParameterSpec' => [ 'base' => NULL, 'refs' => [ 'Blueprint$ParameterSpec' => '

A JSON string that indicates the list of parameter specifications for the blueprint.

', 'LastActiveDefinition$ParameterSpec' => '

A JSON string specifying the parameters for the blueprint.

', ], ], 'BlueprintParameters' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$Parameters' => '

The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec.

', 'StartBlueprintRunRequest$Parameters' => '

Specifies the parameters as a BlueprintParameters object.

', ], ], 'BlueprintRun' => [ 'base' => '

The details of a blueprint run.

', 'refs' => [ 'BlueprintRuns$member' => NULL, 'GetBlueprintRunResponse$BlueprintRun' => '

Returns a BlueprintRun object.

', ], ], 'BlueprintRunState' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$State' => '

The state of the blueprint run. Possible values are:

', ], ], 'BlueprintRuns' => [ 'base' => NULL, 'refs' => [ 'GetBlueprintRunsResponse$BlueprintRuns' => '

Returns a list of BlueprintRun objects.

', ], ], 'BlueprintStatus' => [ 'base' => NULL, 'refs' => [ 'Blueprint$Status' => '

The status of the blueprint registration.

', ], ], 'Blueprints' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsResponse$Blueprints' => '

Returns a list of blueprint as a Blueprints object.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CatalogImportStatus$ImportCompleted' => '

True if the migration has completed, or False otherwise.

', 'CodeGenNodeArg$Param' => '

True if the value is used as a parameter.

', 'ConnectionPasswordEncryption$ReturnConnectionPasswordEncrypted' => '

When the ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.

', 'CrawlerMetrics$StillEstimating' => '

True if the crawler is still estimating how long it will take to complete this run.

', 'GetConnectionRequest$HidePassword' => '

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

', 'GetConnectionsRequest$HidePassword' => '

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

', 'GetUnfilteredPartitionMetadataResponse$IsRegisteredWithLakeFormation' => '

A Boolean value that indicates whether the partition location is registered with Lake Formation.

', 'GetUnfilteredTableMetadataResponse$IsRegisteredWithLakeFormation' => '

A Boolean value that indicates whether the partition location is registered with Lake Formation.

', 'StorageDescriptor$Compressed' => '

True if the data in the table is compressed, or False if not.

', 'StorageDescriptor$StoredAsSubDirectories' => '

True if the table data is stored in subdirectories, or False if not.

', 'Table$IsRegisteredWithLakeFormation' => '

Indicates whether the table has been registered with Lake Formation.

', 'UnfilteredPartition$IsRegisteredWithLakeFormation' => '

A Boolean value indicating that the partition location is registered with Lake Formation.

', ], ], 'BooleanColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for Boolean data columns.

', 'refs' => [ 'ColumnStatisticsData$BooleanColumnStatisticsData' => '

Boolean column statistics data.

', ], ], 'BooleanNullable' => [ 'base' => NULL, 'refs' => [ 'GetPartitionsRequest$ExcludeColumnSchema' => '

When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.

', 'UpdateTableRequest$SkipArchive' => '

By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.

', ], ], 'BooleanValue' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$Upsert' => '

The action used on Redshift sinks when doing an APPEND.

', 'CreateTriggerRequest$StartOnCreation' => '

Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.

', 'GetJobRunRequest$PredecessorsIncluded' => '

True if a list of predecessor runs should be returned.

', 'S3CsvSource$OptimizePerformance' => '

A Boolean value that specifies whether to use the advanced SIMD CSV reader along with Apache Arrow based columnar memory formats. Only available in Glue version 3.0.

', 'SnowflakeNodeData$Upsert' => '

Used when Action is append. Specifies the resolution behavior when a row already exists. If true, preexisting rows will be updated. If false, those rows will be inserted.

', 'SnowflakeNodeData$AutoPushdown' => '

Specifies whether automatic query pushdown is enabled. If pushdown is enabled, then when a query is run on Spark, if part of the query can be "pushed down" to the Snowflake server, it is pushed down. This improves performance of some queries.

', 'UpdateDevEndpointRequest$UpdateEtlLibraries' => '

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

', ], ], 'BoundedPartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionFailureEntry$PartitionValueList' => '

A list of values defining the partitions.

', 'BatchUpdatePartitionRequestEntry$PartitionValueList' => '

A list of values defining the partitions.

', 'UpdatePartitionRequest$PartitionValueList' => '

List of partition key values that define the partition to update.

', ], ], 'BoxedBoolean' => [ 'base' => NULL, 'refs' => [ 'CatalogKafkaSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'CatalogKinesisSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'CatalogSchemaChangePolicy$EnableUpdateCatalog' => '

Whether to use the specified update behavior when the crawler finds a changed schema.

', 'DQResultsPublishingOptions$CloudWatchMetricsEnabled' => '

Enable metrics for your data quality results.

', 'DQResultsPublishingOptions$ResultsPublishingEnabled' => '

Enable publishing for your data quality results.

', 'DirectKafkaSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'DirectKinesisSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'DirectSchemaChangePolicy$EnableUpdateCatalog' => '

Whether to use the specified update behavior when the crawler finds a changed schema.

', 'FilterExpression$Negated' => '

Whether the expression is to be negated.

', 'KafkaStreamingSourceOptions$IncludeHeaders' => '

Whether to include the Kafka headers. When the option is set to "true", the data output will contain an additional column named "glue_streaming_kafka_headers" with type Array[Struct(key: String, value: String)]. The default value is "false". This option is available in Glue version 3.0 or later only.

', 'KinesisStreamingSourceOptions$AddIdleTimeBetweenReads' => '

Adds a time delay between two consecutive getRecords operations. The default value is "False". This option is only configurable for Glue version 2.0 and above.

', 'KinesisStreamingSourceOptions$AvoidEmptyBatches' => '

Avoids creating an empty microbatch job by checking for unread data in the Kinesis data stream before the batch is started. The default value is "False".

', 'Mapping$Dropped' => '

If true, then the column is removed.

', 'NullCheckBoxList$IsEmpty' => '

Specifies that an empty string is considered as a null value.

', 'NullCheckBoxList$IsNullString' => '

Specifies that a value spelling out the word \'null\' is considered as a null value.

', 'NullCheckBoxList$IsNegOne' => '

Specifies that an integer value of -1 is considered as a null value.

', 'S3CsvSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'S3CsvSource$Multiline' => '

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

', 'S3CsvSource$WithHeader' => '

A Boolean value that specifies whether to treat the first line as a header. The default value is False.

', 'S3CsvSource$WriteHeader' => '

A Boolean value that specifies whether to write the header to output. The default value is True.

', 'S3CsvSource$SkipFirst' => '

A Boolean value that specifies whether to skip the first data line. The default value is False.

', 'S3DirectSourceAdditionalOptions$EnableSamplePath' => '

Sets option to enable a sample path.

', 'S3JsonSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'S3JsonSource$Multiline' => '

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

', 'S3ParquetSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'TransformConfigParameter$IsOptional' => '

Specifies whether the parameter is optional or not in the config file of the dynamic transform.

', ], ], 'BoxedDoubleFraction' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$SampleFraction' => '

Indicates the fraction of the data to sample when scanning for PII entities.

', 'PIIDetection$ThresholdFraction' => '

Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

', ], ], 'BoxedLong' => [ 'base' => NULL, 'refs' => [ 'S3DirectSourceAdditionalOptions$BoundedSize' => '

Sets the upper limit for the target size of the dataset in bytes that will be processed.

', 'S3DirectSourceAdditionalOptions$BoundedFiles' => '

Sets the upper limit for the target number of files that will be processed.

', 'S3SourceAdditionalOptions$BoundedSize' => '

Sets the upper limit for the target size of the dataset in bytes that will be processed.

', 'S3SourceAdditionalOptions$BoundedFiles' => '

Sets the upper limit for the target number of files that will be processed.

', ], ], 'BoxedNonNegativeInt' => [ 'base' => NULL, 'refs' => [ 'KafkaStreamingSourceOptions$NumRetries' => '

The number of times to retry before failing to fetch Kafka offsets. The default value is 3.

', 'KafkaStreamingSourceOptions$MinPartitions' => '

The desired minimum number of partitions to read from Kafka. The default value is null, which means that the number of spark partitions is equal to the number of Kafka partitions.

', 'KinesisStreamingSourceOptions$NumRetries' => '

The maximum number of retries for Kinesis Data Streams API requests. The default value is 3.

', 'S3CsvSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3CsvSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', 'S3JsonSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3JsonSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', 'S3ParquetSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3ParquetSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', ], ], 'BoxedNonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorOptions$LowerBound' => '

The minimum value of partitionColumn that is used to decide partition stride.

', 'JDBCConnectorOptions$UpperBound' => '

The maximum value of partitionColumn that is used to decide partition stride.

', 'JDBCConnectorOptions$NumPartitions' => '

The number of partitions. This value, along with lowerBound (inclusive) and upperBound (exclusive), form partition strides for generated WHERE clause expressions that are used to split the partitionColumn.

', 'KafkaStreamingSourceOptions$PollTimeoutMs' => '

The timeout in milliseconds to poll data from Kafka in Spark job executors. The default value is 512.

', 'KafkaStreamingSourceOptions$RetryIntervalMs' => '

The time in milliseconds to wait before retrying to fetch Kafka offsets. The default value is 10.

', 'KafkaStreamingSourceOptions$MaxOffsetsPerTrigger' => '

The rate limit on the maximum number of offsets that are processed per trigger interval. The specified total number of offsets is proportionally split across topicPartitions of different volumes. The default value is null, which means that the consumer reads all offsets until the known latest offset.

', 'KinesisStreamingSourceOptions$MaxFetchTimeInMs' => '

The maximum time spent in the job executor to fetch a record from the Kinesis data stream per shard, specified in milliseconds (ms). The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxFetchRecordsPerShard' => '

The maximum number of records to fetch per shard in the Kinesis data stream. The default value is 100000.

', 'KinesisStreamingSourceOptions$MaxRecordPerRead' => '

The maximum number of records to fetch from the Kinesis data stream in each getRecords operation. The default value is 10000.

', 'KinesisStreamingSourceOptions$IdleTimeBetweenReadsInMs' => '

The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is 1000. This option is only configurable for Glue version 2.0 and above.

', 'KinesisStreamingSourceOptions$DescribeShardInterval' => '

The minimum time interval between two ListShards API calls for your script to consider resharding. The default value is 1s.

', 'KinesisStreamingSourceOptions$RetryIntervalMs' => '

The cool-off time period (specified in ms) before retrying the Kinesis Data Streams API call. The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxRetryIntervalMs' => '

The maximum cool-off time period (specified in ms) between two retries of a Kinesis Data Streams API call. The default value is 10000.

', ], ], 'BoxedPositiveInt' => [ 'base' => NULL, 'refs' => [ 'CatalogKafkaSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'CatalogKinesisSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'DirectKafkaSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'DirectKinesisSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', ], ], 'CancelDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelMLTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelMLTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'CatalogDeltaSource' => [ 'base' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogDeltaSource' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

', ], ], 'CatalogEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'EncryptionAtRest$CatalogEncryptionMode' => '

The encryption-at-rest mode for encrypting Data Catalog data.

', ], ], 'CatalogEntries' => [ 'base' => NULL, 'refs' => [ 'GetMappingRequest$Sinks' => '

A list of target tables.

', 'GetPlanRequest$Sinks' => '

The target tables.

', ], ], 'CatalogEntry' => [ 'base' => '

Specifies a table definition in the Glue Data Catalog.

', 'refs' => [ 'CatalogEntries$member' => NULL, 'GetMappingRequest$Source' => '

Specifies the source table.

', 'GetPlanRequest$Source' => '

The source table.

', ], ], 'CatalogGetterPageSize' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$MaxResults' => '

The maximum number of databases to return in one response.

', 'GetTableVersionsRequest$MaxResults' => '

The maximum number of table versions to return in one response.

', 'GetTablesRequest$MaxResults' => '

The maximum number of tables to return in a single response.

', 'GetUserDefinedFunctionsRequest$MaxResults' => '

The maximum number of functions to return in one response.

', ], ], 'CatalogHudiSource' => [ 'base' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogHudiSource' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog.

', ], ], 'CatalogIdString' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionRequest$CatalogId' => '

The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.

', 'BatchDeleteConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeletePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeleteTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeleteTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchGetPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'BatchUpdatePartitionRequest$CatalogId' => '

The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.

', 'CreateConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.

', 'CreateDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.

', 'CreatePartitionIndexRequest$CatalogId' => '

The catalog ID where the table resides.

', 'CreatePartitionRequest$CatalogId' => '

The Amazon Web Services account ID of the catalog in which the partition is to be created.

', 'CreateTableRequest$CatalogId' => '

The ID of the Data Catalog in which to create the Table. If none is supplied, the Amazon Web Services account ID is used by default.

', 'CreateUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.

', 'Database$CatalogId' => '

The ID of the Data Catalog in which the database resides.

', 'DatabaseIdentifier$CatalogId' => '

The ID of the Data Catalog in which the database resides.

', 'DeleteColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'DeleteColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'DeleteConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeletePartitionIndexRequest$CatalogId' => '

The catalog ID where the table resides.

', 'DeletePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetCatalogImportStatusRequest$CatalogId' => '

The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.

', 'GetColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetConnectionsRequest$CatalogId' => '

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDataCatalogEncryptionSettingsRequest$CatalogId' => '

The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDatabasesRequest$CatalogId' => '

The ID of the Data Catalog from which to retrieve Databases. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetPartitionIndexesRequest$CatalogId' => '

The catalog ID where the table resides.

', 'GetPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetPartitionsRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableVersionsRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTablesRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetUnfilteredPartitionMetadataRequest$CatalogId' => '

The catalog ID where the partition resides.

', 'GetUnfilteredPartitionsMetadataRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.

', 'GetUnfilteredTableMetadataRequest$CatalogId' => '

The catalog ID where the table resides.

', 'GetUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetUserDefinedFunctionsRequest$CatalogId' => '

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

', 'ImportCatalogToGlueRequest$CatalogId' => '

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

', 'Partition$CatalogId' => '

The ID of the Data Catalog in which the partition resides.

', 'PutDataCatalogEncryptionSettingsRequest$CatalogId' => '

The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

', 'SearchTablesRequest$CatalogId' => '

A unique identifier, consisting of account_id .

', 'Table$CatalogId' => '

The ID of the Data Catalog in which the table resides.

', 'TableIdentifier$CatalogId' => '

The ID of the Data Catalog in which the table resides.

', 'UpdateColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'UpdateColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'UpdateConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdatePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.

', 'UserDefinedFunction$CatalogId' => '

The ID of the Data Catalog in which the function resides.

', ], ], 'CatalogImportStatus' => [ 'base' => '

A structure containing migration status information.

', 'refs' => [ 'GetCatalogImportStatusResponse$ImportStatus' => '

The status of the specified catalog migration.

', ], ], 'CatalogKafkaSource' => [ 'base' => '

Specifies an Apache Kafka data store in the Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogKafkaSource' => '

Specifies an Apache Kafka data store in the Data Catalog.

', ], ], 'CatalogKinesisSource' => [ 'base' => '

Specifies a Kinesis data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogKinesisSource' => '

Specifies a Kinesis data source in the Glue Data Catalog.

', ], ], 'CatalogSchemaChangePolicy' => [ 'base' => '

A policy that specifies update behavior for the crawler.

', 'refs' => [ 'GovernedCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the governed catalog.

', 'S3CatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3DeltaCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3HudiCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', ], ], 'CatalogSource' => [ 'base' => '

Specifies a data store in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogSource' => '

Specifies a data store in the Glue Data Catalog.

', ], ], 'CatalogTablesList' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$Tables' => '

A list of the tables to be synchronized.

', ], ], 'CatalogTarget' => [ 'base' => '

Specifies an Glue Data Catalog target.

', 'refs' => [ 'CatalogTargetList$member' => NULL, ], ], 'CatalogTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$CatalogTargets' => '

Specifies Glue Data Catalog targets.

', ], ], 'CheckSchemaVersionValidityInput' => [ 'base' => NULL, 'refs' => [], ], 'CheckSchemaVersionValidityResponse' => [ 'base' => NULL, 'refs' => [], ], 'Classification' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

', 'CreateXMLClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches.

', 'GrokClassifier$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

', 'UpdateGrokClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

', 'UpdateXMLClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches.

', 'XMLClassifier$Classification' => '

An identifier of the data format that the classifier matches.

', ], ], 'Classifier' => [ 'base' => '

Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle. If it is, the classifier creates a schema in the form of a StructType object that matches that data format.

You can use the standard classifiers that Glue provides, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a grok classifier, an XML classifier, a JSON classifier, or a custom CSV classifier, as specified in one of the fields in the Classifier object.

', 'refs' => [ 'ClassifierList$member' => NULL, 'GetClassifierResponse$Classifier' => '

The requested classifier.

', ], ], 'ClassifierList' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersResponse$Classifiers' => '

The requested list of classifier objects.

', ], ], 'ClassifierNameList' => [ 'base' => NULL, 'refs' => [ 'Crawler$Classifiers' => '

A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.

', 'CreateCrawlerRequest$Classifiers' => '

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

', 'UpdateCrawlerRequest$Classifiers' => '

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

', ], ], 'CloudWatchEncryption' => [ 'base' => '

Specifies how Amazon CloudWatch data should be encrypted.

', 'refs' => [ 'EncryptionConfiguration$CloudWatchEncryption' => '

The encryption configuration for Amazon CloudWatch.

', ], ], 'CloudWatchEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'CloudWatchEncryption$CloudWatchEncryptionMode' => '

The encryption mode to use for CloudWatch data.

', ], ], 'CodeGenArgName' => [ 'base' => NULL, 'refs' => [ 'CodeGenEdge$TargetParameter' => '

The target of the edge.

', 'CodeGenNodeArg$Name' => '

The name of the argument or property.

', ], ], 'CodeGenArgValue' => [ 'base' => NULL, 'refs' => [ 'CodeGenNodeArg$Value' => '

The value of the argument or property.

', ], ], 'CodeGenConfigurationNode' => [ 'base' => '

CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.

', 'refs' => [ 'CodeGenConfigurationNodes$value' => NULL, ], ], 'CodeGenConfigurationNodes' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', 'Job$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', 'JobUpdate$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', ], ], 'CodeGenEdge' => [ 'base' => '

Represents a directional edge in a directed acyclic graph (DAG).

', 'refs' => [ 'DagEdges$member' => NULL, ], ], 'CodeGenIdentifier' => [ 'base' => NULL, 'refs' => [ 'CodeGenEdge$Source' => '

The ID of the node at which the edge starts.

', 'CodeGenEdge$Target' => '

The ID of the node at which the edge ends.

', 'CodeGenNode$Id' => '

A node identifier that is unique within the node\'s graph.

', ], ], 'CodeGenNode' => [ 'base' => '

Represents a node in a directed acyclic graph (DAG)

', 'refs' => [ 'DagNodes$member' => NULL, ], ], 'CodeGenNodeArg' => [ 'base' => '

An argument or property of a node.

', 'refs' => [ 'CodeGenNodeArgs$member' => NULL, ], ], 'CodeGenNodeArgs' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$Args' => '

Properties of the node, in the form of name-value pairs.

', 'Location$Jdbc' => '

A JDBC location.

', 'Location$S3' => '

An Amazon Simple Storage Service (Amazon S3) location.

', 'Location$DynamoDB' => '

An Amazon DynamoDB table location.

', ], ], 'CodeGenNodeType' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$NodeType' => '

The type of node that this is.

', ], ], 'Column' => [ 'base' => '

A column in a Table.

', 'refs' => [ 'ColumnList$member' => NULL, ], ], 'ColumnError' => [ 'base' => '

Encapsulates a column name that failed and the reason for failure.

', 'refs' => [ 'ColumnErrors$member' => NULL, ], ], 'ColumnErrors' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionResponse$Errors' => '

Error occurred during retrieving column statistics data.

', 'GetColumnStatisticsForTableResponse$Errors' => '

List of ColumnStatistics that failed to be retrieved.

', ], ], 'ColumnImportance' => [ 'base' => '

A structure containing the column name and column importance score for a column.

Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.

', 'refs' => [ 'ColumnImportanceList$member' => NULL, ], ], 'ColumnImportanceList' => [ 'base' => NULL, 'refs' => [ 'FindMatchesMetrics$ColumnImportances' => '

A list of ColumnImportance structures containing column importance metrics, sorted in order of descending importance.

', ], ], 'ColumnList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$Columns' => '

A list of the Columns in the table.

', 'Table$PartitionKeys' => '

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

"PartitionKeys": []

', 'TableInput$PartitionKeys' => '

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

"PartitionKeys": []

', ], ], 'ColumnNameString' => [ 'base' => NULL, 'refs' => [ 'AuditColumnNamesList$member' => NULL, 'FindMatchesParameters$PrimaryKeyColumnName' => '

The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.

', 'SchemaColumn$Name' => '

The name of the column.

', ], ], 'ColumnRowFilter' => [ 'base' => '

A filter that uses both column-level and row-level filtering.

', 'refs' => [ 'ColumnRowFilterList$member' => NULL, ], ], 'ColumnRowFilterList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredTableMetadataResponse$CellFilters' => '

A list of column row filters.

', ], ], 'ColumnStatistics' => [ 'base' => '

Represents the generated column-level statistics for a table or partition.

', 'refs' => [ 'ColumnStatisticsError$ColumnStatistics' => '

The ColumnStatistics of the column.

', 'ColumnStatisticsList$member' => NULL, 'UpdateColumnStatisticsList$member' => NULL, ], ], 'ColumnStatisticsData' => [ 'base' => '

Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.

', 'refs' => [ 'ColumnStatistics$StatisticsData' => '

A ColumnStatisticData object that contains the statistics data values.

', ], ], 'ColumnStatisticsError' => [ 'base' => '

Encapsulates a ColumnStatistics object that failed and the reason for failure.

', 'refs' => [ 'ColumnStatisticsErrors$member' => NULL, ], ], 'ColumnStatisticsErrors' => [ 'base' => NULL, 'refs' => [ 'UpdateColumnStatisticsForPartitionResponse$Errors' => '

Error occurred during updating column statistics data.

', 'UpdateColumnStatisticsForTableResponse$Errors' => '

List of ColumnStatisticsErrors.

', ], ], 'ColumnStatisticsList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionResponse$ColumnStatisticsList' => '

List of ColumnStatistics that failed to be retrieved.

', 'GetColumnStatisticsForTableResponse$ColumnStatisticsList' => '

List of ColumnStatistics.

', ], ], 'ColumnStatisticsType' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsData$Type' => '

The type of column statistics data.

', ], ], 'ColumnTypeString' => [ 'base' => NULL, 'refs' => [ 'Column$Type' => '

The data type of the Column.

', 'GlueStudioSchemaColumn$Type' => '

The hive type for this column in the Glue Studio schema.

', 'KeySchemaElement$Type' => '

The type of a partition key.

', 'SchemaColumn$DataType' => '

The type of data in the column.

', ], ], 'ColumnValueStringList' => [ 'base' => NULL, 'refs' => [ 'SkewedInfo$SkewedColumnValues' => '

A list of values that appear so frequently as to be considered skewed.

', ], ], 'ColumnValuesString' => [ 'base' => NULL, 'refs' => [ 'ColumnValueStringList$member' => NULL, 'LocationMap$key' => NULL, 'LocationMap$value' => NULL, ], ], 'CommentString' => [ 'base' => NULL, 'refs' => [ 'Column$Comment' => '

A free-form text comment.

', ], ], 'CommitIdString' => [ 'base' => NULL, 'refs' => [ 'UpdateJobFromSourceControlRequest$CommitId' => '

A commit ID for a commit in the remote repository.

', 'UpdateSourceControlFromJobRequest$CommitId' => '

A commit ID for a commit in the remote repository.

', ], ], 'Comparator' => [ 'base' => NULL, 'refs' => [ 'PropertyPredicate$Comparator' => '

The comparator used to compare this property to others.

', ], ], 'Compatibility' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaInput$Compatibility' => '

The compatibility mode of the schema. The possible values are:

', 'CreateSchemaResponse$Compatibility' => '

The schema compatibility mode.

', 'GetSchemaResponse$Compatibility' => '

The compatibility mode of the schema.

', 'UpdateSchemaInput$Compatibility' => '

The new compatibility setting for the schema.

', ], ], 'CompressionType' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3JsonSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'ConcurrentModificationException' => [ 'base' => '

Two processes are trying to modify a resource simultaneously.

', 'refs' => [], ], 'ConcurrentRunsExceededException' => [ 'base' => '

Too many jobs are being run concurrently.

', 'refs' => [], ], 'Condition' => [ 'base' => '

Defines a condition under which a trigger fires.

', 'refs' => [ 'ConditionList$member' => NULL, ], ], 'ConditionCheckFailureException' => [ 'base' => '

A specified condition was not satisfied.

', 'refs' => [], ], 'ConditionList' => [ 'base' => NULL, 'refs' => [ 'Predicate$Conditions' => '

A list of the conditions that determine when the trigger will fire.

', ], ], 'ConflictException' => [ 'base' => '

The CreatePartitions API was called on a table that has indexes enabled.

', 'refs' => [], ], 'ConfusionMatrix' => [ 'base' => '

The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.

For more information, see Confusion matrix in Wikipedia.

', 'refs' => [ 'FindMatchesMetrics$ConfusionMatrix' => '

The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.

For more information, see Confusion matrix in Wikipedia.

', ], ], 'Connection' => [ 'base' => '

Defines a connection to a data source.

', 'refs' => [ 'ConnectionList$member' => NULL, 'GetConnectionResponse$Connection' => '

The requested connection definition.

', ], ], 'ConnectionInput' => [ 'base' => '

A structure that is used to specify a connection to create or update.

', 'refs' => [ 'CreateConnectionRequest$ConnectionInput' => '

A ConnectionInput object defining the connection to create.

', 'UpdateConnectionRequest$ConnectionInput' => '

A ConnectionInput object that redefines the connection in question.

', ], ], 'ConnectionList' => [ 'base' => NULL, 'refs' => [ 'GetConnectionsResponse$ConnectionList' => '

A list of requested connection definitions.

', ], ], 'ConnectionName' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$ConnectionName' => '

The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.

', 'DeltaTarget$ConnectionName' => '

The name of the connection to use to connect to the Delta table target.

', 'HudiTarget$ConnectionName' => '

The name of the connection to use to connect to the Hudi target. If your Hudi files are stored in buckets that require VPC authorization, you can set their connection properties here.

', 'IcebergTarget$ConnectionName' => '

The name of the connection to use to connect to the Iceberg target.

', 'JdbcTarget$ConnectionName' => '

The name of the connection to use to connect to the JDBC target.

', 'MongoDBTarget$ConnectionName' => '

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

', 'S3Target$ConnectionName' => '

The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).

', ], ], 'ConnectionPasswordEncryption' => [ 'base' => '

The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

When a CreationConnection request arrives containing a password, the Data Catalog first encrypts the password using your KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.

This encryption requires that you set KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only administrators to have decrypt permission on the password key.

', 'refs' => [ 'DataCatalogEncryptionSettings$ConnectionPasswordEncryption' => '

When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

', ], ], 'ConnectionProperties' => [ 'base' => NULL, 'refs' => [ 'Connection$ConnectionProperties' => '

These key-value pairs define parameters for the connection:

', 'ConnectionInput$ConnectionProperties' => '

These key-value pairs define parameters for the connection.

', ], ], 'ConnectionPropertyKey' => [ 'base' => NULL, 'refs' => [ 'ConnectionProperties$key' => NULL, ], ], 'ConnectionType' => [ 'base' => NULL, 'refs' => [ 'Connection$ConnectionType' => '

The type of the connection. Currently, SFTP is not supported.

', 'ConnectionInput$ConnectionType' => '

The type of the connection. Currently, these types are supported:

SFTP is not supported.

For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties.

For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.

', 'GetConnectionsFilter$ConnectionType' => '

The type of connections to return. Currently, SFTP is not supported.

', ], ], 'ConnectionsList' => [ 'base' => '

Specifies the connections used by a job.

', 'refs' => [ 'CreateJobRequest$Connections' => '

The connections used for this job.

', 'CreateSessionRequest$Connections' => '

The number of connections to use for the session.

', 'Job$Connections' => '

The connections used for this job.

', 'JobUpdate$Connections' => '

The connections used for this job.

', 'Session$Connections' => '

The number of connections used for the session.

', ], ], 'ContextWords' => [ 'base' => NULL, 'refs' => [ 'CreateCustomEntityTypeRequest$ContextWords' => '

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

', 'CustomEntityType$ContextWords' => '

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

', 'GetCustomEntityTypeResponse$ContextWords' => '

A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

', ], ], 'Crawl' => [ 'base' => '

The details of a crawl in the workflow.

', 'refs' => [ 'CrawlList$member' => NULL, ], ], 'CrawlId' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$CrawlId' => '

A UUID identifier for each crawl.

', ], ], 'CrawlList' => [ 'base' => NULL, 'refs' => [ 'CrawlerNodeDetails$Crawls' => '

A list of crawls represented by the crawl node.

', ], ], 'CrawlState' => [ 'base' => NULL, 'refs' => [ 'Condition$CrawlState' => '

The state of the crawler to which this condition applies.

', 'Crawl$State' => '

The state of the crawler.

', ], ], 'Crawler' => [ 'base' => '

Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the Glue Data Catalog.

', 'refs' => [ 'CrawlerList$member' => NULL, 'GetCrawlerResponse$Crawler' => '

The metadata for the specified crawler.

', ], ], 'CrawlerConfiguration' => [ 'base' => NULL, 'refs' => [ 'Crawler$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', 'CreateCrawlerRequest$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', 'UpdateCrawlerRequest$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', ], ], 'CrawlerHistory' => [ 'base' => '

Contains the information for a run of a crawler.

', 'refs' => [ 'CrawlerHistoryList$member' => NULL, ], ], 'CrawlerHistoryList' => [ 'base' => NULL, 'refs' => [ 'ListCrawlsResponse$Crawls' => '

A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

', ], ], 'CrawlerHistoryState' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$State' => '

The state of the crawl.

', ], ], 'CrawlerLineageSettings' => [ 'base' => NULL, 'refs' => [ 'LineageConfiguration$CrawlerLineageSettings' => '

Specifies whether data lineage is enabled for the crawler. Valid values are:

', ], ], 'CrawlerList' => [ 'base' => NULL, 'refs' => [ 'BatchGetCrawlersResponse$Crawlers' => '

A list of crawler definitions.

', 'GetCrawlersResponse$Crawlers' => '

A list of crawler metadata.

', ], ], 'CrawlerMetrics' => [ 'base' => '

Metrics for a specified crawler.

', 'refs' => [ 'CrawlerMetricsList$member' => NULL, ], ], 'CrawlerMetricsList' => [ 'base' => NULL, 'refs' => [ 'GetCrawlerMetricsResponse$CrawlerMetricsList' => '

A list of metrics for the specified crawler.

', ], ], 'CrawlerNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetCrawlersRequest$CrawlerNames' => '

A list of crawler names, which might be the names returned from the ListCrawlers operation.

', 'BatchGetCrawlersResponse$CrawlersNotFound' => '

A list of names of crawlers that were not found.

', 'GetCrawlerMetricsRequest$CrawlerNameList' => '

A list of the names of crawlers about which to retrieve metrics.

', 'ListCrawlersResponse$CrawlerNames' => '

The names of all crawlers in the account, or the crawlers with the specified tags.

', ], ], 'CrawlerNodeDetails' => [ 'base' => '

The details of a Crawler node present in the workflow.

', 'refs' => [ 'Node$CrawlerDetails' => '

Details of the crawler when the node represents a crawler.

', ], ], 'CrawlerNotRunningException' => [ 'base' => '

The specified crawler is not running.

', 'refs' => [], ], 'CrawlerRunningException' => [ 'base' => '

The operation cannot be performed because the crawler is already running.

', 'refs' => [], ], 'CrawlerSecurityConfiguration' => [ 'base' => NULL, 'refs' => [ 'Crawler$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', 'CreateCrawlerRequest$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', 'UpdateCrawlerRequest$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', ], ], 'CrawlerState' => [ 'base' => NULL, 'refs' => [ 'Crawler$State' => '

Indicates whether the crawler is running, or whether a run is pending.

', ], ], 'CrawlerStoppingException' => [ 'base' => '

The specified crawler is stopping.

', 'refs' => [], ], 'CrawlerTargets' => [ 'base' => '

Specifies data stores to crawl.

', 'refs' => [ 'Crawler$Targets' => '

A collection of targets to crawl.

', 'CreateCrawlerRequest$Targets' => '

A list of collection of targets to crawl.

', 'UpdateCrawlerRequest$Targets' => '

A list of targets to crawl.

', ], ], 'CrawlsFilter' => [ 'base' => '

A list of fields, comparators and value that you can use to filter the crawler runs for a specified crawler.

', 'refs' => [ 'CrawlsFilterList$member' => NULL, ], ], 'CrawlsFilterList' => [ 'base' => NULL, 'refs' => [ 'ListCrawlsRequest$Filters' => '

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

', ], ], 'CreateBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCsvClassifierRequest' => [ 'base' => '

Specifies a custom CSV classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$CsvClassifier' => '

A CsvClassifier object specifying the classifier to create.

', ], ], 'CreateCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateGrokClassifierRequest' => [ 'base' => '

Specifies a grok classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$GrokClassifier' => '

A GrokClassifier object specifying the classifier to create.

', ], ], 'CreateJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateJsonClassifierRequest' => [ 'base' => '

Specifies a JSON classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$JsonClassifier' => '

A JsonClassifier object specifying the classifier to create.

', ], ], 'CreateMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateScriptRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateScriptResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSessionRequest' => [ 'base' => '

Request to create a new session.

', 'refs' => [], ], 'CreateSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateXMLClassifierRequest' => [ 'base' => '

Specifies an XML classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$XMLClassifier' => '

An XMLClassifier object specifying the classifier to create.

', ], ], 'CreatedTimestamp' => [ 'base' => NULL, 'refs' => [ 'GetRegistryResponse$CreatedTime' => '

The date and time the registry was created.

', 'GetSchemaByDefinitionResponse$CreatedTime' => '

The date and time the schema was created.

', 'GetSchemaResponse$CreatedTime' => '

The date and time the schema was created.

', 'GetSchemaVersionResponse$CreatedTime' => '

The date and time the schema version was created.

', 'MetadataInfo$CreatedTime' => '

The time at which the entry was created.

', 'OtherMetadataValueListItem$CreatedTime' => '

The time at which the entry was created.

', 'RegistryListItem$CreatedTime' => '

The data the registry was created.

', 'SchemaListItem$CreatedTime' => '

The date and time that a schema was created.

', 'SchemaVersionListItem$CreatedTime' => '

The date and time the schema version was created.

', ], ], 'CronExpression' => [ 'base' => NULL, 'refs' => [ 'CreateCrawlerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'Schedule$ScheduleExpression' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateCrawlerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateCrawlerScheduleRequest$Schedule' => '

The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', ], ], 'CsvClassifier' => [ 'base' => '

A classifier for custom CSV content.

', 'refs' => [ 'Classifier$CsvClassifier' => '

A classifier for comma-separated values (CSV).

', ], ], 'CsvColumnDelimiter' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', 'CsvClassifier$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', 'UpdateCsvClassifierRequest$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', ], ], 'CsvHeader' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$Header' => '

A list of strings representing column names.

', 'CsvClassifier$Header' => '

A list of strings representing column names.

', 'UpdateCsvClassifierRequest$Header' => '

A list of strings representing column names.

', ], ], 'CsvHeaderOption' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', 'CsvClassifier$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', 'UpdateCsvClassifierRequest$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', ], ], 'CsvQuoteSymbol' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.

', 'CsvClassifier$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

', 'UpdateCsvClassifierRequest$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

', ], ], 'CustomCode' => [ 'base' => '

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

', 'refs' => [ 'CodeGenConfigurationNode$CustomCode' => '

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

', ], ], 'CustomDatatypes' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$CustomDatatypes' => '

Creates a list of supported custom datatypes.

', 'CsvClassifier$CustomDatatypes' => '

A list of custom datatypes including "BINARY", "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "FLOAT", "INT", "LONG", "SHORT", "STRING", "TIMESTAMP".

', 'UpdateCsvClassifierRequest$CustomDatatypes' => '

Specifies a list of supported custom datatypes.

', ], ], 'CustomEntityType' => [ 'base' => '

An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.

', 'refs' => [ 'CustomEntityTypes$member' => NULL, ], ], 'CustomEntityTypeNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetCustomEntityTypesRequest$Names' => '

A list of names of the custom patterns that you want to retrieve.

', 'BatchGetCustomEntityTypesResponse$CustomEntityTypesNotFound' => '

A list of the names of custom patterns that were not found.

', ], ], 'CustomEntityTypes' => [ 'base' => NULL, 'refs' => [ 'BatchGetCustomEntityTypesResponse$CustomEntityTypes' => '

A list of CustomEntityType objects representing the custom patterns that have been created.

', 'ListCustomEntityTypesResponse$CustomEntityTypes' => '

A list of CustomEntityType objects representing custom patterns.

', ], ], 'CustomPatterns' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$CustomPatterns' => '

Optional custom grok patterns used by this classifier.

', 'GrokClassifier$CustomPatterns' => '

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

', 'UpdateGrokClassifierRequest$CustomPatterns' => '

Optional custom grok patterns used by this classifier.

', ], ], 'DQAdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQualityMultiFrame$AdditionalOptions' => '

Options to configure runtime behavior of the transform.

', ], ], 'DQDLAliases' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQualityMultiFrame$AdditionalDataSources' => '

The aliases of all data sources except primary.

', ], ], 'DQDLString' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQuality$Ruleset' => '

The ruleset for your data quality evaluation.

', 'EvaluateDataQualityMultiFrame$Ruleset' => '

The ruleset for your data quality evaluation.

', ], ], 'DQResultsPublishingOptions' => [ 'base' => '

Options to configure how your data quality evaluation results are published.

', 'refs' => [ 'EvaluateDataQuality$PublishingOptions' => '

Options to configure how your results are published.

', 'EvaluateDataQualityMultiFrame$PublishingOptions' => '

Options to configure how your results are published.

', ], ], 'DQStopJobOnFailureOptions' => [ 'base' => '

Options to configure how your job will stop if your data quality evaluation fails.

', 'refs' => [ 'EvaluateDataQuality$StopJobOnFailureOptions' => '

Options to configure how your job will stop if your data quality evaluation fails.

', 'EvaluateDataQualityMultiFrame$StopJobOnFailureOptions' => '

Options to configure how your job will stop if your data quality evaluation fails.

', ], ], 'DQStopJobOnFailureTiming' => [ 'base' => NULL, 'refs' => [ 'DQStopJobOnFailureOptions$StopJobOnFailureTiming' => '

When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.

', ], ], 'DQTransformOutput' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQuality$Output' => '

The output of your data quality evaluation.

', ], ], 'DagEdges' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$DagEdges' => '

A list of the edges in the DAG.

', 'GetDataflowGraphResponse$DagEdges' => '

A list of the edges in the resulting DAG.

', ], ], 'DagNodes' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$DagNodes' => '

A list of the nodes in the DAG.

', 'GetDataflowGraphResponse$DagNodes' => '

A list of the nodes in the resulting DAG.

', ], ], 'DataCatalogEncryptionSettings' => [ 'base' => '

Contains configuration information for maintaining Data Catalog security.

', 'refs' => [ 'GetDataCatalogEncryptionSettingsResponse$DataCatalogEncryptionSettings' => '

The requested security configuration.

', 'PutDataCatalogEncryptionSettingsRequest$DataCatalogEncryptionSettings' => '

The security configuration to set.

', ], ], 'DataFormat' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityInput$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'CreateSchemaInput$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'CreateSchemaResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaByDefinitionResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaVersionResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', ], ], 'DataLakePrincipal' => [ 'base' => '

The Lake Formation principal.

', 'refs' => [ 'PrincipalPermissions$Principal' => '

The principal who is granted permissions.

', ], ], 'DataLakePrincipalString' => [ 'base' => NULL, 'refs' => [ 'DataLakePrincipal$DataLakePrincipalIdentifier' => '

An identifier for the Lake Formation principal.

', ], ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'base' => '

Additional run options you can specify for an evaluation run.

', 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$AdditionalRunOptions' => '

Additional run options you can specify for an evaluation run.

', 'StartDataQualityRulesetEvaluationRunRequest$AdditionalRunOptions' => '

Additional run options you can specify for an evaluation run.

', ], ], 'DataQualityResult' => [ 'base' => '

Describes a data quality result.

', 'refs' => [ 'DataQualityResultsList$member' => NULL, ], ], 'DataQualityResultDescription' => [ 'base' => '

Describes a data quality result.

', 'refs' => [ 'DataQualityResultDescriptionList$member' => NULL, ], ], 'DataQualityResultDescriptionList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityResultsResponse$Results' => '

A list of DataQualityResultDescription objects.

', ], ], 'DataQualityResultFilterCriteria' => [ 'base' => '

Criteria used to return data quality results.

', 'refs' => [ 'ListDataQualityResultsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityResultIdList' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$ResultIds' => '

A list of result IDs for the data quality results for the run.

', ], ], 'DataQualityResultIds' => [ 'base' => NULL, 'refs' => [ 'BatchGetDataQualityResultRequest$ResultIds' => '

A list of unique result IDs for the data quality results.

', 'BatchGetDataQualityResultResponse$ResultsNotFound' => '

A list of result IDs for which results were not found.

', ], ], 'DataQualityResultsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDataQualityResultResponse$Results' => '

A list of DataQualityResult objects representing the data quality results.

', ], ], 'DataQualityRuleRecommendationRunDescription' => [ 'base' => '

Describes the result of a data quality rule recommendation run.

', 'refs' => [ 'DataQualityRuleRecommendationRunList$member' => NULL, ], ], 'DataQualityRuleRecommendationRunFilter' => [ 'base' => '

A filter for listing data quality recommendation runs.

', 'refs' => [ 'ListDataQualityRuleRecommendationRunsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRuleRecommendationRunList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRuleRecommendationRunsResponse$Runs' => '

A list of DataQualityRuleRecommendationRunDescription objects.

', ], ], 'DataQualityRuleResult' => [ 'base' => '

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

', 'refs' => [ 'DataQualityRuleResults$member' => NULL, ], ], 'DataQualityRuleResultStatus' => [ 'base' => NULL, 'refs' => [ 'DataQualityRuleResult$Result' => '

A pass or fail status for the rule.

', ], ], 'DataQualityRuleResults' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$RuleResults' => '

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

', 'GetDataQualityResultResponse$RuleResults' => '

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

', ], ], 'DataQualityRulesetEvaluationRunDescription' => [ 'base' => '

Describes the result of a data quality ruleset evaluation run.

', 'refs' => [ 'DataQualityRulesetEvaluationRunList$member' => NULL, ], ], 'DataQualityRulesetEvaluationRunFilter' => [ 'base' => '

The filter criteria.

', 'refs' => [ 'ListDataQualityRulesetEvaluationRunsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRulesetEvaluationRunList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRulesetEvaluationRunsResponse$Runs' => '

A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.

', ], ], 'DataQualityRulesetFilterCriteria' => [ 'base' => '

The criteria used to filter data quality rulesets.

', 'refs' => [ 'ListDataQualityRulesetsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRulesetList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRulesetsResponse$Rulesets' => '

A paginated list of rulesets for the specified list of Glue tables.

', ], ], 'DataQualityRulesetListDetails' => [ 'base' => '

Describes a data quality ruleset returned by GetDataQualityRuleset.

', 'refs' => [ 'DataQualityRulesetList$member' => NULL, ], ], 'DataQualityRulesetString' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityRulesetRequest$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'GetDataQualityRuleRecommendationRunResponse$RecommendedRuleset' => '

When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

', 'GetDataQualityRulesetResponse$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'UpdateDataQualityRulesetRequest$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'UpdateDataQualityRulesetResponse$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', ], ], 'DataQualityTargetTable' => [ 'base' => '

An object representing an Glue table.

', 'refs' => [ 'CreateDataQualityRulesetRequest$TargetTable' => '

A target table associated with the data quality ruleset.

', 'DataQualityRulesetFilterCriteria$TargetTable' => '

The name and database name of the target table.

', 'DataQualityRulesetListDetails$TargetTable' => '

An object representing an Glue table.

', 'GetDataQualityRulesetResponse$TargetTable' => '

The name and database name of the target table.

', ], ], 'DataSource' => [ 'base' => '

A data source (an Glue table) for which you want data quality results.

', 'refs' => [ 'DataQualityResult$DataSource' => '

The table associated with the data quality result, if any.

', 'DataQualityResultDescription$DataSource' => '

The table name associated with the data quality result.

', 'DataQualityResultFilterCriteria$DataSource' => '

Filter results by the specified data source. For example, retrieving all results for an Glue table.

', 'DataQualityRuleRecommendationRunDescription$DataSource' => '

The data source (Glue table) associated with the recommendation run.

', 'DataQualityRuleRecommendationRunFilter$DataSource' => '

Filter based on a specified data source (Glue table).

', 'DataQualityRulesetEvaluationRunDescription$DataSource' => '

The data source (an Glue table) associated with the run.

', 'DataQualityRulesetEvaluationRunFilter$DataSource' => '

Filter based on a data source (an Glue table) associated with the run.

', 'DataSourceMap$value' => NULL, 'GetDataQualityResultResponse$DataSource' => '

The table associated with the data quality result, if any.

', 'GetDataQualityRuleRecommendationRunResponse$DataSource' => '

The data source (an Glue table) associated with this run.

', 'GetDataQualityRulesetEvaluationRunResponse$DataSource' => '

The data source (an Glue table) associated with this evaluation run.

', 'StartDataQualityRuleRecommendationRunRequest$DataSource' => '

The data source (Glue table) associated with this run.

', 'StartDataQualityRulesetEvaluationRunRequest$DataSource' => '

The data source (Glue table) associated with this run.

', ], ], 'DataSourceMap' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$AdditionalDataSources' => '

A map of reference strings to additional data sources you can specify for an evaluation run.

', 'StartDataQualityRulesetEvaluationRunRequest$AdditionalDataSources' => '

A map of reference strings to additional data sources you can specify for an evaluation run.

', ], ], 'Database' => [ 'base' => '

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

', 'refs' => [ 'DatabaseList$member' => NULL, 'GetDatabaseResponse$Database' => '

The definition of the specified database in the Data Catalog.

', ], ], 'DatabaseIdentifier' => [ 'base' => '

A structure that describes a target database for resource linking.

', 'refs' => [ 'Database$TargetDatabase' => '

A DatabaseIdentifier structure that describes a target database for resource linking.

', 'DatabaseInput$TargetDatabase' => '

A DatabaseIdentifier structure that describes a target database for resource linking.

', ], ], 'DatabaseInput' => [ 'base' => '

The structure used to create or update a database.

', 'refs' => [ 'CreateDatabaseRequest$DatabaseInput' => '

The metadata for the database.

', 'UpdateDatabaseRequest$DatabaseInput' => '

A DatabaseInput object specifying the new definition of the metadata database in the catalog.

', ], ], 'DatabaseList' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesResponse$DatabaseList' => '

A list of Database objects from the specified catalog.

', ], ], 'DatabaseName' => [ 'base' => NULL, 'refs' => [ 'Crawler$DatabaseName' => '

The name of the database in which the crawler\'s output is stored.

', 'CreateCrawlerRequest$DatabaseName' => '

The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', 'UpdateCrawlerRequest$DatabaseName' => '

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', ], ], 'Datatype' => [ 'base' => '

A structure representing the datatype of the value.

', 'refs' => [ 'NullValueField$Datatype' => '

The datatype of the value.

', ], ], 'DateColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for timestamp data columns.

', 'refs' => [ 'ColumnStatisticsData$DateColumnStatisticsData' => '

Date column statistics data.

', ], ], 'DecimalColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for fixed-point number data columns.

', 'refs' => [ 'ColumnStatisticsData$DecimalColumnStatisticsData' => '

Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two\'s complement representations of the decimal\'s unscaled value.

', ], ], 'DecimalNumber' => [ 'base' => '

Contains a numeric value in decimal format.

', 'refs' => [ 'DecimalColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DecimalColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'DeleteBehavior' => [ 'base' => NULL, 'refs' => [ 'SchemaChangePolicy$DeleteBehavior' => '

The deletion behavior when the crawler finds a deleted object.

', ], ], 'DeleteBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConnectionNameList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionRequest$ConnectionNameList' => '

A list of names of the connections to delete.

', ], ], 'DeleteConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaVersionsInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeltaTarget' => [ 'base' => '

Specifies a Delta data store to crawl one or more Delta tables.

', 'refs' => [ 'DeltaTargetList$member' => NULL, ], ], 'DeltaTargetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3DeltaDirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'DeltaTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$DeltaTargets' => '

Specifies Delta data store targets.

', ], ], 'DescriptionString' => [ 'base' => NULL, 'refs' => [ 'Connection$Description' => '

The description of the connection.

', 'ConnectionInput$Description' => '

The description of the connection.

', 'Crawl$ErrorMessage' => '

The error message associated with the crawl.

', 'Crawler$Description' => '

A description of the crawler.

', 'CrawlerHistory$ErrorMessage' => '

If an error occurred, the error message associated with the crawl.

', 'CreateCrawlerRequest$Description' => '

A description of the new crawler.

', 'CreateDataQualityRulesetRequest$Description' => '

A description of the data quality ruleset.

', 'CreateJobRequest$Description' => '

Description of the job being defined.

', 'CreateMLTransformRequest$Description' => '

A description of the machine learning transform that is being defined. The default is an empty string.

', 'CreateRegistryInput$Description' => '

A description of the registry. If description is not provided, there will not be any default value for this.

', 'CreateRegistryResponse$Description' => '

A description of the registry.

', 'CreateSchemaInput$Description' => '

An optional description of the schema. If description is not provided, there will not be any automatic default value for this.

', 'CreateSchemaResponse$Description' => '

A description of the schema if specified when created.

', 'CreateSessionRequest$Description' => '

The description of the session.

', 'CreateTriggerRequest$Description' => '

A description of the new trigger.

', 'DataQualityRuleResult$Description' => '

A description of the data quality rule.

', 'DataQualityRuleResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRulesetFilterCriteria$Description' => '

The description of the ruleset filter criteria.

', 'DataQualityRulesetListDetails$Description' => '

A description of the data quality ruleset.

', 'Database$Description' => '

A description of the database.

', 'DatabaseInput$Description' => '

A description of the database.

', 'ErrorDetail$ErrorMessage' => '

A message describing the error.

', 'GetDataQualityRulesetResponse$Description' => '

A description of the ruleset.

', 'GetMLTransformResponse$Description' => '

A description of the transform.

', 'GetRegistryResponse$Description' => '

A description of the registry.

', 'GetSchemaResponse$Description' => '

A description of schema if specified when created

', 'GlueTableAdditionalOptions$value' => NULL, 'Job$Description' => '

A description of the job.

', 'JobUpdate$Description' => '

Description of the job being defined.

', 'LastCrawlInfo$ErrorMessage' => '

If an error occurred, the error information about the last crawl.

', 'MLTransform$Description' => '

A user-defined, long-form description text for the machine learning transform. Descriptions are not guaranteed to be unique and can be changed at any time.

', 'RegistryListItem$Description' => '

A description of the registry.

', 'SchemaListItem$Description' => '

A description for the schema.

', 'Session$ErrorMessage' => '

The error message displayed during the session.

', 'Session$Description' => '

The description of the session.

', 'Table$Description' => '

A description of the table.

', 'TableInput$Description' => '

A description of the table.

', 'Trigger$Description' => '

A description of this trigger.

', 'TriggerUpdate$Description' => '

A description of this trigger.

', 'UpdateDataQualityRulesetRequest$Description' => '

A description of the ruleset.

', 'UpdateDataQualityRulesetResponse$Description' => '

A description of the ruleset.

', 'UpdateMLTransformRequest$Description' => '

A description of the transform. The default is an empty string.

', 'UpdateRegistryInput$Description' => '

A description of the registry. If description is not provided, this field will not be updated.

', 'UpdateSchemaInput$Description' => '

The new description for the schema.

', ], ], 'DescriptionStringRemovable' => [ 'base' => NULL, 'refs' => [ 'UpdateCrawlerRequest$Description' => '

A description of the new crawler.

', ], ], 'DevEndpoint' => [ 'base' => '

A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.

', 'refs' => [ 'DevEndpointList$member' => NULL, 'GetDevEndpointResponse$DevEndpoint' => '

A DevEndpoint definition.

', ], ], 'DevEndpointCustomLibraries' => [ 'base' => '

Custom libraries to be loaded into a development endpoint.

', 'refs' => [ 'UpdateDevEndpointRequest$CustomLibraries' => '

Custom Python or Java libraries to be loaded in the DevEndpoint.

', ], ], 'DevEndpointList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevEndpointsResponse$DevEndpoints' => '

A list of DevEndpoint definitions.

', 'GetDevEndpointsResponse$DevEndpoints' => '

A list of DevEndpoint definitions.

', ], ], 'DevEndpointNameList' => [ 'base' => NULL, 'refs' => [ 'ListDevEndpointsResponse$DevEndpointNames' => '

The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

', ], ], 'DevEndpointNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevEndpointsRequest$DevEndpointNames' => '

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

', 'BatchGetDevEndpointsResponse$DevEndpointsNotFound' => '

A list of DevEndpoints not found.

', ], ], 'DirectJDBCSource' => [ 'base' => '

Specifies the direct JDBC source connection.

', 'refs' => [ 'CodeGenConfigurationNode$DirectJDBCSource' => NULL, ], ], 'DirectKafkaSource' => [ 'base' => '

Specifies an Apache Kafka data store.

', 'refs' => [ 'CodeGenConfigurationNode$DirectKafkaSource' => '

Specifies an Apache Kafka data store.

', ], ], 'DirectKinesisSource' => [ 'base' => '

Specifies a direct Amazon Kinesis data source.

', 'refs' => [ 'CodeGenConfigurationNode$DirectKinesisSource' => '

Specifies a direct Amazon Kinesis data source.

', ], ], 'DirectSchemaChangePolicy' => [ 'base' => '

A policy that specifies update behavior for the crawler.

', 'refs' => [ 'S3DeltaDirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3DirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3GlueParquetTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3HudiDirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'DoubleColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DoubleColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'DoubleColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for floating-point number data columns.

', 'refs' => [ 'ColumnStatisticsData$DoubleColumnStatisticsData' => '

Double column statistics data.

', ], ], 'DoubleValue' => [ 'base' => NULL, 'refs' => [ 'Session$Progress' => '

The code execution progress of the session.

', 'Statement$Progress' => '

The code execution progress.

', ], ], 'DropDuplicates' => [ 'base' => '

Specifies a transform that removes rows of repeating data from a data set.

', 'refs' => [ 'CodeGenConfigurationNode$DropDuplicates' => '

Specifies a transform that removes rows of repeating data from a data set.

', ], ], 'DropFields' => [ 'base' => '

Specifies a transform that chooses the data property keys that you want to drop.

', 'refs' => [ 'CodeGenConfigurationNode$DropFields' => '

Specifies a transform that chooses the data property keys that you want to drop.

', ], ], 'DropNullFields' => [ 'base' => '

Specifies a transform that removes columns from the dataset if all values in the column are \'null\'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

', 'refs' => [ 'CodeGenConfigurationNode$DropNullFields' => '

Specifies a transform that removes columns from the dataset if all values in the column are \'null\'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

', ], ], 'DynamicTransform' => [ 'base' => '

Specifies the set of parameters needed to perform the dynamic transform.

', 'refs' => [ 'CodeGenConfigurationNode$DynamicTransform' => '

Specifies a custom visual transform created by a user.

', ], ], 'DynamoDBCatalogSource' => [ 'base' => '

Specifies a DynamoDB data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$DynamoDBCatalogSource' => '

Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.

', ], ], 'DynamoDBTarget' => [ 'base' => '

Specifies an Amazon DynamoDB table to crawl.

', 'refs' => [ 'DynamoDBTargetList$member' => NULL, ], ], 'DynamoDBTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$DynamoDBTargets' => '

Specifies Amazon DynamoDB targets.

', ], ], 'Edge' => [ 'base' => '

An edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.

', 'refs' => [ 'EdgeList$member' => NULL, ], ], 'EdgeList' => [ 'base' => NULL, 'refs' => [ 'WorkflowGraph$Edges' => '

A list of all the directed connections between the nodes belonging to the workflow.

', ], ], 'EnableAdditionalMetadata' => [ 'base' => NULL, 'refs' => [ 'JdbcTarget$EnableAdditionalMetadata' => '

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

', ], ], 'EnableHybridValues' => [ 'base' => NULL, 'refs' => [ 'PutResourcePolicyRequest$EnableHybrid' => '

If \'TRUE\', indicates that you are using both methods to grant cross-account access to Data Catalog resources:

Must be set to \'TRUE\' if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is \'FALSE\'.

', ], ], 'EnclosedInStringProperties' => [ 'base' => NULL, 'refs' => [ 'AggregateOperation$Column' => '

Specifies the column on the data set on which the aggregation function will be applied.

', 'FilterValue$Value' => '

The value to be associated.

', 'GlueStudioPathList$member' => NULL, 'JDBCConnectorOptions$JobBookmarkKeys' => '

The name of the job bookmark keys on which to sort.

', 'Mapping$FromPath' => '

The table or column to be modified.

', 'PIIDetection$EntityTypesToDetect' => '

Indicates the types of entities the PIIDetection transform will identify as PII data.

PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE

', 'RenameField$SourcePath' => '

A JSON path to a variable in the data structure for the source data.

', 'RenameField$TargetPath' => '

A JSON path to a variable in the data structure for the target data.

', 'S3CsvSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3CsvSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'S3DeltaSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3HudiSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3JsonSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3JsonSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'S3ParquetSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3ParquetSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'TransformConfigParameter$Value' => '

Specifies the value of the parameter in the config file of the dynamic transform.

', ], ], 'EnclosedInStringPropertiesMinOne' => [ 'base' => NULL, 'refs' => [ 'UpsertRedshiftTargetOptions$UpsertKeys' => '

The keys used to determine whether to perform an update or insert.

', ], ], 'EnclosedInStringProperty' => [ 'base' => NULL, 'refs' => [ 'AdditionalOptions$key' => NULL, 'AdditionalOptions$value' => NULL, 'AmazonRedshiftNodeData$TempDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'AthenaConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'AthenaConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'AthenaConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store.

', 'AthenaConnectorSource$SchemaName' => '

The name of the Cloudwatch log group to read from. For example, /aws-glue/jobs/output.

', 'BasicCatalogTarget$Database' => '

The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.

', 'BasicCatalogTarget$Table' => '

The table that defines the schema of your output data. This table must already exist in the Data Catalog.

', 'CatalogDeltaSource$Database' => '

The name of the database to read from.

', 'CatalogDeltaSource$Table' => '

The name of the table in the database to read from.

', 'CatalogHudiSource$Database' => '

The name of the database to read from.

', 'CatalogHudiSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKafkaSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKafkaSource$Database' => '

The name of the database to read from.

', 'CatalogKinesisSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKinesisSource$Database' => '

The name of the database to read from.

', 'CatalogSource$Database' => '

The name of the database to read from.

', 'CatalogSource$Table' => '

The name of the table in the database to read from.

', 'CustomCode$ClassName' => '

The name defined for the custom code node class.

', 'DQDLAliases$value' => NULL, 'DQResultsPublishingOptions$ResultsS3Prefix' => '

The Amazon S3 prefix prepended to the results.

', 'DirectJDBCSource$Database' => '

The database of the JDBC source connection.

', 'DirectJDBCSource$Table' => '

The table of the JDBC source connection.

', 'DirectJDBCSource$ConnectionName' => '

The connection name of the JDBC source.

', 'DirectJDBCSource$RedshiftTmpDir' => '

The temp directory of the JDBC Redshift source.

', 'DirectSchemaChangePolicy$Table' => '

Specifies the table in the database that the schema change policy applies to.

', 'DirectSchemaChangePolicy$Database' => '

Specifies the database that the schema change policy applies to.

', 'DynamicTransform$Name' => '

Specifies the name of the dynamic transform.

', 'DynamicTransform$TransformName' => '

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

', 'DynamicTransform$FunctionName' => '

Specifies the name of the function of the dynamic transform.

', 'DynamicTransform$Path' => '

Specifies the path of the dynamic transform source and config files.

', 'DynamicTransform$Version' => '

This field is not used and will be deprecated in future release.

', 'DynamoDBCatalogSource$Database' => '

The name of the database to read from.

', 'DynamoDBCatalogSource$Table' => '

The name of the table in the database to read from.

', 'EnclosedInStringProperties$member' => NULL, 'EnclosedInStringPropertiesMinOne$member' => NULL, 'FillMissingValues$ImputedPath' => '

A JSON path to a variable in the data structure for the dataset that is imputed.

', 'FillMissingValues$FilledPath' => '

A JSON path to a variable in the data structure for the dataset that is filled.

', 'GovernedCatalogSource$Database' => '

The database to read from.

', 'GovernedCatalogSource$Table' => '

The database table to read from.

', 'GovernedCatalogSource$PartitionPredicate' => '

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

', 'GovernedCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'GovernedCatalogTarget$Database' => '

The name of the database to write to.

', 'JDBCConnectorOptions$FilterPredicate' => '

Extra condition clause to filter data from source. For example:

BillingCity=\'Mountain View\'

When using a query instead of a table name, you should validate that the query works with the specified filterPredicate.

', 'JDBCConnectorOptions$PartitionColumn' => '

The name of an integer column that is used for partitioning. This option works only when it\'s included with lowerBound, upperBound, and numPartitions. This option works the same way as in the Spark SQL JDBC reader.

', 'JDBCConnectorOptions$JobBookmarkKeysSortOrder' => '

Specifies an ascending or descending sort order.

', 'JDBCConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'JDBCConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'JDBCConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.

', 'JDBCConnectorTarget$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'JDBCConnectorTarget$ConnectorName' => '

The name of a connector that will be used.

', 'JDBCConnectorTarget$ConnectionType' => '

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.

', 'JoinColumn$From' => '

The column to be joined.

', 'KafkaStreamingSourceOptions$BootstrapServers' => '

A list of bootstrap server URLs, for example, as b-1.vpc-test-2.o4q88o.c6.kafka.us-east-1.amazonaws.com:9094. This option must be specified in the API call or defined in the table metadata in the Data Catalog.

', 'KafkaStreamingSourceOptions$SecurityProtocol' => '

The protocol used to communicate with brokers. The possible values are "SSL" or "PLAINTEXT".

', 'KafkaStreamingSourceOptions$ConnectionName' => '

The name of the connection.

', 'KafkaStreamingSourceOptions$TopicName' => '

The topic name as specified in Apache Kafka. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$Assign' => '

The specific TopicPartitions to consume. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$SubscribePattern' => '

A Java regex string that identifies the topic list to subscribe to. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$Classification' => '

An optional classification.

', 'KafkaStreamingSourceOptions$Delimiter' => '

Specifies the delimiter character.

', 'KafkaStreamingSourceOptions$StartingOffsets' => '

The starting position in the Kafka topic to read data from. The possible values are "earliest" or "latest". The default value is "latest".

', 'KafkaStreamingSourceOptions$EndingOffsets' => '

The end point when a batch query is ended. Possible values are either "latest" or a JSON string that specifies an ending offset for each TopicPartition.

', 'KafkaStreamingSourceOptions$AddRecordTimestamp' => '

When this option is set to \'true\', the data output will contain an additional column named "__src_timestamp" that indicates the time when the corresponding record received by the topic. The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KafkaStreamingSourceOptions$EmitConsumerLagMetrics' => '

When this option is set to \'true\', for each batch, it will emit the metrics for the duration between the oldest record received by the topic and the time it arrives in Glue to CloudWatch. The metric\'s name is "glue.driver.streaming.maxConsumerLagInMs". The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KinesisStreamingSourceOptions$EndpointUrl' => '

The URL of the Kinesis endpoint.

', 'KinesisStreamingSourceOptions$StreamName' => '

The name of the Kinesis data stream.

', 'KinesisStreamingSourceOptions$Classification' => '

An optional classification.

', 'KinesisStreamingSourceOptions$Delimiter' => '

Specifies the delimiter character.

', 'KinesisStreamingSourceOptions$StreamArn' => '

The Amazon Resource Name (ARN) of the Kinesis data stream.

', 'KinesisStreamingSourceOptions$RoleArn' => '

The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Service (AWS STS). This role must have permissions for describe or read record operations for the Kinesis data stream. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSSessionName".

', 'KinesisStreamingSourceOptions$RoleSessionName' => '

An identifier for the session assuming the role using AWS STS. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSRoleARN".

', 'KinesisStreamingSourceOptions$AddRecordTimestamp' => '

When this option is set to \'true\', the data output will contain an additional column named "__src_timestamp" that indicates the time when the corresponding record received by the stream. The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KinesisStreamingSourceOptions$EmitConsumerLagMetrics' => '

When this option is set to \'true\', for each batch, it will emit the metrics for the duration between the oldest record received by the stream and the time it arrives in Glue to CloudWatch. The metric\'s name is "glue.driver.streaming.maxConsumerLagInMs". The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'Mapping$ToKey' => '

After the apply mapping, what the name of the column should be. Can be the same as FromPath.

', 'Mapping$FromType' => '

The type of the data to be modified.

', 'Mapping$ToType' => '

The data type that the data is to be modified to.

', 'MicrosoftSQLServerCatalogSource$Database' => '

The name of the database to read from.

', 'MicrosoftSQLServerCatalogSource$Table' => '

The name of the table in the database to read from.

', 'MicrosoftSQLServerCatalogTarget$Database' => '

The name of the database to write to.

', 'MicrosoftSQLServerCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'MySQLCatalogSource$Database' => '

The name of the database to read from.

', 'MySQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'MySQLCatalogTarget$Database' => '

The name of the database to write to.

', 'MySQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'NullValueField$Value' => '

The value of the null placeholder.

', 'Option$Value' => '

Specifies the value of the option.

', 'Option$Label' => '

Specifies the label of the option.

', 'Option$Description' => '

Specifies the description of the option.

', 'OracleSQLCatalogSource$Database' => '

The name of the database to read from.

', 'OracleSQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'OracleSQLCatalogTarget$Database' => '

The name of the database to write to.

', 'OracleSQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'PIIDetection$OutputColumnName' => '

Indicates the output column name that will contain any entity type detected in that row.

', 'PostgreSQLCatalogSource$Database' => '

The name of the database to read from.

', 'PostgreSQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'PostgreSQLCatalogTarget$Database' => '

The name of the database to write to.

', 'PostgreSQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'RecipeReference$RecipeArn' => '

The ARN of the DataBrew recipe.

', 'RedshiftSource$Database' => '

The database to read from.

', 'RedshiftSource$Table' => '

The database table to read from.

', 'RedshiftSource$RedshiftTmpDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'RedshiftSource$TmpDirIAMRole' => '

The IAM role with permissions.

', 'RedshiftTarget$Database' => '

The name of the database to write to.

', 'RedshiftTarget$Table' => '

The name of the table in the database to write to.

', 'RedshiftTarget$RedshiftTmpDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'RedshiftTarget$TmpDirIAMRole' => '

The IAM role with permissions.

', 'RelationalCatalogSource$Database' => '

The name of the database to read from.

', 'RelationalCatalogSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogDeltaSource$Database' => '

The name of the database to read from.

', 'S3CatalogDeltaSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogHudiSource$Database' => '

The name of the database to read from.

', 'S3CatalogHudiSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogSource$Database' => '

The database to read from.

', 'S3CatalogSource$Table' => '

The database table to read from.

', 'S3CatalogSource$PartitionPredicate' => '

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

', 'S3CatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3CatalogTarget$Database' => '

The name of the database to write to.

', 'S3CsvSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3CsvSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'S3DeltaCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3DeltaCatalogTarget$Database' => '

The name of the database to write to.

', 'S3DeltaDirectTarget$Path' => '

The Amazon S3 path of your Delta Lake data source to write to.

', 'S3DirectSourceAdditionalOptions$SamplePath' => '

If enabled, specifies the sample path.

', 'S3DirectTarget$Path' => '

A single Amazon S3 path to write to.

', 'S3DirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3GlueParquetTarget$Path' => '

A single Amazon S3 path to write to.

', 'S3HudiCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3HudiCatalogTarget$Database' => '

The name of the database to write to.

', 'S3HudiDirectTarget$Path' => '

The Amazon S3 path of your Hudi data source to write to.

', 'S3JsonSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3JsonSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'S3JsonSource$JsonPath' => '

A JsonPath string defining the JSON data.

', 'S3ParquetSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3ParquetSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'SnowflakeNodeData$TempDir' => '

Not currently used.

', 'SparkConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'SparkConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'SparkConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

', 'SparkConnectorTarget$ConnectionName' => '

The name of a connection for an Apache Spark connector.

', 'SparkConnectorTarget$ConnectorName' => '

The name of an Apache Spark connector.

', 'SparkConnectorTarget$ConnectionType' => '

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

', 'Spigot$Path' => '

A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an Amazon S3 bucket.

', 'TransformConfigParameter$Name' => '

Specifies the name of the parameter in the config file of the dynamic transform.

', 'TransformConfigParameter$ValidationRule' => '

Specifies the validation rule in the config file of the dynamic transform.

', 'TransformConfigParameter$ValidationMessage' => '

Specifies the validation message in the config file of the dynamic transform.

', 'UpsertRedshiftTargetOptions$TableLocation' => '

The physical location of the Redshift table.

', 'UpsertRedshiftTargetOptions$ConnectionName' => '

The name of the connection to use to write to Redshift.

', ], ], 'EnclosedInStringPropertyWithQuote' => [ 'base' => NULL, 'refs' => [ 'AthenaConnectorSource$ConnectionTable' => '

The name of the table in the data source.

', 'JDBCConnectorSource$ConnectionTable' => '

The name of the table in the data source.

', 'JDBCConnectorTarget$ConnectionTable' => '

The name of the table in the data target.

', 'S3CsvSource$Escaper' => '

Specifies a character to use for escaping. This option is used only when reading CSV files. The default value is none. If enabled, the character which immediately follows is used as-is, except for a small set of well-known escapes (\\n, \\r, \\t, and \\0).

', 'SqlAlias$Alias' => '

A temporary name given to a table, or a column in a table.

', ], ], 'EncryptionAtRest' => [ 'base' => '

Specifies the encryption-at-rest configuration for the Data Catalog.

', 'refs' => [ 'DataCatalogEncryptionSettings$EncryptionAtRest' => '

Specifies the encryption-at-rest configuration for the Data Catalog.

', ], ], 'EncryptionConfiguration' => [ 'base' => '

Specifies an encryption configuration.

', 'refs' => [ 'CreateSecurityConfigurationRequest$EncryptionConfiguration' => '

The encryption configuration for the new security configuration.

', 'SecurityConfiguration$EncryptionConfiguration' => '

The encryption configuration associated with this security configuration.

', ], ], 'EntityNotFoundException' => [ 'base' => '

A specified entity does not exist

', 'refs' => [], ], 'ErrorByName' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionResponse$Errors' => '

A map of the names of connections that were not successfully deleted to error details.

', ], ], 'ErrorCodeString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetails$ErrorCode' => '

The error code for an error.

', ], ], 'ErrorDetail' => [ 'base' => '

Contains details about an error.

', 'refs' => [ 'BatchStopJobRunError$ErrorDetail' => '

Specifies details about the error that was encountered.

', 'BatchUpdatePartitionFailureEntry$ErrorDetail' => '

The details about the batch update partition error.

', 'ColumnError$Error' => '

An error message with the reason for the failure of an operation.

', 'ColumnStatisticsError$Error' => '

An error message with the reason for the failure of an operation.

', 'ErrorByName$value' => NULL, 'PartitionError$ErrorDetail' => '

The details about the partition error.

', 'TableError$ErrorDetail' => '

The details about the error.

', 'TableVersionError$ErrorDetail' => '

The details about the error.

', ], ], 'ErrorDetails' => [ 'base' => '

An object containing error details.

', 'refs' => [ 'SchemaVersionErrorItem$ErrorDetails' => '

The details of the error for the schema version.

', ], ], 'ErrorMessageString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetails$ErrorMessage' => '

The error message for an error.

', ], ], 'ErrorString' => [ 'base' => NULL, 'refs' => [ 'Blueprint$ErrorMessage' => '

An error message.

', 'JobRun$ErrorMessage' => '

An error message associated with this job run.

', 'WorkflowRun$ErrorMessage' => '

This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is "Concurrent runs exceeded for workflow: foo."

', ], ], 'EvaluateDataQuality' => [ 'base' => '

Specifies your data quality evaluation criteria.

', 'refs' => [ 'CodeGenConfigurationNode$EvaluateDataQuality' => '

Specifies your data quality evaluation criteria.

', ], ], 'EvaluateDataQualityMultiFrame' => [ 'base' => '

Specifies your data quality evaluation criteria.

', 'refs' => [ 'CodeGenConfigurationNode$EvaluateDataQualityMultiFrame' => '

Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.

', ], ], 'EvaluatedMetricsMap' => [ 'base' => NULL, 'refs' => [ 'DataQualityRuleResult$EvaluatedMetrics' => '

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

', ], ], 'EvaluationMetrics' => [ 'base' => '

Evaluation metrics provide an estimate of the quality of your machine learning transform.

', 'refs' => [ 'GetMLTransformResponse$EvaluationMetrics' => '

The latest evaluation metrics.

', 'MLTransform$EvaluationMetrics' => '

An EvaluationMetrics object. Evaluation metrics provide an estimate of the quality of your machine learning transform.

', ], ], 'EventBatchingCondition' => [ 'base' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'refs' => [ 'CreateTriggerRequest$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'Trigger$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'TriggerUpdate$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', ], ], 'EventQueueArn' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$EventQueueArn' => '

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

', 'CatalogTarget$DlqEventQueueArn' => '

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

', 'S3Target$EventQueueArn' => '

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

', 'S3Target$DlqEventQueueArn' => '

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

', ], ], 'ExecutionClass' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'Job$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'JobRun$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'JobUpdate$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'StartJobRunRequest$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', ], ], 'ExecutionProperty' => [ 'base' => '

An execution property of a job.

', 'refs' => [ 'CreateJobRequest$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', 'Job$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', 'JobUpdate$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', ], ], 'ExecutionTime' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRuleRecommendationRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the run consumed resources.

', 'GetDataQualityRulesetEvaluationRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the run consumed resources.

', 'GetMLTaskRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the task run consumed resources.

', 'JobRun$ExecutionTime' => '

The amount of time (in seconds) that the job run consumed resources.

', 'TaskRun$ExecutionTime' => '

The amount of time (in seconds) that the task run consumed resources.

', ], ], 'ExistCondition' => [ 'base' => NULL, 'refs' => [ 'PutResourcePolicyRequest$PolicyExistsCondition' => '

A value of MUST_EXIST is used to update a policy. A value of NOT_EXIST is used to create a new policy. If a value of NONE or a null value is used, the call does not depend on the existence of a policy.

', ], ], 'ExportLabelsTaskRunProperties' => [ 'base' => '

Specifies configuration properties for an exporting labels task run.

', 'refs' => [ 'TaskRunProperties$ExportLabelsTaskRunProperties' => '

The configuration properties for an exporting labels task run.

', ], ], 'ExtendedString' => [ 'base' => NULL, 'refs' => [ 'CustomCode$Code' => '

The custom code that is used to perform the data transformation.

', ], ], 'FederatedDatabase' => [ 'base' => '

A database that points to an entity outside the Glue Data Catalog.

', 'refs' => [ 'Database$FederatedDatabase' => '

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

', 'DatabaseInput$FederatedDatabase' => '

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

', ], ], 'FederatedResourceAlreadyExistsException' => [ 'base' => '

A federated resource already exists.

', 'refs' => [], ], 'FederatedTable' => [ 'base' => '

A table that points to an entity outside the Glue Data Catalog.

', 'refs' => [ 'Table$FederatedTable' => '

A FederatedTable structure that references an entity outside the Glue Data Catalog.

', ], ], 'FederationIdentifier' => [ 'base' => NULL, 'refs' => [ 'FederatedDatabase$Identifier' => '

A unique identifier for the federated database.

', 'FederatedTable$Identifier' => '

A unique identifier for the federated table.

', 'FederatedTable$DatabaseIdentifier' => '

A unique identifier for the federated database.

', ], ], 'FederationSourceErrorCode' => [ 'base' => NULL, 'refs' => [ 'FederationSourceException$FederationSourceErrorCode' => '

The error code of the problem.

', ], ], 'FederationSourceException' => [ 'base' => '

A federation source failed.

', 'refs' => [], ], 'FederationSourceRetryableException' => [ 'base' => NULL, 'refs' => [], ], 'FieldName' => [ 'base' => NULL, 'refs' => [ 'CrawlsFilter$FieldName' => '

A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:

', ], ], 'FieldType' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourceType' => '

The source type.

', 'MappingEntry$TargetType' => '

The target type.

', ], ], 'FillMissingValues' => [ 'base' => '

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

', 'refs' => [ 'CodeGenConfigurationNode$FillMissingValues' => '

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

', ], ], 'Filter' => [ 'base' => '

Specifies a transform that splits a dataset into two, based on a filter condition.

', 'refs' => [ 'CodeGenConfigurationNode$Filter' => '

Specifies a transform that splits a dataset into two, based on a filter condition.

', ], ], 'FilterExpression' => [ 'base' => '

Specifies a filter expression.

', 'refs' => [ 'FilterExpressions$member' => NULL, ], ], 'FilterExpressions' => [ 'base' => NULL, 'refs' => [ 'Filter$Filters' => '

Specifies a filter expression.

', ], ], 'FilterLogicalOperator' => [ 'base' => NULL, 'refs' => [ 'Filter$LogicalOperator' => '

The operator used to filter rows by comparing the key value to a specified value.

', ], ], 'FilterOperation' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$Operation' => '

The type of operation to perform in the expression.

', ], ], 'FilterOperator' => [ 'base' => NULL, 'refs' => [ 'CrawlsFilter$FilterOperator' => '

A defined comparator that operates on the value. The available operators are:

', ], ], 'FilterString' => [ 'base' => NULL, 'refs' => [ 'GetTablesRequest$Expression' => '

A regular expression pattern. If present, only those tables whose names match the pattern are returned.

', ], ], 'FilterValue' => [ 'base' => '

Represents a single entry in the list of values for a FilterExpression.

', 'refs' => [ 'FilterValues$member' => NULL, ], ], 'FilterValueType' => [ 'base' => NULL, 'refs' => [ 'FilterValue$Type' => '

The type of filter value.

', ], ], 'FilterValues' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$Values' => '

A list of filter values.

', ], ], 'FindMatchesMetrics' => [ 'base' => '

The evaluation metrics for the find matches algorithm. The quality of your machine learning transform is measured by getting your transform to predict some matches and comparing the results to known matches from the same dataset. The quality metrics are based on a subset of your data, so they are not precise.

', 'refs' => [ 'EvaluationMetrics$FindMatchesMetrics' => '

The evaluation metrics for the find matches algorithm.

', ], ], 'FindMatchesParameters' => [ 'base' => '

The parameters to configure the find matches transform.

', 'refs' => [ 'TransformParameters$FindMatchesParameters' => '

The parameters for the find matches algorithm.

', ], ], 'FindMatchesTaskRunProperties' => [ 'base' => '

Specifies configuration properties for a Find Matches task run.

', 'refs' => [ 'TaskRunProperties$FindMatchesTaskRunProperties' => '

The configuration properties for a find matches task run.

', ], ], 'FormatString' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$InputFormat' => '

The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

', 'StorageDescriptor$OutputFormat' => '

The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

', ], ], 'Generic512CharString' => [ 'base' => NULL, 'refs' => [ 'Blueprint$Description' => '

The description of the blueprint.

', 'CreateBlueprintRequest$Description' => '

A description of the blueprint.

', 'LastActiveDefinition$Description' => '

The description of the blueprint.

', 'SourceControlDetails$Repository' => '

The name of the remote repository that contains the job artifacts.

', 'SourceControlDetails$Owner' => '

The owner of the remote repository that contains the job artifacts.

', 'SourceControlDetails$Branch' => '

An optional branch in the remote repository.

', 'SourceControlDetails$Folder' => '

An optional folder in the remote repository.

', 'SourceControlDetails$LastCommitId' => '

The last commit ID for a commit in the remote repository.

', 'SourceControlDetails$AuthToken' => '

The value of an authorization token.

', 'UpdateBlueprintRequest$Description' => '

A description of the blueprint.

', ], ], 'GenericBoundedDouble' => [ 'base' => NULL, 'refs' => [ 'ColumnImportance$Importance' => '

The column importance score for the column, as a decimal.

', 'DataQualityResult$Score' => '

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

', 'FindMatchesMetrics$AreaUnderPRCurve' => '

The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$Precision' => '

The precision metric indicates when often your transform is correct when it predicts a match. Specifically, it measures how well the transform finds true positives from the total true positives possible.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$Recall' => '

The recall metric indicates that for an actual match, how often your transform predicts the match. Specifically, it measures how well the transform finds true positives from the total records in the source data.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$F1' => '

The maximum F1 metric indicates the transform\'s accuracy between 0 and 1, where 1 is the best accuracy.

For more information, see F1 score in Wikipedia.

', 'FindMatchesParameters$PrecisionRecallTradeoff' => '

The value selected when tuning your transform for a balance between precision and recall. A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision.

The precision metric indicates how often your model is correct when it predicts a match.

The recall metric indicates that for an actual match, how often your model predicts the match.

', 'FindMatchesParameters$AccuracyCostTradeoff' => '

The value that is selected when tuning your transform for a balance between accuracy and cost. A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate FindMatches transform, sometimes with unacceptable accuracy.

Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall.

Cost measures how many compute resources, and thus money, are consumed to run the transform.

', 'GetDataQualityResultResponse$Score' => '

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

', ], ], 'GenericLimitedString' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$AccessType' => '

The access type for the Redshift connection. Can be a direct connection or catalog connections.

', 'AmazonRedshiftNodeData$SourceType' => '

The source type to specify whether a specific table is the source or a custom query.

', 'AmazonRedshiftNodeData$TablePrefix' => '

Specifies the prefix to a table.

', 'AmazonRedshiftNodeData$MergeAction' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled.

', 'AmazonRedshiftNodeData$MergeWhenMatched' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record matches a new record.

', 'AmazonRedshiftNodeData$MergeWhenNotMatched' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record doesn\'t match a new record.

', 'DQResultsPublishingOptions$EvaluationContext' => '

The context of the evaluation.

', 'Datatype$Id' => '

The datatype of the value.

', 'Datatype$Label' => '

A label assigned to the datatype.

', 'LimitedStringList$member' => NULL, 'SnowflakeNodeData$SourceType' => '

Specifies how retrieved data is specified. Valid values: "table", "query".

', 'SnowflakeNodeData$MergeAction' => '

Specifies a merge action. Valid values: simple, custom. If simple, merge behavior is defined by MergeWhenMatched and MergeWhenNotMatched. If custom, defined by MergeClause.

', 'SnowflakeNodeData$MergeWhenMatched' => '

Specifies how to resolve records that match preexisting data when merging. Valid values: update, delete.

', 'SnowflakeNodeData$MergeWhenNotMatched' => '

Specifies how to process records that do not match preexisting data when merging. Valid values: insert, none.

', ], ], 'GenericMap' => [ 'base' => NULL, 'refs' => [ 'Action$Arguments' => '

The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.

', 'CreateJobRequest$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'CreateJobRequest$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'Job$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'Job$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'JobRun$Arguments' => '

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'JobUpdate$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'JobUpdate$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'StartJobRunRequest$Arguments' => '

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', ], ], 'GenericString' => [ 'base' => NULL, 'refs' => [ 'AdditionalPlanOptionsMap$key' => NULL, 'AdditionalPlanOptionsMap$value' => NULL, 'AmazonRedshiftAdvancedOption$Key' => '

The key for the additional connection option.

', 'AmazonRedshiftAdvancedOption$Value' => '

The value for the additional connection option.

', 'AmazonRedshiftNodeData$CatalogRedshiftSchema' => '

The Redshift schema name when working with a data catalog.

', 'AmazonRedshiftNodeData$CatalogRedshiftTable' => '

The database table to read from.

', 'AmazonRedshiftNodeData$SampleQuery' => '

The SQL used to fetch the data from a Redshift sources when the SourceType is \'query\'.

', 'AmazonRedshiftNodeData$PreAction' => '

The SQL used before a MERGE or APPEND with upsert is run.

', 'AmazonRedshiftNodeData$PostAction' => '

The SQL used before a MERGE or APPEND with upsert is run.

', 'AmazonRedshiftNodeData$Action' => '

Specifies how writing to a Redshift cluser will occur.

', 'AmazonRedshiftNodeData$MergeClause' => '

The SQL used in a custom merge to deal with matching records.

', 'AmazonRedshiftNodeData$CrawlerConnection' => '

Specifies the name of the connection that is associated with the catalog table used.

', 'AmazonRedshiftNodeData$StagingTable' => '

The name of the temporary staging table that is used when doing a MERGE or APPEND with upsert.

', 'Blueprint$BlueprintLocation' => '

Specifies the path in Amazon S3 where the blueprint is published.

', 'Blueprint$BlueprintServiceLocation' => '

Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.

', 'CrawlsFilter$FieldValue' => '

The value provided for comparison on the crawl field.

', 'CreateDevEndpointRequest$EndpointName' => '

The name to be assigned to the new DevEndpoint.

', 'CreateDevEndpointRequest$SubnetId' => '

The subnet ID for the new DevEndpoint to use.

', 'CreateDevEndpointRequest$PublicKey' => '

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

', 'CreateDevEndpointRequest$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.

', 'CreateDevEndpointRequest$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$EndpointName' => '

The name assigned to the new DevEndpoint.

', 'CreateDevEndpointResponse$Status' => '

The current status of the new DevEndpoint.

', 'CreateDevEndpointResponse$SubnetId' => '

The subnet ID assigned to the new DevEndpoint.

', 'CreateDevEndpointResponse$YarnEndpointAddress' => '

The address of the YARN endpoint used by this DevEndpoint.

', 'CreateDevEndpointResponse$AvailabilityZone' => '

The Amazon Web Services Availability Zone where this DevEndpoint is located.

', 'CreateDevEndpointResponse$VpcId' => '

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

', 'CreateDevEndpointResponse$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$ExtraJarsS3Path' => '

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$FailureReason' => '

The reason for a current failure in this DevEndpoint.

', 'CreateTriggerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

This field is required when the trigger type is SCHEDULED.

', 'CreateWorkflowRequest$Description' => '

A description of the workflow.

', 'DQAdditionalOptions$value' => NULL, 'DataQualityResult$EvaluationContext' => '

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

', 'DeleteDevEndpointRequest$EndpointName' => '

The name of the DevEndpoint.

', 'DevEndpoint$EndpointName' => '

The name of the DevEndpoint.

', 'DevEndpoint$SubnetId' => '

The subnet ID for this DevEndpoint.

', 'DevEndpoint$YarnEndpointAddress' => '

The YARN endpoint address used by this DevEndpoint.

', 'DevEndpoint$PrivateAddress' => '

A private IP address to access the DevEndpoint within a VPC if the DevEndpoint is created within one. The PrivateAddress field is present only when you create the DevEndpoint within your VPC.

', 'DevEndpoint$PublicAddress' => '

The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-virtual private cloud (VPC) DevEndpoint.

', 'DevEndpoint$Status' => '

The current status of this DevEndpoint.

', 'DevEndpoint$AvailabilityZone' => '

The Amazon Web Services Availability Zone where this DevEndpoint is located.

', 'DevEndpoint$VpcId' => '

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

', 'DevEndpoint$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

', 'DevEndpoint$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

', 'DevEndpoint$FailureReason' => '

The reason for a current failure in this DevEndpoint.

', 'DevEndpoint$LastUpdateStatus' => '

The status of the last update.

', 'DevEndpoint$PublicKey' => '

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

', 'DevEndpointCustomLibraries$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

', 'DevEndpointCustomLibraries$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

', 'DevEndpointNames$member' => NULL, 'GenericMap$key' => NULL, 'GenericMap$value' => NULL, 'GetBlueprintRunsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetBlueprintRunsResponse$NextToken' => '

A continuation token, if not all blueprint runs have been returned.

', 'GetDataQualityResultResponse$EvaluationContext' => '

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

', 'GetDataQualityRuleRecommendationRunResponse$ErrorString' => '

The error strings that are associated with the run.

', 'GetDataQualityRulesetEvaluationRunResponse$ErrorString' => '

The error strings that are associated with the run.

', 'GetDevEndpointRequest$EndpointName' => '

Name of the DevEndpoint to retrieve information for.

', 'GetDevEndpointsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetDevEndpointsResponse$NextToken' => '

A continuation token, if not all DevEndpoint definitions have yet been returned.

', 'GetJobRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetJobRunsResponse$NextToken' => '

A continuation token, if not all requested job runs have been returned.

', 'GetJobsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetJobsResponse$NextToken' => '

A continuation token, if not all job definitions have yet been returned.

', 'GetMLTaskRunResponse$LogGroupName' => '

The names of the log groups that are associated with the task run.

', 'GetMLTaskRunResponse$ErrorString' => '

The error strings that are associated with the task run.

', 'GetSecurityConfigurationsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetSecurityConfigurationsResponse$NextToken' => '

A continuation token, if there are more security configurations to return.

', 'GetTriggersRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetTriggersResponse$NextToken' => '

A continuation token, if not all the requested triggers have yet been returned.

', 'GetWorkflowRunsRequest$NextToken' => '

The maximum size of the response.

', 'GetWorkflowRunsResponse$NextToken' => '

A continuation token, if not all requested workflow runs have been returned.

', 'JobCommand$Name' => '

The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be gluestreaming. For a Ray job, this must be glueray.

', 'JobRun$LogGroupName' => '

The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using KMS. This name can be /aws-glue/jobs/, in which case the default encryption is NONE. If you add a role name and SecurityConfiguration name (in other words, /aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/), then that security configuration is used to encrypt the log group.

', 'LastActiveDefinition$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

', 'LastActiveDefinition$BlueprintServiceLocation' => '

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

', 'ListBlueprintsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListBlueprintsResponse$NextToken' => '

A continuation token, if not all blueprint names have been returned.

', 'ListDevEndpointsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListDevEndpointsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListJobsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListJobsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListTriggersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListTriggersResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListWorkflowsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListWorkflowsResponse$NextToken' => '

A continuation token, if not all workflow names have been returned.

', 'MapValue$key' => NULL, 'MapValue$value' => NULL, 'OrchestrationStringList$member' => NULL, 'PublicKeysList$member' => NULL, 'SnowflakeNodeData$Schema' => '

Specifies a Snowflake database schema for your node to use.

', 'SnowflakeNodeData$Table' => '

Specifies a Snowflake table for your node to use.

', 'SnowflakeNodeData$Database' => '

Specifies a Snowflake database for your node to use.

', 'SnowflakeNodeData$SampleQuery' => '

A SQL string used to retrieve data with the query sourcetype.

', 'SnowflakeNodeData$PreAction' => '

A SQL string run before the Snowflake connector performs its standard actions.

', 'SnowflakeNodeData$PostAction' => '

A SQL string run after the Snowflake connector performs its standard actions.

', 'SnowflakeNodeData$Action' => '

Specifies what action to take when writing to a table with preexisting data. Valid values: append, merge, truncate, drop.

', 'SnowflakeNodeData$MergeClause' => '

A SQL statement that specifies a custom merge behavior.

', 'SnowflakeNodeData$StagingTable' => '

The name of a staging table used when performing merge or upsert append actions. Data is written to this table, then moved to table by a generated postaction.

', 'Statement$Code' => '

The execution code of the statement.

', 'StatementOutput$ErrorName' => '

The name of the error in the output.

', 'StatementOutput$ErrorValue' => '

The error value of the output.

', 'StatementOutputData$TextPlain' => '

The code execution output in text format.

', 'StringList$member' => NULL, 'TaskRun$LogGroupName' => '

The names of the log group for secure logging, associated with this task run.

', 'TaskRun$ErrorString' => '

The list of error strings associated with this task run.

', 'Trigger$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'TriggerUpdate$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateDevEndpointRequest$EndpointName' => '

The name of the DevEndpoint to be updated.

', 'UpdateDevEndpointRequest$PublicKey' => '

The public key for the DevEndpoint to use.

', 'UpdateWorkflowRequest$Description' => '

The description of the workflow.

', 'Workflow$Description' => '

A description of the workflow.

', 'WorkflowRunProperties$value' => NULL, ], ], 'GetBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCatalogImportStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCatalogImportStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifiersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifiersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnNamesList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionRequest$ColumnNames' => '

A list of the column names.

', 'GetColumnStatisticsForTableRequest$ColumnNames' => '

A list of the column names.

', ], ], 'GetColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionsFilter' => [ 'base' => '

Filters the connection definitions that are returned by the GetConnections API operation.

', 'refs' => [ 'GetConnectionsRequest$Filter' => '

A filter that controls which connections are returned.

', ], ], 'GetConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataCatalogEncryptionSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataCatalogEncryptionSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityResultResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataflowGraphRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataflowGraphResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobBookmarkRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobBookmarkResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMappingRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMappingResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionIndexesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionIndexesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponseList' => [ 'base' => NULL, 'refs' => [ 'GetResourcePoliciesResponse$GetResourcePoliciesResponseList' => '

A list of the individual resource policies and the account-level resource policy.

', ], ], 'GetResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaByDefinitionInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaByDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionsDiffInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionsDiffResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionsList' => [ 'base' => NULL, 'refs' => [ 'GetTableVersionsResponse$TableVersions' => '

A list of strings identifying available versions of the specified table.

', ], ], 'GetTableVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTablesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredTableMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredTableMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunPropertiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunPropertiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GlueEncryptionException' => [ 'base' => '

An encryption operation failed.

', 'refs' => [], ], 'GluePolicy' => [ 'base' => '

A structure for returning a resource policy.

', 'refs' => [ 'GetResourcePoliciesResponseList$member' => NULL, ], ], 'GlueRecordType' => [ 'base' => NULL, 'refs' => [ 'JDBCDataTypeMapping$value' => NULL, ], ], 'GlueResourceArn' => [ 'base' => NULL, 'refs' => [ 'CreateRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the newly created registry.

', 'CreateSchemaResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'CreateSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'DeleteRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry being deleted.

', 'DeleteResourcePolicyRequest$ResourceArn' => '

The ARN of the Glue resource for the resource policy to be deleted.

', 'DeleteSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema being deleted.

', 'FederatedResourceAlreadyExistsException$AssociatedGlueResource' => '

The associated Glue resource already exists.

', 'GetRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'GetResourcePolicyRequest$ResourceArn' => '

The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Glue Resource ARNs.

', 'GetSchemaByDefinitionResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetSchemaResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'GetSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetSchemaVersionResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetTagsRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource for which to retrieve tags.

', 'PutResourcePolicyRequest$ResourceArn' => '

Do not use. For internal use only.

', 'PutSchemaVersionMetadataResponse$SchemaArn' => '

The Amazon Resource Name (ARN) for the schema.

', 'RegistryId$RegistryArn' => '

Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

', 'RegistryListItem$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'RemoveSchemaVersionMetadataResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'SchemaId$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

', 'SchemaListItem$SchemaArn' => '

The Amazon Resource Name (ARN) for the schema.

', 'SchemaVersionListItem$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'TagResourceRequest$ResourceArn' => '

The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource from which to remove the tags.

', 'UpdateRegistryResponse$RegistryArn' => '

The Amazon Resource name (ARN) of the updated registry.

', 'UpdateSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', ], ], 'GlueSchema' => [ 'base' => '

Specifies a user-defined schema when a schema cannot be determined by Glue.

', 'refs' => [ 'GlueSchemas$member' => NULL, ], ], 'GlueSchemas' => [ 'base' => NULL, 'refs' => [ 'AthenaConnectorSource$OutputSchemas' => '

Specifies the data schema for the custom Athena source.

', 'CatalogDeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'CatalogHudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'CustomCode$OutputSchemas' => '

Specifies the data schema for the custom code transform.

', 'DynamicTransform$OutputSchemas' => '

Specifies the data schema for the dynamic transform.

', 'JDBCConnectorSource$OutputSchemas' => '

Specifies the data schema for the custom JDBC source.

', 'JDBCConnectorTarget$OutputSchemas' => '

Specifies the data schema for the JDBC target.

', 'S3CatalogDeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'S3CatalogHudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'S3CsvSource$OutputSchemas' => '

Specifies the data schema for the S3 CSV source.

', 'S3DeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'S3HudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'S3JsonSource$OutputSchemas' => '

Specifies the data schema for the S3 JSON source.

', 'S3ParquetSource$OutputSchemas' => '

Specifies the data schema for the S3 Parquet source.

', 'SnowflakeSource$OutputSchemas' => '

Specifies user-defined schemas for your output data.

', 'SparkConnectorSource$OutputSchemas' => '

Specifies data schema for the custom spark source.

', 'SparkConnectorTarget$OutputSchemas' => '

Specifies the data schema for the custom spark target.

', 'SparkSQL$OutputSchemas' => '

Specifies the data schema for the SparkSQL transform.

', ], ], 'GlueStudioColumnNameString' => [ 'base' => NULL, 'refs' => [ 'GlueStudioSchemaColumn$Name' => '

The name of the column in the Glue Studio schema.

', ], ], 'GlueStudioPathList' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Groups' => '

Specifies the fields to group by.

', 'DropFields$Paths' => '

A JSON path to a variable in the data structure.

', 'GovernedCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'JoinColumn$Keys' => '

The key of the column to be joined.

', 'Merge$PrimaryKeys' => '

The list of primary key fields to match records from the source and staging dynamic frames.

', 'S3CatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DeltaCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DeltaDirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3GlueParquetTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3HudiCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3HudiDirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'SelectFields$Paths' => '

A JSON path to a variable in the data structure.

', 'SplitFields$Paths' => '

A JSON path to a variable in the data structure.

', ], ], 'GlueStudioSchemaColumn' => [ 'base' => '

Specifies a single column in a Glue schema definition.

', 'refs' => [ 'GlueStudioSchemaColumnList$member' => NULL, ], ], 'GlueStudioSchemaColumnList' => [ 'base' => NULL, 'refs' => [ 'GlueSchema$Columns' => '

Specifies the column definitions that make up a Glue schema.

', ], ], 'GlueTable' => [ 'base' => '

The database and table in the Glue Data Catalog that is used for input or output data.

', 'refs' => [ 'DataSource$GlueTable' => '

An Glue table.

', 'GlueTables$member' => NULL, ], ], 'GlueTableAdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'GlueTable$AdditionalOptions' => '

Additional options for the table. Currently there are two keys supported:

', ], ], 'GlueTables' => [ 'base' => NULL, 'refs' => [ 'CreateMLTransformRequest$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', 'GetMLTransformResponse$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', 'MLTransform$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', ], ], 'GlueVersionString' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'CreateDevEndpointResponse$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

', 'CreateJobRequest$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'CreateMLTransformRequest$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'CreateSessionRequest$GlueVersion' => '

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

', 'DevEndpoint$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'GetMLTransformResponse$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'Job$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'JobRun$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'JobUpdate$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'MLTransform$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'Session$GlueVersion' => '

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

', 'TransformFilterCriteria$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'UpdateMLTransformRequest$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', ], ], 'GovernedCatalogSource' => [ 'base' => '

Specifies the data store in the governed Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$GovernedCatalogSource' => '

Specifies a data source in a goverened Data Catalog.

', ], ], 'GovernedCatalogTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$GovernedCatalogTarget' => '

Specifies a data target that writes to a goverened catalog.

', ], ], 'GrokClassifier' => [ 'base' => '

A classifier that uses grok patterns.

', 'refs' => [ 'Classifier$GrokClassifier' => '

A classifier that uses grok.

', ], ], 'GrokPattern' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$GrokPattern' => '

The grok pattern used by this classifier.

', 'GrokClassifier$GrokPattern' => '

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

', 'UpdateGrokClassifierRequest$GrokPattern' => '

The grok pattern used by this classifier.

', ], ], 'HashString' => [ 'base' => NULL, 'refs' => [ 'CancelDataQualityRuleRecommendationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'CancelDataQualityRulesetEvaluationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'CancelMLTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'CancelMLTaskRunRequest$TaskRunId' => '

A unique identifier for the task run.

', 'CancelMLTaskRunResponse$TransformId' => '

The unique identifier of the machine learning transform.

', 'CancelMLTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'CreateDataQualityRulesetRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'CreateMLTransformResponse$TransformId' => '

A unique identifier that is generated for the transform.

', 'DataQualityResult$ResultId' => '

A unique result ID for the data quality result.

', 'DataQualityResult$JobRunId' => '

The job run ID associated with the data quality result, if any.

', 'DataQualityResult$RulesetEvaluationRunId' => '

The unique run ID for the ruleset evaluation for this data quality result.

', 'DataQualityResultDescription$ResultId' => '

The unique result ID for this data quality result.

', 'DataQualityResultDescription$JobRunId' => '

The job run ID associated with the data quality result.

', 'DataQualityResultFilterCriteria$JobRunId' => '

Filter results by the specified job run ID.

', 'DataQualityResultIdList$member' => NULL, 'DataQualityResultIds$member' => NULL, 'DataQualityRuleRecommendationRunDescription$RunId' => '

The unique run identifier associated with this run.

', 'DataQualityRulesetEvaluationRunDescription$RunId' => '

The unique run identifier associated with this run.

', 'DataQualityRulesetListDetails$RecommendationRunId' => '

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

', 'DeleteMLTransformRequest$TransformId' => '

The unique identifier of the transform to delete.

', 'DeleteMLTransformResponse$TransformId' => '

The unique identifier of the transform that was deleted.

', 'DeleteResourcePolicyRequest$PolicyHashCondition' => '

The hash value returned when this policy was set.

', 'FindMatchesTaskRunProperties$JobId' => '

The job ID for the Find Matches task run.

', 'FindMatchesTaskRunProperties$JobRunId' => '

The job run ID for the Find Matches task run.

', 'GetDataQualityResultRequest$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$JobRunId' => '

The job run ID associated with the data quality result, if any.

', 'GetDataQualityResultResponse$RulesetEvaluationRunId' => '

The unique run ID associated with the ruleset evaluation.

', 'GetDataQualityRuleRecommendationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRuleRecommendationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetEvaluationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetEvaluationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetResponse$RecommendationRunId' => '

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

', 'GetMLTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'GetMLTaskRunRequest$TaskRunId' => '

The unique identifier of the task run.

', 'GetMLTaskRunResponse$TransformId' => '

The unique identifier of the task run.

', 'GetMLTaskRunResponse$TaskRunId' => '

The unique run identifier associated with this run.

', 'GetMLTaskRunsRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'GetMLTransformRequest$TransformId' => '

The unique identifier of the transform, generated at the time that the transform was created.

', 'GetMLTransformResponse$TransformId' => '

The unique identifier of the transform, generated at the time that the transform was created.

', 'GetResourcePolicyResponse$PolicyHash' => '

Contains the hash value associated with this policy.

', 'GluePolicy$PolicyHash' => '

Contains the hash value associated with this policy.

', 'MLTransform$TransformId' => '

The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.

', 'PutResourcePolicyRequest$PolicyHashCondition' => '

The hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.

', 'PutResourcePolicyResponse$PolicyHash' => '

A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.

', 'StartDataQualityRuleRecommendationRunRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'StartDataQualityRuleRecommendationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'StartDataQualityRulesetEvaluationRunRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'StartDataQualityRulesetEvaluationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'StartExportLabelsTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartExportLabelsTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'StartImportLabelsTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartImportLabelsTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'StartMLEvaluationTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartMLEvaluationTaskRunResponse$TaskRunId' => '

The unique identifier associated with this run.

', 'StartMLLabelingSetGenerationTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartMLLabelingSetGenerationTaskRunResponse$TaskRunId' => '

The unique run identifier that is associated with this task run.

', 'TaskRun$TransformId' => '

The unique identifier for the transform.

', 'TaskRun$TaskRunId' => '

The unique identifier for this task run.

', 'TransformIdList$member' => NULL, 'UpdateMLTransformRequest$TransformId' => '

A unique identifier that was generated when the transform was created.

', 'UpdateMLTransformResponse$TransformId' => '

The unique identifier for the transform that was updated.

', ], ], 'HudiTarget' => [ 'base' => '

Specifies an Apache Hudi data source.

', 'refs' => [ 'HudiTargetList$member' => NULL, ], ], 'HudiTargetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3HudiDirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'HudiTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$HudiTargets' => '

Specifies Apache Hudi data store targets.

', ], ], 'IcebergInput' => [ 'base' => '

A structure that defines an Apache Iceberg metadata table to create in the catalog.

', 'refs' => [ 'OpenTableFormatInput$IcebergInput' => '

Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.

', ], ], 'IcebergTarget' => [ 'base' => '

Specifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.

', 'refs' => [ 'IcebergTargetList$member' => NULL, ], ], 'IcebergTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$IcebergTargets' => '

Specifies Apache Iceberg data store targets.

', ], ], 'IdString' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunError$JobRunId' => '

The JobRunId of the job run in question.

', 'BatchStopJobRunJobRunIdList$member' => NULL, 'BatchStopJobRunSuccessfulSubmission$JobRunId' => '

The JobRunId of the job run that was stopped.

', 'BlueprintDetails$RunId' => '

The run ID for this blueprint.

', 'BlueprintRun$RunId' => '

The run ID for this blueprint run.

', 'GetBlueprintRunRequest$RunId' => '

The run ID for the blueprint run you want to retrieve.

', 'GetJobRunRequest$RunId' => '

The ID of the job run.

', 'GetWorkflowRunPropertiesRequest$RunId' => '

The ID of the workflow run whose run properties should be returned.

', 'GetWorkflowRunRequest$RunId' => '

The ID of the workflow run.

', 'JobRun$Id' => '

The ID of this job run.

', 'JobRun$PreviousRunId' => '

The ID of the previous run of this job. For example, the JobRunId specified in the StartJobRun action.

', 'Predecessor$RunId' => '

The job-run ID of the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$RunId' => '

The ID of the workflow run for which the run properties should be updated.

', 'ResumeWorkflowRunRequest$RunId' => '

The ID of the workflow run to resume.

', 'ResumeWorkflowRunResponse$RunId' => '

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

', 'StartBlueprintRunResponse$RunId' => '

The run ID for this blueprint run.

', 'StartJobRunRequest$JobRunId' => '

The ID of a previous JobRun to retry.

', 'StartJobRunResponse$JobRunId' => '

The ID assigned to this job run.

', 'StartWorkflowRunResponse$RunId' => '

An Id for the new run.

', 'StopWorkflowRunRequest$RunId' => '

The ID of the workflow run to stop.

', 'Trigger$Id' => '

Reserved for future use.

', 'WorkflowRun$WorkflowRunId' => '

The ID of this workflow run.

', 'WorkflowRun$PreviousRunId' => '

The ID of the previous workflow run.

', 'WorkflowRunProperties$key' => NULL, ], ], 'IdempotentParameterMismatchException' => [ 'base' => '

The same unique identifier was associated with two different records.

', 'refs' => [], ], 'IllegalBlueprintStateException' => [ 'base' => '

The blueprint is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'IllegalSessionStateException' => [ 'base' => '

The session is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'IllegalWorkflowStateException' => [ 'base' => '

The workflow is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'ImportCatalogToGlueRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportCatalogToGlueResponse' => [ 'base' => NULL, 'refs' => [], ], 'ImportLabelsTaskRunProperties' => [ 'base' => '

Specifies configuration properties for an importing labels task run.

', 'refs' => [ 'TaskRunProperties$ImportLabelsTaskRunProperties' => '

The configuration properties for an importing labels task run.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$LineNumber' => '

The line number of the node.

', 'DecimalNumber$Scale' => '

The scale that determines where the decimal point falls in the unscaled value.

', 'StorageDescriptor$NumberOfBuckets' => '

Must be specified if the table contains any dimension columns.

', ], ], 'IntegerFlag' => [ 'base' => NULL, 'refs' => [ 'Order$SortOrder' => '

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

', ], ], 'IntegerValue' => [ 'base' => NULL, 'refs' => [ 'CancelStatementRequest$Id' => '

The ID of the statement to be cancelled.

', 'CreateDevEndpointRequest$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.

', 'CreateDevEndpointResponse$ZeppelinRemoteSparkInterpreterPort' => '

The Apache Zeppelin port for the remote Apache Spark interpreter.

', 'CreateDevEndpointResponse$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

', 'CreateJobRequest$AllocatedCapacity' => '

This parameter is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'DevEndpoint$ZeppelinRemoteSparkInterpreterPort' => '

The Apache Zeppelin port for the remote Apache Spark interpreter.

', 'DevEndpoint$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

', 'GetStatementRequest$Id' => '

The Id of the statement.

', 'Job$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'JobBookmarkEntry$Version' => '

The version of the job.

', 'JobBookmarkEntry$Run' => '

The run ID number.

', 'JobBookmarkEntry$Attempt' => '

The attempt ID number.

', 'JobRun$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'JobUpdate$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'RunStatementResponse$Id' => '

Returns the Id of the statement that was run.

', 'StartJobRunRequest$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this JobRun. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'Statement$Id' => '

The ID of the statement.

', 'StatementOutput$ExecutionCount' => '

The execution count of the output.

', 'WorkflowRunStatistics$TotalActions' => '

Total number of Actions in the workflow run.

', 'WorkflowRunStatistics$TimeoutActions' => '

Total number of Actions that timed out.

', 'WorkflowRunStatistics$FailedActions' => '

Total number of Actions that have failed.

', 'WorkflowRunStatistics$StoppedActions' => '

Total number of Actions that have stopped.

', 'WorkflowRunStatistics$SucceededActions' => '

Total number of Actions that have succeeded.

', 'WorkflowRunStatistics$RunningActions' => '

Total number Actions in running state.

', 'WorkflowRunStatistics$ErroredActions' => '

Indicates the count of job runs in the ERROR state in the workflow run.

', 'WorkflowRunStatistics$WaitingActions' => '

Indicates the count of job runs in WAITING state in the workflow run.

', ], ], 'InternalServiceException' => [ 'base' => '

An internal service error occurred.

', 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input provided was not valid.

', 'refs' => [], ], 'InvalidStateException' => [ 'base' => '

An error that indicates your data is in an invalid state.

', 'refs' => [], ], 'IsVersionValid' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityResponse$Valid' => '

Return true, if the schema is valid and false otherwise.

', ], ], 'Iso8601DateTime' => [ 'base' => NULL, 'refs' => [ 'KafkaStreamingSourceOptions$StartingTimestamp' => '

The timestamp of the record in the Kafka topic to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00+08:00").

Only one of StartingTimestamp or StartingOffsets must be set.

', 'KinesisStreamingSourceOptions$StartingTimestamp' => '

The timestamp of the record in the Kinesis data stream to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00+08:00").

', ], ], 'JDBCConnectionType' => [ 'base' => NULL, 'refs' => [ 'DirectJDBCSource$ConnectionType' => '

The connection type of the JDBC source.

', ], ], 'JDBCConnectorOptions' => [ 'base' => '

Additional connection options for the connector.

', 'refs' => [ 'JDBCConnectorSource$AdditionalOptions' => '

Additional connection options for the connector.

', ], ], 'JDBCConnectorSource' => [ 'base' => '

Specifies a connector to a JDBC data source.

', 'refs' => [ 'CodeGenConfigurationNode$JDBCConnectorSource' => '

Specifies a connector to a JDBC data source.

', ], ], 'JDBCConnectorTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', 'refs' => [ 'CodeGenConfigurationNode$JDBCConnectorTarget' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', ], ], 'JDBCDataType' => [ 'base' => NULL, 'refs' => [ 'JDBCDataTypeMapping$key' => NULL, ], ], 'JDBCDataTypeMapping' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorOptions$DataTypeMapping' => '

Custom data type mapping that builds a mapping from a JDBC data type to an Glue data type. For example, the option "dataTypeMapping":{"FLOAT":"STRING"} maps data fields of JDBC type FLOAT into the Java String type by calling the ResultSet.getString() method of the driver, and uses it to build the Glue record. The ResultSet object is implemented by each driver, so the behavior is specific to the driver you use. Refer to the documentation for your JDBC driver to understand how the driver performs the conversions.

', ], ], 'JdbcMetadataEntry' => [ 'base' => NULL, 'refs' => [ 'EnableAdditionalMetadata$member' => NULL, ], ], 'JdbcTarget' => [ 'base' => '

Specifies a JDBC data store to crawl.

', 'refs' => [ 'JdbcTargetList$member' => NULL, ], ], 'JdbcTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$JdbcTargets' => '

Specifies JDBC targets.

', ], ], 'Job' => [ 'base' => '

Specifies a job definition.

', 'refs' => [ 'GetJobResponse$Job' => '

The requested job definition.

', 'JobList$member' => NULL, ], ], 'JobBookmarkEntry' => [ 'base' => '

Defines a point that a job can resume processing.

', 'refs' => [ 'GetJobBookmarkResponse$JobBookmarkEntry' => '

A structure that defines a point that a job can resume processing.

', 'ResetJobBookmarkResponse$JobBookmarkEntry' => '

The reset bookmark entry.

', ], ], 'JobBookmarksEncryption' => [ 'base' => '

Specifies how job bookmark data should be encrypted.

', 'refs' => [ 'EncryptionConfiguration$JobBookmarksEncryption' => '

The encryption configuration for job bookmarks.

', ], ], 'JobBookmarksEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'JobBookmarksEncryption$JobBookmarksEncryptionMode' => '

The encryption mode to use for job bookmarks data.

', ], ], 'JobCommand' => [ 'base' => '

Specifies code that runs when a job is run.

', 'refs' => [ 'CreateJobRequest$Command' => '

The JobCommand that runs this job.

', 'Job$Command' => '

The JobCommand that runs this job.

', 'JobUpdate$Command' => '

The JobCommand that runs this job (required).

', ], ], 'JobList' => [ 'base' => NULL, 'refs' => [ 'BatchGetJobsResponse$Jobs' => '

A list of job definitions.

', 'GetJobsResponse$Jobs' => '

A list of job definitions.

', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'GetJobBookmarkRequest$JobName' => '

The name of the job in question.

', 'JobBookmarkEntry$JobName' => '

The name of the job in question.

', 'ResetJobBookmarkRequest$JobName' => '

The name of the job in question.

', ], ], 'JobNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetJobsRequest$JobNames' => '

A list of job names, which might be the names returned from the ListJobs operation.

', 'BatchGetJobsResponse$JobsNotFound' => '

A list of names of jobs not found.

', 'ListJobsResponse$JobNames' => '

The names of all jobs in the account, or the jobs with the specified tags.

', ], ], 'JobNodeDetails' => [ 'base' => '

The details of a Job node present in the workflow.

', 'refs' => [ 'Node$JobDetails' => '

Details of the Job when the node represents a Job.

', ], ], 'JobRun' => [ 'base' => '

Contains information about a job run.

', 'refs' => [ 'GetJobRunResponse$JobRun' => '

The requested job-run metadata.

', 'JobRunList$member' => NULL, ], ], 'JobRunList' => [ 'base' => NULL, 'refs' => [ 'GetJobRunsResponse$JobRuns' => '

A list of job-run metadata objects.

', 'JobNodeDetails$JobRuns' => '

The information for the job runs represented by the job node.

', ], ], 'JobRunState' => [ 'base' => NULL, 'refs' => [ 'Condition$State' => '

The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

', 'JobRun$JobRunState' => '

The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see Glue Job Run Statuses.

', ], ], 'JobUpdate' => [ 'base' => '

Specifies information used to update an existing job definition. The previous job definition is completely overwritten by this information.

', 'refs' => [ 'UpdateJobRequest$JobUpdate' => '

Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.

', ], ], 'Join' => [ 'base' => '

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

', 'refs' => [ 'CodeGenConfigurationNode$Join' => '

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

', ], ], 'JoinColumn' => [ 'base' => '

Specifies a column to be joined.

', 'refs' => [ 'JoinColumns$member' => NULL, ], ], 'JoinColumns' => [ 'base' => NULL, 'refs' => [ 'Join$Columns' => '

A list of the two columns to be joined.

', ], ], 'JoinType' => [ 'base' => NULL, 'refs' => [ 'Join$JoinType' => '

Specifies the type of join to be performed on the datasets.

', ], ], 'JsonClassifier' => [ 'base' => '

A classifier for JSON content.

', 'refs' => [ 'Classifier$JsonClassifier' => '

A classifier for JSON content.

', ], ], 'JsonPath' => [ 'base' => NULL, 'refs' => [ 'CreateJsonClassifierRequest$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', 'JsonClassifier$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', 'UpdateJsonClassifierRequest$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', ], ], 'JsonValue' => [ 'base' => NULL, 'refs' => [ 'JobBookmarkEntry$JobBookmark' => '

The bookmark itself.

', ], ], 'KafkaStreamingSourceOptions' => [ 'base' => '

Additional options for streaming.

', 'refs' => [ 'CatalogKafkaSource$StreamingOptions' => '

Specifies the streaming options.

', 'DirectKafkaSource$StreamingOptions' => '

Specifies the streaming options.

', ], ], 'KeyList' => [ 'base' => NULL, 'refs' => [ 'PartitionIndex$Keys' => '

The keys for the partition index.

', ], ], 'KeySchemaElement' => [ 'base' => '

A partition key pair consisting of a name and a type.

', 'refs' => [ 'KeySchemaElementList$member' => NULL, ], ], 'KeySchemaElementList' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$Keys' => '

A list of one or more keys, as KeySchemaElement structures, for the partition index.

', ], ], 'KeyString' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$key' => NULL, ], ], 'KinesisStreamingSourceOptions' => [ 'base' => '

Additional options for the Amazon Kinesis streaming data source.

', 'refs' => [ 'CatalogKinesisSource$StreamingOptions' => '

Additional options for the Kinesis streaming data source.

', 'DirectKinesisSource$StreamingOptions' => '

Additional options for the Kinesis streaming data source.

', ], ], 'KmsKeyArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchEncryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', 'JobBookmarksEncryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', 'S3Encryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', ], ], 'LabelCount' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$LabelCount' => '

The number of labels available for this transform.

', 'MLTransform$LabelCount' => '

A count identifier for the labeling files generated by Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.

', ], ], 'LabelingSetGenerationTaskRunProperties' => [ 'base' => '

Specifies configuration properties for a labeling set generation task run.

', 'refs' => [ 'TaskRunProperties$LabelingSetGenerationTaskRunProperties' => '

The configuration properties for a labeling set generation task run.

', ], ], 'LakeFormationConfiguration' => [ 'base' => '

Specifies Lake Formation configuration settings for the crawler.

', 'refs' => [ 'Crawler$LakeFormationConfiguration' => '

Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.

', 'CreateCrawlerRequest$LakeFormationConfiguration' => '

Specifies Lake Formation configuration settings for the crawler.

', 'UpdateCrawlerRequest$LakeFormationConfiguration' => '

Specifies Lake Formation configuration settings for the crawler.

', ], ], 'Language' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$Language' => '

The programming language of the resulting code from the DAG.

', 'GetPlanRequest$Language' => '

The programming language of the code to perform the mapping.

', ], ], 'LastActiveDefinition' => [ 'base' => '

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

', 'refs' => [ 'Blueprint$LastActiveDefinition' => '

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

', ], ], 'LastCrawlInfo' => [ 'base' => '

Status and error information about the most recent crawl.

', 'refs' => [ 'Crawler$LastCrawl' => '

The status of the last crawl, and potentially error information if an error occurred.

', ], ], 'LastCrawlStatus' => [ 'base' => NULL, 'refs' => [ 'LastCrawlInfo$Status' => '

Status of the last crawl.

', ], ], 'LatestSchemaVersionBoolean' => [ 'base' => NULL, 'refs' => [ 'PutSchemaVersionMetadataResponse$LatestVersion' => '

The latest version of the schema.

', 'RemoveSchemaVersionMetadataResponse$LatestVersion' => '

The latest version of the schema.

', 'SchemaVersionNumber$LatestVersion' => '

The latest version available for the schema.

', ], ], 'LimitedPathList' => [ 'base' => NULL, 'refs' => [ 'DropDuplicates$Columns' => '

The name of the columns to be merged or removed if repeating.

', ], ], 'LimitedStringList' => [ 'base' => NULL, 'refs' => [ 'LimitedPathList$member' => NULL, ], ], 'LineageConfiguration' => [ 'base' => '

Specifies data lineage configuration settings for the crawler.

', 'refs' => [ 'Crawler$LineageConfiguration' => '

A configuration that specifies whether data lineage is enabled for the crawler.

', 'CreateCrawlerRequest$LineageConfiguration' => '

Specifies data lineage configuration settings for the crawler.

', 'UpdateCrawlerRequest$LineageConfiguration' => '

Specifies data lineage configuration settings for the crawler.

', ], ], 'ListBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBlueprintsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomEntityTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomEntityTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityResultsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityResultsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRuleRecommendationRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRuleRecommendationRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetEvaluationRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetEvaluationRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMLTransformsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMLTransformsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRegistriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListRegistriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemaVersionsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemaVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemasInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemasResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStatementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStatementsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'Location' => [ 'base' => '

The location of resources.

', 'refs' => [ 'GetMappingRequest$Location' => '

Parameters for the mapping.

', 'GetPlanRequest$Location' => '

The parameters for the mapping.

', ], ], 'LocationMap' => [ 'base' => NULL, 'refs' => [ 'SkewedInfo$SkewedColumnValueLocationMaps' => '

A mapping of skewed values to the columns that contain them.

', ], ], 'LocationString' => [ 'base' => NULL, 'refs' => [ 'LocationStringList$member' => NULL, 'StorageDescriptor$Location' => '

The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.

', ], ], 'LocationStringList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$AdditionalLocations' => '

A list of locations that point to the path where a Delta table is located.

', ], ], 'LogGroup' => [ 'base' => NULL, 'refs' => [ 'Crawl$LogGroup' => '

The log group associated with the crawl.

', 'CrawlerHistory$LogGroup' => '

The log group associated with the crawl.

', 'LastCrawlInfo$LogGroup' => '

The log group for the last crawl.

', ], ], 'LogStream' => [ 'base' => NULL, 'refs' => [ 'Crawl$LogStream' => '

The log stream associated with the crawl.

', 'CrawlerHistory$LogStream' => '

The log stream associated with the crawl.

', 'LastCrawlInfo$LogStream' => '

The log stream for the last crawl.

', ], ], 'Logical' => [ 'base' => NULL, 'refs' => [ 'Predicate$Logical' => '

An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.

', ], ], 'LogicalOperator' => [ 'base' => NULL, 'refs' => [ 'Condition$LogicalOperator' => '

A logical operator.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'LongColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'LongColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'LongColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for integer data columns.

', 'refs' => [ 'ColumnStatisticsData$LongColumnStatisticsData' => '

Long column statistics data.

', ], ], 'LongValue' => [ 'base' => NULL, 'refs' => [ 'Statement$StartedOn' => '

The unix time and date that the job definition was started.

', 'Statement$CompletedOn' => '

The unix time and date that the job definition was completed.

', ], ], 'MLTransform' => [ 'base' => '

A structure for a machine learning transform.

', 'refs' => [ 'TransformList$member' => NULL, ], ], 'MLTransformNotReadyException' => [ 'base' => '

The machine learning transform is not ready to run.

', 'refs' => [], ], 'MLUserDataEncryption' => [ 'base' => '

The encryption-at-rest settings of the transform that apply to accessing user data.

', 'refs' => [ 'TransformEncryption$MlUserDataEncryption' => '

An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.

', ], ], 'MLUserDataEncryptionModeString' => [ 'base' => NULL, 'refs' => [ 'MLUserDataEncryption$MlUserDataEncryptionMode' => '

The encryption mode applied to user data. Valid values are:

', ], ], 'ManyInputs' => [ 'base' => NULL, 'refs' => [ 'CustomCode$Inputs' => '

The data inputs identified by their node names.

', 'EvaluateDataQualityMultiFrame$Inputs' => '

The inputs of your data quality evaluation. The first input in this list is the primary data source.

', 'SparkSQL$Inputs' => '

The data inputs identified by their node names. You can associate a table name with each input node to use in the SQL query. The name you choose must meet the Spark SQL naming restrictions.

', ], ], 'MapValue' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$Arguments' => '

A map of arguments used to configure the DevEndpoint.

', 'CreateDevEndpointResponse$Arguments' => '

The map of arguments used to configure this DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'DevEndpoint$Arguments' => '

A map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'UpdateDevEndpointRequest$AddArguments' => '

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', ], ], 'Mapping' => [ 'base' => '

Specifies the mapping of data property keys.

', 'refs' => [ 'Mappings$member' => NULL, ], ], 'MappingEntry' => [ 'base' => '

Defines a mapping.

', 'refs' => [ 'MappingList$member' => NULL, ], ], 'MappingList' => [ 'base' => NULL, 'refs' => [ 'GetMappingResponse$Mapping' => '

A list of mappings to the specified targets.

', 'GetPlanRequest$Mapping' => '

The list of mappings from a source table to target tables.

', ], ], 'Mappings' => [ 'base' => NULL, 'refs' => [ 'ApplyMapping$Mapping' => '

Specifies the mapping of data property keys in the data source to data property keys in the data target.

', 'Mapping$Children' => '

Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also Mapping, but its FromPath will be the parent\'s FromPath plus the FromPath from this structure.

For the children part, suppose you have the structure:

{ "FromPath": "OuterStructure", "ToKey": "OuterStructure", "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath": "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }] }

You can specify a Mapping that looks like:

{ "FromPath": "OuterStructure", "ToKey": "OuterStructure", "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath": "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }] }

', ], ], 'MaskValue' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$MaskValue' => '

Indicates the value that will replace the detected entity.

', ], ], 'MatchCriteria' => [ 'base' => NULL, 'refs' => [ 'Connection$MatchCriteria' => '

A list of criteria that can be used in selecting this connection.

', 'ConnectionInput$MatchCriteria' => '

A list of criteria that can be used in selecting this connection.

', 'GetConnectionsFilter$MatchCriteria' => '

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

', ], ], 'MaxConcurrentRuns' => [ 'base' => NULL, 'refs' => [ 'ExecutionProperty$MaxConcurrentRuns' => '

The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

', ], ], 'MaxResultsNumber' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', 'ListSchemaVersionsInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', 'ListSchemasInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', ], ], 'MaxRetries' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaxRetries' => '

The maximum number of times to retry this job if it fails.

', 'Job$MaxRetries' => '

The maximum number of times to retry this job after a JobRun fails.

', 'JobUpdate$MaxRetries' => '

The maximum number of times to retry this job if it fails.

', ], ], 'Merge' => [ 'base' => '

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

', 'refs' => [ 'CodeGenConfigurationNode$Merge' => '

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

', ], ], 'MessagePrefix' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$MessagePrefix' => '

The prefix for a CloudWatch message about this crawl.

', 'LastCrawlInfo$MessagePrefix' => '

The prefix for a message about this crawl.

', ], ], 'MessageString' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => '

A message describing the problem.

', 'AlreadyExistsException$Message' => '

A message describing the problem.

', 'BlueprintRun$ErrorMessage' => '

Indicates any errors that are seen while running the blueprint.

', 'BlueprintRun$RollbackErrorMessage' => '

If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.

', 'ConcurrentModificationException$Message' => '

A message describing the problem.

', 'ConcurrentRunsExceededException$Message' => '

A message describing the problem.

', 'ConditionCheckFailureException$Message' => '

A message describing the problem.

', 'ConflictException$Message' => '

A message describing the problem.

', 'CrawlerNotRunningException$Message' => '

A message describing the problem.

', 'CrawlerRunningException$Message' => '

A message describing the problem.

', 'CrawlerStoppingException$Message' => '

A message describing the problem.

', 'EntityNotFoundException$Message' => '

A message describing the problem.

', 'FederatedResourceAlreadyExistsException$Message' => '

The message describing the problem.

', 'FederationSourceException$Message' => '

The message describing the problem.

', 'FederationSourceRetryableException$Message' => NULL, 'GlueEncryptionException$Message' => '

The message describing the problem.

', 'IdempotentParameterMismatchException$Message' => '

A message describing the problem.

', 'IllegalBlueprintStateException$Message' => '

A message describing the problem.

', 'IllegalSessionStateException$Message' => '

A message describing the problem.

', 'IllegalWorkflowStateException$Message' => '

A message describing the problem.

', 'InternalServiceException$Message' => '

A message describing the problem.

', 'InvalidInputException$Message' => '

A message describing the problem.

', 'InvalidStateException$Message' => '

A message describing the problem.

', 'MLTransformNotReadyException$Message' => '

A message describing the problem.

', 'NoScheduleException$Message' => '

A message describing the problem.

', 'OperationTimeoutException$Message' => '

A message describing the problem.

', 'PermissionTypeMismatchException$Message' => '

There is a mismatch between the SupportedPermissionType used in the query request and the permissions defined on the target table.

', 'ResourceNotReadyException$Message' => '

A message describing the problem.

', 'ResourceNumberLimitExceededException$Message' => '

A message describing the problem.

', 'SchedulerNotRunningException$Message' => '

A message describing the problem.

', 'SchedulerRunningException$Message' => '

A message describing the problem.

', 'SchedulerTransitioningException$Message' => '

A message describing the problem.

', 'ValidationException$Message' => '

A message describing the problem.

', 'VersionMismatchException$Message' => '

A message describing the problem.

', ], ], 'MetadataInfo' => [ 'base' => '

A structure containing metadata information for a schema version.

', 'refs' => [ 'MetadataInfoMap$value' => NULL, ], ], 'MetadataInfoMap' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataResponse$MetadataInfoMap' => '

A map of a metadata key and associated values.

', ], ], 'MetadataKeyString' => [ 'base' => NULL, 'refs' => [ 'MetadataInfoMap$key' => NULL, 'MetadataKeyValuePair$MetadataKey' => '

A metadata key.

', 'PutSchemaVersionMetadataResponse$MetadataKey' => '

The metadata key.

', 'RemoveSchemaVersionMetadataResponse$MetadataKey' => '

The metadata key.

', ], ], 'MetadataKeyValuePair' => [ 'base' => '

A structure containing a key value pair for metadata.

', 'refs' => [ 'MetadataList$member' => NULL, 'PutSchemaVersionMetadataInput$MetadataKeyValue' => '

The metadata key\'s corresponding value.

', 'RemoveSchemaVersionMetadataInput$MetadataKeyValue' => '

The value of the metadata key.

', ], ], 'MetadataList' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataInput$MetadataList' => '

Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.

', ], ], 'MetadataOperation' => [ 'base' => NULL, 'refs' => [ 'IcebergInput$MetadataOperation' => '

A required metadata operation. Can only be set to CREATE.

', ], ], 'MetadataValueString' => [ 'base' => NULL, 'refs' => [ 'MetadataInfo$MetadataValue' => '

The metadata key’s corresponding value.

', 'MetadataKeyValuePair$MetadataValue' => '

A metadata key’s corresponding value.

', 'OtherMetadataValueListItem$MetadataValue' => '

The metadata key’s corresponding value for the other metadata belonging to the same metadata key.

', 'PutSchemaVersionMetadataResponse$MetadataValue' => '

The value of the metadata key.

', 'RemoveSchemaVersionMetadataResponse$MetadataValue' => '

The value of the metadata key.

', ], ], 'MicrosoftSQLServerCatalogSource' => [ 'base' => '

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$MicrosoftSQLServerCatalogSource' => '

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

', ], ], 'MicrosoftSQLServerCatalogTarget' => [ 'base' => '

Specifies a target that uses Microsoft SQL.

', 'refs' => [ 'CodeGenConfigurationNode$MicrosoftSQLServerCatalogTarget' => '

Specifies a target that uses Microsoft SQL.

', ], ], 'MillisecondsCount' => [ 'base' => NULL, 'refs' => [ 'Crawler$CrawlElapsedTime' => '

If the crawler is running, contains the total time elapsed since the last crawl began.

', ], ], 'MongoDBTarget' => [ 'base' => '

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

', 'refs' => [ 'MongoDBTargetList$member' => NULL, ], ], 'MongoDBTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$MongoDBTargets' => '

Specifies Amazon DocumentDB or MongoDB targets.

', ], ], 'MySQLCatalogSource' => [ 'base' => '

Specifies a MySQL data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$MySQLCatalogSource' => '

Specifies a MySQL data source in the Glue Data Catalog.

', ], ], 'MySQLCatalogTarget' => [ 'base' => '

Specifies a target that uses MySQL.

', 'refs' => [ 'CodeGenConfigurationNode$MySQLCatalogTarget' => '

Specifies a target that uses MySQL.

', ], ], 'NameString' => [ 'base' => NULL, 'refs' => [ 'Action$JobName' => '

The name of a job to be run.

', 'Action$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this action.

', 'Action$CrawlerName' => '

The name of the crawler to be used with this action.

', 'BatchCreatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be created.

', 'BatchCreatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be created.

', 'BatchDeletePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'BatchDeletePartitionRequest$TableName' => '

The name of the table that contains the partitions to be deleted.

', 'BatchDeleteTableNameList$member' => NULL, 'BatchDeleteTableRequest$DatabaseName' => '

The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.

', 'BatchDeleteTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'BatchDeleteTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'BatchGetPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'BatchGetPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'BatchStopJobRunError$JobName' => '

The name of the job definition that is used in the job run in question.

', 'BatchStopJobRunRequest$JobName' => '

The name of the job definition for which to stop job runs.

', 'BatchStopJobRunSuccessfulSubmission$JobName' => '

The name of the job definition used in the job run that was stopped.

', 'BatchUpdatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be updated.

', 'BatchUpdatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be updated.

', 'BlueprintRun$WorkflowName' => '

The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.

', 'CancelStatementRequest$SessionId' => '

The Session ID of the statement to be cancelled.

', 'CatalogEntry$DatabaseName' => '

The database in which the table metadata resides.

', 'CatalogEntry$TableName' => '

The name of the table in question.

', 'CatalogImportStatus$ImportedBy' => '

The name of the person who initiated the migration.

', 'CatalogTablesList$member' => NULL, 'CatalogTarget$DatabaseName' => '

The name of the database to be synchronized.

', 'ClassifierNameList$member' => NULL, 'Column$Name' => '

The name of the Column.

', 'ColumnError$ColumnName' => '

The name of the column that failed.

', 'ColumnImportance$ColumnName' => '

The name of a column.

', 'ColumnRowFilter$ColumnName' => '

A string containing the name of the column.

', 'ColumnStatistics$ColumnName' => '

Name of column which statistics belong to.

', 'Condition$JobName' => '

The name of the job whose JobRuns this condition applies to, and on which this trigger waits.

', 'Condition$CrawlerName' => '

The name of the crawler to which this condition applies.

', 'Connection$Name' => '

The name of the connection definition.

', 'Connection$LastUpdatedBy' => '

The user, group, or role that last updated this connection definition.

', 'ConnectionInput$Name' => '

The name of the connection. Connection will not function as expected without a name.

', 'ConnectionPasswordEncryption$AwsKmsKeyId' => '

An KMS key that is used to encrypt the connection password.

If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified KMS key, to encrypt passwords before storing them in the Data Catalog.

You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.

', 'ContextWords$member' => NULL, 'Crawler$Name' => '

The name of the crawler.

', 'CrawlerHistory$Summary' => '

A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.

', 'CrawlerMetrics$CrawlerName' => '

The name of the crawler.

', 'CrawlerNameList$member' => NULL, 'CreateBlueprintResponse$Name' => '

Returns the name of the blueprint that was registered.

', 'CreateCrawlerRequest$Name' => '

Name of the new crawler.

', 'CreateCsvClassifierRequest$Name' => '

The name of the classifier.

', 'CreateCustomEntityTypeRequest$Name' => '

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

', 'CreateCustomEntityTypeRequest$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'CreateCustomEntityTypeResponse$Name' => '

The name of the custom pattern you created.

', 'CreateDataQualityRulesetRequest$Name' => '

A unique name for the data quality ruleset.

', 'CreateDataQualityRulesetResponse$Name' => '

A unique name for the data quality ruleset.

', 'CreateDevEndpointRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

', 'CreateDevEndpointResponse$SecurityConfiguration' => '

The name of the SecurityConfiguration structure being used with this DevEndpoint.

', 'CreateGrokClassifierRequest$Name' => '

The name of the new classifier.

', 'CreateJobRequest$Name' => '

The name you assign to this job definition. It must be unique in your account.

', 'CreateJobRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'CreateJobResponse$Name' => '

The unique name that was provided for this job definition.

', 'CreateJsonClassifierRequest$Name' => '

The name of the classifier.

', 'CreateMLTransformRequest$Name' => '

The unique name that you give the transform when you create it.

', 'CreatePartitionIndexRequest$DatabaseName' => '

Specifies the name of a database in which you want to create a partition index.

', 'CreatePartitionIndexRequest$TableName' => '

Specifies the name of a table in which you want to create a partition index.

', 'CreatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be created.

', 'CreatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be created.

', 'CreateSecurityConfigurationRequest$Name' => '

The name for the new security configuration.

', 'CreateSecurityConfigurationResponse$Name' => '

The name assigned to the new security configuration.

', 'CreateSessionRequest$Id' => '

The ID of the session request.

', 'CreateSessionRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with the session

', 'CreateTableRequest$DatabaseName' => '

The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.

', 'CreateTriggerRequest$Name' => '

The name of the trigger.

', 'CreateTriggerRequest$WorkflowName' => '

The name of the workflow associated with the trigger.

', 'CreateTriggerResponse$Name' => '

The name of the trigger.

', 'CreateUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database in which to create the function.

', 'CreateWorkflowRequest$Name' => '

The name to be assigned to the workflow. It should be unique within your account.

', 'CreateWorkflowResponse$Name' => '

The name of the workflow which was provided as part of the request.

', 'CreateXMLClassifierRequest$Name' => '

The name of the classifier.

', 'CsvClassifier$Name' => '

The name of the classifier.

', 'CsvHeader$member' => NULL, 'CustomDatatypes$member' => NULL, 'CustomEntityType$Name' => '

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

', 'CustomEntityType$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'CustomEntityTypeNames$member' => NULL, 'DataQualityResult$RulesetName' => '

The name of the ruleset associated with the data quality result.

', 'DataQualityResult$JobName' => '

The job name associated with the data quality result, if any.

', 'DataQualityResultDescription$JobName' => '

The job name associated with the data quality result.

', 'DataQualityResultFilterCriteria$JobName' => '

Filter results by the specified job name.

', 'DataQualityRuleResult$Name' => '

The name of the data quality rule.

', 'DataQualityRulesetFilterCriteria$Name' => '

The name of the ruleset filter criteria.

', 'DataQualityRulesetListDetails$Name' => '

The name of the data quality ruleset.

', 'DataQualityTargetTable$TableName' => '

The name of the Glue table.

', 'DataQualityTargetTable$DatabaseName' => '

The name of the database where the Glue table exists.

', 'DataQualityTargetTable$CatalogId' => '

The catalog id where the Glue table exists.

', 'DataSourceMap$key' => NULL, 'Database$Name' => '

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

', 'DatabaseIdentifier$DatabaseName' => '

The name of the catalog database.

', 'DatabaseIdentifier$Region' => '

Region of the target database.

', 'DatabaseInput$Name' => '

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

', 'DeleteBlueprintRequest$Name' => '

The name of the blueprint to delete.

', 'DeleteBlueprintResponse$Name' => '

Returns the name of the blueprint that was deleted.

', 'DeleteClassifierRequest$Name' => '

Name of the classifier to remove.

', 'DeleteColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'DeleteColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'DeleteColumnStatisticsForPartitionRequest$ColumnName' => '

Name of the column.

', 'DeleteColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'DeleteColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'DeleteColumnStatisticsForTableRequest$ColumnName' => '

The name of the column.

', 'DeleteConnectionNameList$member' => NULL, 'DeleteConnectionRequest$ConnectionName' => '

The name of the connection to delete.

', 'DeleteCrawlerRequest$Name' => '

The name of the crawler to remove.

', 'DeleteCustomEntityTypeRequest$Name' => '

The name of the custom pattern that you want to delete.

', 'DeleteCustomEntityTypeResponse$Name' => '

The name of the custom pattern you deleted.

', 'DeleteDataQualityRulesetRequest$Name' => '

A name for the data quality ruleset.

', 'DeleteDatabaseRequest$Name' => '

The name of the database to delete. For Hive compatibility, this must be all lowercase.

', 'DeleteJobRequest$JobName' => '

The name of the job definition to delete.

', 'DeleteJobResponse$JobName' => '

The name of the job definition that was deleted.

', 'DeletePartitionIndexRequest$DatabaseName' => '

Specifies the name of a database from which you want to delete a partition index.

', 'DeletePartitionIndexRequest$TableName' => '

Specifies the name of a table from which you want to delete a partition index.

', 'DeletePartitionIndexRequest$IndexName' => '

The name of the partition index to be deleted.

', 'DeletePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'DeletePartitionRequest$TableName' => '

The name of the table that contains the partition to be deleted.

', 'DeleteSecurityConfigurationRequest$Name' => '

The name of the security configuration to delete.

', 'DeleteSessionRequest$Id' => '

The ID of the session to be deleted.

', 'DeleteSessionResponse$Id' => '

Returns the ID of the deleted session.

', 'DeleteTableRequest$DatabaseName' => '

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableRequest$Name' => '

The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTriggerRequest$Name' => '

The name of the trigger to delete.

', 'DeleteTriggerResponse$Name' => '

The name of the trigger that was deleted.

', 'DeleteUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function is located.

', 'DeleteUserDefinedFunctionRequest$FunctionName' => '

The name of the function definition to be deleted.

', 'DeleteWorkflowRequest$Name' => '

Name of the workflow to be deleted.

', 'DeleteWorkflowResponse$Name' => '

Name of the workflow specified in input.

', 'DevEndpoint$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

', 'DevEndpointNameList$member' => NULL, 'Edge$SourceId' => '

The unique of the node within the workflow where the edge starts.

', 'Edge$DestinationId' => '

The unique of the node within the workflow where the edge ends.

', 'EncryptionAtRest$SseAwsKmsKeyId' => '

The ID of the KMS key to use for encryption at rest.

', 'ErrorByName$key' => NULL, 'ErrorDetail$ErrorCode' => '

The code associated with this error.

', 'EvaluatedMetricsMap$key' => NULL, 'FederatedDatabase$ConnectionName' => '

The name of the connection to the external metastore.

', 'FederatedTable$ConnectionName' => '

The name of the connection to the external metastore.

', 'FindMatchesTaskRunProperties$JobName' => '

The name assigned to the job for the Find Matches task run.

', 'GetBlueprintRequest$Name' => '

The name of the blueprint.

', 'GetBlueprintRunsRequest$BlueprintName' => '

The name of the blueprint.

', 'GetClassifierRequest$Name' => '

Name of the classifier to retrieve.

', 'GetColumnNamesList$member' => NULL, 'GetColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'GetColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'GetConnectionRequest$Name' => '

The name of the connection definition to retrieve.

', 'GetCrawlerRequest$Name' => '

The name of the crawler to retrieve metadata for.

', 'GetCustomEntityTypeRequest$Name' => '

The name of the custom pattern that you want to retrieve.

', 'GetCustomEntityTypeResponse$Name' => '

The name of the custom pattern that you retrieved.

', 'GetCustomEntityTypeResponse$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'GetDataQualityResultResponse$RulesetName' => '

The name of the ruleset associated with the data quality result.

', 'GetDataQualityResultResponse$JobName' => '

The job name associated with the data quality result, if any.

', 'GetDataQualityRuleRecommendationRunResponse$CreatedRulesetName' => '

The name of the ruleset that was created by the run.

', 'GetDataQualityRulesetRequest$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$Name' => '

The name of the ruleset.

', 'GetDatabaseRequest$Name' => '

The name of the database to retrieve. For Hive compatibility, this should be all lowercase.

', 'GetJobRequest$JobName' => '

The name of the job definition to retrieve.

', 'GetJobRunRequest$JobName' => '

Name of the job definition being run.

', 'GetJobRunsRequest$JobName' => '

The name of the job definition for which to retrieve all job runs.

', 'GetMLTransformResponse$Name' => '

The unique name given to the transform when it was created.

', 'GetPartitionIndexesRequest$DatabaseName' => '

Specifies the name of a database from which you want to retrieve partition indexes.

', 'GetPartitionIndexesRequest$TableName' => '

Specifies the name of a table for which you want to retrieve the partition indexes.

', 'GetPartitionRequest$DatabaseName' => '

The name of the catalog database where the partition resides.

', 'GetPartitionRequest$TableName' => '

The name of the partition\'s table.

', 'GetPartitionsRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetPartitionsRequest$TableName' => '

The name of the partitions\' table.

', 'GetSecurityConfigurationRequest$Name' => '

The name of the security configuration to retrieve.

', 'GetSessionRequest$Id' => '

The ID of the session.

', 'GetStatementRequest$SessionId' => '

The Session ID of the statement.

', 'GetTableRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableRequest$Name' => '

The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionsRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionsRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'GetTablesRequest$DatabaseName' => '

The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

', 'GetTriggerRequest$Name' => '

The name of the trigger to retrieve.

', 'GetTriggersRequest$DependentJobName' => '

The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.

', 'GetUnfilteredPartitionMetadataRequest$DatabaseName' => '

(Required) Specifies the name of a database that contains the partition.

', 'GetUnfilteredPartitionMetadataRequest$TableName' => '

(Required) Specifies the name of a table that contains the partition.

', 'GetUnfilteredPartitionsMetadataRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetUnfilteredPartitionsMetadataRequest$TableName' => '

The name of the table that contains the partition.

', 'GetUnfilteredTableMetadataRequest$DatabaseName' => '

(Required) Specifies the name of a database that contains the table.

', 'GetUnfilteredTableMetadataRequest$Name' => '

(Required) Specifies the name of a table for which you are requesting metadata.

', 'GetUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function is located.

', 'GetUserDefinedFunctionRequest$FunctionName' => '

The name of the function.

', 'GetUserDefinedFunctionsRequest$DatabaseName' => '

The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.

', 'GetUserDefinedFunctionsRequest$Pattern' => '

An optional function-name pattern string that filters the function definitions returned.

', 'GetWorkflowRequest$Name' => '

The name of the workflow to retrieve.

', 'GetWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'GetWorkflowRunRequest$Name' => '

Name of the workflow being run.

', 'GetWorkflowRunsRequest$Name' => '

Name of the workflow whose metadata of runs should be returned.

', 'GlueTable$DatabaseName' => '

A database name in the Glue Data Catalog.

', 'GlueTable$TableName' => '

A table name in the Glue Data Catalog.

', 'GlueTable$CatalogId' => '

A unique identifier for the Glue Data Catalog.

', 'GlueTable$ConnectionName' => '

The name of the connection to the Glue Data Catalog.

', 'GlueTableAdditionalOptions$key' => NULL, 'GrokClassifier$Name' => '

The name of the classifier.

', 'Job$Name' => '

The name you assign to this job definition.

', 'Job$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'JobNameList$member' => NULL, 'JobRun$TriggerName' => '

The name of the trigger that started this job run.

', 'JobRun$JobName' => '

The name of the job definition being used in this run.

', 'JobRun$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job run.

', 'JobUpdate$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'JsonClassifier$Name' => '

The name of the classifier.

', 'KeyList$member' => NULL, 'KeySchemaElement$Name' => '

The name of a partition key.

', 'ListCrawlsRequest$CrawlerName' => '

The name of the crawler whose runs you want to retrieve.

', 'ListStatementsRequest$SessionId' => '

The Session ID of the statements.

', 'ListTriggersRequest$DependentJobName' => '

The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

', 'MLTransform$Name' => '

A user-defined name for the machine learning transform. Names are not guaranteed unique and can be changed at any time.

', 'MLUserDataEncryption$KmsKeyId' => '

The ID for the customer-provided KMS key.

', 'MatchCriteria$member' => NULL, 'NameStringList$member' => NULL, 'Node$Name' => '

The name of the Glue component represented by the node.

', 'Node$UniqueId' => '

The unique Id assigned to the node within the workflow.

', 'NodeIdList$member' => NULL, 'Order$Column' => '

The name of the column.

', 'Partition$DatabaseName' => '

The name of the catalog database in which to create the partition.

', 'Partition$TableName' => '

The name of the database table in which to create the partition.

', 'PartitionIndex$IndexName' => '

The name of the partition index.

', 'PartitionIndexDescriptor$IndexName' => '

The name of the partition index.

', 'PhysicalConnectionRequirements$SubnetId' => '

The subnet ID used by the connection.

', 'PhysicalConnectionRequirements$AvailabilityZone' => '

The connection\'s Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.

', 'Predecessor$JobName' => '

The name of the job definition used by the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'ResumeWorkflowRunRequest$Name' => '

The name of the workflow to resume.

', 'RulesetNames$member' => NULL, 'RunStatementRequest$SessionId' => '

The Session Id of the statement to be run.

', 'SecurityConfiguration$Name' => '

The name of the security configuration.

', 'SecurityGroupIdList$member' => NULL, 'SerDeInfo$Name' => '

Name of the SerDe.

', 'SerDeInfo$SerializationLibrary' => '

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

', 'Session$Id' => '

The ID of the session.

', 'Session$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with the session.

', 'SessionCommand$Name' => '

Specifies the name of the SessionCommand. Can be \'glueetl\' or \'gluestreaming\'.

', 'SessionIdList$member' => NULL, 'StartCrawlerRequest$Name' => '

Name of the crawler to start.

', 'StartCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler to schedule.

', 'StartDataQualityRuleRecommendationRunRequest$CreatedRulesetName' => '

A name for the ruleset.

', 'StartJobRunRequest$JobName' => '

The name of the job definition to use.

', 'StartJobRunRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job run.

', 'StartTriggerRequest$Name' => '

The name of the trigger to start.

', 'StartTriggerResponse$Name' => '

The name of the trigger that was started.

', 'StartWorkflowRunRequest$Name' => '

The name of the workflow to start.

', 'StopCrawlerRequest$Name' => '

Name of the crawler to stop.

', 'StopCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler whose schedule state to set.

', 'StopSessionRequest$Id' => '

The ID of the session to be stopped.

', 'StopSessionResponse$Id' => '

Returns the Id of the stopped session.

', 'StopTriggerRequest$Name' => '

The name of the trigger to stop.

', 'StopTriggerResponse$Name' => '

The name of the trigger that was stopped.

', 'StopWorkflowRunRequest$Name' => '

The name of the workflow to stop.

', 'Table$Name' => '

The table name. For Hive compatibility, this must be entirely lowercase.

', 'Table$DatabaseName' => '

The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.

', 'Table$Owner' => '

The owner of the table.

', 'Table$CreatedBy' => '

The person or entity who created the table.

', 'TableError$TableName' => '

The name of the table. For Hive compatibility, this must be entirely lowercase.

', 'TableIdentifier$DatabaseName' => '

The name of the catalog database that contains the target table.

', 'TableIdentifier$Name' => '

The name of the target table.

', 'TableIdentifier$Region' => '

Region of the target table.

', 'TableInput$Name' => '

The table name. For Hive compatibility, this is folded to lowercase when it is stored.

', 'TableInput$Owner' => '

The table owner. Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', 'TableVersionError$TableName' => '

The name of the table in question.

', 'TransformEncryption$TaskRunSecurityConfigurationName' => '

The name of the security configuration.

', 'TransformFilterCriteria$Name' => '

A unique transform name that is used to filter the machine learning transforms.

', 'Trigger$Name' => '

The name of the trigger.

', 'Trigger$WorkflowName' => '

The name of the workflow associated with the trigger.

', 'TriggerNameList$member' => NULL, 'TriggerUpdate$Name' => '

Reserved for future use.

', 'UpdateBlueprintResponse$Name' => '

Returns the name of the blueprint that was updated.

', 'UpdateColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'UpdateColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'UpdateColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'UpdateColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'UpdateConnectionRequest$Name' => '

The name of the connection definition to update.

', 'UpdateCrawlerRequest$Name' => '

Name of the new crawler.

', 'UpdateCrawlerScheduleRequest$CrawlerName' => '

The name of the crawler whose schedule to update.

', 'UpdateCsvClassifierRequest$Name' => '

The name of the classifier.

', 'UpdateDataQualityRulesetRequest$Name' => '

The name of the data quality ruleset.

', 'UpdateDataQualityRulesetResponse$Name' => '

The name of the data quality ruleset.

', 'UpdateDatabaseRequest$Name' => '

The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

', 'UpdateGrokClassifierRequest$Name' => '

The name of the GrokClassifier.

', 'UpdateJobFromSourceControlRequest$JobName' => '

The name of the Glue job to be synchronized to or from the remote repository.

', 'UpdateJobFromSourceControlRequest$RepositoryName' => '

The name of the remote repository that contains the job artifacts.

', 'UpdateJobFromSourceControlRequest$RepositoryOwner' => '

The owner of the remote repository that contains the job artifacts.

', 'UpdateJobFromSourceControlRequest$BranchName' => '

An optional branch in the remote repository.

', 'UpdateJobFromSourceControlRequest$Folder' => '

An optional folder in the remote repository.

', 'UpdateJobFromSourceControlResponse$JobName' => '

The name of the Glue job.

', 'UpdateJobRequest$JobName' => '

The name of the job definition to update.

', 'UpdateJobResponse$JobName' => '

Returns the name of the updated job definition.

', 'UpdateJsonClassifierRequest$Name' => '

The name of the classifier.

', 'UpdateMLTransformRequest$Name' => '

The unique name that you gave the transform when you created it.

', 'UpdatePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'UpdatePartitionRequest$TableName' => '

The name of the table in which the partition to be updated is located.

', 'UpdateSourceControlFromJobRequest$JobName' => '

The name of the Glue job to be synchronized to or from the remote repository.

', 'UpdateSourceControlFromJobRequest$RepositoryName' => '

The name of the remote repository that contains the job artifacts.

', 'UpdateSourceControlFromJobRequest$RepositoryOwner' => '

The owner of the remote repository that contains the job artifacts.

', 'UpdateSourceControlFromJobRequest$BranchName' => '

An optional branch in the remote repository.

', 'UpdateSourceControlFromJobRequest$Folder' => '

An optional folder in the remote repository.

', 'UpdateSourceControlFromJobResponse$JobName' => '

The name of the Glue job.

', 'UpdateTableRequest$DatabaseName' => '

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'UpdateTriggerRequest$Name' => '

The name of the trigger to update.

', 'UpdateUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function to be updated is located.

', 'UpdateUserDefinedFunctionRequest$FunctionName' => '

The name of the function.

', 'UpdateWorkflowRequest$Name' => '

Name of the workflow to be updated.

', 'UpdateWorkflowResponse$Name' => '

The name of the workflow which was specified in input.

', 'UpdateXMLClassifierRequest$Name' => '

The name of the classifier.

', 'UserDefinedFunction$FunctionName' => '

The name of the function.

', 'UserDefinedFunction$DatabaseName' => '

The name of the catalog database that contains the function.

', 'UserDefinedFunction$ClassName' => '

The Java class that contains the function code.

', 'UserDefinedFunction$OwnerName' => '

The owner of the function.

', 'UserDefinedFunctionInput$FunctionName' => '

The name of the function.

', 'UserDefinedFunctionInput$ClassName' => '

The Java class that contains the function code.

', 'UserDefinedFunctionInput$OwnerName' => '

The owner of the function.

', 'Workflow$Name' => '

The name of the workflow.

', 'WorkflowNames$member' => NULL, 'WorkflowRun$Name' => '

Name of the workflow that was run.

', 'XMLClassifier$Name' => '

The name of the classifier.

', ], ], 'NameStringList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionResponse$Succeeded' => '

A list of names of the connection definitions that were successfully deleted.

', 'GetUnfilteredPartitionMetadataResponse$AuthorizedColumns' => '

A list of column names that the user has been granted access to.

', 'GetUnfilteredTableMetadataResponse$AuthorizedColumns' => '

A list of column names that the user has been granted access to.

', 'SkewedInfo$SkewedColumnNames' => '

A list of names of columns that contain skewed values.

', 'StorageDescriptor$BucketColumns' => '

A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

', 'UnfilteredPartition$AuthorizedColumns' => '

The list of columns the user has permissions to access.

', ], ], 'NoScheduleException' => [ 'base' => '

There is no applicable schedule.

', 'refs' => [], ], 'Node' => [ 'base' => '

A node represents an Glue component (trigger, crawler, or job) on a workflow graph.

', 'refs' => [ 'NodeList$member' => NULL, ], ], 'NodeId' => [ 'base' => NULL, 'refs' => [ 'CodeGenConfigurationNodes$key' => NULL, 'ManyInputs$member' => NULL, 'Merge$Source' => '

The source DynamicFrame that will be merged with a staging DynamicFrame.

', 'OneInput$member' => NULL, 'SqlAlias$From' => '

A table, or a column in a table.

', 'TwoInputs$member' => NULL, ], ], 'NodeIdList' => [ 'base' => NULL, 'refs' => [ 'ResumeWorkflowRunRequest$NodeIds' => '

A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

', 'ResumeWorkflowRunResponse$NodeIds' => '

A list of the node IDs for the nodes that were actually restarted.

', ], ], 'NodeList' => [ 'base' => NULL, 'refs' => [ 'WorkflowGraph$Nodes' => '

A list of the the Glue components belong to the workflow represented as nodes.

', ], ], 'NodeName' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Name' => '

The name of the transform node.

', 'AmazonRedshiftSource$Name' => '

The name of the Amazon Redshift source.

', 'AmazonRedshiftTarget$Name' => '

The name of the Amazon Redshift target.

', 'ApplyMapping$Name' => '

The name of the transform node.

', 'AthenaConnectorSource$Name' => '

The name of the data source.

', 'BasicCatalogTarget$Name' => '

The name of your data target.

', 'CatalogDeltaSource$Name' => '

The name of the Delta Lake data source.

', 'CatalogHudiSource$Name' => '

The name of the Hudi data source.

', 'CatalogKafkaSource$Name' => '

The name of the data store.

', 'CatalogKinesisSource$Name' => '

The name of the data source.

', 'CatalogSource$Name' => '

The name of the data store.

', 'CustomCode$Name' => '

The name of the transform node.

', 'DQDLAliases$key' => NULL, 'DirectJDBCSource$Name' => '

The name of the JDBC source connection.

', 'DirectKafkaSource$Name' => '

The name of the data store.

', 'DirectKinesisSource$Name' => '

The name of the data source.

', 'DropDuplicates$Name' => '

The name of the transform node.

', 'DropFields$Name' => '

The name of the transform node.

', 'DropNullFields$Name' => '

The name of the transform node.

', 'DynamoDBCatalogSource$Name' => '

The name of the data source.

', 'EvaluateDataQuality$Name' => '

The name of the data quality evaluation.

', 'EvaluateDataQualityMultiFrame$Name' => '

The name of the data quality evaluation.

', 'FillMissingValues$Name' => '

The name of the transform node.

', 'Filter$Name' => '

The name of the transform node.

', 'GovernedCatalogSource$Name' => '

The name of the data store.

', 'GovernedCatalogTarget$Name' => '

The name of the data target.

', 'JDBCConnectorSource$Name' => '

The name of the data source.

', 'JDBCConnectorTarget$Name' => '

The name of the data target.

', 'Join$Name' => '

The name of the transform node.

', 'Merge$Name' => '

The name of the transform node.

', 'MicrosoftSQLServerCatalogSource$Name' => '

The name of the data source.

', 'MicrosoftSQLServerCatalogTarget$Name' => '

The name of the data target.

', 'MySQLCatalogSource$Name' => '

The name of the data source.

', 'MySQLCatalogTarget$Name' => '

The name of the data target.

', 'OracleSQLCatalogSource$Name' => '

The name of the data source.

', 'OracleSQLCatalogTarget$Name' => '

The name of the data target.

', 'PIIDetection$Name' => '

The name of the transform node.

', 'PostgreSQLCatalogSource$Name' => '

The name of the data source.

', 'PostgreSQLCatalogTarget$Name' => '

The name of the data target.

', 'Recipe$Name' => '

The name of the Glue Studio node.

', 'RedshiftSource$Name' => '

The name of the Amazon Redshift data store.

', 'RedshiftTarget$Name' => '

The name of the data target.

', 'RelationalCatalogSource$Name' => '

The name of the data source.

', 'RenameField$Name' => '

The name of the transform node.

', 'S3CatalogDeltaSource$Name' => '

The name of the Delta Lake data source.

', 'S3CatalogHudiSource$Name' => '

The name of the Hudi data source.

', 'S3CatalogSource$Name' => '

The name of the data store.

', 'S3CatalogTarget$Name' => '

The name of the data target.

', 'S3CsvSource$Name' => '

The name of the data store.

', 'S3DeltaCatalogTarget$Name' => '

The name of the data target.

', 'S3DeltaDirectTarget$Name' => '

The name of the data target.

', 'S3DeltaSource$Name' => '

The name of the Delta Lake source.

', 'S3DirectTarget$Name' => '

The name of the data target.

', 'S3GlueParquetTarget$Name' => '

The name of the data target.

', 'S3HudiCatalogTarget$Name' => '

The name of the data target.

', 'S3HudiDirectTarget$Name' => '

The name of the data target.

', 'S3HudiSource$Name' => '

The name of the Hudi source.

', 'S3JsonSource$Name' => '

The name of the data store.

', 'S3ParquetSource$Name' => '

The name of the data store.

', 'SelectFields$Name' => '

The name of the transform node.

', 'SelectFromCollection$Name' => '

The name of the transform node.

', 'SnowflakeSource$Name' => '

The name of the Snowflake data source.

', 'SnowflakeTarget$Name' => '

The name of the Snowflake target.

', 'SparkConnectorSource$Name' => '

The name of the data source.

', 'SparkConnectorTarget$Name' => '

The name of the data target.

', 'SparkSQL$Name' => '

The name of the transform node.

', 'Spigot$Name' => '

The name of the transform node.

', 'SplitFields$Name' => '

The name of the transform node.

', 'Union$Name' => '

The name of the transform node.

', ], ], 'NodeType' => [ 'base' => NULL, 'refs' => [ 'Node$Type' => '

The type of Glue component represented by the node.

', ], ], 'NonNegativeDouble' => [ 'base' => NULL, 'refs' => [ 'BinaryColumnStatisticsData$AverageLength' => '

The average bit sequence length in the column.

', 'CrawlerHistory$DPUHour' => '

The number of data processing units (DPU) used in hours for the crawl.

', 'CrawlerMetrics$TimeLeftSeconds' => '

The estimated time left to complete a running crawl.

', 'CrawlerMetrics$LastRuntimeSeconds' => '

The duration of the crawler\'s most recent run, in seconds.

', 'CrawlerMetrics$MedianRuntimeSeconds' => '

The median duration of this crawler\'s runs, in seconds.

', 'StringColumnStatisticsData$AverageLength' => '

The average string length in the column.

', ], ], 'NonNegativeInt' => [ 'base' => NULL, 'refs' => [ 'SelectFromCollection$Index' => '

The index for the DynamicFrame to be selected.

', ], ], 'NonNegativeInteger' => [ 'base' => NULL, 'refs' => [ 'CrawlerMetrics$TablesCreated' => '

The number of tables created by this crawler.

', 'CrawlerMetrics$TablesUpdated' => '

The number of tables updated by this crawler.

', 'CrawlerMetrics$TablesDeleted' => '

The number of tables deleted by this crawler.

', 'Segment$SegmentNumber' => '

The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.

', 'Table$Retention' => '

The retention time for this table.

', 'TableInput$Retention' => '

The retention time for this table.

', ], ], 'NonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'BinaryColumnStatisticsData$MaximumLength' => '

The size of the longest bit sequence in the column.

', 'BinaryColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'BooleanColumnStatisticsData$NumberOfTrues' => '

The number of true values in the column.

', 'BooleanColumnStatisticsData$NumberOfFalses' => '

The number of false values in the column.

', 'BooleanColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DateColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DateColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'DecimalColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DecimalColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'DoubleColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DoubleColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'LongColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'LongColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'StringColumnStatisticsData$MaximumLength' => '

The size of the longest string in the column.

', 'StringColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'StringColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', ], ], 'NotificationProperty' => [ 'base' => '

Specifies configuration properties of a notification.

', 'refs' => [ 'Action$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', 'CreateJobRequest$NotificationProperty' => '

Specifies configuration properties of a job notification.

', 'Job$NotificationProperty' => '

Specifies configuration properties of a job notification.

', 'JobRun$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', 'JobUpdate$NotificationProperty' => '

Specifies the configuration properties of a job notification.

', 'StartJobRunRequest$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', ], ], 'NotifyDelayAfter' => [ 'base' => NULL, 'refs' => [ 'NotificationProperty$NotifyDelayAfter' => '

After a job run starts, the number of minutes to wait before sending a job run delay notification.

', ], ], 'NullCheckBoxList' => [ 'base' => '

Represents whether certain values are recognized as null values for removal.

', 'refs' => [ 'DropNullFields$NullCheckBoxList' => '

A structure that represents whether certain values are recognized as null values for removal.

', ], ], 'NullValueField' => [ 'base' => '

Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.

', 'refs' => [ 'NullValueFields$member' => NULL, ], ], 'NullValueFields' => [ 'base' => NULL, 'refs' => [ 'DropNullFields$NullTextList' => '

A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.

The DropNullFields transform removes custom null values only if both the value of the null placeholder and the datatype match the data.

', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'AuditContext$AllColumnsRequested' => '

All columns request for audit.

', 'BatchGetBlueprintsRequest$IncludeBlueprint' => '

Specifies whether or not to include the blueprint in the response.

', 'BatchGetBlueprintsRequest$IncludeParameterSpec' => '

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

', 'BatchGetWorkflowsRequest$IncludeGraph' => '

Specifies whether to include a graph when returning the workflow resource metadata.

', 'CreateCsvClassifierRequest$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'CreateCsvClassifierRequest$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'CreateCsvClassifierRequest$CustomDatatypeConfigured' => '

Enables the configuration of custom datatypes.

', 'CsvClassifier$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'CsvClassifier$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'CsvClassifier$CustomDatatypeConfigured' => '

Enables the custom datatype to be configured.

', 'DataQualityEvaluationRunAdditionalRunOptions$CloudWatchMetricsEnabled' => '

Whether or not to enable CloudWatch metrics.

', 'DeltaTarget$WriteManifest' => '

Specifies whether to write the manifest files to the Delta table path.

', 'DeltaTarget$CreateNativeDeltaTable' => '

Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.

', 'DynamoDBTarget$scanAll' => '

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

', 'EntityNotFoundException$FromFederationSource' => '

Indicates whether or not the exception relates to a federated source.

', 'FindMatchesParameters$EnforceProvidedLabels' => '

The value to switch on or off to force the output to match the provided labels from users. If the value is True, the find matches transform forces the output to match the provided labels. The results override the normal conflation results. If the value is False, the find matches transform does not ensure all the labels provided are respected, and the results rely on the trained model.

Note that setting this value to true may increase the conflation execution time.

', 'GetBlueprintRequest$IncludeBlueprint' => '

Specifies whether or not to include the blueprint in the response.

', 'GetBlueprintRequest$IncludeParameterSpec' => '

Specifies whether or not to include the parameter specification.

', 'GetWorkflowRequest$IncludeGraph' => '

Specifies whether to include a graph when returning the workflow resource metadata.

', 'GetWorkflowRunRequest$IncludeGraph' => '

Specifies whether to include the workflow graph in response or not.

', 'GetWorkflowRunsRequest$IncludeGraph' => '

Specifies whether to include the workflow graph in response or not.

', 'InvalidInputException$FromFederationSource' => '

Indicates whether or not the exception relates to a federated source.

', 'LakeFormationConfiguration$UseLakeFormationCredentials' => '

Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.

', 'MongoDBTarget$ScanAll' => '

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

', 'UpdateCsvClassifierRequest$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'UpdateCsvClassifierRequest$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'UpdateCsvClassifierRequest$CustomDatatypeConfigured' => '

Specifies the configuration of custom datatypes.

', ], ], 'NullableDouble' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'CreateMLTransformRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'CreateSessionRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

', 'DynamoDBTarget$scanRate' => '

The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.

The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).

', 'EvaluatedMetricsMap$value' => NULL, 'GetMLTransformResponse$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'Job$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0 or later jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'JobRun$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'JobRun$DPUSeconds' => '

This field populates only for Auto Scaling job runs, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). This value may be different than the executionEngineRuntime * MaxCapacity as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity. Therefore, it is possible that the value of DPUSeconds is less than executionEngineRuntime * MaxCapacity.

', 'JobUpdate$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'MLTransform$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'Session$MaxCapacity' => '

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

', 'StartJobRunRequest$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'UpdateMLTransformRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', ], ], 'NullableInteger' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

', 'CreateDevEndpointResponse$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

', 'CreateJobRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'CreateMLTransformRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

', 'CreateMLTransformRequest$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'CreateSessionRequest$NumberOfWorkers' => '

The number of workers of a defined WorkerType to use for the session.

', 'CreateWorkflowRequest$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', 'DataQualityRulesetListDetails$RuleCount' => '

The number of rules in the ruleset.

', 'DevEndpoint$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

', 'GetDataQualityRuleRecommendationRunResponse$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'GetDataQualityRulesetEvaluationRunResponse$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'GetMLTransformResponse$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

', 'GetMLTransformResponse$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'HudiTarget$MaximumTraversalDepth' => '

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time.

', 'IcebergTarget$MaximumTraversalDepth' => '

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.

', 'Job$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'JobRun$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'JobUpdate$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'MLTransform$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a task of the transform runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

', 'MLTransform$MaxRetries' => '

The maximum number of times to retry after an MLTaskRun of the machine learning transform fails.

', 'S3Target$SampleSize' => '

Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.

', 'StartDataQualityRuleRecommendationRunRequest$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'StartDataQualityRulesetEvaluationRunRequest$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'StartJobRunRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'StartingEventBatchCondition$BatchSize' => '

Number of events in the batch.

', 'StartingEventBatchCondition$BatchWindow' => '

Duration of the batch window in seconds.

', 'UpdateMLTransformRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

', 'UpdateMLTransformRequest$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'UpdateWorkflowRequest$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', 'Workflow$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', ], ], 'OneInput' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Inputs' => '

Specifies the fields and rows to use as inputs for the aggregate transform.

', 'AmazonRedshiftTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'ApplyMapping$Inputs' => '

The data inputs identified by their node names.

', 'BasicCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'DropDuplicates$Inputs' => '

The data inputs identified by their node names.

', 'DropFields$Inputs' => '

The data inputs identified by their node names.

', 'DropNullFields$Inputs' => '

The data inputs identified by their node names.

', 'DynamicTransform$Inputs' => '

Specifies the inputs for the dynamic transform that are required.

', 'EvaluateDataQuality$Inputs' => '

The inputs of your data quality evaluation.

', 'FillMissingValues$Inputs' => '

The data inputs identified by their node names.

', 'Filter$Inputs' => '

The data inputs identified by their node names.

', 'GovernedCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'JDBCConnectorTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'MicrosoftSQLServerCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'MySQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'OracleSQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'PIIDetection$Inputs' => '

The node ID inputs to the transform.

', 'PostgreSQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'Recipe$Inputs' => '

The nodes that are inputs to the recipe node, identified by id.

', 'RedshiftTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'RenameField$Inputs' => '

The data inputs identified by their node names.

', 'S3CatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DeltaCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DeltaDirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3GlueParquetTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3HudiCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3HudiDirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'SelectFields$Inputs' => '

The data inputs identified by their node names.

', 'SelectFromCollection$Inputs' => '

The data inputs identified by their node names.

', 'SnowflakeTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'SparkConnectorTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'Spigot$Inputs' => '

The data inputs identified by their node names.

', 'SplitFields$Inputs' => '

The data inputs identified by their node names.

', ], ], 'OpenTableFormatInput' => [ 'base' => '

A structure representing an open format table.

', 'refs' => [ 'CreateTableRequest$OpenTableFormatInput' => '

Specifies an OpenTableFormatInput structure when creating an open format table.

', ], ], 'OperationTimeoutException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'Option' => [ 'base' => '

Specifies an option value.

', 'refs' => [ 'AmazonRedshiftNodeData$Connection' => '

The Glue connection to the Redshift cluster.

', 'AmazonRedshiftNodeData$Schema' => '

The Redshift schema name when working with a direct connection.

', 'AmazonRedshiftNodeData$Table' => '

The Redshift table name when working with a direct connection.

', 'AmazonRedshiftNodeData$CatalogDatabase' => '

The name of the Glue Data Catalog database when working with a data catalog.

', 'AmazonRedshiftNodeData$CatalogTable' => '

The Glue Data Catalog table name when working with a data catalog.

', 'AmazonRedshiftNodeData$IamRole' => '

Optional. The role name use when connection to S3. The IAM role ill default to the role on the job when left blank.

', 'OptionList$member' => NULL, 'SnowflakeNodeData$Connection' => '

Specifies a Glue Data Catalog Connection to a Snowflake endpoint.

', 'SnowflakeNodeData$IamRole' => '

Not currently used.

', ], ], 'OptionList' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$TableSchema' => '

The array of schema output for a given node.

', 'AmazonRedshiftNodeData$SelectedColumns' => '

The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.

', 'SnowflakeNodeData$SelectedColumns' => '

Specifies the columns combined to identify a record when detecting matches for merges and upserts. A list of structures with value, label and description keys. Each structure describes a column.

', 'SnowflakeNodeData$TableSchema' => '

Manually defines the target schema for the node. A list of structures with value , label and description keys. Each structure defines a column.

', ], ], 'OracleSQLCatalogSource' => [ 'base' => '

Specifies an Oracle data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$OracleSQLCatalogSource' => '

Specifies an Oracle data source in the Glue Data Catalog.

', ], ], 'OracleSQLCatalogTarget' => [ 'base' => '

Specifies a target that uses Oracle SQL.

', 'refs' => [ 'CodeGenConfigurationNode$OracleSQLCatalogTarget' => '

Specifies a target that uses Oracle SQL.

', ], ], 'OrchestrationArgumentsMap' => [ 'base' => NULL, 'refs' => [ 'CreateSessionRequest$DefaultArguments' => '

A map array of key-value pairs. Max is 75 pairs.

', 'Session$DefaultArguments' => '

A map array of key-value pairs. Max is 75 pairs.

', ], ], 'OrchestrationArgumentsValue' => [ 'base' => NULL, 'refs' => [ 'OrchestrationArgumentsMap$value' => NULL, ], ], 'OrchestrationIAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$RoleArn' => '

The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.

', 'StartBlueprintRunRequest$RoleArn' => '

Specifies the IAM role used to create the workflow.

', ], ], 'OrchestrationNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintNames$member' => NULL, 'Blueprint$Name' => '

The name of the blueprint.

', 'BlueprintDetails$BlueprintName' => '

The name of the blueprint.

', 'BlueprintNames$member' => NULL, 'BlueprintRun$BlueprintName' => '

The name of the blueprint.

', 'CancelStatementRequest$RequestOrigin' => '

The origin of the request to cancel the statement.

', 'CreateBlueprintRequest$Name' => '

The name of the blueprint.

', 'CreateSessionRequest$RequestOrigin' => '

The origin of the request.

', 'DeleteSessionRequest$RequestOrigin' => '

The name of the origin of the delete session request.

', 'GetBlueprintRunRequest$BlueprintName' => '

The name of the blueprint.

', 'GetSessionRequest$RequestOrigin' => '

The origin of the request.

', 'GetStatementRequest$RequestOrigin' => '

The origin of the request.

', 'ListSessionsRequest$RequestOrigin' => '

The origin of the request.

', 'ListStatementsRequest$RequestOrigin' => '

The origin of the request to list statements.

', 'OrchestrationArgumentsMap$key' => NULL, 'RunStatementRequest$RequestOrigin' => '

The origin of the request.

', 'StartBlueprintRunRequest$BlueprintName' => '

The name of the blueprint.

', 'StopSessionRequest$RequestOrigin' => '

The origin of the request.

', 'UpdateBlueprintRequest$Name' => '

The name of the blueprint.

', ], ], 'OrchestrationRoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateSessionRequest$Role' => '

The IAM Role ARN

', 'Session$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.

', ], ], 'OrchestrationS3Location' => [ 'base' => NULL, 'refs' => [ 'CreateBlueprintRequest$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published.

', 'UpdateBlueprintRequest$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published.

', ], ], 'OrchestrationStatementCodeString' => [ 'base' => NULL, 'refs' => [ 'RunStatementRequest$Code' => '

The statement code to be run.

', ], ], 'OrchestrationStringList' => [ 'base' => NULL, 'refs' => [ 'ConnectionsList$Connections' => '

A list of connections used by the job.

', 'StatementOutput$Traceback' => '

The traceback of the output.

', ], ], 'OrchestrationToken' => [ 'base' => NULL, 'refs' => [ 'ListSessionsRequest$NextToken' => '

The token for the next set of results, or null if there are no more result.

', 'ListSessionsResponse$NextToken' => '

The token for the next set of results, or null if there are no more result.

', 'ListStatementsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListStatementsResponse$NextToken' => '

A continuation token, if not all statements have yet been returned.

', ], ], 'Order' => [ 'base' => '

Specifies the sort order of a sorted column.

', 'refs' => [ 'OrderList$member' => NULL, ], ], 'OrderList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$SortColumns' => '

A list specifying the sort order of each bucket in the table.

', ], ], 'OtherMetadataValueList' => [ 'base' => NULL, 'refs' => [ 'MetadataInfo$OtherMetadataValueList' => '

Other metadata belonging to the same metadata key.

', ], ], 'OtherMetadataValueListItem' => [ 'base' => '

A structure containing other metadata for a schema version belonging to the same metadata key.

', 'refs' => [ 'OtherMetadataValueList$member' => NULL, ], ], 'PIIDetection' => [ 'base' => '

Specifies a transform that identifies, removes or masks PII data.

', 'refs' => [ 'CodeGenConfigurationNode$PIIDetection' => '

Specifies a transform that identifies, removes or masks PII data.

', ], ], 'PageSize' => [ 'base' => NULL, 'refs' => [ 'GetBlueprintRunsRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetClassifiersRequest$MaxResults' => '

The size of the list to return (optional).

', 'GetConnectionsRequest$MaxResults' => '

The maximum number of connections to return in one response.

', 'GetCrawlerMetricsRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetCrawlersRequest$MaxResults' => '

The number of crawlers to return on each call.

', 'GetDevEndpointsRequest$MaxResults' => '

The maximum size of information to return.

', 'GetJobRunsRequest$MaxResults' => '

The maximum size of the response.

', 'GetJobsRequest$MaxResults' => '

The maximum size of the response.

', 'GetMLTaskRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetMLTransformsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetPartitionsRequest$MaxResults' => '

The maximum number of partitions to return in a single response.

', 'GetResourcePoliciesRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetSecurityConfigurationsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetTriggersRequest$MaxResults' => '

The maximum size of the response.

', 'GetUnfilteredPartitionsMetadataRequest$MaxResults' => '

The maximum number of partitions to return in a single response.

', 'GetWorkflowRunsRequest$MaxResults' => '

The maximum number of workflow runs to be included in the response.

', 'ListBlueprintsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListCrawlersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListCrawlsRequest$MaxResults' => '

The maximum number of results to return. The default is 20, and maximum is 100.

', 'ListCustomEntityTypesRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityResultsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRuleRecommendationRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRulesetEvaluationRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRulesetsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDevEndpointsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListJobsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListMLTransformsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListSessionsRequest$MaxResults' => '

The maximum number of results.

', 'ListTriggersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListWorkflowsRequest$MaxResults' => '

The maximum size of a list to return.

', 'SearchTablesRequest$MaxResults' => '

The maximum number of tables to return in a single response.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'GetMLTaskRunsRequest$NextToken' => '

A token for pagination of the results. The default is empty.

', 'GetMLTaskRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'GetMLTransformsRequest$NextToken' => '

A paginated token to offset the results.

', 'GetMLTransformsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListCustomEntityTypesRequest$NextToken' => '

A paginated token to offset the results.

', 'ListCustomEntityTypesResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityResultsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityResultsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRuleRecommendationRunsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRuleRecommendationRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRulesetEvaluationRunsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRulesetEvaluationRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRulesetsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRulesetsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListMLTransformsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListMLTransformsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', ], ], 'ParamType' => [ 'base' => NULL, 'refs' => [ 'TransformConfigParameter$Type' => '

Specifies the parameter type in the config file of the dynamic transform.

', 'TransformConfigParameter$ListType' => '

Specifies the list type of the parameter in the config file of the dynamic transform.

', ], ], 'ParametersMap' => [ 'base' => NULL, 'refs' => [ 'Column$Parameters' => '

These key-value pairs define properties associated with the column.

', 'Database$Parameters' => '

These key-value pairs define parameters and properties of the database.

', 'DatabaseInput$Parameters' => '

These key-value pairs define parameters and properties of the database.

These key-value pairs define parameters and properties of the database.

', 'Partition$Parameters' => '

These key-value pairs define partition parameters.

', 'PartitionInput$Parameters' => '

These key-value pairs define partition parameters.

', 'SerDeInfo$Parameters' => '

These key-value pairs define initialization parameters for the SerDe.

', 'StorageDescriptor$Parameters' => '

The user-supplied properties in key-value form.

', 'Table$Parameters' => '

These key-value pairs define properties associated with the table.

', 'TableInput$Parameters' => '

These key-value pairs define properties associated with the table.

', ], ], 'ParametersMapValue' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$value' => NULL, ], ], 'ParquetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3GlueParquetTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3ParquetSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'Partition' => [ 'base' => '

Represents a slice of table data.

', 'refs' => [ 'GetPartitionResponse$Partition' => '

The requested information, in the form of a Partition object.

', 'GetUnfilteredPartitionMetadataResponse$Partition' => '

A Partition object containing the partition metadata.

', 'PartitionList$member' => NULL, 'UnfilteredPartition$Partition' => '

The partition object.

', ], ], 'PartitionError' => [ 'base' => '

Contains information about a partition error.

', 'refs' => [ 'PartitionErrors$member' => NULL, ], ], 'PartitionErrors' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionResponse$Errors' => '

The errors encountered when trying to create the requested partitions.

', 'BatchDeletePartitionResponse$Errors' => '

The errors encountered when trying to delete the requested partitions.

', ], ], 'PartitionIndex' => [ 'base' => '

A structure for a partition index.

', 'refs' => [ 'CreatePartitionIndexRequest$PartitionIndex' => '

Specifies a PartitionIndex structure to create a partition index in an existing table.

', 'PartitionIndexList$member' => NULL, ], ], 'PartitionIndexDescriptor' => [ 'base' => '

A descriptor for a partition index in a table.

', 'refs' => [ 'PartitionIndexDescriptorList$member' => NULL, ], ], 'PartitionIndexDescriptorList' => [ 'base' => NULL, 'refs' => [ 'GetPartitionIndexesResponse$PartitionIndexDescriptorList' => '

A list of index descriptors.

', ], ], 'PartitionIndexList' => [ 'base' => NULL, 'refs' => [ 'CreateTableRequest$PartitionIndexes' => '

A list of partition indexes, PartitionIndex structures, to create in the table.

', ], ], 'PartitionIndexStatus' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$IndexStatus' => '

The status of the partition index.

The possible statuses are:

', ], ], 'PartitionInput' => [ 'base' => '

The structure used to create and update a partition.

', 'refs' => [ 'BatchUpdatePartitionRequestEntry$PartitionInput' => '

The structure used to update a partition.

', 'CreatePartitionRequest$PartitionInput' => '

A PartitionInput structure defining the partition to be created.

', 'PartitionInputList$member' => NULL, 'UpdatePartitionRequest$PartitionInput' => '

The new partition object to update the partition to.

The Values property can\'t be changed. If you want to change the partition key values for a partition, delete and recreate the partition.

', ], ], 'PartitionInputList' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionRequest$PartitionInputList' => '

A list of PartitionInput structures that define the partitions to be created.

', ], ], 'PartitionList' => [ 'base' => NULL, 'refs' => [ 'BatchGetPartitionResponse$Partitions' => '

A list of the requested partitions.

', 'GetPartitionsResponse$Partitions' => '

A list of requested partitions.

', ], ], 'PartitionValueList' => [ 'base' => '

Contains a list of values defining partitions.

', 'refs' => [ 'BackfillErroredPartitionsList$member' => NULL, 'BatchDeletePartitionValueList$member' => NULL, 'BatchGetPartitionValueList$member' => NULL, ], ], 'Path' => [ 'base' => NULL, 'refs' => [ 'DynamoDBTarget$Path' => '

The name of the DynamoDB table to crawl.

', 'JdbcTarget$Path' => '

The path of the JDBC target.

', 'MongoDBTarget$Path' => '

The path of the Amazon DocumentDB or MongoDB target (database/collection).

', 'PathList$member' => NULL, 'S3Target$Path' => '

The path to the Amazon S3 target.

', ], ], 'PathList' => [ 'base' => NULL, 'refs' => [ 'DeltaTarget$DeltaTables' => '

A list of the Amazon S3 paths to the Delta tables.

', 'HudiTarget$Paths' => '

An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root folder.

The crawler will scan all folders underneath a path for a Hudi folder.

', 'HudiTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'IcebergTarget$Paths' => '

One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

', 'IcebergTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'JdbcTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'S3Target$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', ], ], 'Permission' => [ 'base' => NULL, 'refs' => [ 'PermissionList$member' => NULL, ], ], 'PermissionList' => [ 'base' => NULL, 'refs' => [ 'PrincipalPermissions$Permissions' => '

The permissions that are granted to the principal.

', ], ], 'PermissionType' => [ 'base' => NULL, 'refs' => [ 'PermissionTypeList$member' => NULL, ], ], 'PermissionTypeList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$SupportedPermissionTypes' => '

(Required) A list of supported permission types.

', 'GetUnfilteredPartitionsMetadataRequest$SupportedPermissionTypes' => '

A list of supported permission types.

', 'GetUnfilteredTableMetadataRequest$SupportedPermissionTypes' => '

(Required) A list of supported permission types.

', ], ], 'PermissionTypeMismatchException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'PhysicalConnectionRequirements' => [ 'base' => '

Specifies the physical requirements for a connection.

', 'refs' => [ 'Connection$PhysicalConnectionRequirements' => '

A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

', 'ConnectionInput$PhysicalConnectionRequirements' => '

A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.

', ], ], 'PiiType' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$PiiType' => '

Indicates the type of PIIDetection transform.

', ], ], 'PolicyJsonString' => [ 'base' => NULL, 'refs' => [ 'GetResourcePolicyResponse$PolicyInJson' => '

Contains the requested policy document, in JSON format.

', 'GluePolicy$PolicyInJson' => '

Contains the requested policy document, in JSON format.

', 'PutResourcePolicyRequest$PolicyInJson' => '

Contains the policy document to set, in JSON format.

', ], ], 'PollingTime' => [ 'base' => NULL, 'refs' => [ 'StreamingDataPreviewOptions$PollingTime' => '

The polling time in milliseconds.

', ], ], 'PositiveLong' => [ 'base' => NULL, 'refs' => [ 'StreamingDataPreviewOptions$RecordPollingLimit' => '

The limit to the number of records polled.

', ], ], 'PostgreSQLCatalogSource' => [ 'base' => '

Specifies a PostgresSQL data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$PostgreSQLCatalogSource' => '

Specifies a PostgresSQL data source in the Glue Data Catalog.

', ], ], 'PostgreSQLCatalogTarget' => [ 'base' => '

Specifies a target that uses Postgres SQL.

', 'refs' => [ 'CodeGenConfigurationNode$PostgreSQLCatalogTarget' => '

Specifies a target that uses Postgres SQL.

', ], ], 'Predecessor' => [ 'base' => '

A job run that was used in the predicate of a conditional trigger that triggered this job run.

', 'refs' => [ 'PredecessorList$member' => NULL, ], ], 'PredecessorList' => [ 'base' => NULL, 'refs' => [ 'JobRun$PredecessorRuns' => '

A list of predecessors to this job run.

', ], ], 'Predicate' => [ 'base' => '

Defines the predicate of the trigger, which determines when it fires.

', 'refs' => [ 'CreateTriggerRequest$Predicate' => '

A predicate to specify when the new trigger should fire.

This field is required when the trigger type is CONDITIONAL.

', 'Trigger$Predicate' => '

The predicate of this trigger, which defines when it will fire.

', 'TriggerUpdate$Predicate' => '

The predicate of this trigger, which defines when it will fire.

', ], ], 'PredicateString' => [ 'base' => NULL, 'refs' => [ 'ColumnRowFilter$RowFilterExpression' => '

A string containing the row-level filter expression.

', 'GetPartitionsRequest$Expression' => '

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume \'variable a\' holds 10 and \'variable b\' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

The following list shows the valid operators on each type. When you define a crawler, the partitionKey type is created as a STRING, to be compatible with the catalog partitions.

Sample API Call:

', 'GetUnfilteredPartitionsMetadataRequest$Expression' => '

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume \'variable a\' holds 10 and \'variable b\' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

', ], ], 'PrincipalPermissions' => [ 'base' => '

Permissions granted to a principal.

', 'refs' => [ 'PrincipalPermissionsList$member' => NULL, ], ], 'PrincipalPermissionsList' => [ 'base' => NULL, 'refs' => [ 'Database$CreateTableDefaultPermissions' => '

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

', 'DatabaseInput$CreateTableDefaultPermissions' => '

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

', ], ], 'PrincipalType' => [ 'base' => NULL, 'refs' => [ 'UserDefinedFunction$OwnerType' => '

The owner type.

', 'UserDefinedFunctionInput$OwnerType' => '

The owner type.

', ], ], 'Prob' => [ 'base' => NULL, 'refs' => [ 'Spigot$Prob' => '

The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.

', ], ], 'PropertyPredicate' => [ 'base' => '

Defines a property predicate.

', 'refs' => [ 'SearchPropertyPredicates$member' => NULL, ], ], 'PublicKeysList' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$PublicKeys' => '

A list of public keys to be used by the development endpoints for authentication. The use of this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

', 'DevEndpoint$PublicKeys' => '

A list of public keys to be used by the DevEndpoints for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API operation with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

', 'UpdateDevEndpointRequest$AddPublicKeys' => '

The list of public keys for the DevEndpoint to use.

', 'UpdateDevEndpointRequest$DeletePublicKeys' => '

The list of public keys to be deleted from the DevEndpoint.

', ], ], 'PutDataCatalogEncryptionSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutDataCatalogEncryptionSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutSchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'PutSchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutWorkflowRunPropertiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutWorkflowRunPropertiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'PythonScript' => [ 'base' => NULL, 'refs' => [ 'CreateScriptResponse$PythonScript' => '

The Python script generated from the DAG.

', 'GetDataflowGraphRequest$PythonScript' => '

The Python script to transform.

', 'GetPlanResponse$PythonScript' => '

A Python script to perform the mapping.

', ], ], 'PythonVersionString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$PythonVersion' => '

The Python version being used to run a Python shell job. Allowed values are 2 or 3.

', 'SessionCommand$PythonVersion' => '

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

', ], ], 'QuerySchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'QuerySchemaVersionMetadataMaxResults' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', ], ], 'QuerySchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'QuoteChar' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$QuoteChar' => '

Specifies the character to use for quoting. The default is a double quote: \'"\'. Set this to -1 to turn off quoting entirely.

', ], ], 'Recipe' => [ 'base' => '

A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.

', 'refs' => [ 'CodeGenConfigurationNode$Recipe' => '

Specifies a Glue DataBrew recipe node.

', ], ], 'RecipeReference' => [ 'base' => '

A reference to a Glue DataBrew recipe.

', 'refs' => [ 'Recipe$RecipeReference' => '

A reference to the DataBrew recipe used by the node.

', ], ], 'RecipeVersion' => [ 'base' => NULL, 'refs' => [ 'RecipeReference$RecipeVersion' => '

The RecipeVersion of the DataBrew recipe.

', ], ], 'RecordsCount' => [ 'base' => NULL, 'refs' => [ 'ConfusionMatrix$NumTruePositives' => '

The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumFalsePositives' => '

The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumTrueNegatives' => '

The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumFalseNegatives' => '

The number of matches in the data that the transform didn\'t find, in the confusion matrix for your transform.

', ], ], 'RecrawlBehavior' => [ 'base' => NULL, 'refs' => [ 'RecrawlPolicy$RecrawlBehavior' => '

Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.

A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.

A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last crawler run.

A value of CRAWL_EVENT_MODE specifies crawling only the changes identified by Amazon S3 events.

', ], ], 'RecrawlPolicy' => [ 'base' => '

When crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. For more information, see Incremental Crawls in Glue in the developer guide.

', 'refs' => [ 'Crawler$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', 'CreateCrawlerRequest$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', 'UpdateCrawlerRequest$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', ], ], 'RedshiftSource' => [ 'base' => '

Specifies an Amazon Redshift data store.

', 'refs' => [ 'CodeGenConfigurationNode$RedshiftSource' => '

Specifies an Amazon Redshift data store.

', ], ], 'RedshiftTarget' => [ 'base' => '

Specifies a target that uses Amazon Redshift.

', 'refs' => [ 'CodeGenConfigurationNode$RedshiftTarget' => '

Specifies a target that uses Amazon Redshift.

', ], ], 'RegisterSchemaVersionInput' => [ 'base' => NULL, 'refs' => [], ], 'RegisterSchemaVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'RegistryId' => [ 'base' => '

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'refs' => [ 'CreateSchemaInput$RegistryId' => '

This is a wrapper shape to contain the registry identity fields. If this is not provided, the default registry will be used. The ARN format for the same will be: arn:aws:glue:us-east-2:<customer id>:registry/default-registry:random-5-letter-id.

', 'DeleteRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'GetRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'ListSchemasInput$RegistryId' => '

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'UpdateRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', ], ], 'RegistryListDefinition' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesResponse$Registries' => '

An array of RegistryDetailedListItem objects containing minimal details of each registry.

', ], ], 'RegistryListItem' => [ 'base' => '

A structure containing the details for a registry.

', 'refs' => [ 'RegistryListDefinition$member' => NULL, ], ], 'RegistryStatus' => [ 'base' => NULL, 'refs' => [ 'DeleteRegistryResponse$Status' => '

The status of the registry. A successful operation will return the Deleting status.

', 'GetRegistryResponse$Status' => '

The status of the registry.

', 'RegistryListItem$Status' => '

The status of the registry.

', ], ], 'RelationalCatalogSource' => [ 'base' => '

Specifies a Relational database data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$RelationalCatalogSource' => '

Specifies a relational catalog data store in the Glue Data Catalog.

', ], ], 'RemoveSchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'RemoveSchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'RenameField' => [ 'base' => '

Specifies a transform that renames a single data property key.

', 'refs' => [ 'CodeGenConfigurationNode$RenameField' => '

Specifies a transform that renames a single data property key.

', ], ], 'ReplaceBoolean' => [ 'base' => NULL, 'refs' => [ 'ImportLabelsTaskRunProperties$Replace' => '

Indicates whether to overwrite your existing labels.

', 'StartImportLabelsTaskRunRequest$ReplaceAllLabels' => '

Indicates whether to overwrite your existing labels.

', ], ], 'ResetJobBookmarkRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetJobBookmarkResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResourceNotReadyException' => [ 'base' => '

A resource was not ready for a transaction.

', 'refs' => [], ], 'ResourceNumberLimitExceededException' => [ 'base' => '

A resource numerical limit was exceeded.

', 'refs' => [], ], 'ResourceShareType' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$ResourceShareType' => '

Allows you to specify that you want to list the databases shared with your account. The allowable values are FEDERATED, FOREIGN or ALL.

', 'SearchTablesRequest$ResourceShareType' => '

Allows you to specify that you want to search the tables shared with your account. The allowable values are FOREIGN or ALL.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceUri$ResourceType' => '

The type of the resource.

', ], ], 'ResourceUri' => [ 'base' => '

The URIs for function resources.

', 'refs' => [ 'ResourceUriList$member' => NULL, ], ], 'ResourceUriList' => [ 'base' => NULL, 'refs' => [ 'UserDefinedFunction$ResourceUris' => '

The resource URIs for the function.

', 'UserDefinedFunctionInput$ResourceUris' => '

The resource URIs for the function.

', ], ], 'ResumeWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResumeWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'Role' => [ 'base' => NULL, 'refs' => [ 'Crawler$Role' => '

The Amazon Resource Name (ARN) of an IAM role that\'s used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.

', 'CreateCrawlerRequest$Role' => '

The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.

', 'UpdateCrawlerRequest$Role' => '

The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.

', ], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$RoleArn' => '

The IAM role for the DevEndpoint.

', 'CreateDevEndpointResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

', 'DevEndpoint$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint.

', ], ], 'RoleString' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

', 'CreateMLTransformRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

', 'GetDataQualityRuleRecommendationRunResponse$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'GetDataQualityRulesetEvaluationRunResponse$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'GetMLTransformResponse$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

', 'Job$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

', 'JobUpdate$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).

', 'MLTransform$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

', 'StartDataQualityRuleRecommendationRunRequest$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'StartDataQualityRulesetEvaluationRunRequest$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'UpdateMLTransformRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

', ], ], 'RowTag' => [ 'base' => NULL, 'refs' => [ 'CreateXMLClassifierRequest$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This can\'t identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', 'UpdateXMLClassifierRequest$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', 'XMLClassifier$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This can\'t identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', ], ], 'RulesetNames' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$RulesetNames' => '

A list of ruleset names for the run.

', 'StartDataQualityRulesetEvaluationRunRequest$RulesetNames' => '

A list of ruleset names.

', ], ], 'RunId' => [ 'base' => NULL, 'refs' => [ 'GetJobBookmarkRequest$RunId' => '

The unique run identifier associated with this job run.

', 'JobBookmarkEntry$PreviousRunId' => '

The unique run identifier associated with the previous job run.

', 'JobBookmarkEntry$RunId' => '

The run ID number.

', 'ResetJobBookmarkRequest$RunId' => '

The unique run identifier associated with this job run.

', ], ], 'RunStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'RunStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'RuntimeNameString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$Runtime' => '

In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Working with Ray jobs in the Glue Developer Guide.

', ], ], 'S3CatalogDeltaSource' => [ 'base' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogDeltaSource' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', ], ], 'S3CatalogHudiSource' => [ 'base' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogHudiSource' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', ], ], 'S3CatalogSource' => [ 'base' => '

Specifies an Amazon S3 data store in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogSource' => '

Specifies an Amazon S3 data store in the Glue Data Catalog.

', ], ], 'S3CatalogTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogTarget' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', ], ], 'S3CsvSource' => [ 'base' => '

Specifies a command-separated value (CSV) data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CsvSource' => '

Specifies a command-separated value (CSV) data store stored in Amazon S3.

', ], ], 'S3DeltaCatalogTarget' => [ 'base' => '

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaCatalogTarget' => '

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

', ], ], 'S3DeltaDirectTarget' => [ 'base' => '

Specifies a target that writes to a Delta Lake data source in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaDirectTarget' => '

Specifies a target that writes to a Delta Lake data source in Amazon S3.

', ], ], 'S3DeltaSource' => [ 'base' => '

Specifies a Delta Lake data source stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaSource' => '

Specifies a Delta Lake data source stored in Amazon S3.

', ], ], 'S3DirectSourceAdditionalOptions' => [ 'base' => '

Specifies additional connection options for the Amazon S3 data store.

', 'refs' => [ 'S3CsvSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3DeltaSource$AdditionalOptions' => '

Specifies additional options for the connector.

', 'S3HudiSource$AdditionalOptions' => '

Specifies additional options for the connector.

', 'S3JsonSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3ParquetSource$AdditionalOptions' => '

Specifies additional connection options.

', ], ], 'S3DirectTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DirectTarget' => '

Specifies a data target that writes to Amazon S3.

', ], ], 'S3Encryption' => [ 'base' => '

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

', 'refs' => [ 'S3EncryptionList$member' => NULL, ], ], 'S3EncryptionList' => [ 'base' => NULL, 'refs' => [ 'EncryptionConfiguration$S3Encryption' => '

The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

', ], ], 'S3EncryptionMode' => [ 'base' => NULL, 'refs' => [ 'S3Encryption$S3EncryptionMode' => '

The encryption mode to use for Amazon S3 data.

', ], ], 'S3GlueParquetTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', 'refs' => [ 'CodeGenConfigurationNode$S3GlueParquetTarget' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', ], ], 'S3HudiCatalogTarget' => [ 'base' => '

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiCatalogTarget' => '

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

', ], ], 'S3HudiDirectTarget' => [ 'base' => '

Specifies a target that writes to a Hudi data source in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiDirectTarget' => '

Specifies a target that writes to a Hudi data source in Amazon S3.

', ], ], 'S3HudiSource' => [ 'base' => '

Specifies a Hudi data source stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiSource' => '

Specifies a Hudi data source stored in Amazon S3.

', ], ], 'S3JsonSource' => [ 'base' => '

Specifies a JSON data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3JsonSource' => '

Specifies a JSON data store stored in Amazon S3.

', ], ], 'S3ParquetSource' => [ 'base' => '

Specifies an Apache Parquet data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3ParquetSource' => '

Specifies an Apache Parquet data store stored in Amazon S3.

', ], ], 'S3SourceAdditionalOptions' => [ 'base' => '

Specifies additional connection options for the Amazon S3 data store.

', 'refs' => [ 'GovernedCatalogSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3CatalogSource$AdditionalOptions' => '

Specifies additional connection options.

', ], ], 'S3Target' => [ 'base' => '

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

', 'refs' => [ 'S3TargetList$member' => NULL, ], ], 'S3TargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$S3Targets' => '

Specifies Amazon Simple Storage Service (Amazon S3) targets.

', ], ], 'ScalaCode' => [ 'base' => NULL, 'refs' => [ 'CreateScriptResponse$ScalaCode' => '

The Scala code generated from the DAG.

', 'GetPlanResponse$ScalaCode' => '

The Scala code to perform the mapping.

', ], ], 'Schedule' => [ 'base' => '

A scheduling object using a cron statement to schedule an event.

', 'refs' => [ 'Crawler$Schedule' => '

For scheduled crawlers, the schedule when the crawler runs.

', ], ], 'ScheduleState' => [ 'base' => NULL, 'refs' => [ 'Schedule$State' => '

The state of the schedule.

', ], ], 'SchedulerNotRunningException' => [ 'base' => '

The specified scheduler is not running.

', 'refs' => [], ], 'SchedulerRunningException' => [ 'base' => '

The specified scheduler is already running.

', 'refs' => [], ], 'SchedulerTransitioningException' => [ 'base' => '

The specified scheduler is transitioning.

', 'refs' => [], ], 'SchemaChangePolicy' => [ 'base' => '

A policy that specifies update and deletion behaviors for the crawler.

', 'refs' => [ 'Crawler$SchemaChangePolicy' => '

The policy that specifies update and delete behaviors for the crawler.

', 'CreateCrawlerRequest$SchemaChangePolicy' => '

The policy for the crawler\'s update and deletion behavior.

', 'UpdateCrawlerRequest$SchemaChangePolicy' => '

The policy for the crawler\'s update and deletion behavior.

', ], ], 'SchemaCheckpointNumber' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaCheckpoint' => '

The version number of the checkpoint (the last time the compatibility mode was changed).

', 'GetSchemaResponse$SchemaCheckpoint' => '

The version number of the checkpoint (the last time the compatibility mode was changed).

', ], ], 'SchemaColumn' => [ 'base' => '

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

', 'refs' => [ 'TransformSchema$member' => NULL, ], ], 'SchemaDefinitionDiff' => [ 'base' => NULL, 'refs' => [ 'GetSchemaVersionsDiffResponse$Diff' => '

The difference between schemas as a string in JsonPatch format.

', ], ], 'SchemaDefinitionString' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityInput$SchemaDefinition' => '

The definition of the schema that has to be validated.

', 'CreateSchemaInput$SchemaDefinition' => '

The schema definition using the DataFormat setting for SchemaName.

', 'GetSchemaByDefinitionInput$SchemaDefinition' => '

The definition of the schema for which schema details are required.

', 'GetSchemaVersionResponse$SchemaDefinition' => '

The schema definition for the schema ID.

', 'RegisterSchemaVersionInput$SchemaDefinition' => '

The schema definition using the DataFormat setting for the SchemaName.

', ], ], 'SchemaDiffType' => [ 'base' => NULL, 'refs' => [ 'GetSchemaVersionsDiffInput$SchemaDiffType' => '

Refers to SYNTAX_DIFF, which is the currently supported diff type.

', ], ], 'SchemaId' => [ 'base' => '

The unique ID of the schema in the Glue schema registry.

', 'refs' => [ 'DeleteSchemaInput$SchemaId' => '

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'DeleteSchemaVersionsInput$SchemaId' => '

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'GetSchemaByDefinitionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaVersionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaVersionsDiffInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'ListSchemaVersionsInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'PutSchemaVersionMetadataInput$SchemaId' => '

The unique ID for the schema.

', 'QuerySchemaVersionMetadataInput$SchemaId' => '

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'RegisterSchemaVersionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'RemoveSchemaVersionMetadataInput$SchemaId' => '

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'SchemaReference$SchemaId' => '

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

', 'UpdateSchemaInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', ], ], 'SchemaListDefinition' => [ 'base' => NULL, 'refs' => [ 'ListSchemasResponse$Schemas' => '

An array of SchemaListItem objects containing details of each schema.

', ], ], 'SchemaListItem' => [ 'base' => '

An object that contains minimal details for a schema.

', 'refs' => [ 'SchemaListDefinition$member' => NULL, ], ], 'SchemaPathString' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourcePath' => '

The source path.

', 'MappingEntry$TargetPath' => '

The target path.

', ], ], 'SchemaReference' => [ 'base' => '

An object that references a schema stored in the Glue Schema Registry.

', 'refs' => [ 'StorageDescriptor$SchemaReference' => '

An object that references a schema stored in the Glue Schema Registry.

When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.

', ], ], 'SchemaRegistryNameString' => [ 'base' => NULL, 'refs' => [ 'CreateRegistryInput$RegistryName' => '

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

', 'CreateRegistryResponse$RegistryName' => '

The name of the registry.

', 'CreateSchemaInput$SchemaName' => '

Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

', 'CreateSchemaResponse$RegistryName' => '

The name of the registry.

', 'CreateSchemaResponse$SchemaName' => '

The name of the schema.

', 'DeleteRegistryResponse$RegistryName' => '

The name of the registry being deleted.

', 'DeleteSchemaResponse$SchemaName' => '

The name of the schema being deleted.

', 'GetRegistryResponse$RegistryName' => '

The name of the registry.

', 'GetSchemaResponse$RegistryName' => '

The name of the registry.

', 'GetSchemaResponse$SchemaName' => '

The name of the schema.

', 'PutSchemaVersionMetadataResponse$SchemaName' => '

The name for the schema.

', 'PutSchemaVersionMetadataResponse$RegistryName' => '

The name for the registry.

', 'RegistryId$RegistryName' => '

Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

', 'RegistryListItem$RegistryName' => '

The name of the registry.

', 'RemoveSchemaVersionMetadataResponse$SchemaName' => '

The name of the schema.

', 'RemoveSchemaVersionMetadataResponse$RegistryName' => '

The name of the registry.

', 'SchemaId$SchemaName' => '

The name of the schema. One of SchemaArn or SchemaName has to be provided.

', 'SchemaId$RegistryName' => '

The name of the schema registry that contains the schema.

', 'SchemaListItem$RegistryName' => '

the name of the registry where the schema resides.

', 'SchemaListItem$SchemaName' => '

The name of the schema.

', 'UpdateRegistryResponse$RegistryName' => '

The name of the updated registry.

', 'UpdateSchemaResponse$SchemaName' => '

The name of the schema.

', 'UpdateSchemaResponse$RegistryName' => '

The name of the registry that contains the schema.

', ], ], 'SchemaRegistryTokenString' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListRegistriesResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'ListSchemaVersionsInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListSchemaVersionsResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'ListSchemasInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListSchemasResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'QuerySchemaVersionMetadataInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'QuerySchemaVersionMetadataResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', ], ], 'SchemaStatus' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaStatus' => '

The status of the schema.

', 'DeleteSchemaResponse$Status' => '

The status of the schema.

', 'GetSchemaResponse$SchemaStatus' => '

The status of the schema.

', 'SchemaListItem$SchemaStatus' => '

The status of the schema.

', ], ], 'SchemaValidationError' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityResponse$Error' => '

A validation failure error message.

', ], ], 'SchemaVersionErrorItem' => [ 'base' => '

An object that contains the error details for an operation on a schema version.

', 'refs' => [ 'SchemaVersionErrorList$member' => NULL, ], ], 'SchemaVersionErrorList' => [ 'base' => NULL, 'refs' => [ 'DeleteSchemaVersionsResponse$SchemaVersionErrors' => '

A list of SchemaVersionErrorItem objects, each containing an error and schema version.

', ], ], 'SchemaVersionIdString' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaVersionId' => '

The unique identifier of the first schema version.

', 'GetSchemaByDefinitionResponse$SchemaVersionId' => '

The schema ID of the schema version.

', 'GetSchemaVersionInput$SchemaVersionId' => '

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

', 'GetSchemaVersionResponse$SchemaVersionId' => '

The SchemaVersionId of the schema version.

', 'PutSchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'PutSchemaVersionMetadataResponse$SchemaVersionId' => '

The unique version ID of the schema version.

', 'QuerySchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'QuerySchemaVersionMetadataResponse$SchemaVersionId' => '

The unique version ID of the schema version.

', 'RegisterSchemaVersionResponse$SchemaVersionId' => '

The unique ID that represents the version of this schema.

', 'RemoveSchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'RemoveSchemaVersionMetadataResponse$SchemaVersionId' => '

The version ID for the schema version.

', 'SchemaReference$SchemaVersionId' => '

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

', 'SchemaVersionListItem$SchemaVersionId' => '

The unique identifier of the schema version.

', ], ], 'SchemaVersionList' => [ 'base' => NULL, 'refs' => [ 'ListSchemaVersionsResponse$Schemas' => '

An array of SchemaVersionList objects containing details of each schema version.

', ], ], 'SchemaVersionListItem' => [ 'base' => '

An object containing the details about a schema version.

', 'refs' => [ 'SchemaVersionList$member' => NULL, ], ], 'SchemaVersionNumber' => [ 'base' => '

A structure containing the schema version information.

', 'refs' => [ 'GetSchemaVersionInput$SchemaVersionNumber' => '

The version number of the schema.

', 'GetSchemaVersionsDiffInput$FirstSchemaVersionNumber' => '

The first of the two schema versions to be compared.

', 'GetSchemaVersionsDiffInput$SecondSchemaVersionNumber' => '

The second of the two schema versions to be compared.

', 'PutSchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'QuerySchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'RemoveSchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'UpdateSchemaInput$SchemaVersionNumber' => '

Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.

', ], ], 'SchemaVersionStatus' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaVersionStatus' => '

The status of the first schema version created.

', 'GetSchemaByDefinitionResponse$Status' => '

The status of the schema version.

', 'GetSchemaVersionResponse$Status' => '

The status of the schema version.

', 'RegisterSchemaVersionResponse$Status' => '

The status of the schema version.

', 'SchemaVersionListItem$Status' => '

The status of the schema version.

', ], ], 'ScriptLocationString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$ScriptLocation' => '

Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.

', ], ], 'SearchPropertyPredicates' => [ 'base' => NULL, 'refs' => [ 'SearchTablesRequest$Filters' => '

A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.

The Comparator member of the PropertyPredicate struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when Key=Name, a fuzzy match algorithm is used. The Key field (for example, the value of the Name field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the Value member of PropertyPredicate. For example, if Key=Name and Value=link, tables named customer-link and xx-link-yy are returned, but xxlinkyy is not returned.

', ], ], 'SearchTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTablesResponse' => [ 'base' => NULL, 'refs' => [], ], 'SecurityConfiguration' => [ 'base' => '

Specifies a security configuration.

', 'refs' => [ 'GetSecurityConfigurationResponse$SecurityConfiguration' => '

The requested security configuration.

', 'SecurityConfigurationList$member' => NULL, ], ], 'SecurityConfigurationList' => [ 'base' => NULL, 'refs' => [ 'GetSecurityConfigurationsResponse$SecurityConfigurations' => '

A list of security configurations.

', ], ], 'SecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'PhysicalConnectionRequirements$SecurityGroupIdList' => '

The security group ID list used by the connection.

', ], ], 'Segment' => [ 'base' => '

Defines a non-overlapping region of a table\'s partitions, allowing multiple requests to be run in parallel.

', 'refs' => [ 'GetPartitionsRequest$Segment' => '

The segment of the table\'s partitions to scan in this request.

', 'GetUnfilteredPartitionsMetadataRequest$Segment' => '

The segment of the table\'s partitions to scan in this request.

', ], ], 'SelectFields' => [ 'base' => '

Specifies a transform that chooses the data property keys that you want to keep.

', 'refs' => [ 'CodeGenConfigurationNode$SelectFields' => '

Specifies a transform that chooses the data property keys that you want to keep.

', ], ], 'SelectFromCollection' => [ 'base' => '

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

', 'refs' => [ 'CodeGenConfigurationNode$SelectFromCollection' => '

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

', ], ], 'Separator' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$Separator' => '

Specifies the delimiter character. The default is a comma: ",", but any other character can be specified.

', ], ], 'SerDeInfo' => [ 'base' => '

Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.

', 'refs' => [ 'StorageDescriptor$SerdeInfo' => '

The serialization/deserialization (SerDe) information.

', ], ], 'Session' => [ 'base' => '

The period in which a remote Spark runtime environment is running.

', 'refs' => [ 'CreateSessionResponse$Session' => '

Returns the session object in the response.

', 'GetSessionResponse$Session' => '

The session object is returned in the response.

', 'SessionList$member' => NULL, ], ], 'SessionCommand' => [ 'base' => '

The SessionCommand that runs the job.

', 'refs' => [ 'CreateSessionRequest$Command' => '

The SessionCommand that runs the job.

', 'Session$Command' => '

The command object.See SessionCommand.

', ], ], 'SessionIdList' => [ 'base' => NULL, 'refs' => [ 'ListSessionsResponse$Ids' => '

Returns the ID of the session.

', ], ], 'SessionList' => [ 'base' => NULL, 'refs' => [ 'ListSessionsResponse$Sessions' => '

Returns the session object.

', ], ], 'SessionStatus' => [ 'base' => NULL, 'refs' => [ 'Session$Status' => '

The session status.

', ], ], 'SkewedInfo' => [ 'base' => '

Specifies skewed values in a table. Skewed values are those that occur with very high frequency.

', 'refs' => [ 'StorageDescriptor$SkewedInfo' => '

The information about values that appear frequently in a column (skewed values).

', ], ], 'SnowflakeNodeData' => [ 'base' => '

Specifies configuration for Snowflake nodes in Glue Studio.

', 'refs' => [ 'SnowflakeSource$Data' => '

Configuration for the Snowflake data source.

', 'SnowflakeTarget$Data' => '

Specifies the data of the Snowflake target node.

', ], ], 'SnowflakeSource' => [ 'base' => '

Specifies a Snowflake data source.

', 'refs' => [ 'CodeGenConfigurationNode$SnowflakeSource' => '

Specifies a Snowflake data source.

', ], ], 'SnowflakeTarget' => [ 'base' => '

Specifies a Snowflake target.

', 'refs' => [ 'CodeGenConfigurationNode$SnowflakeTarget' => '

Specifies a target that writes to a Snowflake data source.

', ], ], 'Sort' => [ 'base' => NULL, 'refs' => [ 'SortCriterion$Sort' => '

An ascending or descending sort.

', ], ], 'SortCriteria' => [ 'base' => NULL, 'refs' => [ 'SearchTablesRequest$SortCriteria' => '

A list of criteria for sorting the results by a field name, in an ascending or descending order.

', ], ], 'SortCriterion' => [ 'base' => '

Specifies a field to sort by and a sort order.

', 'refs' => [ 'SortCriteria$member' => NULL, ], ], 'SortDirectionType' => [ 'base' => NULL, 'refs' => [ 'TaskRunSortCriteria$SortDirection' => '

The sort direction to be used to sort the list of task runs for the machine learning transform.

', 'TransformSortCriteria$SortDirection' => '

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

', ], ], 'SourceControlAuthStrategy' => [ 'base' => NULL, 'refs' => [ 'SourceControlDetails$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', 'UpdateJobFromSourceControlRequest$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', 'UpdateSourceControlFromJobRequest$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', ], ], 'SourceControlDetails' => [ 'base' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'refs' => [ 'CreateJobRequest$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'Job$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'JobUpdate$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', ], ], 'SourceControlProvider' => [ 'base' => NULL, 'refs' => [ 'SourceControlDetails$Provider' => '

The provider for the remote repository.

', 'UpdateJobFromSourceControlRequest$Provider' => '

The provider for the remote repository.

', 'UpdateSourceControlFromJobRequest$Provider' => '

The provider for the remote repository.

', ], ], 'SparkConnectorSource' => [ 'base' => '

Specifies a connector to an Apache Spark data source.

', 'refs' => [ 'CodeGenConfigurationNode$SparkConnectorSource' => '

Specifies a connector to an Apache Spark data source.

', ], ], 'SparkConnectorTarget' => [ 'base' => '

Specifies a target that uses an Apache Spark connector.

', 'refs' => [ 'CodeGenConfigurationNode$SparkConnectorTarget' => '

Specifies a target that uses an Apache Spark connector.

', ], ], 'SparkSQL' => [ 'base' => '

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

', 'refs' => [ 'CodeGenConfigurationNode$SparkSQL' => '

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

', ], ], 'Spigot' => [ 'base' => '

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

', 'refs' => [ 'CodeGenConfigurationNode$Spigot' => '

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

', ], ], 'SplitFields' => [ 'base' => '

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

', 'refs' => [ 'CodeGenConfigurationNode$SplitFields' => '

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

', ], ], 'SqlAlias' => [ 'base' => '

Represents a single entry in the list of values for SqlAliases.

', 'refs' => [ 'SqlAliases$member' => NULL, ], ], 'SqlAliases' => [ 'base' => NULL, 'refs' => [ 'SparkSQL$SqlAliases' => '

A list of aliases. An alias allows you to specify what name to use in the SQL for a given input. For example, you have a datasource named "MyDataSource". If you specify From as MyDataSource, and Alias as SqlName, then in your SQL you can do:

select * from SqlName

and that gets data from MyDataSource.

', ], ], 'SqlQuery' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorSource$Query' => '

The table or SQL query to get the data from. You can specify either ConnectionTable or query, but not both.

', 'SparkSQL$SqlQuery' => '

A SQL query that must use Spark SQL syntax and return a single data set.

', ], ], 'StartBlueprintRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartBlueprintRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartExportLabelsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartExportLabelsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartImportLabelsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImportLabelsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMLEvaluationTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMLEvaluationTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMLLabelingSetGenerationTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMLLabelingSetGenerationTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartingEventBatchCondition' => [ 'base' => '

The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.

', 'refs' => [ 'WorkflowRun$StartingEventBatchCondition' => '

The batch condition that started the workflow run.

', ], ], 'StartingPosition' => [ 'base' => NULL, 'refs' => [ 'KinesisStreamingSourceOptions$StartingPosition' => '

The starting position in the Kinesis data stream to read data from. The possible values are "latest", "trim_horizon", "earliest", or a timestamp string in UTC format in the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00-04:00"). The default value is "latest".

Note: Using a value that is a timestamp string in UTC format for "startingPosition" is supported only for Glue version 4.0 or later.

', ], ], 'Statement' => [ 'base' => '

The statement or request for a particular action to occur in a session.

', 'refs' => [ 'GetStatementResponse$Statement' => '

Returns the statement.

', 'StatementList$member' => NULL, ], ], 'StatementList' => [ 'base' => NULL, 'refs' => [ 'ListStatementsResponse$Statements' => '

Returns the list of statements.

', ], ], 'StatementOutput' => [ 'base' => '

The code execution output in JSON format.

', 'refs' => [ 'Statement$Output' => '

The output in JSON.

', ], ], 'StatementOutputData' => [ 'base' => '

The code execution output in JSON format.

', 'refs' => [ 'StatementOutput$Data' => '

The code execution output.

', ], ], 'StatementState' => [ 'base' => NULL, 'refs' => [ 'Statement$State' => '

The state while request is actioned.

', 'StatementOutput$Status' => '

The status of the code execution output.

', ], ], 'StopCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StorageDescriptor' => [ 'base' => '

Describes the physical storage of table data.

', 'refs' => [ 'Partition$StorageDescriptor' => '

Provides information about the physical location where the partition is stored.

', 'PartitionInput$StorageDescriptor' => '

Provides information about the physical location where the partition is stored.

', 'Table$StorageDescriptor' => '

A storage descriptor containing information about the physical storage of this table.

', 'TableInput$StorageDescriptor' => '

A storage descriptor containing information about the physical storage of this table.

', ], ], 'StreamingDataPreviewOptions' => [ 'base' => '

Specifies options related to data preview for viewing a sample of your data.

', 'refs' => [ 'CatalogKafkaSource$DataPreviewOptions' => '

Specifies options related to data preview for viewing a sample of your data.

', 'CatalogKinesisSource$DataPreviewOptions' => '

Additional options for data preview.

', 'DirectKafkaSource$DataPreviewOptions' => '

Specifies options related to data preview for viewing a sample of your data.

', 'DirectKinesisSource$DataPreviewOptions' => '

Additional options for data preview.

', ], ], 'StringColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for character sequence data values.

', 'refs' => [ 'ColumnStatisticsData$StringColumnStatisticsData' => '

String column statistics data.

', ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$SecurityGroupIds' => '

Security group IDs for the security groups to be used by the new DevEndpoint.

', 'CreateDevEndpointResponse$SecurityGroupIds' => '

The security groups assigned to the new DevEndpoint.

', 'DevEndpoint$SecurityGroupIds' => '

A list of security group identifiers used in this DevEndpoint.

', 'UpdateDevEndpointRequest$DeleteArguments' => '

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

', ], ], 'Table' => [ 'base' => '

Represents a collection of related data organized in columns and rows.

', 'refs' => [ 'GetTableResponse$Table' => '

The Table object that defines the specified table.

', 'GetUnfilteredTableMetadataResponse$Table' => '

A Table object containing the table metadata.

', 'TableList$member' => NULL, 'TableVersion$Table' => '

The table in question.

', ], ], 'TableError' => [ 'base' => '

An error record for table operations.

', 'refs' => [ 'TableErrors$member' => NULL, ], ], 'TableErrors' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableResponse$Errors' => '

A list of errors encountered in attempting to delete the specified tables.

', ], ], 'TableIdentifier' => [ 'base' => '

A structure that describes a target table for resource linking.

', 'refs' => [ 'Table$TargetTable' => '

A TableIdentifier structure that describes a target table for resource linking.

', 'TableInput$TargetTable' => '

A TableIdentifier structure that describes a target table for resource linking.

', ], ], 'TableInput' => [ 'base' => '

A structure used to define a table.

', 'refs' => [ 'CreateTableRequest$TableInput' => '

The TableInput object that defines the metadata table to create in the catalog.

', 'UpdateTableRequest$TableInput' => '

An updated TableInput object to define the metadata table in the catalog.

', ], ], 'TableList' => [ 'base' => NULL, 'refs' => [ 'GetTablesResponse$TableList' => '

A list of the requested Table objects.

', 'SearchTablesResponse$TableList' => '

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

', ], ], 'TableName' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourceTable' => '

The name of the source table.

', 'MappingEntry$TargetTable' => '

The target table.

', ], ], 'TablePrefix' => [ 'base' => NULL, 'refs' => [ 'Crawler$TablePrefix' => '

The prefix added to the names of tables that are created.

', 'CreateCrawlerRequest$TablePrefix' => '

The table prefix used for catalog tables that are created.

', 'UpdateCrawlerRequest$TablePrefix' => '

The table prefix used for catalog tables that are created.

', ], ], 'TableTypeString' => [ 'base' => NULL, 'refs' => [ 'Table$TableType' => '

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

', 'TableInput$TableType' => '

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

', ], ], 'TableVersion' => [ 'base' => '

Specifies a version of a table.

', 'refs' => [ 'GetTableVersionResponse$TableVersion' => '

The requested table version.

', 'GetTableVersionsList$member' => NULL, ], ], 'TableVersionError' => [ 'base' => '

An error record for table-version operations.

', 'refs' => [ 'TableVersionErrors$member' => NULL, ], ], 'TableVersionErrors' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionResponse$Errors' => '

A list of errors encountered while trying to delete the specified table versions.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeysList$member' => NULL, 'TagsMap$key' => NULL, ], ], 'TagKeysList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagsToRemove' => '

Tags to remove from this resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagsMap$value' => NULL, ], ], 'TagsMap' => [ 'base' => NULL, 'refs' => [ 'CreateBlueprintRequest$Tags' => '

The tags to be applied to this blueprint.

', 'CreateConnectionRequest$Tags' => '

The tags you assign to the connection.

', 'CreateCrawlerRequest$Tags' => '

The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateCustomEntityTypeRequest$Tags' => '

A list of tags applied to the custom entity type.

', 'CreateDataQualityRulesetRequest$Tags' => '

A list of tags applied to the data quality ruleset.

', 'CreateDatabaseRequest$Tags' => '

The tags you assign to the database.

', 'CreateDevEndpointRequest$Tags' => '

The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateJobRequest$Tags' => '

The tags to use with this job. You may use tags to limit access to the job. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateMLTransformRequest$Tags' => '

The tags to use with this machine learning transform. You may use tags to limit access to the machine learning transform. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateRegistryInput$Tags' => '

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.

', 'CreateRegistryResponse$Tags' => '

The tags for the registry.

', 'CreateSchemaInput$Tags' => '

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API. If specified, follows the Amazon Web Services tags-on-create pattern.

', 'CreateSchemaResponse$Tags' => '

The tags for the schema.

', 'CreateSessionRequest$Tags' => '

The map of key value pairs (tags) belonging to the session.

', 'CreateTriggerRequest$Tags' => '

The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateWorkflowRequest$Tags' => '

The tags to be used with this workflow.

', 'GetTagsResponse$Tags' => '

The requested tags.

', 'ListBlueprintsRequest$Tags' => '

Filters the list by an Amazon Web Services resource tag.

', 'ListCrawlersRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListCustomEntityTypesRequest$Tags' => '

A list of key-value pair tags.

', 'ListDataQualityRulesetsRequest$Tags' => '

A list of key-value pair tags.

', 'ListDevEndpointsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListJobsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListMLTransformsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListSessionsRequest$Tags' => '

Tags belonging to the session.

', 'ListTriggersRequest$Tags' => '

Specifies to return only these tagged resources.

', 'TagResourceRequest$TagsToAdd' => '

Tags to add to this resource.

', ], ], 'TargetFormat' => [ 'base' => NULL, 'refs' => [ 'S3DeltaDirectTarget$Format' => '

Specifies the data output format for the target.

', 'S3DirectTarget$Format' => '

Specifies the data output format for the target.

', 'S3HudiDirectTarget$Format' => '

Specifies the data output format for the target.

', ], ], 'TaskRun' => [ 'base' => '

The sampling parameters that are associated with the machine learning transform.

', 'refs' => [ 'TaskRunList$member' => NULL, ], ], 'TaskRunFilterCriteria' => [ 'base' => '

The criteria that are used to filter the task runs for the machine learning transform.

', 'refs' => [ 'GetMLTaskRunsRequest$Filter' => '

The filter criteria, in the TaskRunFilterCriteria structure, for the task run.

', ], ], 'TaskRunList' => [ 'base' => NULL, 'refs' => [ 'GetMLTaskRunsResponse$TaskRuns' => '

A list of task runs that are associated with the transform.

', ], ], 'TaskRunProperties' => [ 'base' => '

The configuration properties for the task run.

', 'refs' => [ 'GetMLTaskRunResponse$Properties' => '

The list of properties that are associated with the task run.

', 'TaskRun$Properties' => '

Specifies configuration properties associated with this task run.

', ], ], 'TaskRunSortColumnType' => [ 'base' => NULL, 'refs' => [ 'TaskRunSortCriteria$Column' => '

The column to be used to sort the list of task runs for the machine learning transform.

', ], ], 'TaskRunSortCriteria' => [ 'base' => '

The sorting criteria that are used to sort the list of task runs for the machine learning transform.

', 'refs' => [ 'GetMLTaskRunsRequest$Sort' => '

The sorting criteria, in the TaskRunSortCriteria structure, for the task run.

', ], ], 'TaskStatusType' => [ 'base' => NULL, 'refs' => [ 'CancelMLTaskRunResponse$Status' => '

The status for this run.

', 'DataQualityRuleRecommendationRunDescription$Status' => '

The status for this run.

', 'DataQualityRulesetEvaluationRunDescription$Status' => '

The status for this run.

', 'GetDataQualityRuleRecommendationRunResponse$Status' => '

The status for this run.

', 'GetDataQualityRulesetEvaluationRunResponse$Status' => '

The status for this run.

', 'GetMLTaskRunResponse$Status' => '

The status for this task run.

', 'TaskRun$Status' => '

The current status of the requested task run.

', 'TaskRunFilterCriteria$Status' => '

The current status of the task run.

', ], ], 'TaskType' => [ 'base' => NULL, 'refs' => [ 'TaskRunFilterCriteria$TaskRunType' => '

The type of task run.

', 'TaskRunProperties$TaskType' => '

The type of task run.

', ], ], 'Timeout' => [ 'base' => NULL, 'refs' => [ 'Action$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

', 'CreateJobRequest$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'CreateMLTransformRequest$Timeout' => '

The timeout of the task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'CreateSessionRequest$Timeout' => '

The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types.

', 'CreateSessionRequest$IdleTimeout' => '

The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types.

', 'GetDataQualityRuleRecommendationRunResponse$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'GetDataQualityRulesetEvaluationRunResponse$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'GetMLTransformResponse$Timeout' => '

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'Job$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'JobRun$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).

', 'JobUpdate$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'MLTransform$Timeout' => '

The timeout in minutes of the machine learning transform.

', 'StartDataQualityRuleRecommendationRunRequest$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'StartDataQualityRulesetEvaluationRunRequest$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'StartJobRunRequest$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).

', 'UpdateMLTransformRequest$Timeout' => '

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'CatalogImportStatus$ImportTime' => '

The time that the migration was started.

', 'ColumnStatistics$AnalyzedTime' => '

The timestamp of when column statistics were generated.

', 'Connection$CreationTime' => '

The time that this connection definition was created.

', 'Connection$LastUpdatedTime' => '

The last time that this connection definition was updated.

', 'Crawler$CreationTime' => '

The time that the crawler was created.

', 'Crawler$LastUpdated' => '

The time that the crawler was last updated.

', 'CrawlerHistory$StartTime' => '

The date and time on which the crawl started.

', 'CrawlerHistory$EndTime' => '

The date and time on which the crawl ended.

', 'CsvClassifier$CreationTime' => '

The time that this classifier was registered.

', 'CsvClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'DataQualityResult$StartedOn' => '

The date and time when this data quality run started.

', 'DataQualityResult$CompletedOn' => '

The date and time when this data quality run completed.

', 'DataQualityResultDescription$StartedOn' => '

The time that the run started for this data quality result.

', 'DataQualityResultFilterCriteria$StartedAfter' => '

Filter results by runs that started after this time.

', 'DataQualityResultFilterCriteria$StartedBefore' => '

Filter results by runs that started before this time.

', 'DataQualityRuleRecommendationRunDescription$StartedOn' => '

The date and time when this run started.

', 'DataQualityRuleRecommendationRunFilter$StartedBefore' => '

Filter based on time for results started before provided time.

', 'DataQualityRuleRecommendationRunFilter$StartedAfter' => '

Filter based on time for results started after provided time.

', 'DataQualityRulesetEvaluationRunDescription$StartedOn' => '

The date and time when the run started.

', 'DataQualityRulesetEvaluationRunFilter$StartedBefore' => '

Filter results by runs that started before this time.

', 'DataQualityRulesetEvaluationRunFilter$StartedAfter' => '

Filter results by runs that started after this time.

', 'DataQualityRulesetFilterCriteria$CreatedBefore' => '

Filter on rulesets created before this date.

', 'DataQualityRulesetFilterCriteria$CreatedAfter' => '

Filter on rulesets created after this date.

', 'DataQualityRulesetFilterCriteria$LastModifiedBefore' => '

Filter on rulesets last modified before this date.

', 'DataQualityRulesetFilterCriteria$LastModifiedAfter' => '

Filter on rulesets last modified after this date.

', 'DataQualityRulesetListDetails$CreatedOn' => '

The date and time the data quality ruleset was created.

', 'DataQualityRulesetListDetails$LastModifiedOn' => '

The date and time the data quality ruleset was last modified.

', 'Database$CreateTime' => '

The time at which the metadata database was created in the catalog.

', 'DateColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DateColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', 'GetDataQualityResultResponse$StartedOn' => '

The date and time when the run for this data quality result started.

', 'GetDataQualityResultResponse$CompletedOn' => '

The date and time when the run for this data quality result was completed.

', 'GetDataQualityRuleRecommendationRunResponse$StartedOn' => '

The date and time when this run started.

', 'GetDataQualityRuleRecommendationRunResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality rule recommendation run was modified.

', 'GetDataQualityRuleRecommendationRunResponse$CompletedOn' => '

The date and time when this run was completed.

', 'GetDataQualityRulesetEvaluationRunResponse$StartedOn' => '

The date and time when this run started.

', 'GetDataQualityRulesetEvaluationRunResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality rule recommendation run was modified.

', 'GetDataQualityRulesetEvaluationRunResponse$CompletedOn' => '

The date and time when this run was completed.

', 'GetDataQualityRulesetResponse$CreatedOn' => '

A timestamp. The time and date that this data quality ruleset was created.

', 'GetDataQualityRulesetResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality ruleset was modified.

', 'GetMLTaskRunResponse$StartedOn' => '

The date and time when this task run started.

', 'GetMLTaskRunResponse$LastModifiedOn' => '

The date and time when this task run was last modified.

', 'GetMLTaskRunResponse$CompletedOn' => '

The date and time when this task run was completed.

', 'GetMLTransformResponse$CreatedOn' => '

The date and time when the transform was created.

', 'GetMLTransformResponse$LastModifiedOn' => '

The date and time when the transform was last modified.

', 'GetPartitionsRequest$QueryAsOfTime' => '

The time as of when to read the partition contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GetResourcePolicyResponse$CreateTime' => '

The date and time at which the policy was created.

', 'GetResourcePolicyResponse$UpdateTime' => '

The date and time at which the policy was last updated.

', 'GetTableRequest$QueryAsOfTime' => '

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GetTablesRequest$QueryAsOfTime' => '

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GluePolicy$CreateTime' => '

The date and time at which the policy was created.

', 'GluePolicy$UpdateTime' => '

The date and time at which the policy was last updated.

', 'GrokClassifier$CreationTime' => '

The time that this classifier was registered.

', 'GrokClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'JsonClassifier$CreationTime' => '

The time that this classifier was registered.

', 'JsonClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'LastCrawlInfo$StartTime' => '

The time at which the crawl started.

', 'MLTransform$CreatedOn' => '

A timestamp. The time and date that this machine learning transform was created.

', 'MLTransform$LastModifiedOn' => '

A timestamp. The last point in time when this machine learning transform was modified.

', 'Partition$CreationTime' => '

The time at which the partition was created.

', 'Partition$LastAccessTime' => '

The last time at which the partition was accessed.

', 'Partition$LastAnalyzedTime' => '

The last time at which column statistics were computed for this partition.

', 'PartitionInput$LastAccessTime' => '

The last time at which the partition was accessed.

', 'PartitionInput$LastAnalyzedTime' => '

The last time at which column statistics were computed for this partition.

', 'Table$CreateTime' => '

The time when the table definition was created in the Data Catalog.

', 'Table$UpdateTime' => '

The last time that the table was updated.

', 'Table$LastAccessTime' => '

The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.

', 'Table$LastAnalyzedTime' => '

The last time that column statistics were computed for this table.

', 'TableInput$LastAccessTime' => '

The last time that the table was accessed.

', 'TableInput$LastAnalyzedTime' => '

The last time that column statistics were computed for this table.

', 'TaskRun$StartedOn' => '

The date and time that this task run started.

', 'TaskRun$LastModifiedOn' => '

The last point in time that the requested task run was updated.

', 'TaskRun$CompletedOn' => '

The last point in time that the requested task run was completed.

', 'TaskRunFilterCriteria$StartedBefore' => '

Filter on task runs started before this date.

', 'TaskRunFilterCriteria$StartedAfter' => '

Filter on task runs started after this date.

', 'TransformFilterCriteria$CreatedBefore' => '

The time and date before which the transforms were created.

', 'TransformFilterCriteria$CreatedAfter' => '

The time and date after which the transforms were created.

', 'TransformFilterCriteria$LastModifiedBefore' => '

Filter on transforms last modified before this date.

', 'TransformFilterCriteria$LastModifiedAfter' => '

Filter on transforms last modified after this date.

', 'UserDefinedFunction$CreateTime' => '

The time at which the function was created.

', 'XMLClassifier$CreationTime' => '

The time that this classifier was registered.

', 'XMLClassifier$LastUpdated' => '

The time that this classifier was last updated.

', ], ], 'TimestampValue' => [ 'base' => NULL, 'refs' => [ 'Blueprint$CreatedOn' => '

The date and time the blueprint was registered.

', 'Blueprint$LastModifiedOn' => '

The date and time the blueprint was last modified.

', 'BlueprintRun$StartedOn' => '

The date and time that the blueprint run started.

', 'BlueprintRun$CompletedOn' => '

The date and time that the blueprint run completed.

', 'Crawl$StartedOn' => '

The date and time on which the crawl started.

', 'Crawl$CompletedOn' => '

The date and time on which the crawl completed.

', 'CreateDevEndpointResponse$CreatedTimestamp' => '

The point in time at which this DevEndpoint was created.

', 'CreateSecurityConfigurationResponse$CreatedTimestamp' => '

The time at which the new security configuration was created.

', 'DevEndpoint$CreatedTimestamp' => '

The point in time at which this DevEndpoint was created.

', 'DevEndpoint$LastModifiedTimestamp' => '

The point in time at which this DevEndpoint was last modified.

', 'Job$CreatedOn' => '

The time and date that this job definition was created.

', 'Job$LastModifiedOn' => '

The last point in time when this job definition was modified.

', 'JobRun$StartedOn' => '

The date and time at which this job run was started.

', 'JobRun$LastModifiedOn' => '

The last time that this job run was modified.

', 'JobRun$CompletedOn' => '

The date and time that this job run completed.

', 'LastActiveDefinition$LastModifiedOn' => '

The date and time the blueprint was last modified.

', 'SecurityConfiguration$CreatedTimeStamp' => '

The time at which this security configuration was created.

', 'Session$CreatedOn' => '

The time and date when the session was created.

', 'Workflow$CreatedOn' => '

The date and time when the workflow was created.

', 'Workflow$LastModifiedOn' => '

The date and time when the workflow was last modified.

', 'WorkflowRun$StartedOn' => '

The date and time when the workflow run was started.

', 'WorkflowRun$CompletedOn' => '

The date and time when the workflow run completed.

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersRequest$NextToken' => '

An optional continuation token.

', 'GetClassifiersResponse$NextToken' => '

A continuation token.

', 'GetConnectionsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetConnectionsResponse$NextToken' => '

A continuation token, if the list of connections returned does not include the last of the filtered connections.

', 'GetCrawlerMetricsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetCrawlerMetricsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'GetCrawlersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetCrawlersResponse$NextToken' => '

A continuation token, if the returned list has not reached the end of those defined in this customer account.

', 'GetDatabasesRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetDatabasesResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'GetPartitionIndexesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'GetPartitionIndexesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'GetPartitionsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve these partitions.

', 'GetPartitionsResponse$NextToken' => '

A continuation token, if the returned list of partitions does not include the last one.

', 'GetResourcePoliciesRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetResourcePoliciesResponse$NextToken' => '

A continuation token, if the returned list does not contain the last resource policy available.

', 'GetTableVersionsRequest$NextToken' => '

A continuation token, if this is not the first call.

', 'GetTableVersionsResponse$NextToken' => '

A continuation token, if the list of available versions does not include the last one.

', 'GetTablesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'GetTablesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'GetUnfilteredPartitionsMetadataRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve these partitions.

', 'GetUnfilteredPartitionsMetadataResponse$NextToken' => '

A continuation token, if the returned list of partitions does not include the last one.

', 'GetUserDefinedFunctionsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetUserDefinedFunctionsResponse$NextToken' => '

A continuation token, if the list of functions returned does not include the last requested function.

', 'ListCrawlersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListCrawlersResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListCrawlsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListCrawlsResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'SearchTablesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'SearchTablesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', ], ], 'Topk' => [ 'base' => NULL, 'refs' => [ 'Spigot$Topk' => '

Specifies a number of records to write starting from the beginning of the dataset.

', ], ], 'TotalSegmentsInteger' => [ 'base' => NULL, 'refs' => [ 'Segment$TotalSegments' => '

The total number of segments.

', ], ], 'TransactionIdString' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableRequest$TransactionId' => '

The transaction ID at which to delete the table contents.

', 'CreateTableRequest$TransactionId' => '

The ID of the transaction.

', 'DeleteTableRequest$TransactionId' => '

The transaction ID at which to delete the table contents.

', 'GetPartitionsRequest$TransactionId' => '

The transaction ID at which to read the partition contents.

', 'GetTableRequest$TransactionId' => '

The transaction ID at which to read the table contents.

', 'GetTablesRequest$TransactionId' => '

The transaction ID at which to read the table contents.

', 'UpdateTableRequest$TransactionId' => '

The transaction ID at which to update the table contents.

', ], ], 'TransformConfigParameter' => [ 'base' => '

Specifies the parameters in the config file of the dynamic transform.

', 'refs' => [ 'TransformConfigParameterList$member' => NULL, ], ], 'TransformConfigParameterList' => [ 'base' => NULL, 'refs' => [ 'DynamicTransform$Parameters' => '

Specifies the parameters of the dynamic transform.

', ], ], 'TransformEncryption' => [ 'base' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.

', 'refs' => [ 'CreateMLTransformRequest$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', 'GetMLTransformResponse$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', 'MLTransform$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', ], ], 'TransformFilterCriteria' => [ 'base' => '

The criteria used to filter the machine learning transforms.

', 'refs' => [ 'GetMLTransformsRequest$Filter' => '

The filter transformation criteria.

', 'ListMLTransformsRequest$Filter' => '

A TransformFilterCriteria used to filter the machine learning transforms.

', ], ], 'TransformIdList' => [ 'base' => NULL, 'refs' => [ 'ListMLTransformsResponse$TransformIds' => '

The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

', ], ], 'TransformList' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformsResponse$Transforms' => '

A list of machine learning transforms.

', ], ], 'TransformParameters' => [ 'base' => '

The algorithm-specific parameters that are associated with the machine learning transform.

', 'refs' => [ 'CreateMLTransformRequest$Parameters' => '

The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.

', 'GetMLTransformResponse$Parameters' => '

The configuration parameters that are specific to the algorithm used.

', 'MLTransform$Parameters' => '

A TransformParameters object. You can use parameters to tune (customize) the behavior of the machine learning transform by specifying what data it learns from and your preference on various tradeoffs (such as precious vs. recall, or accuracy vs. cost).

', 'UpdateMLTransformRequest$Parameters' => '

The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.

', ], ], 'TransformSchema' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$Schema' => '

The Map<Column, Type> object that represents the schema that this transform accepts. Has an upper bound of 100 columns.

', 'MLTransform$Schema' => '

A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.

', 'TransformFilterCriteria$Schema' => '

Filters on datasets with a specific schema. The Map<Column, Type> object is an array of key-value pairs representing the schema this transform accepts, where Column is the name of a column, and Type is the type of the data such as an integer or string. Has an upper bound of 100 columns.

', ], ], 'TransformSortColumnType' => [ 'base' => NULL, 'refs' => [ 'TransformSortCriteria$Column' => '

The column to be used in the sorting criteria that are associated with the machine learning transform.

', ], ], 'TransformSortCriteria' => [ 'base' => '

The sorting criteria that are associated with the machine learning transform.

', 'refs' => [ 'GetMLTransformsRequest$Sort' => '

The sorting criteria.

', 'ListMLTransformsRequest$Sort' => '

A TransformSortCriteria used to sort the machine learning transforms.

', ], ], 'TransformStatusType' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$Status' => '

The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".

', 'MLTransform$Status' => '

The current status of the machine learning transform.

', 'TransformFilterCriteria$Status' => '

Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of "NOT_READY", "READY", or "DELETING".

', ], ], 'TransformType' => [ 'base' => NULL, 'refs' => [ 'EvaluationMetrics$TransformType' => '

The type of machine learning transform.

', 'TransformFilterCriteria$TransformType' => '

The type of machine learning transform that is used to filter the machine learning transforms.

', 'TransformParameters$TransformType' => '

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.

', ], ], 'Trigger' => [ 'base' => '

Information about a specific trigger.

', 'refs' => [ 'GetTriggerResponse$Trigger' => '

The requested trigger definition.

', 'TriggerList$member' => NULL, 'TriggerNodeDetails$Trigger' => '

The information of the trigger represented by the trigger node.

', 'UpdateTriggerResponse$Trigger' => '

The resulting trigger definition.

', ], ], 'TriggerList' => [ 'base' => NULL, 'refs' => [ 'BatchGetTriggersResponse$Triggers' => '

A list of trigger definitions.

', 'GetTriggersResponse$Triggers' => '

A list of triggers for the specified job.

', ], ], 'TriggerNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetTriggersRequest$TriggerNames' => '

A list of trigger names, which may be the names returned from the ListTriggers operation.

', 'BatchGetTriggersResponse$TriggersNotFound' => '

A list of names of triggers not found.

', 'ListTriggersResponse$TriggerNames' => '

The names of all triggers in the account, or the triggers with the specified tags.

', ], ], 'TriggerNodeDetails' => [ 'base' => '

The details of a Trigger node present in the workflow.

', 'refs' => [ 'Node$TriggerDetails' => '

Details of the Trigger when the node represents a Trigger.

', ], ], 'TriggerState' => [ 'base' => NULL, 'refs' => [ 'Trigger$State' => '

The current state of the trigger.

', ], ], 'TriggerType' => [ 'base' => NULL, 'refs' => [ 'CreateTriggerRequest$Type' => '

The type of the new trigger.

', 'Trigger$Type' => '

The type of trigger that this is.

', ], ], 'TriggerUpdate' => [ 'base' => '

A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.

', 'refs' => [ 'UpdateTriggerRequest$TriggerUpdate' => '

The new values with which to update the trigger.

', ], ], 'TwoInputs' => [ 'base' => NULL, 'refs' => [ 'Join$Inputs' => '

The data inputs identified by their node names.

', 'Merge$Inputs' => '

The data inputs identified by their node names.

', 'Union$Inputs' => '

The node ID inputs to the transform.

', ], ], 'TypeString' => [ 'base' => NULL, 'refs' => [ 'ColumnStatistics$ColumnType' => '

The data type of the column.

', ], ], 'URI' => [ 'base' => NULL, 'refs' => [ 'Database$LocationUri' => '

The location of the database (for example, an HDFS path).

', 'DatabaseInput$LocationUri' => '

The location of the database (for example, an HDFS path).

', 'ResourceUri$Uri' => '

The URI for accessing the resource.

', ], ], 'UnfilteredPartition' => [ 'base' => '

A partition that contains unfiltered metadata.

', 'refs' => [ 'UnfilteredPartitionList$member' => NULL, ], ], 'UnfilteredPartitionList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredPartitionsMetadataResponse$UnfilteredPartitions' => '

A list of requested partitions.

', ], ], 'Union' => [ 'base' => '

Specifies a transform that combines the rows from two or more datasets into a single result.

', 'refs' => [ 'CodeGenConfigurationNode$Union' => '

Specifies a transform that combines the rows from two or more datasets into a single result.

', ], ], 'UnionType' => [ 'base' => NULL, 'refs' => [ 'Union$UnionType' => '

Indicates the type of Union transform.

Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.

Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBehavior' => [ 'base' => NULL, 'refs' => [ 'SchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', ], ], 'UpdateBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCatalogBehavior' => [ 'base' => NULL, 'refs' => [ 'CatalogSchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', 'DirectSchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', ], ], 'UpdateClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsList' => [ 'base' => NULL, 'refs' => [ 'UpdateColumnStatisticsForPartitionRequest$ColumnStatisticsList' => '

A list of the column statistics.

', 'UpdateColumnStatisticsForTableRequest$ColumnStatisticsList' => '

A list of the column statistics.

', ], ], 'UpdateConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCsvClassifierRequest' => [ 'base' => '

Specifies a custom CSV classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$CsvClassifier' => '

A CsvClassifier object with updated fields.

', ], ], 'UpdateDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGrokClassifierRequest' => [ 'base' => '

Specifies a grok classifier to update when passed to UpdateClassifier.

', 'refs' => [ 'UpdateClassifierRequest$GrokClassifier' => '

A GrokClassifier object with updated fields.

', ], ], 'UpdateJobFromSourceControlRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobFromSourceControlResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJsonClassifierRequest' => [ 'base' => '

Specifies a JSON classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$JsonClassifier' => '

A JsonClassifier object with updated fields.

', ], ], 'UpdateMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceControlFromJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceControlFromJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateXMLClassifierRequest' => [ 'base' => '

Specifies an XML classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$XMLClassifier' => '

An XMLClassifier object with updated fields.

', ], ], 'UpdatedTimestamp' => [ 'base' => NULL, 'refs' => [ 'GetRegistryResponse$UpdatedTime' => '

The date and time the registry was updated.

', 'GetSchemaResponse$UpdatedTime' => '

The date and time the schema was updated.

', 'RegistryListItem$UpdatedTime' => '

The date the registry was updated.

', 'SchemaListItem$UpdatedTime' => '

The date and time that a schema was updated.

', ], ], 'UpsertRedshiftTargetOptions' => [ 'base' => '

The options to configure an upsert operation when writing to a Redshift target .

', 'refs' => [ 'RedshiftTarget$UpsertRedshiftOptions' => '

The set of options to configure an upsert operation when writing to a Redshift target.

', ], ], 'UriString' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$LogUri' => '

This field is reserved for future use.

', 'DataQualityEvaluationRunAdditionalRunOptions$ResultsS3Prefix' => '

Prefix for Amazon S3 to store results.

', 'ExportLabelsTaskRunProperties$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.

', 'ImportLabelsTaskRunProperties$InputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.

', 'Job$LogUri' => '

This field is reserved for future use.

', 'JobUpdate$LogUri' => '

This field is reserved for future use.

', 'LabelingSetGenerationTaskRunProperties$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.

', 'StartExportLabelsTaskRunRequest$OutputS3Path' => '

The Amazon S3 path where you export the labels.

', 'StartImportLabelsTaskRunRequest$InputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

', 'StartMLLabelingSetGenerationTaskRunRequest$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

', ], ], 'UserDefinedFunction' => [ 'base' => '

Represents the equivalent of a Hive user-defined function (UDF) definition.

', 'refs' => [ 'GetUserDefinedFunctionResponse$UserDefinedFunction' => '

The requested function definition.

', 'UserDefinedFunctionList$member' => NULL, ], ], 'UserDefinedFunctionInput' => [ 'base' => '

A structure used to create or update a user-defined function.

', 'refs' => [ 'CreateUserDefinedFunctionRequest$FunctionInput' => '

A FunctionInput object that defines the function to create in the Data Catalog.

', 'UpdateUserDefinedFunctionRequest$FunctionInput' => '

A FunctionInput object that redefines the function in the Data Catalog.

', ], ], 'UserDefinedFunctionList' => [ 'base' => NULL, 'refs' => [ 'GetUserDefinedFunctionsResponse$UserDefinedFunctions' => '

A list of requested function definitions.

', ], ], 'ValidationException' => [ 'base' => '

A value could not be validated.

', 'refs' => [], ], 'ValueString' => [ 'base' => NULL, 'refs' => [ 'BoundedPartitionValueList$member' => NULL, 'ConnectionProperties$value' => NULL, 'PropertyPredicate$Key' => '

The key of the property.

', 'PropertyPredicate$Value' => '

The value of the property.

', 'SearchTablesRequest$SearchText' => '

A string used for a text search.

Specifying a value in quotes filters based on an exact match to the value.

', 'SortCriterion$FieldName' => '

The name of the field on which to sort.

', 'ValueStringList$member' => NULL, ], ], 'ValueStringList' => [ 'base' => NULL, 'refs' => [ 'DeleteColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', 'DeletePartitionRequest$PartitionValues' => '

The values that define the partition.

', 'GetColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', 'GetPartitionRequest$PartitionValues' => '

The values that define the partition.

', 'GetUnfilteredPartitionMetadataRequest$PartitionValues' => '

(Required) A list of partition key values.

', 'Partition$Values' => '

The values of the partition.

', 'PartitionError$PartitionValues' => '

The values that define the partition.

', 'PartitionInput$Values' => '

The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.

', 'PartitionValueList$Values' => '

The list of values.

', 'UpdateColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'Crawler$Version' => '

The version of the crawler.

', 'CsvClassifier$Version' => '

The version of this classifier.

', 'GrokClassifier$Version' => '

The version of this classifier.

', 'JsonClassifier$Version' => '

The version of this classifier.

', 'XMLClassifier$Version' => '

The version of this classifier.

', ], ], 'VersionLongNumber' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$LatestSchemaVersion' => '

The latest version of the schema associated with the returned schema definition.

', 'CreateSchemaResponse$NextSchemaVersion' => '

The next version of the schema associated with the returned schema definition.

', 'GetSchemaResponse$LatestSchemaVersion' => '

The latest version of the schema associated with the returned schema definition.

', 'GetSchemaResponse$NextSchemaVersion' => '

The next version of the schema associated with the returned schema definition.

', 'GetSchemaVersionResponse$VersionNumber' => '

The version number of the schema.

', 'PutSchemaVersionMetadataResponse$VersionNumber' => '

The version number of the schema.

', 'RegisterSchemaVersionResponse$VersionNumber' => '

The version of this schema (for sync flow only, in case this is the first version).

', 'RemoveSchemaVersionMetadataResponse$VersionNumber' => '

The version number of the schema.

', 'SchemaReference$SchemaVersionNumber' => '

The version number of the schema.

', 'SchemaVersionErrorItem$VersionNumber' => '

The version number of the schema.

', 'SchemaVersionListItem$VersionNumber' => '

The version number of the schema.

', 'SchemaVersionNumber$VersionNumber' => '

The version number of the schema.

', ], ], 'VersionMismatchException' => [ 'base' => '

There was a version conflict.

', 'refs' => [], ], 'VersionString' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionList$member' => NULL, 'DeleteTableVersionRequest$VersionId' => '

The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'GetTableVersionRequest$VersionId' => '

The ID value of the table version to be retrieved. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'IcebergInput$Version' => '

The table version for the Iceberg table. Defaults to 2.

', 'Table$VersionId' => '

The ID of the table version.

', 'TableVersion$VersionId' => '

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

', 'TableVersionError$VersionId' => '

The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'UpdateTableRequest$VersionId' => '

The version ID at which to update the table contents.

', ], ], 'VersionsString' => [ 'base' => NULL, 'refs' => [ 'DeleteSchemaVersionsInput$Versions' => '

A version range may be supplied which may be of the format:

', ], ], 'ViewTextString' => [ 'base' => NULL, 'refs' => [ 'Table$ViewOriginalText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

', 'Table$ViewExpandedText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', 'TableInput$ViewOriginalText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

', 'TableInput$ViewExpandedText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', ], ], 'WorkerType' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

', 'CreateDevEndpointResponse$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

', 'CreateJobRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'CreateMLTransformRequest$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

', 'CreateSessionRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark jobs. Accepts the value Z.2X for Ray notebooks.

', 'DevEndpoint$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

', 'GetMLTransformResponse$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

', 'Job$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'JobRun$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'JobUpdate$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'MLTransform$WorkerType' => '

The type of predefined worker that is allocated when a task of this transform runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

', 'StartJobRunRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'UpdateMLTransformRequest$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

', ], ], 'Workflow' => [ 'base' => '

A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.

', 'refs' => [ 'GetWorkflowResponse$Workflow' => '

The resource metadata for the workflow.

', 'Workflows$member' => NULL, ], ], 'WorkflowGraph' => [ 'base' => '

A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.

', 'refs' => [ 'Workflow$Graph' => '

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

', 'WorkflowRun$Graph' => '

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

', ], ], 'WorkflowNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetWorkflowsRequest$Names' => '

A list of workflow names, which may be the names returned from the ListWorkflows operation.

', 'BatchGetWorkflowsResponse$MissingWorkflows' => '

A list of names of workflows not found.

', 'ListWorkflowsResponse$Workflows' => '

List of names of workflows in the account.

', ], ], 'WorkflowRun' => [ 'base' => '

A workflow run is an execution of a workflow providing all the runtime information.

', 'refs' => [ 'GetWorkflowRunResponse$Run' => '

The requested workflow run metadata.

', 'Workflow$LastRun' => '

The information about the last execution of the workflow.

', 'WorkflowRuns$member' => NULL, ], ], 'WorkflowRunProperties' => [ 'base' => NULL, 'refs' => [ 'CreateWorkflowRequest$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow.

', 'GetWorkflowRunPropertiesResponse$RunProperties' => '

The workflow run properties which were set during the specified run.

', 'PutWorkflowRunPropertiesRequest$RunProperties' => '

The properties to put for the specified run.

', 'StartWorkflowRunRequest$RunProperties' => '

The workflow run properties for the new workflow run.

', 'UpdateWorkflowRequest$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow.

', 'Workflow$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.

', 'WorkflowRun$WorkflowRunProperties' => '

The workflow run properties which were set during the run.

', ], ], 'WorkflowRunStatistics' => [ 'base' => '

Workflow run statistics provides statistics about the workflow run.

', 'refs' => [ 'WorkflowRun$Statistics' => '

The statistics of the run.

', ], ], 'WorkflowRunStatus' => [ 'base' => NULL, 'refs' => [ 'WorkflowRun$Status' => '

The status of the workflow run.

', ], ], 'WorkflowRuns' => [ 'base' => NULL, 'refs' => [ 'GetWorkflowRunsResponse$Runs' => '

A list of workflow run metadata objects.

', ], ], 'Workflows' => [ 'base' => NULL, 'refs' => [ 'BatchGetWorkflowsResponse$Workflows' => '

A list of workflow resource metadata.

', ], ], 'XMLClassifier' => [ 'base' => '

A classifier for XML content.

', 'refs' => [ 'Classifier$XMLClassifier' => '

A classifier for XML content.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => 'Glue

Defines the public endpoint for the Glue service.

', 'operations' => [ 'BatchCreatePartition' => '

Creates one or more partitions in a batch operation.

', 'BatchDeleteConnection' => '

Deletes a list of connection definitions from the Data Catalog.

', 'BatchDeletePartition' => '

Deletes one or more partitions in a batch operation.

', 'BatchDeleteTable' => '

Deletes multiple tables at once.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling BatchDeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

', 'BatchDeleteTableVersion' => '

Deletes a specified batch of versions of a table.

', 'BatchGetBlueprints' => '

Retrieves information about a list of blueprints.

', 'BatchGetCrawlers' => '

Returns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetCustomEntityTypes' => '

Retrieves the details for the custom patterns specified by a list of names.

', 'BatchGetDataQualityResult' => '

Retrieves a list of data quality results for the specified result IDs.

', 'BatchGetDevEndpoints' => '

Returns a list of resource metadata for a given list of development endpoint names. After calling the ListDevEndpoints operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetJobs' => '

Returns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetPartition' => '

Retrieves partitions in a batch request.

', 'BatchGetTriggers' => '

Returns a list of resource metadata for a given list of trigger names. After calling the ListTriggers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchGetWorkflows' => '

Returns a list of resource metadata for a given list of workflow names. After calling the ListWorkflows operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.

', 'BatchStopJobRun' => '

Stops one or more job runs for a specified job definition.

', 'BatchUpdatePartition' => '

Updates one or more partitions in a batch operation.

', 'CancelDataQualityRuleRecommendationRun' => '

Cancels the specified recommendation run that was being used to generate rules.

', 'CancelDataQualityRulesetEvaluationRun' => '

Cancels a run where a ruleset is being evaluated against a data source.

', 'CancelMLTaskRun' => '

Cancels (stops) a task run. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can cancel a machine learning task run at any time by calling CancelMLTaskRun with a task run\'s parent transform\'s TransformID and the task run\'s TaskRunId.

', 'CancelStatement' => '

Cancels the statement.

', 'CheckSchemaVersionValidity' => '

Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat as the format. Since it does not take a schema set name, no compatibility checks are performed.

', 'CreateBlueprint' => '

Registers a blueprint with Glue.

', 'CreateClassifier' => '

Creates a classifier in the user\'s account. This can be a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field of the request is present.

', 'CreateConnection' => '

Creates a connection definition in the Data Catalog.

', 'CreateCrawler' => '

Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the s3Targets field, the jdbcTargets field, or the DynamoDBTargets field.

', 'CreateCustomEntityType' => '

Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.

Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.

', 'CreateDataQualityRuleset' => '

Creates a data quality ruleset with DQDL rules applied to a specified Glue table.

You create the ruleset using the Data Quality Definition Language (DQDL). For more information, see the Glue developer guide.

', 'CreateDatabase' => '

Creates a new database in a Data Catalog.

', 'CreateDevEndpoint' => '

Creates a new development endpoint.

', 'CreateJob' => '

Creates a new job definition.

', 'CreateMLTransform' => '

Creates an Glue machine learning transform. This operation creates the transform and all the necessary parameters to train it.

Call this operation as the first step in the process of using a machine learning transform (such as the FindMatches transform) for deduplicating data. You can provide an optional Description, in addition to the parameters that you want to use for your algorithm.

You must also specify certain parameters for the tasks that Glue runs on your behalf as part of learning from your data and creating a high-quality machine learning transform. These parameters include Role, and optionally, AllocatedCapacity, Timeout, and MaxRetries. For more information, see Jobs.

', 'CreatePartition' => '

Creates a new partition.

', 'CreatePartitionIndex' => '

Creates a specified partition index in an existing table.

', 'CreateRegistry' => '

Creates a new registry which may be used to hold a collection of schemas.

', 'CreateSchema' => '

Creates a new schema set and registers the schema definition. Returns an error if the schema set already exists without actually registering the version.

When the schema set is created, a version checkpoint will be set to the first version. Compatibility mode "DISABLED" restricts any additional schema versions from being added after the first schema version. For all other compatibility modes, validation of compatibility settings will be applied only from the second version onwards when the RegisterSchemaVersion API is used.

When this API is called without a RegistryId, this will create an entry for a "default-registry" in the registry database tables, if it is not already present.

', 'CreateScript' => '

Transforms a directed acyclic graph (DAG) into code.

', 'CreateSecurityConfiguration' => '

Creates a new security configuration. A security configuration is a set of security properties that can be used by Glue. You can use a security configuration to encrypt data at rest. For information about using security configurations in Glue, see Encrypting Data Written by Crawlers, Jobs, and Development Endpoints.

', 'CreateSession' => '

Creates a new session.

', 'CreateTable' => '

Creates a new table definition in the Data Catalog.

', 'CreateTrigger' => '

Creates a new trigger.

', 'CreateUserDefinedFunction' => '

Creates a new function definition in the Data Catalog.

', 'CreateWorkflow' => '

Creates a new workflow.

', 'DeleteBlueprint' => '

Deletes an existing blueprint.

', 'DeleteClassifier' => '

Removes a classifier from the Data Catalog.

', 'DeleteColumnStatisticsForPartition' => '

Delete the partition column statistics of a column.

The Identity and Access Management (IAM) permission required for this operation is DeletePartition.

', 'DeleteColumnStatisticsForTable' => '

Retrieves table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is DeleteTable.

', 'DeleteConnection' => '

Deletes a connection from the Data Catalog.

', 'DeleteCrawler' => '

Removes a specified crawler from the Glue Data Catalog, unless the crawler state is RUNNING.

', 'DeleteCustomEntityType' => '

Deletes a custom pattern by specifying its name.

', 'DeleteDataQualityRuleset' => '

Deletes a data quality ruleset.

', 'DeleteDatabase' => '

Removes a specified database from a Data Catalog.

After completing this operation, you no longer have access to the tables (and all table versions and partitions that might belong to the tables) and the user-defined functions in the deleted database. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteDatabase, use DeleteTableVersion or BatchDeleteTableVersion, DeletePartition or BatchDeletePartition, DeleteUserDefinedFunction, and DeleteTable or BatchDeleteTable, to delete any resources that belong to the database.

', 'DeleteDevEndpoint' => '

Deletes a specified development endpoint.

', 'DeleteJob' => '

Deletes a specified job definition. If the job definition is not found, no exception is thrown.

', 'DeleteMLTransform' => '

Deletes an Glue machine learning transform. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. If you no longer need a transform, you can delete it by calling DeleteMLTransforms. However, any Glue jobs that still reference the deleted transform will no longer succeed.

', 'DeletePartition' => '

Deletes a specified partition.

', 'DeletePartitionIndex' => '

Deletes a specified partition index from an existing table.

', 'DeleteRegistry' => '

Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the GetRegistry API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.

', 'DeleteResourcePolicy' => '

Deletes a specified policy.

', 'DeleteSchema' => '

Deletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call GetSchema API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the GetSchemaByDefinition, and RegisterSchemaVersion APIs.

', 'DeleteSchemaVersions' => '

Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the GetSchemaVersions API after this call will list the status of the deleted versions.

When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint API before using this API.

You cannot use the DeleteSchemaVersions API to delete the first schema version in the schema set. The first schema version can only be deleted by the DeleteSchema API. This operation will also delete the attached SchemaVersionMetadata under the schema versions. Hard deletes will be enforced on the database.

If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.

', 'DeleteSecurityConfiguration' => '

Deletes a specified security configuration.

', 'DeleteSession' => '

Deletes the session.

', 'DeleteTable' => '

Removes a table definition from the Data Catalog.

After completing this operation, you no longer have access to the table versions and partitions that belong to the deleted table. Glue deletes these "orphaned" resources asynchronously in a timely manner, at the discretion of the service.

To ensure the immediate deletion of all related resources, before calling DeleteTable, use DeleteTableVersion or BatchDeleteTableVersion, and DeletePartition or BatchDeletePartition, to delete any resources that belong to the table.

', 'DeleteTableVersion' => '

Deletes a specified version of a table.

', 'DeleteTrigger' => '

Deletes a specified trigger. If the trigger is not found, no exception is thrown.

', 'DeleteUserDefinedFunction' => '

Deletes an existing function definition from the Data Catalog.

', 'DeleteWorkflow' => '

Deletes a workflow.

', 'GetBlueprint' => '

Retrieves the details of a blueprint.

', 'GetBlueprintRun' => '

Retrieves the details of a blueprint run.

', 'GetBlueprintRuns' => '

Retrieves the details of blueprint runs for a specified blueprint.

', 'GetCatalogImportStatus' => '

Retrieves the status of a migration operation.

', 'GetClassifier' => '

Retrieve a classifier by name.

', 'GetClassifiers' => '

Lists all classifier objects in the Data Catalog.

', 'GetColumnStatisticsForPartition' => '

Retrieves partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is GetPartition.

', 'GetColumnStatisticsForTable' => '

Retrieves table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is GetTable.

', 'GetConnection' => '

Retrieves a connection definition from the Data Catalog.

', 'GetConnections' => '

Retrieves a list of connection definitions from the Data Catalog.

', 'GetCrawler' => '

Retrieves metadata for a specified crawler.

', 'GetCrawlerMetrics' => '

Retrieves metrics about specified crawlers.

', 'GetCrawlers' => '

Retrieves metadata for all crawlers defined in the customer account.

', 'GetCustomEntityType' => '

Retrieves the details of a custom pattern by specifying its name.

', 'GetDataCatalogEncryptionSettings' => '

Retrieves the security configuration for a specified catalog.

', 'GetDataQualityResult' => '

Retrieves the result of a data quality rule evaluation.

', 'GetDataQualityRuleRecommendationRun' => '

Gets the specified recommendation run that was used to generate rules.

', 'GetDataQualityRuleset' => '

Returns an existing ruleset by identifier or name.

', 'GetDataQualityRulesetEvaluationRun' => '

Retrieves a specific run where a ruleset is evaluated against a data source.

', 'GetDatabase' => '

Retrieves the definition of a specified database.

', 'GetDatabases' => '

Retrieves all databases defined in a given Data Catalog.

', 'GetDataflowGraph' => '

Transforms a Python script into a directed acyclic graph (DAG).

', 'GetDevEndpoint' => '

Retrieves information about a specified development endpoint.

When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address, and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.

', 'GetDevEndpoints' => '

Retrieves all the development endpoints in this Amazon Web Services account.

When you create a development endpoint in a virtual private cloud (VPC), Glue returns only a private IP address and the public IP address field is not populated. When you create a non-VPC development endpoint, Glue returns only a public IP address.

', 'GetJob' => '

Retrieves an existing job definition.

', 'GetJobBookmark' => '

Returns information on a job bookmark entry.

For more information about enabling and using job bookmarks, see:

', 'GetJobRun' => '

Retrieves the metadata for a given job run.

', 'GetJobRuns' => '

Retrieves metadata for all runs of a given job definition.

', 'GetJobs' => '

Retrieves all current job definitions.

', 'GetMLTaskRun' => '

Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun with the TaskRunID and its parent transform\'s TransformID.

', 'GetMLTaskRuns' => '

Gets a list of runs for a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can get a sortable, filterable list of machine learning task runs by calling GetMLTaskRuns with their parent transform\'s TransformID and other optional parameters as documented in this section.

This operation returns a list of historic runs and must be paginated.

', 'GetMLTransform' => '

Gets an Glue machine learning transform artifact and all its corresponding metadata. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue. You can retrieve their metadata by calling GetMLTransform.

', 'GetMLTransforms' => '

Gets a sortable, filterable list of existing Glue machine learning transforms. Machine learning transforms are a special type of transform that use machine learning to learn the details of the transformation to be performed by learning from examples provided by humans. These transformations are then saved by Glue, and you can retrieve their metadata by calling GetMLTransforms.

', 'GetMapping' => '

Creates mappings.

', 'GetPartition' => '

Retrieves information about a specified partition.

', 'GetPartitionIndexes' => '

Retrieves the partition indexes associated with a table.

', 'GetPartitions' => '

Retrieves information about the partitions in a table.

', 'GetPlan' => '

Gets code to perform a specified mapping.

', 'GetRegistry' => '

Describes the specified registry in detail.

', 'GetResourcePolicies' => '

Retrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy.

If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can\'t return the Data Catalog resource policy.

', 'GetResourcePolicy' => '

Retrieves a specified resource policy.

', 'GetSchema' => '

Describes the specified schema in detail.

', 'GetSchemaByDefinition' => '

Retrieves a schema by the SchemaDefinition. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the SchemaName or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in Deleted statuses will not be included in the results.

', 'GetSchemaVersion' => '

Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.

', 'GetSchemaVersionsDiff' => '

Fetches the schema version difference in the specified difference type between two stored schema versions in the Schema Registry.

This API allows you to compare two schema versions between two schema definitions under the same schema.

', 'GetSecurityConfiguration' => '

Retrieves a specified security configuration.

', 'GetSecurityConfigurations' => '

Retrieves a list of all security configurations.

', 'GetSession' => '

Retrieves the session.

', 'GetStatement' => '

Retrieves the statement.

', 'GetTable' => '

Retrieves the Table definition in a Data Catalog for a specified table.

', 'GetTableVersion' => '

Retrieves a specified version of a table.

', 'GetTableVersions' => '

Retrieves a list of strings that identify available versions of a specified table.

', 'GetTables' => '

Retrieves the definitions of some or all of the tables in a given Database.

', 'GetTags' => '

Retrieves a list of tags associated with a resource.

', 'GetTrigger' => '

Retrieves the definition of a trigger.

', 'GetTriggers' => '

Gets all the triggers associated with a job.

', 'GetUnfilteredPartitionMetadata' => '

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetPartition.

', 'GetUnfilteredPartitionsMetadata' => '

Retrieves partition metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetPartitions.

', 'GetUnfilteredTableMetadata' => '

Retrieves table metadata from the Data Catalog that contains unfiltered metadata.

For IAM authorization, the public IAM action associated with this API is glue:GetTable.

', 'GetUserDefinedFunction' => '

Retrieves a specified function definition from the Data Catalog.

', 'GetUserDefinedFunctions' => '

Retrieves multiple function definitions from the Data Catalog.

', 'GetWorkflow' => '

Retrieves resource metadata for a workflow.

', 'GetWorkflowRun' => '

Retrieves the metadata for a given workflow run.

', 'GetWorkflowRunProperties' => '

Retrieves the workflow run properties which were set during the run.

', 'GetWorkflowRuns' => '

Retrieves metadata for all runs of a given workflow.

', 'ImportCatalogToGlue' => '

Imports an existing Amazon Athena Data Catalog to Glue.

', 'ListBlueprints' => '

Lists all the blueprint names in an account.

', 'ListCrawlers' => '

Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListCrawls' => '

Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

You may use this API to:

', 'ListCustomEntityTypes' => '

Lists all the custom patterns that have been created.

', 'ListDataQualityResults' => '

Returns all data quality execution results for your account.

', 'ListDataQualityRuleRecommendationRuns' => '

Lists the recommendation runs meeting the filter criteria.

', 'ListDataQualityRulesetEvaluationRuns' => '

Lists all the runs meeting the filter criteria, where a ruleset is evaluated against a data source.

', 'ListDataQualityRulesets' => '

Returns a paginated list of rulesets for the specified list of Glue tables.

', 'ListDevEndpoints' => '

Retrieves the names of all DevEndpoint resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListJobs' => '

Retrieves the names of all job resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListMLTransforms' => '

Retrieves a sortable, filterable list of existing Glue machine learning transforms in this Amazon Web Services account, or the resources with the specified tag. This operation takes the optional Tags field, which you can use as a filter of the responses so that tagged resources can be retrieved as a group. If you choose to use tag filtering, only resources with the tags are retrieved.

', 'ListRegistries' => '

Returns a list of registries that you have created, with minimal registry information. Registries in the Deleting status will not be included in the results. Empty results will be returned if there are no registries available.

', 'ListSchemaVersions' => '

Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.

', 'ListSchemas' => '

Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.

When the RegistryId is not provided, all the schemas across registries will be part of the API response.

', 'ListSessions' => '

Retrieve a list of sessions.

', 'ListStatements' => '

Lists statements for the session.

', 'ListTriggers' => '

Retrieves the names of all trigger resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.

This operation takes the optional Tags field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.

', 'ListWorkflows' => '

Lists names of workflows created in the account.

', 'PutDataCatalogEncryptionSettings' => '

Sets the security configuration for a specified catalog. After the configuration has been set, the specified encryption is applied to every catalog write thereafter.

', 'PutResourcePolicy' => '

Sets the Data Catalog resource policy for access control.

', 'PutSchemaVersionMetadata' => '

Puts the metadata key value pair for a specified schema version ID. A maximum of 10 key value pairs will be allowed per schema version. They can be added over one or more calls.

', 'PutWorkflowRunProperties' => '

Puts the specified workflow run properties for the given workflow run. If a property already exists for the specified run, then it overrides the value otherwise adds the property to existing properties.

', 'QuerySchemaVersionMetadata' => '

Queries for the schema version metadata information.

', 'RegisterSchemaVersion' => '

Adds a new version to the existing schema. Returns an error if new version of schema does not meet the compatibility requirements of the schema set. This API will not create a new schema set and will return a 404 error if the schema set is not already present in the Schema Registry.

If this is the first schema definition to be registered in the Schema Registry, this API will store the schema version and return immediately. Otherwise, this call has the potential to run longer than other operations due to compatibility modes. You can call the GetSchemaVersion API with the SchemaVersionId to check compatibility modes.

If the same schema definition is already stored in Schema Registry as a version, the schema ID of the existing schema is returned to the caller.

', 'RemoveSchemaVersionMetadata' => '

Removes a key value pair from the schema version metadata for the specified schema version ID.

', 'ResetJobBookmark' => '

Resets a bookmark entry.

For more information about enabling and using job bookmarks, see:

', 'ResumeWorkflowRun' => '

Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run. The selected nodes and all nodes that are downstream from the selected nodes are run.

', 'RunStatement' => '

Executes the statement.

', 'SearchTables' => '

Searches a set of tables based on properties in the table metadata as well as on the parent database. You can search against text or filter conditions.

You can only get tables that you have access to based on the security policies defined in Lake Formation. You need at least a read-only access to the table for it to be returned. If you do not have access to all the columns in the table, these columns will not be searched against when returning the list of tables back to you. If you have access to the columns but not the data in the columns, those columns and the associated metadata for those columns will be included in the search.

', 'StartBlueprintRun' => '

Starts a new run of the specified blueprint.

', 'StartCrawler' => '

Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.

', 'StartCrawlerSchedule' => '

Changes the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.

', 'StartDataQualityRuleRecommendationRun' => '

Starts a recommendation run that is used to generate rules when you don\'t know what rules to write. Glue Data Quality analyzes the data and comes up with recommendations for a potential ruleset. You can then triage the ruleset and modify the generated ruleset to your liking.

', 'StartDataQualityRulesetEvaluationRun' => '

Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult API.

', 'StartExportLabelsTaskRun' => '

Begins an asynchronous task to export all labeled data for a particular transform. This task is the only label-related API call that is not part of the typical active learning workflow. You typically use StartExportLabelsTaskRun when you want to work with all of your existing labels at the same time, such as when you want to remove or change labels that were previously submitted as truth. This API operation accepts the TransformId whose labels you want to export and an Amazon Simple Storage Service (Amazon S3) path to export the labels to. The operation returns a TaskRunId. You can check on the status of your task run by calling the GetMLTaskRun API.

', 'StartImportLabelsTaskRun' => '

Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform and improve its quality. This API operation is generally used as part of the active learning workflow that starts with the StartMLLabelingSetGenerationTaskRun call and that ultimately results in improving the quality of your machine learning transform.

After the StartMLLabelingSetGenerationTaskRun finishes, Glue machine learning will have generated a series of questions for humans to answer. (Answering these questions is often called \'labeling\' in the machine learning workflows). In the case of the FindMatches transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?” After the labeling process is finished, users upload their answers/labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform use the new and improved labels and perform a higher-quality transformation.

By default, StartMLLabelingSetGenerationTaskRun continually learns from and combines all labels that you upload unless you set Replace to true. If you set Replace to true, StartImportLabelsTaskRun deletes and forgets all previously uploaded labels and learns only from the exact set that you upload. Replacing labels can be helpful if you realize that you previously uploaded incorrect labels, and you believe that they are having a negative effect on your transform quality.

You can check on the status of your task run by calling the GetMLTaskRun operation.

', 'StartJobRun' => '

Starts a job run using a job definition.

', 'StartMLEvaluationTaskRun' => '

Starts a task to estimate the quality of the transform.

When you provide label sets as examples of truth, Glue machine learning uses some of those examples to learn from them. The rest of the labels are used as a test to estimate quality.

Returns a unique identifier for the run. You can call GetMLTaskRun to get more information about the stats of the EvaluationTaskRun.

', 'StartMLLabelingSetGenerationTaskRun' => '

Starts the active learning workflow for your machine learning transform to improve the transform\'s quality by generating label sets and adding labels.

When the StartMLLabelingSetGenerationTaskRun finishes, Glue will have generated a "labeling set" or a set of questions for humans to answer.

In the case of the FindMatches transform, these questions are of the form, “What is the correct way to group these rows together into groups composed entirely of matching records?”

After the labeling process is finished, you can upload your labels with a call to StartImportLabelsTaskRun. After StartImportLabelsTaskRun finishes, all future runs of the machine learning transform will use the new and improved labels and perform a higher-quality transformation.

', 'StartTrigger' => '

Starts an existing trigger. See Triggering Jobs for information about how different types of trigger are started.

', 'StartWorkflowRun' => '

Starts a new run of the specified workflow.

', 'StopCrawler' => '

If the specified crawler is running, stops the crawl.

', 'StopCrawlerSchedule' => '

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

', 'StopSession' => '

Stops the session.

', 'StopTrigger' => '

Stops a specified trigger.

', 'StopWorkflowRun' => '

Stops the execution of the specified workflow run.

', 'TagResource' => '

Adds tags to a resource. A tag is a label you can assign to an Amazon Web Services resource. In Glue, you can tag only certain resources. For information about what resources you can tag, see Amazon Web Services Tags in Glue.

', 'UntagResource' => '

Removes tags from a resource.

', 'UpdateBlueprint' => '

Updates a registered blueprint.

', 'UpdateClassifier' => '

Modifies an existing classifier (a GrokClassifier, an XMLClassifier, a JsonClassifier, or a CsvClassifier, depending on which field is present).

', 'UpdateColumnStatisticsForPartition' => '

Creates or updates partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdatePartition.

', 'UpdateColumnStatisticsForTable' => '

Creates or updates table statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdateTable.

', 'UpdateConnection' => '

Updates a connection definition in the Data Catalog.

', 'UpdateCrawler' => '

Updates a crawler. If a crawler is running, you must stop it using StopCrawler before updating it.

', 'UpdateCrawlerSchedule' => '

Updates the schedule of a crawler using a cron expression.

', 'UpdateDataQualityRuleset' => '

Updates the specified data quality ruleset.

', 'UpdateDatabase' => '

Updates an existing database definition in a Data Catalog.

', 'UpdateDevEndpoint' => '

Updates a specified development endpoint.

', 'UpdateJob' => '

Updates an existing job definition. The previous job definition is completely overwritten by this information.

', 'UpdateJobFromSourceControl' => '

Synchronizes a job from the source control repository. This operation takes the job artifacts that are located in the remote repository and updates the Glue internal stores with these artifacts.

This API supports optional parameters which take in the repository information.

', 'UpdateMLTransform' => '

Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.

After calling this operation, you can call the StartMLEvaluationTaskRun operation to assess how well your new parameters achieved your goals (such as improving the quality of your machine learning transform, or making it more cost-effective).

', 'UpdatePartition' => '

Updates a partition.

', 'UpdateRegistry' => '

Updates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.

', 'UpdateSchema' => '

Updates the description, compatibility setting, or version checkpoint for a schema set.

For updating the compatibility setting, the call will not validate compatibility for the entire set of schema versions with the new compatibility setting. If the value for Compatibility is provided, the VersionNumber (a checkpoint) is also required. The API will validate the checkpoint version number for consistency.

If the value for the VersionNumber (checkpoint) is provided, Compatibility is optional and this can be used to set/reset a checkpoint for the schema.

This update will happen only if the schema is in the AVAILABLE state.

', 'UpdateSourceControlFromJob' => '

Synchronizes a job to the source control repository. This operation takes the job artifacts from the Glue internal stores and makes a commit to the remote repository that is configured on the job.

This API supports optional parameters which take in the repository information.

', 'UpdateTable' => '

Updates a metadata table in the Data Catalog.

', 'UpdateTrigger' => '

Updates a trigger definition.

', 'UpdateUserDefinedFunction' => '

Updates an existing function definition in the Data Catalog.

', 'UpdateWorkflow' => '

Updates an existing workflow.

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

Access to a resource was denied.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'LakeFormationConfiguration$AccountId' => '

Required for cross account crawls. For same account crawls as the target data, this can be left as null.

', ], ], 'Action' => [ 'base' => '

Defines an action to be initiated by a trigger.

', 'refs' => [ 'ActionList$member' => NULL, ], ], 'ActionList' => [ 'base' => NULL, 'refs' => [ 'CreateTriggerRequest$Actions' => '

The actions initiated by this trigger when it fires.

', 'Trigger$Actions' => '

The actions initiated by this trigger.

', 'TriggerUpdate$Actions' => '

The actions initiated by this trigger.

', ], ], 'AdditionalOptionKeys' => [ 'base' => NULL, 'refs' => [ 'DQAdditionalOptions$key' => NULL, ], ], 'AdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'CatalogDeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'CatalogHudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'JDBCConnectorTarget$AdditionalOptions' => '

Additional connection options for the connector.

', 'S3CatalogDeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'S3CatalogHudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'S3DeltaCatalogTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3DeltaDirectTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3DeltaSource$AdditionalDeltaOptions' => '

Specifies additional connection options.

', 'S3HudiCatalogTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3HudiDirectTarget$AdditionalOptions' => '

Specifies additional connection options for the connector.

', 'S3HudiSource$AdditionalHudiOptions' => '

Specifies additional connection options.

', 'SnowflakeNodeData$AdditionalOptions' => '

Specifies additional options passed to the Snowflake connector. If options are specified elsewhere in this node, this will take precedence.

', 'SparkConnectorSource$AdditionalOptions' => '

Additional connection options for the connector.

', 'SparkConnectorTarget$AdditionalOptions' => '

Additional connection options for the connector.

', ], ], 'AdditionalPlanOptionsMap' => [ 'base' => NULL, 'refs' => [ 'GetPlanRequest$AdditionalPlanOptionsMap' => '

A map to hold additional optional key-value parameters.

Currently, these key-value pairs are supported:

', ], ], 'AggFunction' => [ 'base' => NULL, 'refs' => [ 'AggregateOperation$AggFunc' => '

Specifies the aggregation function to apply.

Possible aggregation functions include: avg countDistinct, count, first, last, kurtosis, max, min, skewness, stddev_samp, stddev_pop, sum, sumDistinct, var_samp, var_pop

', ], ], 'Aggregate' => [ 'base' => '

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

', 'refs' => [ 'CodeGenConfigurationNode$Aggregate' => '

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

', ], ], 'AggregateOperation' => [ 'base' => '

Specifies the set of parameters needed to perform aggregation in the aggregate transform.

', 'refs' => [ 'AggregateOperations$member' => NULL, ], ], 'AggregateOperations' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Aggs' => '

Specifies the aggregate functions to be performed on specified fields.

', ], ], 'AlreadyExistsException' => [ 'base' => '

A resource to be created or added already exists.

', 'refs' => [], ], 'AmazonRedshiftAdvancedOption' => [ 'base' => '

Specifies an optional value when connecting to the Redshift cluster.

', 'refs' => [ 'AmazonRedshiftAdvancedOptions$member' => NULL, ], ], 'AmazonRedshiftAdvancedOptions' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$AdvancedOptions' => '

Optional values when connecting to the Redshift cluster.

', ], ], 'AmazonRedshiftNodeData' => [ 'base' => '

Specifies an Amazon Redshift node.

', 'refs' => [ 'AmazonRedshiftSource$Data' => '

Specifies the data of the Amazon Reshift source node.

', 'AmazonRedshiftTarget$Data' => '

Specifies the data of the Amazon Redshift target node.

', ], ], 'AmazonRedshiftSource' => [ 'base' => '

Specifies an Amazon Redshift source.

', 'refs' => [ 'CodeGenConfigurationNode$AmazonRedshiftSource' => '

Specifies a target that writes to a data source in Amazon Redshift.

', ], ], 'AmazonRedshiftTarget' => [ 'base' => '

Specifies an Amazon Redshift target.

', 'refs' => [ 'CodeGenConfigurationNode$AmazonRedshiftTarget' => '

Specifies a target that writes to a data target in Amazon Redshift.

', ], ], 'ApplyMapping' => [ 'base' => '

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

', 'refs' => [ 'CodeGenConfigurationNode$ApplyMapping' => '

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

', ], ], 'AthenaConnectorSource' => [ 'base' => '

Specifies a connector to an Amazon Athena data source.

', 'refs' => [ 'CodeGenConfigurationNode$AthenaConnectorSource' => '

Specifies a connector to an Amazon Athena data source.

', ], ], 'AttemptCount' => [ 'base' => NULL, 'refs' => [ 'JobRun$Attempt' => '

The number of the attempt to run this job.

', ], ], 'AuditColumnNamesList' => [ 'base' => NULL, 'refs' => [ 'AuditContext$RequestedColumns' => '

The requested columns for audit.

', ], ], 'AuditContext' => [ 'base' => '

A structure containing the Lake Formation audit context.

', 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', 'GetUnfilteredPartitionsMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', 'GetUnfilteredTableMetadataRequest$AuditContext' => '

A structure containing Lake Formation audit context information.

', ], ], 'AuditContextString' => [ 'base' => NULL, 'refs' => [ 'AuditContext$AdditionalAuditContext' => '

A string containing the additional audit context information.

', ], ], 'AuthTokenString' => [ 'base' => NULL, 'refs' => [ 'UpdateJobFromSourceControlRequest$AuthToken' => '

The value of the authorization token.

', 'UpdateSourceControlFromJobRequest$AuthToken' => '

The value of the authorization token.

', ], ], 'BackfillError' => [ 'base' => '

A list of errors that can occur when registering partition indexes for an existing table.

These errors give the details about why an index registration failed and provide a limited number of partitions in the response, so that you can fix the partitions at fault and try registering the index again. The most common set of errors that can occur are categorized as follows:

', 'refs' => [ 'BackfillErrors$member' => NULL, ], ], 'BackfillErrorCode' => [ 'base' => NULL, 'refs' => [ 'BackfillError$Code' => '

The error code for an error that occurred when registering partition indexes for an existing table.

', ], ], 'BackfillErroredPartitionsList' => [ 'base' => NULL, 'refs' => [ 'BackfillError$Partitions' => '

A list of a limited number of partitions in the response.

', ], ], 'BackfillErrors' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$BackfillErrors' => '

A list of errors that can occur when registering partition indexes for an existing table.

', ], ], 'BasicCatalogTarget' => [ 'base' => '

Specifies a target that uses a Glue Data Catalog table.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogTarget' => '

Specifies a target that uses a Glue Data Catalog table.

', ], ], 'BatchCreatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchCreatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeletePartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchDeletePartitionRequest$PartitionsToDelete' => '

A list of PartitionInput structures that define the partitions to be deleted.

', ], ], 'BatchDeleteTableNameList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableRequest$TablesToDelete' => '

A list of the table to delete.

', ], ], 'BatchDeleteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableVersionList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionRequest$VersionIds' => '

A list of the IDs of versions to be deleted. A VersionId is a string representation of an integer. Each version is incremented by 1.

', ], ], 'BatchDeleteTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBlueprintNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsRequest$Names' => '

A list of blueprint names.

', ], ], 'BatchGetBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBlueprintsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCustomEntityTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetCustomEntityTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDataQualityResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDataQualityResultResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetPartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchGetPartitionRequest$PartitionsToGet' => '

A list of partition values identifying the partitions to retrieve.

', 'BatchGetPartitionResponse$UnprocessedKeys' => '

A list of the partition values in the request for which partitions were not returned.

', ], ], 'BatchGetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchSize' => [ 'base' => NULL, 'refs' => [ 'EventBatchingCondition$BatchSize' => '

Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

', ], ], 'BatchStopJobRunError' => [ 'base' => '

Records an error that occurred when attempting to stop a specified job run.

', 'refs' => [ 'BatchStopJobRunErrorList$member' => NULL, ], ], 'BatchStopJobRunErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunResponse$Errors' => '

A list of the errors that were encountered in trying to stop JobRuns, including the JobRunId for which each error was encountered and details about the error.

', ], ], 'BatchStopJobRunJobRunIdList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunRequest$JobRunIds' => '

A list of the JobRunIds that should be stopped for that job definition.

', ], ], 'BatchStopJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchStopJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchStopJobRunSuccessfulSubmission' => [ 'base' => '

Records a successful request to stop a specified JobRun.

', 'refs' => [ 'BatchStopJobRunSuccessfulSubmissionList$member' => NULL, ], ], 'BatchStopJobRunSuccessfulSubmissionList' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunResponse$SuccessfulSubmissions' => '

A list of the JobRuns that were successfully submitted for stopping.

', ], ], 'BatchUpdatePartitionFailureEntry' => [ 'base' => '

Contains information about a batch update partition error.

', 'refs' => [ 'BatchUpdatePartitionFailureList$member' => NULL, ], ], 'BatchUpdatePartitionFailureList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionResponse$Errors' => '

The errors encountered when trying to update the requested partitions. A list of BatchUpdatePartitionFailureEntry objects.

', ], ], 'BatchUpdatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchUpdatePartitionRequestEntry' => [ 'base' => '

A structure that contains the values and structure used to update a partition.

', 'refs' => [ 'BatchUpdatePartitionRequestEntryList$member' => NULL, ], ], 'BatchUpdatePartitionRequestEntryList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionRequest$Entries' => '

A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

', ], ], 'BatchUpdatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchWindow' => [ 'base' => NULL, 'refs' => [ 'EventBatchingCondition$BatchWindow' => '

Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.

', ], ], 'BinaryColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for bit sequence data values.

', 'refs' => [ 'ColumnStatisticsData$BinaryColumnStatisticsData' => '

Binary column statistics data.

', ], ], 'Blob' => [ 'base' => NULL, 'refs' => [ 'DecimalNumber$UnscaledValue' => '

The unscaled numeric value.

', ], ], 'Blueprint' => [ 'base' => '

The details of a blueprint.

', 'refs' => [ 'Blueprints$member' => NULL, 'GetBlueprintResponse$Blueprint' => '

Returns a Blueprint object.

', ], ], 'BlueprintDetails' => [ 'base' => '

The details of a blueprint.

', 'refs' => [ 'Workflow$BlueprintDetails' => '

This structure indicates the details of the blueprint that this particular workflow is created from.

', ], ], 'BlueprintNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsResponse$MissingBlueprints' => '

Returns a list of BlueprintNames that were not found.

', 'ListBlueprintsResponse$Blueprints' => '

List of names of blueprints in the account.

', ], ], 'BlueprintParameterSpec' => [ 'base' => NULL, 'refs' => [ 'Blueprint$ParameterSpec' => '

A JSON string that indicates the list of parameter specifications for the blueprint.

', 'LastActiveDefinition$ParameterSpec' => '

A JSON string specifying the parameters for the blueprint.

', ], ], 'BlueprintParameters' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$Parameters' => '

The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec.

', 'StartBlueprintRunRequest$Parameters' => '

Specifies the parameters as a BlueprintParameters object.

', ], ], 'BlueprintRun' => [ 'base' => '

The details of a blueprint run.

', 'refs' => [ 'BlueprintRuns$member' => NULL, 'GetBlueprintRunResponse$BlueprintRun' => '

Returns a BlueprintRun object.

', ], ], 'BlueprintRunState' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$State' => '

The state of the blueprint run. Possible values are:

', ], ], 'BlueprintRuns' => [ 'base' => NULL, 'refs' => [ 'GetBlueprintRunsResponse$BlueprintRuns' => '

Returns a list of BlueprintRun objects.

', ], ], 'BlueprintStatus' => [ 'base' => NULL, 'refs' => [ 'Blueprint$Status' => '

The status of the blueprint registration.

', ], ], 'Blueprints' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintsResponse$Blueprints' => '

Returns a list of blueprint as a Blueprints object.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CatalogImportStatus$ImportCompleted' => '

True if the migration has completed, or False otherwise.

', 'CodeGenNodeArg$Param' => '

True if the value is used as a parameter.

', 'ConnectionPasswordEncryption$ReturnConnectionPasswordEncrypted' => '

When the ReturnConnectionPasswordEncrypted flag is set to "true", passwords remain encrypted in the responses of GetConnection and GetConnections. This encryption takes effect independently from catalog encryption.

', 'CrawlerMetrics$StillEstimating' => '

True if the crawler is still estimating how long it will take to complete this run.

', 'GetConnectionRequest$HidePassword' => '

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

', 'GetConnectionsRequest$HidePassword' => '

Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

', 'GetUnfilteredPartitionMetadataResponse$IsRegisteredWithLakeFormation' => '

A Boolean value that indicates whether the partition location is registered with Lake Formation.

', 'GetUnfilteredTableMetadataResponse$IsRegisteredWithLakeFormation' => '

A Boolean value that indicates whether the partition location is registered with Lake Formation.

', 'StorageDescriptor$Compressed' => '

True if the data in the table is compressed, or False if not.

', 'StorageDescriptor$StoredAsSubDirectories' => '

True if the table data is stored in subdirectories, or False if not.

', 'Table$IsRegisteredWithLakeFormation' => '

Indicates whether the table has been registered with Lake Formation.

', 'UnfilteredPartition$IsRegisteredWithLakeFormation' => '

A Boolean value indicating that the partition location is registered with Lake Formation.

', ], ], 'BooleanColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for Boolean data columns.

', 'refs' => [ 'ColumnStatisticsData$BooleanColumnStatisticsData' => '

Boolean column statistics data.

', ], ], 'BooleanNullable' => [ 'base' => NULL, 'refs' => [ 'GetPartitionsRequest$ExcludeColumnSchema' => '

When true, specifies not returning the partition column schema. Useful when you are interested only in other partition attributes such as partition values or location. This approach avoids the problem of a large response by not returning duplicate data.

', 'UpdateTableRequest$SkipArchive' => '

By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.

', ], ], 'BooleanValue' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$Upsert' => '

The action used on Redshift sinks when doing an APPEND.

', 'CreateTriggerRequest$StartOnCreation' => '

Set to true to start SCHEDULED and CONDITIONAL triggers when created. True is not supported for ON_DEMAND triggers.

', 'GetJobRunRequest$PredecessorsIncluded' => '

True if a list of predecessor runs should be returned.

', 'S3CsvSource$OptimizePerformance' => '

A Boolean value that specifies whether to use the advanced SIMD CSV reader along with Apache Arrow based columnar memory formats. Only available in Glue version 3.0.

', 'SnowflakeNodeData$Upsert' => '

Used when Action is append. Specifies the resolution behavior when a row already exists. If true, preexisting rows will be updated. If false, those rows will be inserted.

', 'SnowflakeNodeData$AutoPushdown' => '

Specifies whether automatic query pushdown is enabled. If pushdown is enabled, then when a query is run on Spark, if part of the query can be "pushed down" to the Snowflake server, it is pushed down. This improves performance of some queries.

', 'UpdateDevEndpointRequest$UpdateEtlLibraries' => '

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False if otherwise.

', ], ], 'BoundedPartitionValueList' => [ 'base' => NULL, 'refs' => [ 'BatchUpdatePartitionFailureEntry$PartitionValueList' => '

A list of values defining the partitions.

', 'BatchUpdatePartitionRequestEntry$PartitionValueList' => '

A list of values defining the partitions.

', 'UpdatePartitionRequest$PartitionValueList' => '

List of partition key values that define the partition to update.

', ], ], 'BoxedBoolean' => [ 'base' => NULL, 'refs' => [ 'CatalogKafkaSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'CatalogKinesisSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'CatalogSchemaChangePolicy$EnableUpdateCatalog' => '

Whether to use the specified update behavior when the crawler finds a changed schema.

', 'DQResultsPublishingOptions$CloudWatchMetricsEnabled' => '

Enable metrics for your data quality results.

', 'DQResultsPublishingOptions$ResultsPublishingEnabled' => '

Enable publishing for your data quality results.

', 'DirectKafkaSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'DirectKinesisSource$DetectSchema' => '

Whether to automatically determine the schema from the incoming data.

', 'DirectSchemaChangePolicy$EnableUpdateCatalog' => '

Whether to use the specified update behavior when the crawler finds a changed schema.

', 'FilterExpression$Negated' => '

Whether the expression is to be negated.

', 'KafkaStreamingSourceOptions$IncludeHeaders' => '

Whether to include the Kafka headers. When the option is set to "true", the data output will contain an additional column named "glue_streaming_kafka_headers" with type Array[Struct(key: String, value: String)]. The default value is "false". This option is available in Glue version 3.0 or later only.

', 'KinesisStreamingSourceOptions$AddIdleTimeBetweenReads' => '

Adds a time delay between two consecutive getRecords operations. The default value is "False". This option is only configurable for Glue version 2.0 and above.

', 'KinesisStreamingSourceOptions$AvoidEmptyBatches' => '

Avoids creating an empty microbatch job by checking for unread data in the Kinesis data stream before the batch is started. The default value is "False".

', 'Mapping$Dropped' => '

If true, then the column is removed.

', 'NullCheckBoxList$IsEmpty' => '

Specifies that an empty string is considered as a null value.

', 'NullCheckBoxList$IsNullString' => '

Specifies that a value spelling out the word \'null\' is considered as a null value.

', 'NullCheckBoxList$IsNegOne' => '

Specifies that an integer value of -1 is considered as a null value.

', 'S3CsvSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'S3CsvSource$Multiline' => '

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

', 'S3CsvSource$WithHeader' => '

A Boolean value that specifies whether to treat the first line as a header. The default value is False.

', 'S3CsvSource$WriteHeader' => '

A Boolean value that specifies whether to write the header to output. The default value is True.

', 'S3CsvSource$SkipFirst' => '

A Boolean value that specifies whether to skip the first data line. The default value is False.

', 'S3DirectSourceAdditionalOptions$EnableSamplePath' => '

Sets option to enable a sample path.

', 'S3JsonSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'S3JsonSource$Multiline' => '

A Boolean value that specifies whether a single record can span multiple lines. This can occur when a field contains a quoted new-line character. You must set this option to True if any record spans multiple lines. The default value is False, which allows for more aggressive file-splitting during parsing.

', 'S3ParquetSource$Recurse' => '

If set to true, recursively reads files in all subdirectories under the specified paths.

', 'TransformConfigParameter$IsOptional' => '

Specifies whether the parameter is optional or not in the config file of the dynamic transform.

', ], ], 'BoxedDoubleFraction' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$SampleFraction' => '

Indicates the fraction of the data to sample when scanning for PII entities.

', 'PIIDetection$ThresholdFraction' => '

Indicates the fraction of the data that must be met in order for a column to be identified as PII data.

', ], ], 'BoxedLong' => [ 'base' => NULL, 'refs' => [ 'S3DirectSourceAdditionalOptions$BoundedSize' => '

Sets the upper limit for the target size of the dataset in bytes that will be processed.

', 'S3DirectSourceAdditionalOptions$BoundedFiles' => '

Sets the upper limit for the target number of files that will be processed.

', 'S3SourceAdditionalOptions$BoundedSize' => '

Sets the upper limit for the target size of the dataset in bytes that will be processed.

', 'S3SourceAdditionalOptions$BoundedFiles' => '

Sets the upper limit for the target number of files that will be processed.

', ], ], 'BoxedNonNegativeInt' => [ 'base' => NULL, 'refs' => [ 'KafkaStreamingSourceOptions$NumRetries' => '

The number of times to retry before failing to fetch Kafka offsets. The default value is 3.

', 'KafkaStreamingSourceOptions$MinPartitions' => '

The desired minimum number of partitions to read from Kafka. The default value is null, which means that the number of spark partitions is equal to the number of Kafka partitions.

', 'KinesisStreamingSourceOptions$NumRetries' => '

The maximum number of retries for Kinesis Data Streams API requests. The default value is 3.

', 'S3CsvSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3CsvSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', 'S3JsonSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3JsonSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', 'S3ParquetSource$MaxBand' => '

This option controls the duration in milliseconds after which the s3 listing is likely to be consistent. Files with modification timestamps falling within the last maxBand milliseconds are tracked specially when using JobBookmarks to account for Amazon S3 eventual consistency. Most users don\'t need to set this option. The default is 900000 milliseconds, or 15 minutes.

', 'S3ParquetSource$MaxFilesInBand' => '

This option specifies the maximum number of files to save from the last maxBand seconds. If this number is exceeded, extra files are skipped and only processed in the next job run.

', ], ], 'BoxedNonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorOptions$LowerBound' => '

The minimum value of partitionColumn that is used to decide partition stride.

', 'JDBCConnectorOptions$UpperBound' => '

The maximum value of partitionColumn that is used to decide partition stride.

', 'JDBCConnectorOptions$NumPartitions' => '

The number of partitions. This value, along with lowerBound (inclusive) and upperBound (exclusive), form partition strides for generated WHERE clause expressions that are used to split the partitionColumn.

', 'KafkaStreamingSourceOptions$PollTimeoutMs' => '

The timeout in milliseconds to poll data from Kafka in Spark job executors. The default value is 512.

', 'KafkaStreamingSourceOptions$RetryIntervalMs' => '

The time in milliseconds to wait before retrying to fetch Kafka offsets. The default value is 10.

', 'KafkaStreamingSourceOptions$MaxOffsetsPerTrigger' => '

The rate limit on the maximum number of offsets that are processed per trigger interval. The specified total number of offsets is proportionally split across topicPartitions of different volumes. The default value is null, which means that the consumer reads all offsets until the known latest offset.

', 'KinesisStreamingSourceOptions$MaxFetchTimeInMs' => '

The maximum time spent in the job executor to fetch a record from the Kinesis data stream per shard, specified in milliseconds (ms). The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxFetchRecordsPerShard' => '

The maximum number of records to fetch per shard in the Kinesis data stream. The default value is 100000.

', 'KinesisStreamingSourceOptions$MaxRecordPerRead' => '

The maximum number of records to fetch from the Kinesis data stream in each getRecords operation. The default value is 10000.

', 'KinesisStreamingSourceOptions$IdleTimeBetweenReadsInMs' => '

The minimum time delay between two consecutive getRecords operations, specified in ms. The default value is 1000. This option is only configurable for Glue version 2.0 and above.

', 'KinesisStreamingSourceOptions$DescribeShardInterval' => '

The minimum time interval between two ListShards API calls for your script to consider resharding. The default value is 1s.

', 'KinesisStreamingSourceOptions$RetryIntervalMs' => '

The cool-off time period (specified in ms) before retrying the Kinesis Data Streams API call. The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxRetryIntervalMs' => '

The maximum cool-off time period (specified in ms) between two retries of a Kinesis Data Streams API call. The default value is 10000.

', ], ], 'BoxedPositiveInt' => [ 'base' => NULL, 'refs' => [ 'CatalogKafkaSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'CatalogKinesisSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'DirectKafkaSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', 'DirectKinesisSource$WindowSize' => '

The amount of time to spend processing each micro batch.

', ], ], 'CancelDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelMLTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelMLTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'CancelStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CancelStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'CatalogDeltaSource' => [ 'base' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogDeltaSource' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

', ], ], 'CatalogEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'EncryptionAtRest$CatalogEncryptionMode' => '

The encryption-at-rest mode for encrypting Data Catalog data.

', ], ], 'CatalogEntries' => [ 'base' => NULL, 'refs' => [ 'GetMappingRequest$Sinks' => '

A list of target tables.

', 'GetPlanRequest$Sinks' => '

The target tables.

', ], ], 'CatalogEntry' => [ 'base' => '

Specifies a table definition in the Glue Data Catalog.

', 'refs' => [ 'CatalogEntries$member' => NULL, 'GetMappingRequest$Source' => '

Specifies the source table.

', 'GetPlanRequest$Source' => '

The source table.

', ], ], 'CatalogGetterPageSize' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$MaxResults' => '

The maximum number of databases to return in one response.

', 'GetTableVersionsRequest$MaxResults' => '

The maximum number of table versions to return in one response.

', 'GetTablesRequest$MaxResults' => '

The maximum number of tables to return in a single response.

', 'GetUserDefinedFunctionsRequest$MaxResults' => '

The maximum number of functions to return in one response.

', ], ], 'CatalogHudiSource' => [ 'base' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogHudiSource' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog.

', ], ], 'CatalogIdString' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionRequest$CatalogId' => '

The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.

', 'BatchDeleteConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeletePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeleteTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchDeleteTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'BatchGetPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'BatchUpdatePartitionRequest$CatalogId' => '

The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.

', 'CreateConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default.

', 'CreateDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services account ID is used by default.

', 'CreatePartitionIndexRequest$CatalogId' => '

The catalog ID where the table resides.

', 'CreatePartitionRequest$CatalogId' => '

The Amazon Web Services account ID of the catalog in which the partition is to be created.

', 'CreateTableRequest$CatalogId' => '

The ID of the Data Catalog in which to create the Table. If none is supplied, the Amazon Web Services account ID is used by default.

', 'CreateUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.

', 'Database$CatalogId' => '

The ID of the Data Catalog in which the database resides.

', 'DatabaseIdentifier$CatalogId' => '

The ID of the Data Catalog in which the database resides.

', 'DeleteColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'DeleteColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'DeleteConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeletePartitionIndexRequest$CatalogId' => '

The catalog ID where the table resides.

', 'DeletePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'DeleteUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetCatalogImportStatusRequest$CatalogId' => '

The ID of the catalog to migrate. Currently, this should be the Amazon Web Services account ID.

', 'GetColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'GetConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetConnectionsRequest$CatalogId' => '

The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDataCatalogEncryptionSettingsRequest$CatalogId' => '

The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetDatabasesRequest$CatalogId' => '

The ID of the Data Catalog from which to retrieve Databases. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetPartitionIndexesRequest$CatalogId' => '

The catalog ID where the table resides.

', 'GetPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetPartitionsRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableVersionRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTableVersionsRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetTablesRequest$CatalogId' => '

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetUnfilteredPartitionMetadataRequest$CatalogId' => '

The catalog ID where the partition resides.

', 'GetUnfilteredPartitionsMetadataRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is provided, the AWS account ID is used by default.

', 'GetUnfilteredTableMetadataRequest$CatalogId' => '

The catalog ID where the table resides.

', 'GetUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the Amazon Web Services account ID is used by default.

', 'GetUserDefinedFunctionsRequest$CatalogId' => '

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

', 'ImportCatalogToGlueRequest$CatalogId' => '

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

', 'Partition$CatalogId' => '

The ID of the Data Catalog in which the partition resides.

', 'PutDataCatalogEncryptionSettingsRequest$CatalogId' => '

The ID of the Data Catalog to set the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.

', 'SearchTablesRequest$CatalogId' => '

A unique identifier, consisting of account_id .

', 'Table$CatalogId' => '

The ID of the Data Catalog in which the table resides.

', 'TableIdentifier$CatalogId' => '

The ID of the Data Catalog in which the table resides.

', 'UpdateColumnStatisticsForPartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'UpdateColumnStatisticsForTableRequest$CatalogId' => '

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'UpdateConnectionRequest$CatalogId' => '

The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateDatabaseRequest$CatalogId' => '

The ID of the Data Catalog in which the metadata database resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdatePartitionRequest$CatalogId' => '

The ID of the Data Catalog where the partition to be updated resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateTableRequest$CatalogId' => '

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

', 'UpdateUserDefinedFunctionRequest$CatalogId' => '

The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.

', 'UserDefinedFunction$CatalogId' => '

The ID of the Data Catalog in which the function resides.

', ], ], 'CatalogImportStatus' => [ 'base' => '

A structure containing migration status information.

', 'refs' => [ 'GetCatalogImportStatusResponse$ImportStatus' => '

The status of the specified catalog migration.

', ], ], 'CatalogKafkaSource' => [ 'base' => '

Specifies an Apache Kafka data store in the Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogKafkaSource' => '

Specifies an Apache Kafka data store in the Data Catalog.

', ], ], 'CatalogKinesisSource' => [ 'base' => '

Specifies a Kinesis data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogKinesisSource' => '

Specifies a Kinesis data source in the Glue Data Catalog.

', ], ], 'CatalogSchemaChangePolicy' => [ 'base' => '

A policy that specifies update behavior for the crawler.

', 'refs' => [ 'GovernedCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the governed catalog.

', 'S3CatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3DeltaCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3HudiCatalogTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', ], ], 'CatalogSource' => [ 'base' => '

Specifies a data store in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$CatalogSource' => '

Specifies a data store in the Glue Data Catalog.

', ], ], 'CatalogTablesList' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$Tables' => '

A list of the tables to be synchronized.

', ], ], 'CatalogTarget' => [ 'base' => '

Specifies an Glue Data Catalog target.

', 'refs' => [ 'CatalogTargetList$member' => NULL, ], ], 'CatalogTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$CatalogTargets' => '

Specifies Glue Data Catalog targets.

', ], ], 'CheckSchemaVersionValidityInput' => [ 'base' => NULL, 'refs' => [], ], 'CheckSchemaVersionValidityResponse' => [ 'base' => NULL, 'refs' => [], ], 'Classification' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

', 'CreateXMLClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches.

', 'GrokClassifier$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

', 'UpdateGrokClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.

', 'UpdateXMLClassifierRequest$Classification' => '

An identifier of the data format that the classifier matches.

', 'XMLClassifier$Classification' => '

An identifier of the data format that the classifier matches.

', ], ], 'Classifier' => [ 'base' => '

Classifiers are triggered during a crawl task. A classifier checks whether a given file is in a format it can handle. If it is, the classifier creates a schema in the form of a StructType object that matches that data format.

You can use the standard classifiers that Glue provides, or you can write your own classifiers to best categorize your data sources and specify the appropriate schemas to use for them. A classifier can be a grok classifier, an XML classifier, a JSON classifier, or a custom CSV classifier, as specified in one of the fields in the Classifier object.

', 'refs' => [ 'ClassifierList$member' => NULL, 'GetClassifierResponse$Classifier' => '

The requested classifier.

', ], ], 'ClassifierList' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersResponse$Classifiers' => '

The requested list of classifier objects.

', ], ], 'ClassifierNameList' => [ 'base' => NULL, 'refs' => [ 'Crawler$Classifiers' => '

A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.

', 'CreateCrawlerRequest$Classifiers' => '

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

', 'UpdateCrawlerRequest$Classifiers' => '

A list of custom classifiers that the user has registered. By default, all built-in classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.

', ], ], 'CloudWatchEncryption' => [ 'base' => '

Specifies how Amazon CloudWatch data should be encrypted.

', 'refs' => [ 'EncryptionConfiguration$CloudWatchEncryption' => '

The encryption configuration for Amazon CloudWatch.

', ], ], 'CloudWatchEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'CloudWatchEncryption$CloudWatchEncryptionMode' => '

The encryption mode to use for CloudWatch data.

', ], ], 'CodeGenArgName' => [ 'base' => NULL, 'refs' => [ 'CodeGenEdge$TargetParameter' => '

The target of the edge.

', 'CodeGenNodeArg$Name' => '

The name of the argument or property.

', ], ], 'CodeGenArgValue' => [ 'base' => NULL, 'refs' => [ 'CodeGenNodeArg$Value' => '

The value of the argument or property.

', ], ], 'CodeGenConfigurationNode' => [ 'base' => '

CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.

', 'refs' => [ 'CodeGenConfigurationNodes$value' => NULL, ], ], 'CodeGenConfigurationNodes' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', 'Job$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', 'JobUpdate$CodeGenConfigurationNodes' => '

The representation of a directed acyclic graph on which both the Glue Studio visual component and Glue Studio code generation is based.

', ], ], 'CodeGenEdge' => [ 'base' => '

Represents a directional edge in a directed acyclic graph (DAG).

', 'refs' => [ 'DagEdges$member' => NULL, ], ], 'CodeGenIdentifier' => [ 'base' => NULL, 'refs' => [ 'CodeGenEdge$Source' => '

The ID of the node at which the edge starts.

', 'CodeGenEdge$Target' => '

The ID of the node at which the edge ends.

', 'CodeGenNode$Id' => '

A node identifier that is unique within the node\'s graph.

', ], ], 'CodeGenNode' => [ 'base' => '

Represents a node in a directed acyclic graph (DAG)

', 'refs' => [ 'DagNodes$member' => NULL, ], ], 'CodeGenNodeArg' => [ 'base' => '

An argument or property of a node.

', 'refs' => [ 'CodeGenNodeArgs$member' => NULL, ], ], 'CodeGenNodeArgs' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$Args' => '

Properties of the node, in the form of name-value pairs.

', 'Location$Jdbc' => '

A JDBC location.

', 'Location$S3' => '

An Amazon Simple Storage Service (Amazon S3) location.

', 'Location$DynamoDB' => '

An Amazon DynamoDB table location.

', ], ], 'CodeGenNodeType' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$NodeType' => '

The type of node that this is.

', ], ], 'Column' => [ 'base' => '

A column in a Table.

', 'refs' => [ 'ColumnList$member' => NULL, ], ], 'ColumnError' => [ 'base' => '

Encapsulates a column name that failed and the reason for failure.

', 'refs' => [ 'ColumnErrors$member' => NULL, ], ], 'ColumnErrors' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionResponse$Errors' => '

Error occurred during retrieving column statistics data.

', 'GetColumnStatisticsForTableResponse$Errors' => '

List of ColumnStatistics that failed to be retrieved.

', ], ], 'ColumnImportance' => [ 'base' => '

A structure containing the column name and column importance score for a column.

Column importance helps you understand how columns contribute to your model, by identifying which columns in your records are more important than others.

', 'refs' => [ 'ColumnImportanceList$member' => NULL, ], ], 'ColumnImportanceList' => [ 'base' => NULL, 'refs' => [ 'FindMatchesMetrics$ColumnImportances' => '

A list of ColumnImportance structures containing column importance metrics, sorted in order of descending importance.

', ], ], 'ColumnList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$Columns' => '

A list of the Columns in the table.

', 'Table$PartitionKeys' => '

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

"PartitionKeys": []

', 'TableInput$PartitionKeys' => '

A list of columns by which the table is partitioned. Only primitive types are supported as partition keys.

When you create a table used by Amazon Athena, and you do not specify any partitionKeys, you must at least set the value of partitionKeys to an empty list. For example:

"PartitionKeys": []

', ], ], 'ColumnNameString' => [ 'base' => NULL, 'refs' => [ 'AuditColumnNamesList$member' => NULL, 'FindMatchesParameters$PrimaryKeyColumnName' => '

The name of a column that uniquely identifies rows in the source table. Used to help identify matching records.

', 'SchemaColumn$Name' => '

The name of the column.

', ], ], 'ColumnRowFilter' => [ 'base' => '

A filter that uses both column-level and row-level filtering.

', 'refs' => [ 'ColumnRowFilterList$member' => NULL, ], ], 'ColumnRowFilterList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredTableMetadataResponse$CellFilters' => '

A list of column row filters.

', ], ], 'ColumnStatistics' => [ 'base' => '

Represents the generated column-level statistics for a table or partition.

', 'refs' => [ 'ColumnStatisticsError$ColumnStatistics' => '

The ColumnStatistics of the column.

', 'ColumnStatisticsList$member' => NULL, 'UpdateColumnStatisticsList$member' => NULL, ], ], 'ColumnStatisticsData' => [ 'base' => '

Contains the individual types of column statistics data. Only one data object should be set and indicated by the Type attribute.

', 'refs' => [ 'ColumnStatistics$StatisticsData' => '

A ColumnStatisticData object that contains the statistics data values.

', ], ], 'ColumnStatisticsError' => [ 'base' => '

Encapsulates a ColumnStatistics object that failed and the reason for failure.

', 'refs' => [ 'ColumnStatisticsErrors$member' => NULL, ], ], 'ColumnStatisticsErrors' => [ 'base' => NULL, 'refs' => [ 'UpdateColumnStatisticsForPartitionResponse$Errors' => '

Error occurred during updating column statistics data.

', 'UpdateColumnStatisticsForTableResponse$Errors' => '

List of ColumnStatisticsErrors.

', ], ], 'ColumnStatisticsList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionResponse$ColumnStatisticsList' => '

List of ColumnStatistics that failed to be retrieved.

', 'GetColumnStatisticsForTableResponse$ColumnStatisticsList' => '

List of ColumnStatistics.

', ], ], 'ColumnStatisticsType' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsData$Type' => '

The type of column statistics data.

', ], ], 'ColumnTypeString' => [ 'base' => NULL, 'refs' => [ 'Column$Type' => '

The data type of the Column.

', 'GlueStudioSchemaColumn$Type' => '

The hive type for this column in the Glue Studio schema.

', 'KeySchemaElement$Type' => '

The type of a partition key.

', 'SchemaColumn$DataType' => '

The type of data in the column.

', ], ], 'ColumnValueStringList' => [ 'base' => NULL, 'refs' => [ 'SkewedInfo$SkewedColumnValues' => '

A list of values that appear so frequently as to be considered skewed.

', ], ], 'ColumnValuesString' => [ 'base' => NULL, 'refs' => [ 'ColumnValueStringList$member' => NULL, 'LocationMap$key' => NULL, 'LocationMap$value' => NULL, ], ], 'CommentString' => [ 'base' => NULL, 'refs' => [ 'Column$Comment' => '

A free-form text comment.

', ], ], 'CommitIdString' => [ 'base' => NULL, 'refs' => [ 'UpdateJobFromSourceControlRequest$CommitId' => '

A commit ID for a commit in the remote repository.

', 'UpdateSourceControlFromJobRequest$CommitId' => '

A commit ID for a commit in the remote repository.

', ], ], 'Comparator' => [ 'base' => NULL, 'refs' => [ 'PropertyPredicate$Comparator' => '

The comparator used to compare this property to others.

', ], ], 'Compatibility' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaInput$Compatibility' => '

The compatibility mode of the schema. The possible values are:

', 'CreateSchemaResponse$Compatibility' => '

The schema compatibility mode.

', 'GetSchemaResponse$Compatibility' => '

The compatibility mode of the schema.

', 'UpdateSchemaInput$Compatibility' => '

The new compatibility setting for the schema.

', ], ], 'CompressionType' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3JsonSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'ConcurrentModificationException' => [ 'base' => '

Two processes are trying to modify a resource simultaneously.

', 'refs' => [], ], 'ConcurrentRunsExceededException' => [ 'base' => '

Too many jobs are being run concurrently.

', 'refs' => [], ], 'Condition' => [ 'base' => '

Defines a condition under which a trigger fires.

', 'refs' => [ 'ConditionList$member' => NULL, ], ], 'ConditionCheckFailureException' => [ 'base' => '

A specified condition was not satisfied.

', 'refs' => [], ], 'ConditionList' => [ 'base' => NULL, 'refs' => [ 'Predicate$Conditions' => '

A list of the conditions that determine when the trigger will fire.

', ], ], 'ConflictException' => [ 'base' => '

The CreatePartitions API was called on a table that has indexes enabled.

', 'refs' => [], ], 'ConfusionMatrix' => [ 'base' => '

The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.

For more information, see Confusion matrix in Wikipedia.

', 'refs' => [ 'FindMatchesMetrics$ConfusionMatrix' => '

The confusion matrix shows you what your transform is predicting accurately and what types of errors it is making.

For more information, see Confusion matrix in Wikipedia.

', ], ], 'Connection' => [ 'base' => '

Defines a connection to a data source.

', 'refs' => [ 'ConnectionList$member' => NULL, 'GetConnectionResponse$Connection' => '

The requested connection definition.

', ], ], 'ConnectionInput' => [ 'base' => '

A structure that is used to specify a connection to create or update.

', 'refs' => [ 'CreateConnectionRequest$ConnectionInput' => '

A ConnectionInput object defining the connection to create.

', 'UpdateConnectionRequest$ConnectionInput' => '

A ConnectionInput object that redefines the connection in question.

', ], ], 'ConnectionList' => [ 'base' => NULL, 'refs' => [ 'GetConnectionsResponse$ConnectionList' => '

A list of requested connection definitions.

', ], ], 'ConnectionName' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$ConnectionName' => '

The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.

', 'DeltaTarget$ConnectionName' => '

The name of the connection to use to connect to the Delta table target.

', 'HudiTarget$ConnectionName' => '

The name of the connection to use to connect to the Hudi target. If your Hudi files are stored in buckets that require VPC authorization, you can set their connection properties here.

', 'IcebergTarget$ConnectionName' => '

The name of the connection to use to connect to the Iceberg target.

', 'JdbcTarget$ConnectionName' => '

The name of the connection to use to connect to the JDBC target.

', 'MongoDBTarget$ConnectionName' => '

The name of the connection to use to connect to the Amazon DocumentDB or MongoDB target.

', 'S3Target$ConnectionName' => '

The name of a connection which allows a job or crawler to access data in Amazon S3 within an Amazon Virtual Private Cloud environment (Amazon VPC).

', ], ], 'ConnectionPasswordEncryption' => [ 'base' => '

The data structure used by the Data Catalog to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

When a CreationConnection request arrives containing a password, the Data Catalog first encrypts the password using your KMS key. It then encrypts the whole connection object again if catalog encryption is also enabled.

This encryption requires that you set KMS key permissions to enable or restrict access on the password key according to your security requirements. For example, you might want only administrators to have decrypt permission on the password key.

', 'refs' => [ 'DataCatalogEncryptionSettings$ConnectionPasswordEncryption' => '

When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part of CreateConnection or UpdateConnection and store it in the ENCRYPTED_PASSWORD field in the connection properties. You can enable catalog encryption or only password encryption.

', ], ], 'ConnectionProperties' => [ 'base' => NULL, 'refs' => [ 'Connection$ConnectionProperties' => '

These key-value pairs define parameters for the connection:

', 'ConnectionInput$ConnectionProperties' => '

These key-value pairs define parameters for the connection.

', ], ], 'ConnectionPropertyKey' => [ 'base' => NULL, 'refs' => [ 'ConnectionProperties$key' => NULL, ], ], 'ConnectionType' => [ 'base' => NULL, 'refs' => [ 'Connection$ConnectionType' => '

The type of the connection. Currently, SFTP is not supported.

', 'ConnectionInput$ConnectionType' => '

The type of the connection. Currently, these types are supported:

SFTP is not supported.

For more information about how optional ConnectionProperties are used to configure features in Glue, consult Glue connection properties.

For more information about how optional ConnectionProperties are used to configure features in Glue Studio, consult Using connectors and connections.

', 'GetConnectionsFilter$ConnectionType' => '

The type of connections to return. Currently, SFTP is not supported.

', ], ], 'ConnectionsList' => [ 'base' => '

Specifies the connections used by a job.

', 'refs' => [ 'CreateJobRequest$Connections' => '

The connections used for this job.

', 'CreateSessionRequest$Connections' => '

The number of connections to use for the session.

', 'Job$Connections' => '

The connections used for this job.

', 'JobUpdate$Connections' => '

The connections used for this job.

', 'Session$Connections' => '

The number of connections used for the session.

', ], ], 'ContextWords' => [ 'base' => NULL, 'refs' => [ 'CreateCustomEntityTypeRequest$ContextWords' => '

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

', 'CustomEntityType$ContextWords' => '

A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

If no context words are passed only a regular expression is checked.

', 'GetCustomEntityTypeResponse$ContextWords' => '

A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.

', ], ], 'Crawl' => [ 'base' => '

The details of a crawl in the workflow.

', 'refs' => [ 'CrawlList$member' => NULL, ], ], 'CrawlId' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$CrawlId' => '

A UUID identifier for each crawl.

', ], ], 'CrawlList' => [ 'base' => NULL, 'refs' => [ 'CrawlerNodeDetails$Crawls' => '

A list of crawls represented by the crawl node.

', ], ], 'CrawlState' => [ 'base' => NULL, 'refs' => [ 'Condition$CrawlState' => '

The state of the crawler to which this condition applies.

', 'Crawl$State' => '

The state of the crawler.

', ], ], 'Crawler' => [ 'base' => '

Specifies a crawler program that examines a data source and uses classifiers to try to determine its schema. If successful, the crawler records metadata concerning the data source in the Glue Data Catalog.

', 'refs' => [ 'CrawlerList$member' => NULL, 'GetCrawlerResponse$Crawler' => '

The metadata for the specified crawler.

', ], ], 'CrawlerConfiguration' => [ 'base' => NULL, 'refs' => [ 'Crawler$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', 'CreateCrawlerRequest$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', 'UpdateCrawlerRequest$Configuration' => '

Crawler configuration information. This versioned JSON string allows users to specify aspects of a crawler\'s behavior. For more information, see Setting crawler configuration options.

', ], ], 'CrawlerHistory' => [ 'base' => '

Contains the information for a run of a crawler.

', 'refs' => [ 'CrawlerHistoryList$member' => NULL, ], ], 'CrawlerHistoryList' => [ 'base' => NULL, 'refs' => [ 'ListCrawlsResponse$Crawls' => '

A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

', ], ], 'CrawlerHistoryState' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$State' => '

The state of the crawl.

', ], ], 'CrawlerLineageSettings' => [ 'base' => NULL, 'refs' => [ 'LineageConfiguration$CrawlerLineageSettings' => '

Specifies whether data lineage is enabled for the crawler. Valid values are:

', ], ], 'CrawlerList' => [ 'base' => NULL, 'refs' => [ 'BatchGetCrawlersResponse$Crawlers' => '

A list of crawler definitions.

', 'GetCrawlersResponse$Crawlers' => '

A list of crawler metadata.

', ], ], 'CrawlerMetrics' => [ 'base' => '

Metrics for a specified crawler.

', 'refs' => [ 'CrawlerMetricsList$member' => NULL, ], ], 'CrawlerMetricsList' => [ 'base' => NULL, 'refs' => [ 'GetCrawlerMetricsResponse$CrawlerMetricsList' => '

A list of metrics for the specified crawler.

', ], ], 'CrawlerNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetCrawlersRequest$CrawlerNames' => '

A list of crawler names, which might be the names returned from the ListCrawlers operation.

', 'BatchGetCrawlersResponse$CrawlersNotFound' => '

A list of names of crawlers that were not found.

', 'GetCrawlerMetricsRequest$CrawlerNameList' => '

A list of the names of crawlers about which to retrieve metrics.

', 'ListCrawlersResponse$CrawlerNames' => '

The names of all crawlers in the account, or the crawlers with the specified tags.

', ], ], 'CrawlerNodeDetails' => [ 'base' => '

The details of a Crawler node present in the workflow.

', 'refs' => [ 'Node$CrawlerDetails' => '

Details of the crawler when the node represents a crawler.

', ], ], 'CrawlerNotRunningException' => [ 'base' => '

The specified crawler is not running.

', 'refs' => [], ], 'CrawlerRunningException' => [ 'base' => '

The operation cannot be performed because the crawler is already running.

', 'refs' => [], ], 'CrawlerSecurityConfiguration' => [ 'base' => NULL, 'refs' => [ 'Crawler$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', 'CreateCrawlerRequest$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', 'UpdateCrawlerRequest$CrawlerSecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used by this crawler.

', ], ], 'CrawlerState' => [ 'base' => NULL, 'refs' => [ 'Crawler$State' => '

Indicates whether the crawler is running, or whether a run is pending.

', ], ], 'CrawlerStoppingException' => [ 'base' => '

The specified crawler is stopping.

', 'refs' => [], ], 'CrawlerTargets' => [ 'base' => '

Specifies data stores to crawl.

', 'refs' => [ 'Crawler$Targets' => '

A collection of targets to crawl.

', 'CreateCrawlerRequest$Targets' => '

A list of collection of targets to crawl.

', 'UpdateCrawlerRequest$Targets' => '

A list of targets to crawl.

', ], ], 'CrawlsFilter' => [ 'base' => '

A list of fields, comparators and value that you can use to filter the crawler runs for a specified crawler.

', 'refs' => [ 'CrawlsFilterList$member' => NULL, ], ], 'CrawlsFilterList' => [ 'base' => NULL, 'refs' => [ 'ListCrawlsRequest$Filters' => '

Filters the crawls by the criteria you specify in a list of CrawlsFilter objects.

', ], ], 'CreateBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateCsvClassifierRequest' => [ 'base' => '

Specifies a custom CSV classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$CsvClassifier' => '

A CsvClassifier object specifying the classifier to create.

', ], ], 'CreateCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateGrokClassifierRequest' => [ 'base' => '

Specifies a grok classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$GrokClassifier' => '

A GrokClassifier object specifying the classifier to create.

', ], ], 'CreateJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateJsonClassifierRequest' => [ 'base' => '

Specifies a JSON classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$JsonClassifier' => '

A JsonClassifier object specifying the classifier to create.

', ], ], 'CreateMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateScriptRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateScriptResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateSessionRequest' => [ 'base' => '

Request to create a new session.

', 'refs' => [], ], 'CreateSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateXMLClassifierRequest' => [ 'base' => '

Specifies an XML classifier for CreateClassifier to create.

', 'refs' => [ 'CreateClassifierRequest$XMLClassifier' => '

An XMLClassifier object specifying the classifier to create.

', ], ], 'CreatedTimestamp' => [ 'base' => NULL, 'refs' => [ 'GetRegistryResponse$CreatedTime' => '

The date and time the registry was created.

', 'GetSchemaByDefinitionResponse$CreatedTime' => '

The date and time the schema was created.

', 'GetSchemaResponse$CreatedTime' => '

The date and time the schema was created.

', 'GetSchemaVersionResponse$CreatedTime' => '

The date and time the schema version was created.

', 'MetadataInfo$CreatedTime' => '

The time at which the entry was created.

', 'OtherMetadataValueListItem$CreatedTime' => '

The time at which the entry was created.

', 'RegistryListItem$CreatedTime' => '

The data the registry was created.

', 'SchemaListItem$CreatedTime' => '

The date and time that a schema was created.

', 'SchemaVersionListItem$CreatedTime' => '

The date and time the schema version was created.

', ], ], 'CronExpression' => [ 'base' => NULL, 'refs' => [ 'CreateCrawlerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'Schedule$ScheduleExpression' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateCrawlerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateCrawlerScheduleRequest$Schedule' => '

The updated cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', ], ], 'CsvClassifier' => [ 'base' => '

A classifier for custom CSV content.

', 'refs' => [ 'Classifier$CsvClassifier' => '

A classifier for comma-separated values (CSV).

', ], ], 'CsvColumnDelimiter' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', 'CsvClassifier$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', 'UpdateCsvClassifierRequest$Delimiter' => '

A custom symbol to denote what separates each column entry in the row.

', ], ], 'CsvHeader' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$Header' => '

A list of strings representing column names.

', 'CsvClassifier$Header' => '

A list of strings representing column names.

', 'UpdateCsvClassifierRequest$Header' => '

A list of strings representing column names.

', ], ], 'CsvHeaderOption' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', 'CsvClassifier$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', 'UpdateCsvClassifierRequest$ContainsHeader' => '

Indicates whether the CSV file contains a header.

', ], ], 'CsvQuoteSymbol' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. Must be different from the column delimiter.

', 'CsvClassifier$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

', 'UpdateCsvClassifierRequest$QuoteSymbol' => '

A custom symbol to denote what combines content into a single column value. It must be different from the column delimiter.

', ], ], 'CsvSerdeOption' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$Serde' => '

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

', 'CsvClassifier$Serde' => '

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

', 'UpdateCsvClassifierRequest$Serde' => '

Sets the SerDe for processing CSV in the classifier, which will be applied in the Data Catalog. Valid values are OpenCSVSerDe, LazySimpleSerDe, and None. You can specify the None value when you want the crawler to do the detection.

', ], ], 'CustomCode' => [ 'base' => '

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

', 'refs' => [ 'CodeGenConfigurationNode$CustomCode' => '

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

', ], ], 'CustomDatatypes' => [ 'base' => NULL, 'refs' => [ 'CreateCsvClassifierRequest$CustomDatatypes' => '

Creates a list of supported custom datatypes.

', 'CsvClassifier$CustomDatatypes' => '

A list of custom datatypes including "BINARY", "BOOLEAN", "DATE", "DECIMAL", "DOUBLE", "FLOAT", "INT", "LONG", "SHORT", "STRING", "TIMESTAMP".

', 'UpdateCsvClassifierRequest$CustomDatatypes' => '

Specifies a list of supported custom datatypes.

', ], ], 'CustomEntityType' => [ 'base' => '

An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.

', 'refs' => [ 'CustomEntityTypes$member' => NULL, ], ], 'CustomEntityTypeNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetCustomEntityTypesRequest$Names' => '

A list of names of the custom patterns that you want to retrieve.

', 'BatchGetCustomEntityTypesResponse$CustomEntityTypesNotFound' => '

A list of the names of custom patterns that were not found.

', ], ], 'CustomEntityTypes' => [ 'base' => NULL, 'refs' => [ 'BatchGetCustomEntityTypesResponse$CustomEntityTypes' => '

A list of CustomEntityType objects representing the custom patterns that have been created.

', 'ListCustomEntityTypesResponse$CustomEntityTypes' => '

A list of CustomEntityType objects representing custom patterns.

', ], ], 'CustomPatterns' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$CustomPatterns' => '

Optional custom grok patterns used by this classifier.

', 'GrokClassifier$CustomPatterns' => '

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

', 'UpdateGrokClassifierRequest$CustomPatterns' => '

Optional custom grok patterns used by this classifier.

', ], ], 'DQAdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQualityMultiFrame$AdditionalOptions' => '

Options to configure runtime behavior of the transform.

', ], ], 'DQDLAliases' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQualityMultiFrame$AdditionalDataSources' => '

The aliases of all data sources except primary.

', ], ], 'DQDLString' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQuality$Ruleset' => '

The ruleset for your data quality evaluation.

', 'EvaluateDataQualityMultiFrame$Ruleset' => '

The ruleset for your data quality evaluation.

', ], ], 'DQResultsPublishingOptions' => [ 'base' => '

Options to configure how your data quality evaluation results are published.

', 'refs' => [ 'EvaluateDataQuality$PublishingOptions' => '

Options to configure how your results are published.

', 'EvaluateDataQualityMultiFrame$PublishingOptions' => '

Options to configure how your results are published.

', ], ], 'DQStopJobOnFailureOptions' => [ 'base' => '

Options to configure how your job will stop if your data quality evaluation fails.

', 'refs' => [ 'EvaluateDataQuality$StopJobOnFailureOptions' => '

Options to configure how your job will stop if your data quality evaluation fails.

', 'EvaluateDataQualityMultiFrame$StopJobOnFailureOptions' => '

Options to configure how your job will stop if your data quality evaluation fails.

', ], ], 'DQStopJobOnFailureTiming' => [ 'base' => NULL, 'refs' => [ 'DQStopJobOnFailureOptions$StopJobOnFailureTiming' => '

When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.

', ], ], 'DQTransformOutput' => [ 'base' => NULL, 'refs' => [ 'EvaluateDataQuality$Output' => '

The output of your data quality evaluation.

', ], ], 'DagEdges' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$DagEdges' => '

A list of the edges in the DAG.

', 'GetDataflowGraphResponse$DagEdges' => '

A list of the edges in the resulting DAG.

', ], ], 'DagNodes' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$DagNodes' => '

A list of the nodes in the DAG.

', 'GetDataflowGraphResponse$DagNodes' => '

A list of the nodes in the resulting DAG.

', ], ], 'DataCatalogEncryptionSettings' => [ 'base' => '

Contains configuration information for maintaining Data Catalog security.

', 'refs' => [ 'GetDataCatalogEncryptionSettingsResponse$DataCatalogEncryptionSettings' => '

The requested security configuration.

', 'PutDataCatalogEncryptionSettingsRequest$DataCatalogEncryptionSettings' => '

The security configuration to set.

', ], ], 'DataFormat' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityInput$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'CreateSchemaInput$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'CreateSchemaResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaByDefinitionResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', 'GetSchemaVersionResponse$DataFormat' => '

The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

', ], ], 'DataLakePrincipal' => [ 'base' => '

The Lake Formation principal.

', 'refs' => [ 'PrincipalPermissions$Principal' => '

The principal who is granted permissions.

', ], ], 'DataLakePrincipalString' => [ 'base' => NULL, 'refs' => [ 'DataLakePrincipal$DataLakePrincipalIdentifier' => '

An identifier for the Lake Formation principal.

', ], ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'base' => '

Additional run options you can specify for an evaluation run.

', 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$AdditionalRunOptions' => '

Additional run options you can specify for an evaluation run.

', 'StartDataQualityRulesetEvaluationRunRequest$AdditionalRunOptions' => '

Additional run options you can specify for an evaluation run.

', ], ], 'DataQualityResult' => [ 'base' => '

Describes a data quality result.

', 'refs' => [ 'DataQualityResultsList$member' => NULL, ], ], 'DataQualityResultDescription' => [ 'base' => '

Describes a data quality result.

', 'refs' => [ 'DataQualityResultDescriptionList$member' => NULL, ], ], 'DataQualityResultDescriptionList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityResultsResponse$Results' => '

A list of DataQualityResultDescription objects.

', ], ], 'DataQualityResultFilterCriteria' => [ 'base' => '

Criteria used to return data quality results.

', 'refs' => [ 'ListDataQualityResultsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityResultIdList' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$ResultIds' => '

A list of result IDs for the data quality results for the run.

', ], ], 'DataQualityResultIds' => [ 'base' => NULL, 'refs' => [ 'BatchGetDataQualityResultRequest$ResultIds' => '

A list of unique result IDs for the data quality results.

', 'BatchGetDataQualityResultResponse$ResultsNotFound' => '

A list of result IDs for which results were not found.

', ], ], 'DataQualityResultsList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDataQualityResultResponse$Results' => '

A list of DataQualityResult objects representing the data quality results.

', ], ], 'DataQualityRuleRecommendationRunDescription' => [ 'base' => '

Describes the result of a data quality rule recommendation run.

', 'refs' => [ 'DataQualityRuleRecommendationRunList$member' => NULL, ], ], 'DataQualityRuleRecommendationRunFilter' => [ 'base' => '

A filter for listing data quality recommendation runs.

', 'refs' => [ 'ListDataQualityRuleRecommendationRunsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRuleRecommendationRunList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRuleRecommendationRunsResponse$Runs' => '

A list of DataQualityRuleRecommendationRunDescription objects.

', ], ], 'DataQualityRuleResult' => [ 'base' => '

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

', 'refs' => [ 'DataQualityRuleResults$member' => NULL, ], ], 'DataQualityRuleResultStatus' => [ 'base' => NULL, 'refs' => [ 'DataQualityRuleResult$Result' => '

A pass or fail status for the rule.

', ], ], 'DataQualityRuleResults' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$RuleResults' => '

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

', 'GetDataQualityResultResponse$RuleResults' => '

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

', ], ], 'DataQualityRulesetEvaluationRunDescription' => [ 'base' => '

Describes the result of a data quality ruleset evaluation run.

', 'refs' => [ 'DataQualityRulesetEvaluationRunList$member' => NULL, ], ], 'DataQualityRulesetEvaluationRunFilter' => [ 'base' => '

The filter criteria.

', 'refs' => [ 'ListDataQualityRulesetEvaluationRunsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRulesetEvaluationRunList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRulesetEvaluationRunsResponse$Runs' => '

A list of DataQualityRulesetEvaluationRunDescription objects representing data quality ruleset runs.

', ], ], 'DataQualityRulesetFilterCriteria' => [ 'base' => '

The criteria used to filter data quality rulesets.

', 'refs' => [ 'ListDataQualityRulesetsRequest$Filter' => '

The filter criteria.

', ], ], 'DataQualityRulesetList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityRulesetsResponse$Rulesets' => '

A paginated list of rulesets for the specified list of Glue tables.

', ], ], 'DataQualityRulesetListDetails' => [ 'base' => '

Describes a data quality ruleset returned by GetDataQualityRuleset.

', 'refs' => [ 'DataQualityRulesetList$member' => NULL, ], ], 'DataQualityRulesetString' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityRulesetRequest$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'GetDataQualityRuleRecommendationRunResponse$RecommendedRuleset' => '

When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

', 'GetDataQualityRulesetResponse$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'UpdateDataQualityRulesetRequest$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', 'UpdateDataQualityRulesetResponse$Ruleset' => '

A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

', ], ], 'DataQualityTargetTable' => [ 'base' => '

An object representing an Glue table.

', 'refs' => [ 'CreateDataQualityRulesetRequest$TargetTable' => '

A target table associated with the data quality ruleset.

', 'DataQualityRulesetFilterCriteria$TargetTable' => '

The name and database name of the target table.

', 'DataQualityRulesetListDetails$TargetTable' => '

An object representing an Glue table.

', 'GetDataQualityRulesetResponse$TargetTable' => '

The name and database name of the target table.

', ], ], 'DataSource' => [ 'base' => '

A data source (an Glue table) for which you want data quality results.

', 'refs' => [ 'DataQualityResult$DataSource' => '

The table associated with the data quality result, if any.

', 'DataQualityResultDescription$DataSource' => '

The table name associated with the data quality result.

', 'DataQualityResultFilterCriteria$DataSource' => '

Filter results by the specified data source. For example, retrieving all results for an Glue table.

', 'DataQualityRuleRecommendationRunDescription$DataSource' => '

The data source (Glue table) associated with the recommendation run.

', 'DataQualityRuleRecommendationRunFilter$DataSource' => '

Filter based on a specified data source (Glue table).

', 'DataQualityRulesetEvaluationRunDescription$DataSource' => '

The data source (an Glue table) associated with the run.

', 'DataQualityRulesetEvaluationRunFilter$DataSource' => '

Filter based on a data source (an Glue table) associated with the run.

', 'DataSourceMap$value' => NULL, 'GetDataQualityResultResponse$DataSource' => '

The table associated with the data quality result, if any.

', 'GetDataQualityRuleRecommendationRunResponse$DataSource' => '

The data source (an Glue table) associated with this run.

', 'GetDataQualityRulesetEvaluationRunResponse$DataSource' => '

The data source (an Glue table) associated with this evaluation run.

', 'StartDataQualityRuleRecommendationRunRequest$DataSource' => '

The data source (Glue table) associated with this run.

', 'StartDataQualityRulesetEvaluationRunRequest$DataSource' => '

The data source (Glue table) associated with this run.

', ], ], 'DataSourceMap' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$AdditionalDataSources' => '

A map of reference strings to additional data sources you can specify for an evaluation run.

', 'StartDataQualityRulesetEvaluationRunRequest$AdditionalDataSources' => '

A map of reference strings to additional data sources you can specify for an evaluation run.

', ], ], 'Database' => [ 'base' => '

The Database object represents a logical grouping of tables that might reside in a Hive metastore or an RDBMS.

', 'refs' => [ 'DatabaseList$member' => NULL, 'GetDatabaseResponse$Database' => '

The definition of the specified database in the Data Catalog.

', ], ], 'DatabaseIdentifier' => [ 'base' => '

A structure that describes a target database for resource linking.

', 'refs' => [ 'Database$TargetDatabase' => '

A DatabaseIdentifier structure that describes a target database for resource linking.

', 'DatabaseInput$TargetDatabase' => '

A DatabaseIdentifier structure that describes a target database for resource linking.

', ], ], 'DatabaseInput' => [ 'base' => '

The structure used to create or update a database.

', 'refs' => [ 'CreateDatabaseRequest$DatabaseInput' => '

The metadata for the database.

', 'UpdateDatabaseRequest$DatabaseInput' => '

A DatabaseInput object specifying the new definition of the metadata database in the catalog.

', ], ], 'DatabaseList' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesResponse$DatabaseList' => '

A list of Database objects from the specified catalog.

', ], ], 'DatabaseName' => [ 'base' => NULL, 'refs' => [ 'Crawler$DatabaseName' => '

The name of the database in which the crawler\'s output is stored.

', 'CreateCrawlerRequest$DatabaseName' => '

The Glue database where results are written, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', 'UpdateCrawlerRequest$DatabaseName' => '

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', ], ], 'Datatype' => [ 'base' => '

A structure representing the datatype of the value.

', 'refs' => [ 'NullValueField$Datatype' => '

The datatype of the value.

', ], ], 'DateColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for timestamp data columns.

', 'refs' => [ 'ColumnStatisticsData$DateColumnStatisticsData' => '

Date column statistics data.

', ], ], 'DecimalColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for fixed-point number data columns.

', 'refs' => [ 'ColumnStatisticsData$DecimalColumnStatisticsData' => '

Decimal column statistics data. UnscaledValues within are Base64-encoded binary objects storing big-endian, two\'s complement representations of the decimal\'s unscaled value.

', ], ], 'DecimalNumber' => [ 'base' => '

Contains a numeric value in decimal format.

', 'refs' => [ 'DecimalColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DecimalColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'DeleteBehavior' => [ 'base' => NULL, 'refs' => [ 'SchemaChangePolicy$DeleteBehavior' => '

The deletion behavior when the crawler finds a deleted object.

', ], ], 'DeleteBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConnectionNameList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionRequest$ConnectionNameList' => '

A list of names of the connections to delete.

', ], ], 'DeleteConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionIndexRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionIndexResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaVersionsInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSchemaVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeltaTarget' => [ 'base' => '

Specifies a Delta data store to crawl one or more Delta tables.

', 'refs' => [ 'DeltaTargetList$member' => NULL, ], ], 'DeltaTargetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3DeltaDirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'DeltaTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$DeltaTargets' => '

Specifies Delta data store targets.

', ], ], 'DescriptionString' => [ 'base' => NULL, 'refs' => [ 'Connection$Description' => '

The description of the connection.

', 'ConnectionInput$Description' => '

The description of the connection.

', 'Crawl$ErrorMessage' => '

The error message associated with the crawl.

', 'Crawler$Description' => '

A description of the crawler.

', 'CrawlerHistory$ErrorMessage' => '

If an error occurred, the error message associated with the crawl.

', 'CreateCrawlerRequest$Description' => '

A description of the new crawler.

', 'CreateDataQualityRulesetRequest$Description' => '

A description of the data quality ruleset.

', 'CreateJobRequest$Description' => '

Description of the job being defined.

', 'CreateMLTransformRequest$Description' => '

A description of the machine learning transform that is being defined. The default is an empty string.

', 'CreateRegistryInput$Description' => '

A description of the registry. If description is not provided, there will not be any default value for this.

', 'CreateRegistryResponse$Description' => '

A description of the registry.

', 'CreateSchemaInput$Description' => '

An optional description of the schema. If description is not provided, there will not be any automatic default value for this.

', 'CreateSchemaResponse$Description' => '

A description of the schema if specified when created.

', 'CreateSessionRequest$Description' => '

The description of the session.

', 'CreateTriggerRequest$Description' => '

A description of the new trigger.

', 'DataQualityRuleResult$Description' => '

A description of the data quality rule.

', 'DataQualityRuleResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRulesetFilterCriteria$Description' => '

The description of the ruleset filter criteria.

', 'DataQualityRulesetListDetails$Description' => '

A description of the data quality ruleset.

', 'Database$Description' => '

A description of the database.

', 'DatabaseInput$Description' => '

A description of the database.

', 'ErrorDetail$ErrorMessage' => '

A message describing the error.

', 'GetDataQualityRulesetResponse$Description' => '

A description of the ruleset.

', 'GetMLTransformResponse$Description' => '

A description of the transform.

', 'GetRegistryResponse$Description' => '

A description of the registry.

', 'GetSchemaResponse$Description' => '

A description of schema if specified when created

', 'GlueTableAdditionalOptions$value' => NULL, 'Job$Description' => '

A description of the job.

', 'JobUpdate$Description' => '

Description of the job being defined.

', 'LastCrawlInfo$ErrorMessage' => '

If an error occurred, the error information about the last crawl.

', 'MLTransform$Description' => '

A user-defined, long-form description text for the machine learning transform. Descriptions are not guaranteed to be unique and can be changed at any time.

', 'RegistryListItem$Description' => '

A description of the registry.

', 'SchemaListItem$Description' => '

A description for the schema.

', 'Session$ErrorMessage' => '

The error message displayed during the session.

', 'Session$Description' => '

The description of the session.

', 'Table$Description' => '

A description of the table.

', 'TableInput$Description' => '

A description of the table.

', 'Trigger$Description' => '

A description of this trigger.

', 'TriggerUpdate$Description' => '

A description of this trigger.

', 'UpdateDataQualityRulesetRequest$Description' => '

A description of the ruleset.

', 'UpdateDataQualityRulesetResponse$Description' => '

A description of the ruleset.

', 'UpdateMLTransformRequest$Description' => '

A description of the transform. The default is an empty string.

', 'UpdateRegistryInput$Description' => '

A description of the registry. If description is not provided, this field will not be updated.

', 'UpdateSchemaInput$Description' => '

The new description for the schema.

', ], ], 'DescriptionStringRemovable' => [ 'base' => NULL, 'refs' => [ 'UpdateCrawlerRequest$Description' => '

A description of the new crawler.

', ], ], 'DevEndpoint' => [ 'base' => '

A development endpoint where a developer can remotely debug extract, transform, and load (ETL) scripts.

', 'refs' => [ 'DevEndpointList$member' => NULL, 'GetDevEndpointResponse$DevEndpoint' => '

A DevEndpoint definition.

', ], ], 'DevEndpointCustomLibraries' => [ 'base' => '

Custom libraries to be loaded into a development endpoint.

', 'refs' => [ 'UpdateDevEndpointRequest$CustomLibraries' => '

Custom Python or Java libraries to be loaded in the DevEndpoint.

', ], ], 'DevEndpointList' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevEndpointsResponse$DevEndpoints' => '

A list of DevEndpoint definitions.

', 'GetDevEndpointsResponse$DevEndpoints' => '

A list of DevEndpoint definitions.

', ], ], 'DevEndpointNameList' => [ 'base' => NULL, 'refs' => [ 'ListDevEndpointsResponse$DevEndpointNames' => '

The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.

', ], ], 'DevEndpointNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetDevEndpointsRequest$DevEndpointNames' => '

The list of DevEndpoint names, which might be the names returned from the ListDevEndpoint operation.

', 'BatchGetDevEndpointsResponse$DevEndpointsNotFound' => '

A list of DevEndpoints not found.

', ], ], 'DirectJDBCSource' => [ 'base' => '

Specifies the direct JDBC source connection.

', 'refs' => [ 'CodeGenConfigurationNode$DirectJDBCSource' => NULL, ], ], 'DirectKafkaSource' => [ 'base' => '

Specifies an Apache Kafka data store.

', 'refs' => [ 'CodeGenConfigurationNode$DirectKafkaSource' => '

Specifies an Apache Kafka data store.

', ], ], 'DirectKinesisSource' => [ 'base' => '

Specifies a direct Amazon Kinesis data source.

', 'refs' => [ 'CodeGenConfigurationNode$DirectKinesisSource' => '

Specifies a direct Amazon Kinesis data source.

', ], ], 'DirectSchemaChangePolicy' => [ 'base' => '

A policy that specifies update behavior for the crawler.

', 'refs' => [ 'S3DeltaDirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3DirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3GlueParquetTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', 'S3HudiDirectTarget$SchemaChangePolicy' => '

A policy that specifies update behavior for the crawler.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'DoubleColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DoubleColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'DoubleColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for floating-point number data columns.

', 'refs' => [ 'ColumnStatisticsData$DoubleColumnStatisticsData' => '

Double column statistics data.

', ], ], 'DoubleValue' => [ 'base' => NULL, 'refs' => [ 'Session$Progress' => '

The code execution progress of the session.

', 'Statement$Progress' => '

The code execution progress.

', ], ], 'DropDuplicates' => [ 'base' => '

Specifies a transform that removes rows of repeating data from a data set.

', 'refs' => [ 'CodeGenConfigurationNode$DropDuplicates' => '

Specifies a transform that removes rows of repeating data from a data set.

', ], ], 'DropFields' => [ 'base' => '

Specifies a transform that chooses the data property keys that you want to drop.

', 'refs' => [ 'CodeGenConfigurationNode$DropFields' => '

Specifies a transform that chooses the data property keys that you want to drop.

', ], ], 'DropNullFields' => [ 'base' => '

Specifies a transform that removes columns from the dataset if all values in the column are \'null\'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

', 'refs' => [ 'CodeGenConfigurationNode$DropNullFields' => '

Specifies a transform that removes columns from the dataset if all values in the column are \'null\'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

', ], ], 'DynamicTransform' => [ 'base' => '

Specifies the set of parameters needed to perform the dynamic transform.

', 'refs' => [ 'CodeGenConfigurationNode$DynamicTransform' => '

Specifies a custom visual transform created by a user.

', ], ], 'DynamoDBCatalogSource' => [ 'base' => '

Specifies a DynamoDB data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$DynamoDBCatalogSource' => '

Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.

', ], ], 'DynamoDBTarget' => [ 'base' => '

Specifies an Amazon DynamoDB table to crawl.

', 'refs' => [ 'DynamoDBTargetList$member' => NULL, ], ], 'DynamoDBTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$DynamoDBTargets' => '

Specifies Amazon DynamoDB targets.

', ], ], 'Edge' => [ 'base' => '

An edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.

', 'refs' => [ 'EdgeList$member' => NULL, ], ], 'EdgeList' => [ 'base' => NULL, 'refs' => [ 'WorkflowGraph$Edges' => '

A list of all the directed connections between the nodes belonging to the workflow.

', ], ], 'EnableAdditionalMetadata' => [ 'base' => NULL, 'refs' => [ 'JdbcTarget$EnableAdditionalMetadata' => '

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

', ], ], 'EnableHybridValues' => [ 'base' => NULL, 'refs' => [ 'PutResourcePolicyRequest$EnableHybrid' => '

If \'TRUE\', indicates that you are using both methods to grant cross-account access to Data Catalog resources:

Must be set to \'TRUE\' if you have already used the Management Console to grant cross-account access, otherwise the call fails. Default is \'FALSE\'.

', ], ], 'EnclosedInStringProperties' => [ 'base' => NULL, 'refs' => [ 'AggregateOperation$Column' => '

Specifies the column on the data set on which the aggregation function will be applied.

', 'FilterValue$Value' => '

The value to be associated.

', 'GlueStudioPathList$member' => NULL, 'JDBCConnectorOptions$JobBookmarkKeys' => '

The name of the job bookmark keys on which to sort.

', 'Mapping$FromPath' => '

The table or column to be modified.

', 'PIIDetection$EntityTypesToDetect' => '

Indicates the types of entities the PIIDetection transform will identify as PII data.

PII type entities include: PERSON_NAME, DATE, USA_SNN, EMAIL, USA_ITIN, USA_PASSPORT_NUMBER, PHONE_NUMBER, BANK_ACCOUNT, IP_ADDRESS, MAC_ADDRESS, USA_CPT_CODE, USA_HCPCS_CODE, USA_NATIONAL_DRUG_CODE, USA_MEDICARE_BENEFICIARY_IDENTIFIER, USA_HEALTH_INSURANCE_CLAIM_NUMBER,CREDIT_CARD,USA_NATIONAL_PROVIDER_IDENTIFIER,USA_DEA_NUMBER,USA_DRIVING_LICENSE

', 'RenameField$SourcePath' => '

A JSON path to a variable in the data structure for the source data.

', 'RenameField$TargetPath' => '

A JSON path to a variable in the data structure for the target data.

', 'S3CsvSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3CsvSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'S3DeltaSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3HudiSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3JsonSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3JsonSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'S3ParquetSource$Paths' => '

A list of the Amazon S3 paths to read from.

', 'S3ParquetSource$Exclusions' => '

A string containing a JSON list of Unix-style glob patterns to exclude. For example, "[\\"**.pdf\\"]" excludes all PDF files.

', 'TransformConfigParameter$Value' => '

Specifies the value of the parameter in the config file of the dynamic transform.

', ], ], 'EnclosedInStringPropertiesMinOne' => [ 'base' => NULL, 'refs' => [ 'UpsertRedshiftTargetOptions$UpsertKeys' => '

The keys used to determine whether to perform an update or insert.

', ], ], 'EnclosedInStringProperty' => [ 'base' => NULL, 'refs' => [ 'AdditionalOptions$key' => NULL, 'AdditionalOptions$value' => NULL, 'AmazonRedshiftNodeData$TempDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'AthenaConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'AthenaConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'AthenaConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store.

', 'AthenaConnectorSource$SchemaName' => '

The name of the Cloudwatch log group to read from. For example, /aws-glue/jobs/output.

', 'BasicCatalogTarget$Database' => '

The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.

', 'BasicCatalogTarget$Table' => '

The table that defines the schema of your output data. This table must already exist in the Data Catalog.

', 'CatalogDeltaSource$Database' => '

The name of the database to read from.

', 'CatalogDeltaSource$Table' => '

The name of the table in the database to read from.

', 'CatalogHudiSource$Database' => '

The name of the database to read from.

', 'CatalogHudiSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKafkaSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKafkaSource$Database' => '

The name of the database to read from.

', 'CatalogKinesisSource$Table' => '

The name of the table in the database to read from.

', 'CatalogKinesisSource$Database' => '

The name of the database to read from.

', 'CatalogSource$Database' => '

The name of the database to read from.

', 'CatalogSource$Table' => '

The name of the table in the database to read from.

', 'CustomCode$ClassName' => '

The name defined for the custom code node class.

', 'DQDLAliases$value' => NULL, 'DQResultsPublishingOptions$ResultsS3Prefix' => '

The Amazon S3 prefix prepended to the results.

', 'DirectJDBCSource$Database' => '

The database of the JDBC source connection.

', 'DirectJDBCSource$Table' => '

The table of the JDBC source connection.

', 'DirectJDBCSource$ConnectionName' => '

The connection name of the JDBC source.

', 'DirectJDBCSource$RedshiftTmpDir' => '

The temp directory of the JDBC Redshift source.

', 'DirectSchemaChangePolicy$Table' => '

Specifies the table in the database that the schema change policy applies to.

', 'DirectSchemaChangePolicy$Database' => '

Specifies the database that the schema change policy applies to.

', 'DynamicTransform$Name' => '

Specifies the name of the dynamic transform.

', 'DynamicTransform$TransformName' => '

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

', 'DynamicTransform$FunctionName' => '

Specifies the name of the function of the dynamic transform.

', 'DynamicTransform$Path' => '

Specifies the path of the dynamic transform source and config files.

', 'DynamicTransform$Version' => '

This field is not used and will be deprecated in future release.

', 'DynamoDBCatalogSource$Database' => '

The name of the database to read from.

', 'DynamoDBCatalogSource$Table' => '

The name of the table in the database to read from.

', 'EnclosedInStringProperties$member' => NULL, 'EnclosedInStringPropertiesMinOne$member' => NULL, 'FillMissingValues$ImputedPath' => '

A JSON path to a variable in the data structure for the dataset that is imputed.

', 'FillMissingValues$FilledPath' => '

A JSON path to a variable in the data structure for the dataset that is filled.

', 'GovernedCatalogSource$Database' => '

The database to read from.

', 'GovernedCatalogSource$Table' => '

The database table to read from.

', 'GovernedCatalogSource$PartitionPredicate' => '

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

', 'GovernedCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'GovernedCatalogTarget$Database' => '

The name of the database to write to.

', 'JDBCConnectorOptions$FilterPredicate' => '

Extra condition clause to filter data from source. For example:

BillingCity=\'Mountain View\'

When using a query instead of a table name, you should validate that the query works with the specified filterPredicate.

', 'JDBCConnectorOptions$PartitionColumn' => '

The name of an integer column that is used for partitioning. This option works only when it\'s included with lowerBound, upperBound, and numPartitions. This option works the same way as in the Spark SQL JDBC reader.

', 'JDBCConnectorOptions$JobBookmarkKeysSortOrder' => '

Specifies an ascending or descending sort order.

', 'JDBCConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'JDBCConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'JDBCConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.

', 'JDBCConnectorTarget$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'JDBCConnectorTarget$ConnectorName' => '

The name of a connector that will be used.

', 'JDBCConnectorTarget$ConnectionType' => '

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.

', 'JoinColumn$From' => '

The column to be joined.

', 'KafkaStreamingSourceOptions$BootstrapServers' => '

A list of bootstrap server URLs, for example, as b-1.vpc-test-2.o4q88o.c6.kafka.us-east-1.amazonaws.com:9094. This option must be specified in the API call or defined in the table metadata in the Data Catalog.

', 'KafkaStreamingSourceOptions$SecurityProtocol' => '

The protocol used to communicate with brokers. The possible values are "SSL" or "PLAINTEXT".

', 'KafkaStreamingSourceOptions$ConnectionName' => '

The name of the connection.

', 'KafkaStreamingSourceOptions$TopicName' => '

The topic name as specified in Apache Kafka. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$Assign' => '

The specific TopicPartitions to consume. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$SubscribePattern' => '

A Java regex string that identifies the topic list to subscribe to. You must specify at least one of "topicName", "assign" or "subscribePattern".

', 'KafkaStreamingSourceOptions$Classification' => '

An optional classification.

', 'KafkaStreamingSourceOptions$Delimiter' => '

Specifies the delimiter character.

', 'KafkaStreamingSourceOptions$StartingOffsets' => '

The starting position in the Kafka topic to read data from. The possible values are "earliest" or "latest". The default value is "latest".

', 'KafkaStreamingSourceOptions$EndingOffsets' => '

The end point when a batch query is ended. Possible values are either "latest" or a JSON string that specifies an ending offset for each TopicPartition.

', 'KafkaStreamingSourceOptions$AddRecordTimestamp' => '

When this option is set to \'true\', the data output will contain an additional column named "__src_timestamp" that indicates the time when the corresponding record received by the topic. The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KafkaStreamingSourceOptions$EmitConsumerLagMetrics' => '

When this option is set to \'true\', for each batch, it will emit the metrics for the duration between the oldest record received by the topic and the time it arrives in Glue to CloudWatch. The metric\'s name is "glue.driver.streaming.maxConsumerLagInMs". The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KinesisStreamingSourceOptions$EndpointUrl' => '

The URL of the Kinesis endpoint.

', 'KinesisStreamingSourceOptions$StreamName' => '

The name of the Kinesis data stream.

', 'KinesisStreamingSourceOptions$Classification' => '

An optional classification.

', 'KinesisStreamingSourceOptions$Delimiter' => '

Specifies the delimiter character.

', 'KinesisStreamingSourceOptions$StreamArn' => '

The Amazon Resource Name (ARN) of the Kinesis data stream.

', 'KinesisStreamingSourceOptions$RoleArn' => '

The Amazon Resource Name (ARN) of the role to assume using AWS Security Token Service (AWS STS). This role must have permissions for describe or read record operations for the Kinesis data stream. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSSessionName".

', 'KinesisStreamingSourceOptions$RoleSessionName' => '

An identifier for the session assuming the role using AWS STS. You must use this parameter when accessing a data stream in a different account. Used in conjunction with "awsSTSRoleARN".

', 'KinesisStreamingSourceOptions$AddRecordTimestamp' => '

When this option is set to \'true\', the data output will contain an additional column named "__src_timestamp" that indicates the time when the corresponding record received by the stream. The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'KinesisStreamingSourceOptions$EmitConsumerLagMetrics' => '

When this option is set to \'true\', for each batch, it will emit the metrics for the duration between the oldest record received by the stream and the time it arrives in Glue to CloudWatch. The metric\'s name is "glue.driver.streaming.maxConsumerLagInMs". The default value is \'false\'. This option is supported in Glue version 4.0 or later.

', 'Mapping$ToKey' => '

After the apply mapping, what the name of the column should be. Can be the same as FromPath.

', 'Mapping$FromType' => '

The type of the data to be modified.

', 'Mapping$ToType' => '

The data type that the data is to be modified to.

', 'MicrosoftSQLServerCatalogSource$Database' => '

The name of the database to read from.

', 'MicrosoftSQLServerCatalogSource$Table' => '

The name of the table in the database to read from.

', 'MicrosoftSQLServerCatalogTarget$Database' => '

The name of the database to write to.

', 'MicrosoftSQLServerCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'MySQLCatalogSource$Database' => '

The name of the database to read from.

', 'MySQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'MySQLCatalogTarget$Database' => '

The name of the database to write to.

', 'MySQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'NullValueField$Value' => '

The value of the null placeholder.

', 'Option$Value' => '

Specifies the value of the option.

', 'Option$Label' => '

Specifies the label of the option.

', 'Option$Description' => '

Specifies the description of the option.

', 'OracleSQLCatalogSource$Database' => '

The name of the database to read from.

', 'OracleSQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'OracleSQLCatalogTarget$Database' => '

The name of the database to write to.

', 'OracleSQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'PIIDetection$OutputColumnName' => '

Indicates the output column name that will contain any entity type detected in that row.

', 'PostgreSQLCatalogSource$Database' => '

The name of the database to read from.

', 'PostgreSQLCatalogSource$Table' => '

The name of the table in the database to read from.

', 'PostgreSQLCatalogTarget$Database' => '

The name of the database to write to.

', 'PostgreSQLCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'RecipeReference$RecipeArn' => '

The ARN of the DataBrew recipe.

', 'RedshiftSource$Database' => '

The database to read from.

', 'RedshiftSource$Table' => '

The database table to read from.

', 'RedshiftSource$RedshiftTmpDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'RedshiftSource$TmpDirIAMRole' => '

The IAM role with permissions.

', 'RedshiftTarget$Database' => '

The name of the database to write to.

', 'RedshiftTarget$Table' => '

The name of the table in the database to write to.

', 'RedshiftTarget$RedshiftTmpDir' => '

The Amazon S3 path where temporary data can be staged when copying out of the database.

', 'RedshiftTarget$TmpDirIAMRole' => '

The IAM role with permissions.

', 'RelationalCatalogSource$Database' => '

The name of the database to read from.

', 'RelationalCatalogSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogDeltaSource$Database' => '

The name of the database to read from.

', 'S3CatalogDeltaSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogHudiSource$Database' => '

The name of the database to read from.

', 'S3CatalogHudiSource$Table' => '

The name of the table in the database to read from.

', 'S3CatalogSource$Database' => '

The database to read from.

', 'S3CatalogSource$Table' => '

The database table to read from.

', 'S3CatalogSource$PartitionPredicate' => '

Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

', 'S3CatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3CatalogTarget$Database' => '

The name of the database to write to.

', 'S3CsvSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3CsvSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'S3DeltaCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3DeltaCatalogTarget$Database' => '

The name of the database to write to.

', 'S3DeltaDirectTarget$Path' => '

The Amazon S3 path of your Delta Lake data source to write to.

', 'S3DirectSourceAdditionalOptions$SamplePath' => '

If enabled, specifies the sample path.

', 'S3DirectTarget$Path' => '

A single Amazon S3 path to write to.

', 'S3DirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3GlueParquetTarget$Path' => '

A single Amazon S3 path to write to.

', 'S3HudiCatalogTarget$Table' => '

The name of the table in the database to write to.

', 'S3HudiCatalogTarget$Database' => '

The name of the database to write to.

', 'S3HudiDirectTarget$Path' => '

The Amazon S3 path of your Hudi data source to write to.

', 'S3JsonSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3JsonSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'S3JsonSource$JsonPath' => '

A JsonPath string defining the JSON data.

', 'S3ParquetSource$GroupSize' => '

The target group size in bytes. The default is computed based on the input data size and the size of your cluster. When there are fewer than 50,000 input files, "groupFiles" must be set to "inPartition" for this to take effect.

', 'S3ParquetSource$GroupFiles' => '

Grouping files is turned on by default when the input contains more than 50,000 files. To turn on grouping with fewer than 50,000 files, set this parameter to "inPartition". To disable grouping when there are more than 50,000 files, set this parameter to "none".

', 'SnowflakeNodeData$TempDir' => '

Not currently used.

', 'SparkConnectorSource$ConnectionName' => '

The name of the connection that is associated with the connector.

', 'SparkConnectorSource$ConnectorName' => '

The name of a connector that assists with accessing the data store in Glue Studio.

', 'SparkConnectorSource$ConnectionType' => '

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

', 'SparkConnectorTarget$ConnectionName' => '

The name of a connection for an Apache Spark connector.

', 'SparkConnectorTarget$ConnectorName' => '

The name of an Apache Spark connector.

', 'SparkConnectorTarget$ConnectionType' => '

The type of connection, such as marketplace.spark or custom.spark, designating a connection to an Apache Spark data store.

', 'Spigot$Path' => '

A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an Amazon S3 bucket.

', 'TransformConfigParameter$Name' => '

Specifies the name of the parameter in the config file of the dynamic transform.

', 'TransformConfigParameter$ValidationRule' => '

Specifies the validation rule in the config file of the dynamic transform.

', 'TransformConfigParameter$ValidationMessage' => '

Specifies the validation message in the config file of the dynamic transform.

', 'UpsertRedshiftTargetOptions$TableLocation' => '

The physical location of the Redshift table.

', 'UpsertRedshiftTargetOptions$ConnectionName' => '

The name of the connection to use to write to Redshift.

', ], ], 'EnclosedInStringPropertyWithQuote' => [ 'base' => NULL, 'refs' => [ 'AthenaConnectorSource$ConnectionTable' => '

The name of the table in the data source.

', 'JDBCConnectorSource$ConnectionTable' => '

The name of the table in the data source.

', 'JDBCConnectorTarget$ConnectionTable' => '

The name of the table in the data target.

', 'S3CsvSource$Escaper' => '

Specifies a character to use for escaping. This option is used only when reading CSV files. The default value is none. If enabled, the character which immediately follows is used as-is, except for a small set of well-known escapes (\\n, \\r, \\t, and \\0).

', 'SqlAlias$Alias' => '

A temporary name given to a table, or a column in a table.

', ], ], 'EncryptionAtRest' => [ 'base' => '

Specifies the encryption-at-rest configuration for the Data Catalog.

', 'refs' => [ 'DataCatalogEncryptionSettings$EncryptionAtRest' => '

Specifies the encryption-at-rest configuration for the Data Catalog.

', ], ], 'EncryptionConfiguration' => [ 'base' => '

Specifies an encryption configuration.

', 'refs' => [ 'CreateSecurityConfigurationRequest$EncryptionConfiguration' => '

The encryption configuration for the new security configuration.

', 'SecurityConfiguration$EncryptionConfiguration' => '

The encryption configuration associated with this security configuration.

', ], ], 'EntityNotFoundException' => [ 'base' => '

A specified entity does not exist

', 'refs' => [], ], 'ErrorByName' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionResponse$Errors' => '

A map of the names of connections that were not successfully deleted to error details.

', ], ], 'ErrorCodeString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetails$ErrorCode' => '

The error code for an error.

', ], ], 'ErrorDetail' => [ 'base' => '

Contains details about an error.

', 'refs' => [ 'BatchStopJobRunError$ErrorDetail' => '

Specifies details about the error that was encountered.

', 'BatchUpdatePartitionFailureEntry$ErrorDetail' => '

The details about the batch update partition error.

', 'ColumnError$Error' => '

An error message with the reason for the failure of an operation.

', 'ColumnStatisticsError$Error' => '

An error message with the reason for the failure of an operation.

', 'ErrorByName$value' => NULL, 'PartitionError$ErrorDetail' => '

The details about the partition error.

', 'TableError$ErrorDetail' => '

The details about the error.

', 'TableVersionError$ErrorDetail' => '

The details about the error.

', ], ], 'ErrorDetails' => [ 'base' => '

An object containing error details.

', 'refs' => [ 'SchemaVersionErrorItem$ErrorDetails' => '

The details of the error for the schema version.

', ], ], 'ErrorMessageString' => [ 'base' => NULL, 'refs' => [ 'ErrorDetails$ErrorMessage' => '

The error message for an error.

', ], ], 'ErrorString' => [ 'base' => NULL, 'refs' => [ 'Blueprint$ErrorMessage' => '

An error message.

', 'JobRun$ErrorMessage' => '

An error message associated with this job run.

', 'WorkflowRun$ErrorMessage' => '

This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is "Concurrent runs exceeded for workflow: foo."

', ], ], 'EvaluateDataQuality' => [ 'base' => '

Specifies your data quality evaluation criteria.

', 'refs' => [ 'CodeGenConfigurationNode$EvaluateDataQuality' => '

Specifies your data quality evaluation criteria.

', ], ], 'EvaluateDataQualityMultiFrame' => [ 'base' => '

Specifies your data quality evaluation criteria.

', 'refs' => [ 'CodeGenConfigurationNode$EvaluateDataQualityMultiFrame' => '

Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.

', ], ], 'EvaluatedMetricsMap' => [ 'base' => NULL, 'refs' => [ 'DataQualityRuleResult$EvaluatedMetrics' => '

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

', ], ], 'EvaluationMetrics' => [ 'base' => '

Evaluation metrics provide an estimate of the quality of your machine learning transform.

', 'refs' => [ 'GetMLTransformResponse$EvaluationMetrics' => '

The latest evaluation metrics.

', 'MLTransform$EvaluationMetrics' => '

An EvaluationMetrics object. Evaluation metrics provide an estimate of the quality of your machine learning transform.

', ], ], 'EventBatchingCondition' => [ 'base' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'refs' => [ 'CreateTriggerRequest$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'Trigger$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', 'TriggerUpdate$EventBatchingCondition' => '

Batch condition that must be met (specified number of events received or batch time window expired) before EventBridge event trigger fires.

', ], ], 'EventQueueArn' => [ 'base' => NULL, 'refs' => [ 'CatalogTarget$EventQueueArn' => '

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

', 'CatalogTarget$DlqEventQueueArn' => '

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

', 'S3Target$EventQueueArn' => '

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

', 'S3Target$DlqEventQueueArn' => '

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

', ], ], 'ExecutionClass' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'Job$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'JobRun$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'JobUpdate$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', 'StartJobRunRequest$ExecutionClass' => '

Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.

The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary.

Only jobs with Glue version 3.0 and above and command type glueetl will be allowed to set ExecutionClass to FLEX. The flexible execution class is available for Spark jobs.

', ], ], 'ExecutionProperty' => [ 'base' => '

An execution property of a job.

', 'refs' => [ 'CreateJobRequest$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', 'Job$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', 'JobUpdate$ExecutionProperty' => '

An ExecutionProperty specifying the maximum number of concurrent runs allowed for this job.

', ], ], 'ExecutionTime' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRuleRecommendationRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the run consumed resources.

', 'GetDataQualityRulesetEvaluationRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the run consumed resources.

', 'GetMLTaskRunResponse$ExecutionTime' => '

The amount of time (in seconds) that the task run consumed resources.

', 'JobRun$ExecutionTime' => '

The amount of time (in seconds) that the job run consumed resources.

', 'TaskRun$ExecutionTime' => '

The amount of time (in seconds) that the task run consumed resources.

', ], ], 'ExistCondition' => [ 'base' => NULL, 'refs' => [ 'PutResourcePolicyRequest$PolicyExistsCondition' => '

A value of MUST_EXIST is used to update a policy. A value of NOT_EXIST is used to create a new policy. If a value of NONE or a null value is used, the call does not depend on the existence of a policy.

', ], ], 'ExportLabelsTaskRunProperties' => [ 'base' => '

Specifies configuration properties for an exporting labels task run.

', 'refs' => [ 'TaskRunProperties$ExportLabelsTaskRunProperties' => '

The configuration properties for an exporting labels task run.

', ], ], 'ExtendedString' => [ 'base' => NULL, 'refs' => [ 'CustomCode$Code' => '

The custom code that is used to perform the data transformation.

', ], ], 'FederatedDatabase' => [ 'base' => '

A database that points to an entity outside the Glue Data Catalog.

', 'refs' => [ 'Database$FederatedDatabase' => '

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

', 'DatabaseInput$FederatedDatabase' => '

A FederatedDatabase structure that references an entity outside the Glue Data Catalog.

', ], ], 'FederatedResourceAlreadyExistsException' => [ 'base' => '

A federated resource already exists.

', 'refs' => [], ], 'FederatedTable' => [ 'base' => '

A table that points to an entity outside the Glue Data Catalog.

', 'refs' => [ 'Table$FederatedTable' => '

A FederatedTable structure that references an entity outside the Glue Data Catalog.

', ], ], 'FederationIdentifier' => [ 'base' => NULL, 'refs' => [ 'FederatedDatabase$Identifier' => '

A unique identifier for the federated database.

', 'FederatedTable$Identifier' => '

A unique identifier for the federated table.

', 'FederatedTable$DatabaseIdentifier' => '

A unique identifier for the federated database.

', ], ], 'FederationSourceErrorCode' => [ 'base' => NULL, 'refs' => [ 'FederationSourceException$FederationSourceErrorCode' => '

The error code of the problem.

', ], ], 'FederationSourceException' => [ 'base' => '

A federation source failed.

', 'refs' => [], ], 'FederationSourceRetryableException' => [ 'base' => NULL, 'refs' => [], ], 'FieldName' => [ 'base' => NULL, 'refs' => [ 'CrawlsFilter$FieldName' => '

A key used to filter the crawler runs for a specified crawler. Valid values for each of the field names are:

', ], ], 'FieldType' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourceType' => '

The source type.

', 'MappingEntry$TargetType' => '

The target type.

', ], ], 'FillMissingValues' => [ 'base' => '

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

', 'refs' => [ 'CodeGenConfigurationNode$FillMissingValues' => '

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

', ], ], 'Filter' => [ 'base' => '

Specifies a transform that splits a dataset into two, based on a filter condition.

', 'refs' => [ 'CodeGenConfigurationNode$Filter' => '

Specifies a transform that splits a dataset into two, based on a filter condition.

', ], ], 'FilterExpression' => [ 'base' => '

Specifies a filter expression.

', 'refs' => [ 'FilterExpressions$member' => NULL, ], ], 'FilterExpressions' => [ 'base' => NULL, 'refs' => [ 'Filter$Filters' => '

Specifies a filter expression.

', ], ], 'FilterLogicalOperator' => [ 'base' => NULL, 'refs' => [ 'Filter$LogicalOperator' => '

The operator used to filter rows by comparing the key value to a specified value.

', ], ], 'FilterOperation' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$Operation' => '

The type of operation to perform in the expression.

', ], ], 'FilterOperator' => [ 'base' => NULL, 'refs' => [ 'CrawlsFilter$FilterOperator' => '

A defined comparator that operates on the value. The available operators are:

', ], ], 'FilterString' => [ 'base' => NULL, 'refs' => [ 'GetTablesRequest$Expression' => '

A regular expression pattern. If present, only those tables whose names match the pattern are returned.

', ], ], 'FilterValue' => [ 'base' => '

Represents a single entry in the list of values for a FilterExpression.

', 'refs' => [ 'FilterValues$member' => NULL, ], ], 'FilterValueType' => [ 'base' => NULL, 'refs' => [ 'FilterValue$Type' => '

The type of filter value.

', ], ], 'FilterValues' => [ 'base' => NULL, 'refs' => [ 'FilterExpression$Values' => '

A list of filter values.

', ], ], 'FindMatchesMetrics' => [ 'base' => '

The evaluation metrics for the find matches algorithm. The quality of your machine learning transform is measured by getting your transform to predict some matches and comparing the results to known matches from the same dataset. The quality metrics are based on a subset of your data, so they are not precise.

', 'refs' => [ 'EvaluationMetrics$FindMatchesMetrics' => '

The evaluation metrics for the find matches algorithm.

', ], ], 'FindMatchesParameters' => [ 'base' => '

The parameters to configure the find matches transform.

', 'refs' => [ 'TransformParameters$FindMatchesParameters' => '

The parameters for the find matches algorithm.

', ], ], 'FindMatchesTaskRunProperties' => [ 'base' => '

Specifies configuration properties for a Find Matches task run.

', 'refs' => [ 'TaskRunProperties$FindMatchesTaskRunProperties' => '

The configuration properties for a find matches task run.

', ], ], 'FormatString' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$InputFormat' => '

The input format: SequenceFileInputFormat (binary), or TextInputFormat, or a custom format.

', 'StorageDescriptor$OutputFormat' => '

The output format: SequenceFileOutputFormat (binary), or IgnoreKeyTextOutputFormat, or a custom format.

', ], ], 'Generic512CharString' => [ 'base' => NULL, 'refs' => [ 'Blueprint$Description' => '

The description of the blueprint.

', 'CreateBlueprintRequest$Description' => '

A description of the blueprint.

', 'LastActiveDefinition$Description' => '

The description of the blueprint.

', 'SourceControlDetails$Repository' => '

The name of the remote repository that contains the job artifacts.

', 'SourceControlDetails$Owner' => '

The owner of the remote repository that contains the job artifacts.

', 'SourceControlDetails$Branch' => '

An optional branch in the remote repository.

', 'SourceControlDetails$Folder' => '

An optional folder in the remote repository.

', 'SourceControlDetails$LastCommitId' => '

The last commit ID for a commit in the remote repository.

', 'SourceControlDetails$AuthToken' => '

The value of an authorization token.

', 'UpdateBlueprintRequest$Description' => '

A description of the blueprint.

', ], ], 'GenericBoundedDouble' => [ 'base' => NULL, 'refs' => [ 'ColumnImportance$Importance' => '

The column importance score for the column, as a decimal.

', 'DataQualityResult$Score' => '

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

', 'FindMatchesMetrics$AreaUnderPRCurve' => '

The area under the precision/recall curve (AUPRC) is a single number measuring the overall quality of the transform, that is independent of the choice made for precision vs. recall. Higher values indicate that you have a more attractive precision vs. recall tradeoff.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$Precision' => '

The precision metric indicates when often your transform is correct when it predicts a match. Specifically, it measures how well the transform finds true positives from the total true positives possible.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$Recall' => '

The recall metric indicates that for an actual match, how often your transform predicts the match. Specifically, it measures how well the transform finds true positives from the total records in the source data.

For more information, see Precision and recall in Wikipedia.

', 'FindMatchesMetrics$F1' => '

The maximum F1 metric indicates the transform\'s accuracy between 0 and 1, where 1 is the best accuracy.

For more information, see F1 score in Wikipedia.

', 'FindMatchesParameters$PrecisionRecallTradeoff' => '

The value selected when tuning your transform for a balance between precision and recall. A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0 means very low recall, and choosing values close to 0.0 results in very low precision.

The precision metric indicates how often your model is correct when it predicts a match.

The recall metric indicates that for an actual match, how often your model predicts the match.

', 'FindMatchesParameters$AccuracyCostTradeoff' => '

The value that is selected when tuning your transform for a balance between accuracy and cost. A value of 0.5 means that the system balances accuracy and cost concerns. A value of 1.0 means a bias purely for accuracy, which typically results in a higher cost, sometimes substantially higher. A value of 0.0 means a bias purely for cost, which results in a less accurate FindMatches transform, sometimes with unacceptable accuracy.

Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall.

Cost measures how many compute resources, and thus money, are consumed to run the transform.

', 'GetDataQualityResultResponse$Score' => '

An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.

', ], ], 'GenericLimitedString' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$AccessType' => '

The access type for the Redshift connection. Can be a direct connection or catalog connections.

', 'AmazonRedshiftNodeData$SourceType' => '

The source type to specify whether a specific table is the source or a custom query.

', 'AmazonRedshiftNodeData$TablePrefix' => '

Specifies the prefix to a table.

', 'AmazonRedshiftNodeData$MergeAction' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled.

', 'AmazonRedshiftNodeData$MergeWhenMatched' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record matches a new record.

', 'AmazonRedshiftNodeData$MergeWhenNotMatched' => '

The action used when to detemine how a MERGE in a Redshift sink will be handled when an existing record doesn\'t match a new record.

', 'DQResultsPublishingOptions$EvaluationContext' => '

The context of the evaluation.

', 'Datatype$Id' => '

The datatype of the value.

', 'Datatype$Label' => '

A label assigned to the datatype.

', 'LimitedStringList$member' => NULL, 'SnowflakeNodeData$SourceType' => '

Specifies how retrieved data is specified. Valid values: "table", "query".

', 'SnowflakeNodeData$MergeAction' => '

Specifies a merge action. Valid values: simple, custom. If simple, merge behavior is defined by MergeWhenMatched and MergeWhenNotMatched. If custom, defined by MergeClause.

', 'SnowflakeNodeData$MergeWhenMatched' => '

Specifies how to resolve records that match preexisting data when merging. Valid values: update, delete.

', 'SnowflakeNodeData$MergeWhenNotMatched' => '

Specifies how to process records that do not match preexisting data when merging. Valid values: insert, none.

', ], ], 'GenericMap' => [ 'base' => NULL, 'refs' => [ 'Action$Arguments' => '

The job arguments used when this trigger fires. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the key-value pairs that Glue consumes to set up your job, see the Special Parameters Used by Glue topic in the developer guide.

', 'CreateJobRequest$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'CreateJobRequest$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'Job$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'Job$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'JobRun$Arguments' => '

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'JobUpdate$DefaultArguments' => '

The default arguments for every run of this job, specified as name-value pairs.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', 'JobUpdate$NonOverridableArguments' => '

Arguments for this job that are not overridden when providing job arguments in a job run, specified as name-value pairs.

', 'StartJobRunRequest$Arguments' => '

The job arguments associated with this run. For this job run, they replace the default arguments set in the job definition itself.

You can specify arguments here that your own job-execution script consumes, as well as arguments that Glue itself consumes.

Job arguments may be logged. Do not pass plaintext secrets as arguments. Retrieve secrets from a Glue Connection, Secrets Manager or other secret management mechanism if you intend to keep them within the Job.

For information about how to specify and consume your own Job arguments, see the Calling Glue APIs in Python topic in the developer guide.

For information about the arguments you can provide to this field when configuring Spark jobs, see the Special Parameters Used by Glue topic in the developer guide.

For information about the arguments you can provide to this field when configuring Ray jobs, see Using job parameters in Ray jobs in the developer guide.

', ], ], 'GenericString' => [ 'base' => NULL, 'refs' => [ 'AdditionalPlanOptionsMap$key' => NULL, 'AdditionalPlanOptionsMap$value' => NULL, 'AmazonRedshiftAdvancedOption$Key' => '

The key for the additional connection option.

', 'AmazonRedshiftAdvancedOption$Value' => '

The value for the additional connection option.

', 'AmazonRedshiftNodeData$CatalogRedshiftSchema' => '

The Redshift schema name when working with a data catalog.

', 'AmazonRedshiftNodeData$CatalogRedshiftTable' => '

The database table to read from.

', 'AmazonRedshiftNodeData$SampleQuery' => '

The SQL used to fetch the data from a Redshift sources when the SourceType is \'query\'.

', 'AmazonRedshiftNodeData$PreAction' => '

The SQL used before a MERGE or APPEND with upsert is run.

', 'AmazonRedshiftNodeData$PostAction' => '

The SQL used before a MERGE or APPEND with upsert is run.

', 'AmazonRedshiftNodeData$Action' => '

Specifies how writing to a Redshift cluser will occur.

', 'AmazonRedshiftNodeData$MergeClause' => '

The SQL used in a custom merge to deal with matching records.

', 'AmazonRedshiftNodeData$CrawlerConnection' => '

Specifies the name of the connection that is associated with the catalog table used.

', 'AmazonRedshiftNodeData$StagingTable' => '

The name of the temporary staging table that is used when doing a MERGE or APPEND with upsert.

', 'Blueprint$BlueprintLocation' => '

Specifies the path in Amazon S3 where the blueprint is published.

', 'Blueprint$BlueprintServiceLocation' => '

Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in Glue.

', 'CrawlsFilter$FieldValue' => '

The value provided for comparison on the crawl field.

', 'CreateDevEndpointRequest$EndpointName' => '

The name to be assigned to the new DevEndpoint.

', 'CreateDevEndpointRequest$SubnetId' => '

The subnet ID for the new DevEndpoint to use.

', 'CreateDevEndpointRequest$PublicKey' => '

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

', 'CreateDevEndpointRequest$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not yet supported.

', 'CreateDevEndpointRequest$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$EndpointName' => '

The name assigned to the new DevEndpoint.

', 'CreateDevEndpointResponse$Status' => '

The current status of the new DevEndpoint.

', 'CreateDevEndpointResponse$SubnetId' => '

The subnet ID assigned to the new DevEndpoint.

', 'CreateDevEndpointResponse$YarnEndpointAddress' => '

The address of the YARN endpoint used by this DevEndpoint.

', 'CreateDevEndpointResponse$AvailabilityZone' => '

The Amazon Web Services Availability Zone where this DevEndpoint is located.

', 'CreateDevEndpointResponse$VpcId' => '

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

', 'CreateDevEndpointResponse$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an S3 bucket that will be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$ExtraJarsS3Path' => '

Path to one or more Java .jar files in an S3 bucket that will be loaded in your DevEndpoint.

', 'CreateDevEndpointResponse$FailureReason' => '

The reason for a current failure in this DevEndpoint.

', 'CreateTriggerRequest$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

This field is required when the trigger type is SCHEDULED.

', 'CreateWorkflowRequest$Description' => '

A description of the workflow.

', 'DQAdditionalOptions$value' => NULL, 'DataQualityResult$EvaluationContext' => '

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

', 'DeleteDevEndpointRequest$EndpointName' => '

The name of the DevEndpoint.

', 'DevEndpoint$EndpointName' => '

The name of the DevEndpoint.

', 'DevEndpoint$SubnetId' => '

The subnet ID for this DevEndpoint.

', 'DevEndpoint$YarnEndpointAddress' => '

The YARN endpoint address used by this DevEndpoint.

', 'DevEndpoint$PrivateAddress' => '

A private IP address to access the DevEndpoint within a VPC if the DevEndpoint is created within one. The PrivateAddress field is present only when you create the DevEndpoint within your VPC.

', 'DevEndpoint$PublicAddress' => '

The public IP address used by this DevEndpoint. The PublicAddress field is present only when you create a non-virtual private cloud (VPC) DevEndpoint.

', 'DevEndpoint$Status' => '

The current status of this DevEndpoint.

', 'DevEndpoint$AvailabilityZone' => '

The Amazon Web Services Availability Zone where this DevEndpoint is located.

', 'DevEndpoint$VpcId' => '

The ID of the virtual private cloud (VPC) used by this DevEndpoint.

', 'DevEndpoint$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

', 'DevEndpoint$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

', 'DevEndpoint$FailureReason' => '

The reason for a current failure in this DevEndpoint.

', 'DevEndpoint$LastUpdateStatus' => '

The status of the last update.

', 'DevEndpoint$PublicKey' => '

The public key to be used by this DevEndpoint for authentication. This attribute is provided for backward compatibility because the recommended attribute to use is public keys.

', 'DevEndpointCustomLibraries$ExtraPythonLibsS3Path' => '

The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3) bucket that should be loaded in your DevEndpoint. Multiple values must be complete paths separated by a comma.

You can only use pure Python libraries with a DevEndpoint. Libraries that rely on C extensions, such as the pandas Python data analysis library, are not currently supported.

', 'DevEndpointCustomLibraries$ExtraJarsS3Path' => '

The path to one or more Java .jar files in an S3 bucket that should be loaded in your DevEndpoint.

You can only use pure Java/Scala libraries with a DevEndpoint.

', 'DevEndpointNames$member' => NULL, 'GenericMap$key' => NULL, 'GenericMap$value' => NULL, 'GetBlueprintRunsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetBlueprintRunsResponse$NextToken' => '

A continuation token, if not all blueprint runs have been returned.

', 'GetDataQualityResultResponse$EvaluationContext' => '

In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.

', 'GetDataQualityRuleRecommendationRunResponse$ErrorString' => '

The error strings that are associated with the run.

', 'GetDataQualityRulesetEvaluationRunResponse$ErrorString' => '

The error strings that are associated with the run.

', 'GetDevEndpointRequest$EndpointName' => '

Name of the DevEndpoint to retrieve information for.

', 'GetDevEndpointsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetDevEndpointsResponse$NextToken' => '

A continuation token, if not all DevEndpoint definitions have yet been returned.

', 'GetJobRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetJobRunsResponse$NextToken' => '

A continuation token, if not all requested job runs have been returned.

', 'GetJobsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetJobsResponse$NextToken' => '

A continuation token, if not all job definitions have yet been returned.

', 'GetMLTaskRunResponse$LogGroupName' => '

The names of the log groups that are associated with the task run.

', 'GetMLTaskRunResponse$ErrorString' => '

The error strings that are associated with the task run.

', 'GetSecurityConfigurationsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetSecurityConfigurationsResponse$NextToken' => '

A continuation token, if there are more security configurations to return.

', 'GetTriggersRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetTriggersResponse$NextToken' => '

A continuation token, if not all the requested triggers have yet been returned.

', 'GetWorkflowRunsRequest$NextToken' => '

The maximum size of the response.

', 'GetWorkflowRunsResponse$NextToken' => '

A continuation token, if not all requested workflow runs have been returned.

', 'JobCommand$Name' => '

The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be gluestreaming. For a Ray job, this must be glueray.

', 'JobRun$LogGroupName' => '

The name of the log group for secure logging that can be server-side encrypted in Amazon CloudWatch using KMS. This name can be /aws-glue/jobs/, in which case the default encryption is NONE. If you add a role name and SecurityConfiguration name (in other words, /aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/), then that security configuration is used to encrypt the log group.

', 'LastActiveDefinition$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.

', 'LastActiveDefinition$BlueprintServiceLocation' => '

Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.

', 'ListBlueprintsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListBlueprintsResponse$NextToken' => '

A continuation token, if not all blueprint names have been returned.

', 'ListDevEndpointsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListDevEndpointsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListJobsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListJobsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListTriggersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListTriggersResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListWorkflowsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListWorkflowsResponse$NextToken' => '

A continuation token, if not all workflow names have been returned.

', 'MapValue$key' => NULL, 'MapValue$value' => NULL, 'OrchestrationStringList$member' => NULL, 'PublicKeysList$member' => NULL, 'SnowflakeNodeData$Schema' => '

Specifies a Snowflake database schema for your node to use.

', 'SnowflakeNodeData$Table' => '

Specifies a Snowflake table for your node to use.

', 'SnowflakeNodeData$Database' => '

Specifies a Snowflake database for your node to use.

', 'SnowflakeNodeData$SampleQuery' => '

A SQL string used to retrieve data with the query sourcetype.

', 'SnowflakeNodeData$PreAction' => '

A SQL string run before the Snowflake connector performs its standard actions.

', 'SnowflakeNodeData$PostAction' => '

A SQL string run after the Snowflake connector performs its standard actions.

', 'SnowflakeNodeData$Action' => '

Specifies what action to take when writing to a table with preexisting data. Valid values: append, merge, truncate, drop.

', 'SnowflakeNodeData$MergeClause' => '

A SQL statement that specifies a custom merge behavior.

', 'SnowflakeNodeData$StagingTable' => '

The name of a staging table used when performing merge or upsert append actions. Data is written to this table, then moved to table by a generated postaction.

', 'Statement$Code' => '

The execution code of the statement.

', 'StatementOutput$ErrorName' => '

The name of the error in the output.

', 'StatementOutput$ErrorValue' => '

The error value of the output.

', 'StatementOutputData$TextPlain' => '

The code execution output in text format.

', 'StringList$member' => NULL, 'TaskRun$LogGroupName' => '

The names of the log group for secure logging, associated with this task run.

', 'TaskRun$ErrorString' => '

The list of error strings associated with this task run.

', 'Trigger$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'TriggerUpdate$Schedule' => '

A cron expression used to specify the schedule (see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).

', 'UpdateDevEndpointRequest$EndpointName' => '

The name of the DevEndpoint to be updated.

', 'UpdateDevEndpointRequest$PublicKey' => '

The public key for the DevEndpoint to use.

', 'UpdateWorkflowRequest$Description' => '

The description of the workflow.

', 'Workflow$Description' => '

A description of the workflow.

', 'WorkflowRunProperties$value' => NULL, ], ], 'GetBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetBlueprintRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCatalogImportStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCatalogImportStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifiersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetClassifiersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnNamesList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsForPartitionRequest$ColumnNames' => '

A list of the column names.

', 'GetColumnStatisticsForTableRequest$ColumnNames' => '

A list of the column names.

', ], ], 'GetColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionsFilter' => [ 'base' => '

Filters the connection definitions that are returned by the GetConnections API operation.

', 'refs' => [ 'GetConnectionsRequest$Filter' => '

A filter that controls which connections are returned.

', ], ], 'GetConnectionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetConnectionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetCustomEntityTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetCustomEntityTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataCatalogEncryptionSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataCatalogEncryptionSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityResultResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDatabasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataflowGraphRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataflowGraphResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobBookmarkRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobBookmarkResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTaskRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMLTransformsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetMappingRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetMappingResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionIndexesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionIndexesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPartitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePoliciesResponseList' => [ 'base' => NULL, 'refs' => [ 'GetResourcePoliciesResponse$GetResourcePoliciesResponseList' => '

A list of the individual resource policies and the account-level resource policy.

', ], ], 'GetResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaByDefinitionInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaByDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionsDiffInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSchemaVersionsDiffResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSecurityConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionsList' => [ 'base' => NULL, 'refs' => [ 'GetTableVersionsResponse$TableVersions' => '

A list of strings identifying available versions of the specified table.

', ], ], 'GetTableVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTablesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTagsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTagsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredTableMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUnfilteredTableMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUserDefinedFunctionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunPropertiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunPropertiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetWorkflowRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GlueEncryptionException' => [ 'base' => '

An encryption operation failed.

', 'refs' => [], ], 'GluePolicy' => [ 'base' => '

A structure for returning a resource policy.

', 'refs' => [ 'GetResourcePoliciesResponseList$member' => NULL, ], ], 'GlueRecordType' => [ 'base' => NULL, 'refs' => [ 'JDBCDataTypeMapping$value' => NULL, ], ], 'GlueResourceArn' => [ 'base' => NULL, 'refs' => [ 'CreateRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the newly created registry.

', 'CreateSchemaResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'CreateSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'DeleteRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry being deleted.

', 'DeleteResourcePolicyRequest$ResourceArn' => '

The ARN of the Glue resource for the resource policy to be deleted.

', 'DeleteSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema being deleted.

', 'FederatedResourceAlreadyExistsException$AssociatedGlueResource' => '

The associated Glue resource already exists.

', 'GetRegistryResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'GetResourcePolicyRequest$ResourceArn' => '

The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use GetResourcePolicies to view all existing resource policies. For more information see Specifying Glue Resource ARNs.

', 'GetSchemaByDefinitionResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetSchemaResponse$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'GetSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetSchemaVersionResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'GetTagsRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource for which to retrieve tags.

', 'PutResourcePolicyRequest$ResourceArn' => '

Do not use. For internal use only.

', 'PutSchemaVersionMetadataResponse$SchemaArn' => '

The Amazon Resource Name (ARN) for the schema.

', 'RegistryId$RegistryArn' => '

Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

', 'RegistryListItem$RegistryArn' => '

The Amazon Resource Name (ARN) of the registry.

', 'RemoveSchemaVersionMetadataResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'SchemaId$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema. One of SchemaArn or SchemaName has to be provided.

', 'SchemaListItem$SchemaArn' => '

The Amazon Resource Name (ARN) for the schema.

', 'SchemaVersionListItem$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', 'TagResourceRequest$ResourceArn' => '

The ARN of the Glue resource to which to add the tags. For more information about Glue resource ARNs, see the Glue ARN string pattern.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource from which to remove the tags.

', 'UpdateRegistryResponse$RegistryArn' => '

The Amazon Resource name (ARN) of the updated registry.

', 'UpdateSchemaResponse$SchemaArn' => '

The Amazon Resource Name (ARN) of the schema.

', ], ], 'GlueSchema' => [ 'base' => '

Specifies a user-defined schema when a schema cannot be determined by Glue.

', 'refs' => [ 'GlueSchemas$member' => NULL, ], ], 'GlueSchemas' => [ 'base' => NULL, 'refs' => [ 'AthenaConnectorSource$OutputSchemas' => '

Specifies the data schema for the custom Athena source.

', 'CatalogDeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'CatalogHudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'CustomCode$OutputSchemas' => '

Specifies the data schema for the custom code transform.

', 'DynamicTransform$OutputSchemas' => '

Specifies the data schema for the dynamic transform.

', 'JDBCConnectorSource$OutputSchemas' => '

Specifies the data schema for the custom JDBC source.

', 'JDBCConnectorTarget$OutputSchemas' => '

Specifies the data schema for the JDBC target.

', 'S3CatalogDeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'S3CatalogHudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'S3CsvSource$OutputSchemas' => '

Specifies the data schema for the S3 CSV source.

', 'S3DeltaSource$OutputSchemas' => '

Specifies the data schema for the Delta Lake source.

', 'S3HudiSource$OutputSchemas' => '

Specifies the data schema for the Hudi source.

', 'S3JsonSource$OutputSchemas' => '

Specifies the data schema for the S3 JSON source.

', 'S3ParquetSource$OutputSchemas' => '

Specifies the data schema for the S3 Parquet source.

', 'SnowflakeSource$OutputSchemas' => '

Specifies user-defined schemas for your output data.

', 'SparkConnectorSource$OutputSchemas' => '

Specifies data schema for the custom spark source.

', 'SparkConnectorTarget$OutputSchemas' => '

Specifies the data schema for the custom spark target.

', 'SparkSQL$OutputSchemas' => '

Specifies the data schema for the SparkSQL transform.

', ], ], 'GlueStudioColumnNameString' => [ 'base' => NULL, 'refs' => [ 'GlueStudioSchemaColumn$Name' => '

The name of the column in the Glue Studio schema.

', ], ], 'GlueStudioPathList' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Groups' => '

Specifies the fields to group by.

', 'DropFields$Paths' => '

A JSON path to a variable in the data structure.

', 'GovernedCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'JoinColumn$Keys' => '

The key of the column to be joined.

', 'Merge$PrimaryKeys' => '

The list of primary key fields to match records from the source and staging dynamic frames.

', 'S3CatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DeltaCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DeltaDirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3DirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3GlueParquetTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3HudiCatalogTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'S3HudiDirectTarget$PartitionKeys' => '

Specifies native partitioning using a sequence of keys.

', 'SelectFields$Paths' => '

A JSON path to a variable in the data structure.

', 'SplitFields$Paths' => '

A JSON path to a variable in the data structure.

', ], ], 'GlueStudioSchemaColumn' => [ 'base' => '

Specifies a single column in a Glue schema definition.

', 'refs' => [ 'GlueStudioSchemaColumnList$member' => NULL, ], ], 'GlueStudioSchemaColumnList' => [ 'base' => NULL, 'refs' => [ 'GlueSchema$Columns' => '

Specifies the column definitions that make up a Glue schema.

', ], ], 'GlueTable' => [ 'base' => '

The database and table in the Glue Data Catalog that is used for input or output data.

', 'refs' => [ 'DataSource$GlueTable' => '

An Glue table.

', 'GlueTables$member' => NULL, ], ], 'GlueTableAdditionalOptions' => [ 'base' => NULL, 'refs' => [ 'GlueTable$AdditionalOptions' => '

Additional options for the table. Currently there are two keys supported:

', ], ], 'GlueTables' => [ 'base' => NULL, 'refs' => [ 'CreateMLTransformRequest$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', 'GetMLTransformResponse$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', 'MLTransform$InputRecordTables' => '

A list of Glue table definitions used by the transform.

', ], ], 'GlueVersionString' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'CreateDevEndpointResponse$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

', 'CreateJobRequest$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'CreateMLTransformRequest$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'CreateSessionRequest$GlueVersion' => '

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

', 'DevEndpoint$GlueVersion' => '

Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Development endpoints that are created without specifying a Glue version default to Glue 0.9.

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'GetMLTransformResponse$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'Job$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'JobRun$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'JobUpdate$GlueVersion' => '

In Spark jobs, GlueVersion determines the versions of Apache Spark and Python that Glue available in a job. The Python version indicates the version supported for jobs of type Spark.

Ray jobs should set GlueVersion to 4.0 or greater. However, the versions of Ray, Python and additional libraries available in your Ray job are determined by the Runtime parameter of the Job command.

For more information about the available Glue versions and corresponding Spark and Python versions, see Glue version in the developer guide.

Jobs that are created without specifying a Glue version default to Glue 0.9.

', 'MLTransform$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'Session$GlueVersion' => '

The Glue version determines the versions of Apache Spark and Python that Glue supports. The GlueVersion must be greater than 2.0.

', 'TransformFilterCriteria$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', 'UpdateMLTransformRequest$GlueVersion' => '

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see Glue Versions in the developer guide.

', ], ], 'GovernedCatalogSource' => [ 'base' => '

Specifies the data store in the governed Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$GovernedCatalogSource' => '

Specifies a data source in a goverened Data Catalog.

', ], ], 'GovernedCatalogTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$GovernedCatalogTarget' => '

Specifies a data target that writes to a goverened catalog.

', ], ], 'GrokClassifier' => [ 'base' => '

A classifier that uses grok patterns.

', 'refs' => [ 'Classifier$GrokClassifier' => '

A classifier that uses grok.

', ], ], 'GrokPattern' => [ 'base' => NULL, 'refs' => [ 'CreateGrokClassifierRequest$GrokPattern' => '

The grok pattern used by this classifier.

', 'GrokClassifier$GrokPattern' => '

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

', 'UpdateGrokClassifierRequest$GrokPattern' => '

The grok pattern used by this classifier.

', ], ], 'HashString' => [ 'base' => NULL, 'refs' => [ 'CancelDataQualityRuleRecommendationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'CancelDataQualityRulesetEvaluationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'CancelMLTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'CancelMLTaskRunRequest$TaskRunId' => '

A unique identifier for the task run.

', 'CancelMLTaskRunResponse$TransformId' => '

The unique identifier of the machine learning transform.

', 'CancelMLTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'CreateDataQualityRulesetRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'CreateMLTransformResponse$TransformId' => '

A unique identifier that is generated for the transform.

', 'DataQualityResult$ResultId' => '

A unique result ID for the data quality result.

', 'DataQualityResult$JobRunId' => '

The job run ID associated with the data quality result, if any.

', 'DataQualityResult$RulesetEvaluationRunId' => '

The unique run ID for the ruleset evaluation for this data quality result.

', 'DataQualityResultDescription$ResultId' => '

The unique result ID for this data quality result.

', 'DataQualityResultDescription$JobRunId' => '

The job run ID associated with the data quality result.

', 'DataQualityResultFilterCriteria$JobRunId' => '

Filter results by the specified job run ID.

', 'DataQualityResultIdList$member' => NULL, 'DataQualityResultIds$member' => NULL, 'DataQualityRuleRecommendationRunDescription$RunId' => '

The unique run identifier associated with this run.

', 'DataQualityRulesetEvaluationRunDescription$RunId' => '

The unique run identifier associated with this run.

', 'DataQualityRulesetListDetails$RecommendationRunId' => '

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

', 'DeleteMLTransformRequest$TransformId' => '

The unique identifier of the transform to delete.

', 'DeleteMLTransformResponse$TransformId' => '

The unique identifier of the transform that was deleted.

', 'DeleteResourcePolicyRequest$PolicyHashCondition' => '

The hash value returned when this policy was set.

', 'FindMatchesTaskRunProperties$JobId' => '

The job ID for the Find Matches task run.

', 'FindMatchesTaskRunProperties$JobRunId' => '

The job run ID for the Find Matches task run.

', 'GetDataQualityResultRequest$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$JobRunId' => '

The job run ID associated with the data quality result, if any.

', 'GetDataQualityResultResponse$RulesetEvaluationRunId' => '

The unique run ID associated with the ruleset evaluation.

', 'GetDataQualityRuleRecommendationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRuleRecommendationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetEvaluationRunRequest$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetEvaluationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'GetDataQualityRulesetResponse$RecommendationRunId' => '

When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

', 'GetMLTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'GetMLTaskRunRequest$TaskRunId' => '

The unique identifier of the task run.

', 'GetMLTaskRunResponse$TransformId' => '

The unique identifier of the task run.

', 'GetMLTaskRunResponse$TaskRunId' => '

The unique run identifier associated with this run.

', 'GetMLTaskRunsRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'GetMLTransformRequest$TransformId' => '

The unique identifier of the transform, generated at the time that the transform was created.

', 'GetMLTransformResponse$TransformId' => '

The unique identifier of the transform, generated at the time that the transform was created.

', 'GetResourcePolicyResponse$PolicyHash' => '

Contains the hash value associated with this policy.

', 'GluePolicy$PolicyHash' => '

Contains the hash value associated with this policy.

', 'MLTransform$TransformId' => '

The unique transform ID that is generated for the machine learning transform. The ID is guaranteed to be unique and does not change.

', 'PutResourcePolicyRequest$PolicyHashCondition' => '

The hash value returned when the previous policy was set using PutResourcePolicy. Its purpose is to prevent concurrent modifications of a policy. Do not use this parameter if no previous policy has been set.

', 'PutResourcePolicyResponse$PolicyHash' => '

A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.

', 'StartDataQualityRuleRecommendationRunRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'StartDataQualityRuleRecommendationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'StartDataQualityRulesetEvaluationRunRequest$ClientToken' => '

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

', 'StartDataQualityRulesetEvaluationRunResponse$RunId' => '

The unique run identifier associated with this run.

', 'StartExportLabelsTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartExportLabelsTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'StartImportLabelsTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartImportLabelsTaskRunResponse$TaskRunId' => '

The unique identifier for the task run.

', 'StartMLEvaluationTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartMLEvaluationTaskRunResponse$TaskRunId' => '

The unique identifier associated with this run.

', 'StartMLLabelingSetGenerationTaskRunRequest$TransformId' => '

The unique identifier of the machine learning transform.

', 'StartMLLabelingSetGenerationTaskRunResponse$TaskRunId' => '

The unique run identifier that is associated with this task run.

', 'TaskRun$TransformId' => '

The unique identifier for the transform.

', 'TaskRun$TaskRunId' => '

The unique identifier for this task run.

', 'TransformIdList$member' => NULL, 'UpdateMLTransformRequest$TransformId' => '

A unique identifier that was generated when the transform was created.

', 'UpdateMLTransformResponse$TransformId' => '

The unique identifier for the transform that was updated.

', ], ], 'HudiTarget' => [ 'base' => '

Specifies an Apache Hudi data source.

', 'refs' => [ 'HudiTargetList$member' => NULL, ], ], 'HudiTargetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3HudiDirectTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'HudiTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$HudiTargets' => '

Specifies Apache Hudi data store targets.

', ], ], 'IcebergInput' => [ 'base' => '

A structure that defines an Apache Iceberg metadata table to create in the catalog.

', 'refs' => [ 'OpenTableFormatInput$IcebergInput' => '

Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.

', ], ], 'IcebergTarget' => [ 'base' => '

Specifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.

', 'refs' => [ 'IcebergTargetList$member' => NULL, ], ], 'IcebergTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$IcebergTargets' => '

Specifies Apache Iceberg data store targets.

', ], ], 'IdString' => [ 'base' => NULL, 'refs' => [ 'BatchStopJobRunError$JobRunId' => '

The JobRunId of the job run in question.

', 'BatchStopJobRunJobRunIdList$member' => NULL, 'BatchStopJobRunSuccessfulSubmission$JobRunId' => '

The JobRunId of the job run that was stopped.

', 'BlueprintDetails$RunId' => '

The run ID for this blueprint.

', 'BlueprintRun$RunId' => '

The run ID for this blueprint run.

', 'GetBlueprintRunRequest$RunId' => '

The run ID for the blueprint run you want to retrieve.

', 'GetJobRunRequest$RunId' => '

The ID of the job run.

', 'GetWorkflowRunPropertiesRequest$RunId' => '

The ID of the workflow run whose run properties should be returned.

', 'GetWorkflowRunRequest$RunId' => '

The ID of the workflow run.

', 'JobRun$Id' => '

The ID of this job run.

', 'JobRun$PreviousRunId' => '

The ID of the previous run of this job. For example, the JobRunId specified in the StartJobRun action.

', 'Predecessor$RunId' => '

The job-run ID of the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$RunId' => '

The ID of the workflow run for which the run properties should be updated.

', 'ResumeWorkflowRunRequest$RunId' => '

The ID of the workflow run to resume.

', 'ResumeWorkflowRunResponse$RunId' => '

The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.

', 'StartBlueprintRunResponse$RunId' => '

The run ID for this blueprint run.

', 'StartJobRunRequest$JobRunId' => '

The ID of a previous JobRun to retry.

', 'StartJobRunResponse$JobRunId' => '

The ID assigned to this job run.

', 'StartWorkflowRunResponse$RunId' => '

An Id for the new run.

', 'StopWorkflowRunRequest$RunId' => '

The ID of the workflow run to stop.

', 'Trigger$Id' => '

Reserved for future use.

', 'WorkflowRun$WorkflowRunId' => '

The ID of this workflow run.

', 'WorkflowRun$PreviousRunId' => '

The ID of the previous workflow run.

', 'WorkflowRunProperties$key' => NULL, ], ], 'IdempotentParameterMismatchException' => [ 'base' => '

The same unique identifier was associated with two different records.

', 'refs' => [], ], 'IllegalBlueprintStateException' => [ 'base' => '

The blueprint is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'IllegalSessionStateException' => [ 'base' => '

The session is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'IllegalWorkflowStateException' => [ 'base' => '

The workflow is in an invalid state to perform a requested operation.

', 'refs' => [], ], 'ImportCatalogToGlueRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportCatalogToGlueResponse' => [ 'base' => NULL, 'refs' => [], ], 'ImportLabelsTaskRunProperties' => [ 'base' => '

Specifies configuration properties for an importing labels task run.

', 'refs' => [ 'TaskRunProperties$ImportLabelsTaskRunProperties' => '

The configuration properties for an importing labels task run.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'CodeGenNode$LineNumber' => '

The line number of the node.

', 'DecimalNumber$Scale' => '

The scale that determines where the decimal point falls in the unscaled value.

', 'StorageDescriptor$NumberOfBuckets' => '

Must be specified if the table contains any dimension columns.

', ], ], 'IntegerFlag' => [ 'base' => NULL, 'refs' => [ 'Order$SortOrder' => '

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

', ], ], 'IntegerValue' => [ 'base' => NULL, 'refs' => [ 'CancelStatementRequest$Id' => '

The ID of the statement to be cancelled.

', 'CreateDevEndpointRequest$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.

', 'CreateDevEndpointResponse$ZeppelinRemoteSparkInterpreterPort' => '

The Apache Zeppelin port for the remote Apache Spark interpreter.

', 'CreateDevEndpointResponse$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

', 'CreateJobRequest$AllocatedCapacity' => '

This parameter is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this Job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'DevEndpoint$ZeppelinRemoteSparkInterpreterPort' => '

The Apache Zeppelin port for the remote Apache Spark interpreter.

', 'DevEndpoint$NumberOfNodes' => '

The number of Glue Data Processing Units (DPUs) allocated to this DevEndpoint.

', 'GetStatementRequest$Id' => '

The Id of the statement.

', 'Job$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to runs of this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'JobBookmarkEntry$Version' => '

The version of the job.

', 'JobBookmarkEntry$Run' => '

The run ID number.

', 'JobBookmarkEntry$Attempt' => '

The attempt ID number.

', 'JobRun$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'JobUpdate$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this job. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'RunStatementResponse$Id' => '

Returns the Id of the statement that was run.

', 'StartJobRunRequest$AllocatedCapacity' => '

This field is deprecated. Use MaxCapacity instead.

The number of Glue data processing units (DPUs) to allocate to this JobRun. You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

', 'Statement$Id' => '

The ID of the statement.

', 'StatementOutput$ExecutionCount' => '

The execution count of the output.

', 'WorkflowRunStatistics$TotalActions' => '

Total number of Actions in the workflow run.

', 'WorkflowRunStatistics$TimeoutActions' => '

Total number of Actions that timed out.

', 'WorkflowRunStatistics$FailedActions' => '

Total number of Actions that have failed.

', 'WorkflowRunStatistics$StoppedActions' => '

Total number of Actions that have stopped.

', 'WorkflowRunStatistics$SucceededActions' => '

Total number of Actions that have succeeded.

', 'WorkflowRunStatistics$RunningActions' => '

Total number Actions in running state.

', 'WorkflowRunStatistics$ErroredActions' => '

Indicates the count of job runs in the ERROR state in the workflow run.

', 'WorkflowRunStatistics$WaitingActions' => '

Indicates the count of job runs in WAITING state in the workflow run.

', ], ], 'InternalServiceException' => [ 'base' => '

An internal service error occurred.

', 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input provided was not valid.

', 'refs' => [], ], 'InvalidStateException' => [ 'base' => '

An error that indicates your data is in an invalid state.

', 'refs' => [], ], 'IsVersionValid' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityResponse$Valid' => '

Return true, if the schema is valid and false otherwise.

', ], ], 'Iso8601DateTime' => [ 'base' => NULL, 'refs' => [ 'KafkaStreamingSourceOptions$StartingTimestamp' => '

The timestamp of the record in the Kafka topic to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00+08:00").

Only one of StartingTimestamp or StartingOffsets must be set.

', 'KinesisStreamingSourceOptions$StartingTimestamp' => '

The timestamp of the record in the Kinesis data stream to start reading data from. The possible values are a timestamp string in UTC format of the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00+08:00").

', ], ], 'JDBCConnectionType' => [ 'base' => NULL, 'refs' => [ 'DirectJDBCSource$ConnectionType' => '

The connection type of the JDBC source.

', ], ], 'JDBCConnectorOptions' => [ 'base' => '

Additional connection options for the connector.

', 'refs' => [ 'JDBCConnectorSource$AdditionalOptions' => '

Additional connection options for the connector.

', ], ], 'JDBCConnectorSource' => [ 'base' => '

Specifies a connector to a JDBC data source.

', 'refs' => [ 'CodeGenConfigurationNode$JDBCConnectorSource' => '

Specifies a connector to a JDBC data source.

', ], ], 'JDBCConnectorTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', 'refs' => [ 'CodeGenConfigurationNode$JDBCConnectorTarget' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', ], ], 'JDBCDataType' => [ 'base' => NULL, 'refs' => [ 'JDBCDataTypeMapping$key' => NULL, ], ], 'JDBCDataTypeMapping' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorOptions$DataTypeMapping' => '

Custom data type mapping that builds a mapping from a JDBC data type to an Glue data type. For example, the option "dataTypeMapping":{"FLOAT":"STRING"} maps data fields of JDBC type FLOAT into the Java String type by calling the ResultSet.getString() method of the driver, and uses it to build the Glue record. The ResultSet object is implemented by each driver, so the behavior is specific to the driver you use. Refer to the documentation for your JDBC driver to understand how the driver performs the conversions.

', ], ], 'JdbcMetadataEntry' => [ 'base' => NULL, 'refs' => [ 'EnableAdditionalMetadata$member' => NULL, ], ], 'JdbcTarget' => [ 'base' => '

Specifies a JDBC data store to crawl.

', 'refs' => [ 'JdbcTargetList$member' => NULL, ], ], 'JdbcTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$JdbcTargets' => '

Specifies JDBC targets.

', ], ], 'Job' => [ 'base' => '

Specifies a job definition.

', 'refs' => [ 'GetJobResponse$Job' => '

The requested job definition.

', 'JobList$member' => NULL, ], ], 'JobBookmarkEntry' => [ 'base' => '

Defines a point that a job can resume processing.

', 'refs' => [ 'GetJobBookmarkResponse$JobBookmarkEntry' => '

A structure that defines a point that a job can resume processing.

', 'ResetJobBookmarkResponse$JobBookmarkEntry' => '

The reset bookmark entry.

', ], ], 'JobBookmarksEncryption' => [ 'base' => '

Specifies how job bookmark data should be encrypted.

', 'refs' => [ 'EncryptionConfiguration$JobBookmarksEncryption' => '

The encryption configuration for job bookmarks.

', ], ], 'JobBookmarksEncryptionMode' => [ 'base' => NULL, 'refs' => [ 'JobBookmarksEncryption$JobBookmarksEncryptionMode' => '

The encryption mode to use for job bookmarks data.

', ], ], 'JobCommand' => [ 'base' => '

Specifies code that runs when a job is run.

', 'refs' => [ 'CreateJobRequest$Command' => '

The JobCommand that runs this job.

', 'Job$Command' => '

The JobCommand that runs this job.

', 'JobUpdate$Command' => '

The JobCommand that runs this job (required).

', ], ], 'JobList' => [ 'base' => NULL, 'refs' => [ 'BatchGetJobsResponse$Jobs' => '

A list of job definitions.

', 'GetJobsResponse$Jobs' => '

A list of job definitions.

', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'GetJobBookmarkRequest$JobName' => '

The name of the job in question.

', 'JobBookmarkEntry$JobName' => '

The name of the job in question.

', 'ResetJobBookmarkRequest$JobName' => '

The name of the job in question.

', ], ], 'JobNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetJobsRequest$JobNames' => '

A list of job names, which might be the names returned from the ListJobs operation.

', 'BatchGetJobsResponse$JobsNotFound' => '

A list of names of jobs not found.

', 'ListJobsResponse$JobNames' => '

The names of all jobs in the account, or the jobs with the specified tags.

', ], ], 'JobNodeDetails' => [ 'base' => '

The details of a Job node present in the workflow.

', 'refs' => [ 'Node$JobDetails' => '

Details of the Job when the node represents a Job.

', ], ], 'JobRun' => [ 'base' => '

Contains information about a job run.

', 'refs' => [ 'GetJobRunResponse$JobRun' => '

The requested job-run metadata.

', 'JobRunList$member' => NULL, ], ], 'JobRunList' => [ 'base' => NULL, 'refs' => [ 'GetJobRunsResponse$JobRuns' => '

A list of job-run metadata objects.

', 'JobNodeDetails$JobRuns' => '

The information for the job runs represented by the job node.

', ], ], 'JobRunState' => [ 'base' => NULL, 'refs' => [ 'Condition$State' => '

The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

', 'JobRun$JobRunState' => '

The current state of the job run. For more information about the statuses of jobs that have terminated abnormally, see Glue Job Run Statuses.

', ], ], 'JobUpdate' => [ 'base' => '

Specifies information used to update an existing job definition. The previous job definition is completely overwritten by this information.

', 'refs' => [ 'UpdateJobRequest$JobUpdate' => '

Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.

', ], ], 'Join' => [ 'base' => '

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

', 'refs' => [ 'CodeGenConfigurationNode$Join' => '

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

', ], ], 'JoinColumn' => [ 'base' => '

Specifies a column to be joined.

', 'refs' => [ 'JoinColumns$member' => NULL, ], ], 'JoinColumns' => [ 'base' => NULL, 'refs' => [ 'Join$Columns' => '

A list of the two columns to be joined.

', ], ], 'JoinType' => [ 'base' => NULL, 'refs' => [ 'Join$JoinType' => '

Specifies the type of join to be performed on the datasets.

', ], ], 'JsonClassifier' => [ 'base' => '

A classifier for JSON content.

', 'refs' => [ 'Classifier$JsonClassifier' => '

A classifier for JSON content.

', ], ], 'JsonPath' => [ 'base' => NULL, 'refs' => [ 'CreateJsonClassifierRequest$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', 'JsonClassifier$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', 'UpdateJsonClassifierRequest$JsonPath' => '

A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.

', ], ], 'JsonValue' => [ 'base' => NULL, 'refs' => [ 'JobBookmarkEntry$JobBookmark' => '

The bookmark itself.

', ], ], 'KafkaStreamingSourceOptions' => [ 'base' => '

Additional options for streaming.

', 'refs' => [ 'CatalogKafkaSource$StreamingOptions' => '

Specifies the streaming options.

', 'DirectKafkaSource$StreamingOptions' => '

Specifies the streaming options.

', ], ], 'KeyList' => [ 'base' => NULL, 'refs' => [ 'PartitionIndex$Keys' => '

The keys for the partition index.

', ], ], 'KeySchemaElement' => [ 'base' => '

A partition key pair consisting of a name and a type.

', 'refs' => [ 'KeySchemaElementList$member' => NULL, ], ], 'KeySchemaElementList' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$Keys' => '

A list of one or more keys, as KeySchemaElement structures, for the partition index.

', ], ], 'KeyString' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$key' => NULL, ], ], 'KinesisStreamingSourceOptions' => [ 'base' => '

Additional options for the Amazon Kinesis streaming data source.

', 'refs' => [ 'CatalogKinesisSource$StreamingOptions' => '

Additional options for the Kinesis streaming data source.

', 'DirectKinesisSource$StreamingOptions' => '

Additional options for the Kinesis streaming data source.

', ], ], 'KmsKeyArn' => [ 'base' => NULL, 'refs' => [ 'CloudWatchEncryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', 'JobBookmarksEncryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', 'S3Encryption$KmsKeyArn' => '

The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

', ], ], 'LabelCount' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$LabelCount' => '

The number of labels available for this transform.

', 'MLTransform$LabelCount' => '

A count identifier for the labeling files generated by Glue for this transform. As you create a better transform, you can iteratively download, label, and upload the labeling file.

', ], ], 'LabelingSetGenerationTaskRunProperties' => [ 'base' => '

Specifies configuration properties for a labeling set generation task run.

', 'refs' => [ 'TaskRunProperties$LabelingSetGenerationTaskRunProperties' => '

The configuration properties for a labeling set generation task run.

', ], ], 'LakeFormationConfiguration' => [ 'base' => '

Specifies Lake Formation configuration settings for the crawler.

', 'refs' => [ 'Crawler$LakeFormationConfiguration' => '

Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role credentials.

', 'CreateCrawlerRequest$LakeFormationConfiguration' => '

Specifies Lake Formation configuration settings for the crawler.

', 'UpdateCrawlerRequest$LakeFormationConfiguration' => '

Specifies Lake Formation configuration settings for the crawler.

', ], ], 'Language' => [ 'base' => NULL, 'refs' => [ 'CreateScriptRequest$Language' => '

The programming language of the resulting code from the DAG.

', 'GetPlanRequest$Language' => '

The programming language of the code to perform the mapping.

', ], ], 'LastActiveDefinition' => [ 'base' => '

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

', 'refs' => [ 'Blueprint$LastActiveDefinition' => '

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

', ], ], 'LastCrawlInfo' => [ 'base' => '

Status and error information about the most recent crawl.

', 'refs' => [ 'Crawler$LastCrawl' => '

The status of the last crawl, and potentially error information if an error occurred.

', ], ], 'LastCrawlStatus' => [ 'base' => NULL, 'refs' => [ 'LastCrawlInfo$Status' => '

Status of the last crawl.

', ], ], 'LatestSchemaVersionBoolean' => [ 'base' => NULL, 'refs' => [ 'PutSchemaVersionMetadataResponse$LatestVersion' => '

The latest version of the schema.

', 'RemoveSchemaVersionMetadataResponse$LatestVersion' => '

The latest version of the schema.

', 'SchemaVersionNumber$LatestVersion' => '

The latest version available for the schema.

', ], ], 'LimitedPathList' => [ 'base' => NULL, 'refs' => [ 'DropDuplicates$Columns' => '

The name of the columns to be merged or removed if repeating.

', ], ], 'LimitedStringList' => [ 'base' => NULL, 'refs' => [ 'LimitedPathList$member' => NULL, ], ], 'LineageConfiguration' => [ 'base' => '

Specifies data lineage configuration settings for the crawler.

', 'refs' => [ 'Crawler$LineageConfiguration' => '

A configuration that specifies whether data lineage is enabled for the crawler.

', 'CreateCrawlerRequest$LineageConfiguration' => '

Specifies data lineage configuration settings for the crawler.

', 'UpdateCrawlerRequest$LineageConfiguration' => '

Specifies data lineage configuration settings for the crawler.

', ], ], 'ListBlueprintsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListBlueprintsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCrawlsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomEntityTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCustomEntityTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityResultsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityResultsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRuleRecommendationRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRuleRecommendationRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetEvaluationRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetEvaluationRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityRulesetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEndpointsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevEndpointsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMLTransformsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMLTransformsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListRegistriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListRegistriesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemaVersionsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemaVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemasInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSchemasResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSessionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStatementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStatementsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'Location' => [ 'base' => '

The location of resources.

', 'refs' => [ 'GetMappingRequest$Location' => '

Parameters for the mapping.

', 'GetPlanRequest$Location' => '

The parameters for the mapping.

', ], ], 'LocationMap' => [ 'base' => NULL, 'refs' => [ 'SkewedInfo$SkewedColumnValueLocationMaps' => '

A mapping of skewed values to the columns that contain them.

', ], ], 'LocationString' => [ 'base' => NULL, 'refs' => [ 'LocationStringList$member' => NULL, 'StorageDescriptor$Location' => '

The physical location of the table. By default, this takes the form of the warehouse location, followed by the database location in the warehouse, followed by the table name.

', ], ], 'LocationStringList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$AdditionalLocations' => '

A list of locations that point to the path where a Delta table is located.

', ], ], 'LogGroup' => [ 'base' => NULL, 'refs' => [ 'Crawl$LogGroup' => '

The log group associated with the crawl.

', 'CrawlerHistory$LogGroup' => '

The log group associated with the crawl.

', 'LastCrawlInfo$LogGroup' => '

The log group for the last crawl.

', ], ], 'LogStream' => [ 'base' => NULL, 'refs' => [ 'Crawl$LogStream' => '

The log stream associated with the crawl.

', 'CrawlerHistory$LogStream' => '

The log stream associated with the crawl.

', 'LastCrawlInfo$LogStream' => '

The log stream for the last crawl.

', ], ], 'Logical' => [ 'base' => NULL, 'refs' => [ 'Predicate$Logical' => '

An optional field if only one condition is listed. If multiple conditions are listed, then this field is required.

', ], ], 'LogicalOperator' => [ 'base' => NULL, 'refs' => [ 'Condition$LogicalOperator' => '

A logical operator.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'LongColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'LongColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', ], ], 'LongColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for integer data columns.

', 'refs' => [ 'ColumnStatisticsData$LongColumnStatisticsData' => '

Long column statistics data.

', ], ], 'LongValue' => [ 'base' => NULL, 'refs' => [ 'Statement$StartedOn' => '

The unix time and date that the job definition was started.

', 'Statement$CompletedOn' => '

The unix time and date that the job definition was completed.

', ], ], 'MLTransform' => [ 'base' => '

A structure for a machine learning transform.

', 'refs' => [ 'TransformList$member' => NULL, ], ], 'MLTransformNotReadyException' => [ 'base' => '

The machine learning transform is not ready to run.

', 'refs' => [], ], 'MLUserDataEncryption' => [ 'base' => '

The encryption-at-rest settings of the transform that apply to accessing user data.

', 'refs' => [ 'TransformEncryption$MlUserDataEncryption' => '

An MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID.

', ], ], 'MLUserDataEncryptionModeString' => [ 'base' => NULL, 'refs' => [ 'MLUserDataEncryption$MlUserDataEncryptionMode' => '

The encryption mode applied to user data. Valid values are:

', ], ], 'ManyInputs' => [ 'base' => NULL, 'refs' => [ 'CustomCode$Inputs' => '

The data inputs identified by their node names.

', 'EvaluateDataQualityMultiFrame$Inputs' => '

The inputs of your data quality evaluation. The first input in this list is the primary data source.

', 'SparkSQL$Inputs' => '

The data inputs identified by their node names. You can associate a table name with each input node to use in the SQL query. The name you choose must meet the Spark SQL naming restrictions.

', ], ], 'MapValue' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$Arguments' => '

A map of arguments used to configure the DevEndpoint.

', 'CreateDevEndpointResponse$Arguments' => '

The map of arguments used to configure this DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'DevEndpoint$Arguments' => '

A map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', 'UpdateDevEndpointRequest$AddArguments' => '

The map of arguments to add the map of arguments used to configure the DevEndpoint.

Valid arguments are:

You can specify a version of Python support for development endpoints by using the Arguments parameter in the CreateDevEndpoint or UpdateDevEndpoint APIs. If no arguments are provided, the version defaults to Python 2.

', ], ], 'Mapping' => [ 'base' => '

Specifies the mapping of data property keys.

', 'refs' => [ 'Mappings$member' => NULL, ], ], 'MappingEntry' => [ 'base' => '

Defines a mapping.

', 'refs' => [ 'MappingList$member' => NULL, ], ], 'MappingList' => [ 'base' => NULL, 'refs' => [ 'GetMappingResponse$Mapping' => '

A list of mappings to the specified targets.

', 'GetPlanRequest$Mapping' => '

The list of mappings from a source table to target tables.

', ], ], 'Mappings' => [ 'base' => NULL, 'refs' => [ 'ApplyMapping$Mapping' => '

Specifies the mapping of data property keys in the data source to data property keys in the data target.

', 'Mapping$Children' => '

Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also Mapping, but its FromPath will be the parent\'s FromPath plus the FromPath from this structure.

For the children part, suppose you have the structure:

{ "FromPath": "OuterStructure", "ToKey": "OuterStructure", "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath": "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }] }

You can specify a Mapping that looks like:

{ "FromPath": "OuterStructure", "ToKey": "OuterStructure", "ToType": "Struct", "Dropped": false, "Chidlren": [{ "FromPath": "inner", "ToKey": "inner", "ToType": "Double", "Dropped": false, }] }

', ], ], 'MaskValue' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$MaskValue' => '

Indicates the value that will replace the detected entity.

', ], ], 'MatchCriteria' => [ 'base' => NULL, 'refs' => [ 'Connection$MatchCriteria' => '

A list of criteria that can be used in selecting this connection.

', 'ConnectionInput$MatchCriteria' => '

A list of criteria that can be used in selecting this connection.

', 'GetConnectionsFilter$MatchCriteria' => '

A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

', ], ], 'MaxConcurrentRuns' => [ 'base' => NULL, 'refs' => [ 'ExecutionProperty$MaxConcurrentRuns' => '

The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

', ], ], 'MaxResultsNumber' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', 'ListSchemaVersionsInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', 'ListSchemasInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', ], ], 'MaxRetries' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaxRetries' => '

The maximum number of times to retry this job if it fails.

', 'Job$MaxRetries' => '

The maximum number of times to retry this job after a JobRun fails.

', 'JobUpdate$MaxRetries' => '

The maximum number of times to retry this job if it fails.

', ], ], 'Merge' => [ 'base' => '

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

', 'refs' => [ 'CodeGenConfigurationNode$Merge' => '

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

', ], ], 'MessagePrefix' => [ 'base' => NULL, 'refs' => [ 'CrawlerHistory$MessagePrefix' => '

The prefix for a CloudWatch message about this crawl.

', 'LastCrawlInfo$MessagePrefix' => '

The prefix for a message about this crawl.

', ], ], 'MessageString' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$Message' => '

A message describing the problem.

', 'AlreadyExistsException$Message' => '

A message describing the problem.

', 'BlueprintRun$ErrorMessage' => '

Indicates any errors that are seen while running the blueprint.

', 'BlueprintRun$RollbackErrorMessage' => '

If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.

', 'ConcurrentModificationException$Message' => '

A message describing the problem.

', 'ConcurrentRunsExceededException$Message' => '

A message describing the problem.

', 'ConditionCheckFailureException$Message' => '

A message describing the problem.

', 'ConflictException$Message' => '

A message describing the problem.

', 'CrawlerNotRunningException$Message' => '

A message describing the problem.

', 'CrawlerRunningException$Message' => '

A message describing the problem.

', 'CrawlerStoppingException$Message' => '

A message describing the problem.

', 'EntityNotFoundException$Message' => '

A message describing the problem.

', 'FederatedResourceAlreadyExistsException$Message' => '

The message describing the problem.

', 'FederationSourceException$Message' => '

The message describing the problem.

', 'FederationSourceRetryableException$Message' => NULL, 'GlueEncryptionException$Message' => '

The message describing the problem.

', 'IdempotentParameterMismatchException$Message' => '

A message describing the problem.

', 'IllegalBlueprintStateException$Message' => '

A message describing the problem.

', 'IllegalSessionStateException$Message' => '

A message describing the problem.

', 'IllegalWorkflowStateException$Message' => '

A message describing the problem.

', 'InternalServiceException$Message' => '

A message describing the problem.

', 'InvalidInputException$Message' => '

A message describing the problem.

', 'InvalidStateException$Message' => '

A message describing the problem.

', 'MLTransformNotReadyException$Message' => '

A message describing the problem.

', 'NoScheduleException$Message' => '

A message describing the problem.

', 'OperationTimeoutException$Message' => '

A message describing the problem.

', 'PermissionTypeMismatchException$Message' => '

There is a mismatch between the SupportedPermissionType used in the query request and the permissions defined on the target table.

', 'ResourceNotReadyException$Message' => '

A message describing the problem.

', 'ResourceNumberLimitExceededException$Message' => '

A message describing the problem.

', 'SchedulerNotRunningException$Message' => '

A message describing the problem.

', 'SchedulerRunningException$Message' => '

A message describing the problem.

', 'SchedulerTransitioningException$Message' => '

A message describing the problem.

', 'ValidationException$Message' => '

A message describing the problem.

', 'VersionMismatchException$Message' => '

A message describing the problem.

', ], ], 'MetadataInfo' => [ 'base' => '

A structure containing metadata information for a schema version.

', 'refs' => [ 'MetadataInfoMap$value' => NULL, ], ], 'MetadataInfoMap' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataResponse$MetadataInfoMap' => '

A map of a metadata key and associated values.

', ], ], 'MetadataKeyString' => [ 'base' => NULL, 'refs' => [ 'MetadataInfoMap$key' => NULL, 'MetadataKeyValuePair$MetadataKey' => '

A metadata key.

', 'PutSchemaVersionMetadataResponse$MetadataKey' => '

The metadata key.

', 'RemoveSchemaVersionMetadataResponse$MetadataKey' => '

The metadata key.

', ], ], 'MetadataKeyValuePair' => [ 'base' => '

A structure containing a key value pair for metadata.

', 'refs' => [ 'MetadataList$member' => NULL, 'PutSchemaVersionMetadataInput$MetadataKeyValue' => '

The metadata key\'s corresponding value.

', 'RemoveSchemaVersionMetadataInput$MetadataKeyValue' => '

The value of the metadata key.

', ], ], 'MetadataList' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataInput$MetadataList' => '

Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.

', ], ], 'MetadataOperation' => [ 'base' => NULL, 'refs' => [ 'IcebergInput$MetadataOperation' => '

A required metadata operation. Can only be set to CREATE.

', ], ], 'MetadataValueString' => [ 'base' => NULL, 'refs' => [ 'MetadataInfo$MetadataValue' => '

The metadata key’s corresponding value.

', 'MetadataKeyValuePair$MetadataValue' => '

A metadata key’s corresponding value.

', 'OtherMetadataValueListItem$MetadataValue' => '

The metadata key’s corresponding value for the other metadata belonging to the same metadata key.

', 'PutSchemaVersionMetadataResponse$MetadataValue' => '

The value of the metadata key.

', 'RemoveSchemaVersionMetadataResponse$MetadataValue' => '

The value of the metadata key.

', ], ], 'MicrosoftSQLServerCatalogSource' => [ 'base' => '

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$MicrosoftSQLServerCatalogSource' => '

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

', ], ], 'MicrosoftSQLServerCatalogTarget' => [ 'base' => '

Specifies a target that uses Microsoft SQL.

', 'refs' => [ 'CodeGenConfigurationNode$MicrosoftSQLServerCatalogTarget' => '

Specifies a target that uses Microsoft SQL.

', ], ], 'MillisecondsCount' => [ 'base' => NULL, 'refs' => [ 'Crawler$CrawlElapsedTime' => '

If the crawler is running, contains the total time elapsed since the last crawl began.

', ], ], 'MongoDBTarget' => [ 'base' => '

Specifies an Amazon DocumentDB or MongoDB data store to crawl.

', 'refs' => [ 'MongoDBTargetList$member' => NULL, ], ], 'MongoDBTargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$MongoDBTargets' => '

Specifies Amazon DocumentDB or MongoDB targets.

', ], ], 'MySQLCatalogSource' => [ 'base' => '

Specifies a MySQL data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$MySQLCatalogSource' => '

Specifies a MySQL data source in the Glue Data Catalog.

', ], ], 'MySQLCatalogTarget' => [ 'base' => '

Specifies a target that uses MySQL.

', 'refs' => [ 'CodeGenConfigurationNode$MySQLCatalogTarget' => '

Specifies a target that uses MySQL.

', ], ], 'NameString' => [ 'base' => NULL, 'refs' => [ 'Action$JobName' => '

The name of a job to be run.

', 'Action$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this action.

', 'Action$CrawlerName' => '

The name of the crawler to be used with this action.

', 'BatchCreatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be created.

', 'BatchCreatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be created.

', 'BatchDeletePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'BatchDeletePartitionRequest$TableName' => '

The name of the table that contains the partitions to be deleted.

', 'BatchDeleteTableNameList$member' => NULL, 'BatchDeleteTableRequest$DatabaseName' => '

The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.

', 'BatchDeleteTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'BatchDeleteTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'BatchGetPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'BatchGetPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'BatchStopJobRunError$JobName' => '

The name of the job definition that is used in the job run in question.

', 'BatchStopJobRunRequest$JobName' => '

The name of the job definition for which to stop job runs.

', 'BatchStopJobRunSuccessfulSubmission$JobName' => '

The name of the job definition used in the job run that was stopped.

', 'BatchUpdatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be updated.

', 'BatchUpdatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be updated.

', 'BlueprintRun$WorkflowName' => '

The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.

', 'CancelStatementRequest$SessionId' => '

The Session ID of the statement to be cancelled.

', 'CatalogEntry$DatabaseName' => '

The database in which the table metadata resides.

', 'CatalogEntry$TableName' => '

The name of the table in question.

', 'CatalogImportStatus$ImportedBy' => '

The name of the person who initiated the migration.

', 'CatalogTablesList$member' => NULL, 'CatalogTarget$DatabaseName' => '

The name of the database to be synchronized.

', 'ClassifierNameList$member' => NULL, 'Column$Name' => '

The name of the Column.

', 'ColumnError$ColumnName' => '

The name of the column that failed.

', 'ColumnImportance$ColumnName' => '

The name of a column.

', 'ColumnRowFilter$ColumnName' => '

A string containing the name of the column.

', 'ColumnStatistics$ColumnName' => '

Name of column which statistics belong to.

', 'Condition$JobName' => '

The name of the job whose JobRuns this condition applies to, and on which this trigger waits.

', 'Condition$CrawlerName' => '

The name of the crawler to which this condition applies.

', 'Connection$Name' => '

The name of the connection definition.

', 'Connection$LastUpdatedBy' => '

The user, group, or role that last updated this connection definition.

', 'ConnectionInput$Name' => '

The name of the connection. Connection will not function as expected without a name.

', 'ConnectionPasswordEncryption$AwsKmsKeyId' => '

An KMS key that is used to encrypt the connection password.

If connection password protection is enabled, the caller of CreateConnection and UpdateConnection needs at least kms:Encrypt permission on the specified KMS key, to encrypt passwords before storing them in the Data Catalog.

You can set the decrypt permission to enable or restrict access on the password key according to your security requirements.

', 'ContextWords$member' => NULL, 'Crawler$Name' => '

The name of the crawler.

', 'CrawlerHistory$Summary' => '

A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.

', 'CrawlerMetrics$CrawlerName' => '

The name of the crawler.

', 'CrawlerNameList$member' => NULL, 'CreateBlueprintResponse$Name' => '

Returns the name of the blueprint that was registered.

', 'CreateCrawlerRequest$Name' => '

Name of the new crawler.

', 'CreateCsvClassifierRequest$Name' => '

The name of the classifier.

', 'CreateCustomEntityTypeRequest$Name' => '

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

', 'CreateCustomEntityTypeRequest$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'CreateCustomEntityTypeResponse$Name' => '

The name of the custom pattern you created.

', 'CreateDataQualityRulesetRequest$Name' => '

A unique name for the data quality ruleset.

', 'CreateDataQualityRulesetResponse$Name' => '

A unique name for the data quality ruleset.

', 'CreateDevEndpointRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

', 'CreateDevEndpointResponse$SecurityConfiguration' => '

The name of the SecurityConfiguration structure being used with this DevEndpoint.

', 'CreateGrokClassifierRequest$Name' => '

The name of the new classifier.

', 'CreateJobRequest$Name' => '

The name you assign to this job definition. It must be unique in your account.

', 'CreateJobRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'CreateJobResponse$Name' => '

The unique name that was provided for this job definition.

', 'CreateJsonClassifierRequest$Name' => '

The name of the classifier.

', 'CreateMLTransformRequest$Name' => '

The unique name that you give the transform when you create it.

', 'CreatePartitionIndexRequest$DatabaseName' => '

Specifies the name of a database in which you want to create a partition index.

', 'CreatePartitionIndexRequest$TableName' => '

Specifies the name of a table in which you want to create a partition index.

', 'CreatePartitionRequest$DatabaseName' => '

The name of the metadata database in which the partition is to be created.

', 'CreatePartitionRequest$TableName' => '

The name of the metadata table in which the partition is to be created.

', 'CreateSecurityConfigurationRequest$Name' => '

The name for the new security configuration.

', 'CreateSecurityConfigurationResponse$Name' => '

The name assigned to the new security configuration.

', 'CreateSessionRequest$Id' => '

The ID of the session request.

', 'CreateSessionRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with the session

', 'CreateTableRequest$DatabaseName' => '

The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.

', 'CreateTriggerRequest$Name' => '

The name of the trigger.

', 'CreateTriggerRequest$WorkflowName' => '

The name of the workflow associated with the trigger.

', 'CreateTriggerResponse$Name' => '

The name of the trigger.

', 'CreateUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database in which to create the function.

', 'CreateWorkflowRequest$Name' => '

The name to be assigned to the workflow. It should be unique within your account.

', 'CreateWorkflowResponse$Name' => '

The name of the workflow which was provided as part of the request.

', 'CreateXMLClassifierRequest$Name' => '

The name of the classifier.

', 'CsvClassifier$Name' => '

The name of the classifier.

', 'CsvHeader$member' => NULL, 'CustomDatatypes$member' => NULL, 'CustomEntityType$Name' => '

A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.

', 'CustomEntityType$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'CustomEntityTypeNames$member' => NULL, 'DataQualityResult$RulesetName' => '

The name of the ruleset associated with the data quality result.

', 'DataQualityResult$JobName' => '

The job name associated with the data quality result, if any.

', 'DataQualityResultDescription$JobName' => '

The job name associated with the data quality result.

', 'DataQualityResultFilterCriteria$JobName' => '

Filter results by the specified job name.

', 'DataQualityRuleResult$Name' => '

The name of the data quality rule.

', 'DataQualityRulesetFilterCriteria$Name' => '

The name of the ruleset filter criteria.

', 'DataQualityRulesetListDetails$Name' => '

The name of the data quality ruleset.

', 'DataQualityTargetTable$TableName' => '

The name of the Glue table.

', 'DataQualityTargetTable$DatabaseName' => '

The name of the database where the Glue table exists.

', 'DataQualityTargetTable$CatalogId' => '

The catalog id where the Glue table exists.

', 'DataSourceMap$key' => NULL, 'Database$Name' => '

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

', 'DatabaseIdentifier$DatabaseName' => '

The name of the catalog database.

', 'DatabaseIdentifier$Region' => '

Region of the target database.

', 'DatabaseInput$Name' => '

The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.

', 'DeleteBlueprintRequest$Name' => '

The name of the blueprint to delete.

', 'DeleteBlueprintResponse$Name' => '

Returns the name of the blueprint that was deleted.

', 'DeleteClassifierRequest$Name' => '

Name of the classifier to remove.

', 'DeleteColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'DeleteColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'DeleteColumnStatisticsForPartitionRequest$ColumnName' => '

Name of the column.

', 'DeleteColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'DeleteColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'DeleteColumnStatisticsForTableRequest$ColumnName' => '

The name of the column.

', 'DeleteConnectionNameList$member' => NULL, 'DeleteConnectionRequest$ConnectionName' => '

The name of the connection to delete.

', 'DeleteCrawlerRequest$Name' => '

The name of the crawler to remove.

', 'DeleteCustomEntityTypeRequest$Name' => '

The name of the custom pattern that you want to delete.

', 'DeleteCustomEntityTypeResponse$Name' => '

The name of the custom pattern you deleted.

', 'DeleteDataQualityRulesetRequest$Name' => '

A name for the data quality ruleset.

', 'DeleteDatabaseRequest$Name' => '

The name of the database to delete. For Hive compatibility, this must be all lowercase.

', 'DeleteJobRequest$JobName' => '

The name of the job definition to delete.

', 'DeleteJobResponse$JobName' => '

The name of the job definition that was deleted.

', 'DeletePartitionIndexRequest$DatabaseName' => '

Specifies the name of a database from which you want to delete a partition index.

', 'DeletePartitionIndexRequest$TableName' => '

Specifies the name of a table from which you want to delete a partition index.

', 'DeletePartitionIndexRequest$IndexName' => '

The name of the partition index to be deleted.

', 'DeletePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'DeletePartitionRequest$TableName' => '

The name of the table that contains the partition to be deleted.

', 'DeleteSecurityConfigurationRequest$Name' => '

The name of the security configuration to delete.

', 'DeleteSessionRequest$Id' => '

The ID of the session to be deleted.

', 'DeleteSessionResponse$Id' => '

Returns the ID of the deleted session.

', 'DeleteTableRequest$DatabaseName' => '

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableRequest$Name' => '

The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'DeleteTriggerRequest$Name' => '

The name of the trigger to delete.

', 'DeleteTriggerResponse$Name' => '

The name of the trigger that was deleted.

', 'DeleteUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function is located.

', 'DeleteUserDefinedFunctionRequest$FunctionName' => '

The name of the function definition to be deleted.

', 'DeleteWorkflowRequest$Name' => '

Name of the workflow to be deleted.

', 'DeleteWorkflowResponse$Name' => '

Name of the workflow specified in input.

', 'DevEndpoint$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this DevEndpoint.

', 'DevEndpointNameList$member' => NULL, 'Edge$SourceId' => '

The unique of the node within the workflow where the edge starts.

', 'Edge$DestinationId' => '

The unique of the node within the workflow where the edge ends.

', 'EncryptionAtRest$SseAwsKmsKeyId' => '

The ID of the KMS key to use for encryption at rest.

', 'ErrorByName$key' => NULL, 'ErrorDetail$ErrorCode' => '

The code associated with this error.

', 'EvaluatedMetricsMap$key' => NULL, 'FederatedDatabase$ConnectionName' => '

The name of the connection to the external metastore.

', 'FederatedTable$ConnectionName' => '

The name of the connection to the external metastore.

', 'FindMatchesTaskRunProperties$JobName' => '

The name assigned to the job for the Find Matches task run.

', 'GetBlueprintRequest$Name' => '

The name of the blueprint.

', 'GetBlueprintRunsRequest$BlueprintName' => '

The name of the blueprint.

', 'GetClassifierRequest$Name' => '

Name of the classifier to retrieve.

', 'GetColumnNamesList$member' => NULL, 'GetColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'GetColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'GetConnectionRequest$Name' => '

The name of the connection definition to retrieve.

', 'GetCrawlerRequest$Name' => '

The name of the crawler to retrieve metadata for.

', 'GetCustomEntityTypeRequest$Name' => '

The name of the custom pattern that you want to retrieve.

', 'GetCustomEntityTypeResponse$Name' => '

The name of the custom pattern that you retrieved.

', 'GetCustomEntityTypeResponse$RegexString' => '

A regular expression string that is used for detecting sensitive data in a custom pattern.

', 'GetDataQualityResultResponse$RulesetName' => '

The name of the ruleset associated with the data quality result.

', 'GetDataQualityResultResponse$JobName' => '

The job name associated with the data quality result, if any.

', 'GetDataQualityRuleRecommendationRunResponse$CreatedRulesetName' => '

The name of the ruleset that was created by the run.

', 'GetDataQualityRulesetRequest$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$Name' => '

The name of the ruleset.

', 'GetDatabaseRequest$Name' => '

The name of the database to retrieve. For Hive compatibility, this should be all lowercase.

', 'GetJobRequest$JobName' => '

The name of the job definition to retrieve.

', 'GetJobRunRequest$JobName' => '

Name of the job definition being run.

', 'GetJobRunsRequest$JobName' => '

The name of the job definition for which to retrieve all job runs.

', 'GetMLTransformResponse$Name' => '

The unique name given to the transform when it was created.

', 'GetPartitionIndexesRequest$DatabaseName' => '

Specifies the name of a database from which you want to retrieve partition indexes.

', 'GetPartitionIndexesRequest$TableName' => '

Specifies the name of a table for which you want to retrieve the partition indexes.

', 'GetPartitionRequest$DatabaseName' => '

The name of the catalog database where the partition resides.

', 'GetPartitionRequest$TableName' => '

The name of the partition\'s table.

', 'GetPartitionsRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetPartitionsRequest$TableName' => '

The name of the partitions\' table.

', 'GetSecurityConfigurationRequest$Name' => '

The name of the security configuration to retrieve.

', 'GetSessionRequest$Id' => '

The ID of the session.

', 'GetStatementRequest$SessionId' => '

The Session ID of the statement.

', 'GetTableRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableRequest$Name' => '

The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionsRequest$DatabaseName' => '

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'GetTableVersionsRequest$TableName' => '

The name of the table. For Hive compatibility, this name is entirely lowercase.

', 'GetTablesRequest$DatabaseName' => '

The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.

', 'GetTriggerRequest$Name' => '

The name of the trigger to retrieve.

', 'GetTriggersRequest$DependentJobName' => '

The name of the job to retrieve triggers for. The trigger that can start this job is returned, and if there is no such trigger, all triggers are returned.

', 'GetUnfilteredPartitionMetadataRequest$DatabaseName' => '

(Required) Specifies the name of a database that contains the partition.

', 'GetUnfilteredPartitionMetadataRequest$TableName' => '

(Required) Specifies the name of a table that contains the partition.

', 'GetUnfilteredPartitionsMetadataRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'GetUnfilteredPartitionsMetadataRequest$TableName' => '

The name of the table that contains the partition.

', 'GetUnfilteredTableMetadataRequest$DatabaseName' => '

(Required) Specifies the name of a database that contains the table.

', 'GetUnfilteredTableMetadataRequest$Name' => '

(Required) Specifies the name of a table for which you are requesting metadata.

', 'GetUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function is located.

', 'GetUserDefinedFunctionRequest$FunctionName' => '

The name of the function.

', 'GetUserDefinedFunctionsRequest$DatabaseName' => '

The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.

', 'GetUserDefinedFunctionsRequest$Pattern' => '

An optional function-name pattern string that filters the function definitions returned.

', 'GetWorkflowRequest$Name' => '

The name of the workflow to retrieve.

', 'GetWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'GetWorkflowRunRequest$Name' => '

Name of the workflow being run.

', 'GetWorkflowRunsRequest$Name' => '

Name of the workflow whose metadata of runs should be returned.

', 'GlueTable$DatabaseName' => '

A database name in the Glue Data Catalog.

', 'GlueTable$TableName' => '

A table name in the Glue Data Catalog.

', 'GlueTable$CatalogId' => '

A unique identifier for the Glue Data Catalog.

', 'GlueTable$ConnectionName' => '

The name of the connection to the Glue Data Catalog.

', 'GlueTableAdditionalOptions$key' => NULL, 'GrokClassifier$Name' => '

The name of the classifier.

', 'Job$Name' => '

The name you assign to this job definition.

', 'Job$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'JobNameList$member' => NULL, 'JobRun$TriggerName' => '

The name of the trigger that started this job run.

', 'JobRun$JobName' => '

The name of the job definition being used in this run.

', 'JobRun$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job run.

', 'JobUpdate$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job.

', 'JsonClassifier$Name' => '

The name of the classifier.

', 'KeyList$member' => NULL, 'KeySchemaElement$Name' => '

The name of a partition key.

', 'ListCrawlsRequest$CrawlerName' => '

The name of the crawler whose runs you want to retrieve.

', 'ListStatementsRequest$SessionId' => '

The Session ID of the statements.

', 'ListTriggersRequest$DependentJobName' => '

The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

', 'MLTransform$Name' => '

A user-defined name for the machine learning transform. Names are not guaranteed unique and can be changed at any time.

', 'MLUserDataEncryption$KmsKeyId' => '

The ID for the customer-provided KMS key.

', 'MatchCriteria$member' => NULL, 'NameStringList$member' => NULL, 'Node$Name' => '

The name of the Glue component represented by the node.

', 'Node$UniqueId' => '

The unique Id assigned to the node within the workflow.

', 'NodeIdList$member' => NULL, 'Order$Column' => '

The name of the column.

', 'Partition$DatabaseName' => '

The name of the catalog database in which to create the partition.

', 'Partition$TableName' => '

The name of the database table in which to create the partition.

', 'PartitionIndex$IndexName' => '

The name of the partition index.

', 'PartitionIndexDescriptor$IndexName' => '

The name of the partition index.

', 'PhysicalConnectionRequirements$SubnetId' => '

The subnet ID used by the connection.

', 'PhysicalConnectionRequirements$AvailabilityZone' => '

The connection\'s Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.

', 'Predecessor$JobName' => '

The name of the job definition used by the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'ResumeWorkflowRunRequest$Name' => '

The name of the workflow to resume.

', 'RulesetNames$member' => NULL, 'RunStatementRequest$SessionId' => '

The Session Id of the statement to be run.

', 'SecurityConfiguration$Name' => '

The name of the security configuration.

', 'SecurityGroupIdList$member' => NULL, 'SerDeInfo$Name' => '

Name of the SerDe.

', 'SerDeInfo$SerializationLibrary' => '

Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.

', 'Session$Id' => '

The ID of the session.

', 'Session$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with the session.

', 'SessionCommand$Name' => '

Specifies the name of the SessionCommand. Can be \'glueetl\' or \'gluestreaming\'.

', 'SessionIdList$member' => NULL, 'StartCrawlerRequest$Name' => '

Name of the crawler to start.

', 'StartCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler to schedule.

', 'StartDataQualityRuleRecommendationRunRequest$CreatedRulesetName' => '

A name for the ruleset.

', 'StartJobRunRequest$JobName' => '

The name of the job definition to use.

', 'StartJobRunRequest$SecurityConfiguration' => '

The name of the SecurityConfiguration structure to be used with this job run.

', 'StartTriggerRequest$Name' => '

The name of the trigger to start.

', 'StartTriggerResponse$Name' => '

The name of the trigger that was started.

', 'StartWorkflowRunRequest$Name' => '

The name of the workflow to start.

', 'StopCrawlerRequest$Name' => '

Name of the crawler to stop.

', 'StopCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler whose schedule state to set.

', 'StopSessionRequest$Id' => '

The ID of the session to be stopped.

', 'StopSessionResponse$Id' => '

Returns the Id of the stopped session.

', 'StopTriggerRequest$Name' => '

The name of the trigger to stop.

', 'StopTriggerResponse$Name' => '

The name of the trigger that was stopped.

', 'StopWorkflowRunRequest$Name' => '

The name of the workflow to stop.

', 'Table$Name' => '

The table name. For Hive compatibility, this must be entirely lowercase.

', 'Table$DatabaseName' => '

The name of the database where the table metadata resides. For Hive compatibility, this must be all lowercase.

', 'Table$Owner' => '

The owner of the table.

', 'Table$CreatedBy' => '

The person or entity who created the table.

', 'TableError$TableName' => '

The name of the table. For Hive compatibility, this must be entirely lowercase.

', 'TableIdentifier$DatabaseName' => '

The name of the catalog database that contains the target table.

', 'TableIdentifier$Name' => '

The name of the target table.

', 'TableIdentifier$Region' => '

Region of the target table.

', 'TableInput$Name' => '

The table name. For Hive compatibility, this is folded to lowercase when it is stored.

', 'TableInput$Owner' => '

The table owner. Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', 'TableVersionError$TableName' => '

The name of the table in question.

', 'TransformEncryption$TaskRunSecurityConfigurationName' => '

The name of the security configuration.

', 'TransformFilterCriteria$Name' => '

A unique transform name that is used to filter the machine learning transforms.

', 'Trigger$Name' => '

The name of the trigger.

', 'Trigger$WorkflowName' => '

The name of the workflow associated with the trigger.

', 'TriggerNameList$member' => NULL, 'TriggerUpdate$Name' => '

Reserved for future use.

', 'UpdateBlueprintResponse$Name' => '

Returns the name of the blueprint that was updated.

', 'UpdateColumnStatisticsForPartitionRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'UpdateColumnStatisticsForPartitionRequest$TableName' => '

The name of the partitions\' table.

', 'UpdateColumnStatisticsForTableRequest$DatabaseName' => '

The name of the catalog database where the partitions reside.

', 'UpdateColumnStatisticsForTableRequest$TableName' => '

The name of the partitions\' table.

', 'UpdateConnectionRequest$Name' => '

The name of the connection definition to update.

', 'UpdateCrawlerRequest$Name' => '

Name of the new crawler.

', 'UpdateCrawlerScheduleRequest$CrawlerName' => '

The name of the crawler whose schedule to update.

', 'UpdateCsvClassifierRequest$Name' => '

The name of the classifier.

', 'UpdateDataQualityRulesetRequest$Name' => '

The name of the data quality ruleset.

', 'UpdateDataQualityRulesetResponse$Name' => '

The name of the data quality ruleset.

', 'UpdateDatabaseRequest$Name' => '

The name of the database to update in the catalog. For Hive compatibility, this is folded to lowercase.

', 'UpdateGrokClassifierRequest$Name' => '

The name of the GrokClassifier.

', 'UpdateJobFromSourceControlRequest$JobName' => '

The name of the Glue job to be synchronized to or from the remote repository.

', 'UpdateJobFromSourceControlRequest$RepositoryName' => '

The name of the remote repository that contains the job artifacts.

', 'UpdateJobFromSourceControlRequest$RepositoryOwner' => '

The owner of the remote repository that contains the job artifacts.

', 'UpdateJobFromSourceControlRequest$BranchName' => '

An optional branch in the remote repository.

', 'UpdateJobFromSourceControlRequest$Folder' => '

An optional folder in the remote repository.

', 'UpdateJobFromSourceControlResponse$JobName' => '

The name of the Glue job.

', 'UpdateJobRequest$JobName' => '

The name of the job definition to update.

', 'UpdateJobResponse$JobName' => '

Returns the name of the updated job definition.

', 'UpdateJsonClassifierRequest$Name' => '

The name of the classifier.

', 'UpdateMLTransformRequest$Name' => '

The unique name that you gave the transform when you created it.

', 'UpdatePartitionRequest$DatabaseName' => '

The name of the catalog database in which the table in question resides.

', 'UpdatePartitionRequest$TableName' => '

The name of the table in which the partition to be updated is located.

', 'UpdateSourceControlFromJobRequest$JobName' => '

The name of the Glue job to be synchronized to or from the remote repository.

', 'UpdateSourceControlFromJobRequest$RepositoryName' => '

The name of the remote repository that contains the job artifacts.

', 'UpdateSourceControlFromJobRequest$RepositoryOwner' => '

The owner of the remote repository that contains the job artifacts.

', 'UpdateSourceControlFromJobRequest$BranchName' => '

An optional branch in the remote repository.

', 'UpdateSourceControlFromJobRequest$Folder' => '

An optional folder in the remote repository.

', 'UpdateSourceControlFromJobResponse$JobName' => '

The name of the Glue job.

', 'UpdateTableRequest$DatabaseName' => '

The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.

', 'UpdateTriggerRequest$Name' => '

The name of the trigger to update.

', 'UpdateUserDefinedFunctionRequest$DatabaseName' => '

The name of the catalog database where the function to be updated is located.

', 'UpdateUserDefinedFunctionRequest$FunctionName' => '

The name of the function.

', 'UpdateWorkflowRequest$Name' => '

Name of the workflow to be updated.

', 'UpdateWorkflowResponse$Name' => '

The name of the workflow which was specified in input.

', 'UpdateXMLClassifierRequest$Name' => '

The name of the classifier.

', 'UserDefinedFunction$FunctionName' => '

The name of the function.

', 'UserDefinedFunction$DatabaseName' => '

The name of the catalog database that contains the function.

', 'UserDefinedFunction$ClassName' => '

The Java class that contains the function code.

', 'UserDefinedFunction$OwnerName' => '

The owner of the function.

', 'UserDefinedFunctionInput$FunctionName' => '

The name of the function.

', 'UserDefinedFunctionInput$ClassName' => '

The Java class that contains the function code.

', 'UserDefinedFunctionInput$OwnerName' => '

The owner of the function.

', 'Workflow$Name' => '

The name of the workflow.

', 'WorkflowNames$member' => NULL, 'WorkflowRun$Name' => '

Name of the workflow that was run.

', 'XMLClassifier$Name' => '

The name of the classifier.

', ], ], 'NameStringList' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteConnectionResponse$Succeeded' => '

A list of names of the connection definitions that were successfully deleted.

', 'GetUnfilteredPartitionMetadataResponse$AuthorizedColumns' => '

A list of column names that the user has been granted access to.

', 'GetUnfilteredTableMetadataResponse$AuthorizedColumns' => '

A list of column names that the user has been granted access to.

', 'SkewedInfo$SkewedColumnNames' => '

A list of names of columns that contain skewed values.

', 'StorageDescriptor$BucketColumns' => '

A list of reducer grouping columns, clustering columns, and bucketing columns in the table.

', 'UnfilteredPartition$AuthorizedColumns' => '

The list of columns the user has permissions to access.

', ], ], 'NoScheduleException' => [ 'base' => '

There is no applicable schedule.

', 'refs' => [], ], 'Node' => [ 'base' => '

A node represents an Glue component (trigger, crawler, or job) on a workflow graph.

', 'refs' => [ 'NodeList$member' => NULL, ], ], 'NodeId' => [ 'base' => NULL, 'refs' => [ 'CodeGenConfigurationNodes$key' => NULL, 'ManyInputs$member' => NULL, 'Merge$Source' => '

The source DynamicFrame that will be merged with a staging DynamicFrame.

', 'OneInput$member' => NULL, 'SqlAlias$From' => '

A table, or a column in a table.

', 'TwoInputs$member' => NULL, ], ], 'NodeIdList' => [ 'base' => NULL, 'refs' => [ 'ResumeWorkflowRunRequest$NodeIds' => '

A list of the node IDs for the nodes you want to restart. The nodes that are to be restarted must have a run attempt in the original run.

', 'ResumeWorkflowRunResponse$NodeIds' => '

A list of the node IDs for the nodes that were actually restarted.

', ], ], 'NodeList' => [ 'base' => NULL, 'refs' => [ 'WorkflowGraph$Nodes' => '

A list of the the Glue components belong to the workflow represented as nodes.

', ], ], 'NodeName' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Name' => '

The name of the transform node.

', 'AmazonRedshiftSource$Name' => '

The name of the Amazon Redshift source.

', 'AmazonRedshiftTarget$Name' => '

The name of the Amazon Redshift target.

', 'ApplyMapping$Name' => '

The name of the transform node.

', 'AthenaConnectorSource$Name' => '

The name of the data source.

', 'BasicCatalogTarget$Name' => '

The name of your data target.

', 'CatalogDeltaSource$Name' => '

The name of the Delta Lake data source.

', 'CatalogHudiSource$Name' => '

The name of the Hudi data source.

', 'CatalogKafkaSource$Name' => '

The name of the data store.

', 'CatalogKinesisSource$Name' => '

The name of the data source.

', 'CatalogSource$Name' => '

The name of the data store.

', 'CustomCode$Name' => '

The name of the transform node.

', 'DQDLAliases$key' => NULL, 'DirectJDBCSource$Name' => '

The name of the JDBC source connection.

', 'DirectKafkaSource$Name' => '

The name of the data store.

', 'DirectKinesisSource$Name' => '

The name of the data source.

', 'DropDuplicates$Name' => '

The name of the transform node.

', 'DropFields$Name' => '

The name of the transform node.

', 'DropNullFields$Name' => '

The name of the transform node.

', 'DynamoDBCatalogSource$Name' => '

The name of the data source.

', 'EvaluateDataQuality$Name' => '

The name of the data quality evaluation.

', 'EvaluateDataQualityMultiFrame$Name' => '

The name of the data quality evaluation.

', 'FillMissingValues$Name' => '

The name of the transform node.

', 'Filter$Name' => '

The name of the transform node.

', 'GovernedCatalogSource$Name' => '

The name of the data store.

', 'GovernedCatalogTarget$Name' => '

The name of the data target.

', 'JDBCConnectorSource$Name' => '

The name of the data source.

', 'JDBCConnectorTarget$Name' => '

The name of the data target.

', 'Join$Name' => '

The name of the transform node.

', 'Merge$Name' => '

The name of the transform node.

', 'MicrosoftSQLServerCatalogSource$Name' => '

The name of the data source.

', 'MicrosoftSQLServerCatalogTarget$Name' => '

The name of the data target.

', 'MySQLCatalogSource$Name' => '

The name of the data source.

', 'MySQLCatalogTarget$Name' => '

The name of the data target.

', 'OracleSQLCatalogSource$Name' => '

The name of the data source.

', 'OracleSQLCatalogTarget$Name' => '

The name of the data target.

', 'PIIDetection$Name' => '

The name of the transform node.

', 'PostgreSQLCatalogSource$Name' => '

The name of the data source.

', 'PostgreSQLCatalogTarget$Name' => '

The name of the data target.

', 'Recipe$Name' => '

The name of the Glue Studio node.

', 'RedshiftSource$Name' => '

The name of the Amazon Redshift data store.

', 'RedshiftTarget$Name' => '

The name of the data target.

', 'RelationalCatalogSource$Name' => '

The name of the data source.

', 'RenameField$Name' => '

The name of the transform node.

', 'S3CatalogDeltaSource$Name' => '

The name of the Delta Lake data source.

', 'S3CatalogHudiSource$Name' => '

The name of the Hudi data source.

', 'S3CatalogSource$Name' => '

The name of the data store.

', 'S3CatalogTarget$Name' => '

The name of the data target.

', 'S3CsvSource$Name' => '

The name of the data store.

', 'S3DeltaCatalogTarget$Name' => '

The name of the data target.

', 'S3DeltaDirectTarget$Name' => '

The name of the data target.

', 'S3DeltaSource$Name' => '

The name of the Delta Lake source.

', 'S3DirectTarget$Name' => '

The name of the data target.

', 'S3GlueParquetTarget$Name' => '

The name of the data target.

', 'S3HudiCatalogTarget$Name' => '

The name of the data target.

', 'S3HudiDirectTarget$Name' => '

The name of the data target.

', 'S3HudiSource$Name' => '

The name of the Hudi source.

', 'S3JsonSource$Name' => '

The name of the data store.

', 'S3ParquetSource$Name' => '

The name of the data store.

', 'SelectFields$Name' => '

The name of the transform node.

', 'SelectFromCollection$Name' => '

The name of the transform node.

', 'SnowflakeSource$Name' => '

The name of the Snowflake data source.

', 'SnowflakeTarget$Name' => '

The name of the Snowflake target.

', 'SparkConnectorSource$Name' => '

The name of the data source.

', 'SparkConnectorTarget$Name' => '

The name of the data target.

', 'SparkSQL$Name' => '

The name of the transform node.

', 'Spigot$Name' => '

The name of the transform node.

', 'SplitFields$Name' => '

The name of the transform node.

', 'Union$Name' => '

The name of the transform node.

', ], ], 'NodeType' => [ 'base' => NULL, 'refs' => [ 'Node$Type' => '

The type of Glue component represented by the node.

', ], ], 'NonNegativeDouble' => [ 'base' => NULL, 'refs' => [ 'BinaryColumnStatisticsData$AverageLength' => '

The average bit sequence length in the column.

', 'CrawlerHistory$DPUHour' => '

The number of data processing units (DPU) used in hours for the crawl.

', 'CrawlerMetrics$TimeLeftSeconds' => '

The estimated time left to complete a running crawl.

', 'CrawlerMetrics$LastRuntimeSeconds' => '

The duration of the crawler\'s most recent run, in seconds.

', 'CrawlerMetrics$MedianRuntimeSeconds' => '

The median duration of this crawler\'s runs, in seconds.

', 'StringColumnStatisticsData$AverageLength' => '

The average string length in the column.

', ], ], 'NonNegativeInt' => [ 'base' => NULL, 'refs' => [ 'SelectFromCollection$Index' => '

The index for the DynamicFrame to be selected.

', ], ], 'NonNegativeInteger' => [ 'base' => NULL, 'refs' => [ 'CrawlerMetrics$TablesCreated' => '

The number of tables created by this crawler.

', 'CrawlerMetrics$TablesUpdated' => '

The number of tables updated by this crawler.

', 'CrawlerMetrics$TablesDeleted' => '

The number of tables deleted by this crawler.

', 'Segment$SegmentNumber' => '

The zero-based index number of the segment. For example, if the total number of segments is 4, SegmentNumber values range from 0 through 3.

', 'Table$Retention' => '

The retention time for this table.

', 'TableInput$Retention' => '

The retention time for this table.

', ], ], 'NonNegativeLong' => [ 'base' => NULL, 'refs' => [ 'BinaryColumnStatisticsData$MaximumLength' => '

The size of the longest bit sequence in the column.

', 'BinaryColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'BooleanColumnStatisticsData$NumberOfTrues' => '

The number of true values in the column.

', 'BooleanColumnStatisticsData$NumberOfFalses' => '

The number of false values in the column.

', 'BooleanColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DateColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DateColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'DecimalColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DecimalColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'DoubleColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'DoubleColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'LongColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'LongColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', 'StringColumnStatisticsData$MaximumLength' => '

The size of the longest string in the column.

', 'StringColumnStatisticsData$NumberOfNulls' => '

The number of null values in the column.

', 'StringColumnStatisticsData$NumberOfDistinctValues' => '

The number of distinct values in a column.

', ], ], 'NotificationProperty' => [ 'base' => '

Specifies configuration properties of a notification.

', 'refs' => [ 'Action$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', 'CreateJobRequest$NotificationProperty' => '

Specifies configuration properties of a job notification.

', 'Job$NotificationProperty' => '

Specifies configuration properties of a job notification.

', 'JobRun$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', 'JobUpdate$NotificationProperty' => '

Specifies the configuration properties of a job notification.

', 'StartJobRunRequest$NotificationProperty' => '

Specifies configuration properties of a job run notification.

', ], ], 'NotifyDelayAfter' => [ 'base' => NULL, 'refs' => [ 'NotificationProperty$NotifyDelayAfter' => '

After a job run starts, the number of minutes to wait before sending a job run delay notification.

', ], ], 'NullCheckBoxList' => [ 'base' => '

Represents whether certain values are recognized as null values for removal.

', 'refs' => [ 'DropNullFields$NullCheckBoxList' => '

A structure that represents whether certain values are recognized as null values for removal.

', ], ], 'NullValueField' => [ 'base' => '

Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.

', 'refs' => [ 'NullValueFields$member' => NULL, ], ], 'NullValueFields' => [ 'base' => NULL, 'refs' => [ 'DropNullFields$NullTextList' => '

A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.

The DropNullFields transform removes custom null values only if both the value of the null placeholder and the datatype match the data.

', ], ], 'NullableBoolean' => [ 'base' => NULL, 'refs' => [ 'AuditContext$AllColumnsRequested' => '

All columns request for audit.

', 'BatchGetBlueprintsRequest$IncludeBlueprint' => '

Specifies whether or not to include the blueprint in the response.

', 'BatchGetBlueprintsRequest$IncludeParameterSpec' => '

Specifies whether or not to include the parameters, as a JSON string, for the blueprint in the response.

', 'BatchGetWorkflowsRequest$IncludeGraph' => '

Specifies whether to include a graph when returning the workflow resource metadata.

', 'CreateCsvClassifierRequest$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'CreateCsvClassifierRequest$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'CreateCsvClassifierRequest$CustomDatatypeConfigured' => '

Enables the configuration of custom datatypes.

', 'CsvClassifier$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'CsvClassifier$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'CsvClassifier$CustomDatatypeConfigured' => '

Enables the custom datatype to be configured.

', 'DataQualityEvaluationRunAdditionalRunOptions$CloudWatchMetricsEnabled' => '

Whether or not to enable CloudWatch metrics.

', 'DeltaTarget$WriteManifest' => '

Specifies whether to write the manifest files to the Delta table path.

', 'DeltaTarget$CreateNativeDeltaTable' => '

Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.

', 'DynamoDBTarget$scanAll' => '

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

', 'EntityNotFoundException$FromFederationSource' => '

Indicates whether or not the exception relates to a federated source.

', 'FindMatchesParameters$EnforceProvidedLabels' => '

The value to switch on or off to force the output to match the provided labels from users. If the value is True, the find matches transform forces the output to match the provided labels. The results override the normal conflation results. If the value is False, the find matches transform does not ensure all the labels provided are respected, and the results rely on the trained model.

Note that setting this value to true may increase the conflation execution time.

', 'GetBlueprintRequest$IncludeBlueprint' => '

Specifies whether or not to include the blueprint in the response.

', 'GetBlueprintRequest$IncludeParameterSpec' => '

Specifies whether or not to include the parameter specification.

', 'GetWorkflowRequest$IncludeGraph' => '

Specifies whether to include a graph when returning the workflow resource metadata.

', 'GetWorkflowRunRequest$IncludeGraph' => '

Specifies whether to include the workflow graph in response or not.

', 'GetWorkflowRunsRequest$IncludeGraph' => '

Specifies whether to include the workflow graph in response or not.

', 'InvalidInputException$FromFederationSource' => '

Indicates whether or not the exception relates to a federated source.

', 'LakeFormationConfiguration$UseLakeFormationCredentials' => '

Specifies whether to use Lake Formation credentials for the crawler instead of the IAM role credentials.

', 'MongoDBTarget$ScanAll' => '

Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.

A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.

', 'UpdateCsvClassifierRequest$DisableValueTrimming' => '

Specifies not to trim values before identifying the type of column values. The default value is true.

', 'UpdateCsvClassifierRequest$AllowSingleColumn' => '

Enables the processing of files that contain only one column.

', 'UpdateCsvClassifierRequest$CustomDatatypeConfigured' => '

Specifies the configuration of custom datatypes.

', ], ], 'NullableDouble' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'CreateMLTransformRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'CreateSessionRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

', 'DynamoDBTarget$scanRate' => '

The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.

The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).

', 'EvaluatedMetricsMap$value' => NULL, 'GetMLTransformResponse$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'Job$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0 or later jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'JobRun$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'JobRun$DPUSeconds' => '

This field populates only for Auto Scaling job runs, and represents the total time each executor ran during the lifecycle of a job run in seconds, multiplied by a DPU factor (1 for G.1X, 2 for G.2X, or 0.25 for G.025X workers). This value may be different than the executionEngineRuntime * MaxCapacity as in the case of Auto Scaling jobs, as the number of executors running at a given time may be less than the MaxCapacity. Therefore, it is possible that the value of DPUSeconds is less than executionEngineRuntime * MaxCapacity.

', 'JobUpdate$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'MLTransform$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', 'Session$MaxCapacity' => '

The number of Glue data processing units (DPUs) that can be allocated when the job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory.

', 'StartJobRunRequest$MaxCapacity' => '

For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

For Glue version 2.0+ jobs, you cannot specify a Maximum capacity. Instead, you should specify a Worker type and the Number of workers.

Do not set MaxCapacity if using WorkerType and NumberOfWorkers.

The value that can be allocated for MaxCapacity depends on whether you are running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL job:

', 'UpdateMLTransformRequest$MaxCapacity' => '

The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the Glue pricing page.

When the WorkerType field is set to a value other than Standard, the MaxCapacity field is set automatically and becomes read-only.

', ], ], 'NullableInteger' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

', 'CreateDevEndpointResponse$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

', 'CreateJobRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'CreateMLTransformRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

', 'CreateMLTransformRequest$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'CreateSessionRequest$NumberOfWorkers' => '

The number of workers of a defined WorkerType to use for the session.

', 'CreateWorkflowRequest$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', 'DataQualityRulesetListDetails$RuleCount' => '

The number of rules in the ruleset.

', 'DevEndpoint$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated to the development endpoint.

The maximum number of workers you can define are 299 for G.1X, and 149 for G.2X.

', 'GetDataQualityRuleRecommendationRunResponse$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'GetDataQualityRulesetEvaluationRunResponse$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'GetMLTransformResponse$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

', 'GetMLTransformResponse$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'HudiTarget$MaximumTraversalDepth' => '

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time.

', 'IcebergTarget$MaximumTraversalDepth' => '

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.

', 'Job$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'JobRun$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'JobUpdate$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'MLTransform$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a task of the transform runs.

If WorkerType is set, then NumberOfWorkers is required (and vice versa).

', 'MLTransform$MaxRetries' => '

The maximum number of times to retry after an MLTaskRun of the machine learning transform fails.

', 'S3Target$SampleSize' => '

Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.

', 'StartDataQualityRuleRecommendationRunRequest$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'StartDataQualityRulesetEvaluationRunRequest$NumberOfWorkers' => '

The number of G.1X workers to be used in the run. The default is 5.

', 'StartJobRunRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when a job runs.

', 'StartingEventBatchCondition$BatchSize' => '

Number of events in the batch.

', 'StartingEventBatchCondition$BatchWindow' => '

Duration of the batch window in seconds.

', 'UpdateMLTransformRequest$NumberOfWorkers' => '

The number of workers of a defined workerType that are allocated when this task runs.

', 'UpdateMLTransformRequest$MaxRetries' => '

The maximum number of times to retry a task for this transform after a task run fails.

', 'UpdateWorkflowRequest$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', 'Workflow$MaxConcurrentRuns' => '

You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs. If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.

', ], ], 'OneInput' => [ 'base' => NULL, 'refs' => [ 'Aggregate$Inputs' => '

Specifies the fields and rows to use as inputs for the aggregate transform.

', 'AmazonRedshiftTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'ApplyMapping$Inputs' => '

The data inputs identified by their node names.

', 'BasicCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'DropDuplicates$Inputs' => '

The data inputs identified by their node names.

', 'DropFields$Inputs' => '

The data inputs identified by their node names.

', 'DropNullFields$Inputs' => '

The data inputs identified by their node names.

', 'DynamicTransform$Inputs' => '

Specifies the inputs for the dynamic transform that are required.

', 'EvaluateDataQuality$Inputs' => '

The inputs of your data quality evaluation.

', 'FillMissingValues$Inputs' => '

The data inputs identified by their node names.

', 'Filter$Inputs' => '

The data inputs identified by their node names.

', 'GovernedCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'JDBCConnectorTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'MicrosoftSQLServerCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'MySQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'OracleSQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'PIIDetection$Inputs' => '

The node ID inputs to the transform.

', 'PostgreSQLCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'Recipe$Inputs' => '

The nodes that are inputs to the recipe node, identified by id.

', 'RedshiftTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'RenameField$Inputs' => '

The data inputs identified by their node names.

', 'S3CatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DeltaCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DeltaDirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3DirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3GlueParquetTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3HudiCatalogTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'S3HudiDirectTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'SelectFields$Inputs' => '

The data inputs identified by their node names.

', 'SelectFromCollection$Inputs' => '

The data inputs identified by their node names.

', 'SnowflakeTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'SparkConnectorTarget$Inputs' => '

The nodes that are inputs to the data target.

', 'Spigot$Inputs' => '

The data inputs identified by their node names.

', 'SplitFields$Inputs' => '

The data inputs identified by their node names.

', ], ], 'OpenTableFormatInput' => [ 'base' => '

A structure representing an open format table.

', 'refs' => [ 'CreateTableRequest$OpenTableFormatInput' => '

Specifies an OpenTableFormatInput structure when creating an open format table.

', ], ], 'OperationTimeoutException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'Option' => [ 'base' => '

Specifies an option value.

', 'refs' => [ 'AmazonRedshiftNodeData$Connection' => '

The Glue connection to the Redshift cluster.

', 'AmazonRedshiftNodeData$Schema' => '

The Redshift schema name when working with a direct connection.

', 'AmazonRedshiftNodeData$Table' => '

The Redshift table name when working with a direct connection.

', 'AmazonRedshiftNodeData$CatalogDatabase' => '

The name of the Glue Data Catalog database when working with a data catalog.

', 'AmazonRedshiftNodeData$CatalogTable' => '

The Glue Data Catalog table name when working with a data catalog.

', 'AmazonRedshiftNodeData$IamRole' => '

Optional. The role name use when connection to S3. The IAM role ill default to the role on the job when left blank.

', 'OptionList$member' => NULL, 'SnowflakeNodeData$Connection' => '

Specifies a Glue Data Catalog Connection to a Snowflake endpoint.

', 'SnowflakeNodeData$IamRole' => '

Not currently used.

', ], ], 'OptionList' => [ 'base' => NULL, 'refs' => [ 'AmazonRedshiftNodeData$TableSchema' => '

The array of schema output for a given node.

', 'AmazonRedshiftNodeData$SelectedColumns' => '

The list of column names used to determine a matching record when doing a MERGE or APPEND with upsert.

', 'SnowflakeNodeData$SelectedColumns' => '

Specifies the columns combined to identify a record when detecting matches for merges and upserts. A list of structures with value, label and description keys. Each structure describes a column.

', 'SnowflakeNodeData$TableSchema' => '

Manually defines the target schema for the node. A list of structures with value , label and description keys. Each structure defines a column.

', ], ], 'OracleSQLCatalogSource' => [ 'base' => '

Specifies an Oracle data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$OracleSQLCatalogSource' => '

Specifies an Oracle data source in the Glue Data Catalog.

', ], ], 'OracleSQLCatalogTarget' => [ 'base' => '

Specifies a target that uses Oracle SQL.

', 'refs' => [ 'CodeGenConfigurationNode$OracleSQLCatalogTarget' => '

Specifies a target that uses Oracle SQL.

', ], ], 'OrchestrationArgumentsMap' => [ 'base' => NULL, 'refs' => [ 'CreateSessionRequest$DefaultArguments' => '

A map array of key-value pairs. Max is 75 pairs.

', 'Session$DefaultArguments' => '

A map array of key-value pairs. Max is 75 pairs.

', ], ], 'OrchestrationArgumentsValue' => [ 'base' => NULL, 'refs' => [ 'OrchestrationArgumentsMap$value' => NULL, ], ], 'OrchestrationIAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'BlueprintRun$RoleArn' => '

The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.

', 'StartBlueprintRunRequest$RoleArn' => '

Specifies the IAM role used to create the workflow.

', ], ], 'OrchestrationNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetBlueprintNames$member' => NULL, 'Blueprint$Name' => '

The name of the blueprint.

', 'BlueprintDetails$BlueprintName' => '

The name of the blueprint.

', 'BlueprintNames$member' => NULL, 'BlueprintRun$BlueprintName' => '

The name of the blueprint.

', 'CancelStatementRequest$RequestOrigin' => '

The origin of the request to cancel the statement.

', 'CreateBlueprintRequest$Name' => '

The name of the blueprint.

', 'CreateSessionRequest$RequestOrigin' => '

The origin of the request.

', 'DeleteSessionRequest$RequestOrigin' => '

The name of the origin of the delete session request.

', 'GetBlueprintRunRequest$BlueprintName' => '

The name of the blueprint.

', 'GetSessionRequest$RequestOrigin' => '

The origin of the request.

', 'GetStatementRequest$RequestOrigin' => '

The origin of the request.

', 'ListSessionsRequest$RequestOrigin' => '

The origin of the request.

', 'ListStatementsRequest$RequestOrigin' => '

The origin of the request to list statements.

', 'OrchestrationArgumentsMap$key' => NULL, 'RunStatementRequest$RequestOrigin' => '

The origin of the request.

', 'StartBlueprintRunRequest$BlueprintName' => '

The name of the blueprint.

', 'StopSessionRequest$RequestOrigin' => '

The origin of the request.

', 'UpdateBlueprintRequest$Name' => '

The name of the blueprint.

', ], ], 'OrchestrationRoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateSessionRequest$Role' => '

The IAM Role ARN

', 'Session$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.

', ], ], 'OrchestrationS3Location' => [ 'base' => NULL, 'refs' => [ 'CreateBlueprintRequest$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published.

', 'UpdateBlueprintRequest$BlueprintLocation' => '

Specifies a path in Amazon S3 where the blueprint is published.

', ], ], 'OrchestrationStatementCodeString' => [ 'base' => NULL, 'refs' => [ 'RunStatementRequest$Code' => '

The statement code to be run.

', ], ], 'OrchestrationStringList' => [ 'base' => NULL, 'refs' => [ 'ConnectionsList$Connections' => '

A list of connections used by the job.

', 'StatementOutput$Traceback' => '

The traceback of the output.

', ], ], 'OrchestrationToken' => [ 'base' => NULL, 'refs' => [ 'ListSessionsRequest$NextToken' => '

The token for the next set of results, or null if there are no more result.

', 'ListSessionsResponse$NextToken' => '

The token for the next set of results, or null if there are no more result.

', 'ListStatementsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListStatementsResponse$NextToken' => '

A continuation token, if not all statements have yet been returned.

', ], ], 'Order' => [ 'base' => '

Specifies the sort order of a sorted column.

', 'refs' => [ 'OrderList$member' => NULL, ], ], 'OrderList' => [ 'base' => NULL, 'refs' => [ 'StorageDescriptor$SortColumns' => '

A list specifying the sort order of each bucket in the table.

', ], ], 'OtherMetadataValueList' => [ 'base' => NULL, 'refs' => [ 'MetadataInfo$OtherMetadataValueList' => '

Other metadata belonging to the same metadata key.

', ], ], 'OtherMetadataValueListItem' => [ 'base' => '

A structure containing other metadata for a schema version belonging to the same metadata key.

', 'refs' => [ 'OtherMetadataValueList$member' => NULL, ], ], 'PIIDetection' => [ 'base' => '

Specifies a transform that identifies, removes or masks PII data.

', 'refs' => [ 'CodeGenConfigurationNode$PIIDetection' => '

Specifies a transform that identifies, removes or masks PII data.

', ], ], 'PageSize' => [ 'base' => NULL, 'refs' => [ 'GetBlueprintRunsRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetClassifiersRequest$MaxResults' => '

The size of the list to return (optional).

', 'GetConnectionsRequest$MaxResults' => '

The maximum number of connections to return in one response.

', 'GetCrawlerMetricsRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetCrawlersRequest$MaxResults' => '

The number of crawlers to return on each call.

', 'GetDevEndpointsRequest$MaxResults' => '

The maximum size of information to return.

', 'GetJobRunsRequest$MaxResults' => '

The maximum size of the response.

', 'GetJobsRequest$MaxResults' => '

The maximum size of the response.

', 'GetMLTaskRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetMLTransformsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetPartitionsRequest$MaxResults' => '

The maximum number of partitions to return in a single response.

', 'GetResourcePoliciesRequest$MaxResults' => '

The maximum size of a list to return.

', 'GetSecurityConfigurationsRequest$MaxResults' => '

The maximum number of results to return.

', 'GetTriggersRequest$MaxResults' => '

The maximum size of the response.

', 'GetUnfilteredPartitionsMetadataRequest$MaxResults' => '

The maximum number of partitions to return in a single response.

', 'GetWorkflowRunsRequest$MaxResults' => '

The maximum number of workflow runs to be included in the response.

', 'ListBlueprintsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListCrawlersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListCrawlsRequest$MaxResults' => '

The maximum number of results to return. The default is 20, and maximum is 100.

', 'ListCustomEntityTypesRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityResultsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRuleRecommendationRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRulesetEvaluationRunsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDataQualityRulesetsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListDevEndpointsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListJobsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListMLTransformsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListSessionsRequest$MaxResults' => '

The maximum number of results.

', 'ListTriggersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListWorkflowsRequest$MaxResults' => '

The maximum size of a list to return.

', 'SearchTablesRequest$MaxResults' => '

The maximum number of tables to return in a single response.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'GetMLTaskRunsRequest$NextToken' => '

A token for pagination of the results. The default is empty.

', 'GetMLTaskRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'GetMLTransformsRequest$NextToken' => '

A paginated token to offset the results.

', 'GetMLTransformsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListCustomEntityTypesRequest$NextToken' => '

A paginated token to offset the results.

', 'ListCustomEntityTypesResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityResultsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityResultsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRuleRecommendationRunsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRuleRecommendationRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRulesetEvaluationRunsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRulesetEvaluationRunsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListDataQualityRulesetsRequest$NextToken' => '

A paginated token to offset the results.

', 'ListDataQualityRulesetsResponse$NextToken' => '

A pagination token, if more results are available.

', 'ListMLTransformsRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListMLTransformsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', ], ], 'ParamType' => [ 'base' => NULL, 'refs' => [ 'TransformConfigParameter$Type' => '

Specifies the parameter type in the config file of the dynamic transform.

', 'TransformConfigParameter$ListType' => '

Specifies the list type of the parameter in the config file of the dynamic transform.

', ], ], 'ParametersMap' => [ 'base' => NULL, 'refs' => [ 'Column$Parameters' => '

These key-value pairs define properties associated with the column.

', 'Database$Parameters' => '

These key-value pairs define parameters and properties of the database.

', 'DatabaseInput$Parameters' => '

These key-value pairs define parameters and properties of the database.

These key-value pairs define parameters and properties of the database.

', 'Partition$Parameters' => '

These key-value pairs define partition parameters.

', 'PartitionInput$Parameters' => '

These key-value pairs define partition parameters.

', 'SerDeInfo$Parameters' => '

These key-value pairs define initialization parameters for the SerDe.

', 'StorageDescriptor$Parameters' => '

The user-supplied properties in key-value form.

', 'Table$Parameters' => '

These key-value pairs define properties associated with the table.

', 'TableInput$Parameters' => '

These key-value pairs define properties associated with the table.

', ], ], 'ParametersMapValue' => [ 'base' => NULL, 'refs' => [ 'ParametersMap$value' => NULL, ], ], 'ParquetCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3GlueParquetTarget$Compression' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', 'S3ParquetSource$CompressionType' => '

Specifies how the data is compressed. This is generally not necessary if the data has a standard file extension. Possible values are "gzip" and "bzip").

', ], ], 'Partition' => [ 'base' => '

Represents a slice of table data.

', 'refs' => [ 'GetPartitionResponse$Partition' => '

The requested information, in the form of a Partition object.

', 'GetUnfilteredPartitionMetadataResponse$Partition' => '

A Partition object containing the partition metadata.

', 'PartitionList$member' => NULL, 'UnfilteredPartition$Partition' => '

The partition object.

', ], ], 'PartitionError' => [ 'base' => '

Contains information about a partition error.

', 'refs' => [ 'PartitionErrors$member' => NULL, ], ], 'PartitionErrors' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionResponse$Errors' => '

The errors encountered when trying to create the requested partitions.

', 'BatchDeletePartitionResponse$Errors' => '

The errors encountered when trying to delete the requested partitions.

', ], ], 'PartitionIndex' => [ 'base' => '

A structure for a partition index.

', 'refs' => [ 'CreatePartitionIndexRequest$PartitionIndex' => '

Specifies a PartitionIndex structure to create a partition index in an existing table.

', 'PartitionIndexList$member' => NULL, ], ], 'PartitionIndexDescriptor' => [ 'base' => '

A descriptor for a partition index in a table.

', 'refs' => [ 'PartitionIndexDescriptorList$member' => NULL, ], ], 'PartitionIndexDescriptorList' => [ 'base' => NULL, 'refs' => [ 'GetPartitionIndexesResponse$PartitionIndexDescriptorList' => '

A list of index descriptors.

', ], ], 'PartitionIndexList' => [ 'base' => NULL, 'refs' => [ 'CreateTableRequest$PartitionIndexes' => '

A list of partition indexes, PartitionIndex structures, to create in the table.

', ], ], 'PartitionIndexStatus' => [ 'base' => NULL, 'refs' => [ 'PartitionIndexDescriptor$IndexStatus' => '

The status of the partition index.

The possible statuses are:

', ], ], 'PartitionInput' => [ 'base' => '

The structure used to create and update a partition.

', 'refs' => [ 'BatchUpdatePartitionRequestEntry$PartitionInput' => '

The structure used to update a partition.

', 'CreatePartitionRequest$PartitionInput' => '

A PartitionInput structure defining the partition to be created.

', 'PartitionInputList$member' => NULL, 'UpdatePartitionRequest$PartitionInput' => '

The new partition object to update the partition to.

The Values property can\'t be changed. If you want to change the partition key values for a partition, delete and recreate the partition.

', ], ], 'PartitionInputList' => [ 'base' => NULL, 'refs' => [ 'BatchCreatePartitionRequest$PartitionInputList' => '

A list of PartitionInput structures that define the partitions to be created.

', ], ], 'PartitionList' => [ 'base' => NULL, 'refs' => [ 'BatchGetPartitionResponse$Partitions' => '

A list of the requested partitions.

', 'GetPartitionsResponse$Partitions' => '

A list of requested partitions.

', ], ], 'PartitionValueList' => [ 'base' => '

Contains a list of values defining partitions.

', 'refs' => [ 'BackfillErroredPartitionsList$member' => NULL, 'BatchDeletePartitionValueList$member' => NULL, 'BatchGetPartitionValueList$member' => NULL, ], ], 'Path' => [ 'base' => NULL, 'refs' => [ 'DynamoDBTarget$Path' => '

The name of the DynamoDB table to crawl.

', 'JdbcTarget$Path' => '

The path of the JDBC target.

', 'MongoDBTarget$Path' => '

The path of the Amazon DocumentDB or MongoDB target (database/collection).

', 'PathList$member' => NULL, 'S3Target$Path' => '

The path to the Amazon S3 target.

', ], ], 'PathList' => [ 'base' => NULL, 'refs' => [ 'DeltaTarget$DeltaTables' => '

A list of the Amazon S3 paths to the Delta tables.

', 'HudiTarget$Paths' => '

An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files for a Hudi table resides. The Hudi folder may be located in a child folder of the root folder.

The crawler will scan all folders underneath a path for a Hudi folder.

', 'HudiTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'IcebergTarget$Paths' => '

One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

', 'IcebergTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'JdbcTarget$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', 'S3Target$Exclusions' => '

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

', ], ], 'Permission' => [ 'base' => NULL, 'refs' => [ 'PermissionList$member' => NULL, ], ], 'PermissionList' => [ 'base' => NULL, 'refs' => [ 'PrincipalPermissions$Permissions' => '

The permissions that are granted to the principal.

', ], ], 'PermissionType' => [ 'base' => NULL, 'refs' => [ 'PermissionTypeList$member' => NULL, ], ], 'PermissionTypeList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$SupportedPermissionTypes' => '

(Required) A list of supported permission types.

', 'GetUnfilteredPartitionsMetadataRequest$SupportedPermissionTypes' => '

A list of supported permission types.

', 'GetUnfilteredTableMetadataRequest$SupportedPermissionTypes' => '

(Required) A list of supported permission types.

', ], ], 'PermissionTypeMismatchException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'PhysicalConnectionRequirements' => [ 'base' => '

Specifies the physical requirements for a connection.

', 'refs' => [ 'Connection$PhysicalConnectionRequirements' => '

A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

', 'ConnectionInput$PhysicalConnectionRequirements' => '

A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to successfully make this connection.

', ], ], 'PiiType' => [ 'base' => NULL, 'refs' => [ 'PIIDetection$PiiType' => '

Indicates the type of PIIDetection transform.

', ], ], 'PolicyJsonString' => [ 'base' => NULL, 'refs' => [ 'GetResourcePolicyResponse$PolicyInJson' => '

Contains the requested policy document, in JSON format.

', 'GluePolicy$PolicyInJson' => '

Contains the requested policy document, in JSON format.

', 'PutResourcePolicyRequest$PolicyInJson' => '

Contains the policy document to set, in JSON format.

', ], ], 'PollingTime' => [ 'base' => NULL, 'refs' => [ 'StreamingDataPreviewOptions$PollingTime' => '

The polling time in milliseconds.

', ], ], 'PositiveLong' => [ 'base' => NULL, 'refs' => [ 'StreamingDataPreviewOptions$RecordPollingLimit' => '

The limit to the number of records polled.

', ], ], 'PostgreSQLCatalogSource' => [ 'base' => '

Specifies a PostgresSQL data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$PostgreSQLCatalogSource' => '

Specifies a PostgresSQL data source in the Glue Data Catalog.

', ], ], 'PostgreSQLCatalogTarget' => [ 'base' => '

Specifies a target that uses Postgres SQL.

', 'refs' => [ 'CodeGenConfigurationNode$PostgreSQLCatalogTarget' => '

Specifies a target that uses Postgres SQL.

', ], ], 'Predecessor' => [ 'base' => '

A job run that was used in the predicate of a conditional trigger that triggered this job run.

', 'refs' => [ 'PredecessorList$member' => NULL, ], ], 'PredecessorList' => [ 'base' => NULL, 'refs' => [ 'JobRun$PredecessorRuns' => '

A list of predecessors to this job run.

', ], ], 'Predicate' => [ 'base' => '

Defines the predicate of the trigger, which determines when it fires.

', 'refs' => [ 'CreateTriggerRequest$Predicate' => '

A predicate to specify when the new trigger should fire.

This field is required when the trigger type is CONDITIONAL.

', 'Trigger$Predicate' => '

The predicate of this trigger, which defines when it will fire.

', 'TriggerUpdate$Predicate' => '

The predicate of this trigger, which defines when it will fire.

', ], ], 'PredicateString' => [ 'base' => NULL, 'refs' => [ 'ColumnRowFilter$RowFilterExpression' => '

A string containing the row-level filter expression.

', 'GetPartitionsRequest$Expression' => '

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume \'variable a\' holds 10 and \'variable b\' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

The following list shows the valid operators on each type. When you define a crawler, the partitionKey type is created as a STRING, to be compatible with the catalog partitions.

Sample API Call:

', 'GetUnfilteredPartitionsMetadataRequest$Expression' => '

An expression that filters the partitions to be returned.

The expression uses SQL syntax similar to the SQL WHERE filter clause. The SQL statement parser JSQLParser parses the expression.

Operators: The following are the operators that you can use in the Expression API call:

=

Checks whether the values of the two operands are equal; if yes, then the condition becomes true.

Example: Assume \'variable a\' holds 10 and \'variable b\' holds 20.

(a = b) is not true.

< >

Checks whether the values of two operands are equal; if the values are not equal, then the condition becomes true.

Example: (a < > b) is true.

>

Checks whether the value of the left operand is greater than the value of the right operand; if yes, then the condition becomes true.

Example: (a > b) is not true.

<

Checks whether the value of the left operand is less than the value of the right operand; if yes, then the condition becomes true.

Example: (a < b) is true.

>=

Checks whether the value of the left operand is greater than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a >= b) is not true.

<=

Checks whether the value of the left operand is less than or equal to the value of the right operand; if yes, then the condition becomes true.

Example: (a <= b) is true.

AND, OR, IN, BETWEEN, LIKE, NOT, IS NULL

Logical operators.

Supported Partition Key Types: The following are the supported partition keys.

If an type is encountered that is not valid, an exception is thrown.

', ], ], 'PrincipalPermissions' => [ 'base' => '

Permissions granted to a principal.

', 'refs' => [ 'PrincipalPermissionsList$member' => NULL, ], ], 'PrincipalPermissionsList' => [ 'base' => NULL, 'refs' => [ 'Database$CreateTableDefaultPermissions' => '

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

', 'DatabaseInput$CreateTableDefaultPermissions' => '

Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.

', ], ], 'PrincipalType' => [ 'base' => NULL, 'refs' => [ 'UserDefinedFunction$OwnerType' => '

The owner type.

', 'UserDefinedFunctionInput$OwnerType' => '

The owner type.

', ], ], 'Prob' => [ 'base' => NULL, 'refs' => [ 'Spigot$Prob' => '

The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.

', ], ], 'PropertyPredicate' => [ 'base' => '

Defines a property predicate.

', 'refs' => [ 'SearchPropertyPredicates$member' => NULL, ], ], 'PublicKeysList' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$PublicKeys' => '

A list of public keys to be used by the development endpoints for authentication. The use of this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

', 'DevEndpoint$PublicKeys' => '

A list of public keys to be used by the DevEndpoints for authentication. Using this attribute is preferred over a single public key because the public keys allow you to have a different private key per client.

If you previously created an endpoint with a public key, you must remove that key to be able to set a list of public keys. Call the UpdateDevEndpoint API operation with the public key content in the deletePublicKeys attribute, and the list of new keys in the addPublicKeys attribute.

', 'UpdateDevEndpointRequest$AddPublicKeys' => '

The list of public keys for the DevEndpoint to use.

', 'UpdateDevEndpointRequest$DeletePublicKeys' => '

The list of public keys to be deleted from the DevEndpoint.

', ], ], 'PutDataCatalogEncryptionSettingsRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutDataCatalogEncryptionSettingsResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutSchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'PutSchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutWorkflowRunPropertiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutWorkflowRunPropertiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'PythonScript' => [ 'base' => NULL, 'refs' => [ 'CreateScriptResponse$PythonScript' => '

The Python script generated from the DAG.

', 'GetDataflowGraphRequest$PythonScript' => '

The Python script to transform.

', 'GetPlanResponse$PythonScript' => '

A Python script to perform the mapping.

', ], ], 'PythonVersionString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$PythonVersion' => '

The Python version being used to run a Python shell job. Allowed values are 2 or 3.

', 'SessionCommand$PythonVersion' => '

Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.

', ], ], 'QuerySchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'QuerySchemaVersionMetadataMaxResults' => [ 'base' => NULL, 'refs' => [ 'QuerySchemaVersionMetadataInput$MaxResults' => '

Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

', ], ], 'QuerySchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'QuoteChar' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$QuoteChar' => '

Specifies the character to use for quoting. The default is a double quote: \'"\'. Set this to -1 to turn off quoting entirely.

', ], ], 'Recipe' => [ 'base' => '

A Glue Studio node that uses a Glue DataBrew recipe in Glue jobs.

', 'refs' => [ 'CodeGenConfigurationNode$Recipe' => '

Specifies a Glue DataBrew recipe node.

', ], ], 'RecipeReference' => [ 'base' => '

A reference to a Glue DataBrew recipe.

', 'refs' => [ 'Recipe$RecipeReference' => '

A reference to the DataBrew recipe used by the node.

', ], ], 'RecipeVersion' => [ 'base' => NULL, 'refs' => [ 'RecipeReference$RecipeVersion' => '

The RecipeVersion of the DataBrew recipe.

', ], ], 'RecordsCount' => [ 'base' => NULL, 'refs' => [ 'ConfusionMatrix$NumTruePositives' => '

The number of matches in the data that the transform correctly found, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumFalsePositives' => '

The number of nonmatches in the data that the transform incorrectly classified as a match, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumTrueNegatives' => '

The number of nonmatches in the data that the transform correctly rejected, in the confusion matrix for your transform.

', 'ConfusionMatrix$NumFalseNegatives' => '

The number of matches in the data that the transform didn\'t find, in the confusion matrix for your transform.

', ], ], 'RecrawlBehavior' => [ 'base' => NULL, 'refs' => [ 'RecrawlPolicy$RecrawlBehavior' => '

Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.

A value of CRAWL_EVERYTHING specifies crawling the entire dataset again.

A value of CRAWL_NEW_FOLDERS_ONLY specifies crawling only folders that were added since the last crawler run.

A value of CRAWL_EVENT_MODE specifies crawling only the changes identified by Amazon S3 events.

', ], ], 'RecrawlPolicy' => [ 'base' => '

When crawling an Amazon S3 data source after the first crawl is complete, specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run. For more information, see Incremental Crawls in Glue in the developer guide.

', 'refs' => [ 'Crawler$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', 'CreateCrawlerRequest$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', 'UpdateCrawlerRequest$RecrawlPolicy' => '

A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since the last crawler run.

', ], ], 'RedshiftSource' => [ 'base' => '

Specifies an Amazon Redshift data store.

', 'refs' => [ 'CodeGenConfigurationNode$RedshiftSource' => '

Specifies an Amazon Redshift data store.

', ], ], 'RedshiftTarget' => [ 'base' => '

Specifies a target that uses Amazon Redshift.

', 'refs' => [ 'CodeGenConfigurationNode$RedshiftTarget' => '

Specifies a target that uses Amazon Redshift.

', ], ], 'RegisterSchemaVersionInput' => [ 'base' => NULL, 'refs' => [], ], 'RegisterSchemaVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'RegistryId' => [ 'base' => '

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'refs' => [ 'CreateSchemaInput$RegistryId' => '

This is a wrapper shape to contain the registry identity fields. If this is not provided, the default registry will be used. The ARN format for the same will be: arn:aws:glue:us-east-2:<customer id>:registry/default-registry:random-5-letter-id.

', 'DeleteRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'GetRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'ListSchemasInput$RegistryId' => '

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', 'UpdateRegistryInput$RegistryId' => '

This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

', ], ], 'RegistryListDefinition' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesResponse$Registries' => '

An array of RegistryDetailedListItem objects containing minimal details of each registry.

', ], ], 'RegistryListItem' => [ 'base' => '

A structure containing the details for a registry.

', 'refs' => [ 'RegistryListDefinition$member' => NULL, ], ], 'RegistryStatus' => [ 'base' => NULL, 'refs' => [ 'DeleteRegistryResponse$Status' => '

The status of the registry. A successful operation will return the Deleting status.

', 'GetRegistryResponse$Status' => '

The status of the registry.

', 'RegistryListItem$Status' => '

The status of the registry.

', ], ], 'RelationalCatalogSource' => [ 'base' => '

Specifies a Relational database data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$RelationalCatalogSource' => '

Specifies a relational catalog data store in the Glue Data Catalog.

', ], ], 'RemoveSchemaVersionMetadataInput' => [ 'base' => NULL, 'refs' => [], ], 'RemoveSchemaVersionMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'RenameField' => [ 'base' => '

Specifies a transform that renames a single data property key.

', 'refs' => [ 'CodeGenConfigurationNode$RenameField' => '

Specifies a transform that renames a single data property key.

', ], ], 'ReplaceBoolean' => [ 'base' => NULL, 'refs' => [ 'ImportLabelsTaskRunProperties$Replace' => '

Indicates whether to overwrite your existing labels.

', 'StartImportLabelsTaskRunRequest$ReplaceAllLabels' => '

Indicates whether to overwrite your existing labels.

', ], ], 'ResetJobBookmarkRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResetJobBookmarkResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResourceNotReadyException' => [ 'base' => '

A resource was not ready for a transaction.

', 'refs' => [], ], 'ResourceNumberLimitExceededException' => [ 'base' => '

A resource numerical limit was exceeded.

', 'refs' => [], ], 'ResourceShareType' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$ResourceShareType' => '

Allows you to specify that you want to list the databases shared with your account. The allowable values are FEDERATED, FOREIGN or ALL.

', 'SearchTablesRequest$ResourceShareType' => '

Allows you to specify that you want to search the tables shared with your account. The allowable values are FOREIGN or ALL.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'ResourceUri$ResourceType' => '

The type of the resource.

', ], ], 'ResourceUri' => [ 'base' => '

The URIs for function resources.

', 'refs' => [ 'ResourceUriList$member' => NULL, ], ], 'ResourceUriList' => [ 'base' => NULL, 'refs' => [ 'UserDefinedFunction$ResourceUris' => '

The resource URIs for the function.

', 'UserDefinedFunctionInput$ResourceUris' => '

The resource URIs for the function.

', ], ], 'ResumeWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResumeWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'Role' => [ 'base' => NULL, 'refs' => [ 'Crawler$Role' => '

The Amazon Resource Name (ARN) of an IAM role that\'s used to access customer resources, such as Amazon Simple Storage Service (Amazon S3) data.

', 'CreateCrawlerRequest$Role' => '

The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.

', 'UpdateCrawlerRequest$Role' => '

The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer resources.

', ], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$RoleArn' => '

The IAM role for the DevEndpoint.

', 'CreateDevEndpointResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the role assigned to the new DevEndpoint.

', 'DevEndpoint$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role used in this DevEndpoint.

', ], ], 'RoleString' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

', 'CreateMLTransformRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

', 'GetDataQualityRuleRecommendationRunResponse$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'GetDataQualityRulesetEvaluationRunResponse$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'GetMLTransformResponse$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

', 'Job$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job.

', 'JobUpdate$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role associated with this job (required).

', 'MLTransform$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform.

', 'StartDataQualityRuleRecommendationRunRequest$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'StartDataQualityRulesetEvaluationRunRequest$Role' => '

An IAM role supplied to encrypt the results of the run.

', 'UpdateMLTransformRequest$Role' => '

The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.

', ], ], 'RowTag' => [ 'base' => NULL, 'refs' => [ 'CreateXMLClassifierRequest$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This can\'t identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', 'UpdateXMLClassifierRequest$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This cannot identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', 'XMLClassifier$RowTag' => '

The XML tag designating the element that contains each record in an XML document being parsed. This can\'t identify a self-closing element (closed by />). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example, <row item_a="A" item_b="B"></row> is okay, but <row item_a="A" item_b="B" /> is not).

', ], ], 'RulesetNames' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityRulesetEvaluationRunResponse$RulesetNames' => '

A list of ruleset names for the run.

', 'StartDataQualityRulesetEvaluationRunRequest$RulesetNames' => '

A list of ruleset names.

', ], ], 'RunId' => [ 'base' => NULL, 'refs' => [ 'GetJobBookmarkRequest$RunId' => '

The unique run identifier associated with this job run.

', 'JobBookmarkEntry$PreviousRunId' => '

The unique run identifier associated with the previous job run.

', 'JobBookmarkEntry$RunId' => '

The run ID number.

', 'ResetJobBookmarkRequest$RunId' => '

The unique run identifier associated with this job run.

', ], ], 'RunStatementRequest' => [ 'base' => NULL, 'refs' => [], ], 'RunStatementResponse' => [ 'base' => NULL, 'refs' => [], ], 'RuntimeNameString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$Runtime' => '

In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Working with Ray jobs in the Glue Developer Guide.

', ], ], 'S3CatalogDeltaSource' => [ 'base' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogDeltaSource' => '

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', ], ], 'S3CatalogHudiSource' => [ 'base' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogHudiSource' => '

Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

', ], ], 'S3CatalogSource' => [ 'base' => '

Specifies an Amazon S3 data store in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogSource' => '

Specifies an Amazon S3 data store in the Glue Data Catalog.

', ], ], 'S3CatalogTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3CatalogTarget' => '

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

', ], ], 'S3CsvSource' => [ 'base' => '

Specifies a command-separated value (CSV) data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3CsvSource' => '

Specifies a command-separated value (CSV) data store stored in Amazon S3.

', ], ], 'S3DeltaCatalogTarget' => [ 'base' => '

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaCatalogTarget' => '

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

', ], ], 'S3DeltaDirectTarget' => [ 'base' => '

Specifies a target that writes to a Delta Lake data source in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaDirectTarget' => '

Specifies a target that writes to a Delta Lake data source in Amazon S3.

', ], ], 'S3DeltaSource' => [ 'base' => '

Specifies a Delta Lake data source stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DeltaSource' => '

Specifies a Delta Lake data source stored in Amazon S3.

', ], ], 'S3DirectSourceAdditionalOptions' => [ 'base' => '

Specifies additional connection options for the Amazon S3 data store.

', 'refs' => [ 'S3CsvSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3DeltaSource$AdditionalOptions' => '

Specifies additional options for the connector.

', 'S3HudiSource$AdditionalOptions' => '

Specifies additional options for the connector.

', 'S3JsonSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3ParquetSource$AdditionalOptions' => '

Specifies additional connection options.

', ], ], 'S3DirectTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3DirectTarget' => '

Specifies a data target that writes to Amazon S3.

', ], ], 'S3Encryption' => [ 'base' => '

Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.

', 'refs' => [ 'S3EncryptionList$member' => NULL, ], ], 'S3EncryptionList' => [ 'base' => NULL, 'refs' => [ 'EncryptionConfiguration$S3Encryption' => '

The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

', ], ], 'S3EncryptionMode' => [ 'base' => NULL, 'refs' => [ 'S3Encryption$S3EncryptionMode' => '

The encryption mode to use for Amazon S3 data.

', ], ], 'S3GlueParquetTarget' => [ 'base' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', 'refs' => [ 'CodeGenConfigurationNode$S3GlueParquetTarget' => '

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

', ], ], 'S3HudiCatalogTarget' => [ 'base' => '

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiCatalogTarget' => '

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

', ], ], 'S3HudiDirectTarget' => [ 'base' => '

Specifies a target that writes to a Hudi data source in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiDirectTarget' => '

Specifies a target that writes to a Hudi data source in Amazon S3.

', ], ], 'S3HudiSource' => [ 'base' => '

Specifies a Hudi data source stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3HudiSource' => '

Specifies a Hudi data source stored in Amazon S3.

', ], ], 'S3JsonSource' => [ 'base' => '

Specifies a JSON data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3JsonSource' => '

Specifies a JSON data store stored in Amazon S3.

', ], ], 'S3ParquetSource' => [ 'base' => '

Specifies an Apache Parquet data store stored in Amazon S3.

', 'refs' => [ 'CodeGenConfigurationNode$S3ParquetSource' => '

Specifies an Apache Parquet data store stored in Amazon S3.

', ], ], 'S3SourceAdditionalOptions' => [ 'base' => '

Specifies additional connection options for the Amazon S3 data store.

', 'refs' => [ 'GovernedCatalogSource$AdditionalOptions' => '

Specifies additional connection options.

', 'S3CatalogSource$AdditionalOptions' => '

Specifies additional connection options.

', ], ], 'S3Target' => [ 'base' => '

Specifies a data store in Amazon Simple Storage Service (Amazon S3).

', 'refs' => [ 'S3TargetList$member' => NULL, ], ], 'S3TargetList' => [ 'base' => NULL, 'refs' => [ 'CrawlerTargets$S3Targets' => '

Specifies Amazon Simple Storage Service (Amazon S3) targets.

', ], ], 'ScalaCode' => [ 'base' => NULL, 'refs' => [ 'CreateScriptResponse$ScalaCode' => '

The Scala code generated from the DAG.

', 'GetPlanResponse$ScalaCode' => '

The Scala code to perform the mapping.

', ], ], 'Schedule' => [ 'base' => '

A scheduling object using a cron statement to schedule an event.

', 'refs' => [ 'Crawler$Schedule' => '

For scheduled crawlers, the schedule when the crawler runs.

', ], ], 'ScheduleState' => [ 'base' => NULL, 'refs' => [ 'Schedule$State' => '

The state of the schedule.

', ], ], 'SchedulerNotRunningException' => [ 'base' => '

The specified scheduler is not running.

', 'refs' => [], ], 'SchedulerRunningException' => [ 'base' => '

The specified scheduler is already running.

', 'refs' => [], ], 'SchedulerTransitioningException' => [ 'base' => '

The specified scheduler is transitioning.

', 'refs' => [], ], 'SchemaChangePolicy' => [ 'base' => '

A policy that specifies update and deletion behaviors for the crawler.

', 'refs' => [ 'Crawler$SchemaChangePolicy' => '

The policy that specifies update and delete behaviors for the crawler.

', 'CreateCrawlerRequest$SchemaChangePolicy' => '

The policy for the crawler\'s update and deletion behavior.

', 'UpdateCrawlerRequest$SchemaChangePolicy' => '

The policy for the crawler\'s update and deletion behavior.

', ], ], 'SchemaCheckpointNumber' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaCheckpoint' => '

The version number of the checkpoint (the last time the compatibility mode was changed).

', 'GetSchemaResponse$SchemaCheckpoint' => '

The version number of the checkpoint (the last time the compatibility mode was changed).

', ], ], 'SchemaColumn' => [ 'base' => '

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

', 'refs' => [ 'TransformSchema$member' => NULL, ], ], 'SchemaDefinitionDiff' => [ 'base' => NULL, 'refs' => [ 'GetSchemaVersionsDiffResponse$Diff' => '

The difference between schemas as a string in JsonPatch format.

', ], ], 'SchemaDefinitionString' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityInput$SchemaDefinition' => '

The definition of the schema that has to be validated.

', 'CreateSchemaInput$SchemaDefinition' => '

The schema definition using the DataFormat setting for SchemaName.

', 'GetSchemaByDefinitionInput$SchemaDefinition' => '

The definition of the schema for which schema details are required.

', 'GetSchemaVersionResponse$SchemaDefinition' => '

The schema definition for the schema ID.

', 'RegisterSchemaVersionInput$SchemaDefinition' => '

The schema definition using the DataFormat setting for the SchemaName.

', ], ], 'SchemaDiffType' => [ 'base' => NULL, 'refs' => [ 'GetSchemaVersionsDiffInput$SchemaDiffType' => '

Refers to SYNTAX_DIFF, which is the currently supported diff type.

', ], ], 'SchemaId' => [ 'base' => '

The unique ID of the schema in the Glue schema registry.

', 'refs' => [ 'DeleteSchemaInput$SchemaId' => '

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'DeleteSchemaVersionsInput$SchemaId' => '

This is a wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'GetSchemaByDefinitionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaVersionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'GetSchemaVersionsDiffInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'ListSchemaVersionsInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'PutSchemaVersionMetadataInput$SchemaId' => '

The unique ID for the schema.

', 'QuerySchemaVersionMetadataInput$SchemaId' => '

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'RegisterSchemaVersionInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', 'RemoveSchemaVersionMetadataInput$SchemaId' => '

A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).

', 'SchemaReference$SchemaId' => '

A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.

', 'UpdateSchemaInput$SchemaId' => '

This is a wrapper structure to contain schema identity fields. The structure contains:

', ], ], 'SchemaListDefinition' => [ 'base' => NULL, 'refs' => [ 'ListSchemasResponse$Schemas' => '

An array of SchemaListItem objects containing details of each schema.

', ], ], 'SchemaListItem' => [ 'base' => '

An object that contains minimal details for a schema.

', 'refs' => [ 'SchemaListDefinition$member' => NULL, ], ], 'SchemaPathString' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourcePath' => '

The source path.

', 'MappingEntry$TargetPath' => '

The target path.

', ], ], 'SchemaReference' => [ 'base' => '

An object that references a schema stored in the Glue Schema Registry.

', 'refs' => [ 'StorageDescriptor$SchemaReference' => '

An object that references a schema stored in the Glue Schema Registry.

When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.

', ], ], 'SchemaRegistryNameString' => [ 'base' => NULL, 'refs' => [ 'CreateRegistryInput$RegistryName' => '

Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

', 'CreateRegistryResponse$RegistryName' => '

The name of the registry.

', 'CreateSchemaInput$SchemaName' => '

Name of the schema to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.

', 'CreateSchemaResponse$RegistryName' => '

The name of the registry.

', 'CreateSchemaResponse$SchemaName' => '

The name of the schema.

', 'DeleteRegistryResponse$RegistryName' => '

The name of the registry being deleted.

', 'DeleteSchemaResponse$SchemaName' => '

The name of the schema being deleted.

', 'GetRegistryResponse$RegistryName' => '

The name of the registry.

', 'GetSchemaResponse$RegistryName' => '

The name of the registry.

', 'GetSchemaResponse$SchemaName' => '

The name of the schema.

', 'PutSchemaVersionMetadataResponse$SchemaName' => '

The name for the schema.

', 'PutSchemaVersionMetadataResponse$RegistryName' => '

The name for the registry.

', 'RegistryId$RegistryName' => '

Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

', 'RegistryListItem$RegistryName' => '

The name of the registry.

', 'RemoveSchemaVersionMetadataResponse$SchemaName' => '

The name of the schema.

', 'RemoveSchemaVersionMetadataResponse$RegistryName' => '

The name of the registry.

', 'SchemaId$SchemaName' => '

The name of the schema. One of SchemaArn or SchemaName has to be provided.

', 'SchemaId$RegistryName' => '

The name of the schema registry that contains the schema.

', 'SchemaListItem$RegistryName' => '

the name of the registry where the schema resides.

', 'SchemaListItem$SchemaName' => '

The name of the schema.

', 'UpdateRegistryResponse$RegistryName' => '

The name of the updated registry.

', 'UpdateSchemaResponse$SchemaName' => '

The name of the schema.

', 'UpdateSchemaResponse$RegistryName' => '

The name of the registry that contains the schema.

', ], ], 'SchemaRegistryTokenString' => [ 'base' => NULL, 'refs' => [ 'ListRegistriesInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListRegistriesResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'ListSchemaVersionsInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListSchemaVersionsResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'ListSchemasInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListSchemasResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'QuerySchemaVersionMetadataInput$NextToken' => '

A continuation token, if this is a continuation call.

', 'QuerySchemaVersionMetadataResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', ], ], 'SchemaStatus' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaStatus' => '

The status of the schema.

', 'DeleteSchemaResponse$Status' => '

The status of the schema.

', 'GetSchemaResponse$SchemaStatus' => '

The status of the schema.

', 'SchemaListItem$SchemaStatus' => '

The status of the schema.

', ], ], 'SchemaValidationError' => [ 'base' => NULL, 'refs' => [ 'CheckSchemaVersionValidityResponse$Error' => '

A validation failure error message.

', ], ], 'SchemaVersionErrorItem' => [ 'base' => '

An object that contains the error details for an operation on a schema version.

', 'refs' => [ 'SchemaVersionErrorList$member' => NULL, ], ], 'SchemaVersionErrorList' => [ 'base' => NULL, 'refs' => [ 'DeleteSchemaVersionsResponse$SchemaVersionErrors' => '

A list of SchemaVersionErrorItem objects, each containing an error and schema version.

', ], ], 'SchemaVersionIdString' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaVersionId' => '

The unique identifier of the first schema version.

', 'GetSchemaByDefinitionResponse$SchemaVersionId' => '

The schema ID of the schema version.

', 'GetSchemaVersionInput$SchemaVersionId' => '

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

', 'GetSchemaVersionResponse$SchemaVersionId' => '

The SchemaVersionId of the schema version.

', 'PutSchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'PutSchemaVersionMetadataResponse$SchemaVersionId' => '

The unique version ID of the schema version.

', 'QuerySchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'QuerySchemaVersionMetadataResponse$SchemaVersionId' => '

The unique version ID of the schema version.

', 'RegisterSchemaVersionResponse$SchemaVersionId' => '

The unique ID that represents the version of this schema.

', 'RemoveSchemaVersionMetadataInput$SchemaVersionId' => '

The unique version ID of the schema version.

', 'RemoveSchemaVersionMetadataResponse$SchemaVersionId' => '

The version ID for the schema version.

', 'SchemaReference$SchemaVersionId' => '

The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.

', 'SchemaVersionListItem$SchemaVersionId' => '

The unique identifier of the schema version.

', ], ], 'SchemaVersionList' => [ 'base' => NULL, 'refs' => [ 'ListSchemaVersionsResponse$Schemas' => '

An array of SchemaVersionList objects containing details of each schema version.

', ], ], 'SchemaVersionListItem' => [ 'base' => '

An object containing the details about a schema version.

', 'refs' => [ 'SchemaVersionList$member' => NULL, ], ], 'SchemaVersionNumber' => [ 'base' => '

A structure containing the schema version information.

', 'refs' => [ 'GetSchemaVersionInput$SchemaVersionNumber' => '

The version number of the schema.

', 'GetSchemaVersionsDiffInput$FirstSchemaVersionNumber' => '

The first of the two schema versions to be compared.

', 'GetSchemaVersionsDiffInput$SecondSchemaVersionNumber' => '

The second of the two schema versions to be compared.

', 'PutSchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'QuerySchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'RemoveSchemaVersionMetadataInput$SchemaVersionNumber' => '

The version number of the schema.

', 'UpdateSchemaInput$SchemaVersionNumber' => '

Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.

', ], ], 'SchemaVersionStatus' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$SchemaVersionStatus' => '

The status of the first schema version created.

', 'GetSchemaByDefinitionResponse$Status' => '

The status of the schema version.

', 'GetSchemaVersionResponse$Status' => '

The status of the schema version.

', 'RegisterSchemaVersionResponse$Status' => '

The status of the schema version.

', 'SchemaVersionListItem$Status' => '

The status of the schema version.

', ], ], 'ScriptLocationString' => [ 'base' => NULL, 'refs' => [ 'JobCommand$ScriptLocation' => '

Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.

', ], ], 'SearchPropertyPredicates' => [ 'base' => NULL, 'refs' => [ 'SearchTablesRequest$Filters' => '

A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.

The Comparator member of the PropertyPredicate struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when Key=Name, a fuzzy match algorithm is used. The Key field (for example, the value of the Name field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the Value member of PropertyPredicate. For example, if Key=Name and Value=link, tables named customer-link and xx-link-yy are returned, but xxlinkyy is not returned.

', ], ], 'SearchTablesRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchTablesResponse' => [ 'base' => NULL, 'refs' => [], ], 'SecurityConfiguration' => [ 'base' => '

Specifies a security configuration.

', 'refs' => [ 'GetSecurityConfigurationResponse$SecurityConfiguration' => '

The requested security configuration.

', 'SecurityConfigurationList$member' => NULL, ], ], 'SecurityConfigurationList' => [ 'base' => NULL, 'refs' => [ 'GetSecurityConfigurationsResponse$SecurityConfigurations' => '

A list of security configurations.

', ], ], 'SecurityGroupIdList' => [ 'base' => NULL, 'refs' => [ 'PhysicalConnectionRequirements$SecurityGroupIdList' => '

The security group ID list used by the connection.

', ], ], 'Segment' => [ 'base' => '

Defines a non-overlapping region of a table\'s partitions, allowing multiple requests to be run in parallel.

', 'refs' => [ 'GetPartitionsRequest$Segment' => '

The segment of the table\'s partitions to scan in this request.

', 'GetUnfilteredPartitionsMetadataRequest$Segment' => '

The segment of the table\'s partitions to scan in this request.

', ], ], 'SelectFields' => [ 'base' => '

Specifies a transform that chooses the data property keys that you want to keep.

', 'refs' => [ 'CodeGenConfigurationNode$SelectFields' => '

Specifies a transform that chooses the data property keys that you want to keep.

', ], ], 'SelectFromCollection' => [ 'base' => '

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

', 'refs' => [ 'CodeGenConfigurationNode$SelectFromCollection' => '

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

', ], ], 'Separator' => [ 'base' => NULL, 'refs' => [ 'S3CsvSource$Separator' => '

Specifies the delimiter character. The default is a comma: ",", but any other character can be specified.

', ], ], 'SerDeInfo' => [ 'base' => '

Information about a serialization/deserialization program (SerDe) that serves as an extractor and loader.

', 'refs' => [ 'StorageDescriptor$SerdeInfo' => '

The serialization/deserialization (SerDe) information.

', ], ], 'Session' => [ 'base' => '

The period in which a remote Spark runtime environment is running.

', 'refs' => [ 'CreateSessionResponse$Session' => '

Returns the session object in the response.

', 'GetSessionResponse$Session' => '

The session object is returned in the response.

', 'SessionList$member' => NULL, ], ], 'SessionCommand' => [ 'base' => '

The SessionCommand that runs the job.

', 'refs' => [ 'CreateSessionRequest$Command' => '

The SessionCommand that runs the job.

', 'Session$Command' => '

The command object.See SessionCommand.

', ], ], 'SessionIdList' => [ 'base' => NULL, 'refs' => [ 'ListSessionsResponse$Ids' => '

Returns the ID of the session.

', ], ], 'SessionList' => [ 'base' => NULL, 'refs' => [ 'ListSessionsResponse$Sessions' => '

Returns the session object.

', ], ], 'SessionStatus' => [ 'base' => NULL, 'refs' => [ 'Session$Status' => '

The session status.

', ], ], 'SkewedInfo' => [ 'base' => '

Specifies skewed values in a table. Skewed values are those that occur with very high frequency.

', 'refs' => [ 'StorageDescriptor$SkewedInfo' => '

The information about values that appear frequently in a column (skewed values).

', ], ], 'SnowflakeNodeData' => [ 'base' => '

Specifies configuration for Snowflake nodes in Glue Studio.

', 'refs' => [ 'SnowflakeSource$Data' => '

Configuration for the Snowflake data source.

', 'SnowflakeTarget$Data' => '

Specifies the data of the Snowflake target node.

', ], ], 'SnowflakeSource' => [ 'base' => '

Specifies a Snowflake data source.

', 'refs' => [ 'CodeGenConfigurationNode$SnowflakeSource' => '

Specifies a Snowflake data source.

', ], ], 'SnowflakeTarget' => [ 'base' => '

Specifies a Snowflake target.

', 'refs' => [ 'CodeGenConfigurationNode$SnowflakeTarget' => '

Specifies a target that writes to a Snowflake data source.

', ], ], 'Sort' => [ 'base' => NULL, 'refs' => [ 'SortCriterion$Sort' => '

An ascending or descending sort.

', ], ], 'SortCriteria' => [ 'base' => NULL, 'refs' => [ 'SearchTablesRequest$SortCriteria' => '

A list of criteria for sorting the results by a field name, in an ascending or descending order.

', ], ], 'SortCriterion' => [ 'base' => '

Specifies a field to sort by and a sort order.

', 'refs' => [ 'SortCriteria$member' => NULL, ], ], 'SortDirectionType' => [ 'base' => NULL, 'refs' => [ 'TaskRunSortCriteria$SortDirection' => '

The sort direction to be used to sort the list of task runs for the machine learning transform.

', 'TransformSortCriteria$SortDirection' => '

The sort direction to be used in the sorting criteria that are associated with the machine learning transform.

', ], ], 'SourceControlAuthStrategy' => [ 'base' => NULL, 'refs' => [ 'SourceControlDetails$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', 'UpdateJobFromSourceControlRequest$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', 'UpdateSourceControlFromJobRequest$AuthStrategy' => '

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

', ], ], 'SourceControlDetails' => [ 'base' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'refs' => [ 'CreateJobRequest$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'Job$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', 'JobUpdate$SourceControlDetails' => '

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

', ], ], 'SourceControlProvider' => [ 'base' => NULL, 'refs' => [ 'SourceControlDetails$Provider' => '

The provider for the remote repository.

', 'UpdateJobFromSourceControlRequest$Provider' => '

The provider for the remote repository.

', 'UpdateSourceControlFromJobRequest$Provider' => '

The provider for the remote repository.

', ], ], 'SparkConnectorSource' => [ 'base' => '

Specifies a connector to an Apache Spark data source.

', 'refs' => [ 'CodeGenConfigurationNode$SparkConnectorSource' => '

Specifies a connector to an Apache Spark data source.

', ], ], 'SparkConnectorTarget' => [ 'base' => '

Specifies a target that uses an Apache Spark connector.

', 'refs' => [ 'CodeGenConfigurationNode$SparkConnectorTarget' => '

Specifies a target that uses an Apache Spark connector.

', ], ], 'SparkSQL' => [ 'base' => '

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

', 'refs' => [ 'CodeGenConfigurationNode$SparkSQL' => '

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

', ], ], 'Spigot' => [ 'base' => '

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

', 'refs' => [ 'CodeGenConfigurationNode$Spigot' => '

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

', ], ], 'SplitFields' => [ 'base' => '

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

', 'refs' => [ 'CodeGenConfigurationNode$SplitFields' => '

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

', ], ], 'SqlAlias' => [ 'base' => '

Represents a single entry in the list of values for SqlAliases.

', 'refs' => [ 'SqlAliases$member' => NULL, ], ], 'SqlAliases' => [ 'base' => NULL, 'refs' => [ 'SparkSQL$SqlAliases' => '

A list of aliases. An alias allows you to specify what name to use in the SQL for a given input. For example, you have a datasource named "MyDataSource". If you specify From as MyDataSource, and Alias as SqlName, then in your SQL you can do:

select * from SqlName

and that gets data from MyDataSource.

', ], ], 'SqlQuery' => [ 'base' => NULL, 'refs' => [ 'JDBCConnectorSource$Query' => '

The table or SQL query to get the data from. You can specify either ConnectionTable or query, but not both.

', 'SparkSQL$SqlQuery' => '

A SQL query that must use Spark SQL syntax and return a single data set.

', ], ], 'StartBlueprintRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartBlueprintRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRuleRecommendationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRuleRecommendationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRulesetEvaluationRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartDataQualityRulesetEvaluationRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartExportLabelsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartExportLabelsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartImportLabelsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImportLabelsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartJobRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMLEvaluationTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMLEvaluationTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMLLabelingSetGenerationTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartMLLabelingSetGenerationTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartingEventBatchCondition' => [ 'base' => '

The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.

', 'refs' => [ 'WorkflowRun$StartingEventBatchCondition' => '

The batch condition that started the workflow run.

', ], ], 'StartingPosition' => [ 'base' => NULL, 'refs' => [ 'KinesisStreamingSourceOptions$StartingPosition' => '

The starting position in the Kinesis data stream to read data from. The possible values are "latest", "trim_horizon", "earliest", or a timestamp string in UTC format in the pattern yyyy-mm-ddTHH:MM:SSZ (where Z represents a UTC timezone offset with a +/-. For example: "2023-04-04T08:00:00-04:00"). The default value is "latest".

Note: Using a value that is a timestamp string in UTC format for "startingPosition" is supported only for Glue version 4.0 or later.

', ], ], 'Statement' => [ 'base' => '

The statement or request for a particular action to occur in a session.

', 'refs' => [ 'GetStatementResponse$Statement' => '

Returns the statement.

', 'StatementList$member' => NULL, ], ], 'StatementList' => [ 'base' => NULL, 'refs' => [ 'ListStatementsResponse$Statements' => '

Returns the list of statements.

', ], ], 'StatementOutput' => [ 'base' => '

The code execution output in JSON format.

', 'refs' => [ 'Statement$Output' => '

The output in JSON.

', ], ], 'StatementOutputData' => [ 'base' => '

The code execution output in JSON format.

', 'refs' => [ 'StatementOutput$Data' => '

The code execution output.

', ], ], 'StatementState' => [ 'base' => NULL, 'refs' => [ 'Statement$State' => '

The state while request is actioned.

', 'StatementOutput$Status' => '

The status of the code execution output.

', ], ], 'StopCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopSessionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopWorkflowRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopWorkflowRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'StorageDescriptor' => [ 'base' => '

Describes the physical storage of table data.

', 'refs' => [ 'Partition$StorageDescriptor' => '

Provides information about the physical location where the partition is stored.

', 'PartitionInput$StorageDescriptor' => '

Provides information about the physical location where the partition is stored.

', 'Table$StorageDescriptor' => '

A storage descriptor containing information about the physical storage of this table.

', 'TableInput$StorageDescriptor' => '

A storage descriptor containing information about the physical storage of this table.

', ], ], 'StreamingDataPreviewOptions' => [ 'base' => '

Specifies options related to data preview for viewing a sample of your data.

', 'refs' => [ 'CatalogKafkaSource$DataPreviewOptions' => '

Specifies options related to data preview for viewing a sample of your data.

', 'CatalogKinesisSource$DataPreviewOptions' => '

Additional options for data preview.

', 'DirectKafkaSource$DataPreviewOptions' => '

Specifies options related to data preview for viewing a sample of your data.

', 'DirectKinesisSource$DataPreviewOptions' => '

Additional options for data preview.

', ], ], 'StringColumnStatisticsData' => [ 'base' => '

Defines column statistics supported for character sequence data values.

', 'refs' => [ 'ColumnStatisticsData$StringColumnStatisticsData' => '

String column statistics data.

', ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$SecurityGroupIds' => '

Security group IDs for the security groups to be used by the new DevEndpoint.

', 'CreateDevEndpointResponse$SecurityGroupIds' => '

The security groups assigned to the new DevEndpoint.

', 'DevEndpoint$SecurityGroupIds' => '

A list of security group identifiers used in this DevEndpoint.

', 'UpdateDevEndpointRequest$DeleteArguments' => '

The list of argument keys to be deleted from the map of arguments used to configure the DevEndpoint.

', ], ], 'Table' => [ 'base' => '

Represents a collection of related data organized in columns and rows.

', 'refs' => [ 'GetTableResponse$Table' => '

The Table object that defines the specified table.

', 'GetUnfilteredTableMetadataResponse$Table' => '

A Table object containing the table metadata.

', 'TableList$member' => NULL, 'TableVersion$Table' => '

The table in question.

', ], ], 'TableError' => [ 'base' => '

An error record for table operations.

', 'refs' => [ 'TableErrors$member' => NULL, ], ], 'TableErrors' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableResponse$Errors' => '

A list of errors encountered in attempting to delete the specified tables.

', ], ], 'TableIdentifier' => [ 'base' => '

A structure that describes a target table for resource linking.

', 'refs' => [ 'Table$TargetTable' => '

A TableIdentifier structure that describes a target table for resource linking.

', 'TableInput$TargetTable' => '

A TableIdentifier structure that describes a target table for resource linking.

', ], ], 'TableInput' => [ 'base' => '

A structure used to define a table.

', 'refs' => [ 'CreateTableRequest$TableInput' => '

The TableInput object that defines the metadata table to create in the catalog.

', 'UpdateTableRequest$TableInput' => '

An updated TableInput object to define the metadata table in the catalog.

', ], ], 'TableList' => [ 'base' => NULL, 'refs' => [ 'GetTablesResponse$TableList' => '

A list of the requested Table objects.

', 'SearchTablesResponse$TableList' => '

A list of the requested Table objects. The SearchTables response returns only the tables that you have access to.

', ], ], 'TableName' => [ 'base' => NULL, 'refs' => [ 'MappingEntry$SourceTable' => '

The name of the source table.

', 'MappingEntry$TargetTable' => '

The target table.

', ], ], 'TablePrefix' => [ 'base' => NULL, 'refs' => [ 'Crawler$TablePrefix' => '

The prefix added to the names of tables that are created.

', 'CreateCrawlerRequest$TablePrefix' => '

The table prefix used for catalog tables that are created.

', 'UpdateCrawlerRequest$TablePrefix' => '

The table prefix used for catalog tables that are created.

', ], ], 'TableTypeString' => [ 'base' => NULL, 'refs' => [ 'Table$TableType' => '

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

', 'TableInput$TableType' => '

The type of this table. Glue will create tables with the EXTERNAL_TABLE type. Other services, such as Athena, may create tables with additional table types.

Glue related table types:

EXTERNAL_TABLE

Hive compatible attribute - indicates a non-Hive managed table.

GOVERNED

Used by Lake Formation. The Glue Data Catalog understands GOVERNED.

', ], ], 'TableVersion' => [ 'base' => '

Specifies a version of a table.

', 'refs' => [ 'GetTableVersionResponse$TableVersion' => '

The requested table version.

', 'GetTableVersionsList$member' => NULL, ], ], 'TableVersionError' => [ 'base' => '

An error record for table-version operations.

', 'refs' => [ 'TableVersionErrors$member' => NULL, ], ], 'TableVersionErrors' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionResponse$Errors' => '

A list of errors encountered while trying to delete the specified table versions.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeysList$member' => NULL, 'TagsMap$key' => NULL, ], ], 'TagKeysList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagsToRemove' => '

Tags to remove from this resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagsMap$value' => NULL, ], ], 'TagsMap' => [ 'base' => NULL, 'refs' => [ 'CreateBlueprintRequest$Tags' => '

The tags to be applied to this blueprint.

', 'CreateConnectionRequest$Tags' => '

The tags you assign to the connection.

', 'CreateCrawlerRequest$Tags' => '

The tags to use with this crawler request. You may use tags to limit access to the crawler. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateCustomEntityTypeRequest$Tags' => '

A list of tags applied to the custom entity type.

', 'CreateDataQualityRulesetRequest$Tags' => '

A list of tags applied to the data quality ruleset.

', 'CreateDatabaseRequest$Tags' => '

The tags you assign to the database.

', 'CreateDevEndpointRequest$Tags' => '

The tags to use with this DevEndpoint. You may use tags to limit access to the DevEndpoint. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateJobRequest$Tags' => '

The tags to use with this job. You may use tags to limit access to the job. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateMLTransformRequest$Tags' => '

The tags to use with this machine learning transform. You may use tags to limit access to the machine learning transform. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateRegistryInput$Tags' => '

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API.

', 'CreateRegistryResponse$Tags' => '

The tags for the registry.

', 'CreateSchemaInput$Tags' => '

Amazon Web Services tags that contain a key value pair and may be searched by console, command line, or API. If specified, follows the Amazon Web Services tags-on-create pattern.

', 'CreateSchemaResponse$Tags' => '

The tags for the schema.

', 'CreateSessionRequest$Tags' => '

The map of key value pairs (tags) belonging to the session.

', 'CreateTriggerRequest$Tags' => '

The tags to use with this trigger. You may use tags to limit access to the trigger. For more information about tags in Glue, see Amazon Web Services Tags in Glue in the developer guide.

', 'CreateWorkflowRequest$Tags' => '

The tags to be used with this workflow.

', 'GetTagsResponse$Tags' => '

The requested tags.

', 'ListBlueprintsRequest$Tags' => '

Filters the list by an Amazon Web Services resource tag.

', 'ListCrawlersRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListCustomEntityTypesRequest$Tags' => '

A list of key-value pair tags.

', 'ListDataQualityRulesetsRequest$Tags' => '

A list of key-value pair tags.

', 'ListDevEndpointsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListJobsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListMLTransformsRequest$Tags' => '

Specifies to return only these tagged resources.

', 'ListSessionsRequest$Tags' => '

Tags belonging to the session.

', 'ListTriggersRequest$Tags' => '

Specifies to return only these tagged resources.

', 'TagResourceRequest$TagsToAdd' => '

Tags to add to this resource.

', ], ], 'TargetFormat' => [ 'base' => NULL, 'refs' => [ 'S3DeltaDirectTarget$Format' => '

Specifies the data output format for the target.

', 'S3DirectTarget$Format' => '

Specifies the data output format for the target.

', 'S3HudiDirectTarget$Format' => '

Specifies the data output format for the target.

', ], ], 'TaskRun' => [ 'base' => '

The sampling parameters that are associated with the machine learning transform.

', 'refs' => [ 'TaskRunList$member' => NULL, ], ], 'TaskRunFilterCriteria' => [ 'base' => '

The criteria that are used to filter the task runs for the machine learning transform.

', 'refs' => [ 'GetMLTaskRunsRequest$Filter' => '

The filter criteria, in the TaskRunFilterCriteria structure, for the task run.

', ], ], 'TaskRunList' => [ 'base' => NULL, 'refs' => [ 'GetMLTaskRunsResponse$TaskRuns' => '

A list of task runs that are associated with the transform.

', ], ], 'TaskRunProperties' => [ 'base' => '

The configuration properties for the task run.

', 'refs' => [ 'GetMLTaskRunResponse$Properties' => '

The list of properties that are associated with the task run.

', 'TaskRun$Properties' => '

Specifies configuration properties associated with this task run.

', ], ], 'TaskRunSortColumnType' => [ 'base' => NULL, 'refs' => [ 'TaskRunSortCriteria$Column' => '

The column to be used to sort the list of task runs for the machine learning transform.

', ], ], 'TaskRunSortCriteria' => [ 'base' => '

The sorting criteria that are used to sort the list of task runs for the machine learning transform.

', 'refs' => [ 'GetMLTaskRunsRequest$Sort' => '

The sorting criteria, in the TaskRunSortCriteria structure, for the task run.

', ], ], 'TaskStatusType' => [ 'base' => NULL, 'refs' => [ 'CancelMLTaskRunResponse$Status' => '

The status for this run.

', 'DataQualityRuleRecommendationRunDescription$Status' => '

The status for this run.

', 'DataQualityRulesetEvaluationRunDescription$Status' => '

The status for this run.

', 'GetDataQualityRuleRecommendationRunResponse$Status' => '

The status for this run.

', 'GetDataQualityRulesetEvaluationRunResponse$Status' => '

The status for this run.

', 'GetMLTaskRunResponse$Status' => '

The status for this task run.

', 'TaskRun$Status' => '

The current status of the requested task run.

', 'TaskRunFilterCriteria$Status' => '

The current status of the task run.

', ], ], 'TaskType' => [ 'base' => NULL, 'refs' => [ 'TaskRunFilterCriteria$TaskRunType' => '

The type of task run.

', 'TaskRunProperties$TaskType' => '

The type of task run.

', ], ], 'Timeout' => [ 'base' => NULL, 'refs' => [ 'Action$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.

', 'CreateJobRequest$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'CreateMLTransformRequest$Timeout' => '

The timeout of the task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'CreateSessionRequest$Timeout' => '

The number of minutes before session times out. Default for Spark ETL jobs is 48 hours (2880 minutes), the maximum session lifetime for this job type. Consult the documentation for other job types.

', 'CreateSessionRequest$IdleTimeout' => '

The number of minutes when idle before session times out. Default for Spark ETL jobs is value of Timeout. Consult the documentation for other job types.

', 'GetDataQualityRuleRecommendationRunResponse$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'GetDataQualityRulesetEvaluationRunResponse$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'GetMLTransformResponse$Timeout' => '

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'Job$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'JobRun$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).

', 'JobUpdate$Timeout' => '

The job timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'MLTransform$Timeout' => '

The timeout in minutes of the machine learning transform.

', 'StartDataQualityRuleRecommendationRunRequest$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'StartDataQualityRulesetEvaluationRunRequest$Timeout' => '

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', 'StartJobRunRequest$Timeout' => '

The JobRun timeout in minutes. This is the maximum time that a job run can consume resources before it is terminated and enters TIMEOUT status. This value overrides the timeout value set in the parent job.

Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).

', 'UpdateMLTransformRequest$Timeout' => '

The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'CatalogImportStatus$ImportTime' => '

The time that the migration was started.

', 'ColumnStatistics$AnalyzedTime' => '

The timestamp of when column statistics were generated.

', 'Connection$CreationTime' => '

The time that this connection definition was created.

', 'Connection$LastUpdatedTime' => '

The last time that this connection definition was updated.

', 'Crawler$CreationTime' => '

The time that the crawler was created.

', 'Crawler$LastUpdated' => '

The time that the crawler was last updated.

', 'CrawlerHistory$StartTime' => '

The date and time on which the crawl started.

', 'CrawlerHistory$EndTime' => '

The date and time on which the crawl ended.

', 'CsvClassifier$CreationTime' => '

The time that this classifier was registered.

', 'CsvClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'DataQualityResult$StartedOn' => '

The date and time when this data quality run started.

', 'DataQualityResult$CompletedOn' => '

The date and time when this data quality run completed.

', 'DataQualityResultDescription$StartedOn' => '

The time that the run started for this data quality result.

', 'DataQualityResultFilterCriteria$StartedAfter' => '

Filter results by runs that started after this time.

', 'DataQualityResultFilterCriteria$StartedBefore' => '

Filter results by runs that started before this time.

', 'DataQualityRuleRecommendationRunDescription$StartedOn' => '

The date and time when this run started.

', 'DataQualityRuleRecommendationRunFilter$StartedBefore' => '

Filter based on time for results started before provided time.

', 'DataQualityRuleRecommendationRunFilter$StartedAfter' => '

Filter based on time for results started after provided time.

', 'DataQualityRulesetEvaluationRunDescription$StartedOn' => '

The date and time when the run started.

', 'DataQualityRulesetEvaluationRunFilter$StartedBefore' => '

Filter results by runs that started before this time.

', 'DataQualityRulesetEvaluationRunFilter$StartedAfter' => '

Filter results by runs that started after this time.

', 'DataQualityRulesetFilterCriteria$CreatedBefore' => '

Filter on rulesets created before this date.

', 'DataQualityRulesetFilterCriteria$CreatedAfter' => '

Filter on rulesets created after this date.

', 'DataQualityRulesetFilterCriteria$LastModifiedBefore' => '

Filter on rulesets last modified before this date.

', 'DataQualityRulesetFilterCriteria$LastModifiedAfter' => '

Filter on rulesets last modified after this date.

', 'DataQualityRulesetListDetails$CreatedOn' => '

The date and time the data quality ruleset was created.

', 'DataQualityRulesetListDetails$LastModifiedOn' => '

The date and time the data quality ruleset was last modified.

', 'Database$CreateTime' => '

The time at which the metadata database was created in the catalog.

', 'DateColumnStatisticsData$MinimumValue' => '

The lowest value in the column.

', 'DateColumnStatisticsData$MaximumValue' => '

The highest value in the column.

', 'GetDataQualityResultResponse$StartedOn' => '

The date and time when the run for this data quality result started.

', 'GetDataQualityResultResponse$CompletedOn' => '

The date and time when the run for this data quality result was completed.

', 'GetDataQualityRuleRecommendationRunResponse$StartedOn' => '

The date and time when this run started.

', 'GetDataQualityRuleRecommendationRunResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality rule recommendation run was modified.

', 'GetDataQualityRuleRecommendationRunResponse$CompletedOn' => '

The date and time when this run was completed.

', 'GetDataQualityRulesetEvaluationRunResponse$StartedOn' => '

The date and time when this run started.

', 'GetDataQualityRulesetEvaluationRunResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality rule recommendation run was modified.

', 'GetDataQualityRulesetEvaluationRunResponse$CompletedOn' => '

The date and time when this run was completed.

', 'GetDataQualityRulesetResponse$CreatedOn' => '

A timestamp. The time and date that this data quality ruleset was created.

', 'GetDataQualityRulesetResponse$LastModifiedOn' => '

A timestamp. The last point in time when this data quality ruleset was modified.

', 'GetMLTaskRunResponse$StartedOn' => '

The date and time when this task run started.

', 'GetMLTaskRunResponse$LastModifiedOn' => '

The date and time when this task run was last modified.

', 'GetMLTaskRunResponse$CompletedOn' => '

The date and time when this task run was completed.

', 'GetMLTransformResponse$CreatedOn' => '

The date and time when the transform was created.

', 'GetMLTransformResponse$LastModifiedOn' => '

The date and time when the transform was last modified.

', 'GetPartitionsRequest$QueryAsOfTime' => '

The time as of when to read the partition contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GetResourcePolicyResponse$CreateTime' => '

The date and time at which the policy was created.

', 'GetResourcePolicyResponse$UpdateTime' => '

The date and time at which the policy was last updated.

', 'GetTableRequest$QueryAsOfTime' => '

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GetTablesRequest$QueryAsOfTime' => '

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

', 'GluePolicy$CreateTime' => '

The date and time at which the policy was created.

', 'GluePolicy$UpdateTime' => '

The date and time at which the policy was last updated.

', 'GrokClassifier$CreationTime' => '

The time that this classifier was registered.

', 'GrokClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'JsonClassifier$CreationTime' => '

The time that this classifier was registered.

', 'JsonClassifier$LastUpdated' => '

The time that this classifier was last updated.

', 'LastCrawlInfo$StartTime' => '

The time at which the crawl started.

', 'MLTransform$CreatedOn' => '

A timestamp. The time and date that this machine learning transform was created.

', 'MLTransform$LastModifiedOn' => '

A timestamp. The last point in time when this machine learning transform was modified.

', 'Partition$CreationTime' => '

The time at which the partition was created.

', 'Partition$LastAccessTime' => '

The last time at which the partition was accessed.

', 'Partition$LastAnalyzedTime' => '

The last time at which column statistics were computed for this partition.

', 'PartitionInput$LastAccessTime' => '

The last time at which the partition was accessed.

', 'PartitionInput$LastAnalyzedTime' => '

The last time at which column statistics were computed for this partition.

', 'Table$CreateTime' => '

The time when the table definition was created in the Data Catalog.

', 'Table$UpdateTime' => '

The last time that the table was updated.

', 'Table$LastAccessTime' => '

The last time that the table was accessed. This is usually taken from HDFS, and might not be reliable.

', 'Table$LastAnalyzedTime' => '

The last time that column statistics were computed for this table.

', 'TableInput$LastAccessTime' => '

The last time that the table was accessed.

', 'TableInput$LastAnalyzedTime' => '

The last time that column statistics were computed for this table.

', 'TaskRun$StartedOn' => '

The date and time that this task run started.

', 'TaskRun$LastModifiedOn' => '

The last point in time that the requested task run was updated.

', 'TaskRun$CompletedOn' => '

The last point in time that the requested task run was completed.

', 'TaskRunFilterCriteria$StartedBefore' => '

Filter on task runs started before this date.

', 'TaskRunFilterCriteria$StartedAfter' => '

Filter on task runs started after this date.

', 'TransformFilterCriteria$CreatedBefore' => '

The time and date before which the transforms were created.

', 'TransformFilterCriteria$CreatedAfter' => '

The time and date after which the transforms were created.

', 'TransformFilterCriteria$LastModifiedBefore' => '

Filter on transforms last modified before this date.

', 'TransformFilterCriteria$LastModifiedAfter' => '

Filter on transforms last modified after this date.

', 'UserDefinedFunction$CreateTime' => '

The time at which the function was created.

', 'XMLClassifier$CreationTime' => '

The time that this classifier was registered.

', 'XMLClassifier$LastUpdated' => '

The time that this classifier was last updated.

', ], ], 'TimestampValue' => [ 'base' => NULL, 'refs' => [ 'Blueprint$CreatedOn' => '

The date and time the blueprint was registered.

', 'Blueprint$LastModifiedOn' => '

The date and time the blueprint was last modified.

', 'BlueprintRun$StartedOn' => '

The date and time that the blueprint run started.

', 'BlueprintRun$CompletedOn' => '

The date and time that the blueprint run completed.

', 'Crawl$StartedOn' => '

The date and time on which the crawl started.

', 'Crawl$CompletedOn' => '

The date and time on which the crawl completed.

', 'CreateDevEndpointResponse$CreatedTimestamp' => '

The point in time at which this DevEndpoint was created.

', 'CreateSecurityConfigurationResponse$CreatedTimestamp' => '

The time at which the new security configuration was created.

', 'DevEndpoint$CreatedTimestamp' => '

The point in time at which this DevEndpoint was created.

', 'DevEndpoint$LastModifiedTimestamp' => '

The point in time at which this DevEndpoint was last modified.

', 'Job$CreatedOn' => '

The time and date that this job definition was created.

', 'Job$LastModifiedOn' => '

The last point in time when this job definition was modified.

', 'JobRun$StartedOn' => '

The date and time at which this job run was started.

', 'JobRun$LastModifiedOn' => '

The last time that this job run was modified.

', 'JobRun$CompletedOn' => '

The date and time that this job run completed.

', 'LastActiveDefinition$LastModifiedOn' => '

The date and time the blueprint was last modified.

', 'SecurityConfiguration$CreatedTimeStamp' => '

The time at which this security configuration was created.

', 'Session$CreatedOn' => '

The time and date when the session was created.

', 'Workflow$CreatedOn' => '

The date and time when the workflow was created.

', 'Workflow$LastModifiedOn' => '

The date and time when the workflow was last modified.

', 'WorkflowRun$StartedOn' => '

The date and time when the workflow run was started.

', 'WorkflowRun$CompletedOn' => '

The date and time when the workflow run completed.

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersRequest$NextToken' => '

An optional continuation token.

', 'GetClassifiersResponse$NextToken' => '

A continuation token.

', 'GetConnectionsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetConnectionsResponse$NextToken' => '

A continuation token, if the list of connections returned does not include the last of the filtered connections.

', 'GetCrawlerMetricsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetCrawlerMetricsResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'GetCrawlersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetCrawlersResponse$NextToken' => '

A continuation token, if the returned list has not reached the end of those defined in this customer account.

', 'GetDatabasesRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetDatabasesResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'GetPartitionIndexesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'GetPartitionIndexesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'GetPartitionsRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve these partitions.

', 'GetPartitionsResponse$NextToken' => '

A continuation token, if the returned list of partitions does not include the last one.

', 'GetResourcePoliciesRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'GetResourcePoliciesResponse$NextToken' => '

A continuation token, if the returned list does not contain the last resource policy available.

', 'GetTableVersionsRequest$NextToken' => '

A continuation token, if this is not the first call.

', 'GetTableVersionsResponse$NextToken' => '

A continuation token, if the list of available versions does not include the last one.

', 'GetTablesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'GetTablesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', 'GetUnfilteredPartitionsMetadataRequest$NextToken' => '

A continuation token, if this is not the first call to retrieve these partitions.

', 'GetUnfilteredPartitionsMetadataResponse$NextToken' => '

A continuation token, if the returned list of partitions does not include the last one.

', 'GetUserDefinedFunctionsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetUserDefinedFunctionsResponse$NextToken' => '

A continuation token, if the list of functions returned does not include the last requested function.

', 'ListCrawlersRequest$NextToken' => '

A continuation token, if this is a continuation request.

', 'ListCrawlersResponse$NextToken' => '

A continuation token, if the returned list does not contain the last metric available.

', 'ListCrawlsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListCrawlsResponse$NextToken' => '

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

', 'SearchTablesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'SearchTablesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', ], ], 'Topk' => [ 'base' => NULL, 'refs' => [ 'Spigot$Topk' => '

Specifies a number of records to write starting from the beginning of the dataset.

', ], ], 'TotalSegmentsInteger' => [ 'base' => NULL, 'refs' => [ 'Segment$TotalSegments' => '

The total number of segments.

', ], ], 'TransactionIdString' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableRequest$TransactionId' => '

The transaction ID at which to delete the table contents.

', 'CreateTableRequest$TransactionId' => '

The ID of the transaction.

', 'DeleteTableRequest$TransactionId' => '

The transaction ID at which to delete the table contents.

', 'GetPartitionsRequest$TransactionId' => '

The transaction ID at which to read the partition contents.

', 'GetTableRequest$TransactionId' => '

The transaction ID at which to read the table contents.

', 'GetTablesRequest$TransactionId' => '

The transaction ID at which to read the table contents.

', 'UpdateTableRequest$TransactionId' => '

The transaction ID at which to update the table contents.

', ], ], 'TransformConfigParameter' => [ 'base' => '

Specifies the parameters in the config file of the dynamic transform.

', 'refs' => [ 'TransformConfigParameterList$member' => NULL, ], ], 'TransformConfigParameterList' => [ 'base' => NULL, 'refs' => [ 'DynamicTransform$Parameters' => '

Specifies the parameters of the dynamic transform.

', ], ], 'TransformEncryption' => [ 'base' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.

', 'refs' => [ 'CreateMLTransformRequest$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', 'GetMLTransformResponse$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', 'MLTransform$TransformEncryption' => '

The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.

', ], ], 'TransformFilterCriteria' => [ 'base' => '

The criteria used to filter the machine learning transforms.

', 'refs' => [ 'GetMLTransformsRequest$Filter' => '

The filter transformation criteria.

', 'ListMLTransformsRequest$Filter' => '

A TransformFilterCriteria used to filter the machine learning transforms.

', ], ], 'TransformIdList' => [ 'base' => NULL, 'refs' => [ 'ListMLTransformsResponse$TransformIds' => '

The identifiers of all the machine learning transforms in the account, or the machine learning transforms with the specified tags.

', ], ], 'TransformList' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformsResponse$Transforms' => '

A list of machine learning transforms.

', ], ], 'TransformParameters' => [ 'base' => '

The algorithm-specific parameters that are associated with the machine learning transform.

', 'refs' => [ 'CreateMLTransformRequest$Parameters' => '

The algorithmic parameters that are specific to the transform type used. Conditionally dependent on the transform type.

', 'GetMLTransformResponse$Parameters' => '

The configuration parameters that are specific to the algorithm used.

', 'MLTransform$Parameters' => '

A TransformParameters object. You can use parameters to tune (customize) the behavior of the machine learning transform by specifying what data it learns from and your preference on various tradeoffs (such as precious vs. recall, or accuracy vs. cost).

', 'UpdateMLTransformRequest$Parameters' => '

The configuration parameters that are specific to the transform type (algorithm) used. Conditionally dependent on the transform type.

', ], ], 'TransformSchema' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$Schema' => '

The Map<Column, Type> object that represents the schema that this transform accepts. Has an upper bound of 100 columns.

', 'MLTransform$Schema' => '

A map of key-value pairs representing the columns and data types that this transform can run against. Has an upper bound of 100 columns.

', 'TransformFilterCriteria$Schema' => '

Filters on datasets with a specific schema. The Map<Column, Type> object is an array of key-value pairs representing the schema this transform accepts, where Column is the name of a column, and Type is the type of the data such as an integer or string. Has an upper bound of 100 columns.

', ], ], 'TransformSortColumnType' => [ 'base' => NULL, 'refs' => [ 'TransformSortCriteria$Column' => '

The column to be used in the sorting criteria that are associated with the machine learning transform.

', ], ], 'TransformSortCriteria' => [ 'base' => '

The sorting criteria that are associated with the machine learning transform.

', 'refs' => [ 'GetMLTransformsRequest$Sort' => '

The sorting criteria.

', 'ListMLTransformsRequest$Sort' => '

A TransformSortCriteria used to sort the machine learning transforms.

', ], ], 'TransformStatusType' => [ 'base' => NULL, 'refs' => [ 'GetMLTransformResponse$Status' => '

The last known status of the transform (to indicate whether it can be used or not). One of "NOT_READY", "READY", or "DELETING".

', 'MLTransform$Status' => '

The current status of the machine learning transform.

', 'TransformFilterCriteria$Status' => '

Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of "NOT_READY", "READY", or "DELETING".

', ], ], 'TransformType' => [ 'base' => NULL, 'refs' => [ 'EvaluationMetrics$TransformType' => '

The type of machine learning transform.

', 'TransformFilterCriteria$TransformType' => '

The type of machine learning transform that is used to filter the machine learning transforms.

', 'TransformParameters$TransformType' => '

The type of machine learning transform.

For information about the types of machine learning transforms, see Creating Machine Learning Transforms.

', ], ], 'Trigger' => [ 'base' => '

Information about a specific trigger.

', 'refs' => [ 'GetTriggerResponse$Trigger' => '

The requested trigger definition.

', 'TriggerList$member' => NULL, 'TriggerNodeDetails$Trigger' => '

The information of the trigger represented by the trigger node.

', 'UpdateTriggerResponse$Trigger' => '

The resulting trigger definition.

', ], ], 'TriggerList' => [ 'base' => NULL, 'refs' => [ 'BatchGetTriggersResponse$Triggers' => '

A list of trigger definitions.

', 'GetTriggersResponse$Triggers' => '

A list of triggers for the specified job.

', ], ], 'TriggerNameList' => [ 'base' => NULL, 'refs' => [ 'BatchGetTriggersRequest$TriggerNames' => '

A list of trigger names, which may be the names returned from the ListTriggers operation.

', 'BatchGetTriggersResponse$TriggersNotFound' => '

A list of names of triggers not found.

', 'ListTriggersResponse$TriggerNames' => '

The names of all triggers in the account, or the triggers with the specified tags.

', ], ], 'TriggerNodeDetails' => [ 'base' => '

The details of a Trigger node present in the workflow.

', 'refs' => [ 'Node$TriggerDetails' => '

Details of the Trigger when the node represents a Trigger.

', ], ], 'TriggerState' => [ 'base' => NULL, 'refs' => [ 'Trigger$State' => '

The current state of the trigger.

', ], ], 'TriggerType' => [ 'base' => NULL, 'refs' => [ 'CreateTriggerRequest$Type' => '

The type of the new trigger.

', 'Trigger$Type' => '

The type of trigger that this is.

', ], ], 'TriggerUpdate' => [ 'base' => '

A structure used to provide information used to update a trigger. This object updates the previous trigger definition by overwriting it completely.

', 'refs' => [ 'UpdateTriggerRequest$TriggerUpdate' => '

The new values with which to update the trigger.

', ], ], 'TwoInputs' => [ 'base' => NULL, 'refs' => [ 'Join$Inputs' => '

The data inputs identified by their node names.

', 'Merge$Inputs' => '

The data inputs identified by their node names.

', 'Union$Inputs' => '

The node ID inputs to the transform.

', ], ], 'TypeString' => [ 'base' => NULL, 'refs' => [ 'ColumnStatistics$ColumnType' => '

The data type of the column.

', ], ], 'URI' => [ 'base' => NULL, 'refs' => [ 'Database$LocationUri' => '

The location of the database (for example, an HDFS path).

', 'DatabaseInput$LocationUri' => '

The location of the database (for example, an HDFS path).

', 'ResourceUri$Uri' => '

The URI for accessing the resource.

', ], ], 'UnfilteredPartition' => [ 'base' => '

A partition that contains unfiltered metadata.

', 'refs' => [ 'UnfilteredPartitionList$member' => NULL, ], ], 'UnfilteredPartitionList' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredPartitionsMetadataResponse$UnfilteredPartitions' => '

A list of requested partitions.

', ], ], 'Union' => [ 'base' => '

Specifies a transform that combines the rows from two or more datasets into a single result.

', 'refs' => [ 'CodeGenConfigurationNode$Union' => '

Specifies a transform that combines the rows from two or more datasets into a single result.

', ], ], 'UnionType' => [ 'base' => NULL, 'refs' => [ 'Union$UnionType' => '

Indicates the type of Union transform.

Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.

Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBehavior' => [ 'base' => NULL, 'refs' => [ 'SchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', ], ], 'UpdateBlueprintRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateBlueprintResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCatalogBehavior' => [ 'base' => NULL, 'refs' => [ 'CatalogSchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', 'DirectSchemaChangePolicy$UpdateBehavior' => '

The update behavior when the crawler finds a changed schema.

', ], ], 'UpdateClassifierRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateClassifierResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForPartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForPartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsForTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateColumnStatisticsList' => [ 'base' => NULL, 'refs' => [ 'UpdateColumnStatisticsForPartitionRequest$ColumnStatisticsList' => '

A list of the column statistics.

', 'UpdateColumnStatisticsForTableRequest$ColumnStatisticsList' => '

A list of the column statistics.

', ], ], 'UpdateConnectionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateConnectionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCrawlerScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCsvClassifierRequest' => [ 'base' => '

Specifies a custom CSV classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$CsvClassifier' => '

A CsvClassifier object with updated fields.

', ], ], 'UpdateDataQualityRulesetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDataQualityRulesetResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatabaseRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDatabaseResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGrokClassifierRequest' => [ 'base' => '

Specifies a grok classifier to update when passed to UpdateClassifier.

', 'refs' => [ 'UpdateClassifierRequest$GrokClassifier' => '

A GrokClassifier object with updated fields.

', ], ], 'UpdateJobFromSourceControlRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobFromSourceControlResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateJsonClassifierRequest' => [ 'base' => '

Specifies a JSON classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$JsonClassifier' => '

A JsonClassifier object with updated fields.

', ], ], 'UpdateMLTransformRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMLTransformResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePartitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePartitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRegistryInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateRegistryResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSchemaInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSchemaResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceControlFromJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSourceControlFromJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserDefinedFunctionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserDefinedFunctionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkflowRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkflowResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateXMLClassifierRequest' => [ 'base' => '

Specifies an XML classifier to be updated.

', 'refs' => [ 'UpdateClassifierRequest$XMLClassifier' => '

An XMLClassifier object with updated fields.

', ], ], 'UpdatedTimestamp' => [ 'base' => NULL, 'refs' => [ 'GetRegistryResponse$UpdatedTime' => '

The date and time the registry was updated.

', 'GetSchemaResponse$UpdatedTime' => '

The date and time the schema was updated.

', 'RegistryListItem$UpdatedTime' => '

The date the registry was updated.

', 'SchemaListItem$UpdatedTime' => '

The date and time that a schema was updated.

', ], ], 'UpsertRedshiftTargetOptions' => [ 'base' => '

The options to configure an upsert operation when writing to a Redshift target .

', 'refs' => [ 'RedshiftTarget$UpsertRedshiftOptions' => '

The set of options to configure an upsert operation when writing to a Redshift target.

', ], ], 'UriString' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$LogUri' => '

This field is reserved for future use.

', 'DataQualityEvaluationRunAdditionalRunOptions$ResultsS3Prefix' => '

Prefix for Amazon S3 to store results.

', 'ExportLabelsTaskRunProperties$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you will export the labels.

', 'ImportLabelsTaskRunProperties$InputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path from where you will import the labels.

', 'Job$LogUri' => '

This field is reserved for future use.

', 'JobUpdate$LogUri' => '

This field is reserved for future use.

', 'LabelingSetGenerationTaskRunProperties$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.

', 'StartExportLabelsTaskRunRequest$OutputS3Path' => '

The Amazon S3 path where you export the labels.

', 'StartImportLabelsTaskRunRequest$InputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

', 'StartMLLabelingSetGenerationTaskRunRequest$OutputS3Path' => '

The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.

', ], ], 'UserDefinedFunction' => [ 'base' => '

Represents the equivalent of a Hive user-defined function (UDF) definition.

', 'refs' => [ 'GetUserDefinedFunctionResponse$UserDefinedFunction' => '

The requested function definition.

', 'UserDefinedFunctionList$member' => NULL, ], ], 'UserDefinedFunctionInput' => [ 'base' => '

A structure used to create or update a user-defined function.

', 'refs' => [ 'CreateUserDefinedFunctionRequest$FunctionInput' => '

A FunctionInput object that defines the function to create in the Data Catalog.

', 'UpdateUserDefinedFunctionRequest$FunctionInput' => '

A FunctionInput object that redefines the function in the Data Catalog.

', ], ], 'UserDefinedFunctionList' => [ 'base' => NULL, 'refs' => [ 'GetUserDefinedFunctionsResponse$UserDefinedFunctions' => '

A list of requested function definitions.

', ], ], 'ValidationException' => [ 'base' => '

A value could not be validated.

', 'refs' => [], ], 'ValueString' => [ 'base' => NULL, 'refs' => [ 'BoundedPartitionValueList$member' => NULL, 'ConnectionProperties$value' => NULL, 'PropertyPredicate$Key' => '

The key of the property.

', 'PropertyPredicate$Value' => '

The value of the property.

', 'SearchTablesRequest$SearchText' => '

A string used for a text search.

Specifying a value in quotes filters based on an exact match to the value.

', 'SortCriterion$FieldName' => '

The name of the field on which to sort.

', 'ValueStringList$member' => NULL, ], ], 'ValueStringList' => [ 'base' => NULL, 'refs' => [ 'DeleteColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', 'DeletePartitionRequest$PartitionValues' => '

The values that define the partition.

', 'GetColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', 'GetPartitionRequest$PartitionValues' => '

The values that define the partition.

', 'GetUnfilteredPartitionMetadataRequest$PartitionValues' => '

(Required) A list of partition key values.

', 'Partition$Values' => '

The values of the partition.

', 'PartitionError$PartitionValues' => '

The values that define the partition.

', 'PartitionInput$Values' => '

The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.

The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.

', 'PartitionValueList$Values' => '

The list of values.

', 'UpdateColumnStatisticsForPartitionRequest$PartitionValues' => '

A list of partition values identifying the partition.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'Crawler$Version' => '

The version of the crawler.

', 'CsvClassifier$Version' => '

The version of this classifier.

', 'GrokClassifier$Version' => '

The version of this classifier.

', 'JsonClassifier$Version' => '

The version of this classifier.

', 'XMLClassifier$Version' => '

The version of this classifier.

', ], ], 'VersionLongNumber' => [ 'base' => NULL, 'refs' => [ 'CreateSchemaResponse$LatestSchemaVersion' => '

The latest version of the schema associated with the returned schema definition.

', 'CreateSchemaResponse$NextSchemaVersion' => '

The next version of the schema associated with the returned schema definition.

', 'GetSchemaResponse$LatestSchemaVersion' => '

The latest version of the schema associated with the returned schema definition.

', 'GetSchemaResponse$NextSchemaVersion' => '

The next version of the schema associated with the returned schema definition.

', 'GetSchemaVersionResponse$VersionNumber' => '

The version number of the schema.

', 'PutSchemaVersionMetadataResponse$VersionNumber' => '

The version number of the schema.

', 'RegisterSchemaVersionResponse$VersionNumber' => '

The version of this schema (for sync flow only, in case this is the first version).

', 'RemoveSchemaVersionMetadataResponse$VersionNumber' => '

The version number of the schema.

', 'SchemaReference$SchemaVersionNumber' => '

The version number of the schema.

', 'SchemaVersionErrorItem$VersionNumber' => '

The version number of the schema.

', 'SchemaVersionListItem$VersionNumber' => '

The version number of the schema.

', 'SchemaVersionNumber$VersionNumber' => '

The version number of the schema.

', ], ], 'VersionMismatchException' => [ 'base' => '

There was a version conflict.

', 'refs' => [], ], 'VersionString' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteTableVersionList$member' => NULL, 'DeleteTableVersionRequest$VersionId' => '

The ID of the table version to be deleted. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'GetTableVersionRequest$VersionId' => '

The ID value of the table version to be retrieved. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'IcebergInput$Version' => '

The table version for the Iceberg table. Defaults to 2.

', 'Table$VersionId' => '

The ID of the table version.

', 'TableVersion$VersionId' => '

The ID value that identifies this table version. A VersionId is a string representation of an integer. Each version is incremented by 1.

', 'TableVersionError$VersionId' => '

The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.

', 'UpdateTableRequest$VersionId' => '

The version ID at which to update the table contents.

', ], ], 'VersionsString' => [ 'base' => NULL, 'refs' => [ 'DeleteSchemaVersionsInput$Versions' => '

A version range may be supplied which may be of the format:

', ], ], 'ViewTextString' => [ 'base' => NULL, 'refs' => [ 'Table$ViewOriginalText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

', 'Table$ViewExpandedText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', 'TableInput$ViewOriginalText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations. If the table is a VIRTUAL_VIEW, certain Athena configuration encoded in base64.

', 'TableInput$ViewExpandedText' => '

Included for Apache Hive compatibility. Not used in the normal course of Glue operations.

', ], ], 'WorkerType' => [ 'base' => NULL, 'refs' => [ 'CreateDevEndpointRequest$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

', 'CreateDevEndpointResponse$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. May be a value of Standard, G.1X, or G.2X.

', 'CreateJobRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'CreateMLTransformRequest$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

', 'CreateSessionRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark jobs. Accepts the value Z.2X for Ray notebooks.

', 'DevEndpoint$WorkerType' => '

The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.

Known issue: when a development endpoint is created with the G.2X WorkerType configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk.

', 'GetMLTransformResponse$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

', 'Job$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'JobRun$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'JobUpdate$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'MLTransform$WorkerType' => '

The type of predefined worker that is allocated when a task of this transform runs. Accepts a value of Standard, G.1X, or G.2X.

MaxCapacity is a mutually exclusive option with NumberOfWorkers and WorkerType.

', 'StartJobRunRequest$WorkerType' => '

The type of predefined worker that is allocated when a job runs. Accepts a value of G.1X, G.2X, G.4X, G.8X or G.025X for Spark jobs. Accepts the value Z.2X for Ray jobs.

', 'UpdateMLTransformRequest$WorkerType' => '

The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.

', ], ], 'Workflow' => [ 'base' => '

A workflow is a collection of multiple dependent Glue jobs and crawlers that are run to complete a complex ETL task. A workflow manages the execution and monitoring of all its jobs and crawlers.

', 'refs' => [ 'GetWorkflowResponse$Workflow' => '

The resource metadata for the workflow.

', 'Workflows$member' => NULL, ], ], 'WorkflowGraph' => [ 'base' => '

A workflow graph represents the complete workflow containing all the Glue components present in the workflow and all the directed connections between them.

', 'refs' => [ 'Workflow$Graph' => '

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

', 'WorkflowRun$Graph' => '

The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.

', ], ], 'WorkflowNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetWorkflowsRequest$Names' => '

A list of workflow names, which may be the names returned from the ListWorkflows operation.

', 'BatchGetWorkflowsResponse$MissingWorkflows' => '

A list of names of workflows not found.

', 'ListWorkflowsResponse$Workflows' => '

List of names of workflows in the account.

', ], ], 'WorkflowRun' => [ 'base' => '

A workflow run is an execution of a workflow providing all the runtime information.

', 'refs' => [ 'GetWorkflowRunResponse$Run' => '

The requested workflow run metadata.

', 'Workflow$LastRun' => '

The information about the last execution of the workflow.

', 'WorkflowRuns$member' => NULL, ], ], 'WorkflowRunProperties' => [ 'base' => NULL, 'refs' => [ 'CreateWorkflowRequest$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow.

', 'GetWorkflowRunPropertiesResponse$RunProperties' => '

The workflow run properties which were set during the specified run.

', 'PutWorkflowRunPropertiesRequest$RunProperties' => '

The properties to put for the specified run.

', 'StartWorkflowRunRequest$RunProperties' => '

The workflow run properties for the new workflow run.

', 'UpdateWorkflowRequest$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow.

', 'Workflow$DefaultRunProperties' => '

A collection of properties to be used as part of each execution of the workflow. The run properties are made available to each job in the workflow. A job can modify the properties for the next jobs in the flow.

', 'WorkflowRun$WorkflowRunProperties' => '

The workflow run properties which were set during the run.

', ], ], 'WorkflowRunStatistics' => [ 'base' => '

Workflow run statistics provides statistics about the workflow run.

', 'refs' => [ 'WorkflowRun$Statistics' => '

The statistics of the run.

', ], ], 'WorkflowRunStatus' => [ 'base' => NULL, 'refs' => [ 'WorkflowRun$Status' => '

The status of the workflow run.

', ], ], 'WorkflowRuns' => [ 'base' => NULL, 'refs' => [ 'GetWorkflowRunsResponse$Runs' => '

A list of workflow run metadata objects.

', ], ], 'Workflows' => [ 'base' => NULL, 'refs' => [ 'BatchGetWorkflowsResponse$Workflows' => '

A list of workflow resource metadata.

', ], ], 'XMLClassifier' => [ 'base' => '

A classifier for XML content.

', 'refs' => [ 'Classifier$XMLClassifier' => '

A classifier for XML content.

', ], ], ],]; diff --git a/src/data/pi/2018-02-27/api-2.json b/src/data/pi/2018-02-27/api-2.json index 199ffe2e37..e30c4b44b4 100644 --- a/src/data/pi/2018-02-27/api-2.json +++ b/src/data/pi/2018-02-27/api-2.json @@ -14,6 +14,34 @@ "uid":"pi-2018-02-27" }, "operations":{ + "CreatePerformanceAnalysisReport":{ + "name":"CreatePerformanceAnalysisReport", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreatePerformanceAnalysisReportRequest"}, + "output":{"shape":"CreatePerformanceAnalysisReportResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, + "DeletePerformanceAnalysisReport":{ + "name":"DeletePerformanceAnalysisReport", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeletePerformanceAnalysisReportRequest"}, + "output":{"shape":"DeletePerformanceAnalysisReportResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, "DescribeDimensionKeys":{ "name":"DescribeDimensionKeys", "http":{ @@ -42,6 +70,20 @@ {"shape":"NotAuthorizedException"} ] }, + "GetPerformanceAnalysisReport":{ + "name":"GetPerformanceAnalysisReport", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"GetPerformanceAnalysisReportRequest"}, + "output":{"shape":"GetPerformanceAnalysisReportResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, "GetResourceMetadata":{ "name":"GetResourceMetadata", "http":{ @@ -97,9 +139,69 @@ {"shape":"InternalServiceError"}, {"shape":"NotAuthorizedException"} ] + }, + "ListPerformanceAnalysisReports":{ + "name":"ListPerformanceAnalysisReports", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListPerformanceAnalysisReportsRequest"}, + "output":{"shape":"ListPerformanceAnalysisReportsResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, + "ListTagsForResource":{ + "name":"ListTagsForResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"ListTagsForResourceRequest"}, + "output":{"shape":"ListTagsForResourceResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, + "TagResource":{ + "name":"TagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"TagResourceRequest"}, + "output":{"shape":"TagResourceResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] + }, + "UntagResource":{ + "name":"UntagResource", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UntagResourceRequest"}, + "output":{"shape":"UntagResourceResponse"}, + "errors":[ + {"shape":"InvalidArgumentException"}, + {"shape":"InternalServiceError"}, + {"shape":"NotAuthorizedException"} + ] } }, "shapes":{ + "AcceptLanguage":{ + "type":"string", + "enum":["EN_US"] + }, "AdditionalMetricsList":{ "type":"list", "member":{"shape":"RequestString"}, @@ -111,6 +213,95 @@ "key":{"shape":"RequestString"}, "value":{"shape":"Double"} }, + "AmazonResourceName":{ + "type":"string", + "max":1011, + "min":1, + "pattern":"^arn:.*:pi:.*$" + }, + "AnalysisReport":{ + "type":"structure", + "required":["AnalysisReportId"], + "members":{ + "AnalysisReportId":{"shape":"AnalysisReportId"}, + "Identifier":{"shape":"IdentifierString"}, + "ServiceType":{"shape":"ServiceType"}, + "CreateTime":{"shape":"ISOTimestamp"}, + "StartTime":{"shape":"ISOTimestamp"}, + "EndTime":{"shape":"ISOTimestamp"}, + "Status":{"shape":"AnalysisStatus"}, + "Insights":{"shape":"InsightList"} + } + }, + "AnalysisReportId":{ + "type":"string", + "max":100, + "min":1, + "pattern":"report-[0-9a-f]{17}" + }, + "AnalysisReportSummary":{ + "type":"structure", + "members":{ + "AnalysisReportId":{"shape":"String"}, + "CreateTime":{"shape":"ISOTimestamp"}, + "StartTime":{"shape":"ISOTimestamp"}, + "EndTime":{"shape":"ISOTimestamp"}, + "Status":{"shape":"AnalysisStatus"}, + "Tags":{"shape":"TagList"} + } + }, + "AnalysisReportSummaryList":{ + "type":"list", + "member":{"shape":"AnalysisReportSummary"} + }, + "AnalysisStatus":{ + "type":"string", + "enum":[ + "RUNNING", + "SUCCEEDED", + "FAILED" + ] + }, + "Boolean":{"type":"boolean"}, + "ContextType":{ + "type":"string", + "enum":[ + "CAUSAL", + "CONTEXTUAL" + ] + }, + "CreatePerformanceAnalysisReportRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "Identifier", + "StartTime", + "EndTime" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "Identifier":{"shape":"IdentifierString"}, + "StartTime":{"shape":"ISOTimestamp"}, + "EndTime":{"shape":"ISOTimestamp"}, + "Tags":{"shape":"TagList"} + } + }, + "CreatePerformanceAnalysisReportResponse":{ + "type":"structure", + "members":{ + "AnalysisReportId":{"shape":"AnalysisReportId"} + } + }, + "Data":{ + "type":"structure", + "members":{ + "PerformanceInsightsMetric":{"shape":"PerformanceInsightsMetric"} + } + }, + "DataList":{ + "type":"list", + "member":{"shape":"Data"} + }, "DataPoint":{ "type":"structure", "required":[ @@ -126,6 +317,24 @@ "type":"list", "member":{"shape":"DataPoint"} }, + "DeletePerformanceAnalysisReportRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "Identifier", + "AnalysisReportId" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "Identifier":{"shape":"IdentifierString"}, + "AnalysisReportId":{"shape":"AnalysisReportId"} + } + }, + "DeletePerformanceAnalysisReportResponse":{ + "type":"structure", + "members":{ + } + }, "DescribeDimensionKeysRequest":{ "type":"structure", "required":[ @@ -138,7 +347,7 @@ ], "members":{ "ServiceType":{"shape":"ServiceType"}, - "Identifier":{"shape":"RequestString"}, + "Identifier":{"shape":"IdentifierString"}, "StartTime":{"shape":"ISOTimestamp"}, "EndTime":{"shape":"ISOTimestamp"}, "Metric":{"shape":"RequestString"}, @@ -166,6 +375,17 @@ "max":2048, "min":1 }, + "DescriptiveMap":{ + "type":"map", + "key":{"shape":"DescriptiveString"}, + "value":{"shape":"DescriptiveString"} + }, + "DescriptiveString":{ + "type":"string", + "max":2000, + "min":1, + "pattern":"^.*$" + }, "DetailStatus":{ "type":"string", "enum":[ @@ -286,6 +506,27 @@ "Dimensions":{"shape":"DimensionKeyDetailList"} } }, + "GetPerformanceAnalysisReportRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "Identifier", + "AnalysisReportId" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "Identifier":{"shape":"IdentifierString"}, + "AnalysisReportId":{"shape":"AnalysisReportId"}, + "TextFormat":{"shape":"TextFormat"}, + "AcceptLanguage":{"shape":"AcceptLanguage"} + } + }, + "GetPerformanceAnalysisReportResponse":{ + "type":"structure", + "members":{ + "AnalysisReport":{"shape":"AnalysisReport"} + } + }, "GetResourceMetadataRequest":{ "type":"structure", "required":[ @@ -294,7 +535,7 @@ ], "members":{ "ServiceType":{"shape":"ServiceType"}, - "Identifier":{"shape":"RequestString"} + "Identifier":{"shape":"IdentifierString"} } }, "GetResourceMetadataResponse":{ @@ -315,7 +556,7 @@ ], "members":{ "ServiceType":{"shape":"ServiceType"}, - "Identifier":{"shape":"RequestString"}, + "Identifier":{"shape":"IdentifierString"}, "MetricQueries":{"shape":"MetricQueryList"}, "StartTime":{"shape":"ISOTimestamp"}, "EndTime":{"shape":"ISOTimestamp"}, @@ -340,7 +581,28 @@ "type":"string", "max":256, "min":0, - "pattern":"^db-[a-zA-Z0-9-]*$" + "pattern":"^[a-zA-Z0-9-]+$" + }, + "Insight":{ + "type":"structure", + "required":["InsightId"], + "members":{ + "InsightId":{"shape":"String"}, + "InsightType":{"shape":"String"}, + "Context":{"shape":"ContextType"}, + "StartTime":{"shape":"ISOTimestamp"}, + "EndTime":{"shape":"ISOTimestamp"}, + "Severity":{"shape":"Severity"}, + "SupportingInsights":{"shape":"InsightList"}, + "Description":{"shape":"MarkdownString"}, + "Recommendations":{"shape":"RecommendationList"}, + "InsightData":{"shape":"DataList"}, + "BaselineData":{"shape":"DataList"} + } + }, + "InsightList":{ + "type":"list", + "member":{"shape":"Insight"} }, "Integer":{"type":"integer"}, "InternalServiceError":{ @@ -372,7 +634,7 @@ ], "members":{ "ServiceType":{"shape":"ServiceType"}, - "Identifier":{"shape":"RequestString"}, + "Identifier":{"shape":"IdentifierString"}, "Metrics":{"shape":"DimensionsMetricList"}, "MaxResults":{"shape":"MaxResults"}, "NextToken":{"shape":"NextToken"} @@ -394,7 +656,7 @@ ], "members":{ "ServiceType":{"shape":"ServiceType"}, - "Identifier":{"shape":"RequestString"}, + "Identifier":{"shape":"IdentifierString"}, "MetricTypes":{"shape":"MetricTypeList"}, "NextToken":{"shape":"NextToken"}, "MaxResults":{"shape":"MaxResults"} @@ -407,6 +669,51 @@ "NextToken":{"shape":"NextToken"} } }, + "ListPerformanceAnalysisReportsRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "Identifier" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "Identifier":{"shape":"IdentifierString"}, + "NextToken":{"shape":"NextToken"}, + "MaxResults":{"shape":"MaxResults"}, + "ListTags":{"shape":"Boolean"} + } + }, + "ListPerformanceAnalysisReportsResponse":{ + "type":"structure", + "members":{ + "AnalysisReports":{"shape":"AnalysisReportSummaryList"}, + "NextToken":{"shape":"NextToken"} + } + }, + "ListTagsForResourceRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "ResourceARN" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "ResourceARN":{"shape":"AmazonResourceName"} + } + }, + "ListTagsForResourceResponse":{ + "type":"structure", + "members":{ + "Tags":{"shape":"TagList"} + } + }, + "MarkdownString":{ + "type":"string", + "max":8000, + "min":0, + "pattern":"(.|\\n)*", + "sensitive":true + }, "MaxResults":{ "type":"integer", "max":25, @@ -466,7 +773,7 @@ "type":"string", "max":8192, "min":1, - "pattern":"[\\s\\S]*" + "pattern":"^[a-zA-Z0-9_=-]+$" }, "NotAuthorizedException":{ "type":"structure", @@ -475,6 +782,15 @@ }, "exception":true }, + "PerformanceInsightsMetric":{ + "type":"structure", + "members":{ + "Metric":{"shape":"DescriptiveString"}, + "DisplayName":{"shape":"DescriptiveString"}, + "Dimensions":{"shape":"DescriptiveMap"}, + "Value":{"shape":"Double"} + } + }, "PeriodAlignment":{ "type":"string", "enum":[ @@ -482,6 +798,17 @@ "START_TIME" ] }, + "Recommendation":{ + "type":"structure", + "members":{ + "RecommendationId":{"shape":"String"}, + "RecommendationDescription":{"shape":"MarkdownString"} + } + }, + "RecommendationList":{ + "type":"list", + "member":{"shape":"Recommendation"} + }, "RequestString":{ "type":"string", "max":256, @@ -538,11 +865,97 @@ "DOCDB" ] }, + "Severity":{ + "type":"string", + "enum":[ + "LOW", + "MEDIUM", + "HIGH" + ] + }, "String":{ "type":"string", "max":256, "min":0, "pattern":".*\\S.*" + }, + "Tag":{ + "type":"structure", + "required":[ + "Key", + "Value" + ], + "members":{ + "Key":{"shape":"TagKey"}, + "Value":{"shape":"TagValue"} + } + }, + "TagKey":{ + "type":"string", + "max":128, + "min":1, + "pattern":"^.*$" + }, + "TagKeyList":{ + "type":"list", + "member":{"shape":"TagKey"}, + "max":200, + "min":0 + }, + "TagList":{ + "type":"list", + "member":{"shape":"Tag"}, + "max":200, + "min":0 + }, + "TagResourceRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "ResourceARN", + "Tags" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "ResourceARN":{"shape":"AmazonResourceName"}, + "Tags":{"shape":"TagList"} + } + }, + "TagResourceResponse":{ + "type":"structure", + "members":{ + } + }, + "TagValue":{ + "type":"string", + "max":256, + "min":0, + "pattern":"^.*$" + }, + "TextFormat":{ + "type":"string", + "enum":[ + "PLAIN_TEXT", + "MARKDOWN" + ] + }, + "UntagResourceRequest":{ + "type":"structure", + "required":[ + "ServiceType", + "ResourceARN", + "TagKeys" + ], + "members":{ + "ServiceType":{"shape":"ServiceType"}, + "ResourceARN":{"shape":"AmazonResourceName"}, + "TagKeys":{"shape":"TagKeyList"} + } + }, + "UntagResourceResponse":{ + "type":"structure", + "members":{ + } } } } diff --git a/src/data/pi/2018-02-27/api-2.json.php b/src/data/pi/2018-02-27/api-2.json.php index bd7d44df92..8bcb46c23e 100644 --- a/src/data/pi/2018-02-27/api-2.json.php +++ b/src/data/pi/2018-02-27/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2018-02-27', 'endpointPrefix' => 'pi', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS PI', 'serviceFullName' => 'AWS Performance Insights', 'serviceId' => 'PI', 'signatureVersion' => 'v4', 'signingName' => 'pi', 'targetPrefix' => 'PerformanceInsightsv20180227', 'uid' => 'pi-2018-02-27', ], 'operations' => [ 'DescribeDimensionKeys' => [ 'name' => 'DescribeDimensionKeys', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDimensionKeysRequest', ], 'output' => [ 'shape' => 'DescribeDimensionKeysResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetDimensionKeyDetails' => [ 'name' => 'GetDimensionKeyDetails', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDimensionKeyDetailsRequest', ], 'output' => [ 'shape' => 'GetDimensionKeyDetailsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetResourceMetadata' => [ 'name' => 'GetResourceMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceMetadataRequest', ], 'output' => [ 'shape' => 'GetResourceMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetResourceMetrics' => [ 'name' => 'GetResourceMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceMetricsRequest', ], 'output' => [ 'shape' => 'GetResourceMetricsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListAvailableResourceDimensions' => [ 'name' => 'ListAvailableResourceDimensions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAvailableResourceDimensionsRequest', ], 'output' => [ 'shape' => 'ListAvailableResourceDimensionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListAvailableResourceMetrics' => [ 'name' => 'ListAvailableResourceMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAvailableResourceMetricsRequest', ], 'output' => [ 'shape' => 'ListAvailableResourceMetricsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], ], 'shapes' => [ 'AdditionalMetricsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 30, 'min' => 1, ], 'AdditionalMetricsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'Double', ], ], 'DataPoint' => [ 'type' => 'structure', 'required' => [ 'Timestamp', 'Value', ], 'members' => [ 'Timestamp' => [ 'shape' => 'ISOTimestamp', ], 'Value' => [ 'shape' => 'Double', ], ], ], 'DataPointsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataPoint', ], ], 'DescribeDimensionKeysRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'StartTime', 'EndTime', 'Metric', 'GroupBy', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'RequestString', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Metric' => [ 'shape' => 'RequestString', ], 'PeriodInSeconds' => [ 'shape' => 'Integer', ], 'GroupBy' => [ 'shape' => 'DimensionGroup', ], 'AdditionalMetrics' => [ 'shape' => 'AdditionalMetricsList', ], 'PartitionBy' => [ 'shape' => 'DimensionGroup', ], 'Filter' => [ 'shape' => 'MetricQueryFilterMap', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeDimensionKeysResponse' => [ 'type' => 'structure', 'members' => [ 'AlignedStartTime' => [ 'shape' => 'ISOTimestamp', ], 'AlignedEndTime' => [ 'shape' => 'ISOTimestamp', ], 'PartitionKeys' => [ 'shape' => 'ResponsePartitionKeyList', ], 'Keys' => [ 'shape' => 'DimensionKeyDescriptionList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'DetailStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PROCESSING', 'UNAVAILABLE', ], ], 'DimensionDetail' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'String', ], ], ], 'DimensionDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionDetail', ], ], 'DimensionGroup' => [ 'type' => 'structure', 'required' => [ 'Group', ], 'members' => [ 'Group' => [ 'shape' => 'RequestString', ], 'Dimensions' => [ 'shape' => 'RequestStringList', ], 'Limit' => [ 'shape' => 'Limit', ], ], ], 'DimensionGroupDetail' => [ 'type' => 'structure', 'members' => [ 'Group' => [ 'shape' => 'String', ], 'Dimensions' => [ 'shape' => 'DimensionDetailList', ], ], ], 'DimensionGroupDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionGroupDetail', ], ], 'DimensionKeyDescription' => [ 'type' => 'structure', 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionMap', ], 'Total' => [ 'shape' => 'Double', ], 'AdditionalMetrics' => [ 'shape' => 'AdditionalMetricsMap', ], 'Partitions' => [ 'shape' => 'MetricValuesList', ], ], ], 'DimensionKeyDescriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionKeyDescription', ], ], 'DimensionKeyDetail' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'String', ], 'Dimension' => [ 'shape' => 'String', ], 'Status' => [ 'shape' => 'DetailStatus', ], ], ], 'DimensionKeyDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionKeyDetail', ], ], 'DimensionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'RequestString', ], ], 'DimensionsMetricList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 5, 'min' => 1, ], 'Double' => [ 'type' => 'double', ], 'ErrorString' => [ 'type' => 'string', ], 'FeatureMetadata' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], ], ], 'FeatureMetadataMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'FeatureMetadata', ], ], 'FeatureStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', 'UNSUPPORTED', 'ENABLED_PENDING_REBOOT', 'DISABLED_PENDING_REBOOT', 'UNKNOWN', ], ], 'GetDimensionKeyDetailsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'Group', 'GroupIdentifier', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'Group' => [ 'shape' => 'RequestString', ], 'GroupIdentifier' => [ 'shape' => 'RequestString', ], 'RequestedDimensions' => [ 'shape' => 'RequestedDimensionList', ], ], ], 'GetDimensionKeyDetailsResponse' => [ 'type' => 'structure', 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionKeyDetailList', ], ], ], 'GetResourceMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'RequestString', ], ], ], 'GetResourceMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'String', ], 'Features' => [ 'shape' => 'FeatureMetadataMap', ], ], ], 'GetResourceMetricsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'MetricQueries', 'StartTime', 'EndTime', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'RequestString', ], 'MetricQueries' => [ 'shape' => 'MetricQueryList', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'PeriodInSeconds' => [ 'shape' => 'Integer', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'PeriodAlignment' => [ 'shape' => 'PeriodAlignment', ], ], ], 'GetResourceMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'AlignedStartTime' => [ 'shape' => 'ISOTimestamp', ], 'AlignedEndTime' => [ 'shape' => 'ISOTimestamp', ], 'Identifier' => [ 'shape' => 'String', ], 'MetricList' => [ 'shape' => 'MetricKeyDataPointsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ISOTimestamp' => [ 'type' => 'timestamp', ], 'IdentifierString' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^db-[a-zA-Z0-9-]*$', ], 'Integer' => [ 'type' => 'integer', ], 'InternalServiceError' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, 'fault' => true, ], 'InvalidArgumentException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, ], 'Limit' => [ 'type' => 'integer', 'max' => 25, 'min' => 1, ], 'ListAvailableResourceDimensionsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'Metrics', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'RequestString', ], 'Metrics' => [ 'shape' => 'DimensionsMetricList', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAvailableResourceDimensionsResponse' => [ 'type' => 'structure', 'members' => [ 'MetricDimensions' => [ 'shape' => 'MetricDimensionsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAvailableResourceMetricsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'MetricTypes', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'RequestString', ], 'MetricTypes' => [ 'shape' => 'MetricTypeList', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListAvailableResourceMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'Metrics' => [ 'shape' => 'ResponseResourceMetricList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'MaxResults' => [ 'type' => 'integer', 'max' => 25, 'min' => 0, ], 'MetricDimensionGroups' => [ 'type' => 'structure', 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Groups' => [ 'shape' => 'DimensionGroupDetailList', ], ], ], 'MetricDimensionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDimensionGroups', ], ], 'MetricKeyDataPoints' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ResponseResourceMetricKey', ], 'DataPoints' => [ 'shape' => 'DataPointsList', ], ], ], 'MetricKeyDataPointsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricKeyDataPoints', ], ], 'MetricQuery' => [ 'type' => 'structure', 'required' => [ 'Metric', ], 'members' => [ 'Metric' => [ 'shape' => 'RequestString', ], 'GroupBy' => [ 'shape' => 'DimensionGroup', ], 'Filter' => [ 'shape' => 'MetricQueryFilterMap', ], ], ], 'MetricQueryFilterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'RequestString', ], ], 'MetricQueryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricQuery', ], 'max' => 15, 'min' => 1, ], 'MetricTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], ], 'MetricValuesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Double', ], ], 'NextToken' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '[\\s\\S]*', ], 'NotAuthorizedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, ], 'PeriodAlignment' => [ 'type' => 'string', 'enum' => [ 'END_TIME', 'START_TIME', ], ], 'RequestString' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*\\S.*', ], 'RequestStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 10, 'min' => 1, ], 'RequestedDimensionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 10, 'min' => 1, ], 'ResponsePartitionKey' => [ 'type' => 'structure', 'required' => [ 'Dimensions', ], 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionMap', ], ], ], 'ResponsePartitionKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponsePartitionKey', ], ], 'ResponseResourceMetric' => [ 'type' => 'structure', 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'Description', ], 'Unit' => [ 'shape' => 'String', ], ], ], 'ResponseResourceMetricKey' => [ 'type' => 'structure', 'required' => [ 'Metric', ], 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Dimensions' => [ 'shape' => 'DimensionMap', ], ], ], 'ResponseResourceMetricList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponseResourceMetric', ], ], 'ServiceType' => [ 'type' => 'string', 'enum' => [ 'RDS', 'DOCDB', ], ], 'String' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*\\S.*', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2018-02-27', 'endpointPrefix' => 'pi', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceAbbreviation' => 'AWS PI', 'serviceFullName' => 'AWS Performance Insights', 'serviceId' => 'PI', 'signatureVersion' => 'v4', 'signingName' => 'pi', 'targetPrefix' => 'PerformanceInsightsv20180227', 'uid' => 'pi-2018-02-27', ], 'operations' => [ 'CreatePerformanceAnalysisReport' => [ 'name' => 'CreatePerformanceAnalysisReport', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePerformanceAnalysisReportRequest', ], 'output' => [ 'shape' => 'CreatePerformanceAnalysisReportResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'DeletePerformanceAnalysisReport' => [ 'name' => 'DeletePerformanceAnalysisReport', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePerformanceAnalysisReportRequest', ], 'output' => [ 'shape' => 'DeletePerformanceAnalysisReportResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'DescribeDimensionKeys' => [ 'name' => 'DescribeDimensionKeys', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDimensionKeysRequest', ], 'output' => [ 'shape' => 'DescribeDimensionKeysResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetDimensionKeyDetails' => [ 'name' => 'GetDimensionKeyDetails', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDimensionKeyDetailsRequest', ], 'output' => [ 'shape' => 'GetDimensionKeyDetailsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetPerformanceAnalysisReport' => [ 'name' => 'GetPerformanceAnalysisReport', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetPerformanceAnalysisReportRequest', ], 'output' => [ 'shape' => 'GetPerformanceAnalysisReportResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetResourceMetadata' => [ 'name' => 'GetResourceMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceMetadataRequest', ], 'output' => [ 'shape' => 'GetResourceMetadataResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'GetResourceMetrics' => [ 'name' => 'GetResourceMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetResourceMetricsRequest', ], 'output' => [ 'shape' => 'GetResourceMetricsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListAvailableResourceDimensions' => [ 'name' => 'ListAvailableResourceDimensions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAvailableResourceDimensionsRequest', ], 'output' => [ 'shape' => 'ListAvailableResourceDimensionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListAvailableResourceMetrics' => [ 'name' => 'ListAvailableResourceMetrics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAvailableResourceMetricsRequest', ], 'output' => [ 'shape' => 'ListAvailableResourceMetricsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListPerformanceAnalysisReports' => [ 'name' => 'ListPerformanceAnalysisReports', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPerformanceAnalysisReportsRequest', ], 'output' => [ 'shape' => 'ListPerformanceAnalysisReportsResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InvalidArgumentException', ], [ 'shape' => 'InternalServiceError', ], [ 'shape' => 'NotAuthorizedException', ], ], ], ], 'shapes' => [ 'AcceptLanguage' => [ 'type' => 'string', 'enum' => [ 'EN_US', ], ], 'AdditionalMetricsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 30, 'min' => 1, ], 'AdditionalMetricsMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'Double', ], ], 'AmazonResourceName' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => '^arn:.*:pi:.*$', ], 'AnalysisReport' => [ 'type' => 'structure', 'required' => [ 'AnalysisReportId', ], 'members' => [ 'AnalysisReportId' => [ 'shape' => 'AnalysisReportId', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'ServiceType' => [ 'shape' => 'ServiceType', ], 'CreateTime' => [ 'shape' => 'ISOTimestamp', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Status' => [ 'shape' => 'AnalysisStatus', ], 'Insights' => [ 'shape' => 'InsightList', ], ], ], 'AnalysisReportId' => [ 'type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => 'report-[0-9a-f]{17}', ], 'AnalysisReportSummary' => [ 'type' => 'structure', 'members' => [ 'AnalysisReportId' => [ 'shape' => 'String', ], 'CreateTime' => [ 'shape' => 'ISOTimestamp', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Status' => [ 'shape' => 'AnalysisStatus', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'AnalysisReportSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AnalysisReportSummary', ], ], 'AnalysisStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'FAILED', ], ], 'Boolean' => [ 'type' => 'boolean', ], 'ContextType' => [ 'type' => 'string', 'enum' => [ 'CAUSAL', 'CONTEXTUAL', ], ], 'CreatePerformanceAnalysisReportRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'StartTime', 'EndTime', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreatePerformanceAnalysisReportResponse' => [ 'type' => 'structure', 'members' => [ 'AnalysisReportId' => [ 'shape' => 'AnalysisReportId', ], ], ], 'Data' => [ 'type' => 'structure', 'members' => [ 'PerformanceInsightsMetric' => [ 'shape' => 'PerformanceInsightsMetric', ], ], ], 'DataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Data', ], ], 'DataPoint' => [ 'type' => 'structure', 'required' => [ 'Timestamp', 'Value', ], 'members' => [ 'Timestamp' => [ 'shape' => 'ISOTimestamp', ], 'Value' => [ 'shape' => 'Double', ], ], ], 'DataPointsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataPoint', ], ], 'DeletePerformanceAnalysisReportRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'AnalysisReportId', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'AnalysisReportId' => [ 'shape' => 'AnalysisReportId', ], ], ], 'DeletePerformanceAnalysisReportResponse' => [ 'type' => 'structure', 'members' => [], ], 'DescribeDimensionKeysRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'StartTime', 'EndTime', 'Metric', 'GroupBy', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Metric' => [ 'shape' => 'RequestString', ], 'PeriodInSeconds' => [ 'shape' => 'Integer', ], 'GroupBy' => [ 'shape' => 'DimensionGroup', ], 'AdditionalMetrics' => [ 'shape' => 'AdditionalMetricsList', ], 'PartitionBy' => [ 'shape' => 'DimensionGroup', ], 'Filter' => [ 'shape' => 'MetricQueryFilterMap', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeDimensionKeysResponse' => [ 'type' => 'structure', 'members' => [ 'AlignedStartTime' => [ 'shape' => 'ISOTimestamp', ], 'AlignedEndTime' => [ 'shape' => 'ISOTimestamp', ], 'PartitionKeys' => [ 'shape' => 'ResponsePartitionKeyList', ], 'Keys' => [ 'shape' => 'DimensionKeyDescriptionList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'DescriptiveMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'DescriptiveString', ], 'value' => [ 'shape' => 'DescriptiveString', ], ], 'DescriptiveString' => [ 'type' => 'string', 'max' => 2000, 'min' => 1, 'pattern' => '^.*$', ], 'DetailStatus' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'PROCESSING', 'UNAVAILABLE', ], ], 'DimensionDetail' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'String', ], ], ], 'DimensionDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionDetail', ], ], 'DimensionGroup' => [ 'type' => 'structure', 'required' => [ 'Group', ], 'members' => [ 'Group' => [ 'shape' => 'RequestString', ], 'Dimensions' => [ 'shape' => 'RequestStringList', ], 'Limit' => [ 'shape' => 'Limit', ], ], ], 'DimensionGroupDetail' => [ 'type' => 'structure', 'members' => [ 'Group' => [ 'shape' => 'String', ], 'Dimensions' => [ 'shape' => 'DimensionDetailList', ], ], ], 'DimensionGroupDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionGroupDetail', ], ], 'DimensionKeyDescription' => [ 'type' => 'structure', 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionMap', ], 'Total' => [ 'shape' => 'Double', ], 'AdditionalMetrics' => [ 'shape' => 'AdditionalMetricsMap', ], 'Partitions' => [ 'shape' => 'MetricValuesList', ], ], ], 'DimensionKeyDescriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionKeyDescription', ], ], 'DimensionKeyDetail' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'String', ], 'Dimension' => [ 'shape' => 'String', ], 'Status' => [ 'shape' => 'DetailStatus', ], ], ], 'DimensionKeyDetailList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DimensionKeyDetail', ], ], 'DimensionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'RequestString', ], ], 'DimensionsMetricList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 5, 'min' => 1, ], 'Double' => [ 'type' => 'double', ], 'ErrorString' => [ 'type' => 'string', ], 'FeatureMetadata' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], ], ], 'FeatureMetadataMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'FeatureMetadata', ], ], 'FeatureStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', 'UNSUPPORTED', 'ENABLED_PENDING_REBOOT', 'DISABLED_PENDING_REBOOT', 'UNKNOWN', ], ], 'GetDimensionKeyDetailsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'Group', 'GroupIdentifier', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'Group' => [ 'shape' => 'RequestString', ], 'GroupIdentifier' => [ 'shape' => 'RequestString', ], 'RequestedDimensions' => [ 'shape' => 'RequestedDimensionList', ], ], ], 'GetDimensionKeyDetailsResponse' => [ 'type' => 'structure', 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionKeyDetailList', ], ], ], 'GetPerformanceAnalysisReportRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'AnalysisReportId', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'AnalysisReportId' => [ 'shape' => 'AnalysisReportId', ], 'TextFormat' => [ 'shape' => 'TextFormat', ], 'AcceptLanguage' => [ 'shape' => 'AcceptLanguage', ], ], ], 'GetPerformanceAnalysisReportResponse' => [ 'type' => 'structure', 'members' => [ 'AnalysisReport' => [ 'shape' => 'AnalysisReport', ], ], ], 'GetResourceMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], ], ], 'GetResourceMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Identifier' => [ 'shape' => 'String', ], 'Features' => [ 'shape' => 'FeatureMetadataMap', ], ], ], 'GetResourceMetricsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'MetricQueries', 'StartTime', 'EndTime', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'MetricQueries' => [ 'shape' => 'MetricQueryList', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'PeriodInSeconds' => [ 'shape' => 'Integer', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'PeriodAlignment' => [ 'shape' => 'PeriodAlignment', ], ], ], 'GetResourceMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'AlignedStartTime' => [ 'shape' => 'ISOTimestamp', ], 'AlignedEndTime' => [ 'shape' => 'ISOTimestamp', ], 'Identifier' => [ 'shape' => 'String', ], 'MetricList' => [ 'shape' => 'MetricKeyDataPointsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ISOTimestamp' => [ 'type' => 'timestamp', ], 'IdentifierString' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^[a-zA-Z0-9-]+$', ], 'Insight' => [ 'type' => 'structure', 'required' => [ 'InsightId', ], 'members' => [ 'InsightId' => [ 'shape' => 'String', ], 'InsightType' => [ 'shape' => 'String', ], 'Context' => [ 'shape' => 'ContextType', ], 'StartTime' => [ 'shape' => 'ISOTimestamp', ], 'EndTime' => [ 'shape' => 'ISOTimestamp', ], 'Severity' => [ 'shape' => 'Severity', ], 'SupportingInsights' => [ 'shape' => 'InsightList', ], 'Description' => [ 'shape' => 'MarkdownString', ], 'Recommendations' => [ 'shape' => 'RecommendationList', ], 'InsightData' => [ 'shape' => 'DataList', ], 'BaselineData' => [ 'shape' => 'DataList', ], ], ], 'InsightList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Insight', ], ], 'Integer' => [ 'type' => 'integer', ], 'InternalServiceError' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, 'fault' => true, ], 'InvalidArgumentException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, ], 'Limit' => [ 'type' => 'integer', 'max' => 25, 'min' => 1, ], 'ListAvailableResourceDimensionsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'Metrics', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'Metrics' => [ 'shape' => 'DimensionsMetricList', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAvailableResourceDimensionsResponse' => [ 'type' => 'structure', 'members' => [ 'MetricDimensions' => [ 'shape' => 'MetricDimensionsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAvailableResourceMetricsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', 'MetricTypes', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'MetricTypes' => [ 'shape' => 'MetricTypeList', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListAvailableResourceMetricsResponse' => [ 'type' => 'structure', 'members' => [ 'Metrics' => [ 'shape' => 'ResponseResourceMetricList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPerformanceAnalysisReportsRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'Identifier', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'Identifier' => [ 'shape' => 'IdentifierString', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ListTags' => [ 'shape' => 'Boolean', ], ], ], 'ListPerformanceAnalysisReportsResponse' => [ 'type' => 'structure', 'members' => [ 'AnalysisReports' => [ 'shape' => 'AnalysisReportSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'ResourceARN', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], ], ], 'MarkdownString' => [ 'type' => 'string', 'max' => 8000, 'min' => 0, 'pattern' => '(.|\\n)*', 'sensitive' => true, ], 'MaxResults' => [ 'type' => 'integer', 'max' => 25, 'min' => 0, ], 'MetricDimensionGroups' => [ 'type' => 'structure', 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Groups' => [ 'shape' => 'DimensionGroupDetailList', ], ], ], 'MetricDimensionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDimensionGroups', ], ], 'MetricKeyDataPoints' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ResponseResourceMetricKey', ], 'DataPoints' => [ 'shape' => 'DataPointsList', ], ], ], 'MetricKeyDataPointsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricKeyDataPoints', ], ], 'MetricQuery' => [ 'type' => 'structure', 'required' => [ 'Metric', ], 'members' => [ 'Metric' => [ 'shape' => 'RequestString', ], 'GroupBy' => [ 'shape' => 'DimensionGroup', ], 'Filter' => [ 'shape' => 'MetricQueryFilterMap', ], ], ], 'MetricQueryFilterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'RequestString', ], 'value' => [ 'shape' => 'RequestString', ], ], 'MetricQueryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricQuery', ], 'max' => 15, 'min' => 1, ], 'MetricTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], ], 'MetricValuesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Double', ], ], 'NextToken' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_=-]+$', ], 'NotAuthorizedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorString', ], ], 'exception' => true, ], 'PerformanceInsightsMetric' => [ 'type' => 'structure', 'members' => [ 'Metric' => [ 'shape' => 'DescriptiveString', ], 'DisplayName' => [ 'shape' => 'DescriptiveString', ], 'Dimensions' => [ 'shape' => 'DescriptiveMap', ], 'Value' => [ 'shape' => 'Double', ], ], ], 'PeriodAlignment' => [ 'type' => 'string', 'enum' => [ 'END_TIME', 'START_TIME', ], ], 'Recommendation' => [ 'type' => 'structure', 'members' => [ 'RecommendationId' => [ 'shape' => 'String', ], 'RecommendationDescription' => [ 'shape' => 'MarkdownString', ], ], ], 'RecommendationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Recommendation', ], ], 'RequestString' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*\\S.*', ], 'RequestStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 10, 'min' => 1, ], 'RequestedDimensionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RequestString', ], 'max' => 10, 'min' => 1, ], 'ResponsePartitionKey' => [ 'type' => 'structure', 'required' => [ 'Dimensions', ], 'members' => [ 'Dimensions' => [ 'shape' => 'DimensionMap', ], ], ], 'ResponsePartitionKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponsePartitionKey', ], ], 'ResponseResourceMetric' => [ 'type' => 'structure', 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'Description', ], 'Unit' => [ 'shape' => 'String', ], ], ], 'ResponseResourceMetricKey' => [ 'type' => 'structure', 'required' => [ 'Metric', ], 'members' => [ 'Metric' => [ 'shape' => 'String', ], 'Dimensions' => [ 'shape' => 'DimensionMap', ], ], ], 'ResponseResourceMetricList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponseResourceMetric', ], ], 'ServiceType' => [ 'type' => 'string', 'enum' => [ 'RDS', 'DOCDB', ], ], 'Severity' => [ 'type' => 'string', 'enum' => [ 'LOW', 'MEDIUM', 'HIGH', ], ], 'String' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*\\S.*', ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'Key', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^.*$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 200, 'min' => 0, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 200, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'ResourceARN', 'Tags', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^.*$', ], 'TextFormat' => [ 'type' => 'string', 'enum' => [ 'PLAIN_TEXT', 'MARKDOWN', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ServiceType', 'ResourceARN', 'TagKeys', ], 'members' => [ 'ServiceType' => [ 'shape' => 'ServiceType', ], 'ResourceARN' => [ 'shape' => 'AmazonResourceName', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], ],]; diff --git a/src/data/pi/2018-02-27/docs-2.json b/src/data/pi/2018-02-27/docs-2.json index 328bb1c5fd..5687cc097e 100644 --- a/src/data/pi/2018-02-27/docs-2.json +++ b/src/data/pi/2018-02-27/docs-2.json @@ -2,14 +2,27 @@ "version": "2.0", "service": "Amazon RDS Performance Insights

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.

When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for Amazon Web Services service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.

DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

", "operations": { + "CreatePerformanceAnalysisReport": "

Creates a new performance analysis report for a specific time period for the DB instance.

", + "DeletePerformanceAnalysisReport": "

Deletes a performance analysis report.

", "DescribeDimensionKeys": "

For a specific time period, retrieve the top N dimension keys for a metric.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

", "GetDimensionKeyDetails": "

Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, GetDimensionKeyDetails retrieves the full text of the dimension db.sql.statement associated with this ID. This operation is useful because GetResourceMetrics and DescribeDimensionKeys don't support retrieval of large SQL statement text.

", + "GetPerformanceAnalysisReport": "

Retrieves the report including the report ID, status, time details, and the insights with recommendations. The report status can be RUNNING, SUCCEEDED, or FAILED. The insights include the description and recommendation fields.

", "GetResourceMetadata": "

Retrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

", "GetResourceMetrics": "

Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

", "ListAvailableResourceDimensions": "

Retrieve the dimensions that can be queried for each specified metric type on a specified DB instance.

", - "ListAvailableResourceMetrics": "

Retrieve metrics of the specified types that can be queried for a specified DB instance.

" + "ListAvailableResourceMetrics": "

Retrieve metrics of the specified types that can be queried for a specified DB instance.

", + "ListPerformanceAnalysisReports": "

Lists all the analysis reports created for the DB instance. The reports are sorted based on the start time of each report.

", + "ListTagsForResource": "

Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.

", + "TagResource": "

Adds metadata tags to the Amazon RDS Performance Insights resource.

", + "UntagResource": "

Deletes the metadata tags from the Amazon RDS Performance Insights resource.

" }, "shapes": { + "AcceptLanguage": { + "base": null, + "refs": { + "GetPerformanceAnalysisReportRequest$AcceptLanguage": "

The text language in the report. The default language is EN_US (English).

" + } + }, "AdditionalMetricsList": { "base": null, "refs": { @@ -22,6 +35,83 @@ "DimensionKeyDescription$AdditionalMetrics": "

A map that contains the value for each additional metric.

" } }, + "AmazonResourceName": { + "base": null, + "refs": { + "ListTagsForResourceRequest$ResourceARN": "

Lists all the tags for the Amazon RDS Performance Insights resource. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

", + "TagResourceRequest$ResourceARN": "

The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

", + "UntagResourceRequest$ResourceARN": "

The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

" + } + }, + "AnalysisReport": { + "base": "

Retrieves the summary of the performance analysis report created for a time period.

", + "refs": { + "GetPerformanceAnalysisReportResponse$AnalysisReport": "

The summary of the performance analysis report created for a time period.

" + } + }, + "AnalysisReportId": { + "base": null, + "refs": { + "AnalysisReport$AnalysisReportId": "

The name of the analysis report.

", + "CreatePerformanceAnalysisReportResponse$AnalysisReportId": "

A unique identifier for the created analysis report.

", + "DeletePerformanceAnalysisReportRequest$AnalysisReportId": "

The unique identifier of the analysis report for deletion.

", + "GetPerformanceAnalysisReportRequest$AnalysisReportId": "

A unique identifier of the created analysis report. For example, report-12345678901234567

" + } + }, + "AnalysisReportSummary": { + "base": "

Retrieves the details of the performance analysis report.

", + "refs": { + "AnalysisReportSummaryList$member": null + } + }, + "AnalysisReportSummaryList": { + "base": null, + "refs": { + "ListPerformanceAnalysisReportsResponse$AnalysisReports": "

List of reports including the report identifier, start and end time, creation time, and status.

" + } + }, + "AnalysisStatus": { + "base": null, + "refs": { + "AnalysisReport$Status": "

The status of the created analysis report.

", + "AnalysisReportSummary$Status": "

The status of the analysis report.

" + } + }, + "Boolean": { + "base": null, + "refs": { + "ListPerformanceAnalysisReportsRequest$ListTags": "

Specifies whether or not to include the list of tags in the response.

" + } + }, + "ContextType": { + "base": null, + "refs": { + "Insight$Context": "

Indicates if the insight is causal or correlated insight.

" + } + }, + "CreatePerformanceAnalysisReportRequest": { + "base": null, + "refs": { + } + }, + "CreatePerformanceAnalysisReportResponse": { + "base": null, + "refs": { + } + }, + "Data": { + "base": "

List of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.

", + "refs": { + "DataList$member": null + } + }, + "DataList": { + "base": null, + "refs": { + "Insight$InsightData": "

List of data objects containing metrics and references from the time range while generating the insight.

", + "Insight$BaselineData": "

Metric names and values from the timeframe used as baseline to generate the insight.

" + } + }, "DataPoint": { "base": "

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

", "refs": { @@ -34,6 +124,16 @@ "MetricKeyDataPoints$DataPoints": "

An array of timestamp-value pairs, representing measurements over a period of time.

" } }, + "DeletePerformanceAnalysisReportRequest": { + "base": null, + "refs": { + } + }, + "DeletePerformanceAnalysisReportResponse": { + "base": null, + "refs": { + } + }, "DescribeDimensionKeysRequest": { "base": null, "refs": { @@ -50,6 +150,21 @@ "ResponseResourceMetric$Description": "

The description of the metric.

" } }, + "DescriptiveMap": { + "base": null, + "refs": { + "PerformanceInsightsMetric$Dimensions": "

A dimension map that contains the dimensions for this partition.

" + } + }, + "DescriptiveString": { + "base": null, + "refs": { + "DescriptiveMap$key": null, + "DescriptiveMap$value": null, + "PerformanceInsightsMetric$Metric": "

The Performance Insights metric.

", + "PerformanceInsightsMetric$DisplayName": "

The Performance Insights metric name.

" + } + }, "DetailStatus": { "base": null, "refs": { @@ -132,7 +247,8 @@ "AdditionalMetricsMap$value": null, "DataPoint$Value": "

The actual value associated with a particular Timestamp.

", "DimensionKeyDescription$Total": "

The aggregated metric value for the dimensions, over the requested time range.

", - "MetricValuesList$member": null + "MetricValuesList$member": null, + "PerformanceInsightsMetric$Value": "

The value of the metric. For example, 9 for db.load.avg.

" } }, "ErrorString": { @@ -171,6 +287,16 @@ "refs": { } }, + "GetPerformanceAnalysisReportRequest": { + "base": null, + "refs": { + } + }, + "GetPerformanceAnalysisReportResponse": { + "base": null, + "refs": { + } + }, "GetResourceMetadataRequest": { "base": null, "refs": { @@ -194,6 +320,14 @@ "ISOTimestamp": { "base": null, "refs": { + "AnalysisReport$CreateTime": "

The time you created the analysis report.

", + "AnalysisReport$StartTime": "

The analysis start time in the report.

", + "AnalysisReport$EndTime": "

The analysis end time in the report.

", + "AnalysisReportSummary$CreateTime": "

The time you created the analysis report.

", + "AnalysisReportSummary$StartTime": "

The start time of the analysis in the report.

", + "AnalysisReportSummary$EndTime": "

The end time of the analysis in the report.

", + "CreatePerformanceAnalysisReportRequest$StartTime": "

The start time defined for the analysis report.

", + "CreatePerformanceAnalysisReportRequest$EndTime": "

The end time defined for the analysis report.

", "DataPoint$Timestamp": "

The time, in epoch format, associated with a particular Value.

", "DescribeDimensionKeysRequest$StartTime": "

The date and time specifying the beginning of the requested time series data. You must specify a StartTime within the past 7 days. The value specified is inclusive, which means that data points equal to or greater than StartTime are returned.

The value for StartTime must be earlier than the value for EndTime.

", "DescribeDimensionKeysRequest$EndTime": "

The date and time specifying the end of the requested time series data. The value specified is exclusive, which means that data points less than (but not equal to) EndTime are returned.

The value for EndTime must be later than the value for StartTime.

", @@ -202,13 +336,38 @@ "GetResourceMetricsRequest$StartTime": "

The date and time specifying the beginning of the requested time series query range. You can't specify a StartTime that is earlier than 7 days ago. By default, Performance Insights has 7 days of retention, but you can extend this range up to 2 years. The value specified is inclusive. Thus, the command returns data points equal to or greater than StartTime.

The value for StartTime must be earlier than the value for EndTime.

", "GetResourceMetricsRequest$EndTime": "

The date and time specifying the end of the requested time series query range. The value specified is exclusive. Thus, the command returns data points less than (but not equal to) EndTime.

The value for EndTime must be later than the value for StartTime.

", "GetResourceMetricsResponse$AlignedStartTime": "

The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

", - "GetResourceMetricsResponse$AlignedEndTime": "

The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

" + "GetResourceMetricsResponse$AlignedEndTime": "

The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

", + "Insight$StartTime": "

The start time of the insight. For example, 2018-10-30T00:00:00Z.

", + "Insight$EndTime": "

The end time of the insight. For example, 2018-10-30T00:00:00Z.

" } }, "IdentifierString": { "base": null, "refs": { - "GetDimensionKeyDetailsRequest$Identifier": "

The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

" + "AnalysisReport$Identifier": "

The unique identifier of the analysis report.

", + "CreatePerformanceAnalysisReportRequest$Identifier": "

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-ADECBTYHKTSAUMUZQYPDS2GW4A.

", + "DeletePerformanceAnalysisReportRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", + "DescribeDimensionKeysRequest$Identifier": "

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A.

", + "GetDimensionKeyDetailsRequest$Identifier": "

The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", + "GetPerformanceAnalysisReportRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", + "GetResourceMetadataRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", + "GetResourceMetricsRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", + "ListAvailableResourceDimensionsRequest$Identifier": "

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

", + "ListAvailableResourceMetricsRequest$Identifier": "

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

", + "ListPerformanceAnalysisReportsRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

" + } + }, + "Insight": { + "base": "

Retrieves the list of performance issues which are identified.

", + "refs": { + "InsightList$member": null + } + }, + "InsightList": { + "base": null, + "refs": { + "AnalysisReport$Insights": "

The list of identified insights in the analysis report.

", + "Insight$SupportingInsights": "

List of supporting insights that provide additional factors for the insight.

" } }, "Integer": { @@ -254,13 +413,41 @@ "refs": { } }, + "ListPerformanceAnalysisReportsRequest": { + "base": null, + "refs": { + } + }, + "ListPerformanceAnalysisReportsResponse": { + "base": null, + "refs": { + } + }, + "ListTagsForResourceRequest": { + "base": null, + "refs": { + } + }, + "ListTagsForResourceResponse": { + "base": null, + "refs": { + } + }, + "MarkdownString": { + "base": null, + "refs": { + "Insight$Description": "

Description of the insight. For example: A high severity Insight found between 02:00 to 02:30, where there was an unusually high DB load 600x above baseline. Likely performance impact.

", + "Recommendation$RecommendationDescription": "

The recommendation details to help resolve the performance issue. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id

" + } + }, "MaxResults": { "base": null, "refs": { "DescribeDimensionKeysRequest$MaxResults": "

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

", "GetResourceMetricsRequest$MaxResults": "

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

", "ListAvailableResourceDimensionsRequest$MaxResults": "

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

", - "ListAvailableResourceMetricsRequest$MaxResults": "

The maximum number of items to return. If the MaxRecords value is less than the number of existing items, the response includes a pagination token.

" + "ListAvailableResourceMetricsRequest$MaxResults": "

The maximum number of items to return. If the MaxRecords value is less than the number of existing items, the response includes a pagination token.

", + "ListPerformanceAnalysisReportsRequest$MaxResults": "

The maximum number of items to return in the response. If more items exist than the specified MaxResults value, a pagination token is included in the response so that the remaining results can be retrieved.

" } }, "MetricDimensionGroups": { @@ -328,7 +515,9 @@ "ListAvailableResourceDimensionsRequest$NextToken": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

", "ListAvailableResourceDimensionsResponse$NextToken": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

", "ListAvailableResourceMetricsRequest$NextToken": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

", - "ListAvailableResourceMetricsResponse$NextToken": "

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

" + "ListAvailableResourceMetricsResponse$NextToken": "

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

", + "ListPerformanceAnalysisReportsRequest$NextToken": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

", + "ListPerformanceAnalysisReportsResponse$NextToken": "

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

" } }, "NotAuthorizedException": { @@ -336,18 +525,35 @@ "refs": { } }, + "PerformanceInsightsMetric": { + "base": "

This data type helps to determine Performance Insights metric to render for the insight.

", + "refs": { + "Data$PerformanceInsightsMetric": "

This field determines the Performance Insights metric to render for the insight. The name field refers to a Performance Insights metric.

" + } + }, "PeriodAlignment": { "base": null, "refs": { "GetResourceMetricsRequest$PeriodAlignment": "

The returned timestamp which is the start or end time of the time periods. The default value is END_TIME.

" } }, + "Recommendation": { + "base": "

The list of recommendations for the insight.

", + "refs": { + "RecommendationList$member": null + } + }, + "RecommendationList": { + "base": null, + "refs": { + "Insight$Recommendations": "

List of recommendations for the insight. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id.

" + } + }, "RequestString": { "base": null, "refs": { "AdditionalMetricsList$member": null, "AdditionalMetricsMap$key": null, - "DescribeDimensionKeysRequest$Identifier": "

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A.

", "DescribeDimensionKeysRequest$Metric": "

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

", "DimensionGroup$Group": "

The name of the dimension group. Valid values are as follows:

", "DimensionMap$key": null, @@ -355,10 +561,6 @@ "DimensionsMetricList$member": null, "GetDimensionKeyDetailsRequest$Group": "

The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

", "GetDimensionKeyDetailsRequest$GroupIdentifier": "

The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

", - "GetResourceMetadataRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", - "GetResourceMetricsRequest$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", - "ListAvailableResourceDimensionsRequest$Identifier": "

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

", - "ListAvailableResourceMetricsRequest$Identifier": "

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

", "MetricQuery$Metric": "

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

", "MetricQueryFilterMap$key": null, "MetricQueryFilterMap$value": null, @@ -412,17 +614,32 @@ "ServiceType": { "base": null, "refs": { + "AnalysisReport$ServiceType": "

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

", + "CreatePerformanceAnalysisReportRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

", + "DeletePerformanceAnalysisReportRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

", "DescribeDimensionKeysRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights will return metrics. Valid values are as follows:

", "GetDimensionKeyDetailsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

", + "GetPerformanceAnalysisReportRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

", "GetResourceMetadataRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics.

", "GetResourceMetricsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

", "ListAvailableResourceDimensionsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics.

", - "ListAvailableResourceMetricsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics.

" + "ListAvailableResourceMetricsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics.

", + "ListPerformanceAnalysisReportsRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

", + "ListTagsForResourceRequest$ServiceType": "

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

", + "TagResourceRequest$ServiceType": "

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

", + "UntagResourceRequest$ServiceType": "

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

" + } + }, + "Severity": { + "base": null, + "refs": { + "Insight$Severity": "

The severity of the insight. The values are: Low, Medium, or High.

" } }, "String": { "base": null, "refs": { + "AnalysisReportSummary$AnalysisReportId": "

The name of the analysis report.

", "DimensionDetail$Identifier": "

The identifier of a dimension.

", "DimensionGroupDetail$Group": "

The name of the dimension group.

", "DimensionKeyDetail$Value": "

The value of the dimension detail data. Depending on the return status, this value is either the full or truncated SQL query for the following dimensions:

", @@ -430,11 +647,74 @@ "FeatureMetadataMap$key": null, "GetResourceMetadataResponse$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

", "GetResourceMetricsResponse$Identifier": "

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

", + "Insight$InsightId": "

The unique identifier for the insight. For example, insight-12345678901234567.

", + "Insight$InsightType": "

The type of insight. For example, HighDBLoad, HighCPU, or DominatingSQLs.

", "MetricDimensionGroups$Metric": "

The metric type to which the dimension information belongs.

", + "Recommendation$RecommendationId": "

The unique identifier for the recommendation.

", "ResponseResourceMetric$Metric": "

The full name of the metric.

", "ResponseResourceMetric$Unit": "

The unit of the metric.

", "ResponseResourceMetricKey$Metric": "

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

" } + }, + "Tag": { + "base": "

Metadata assigned to an Amazon RDS resource consisting of a key-value pair.

", + "refs": { + "TagList$member": null + } + }, + "TagKey": { + "base": null, + "refs": { + "Tag$Key": "

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$\").

", + "TagKeyList$member": null + } + }, + "TagKeyList": { + "base": null, + "refs": { + "UntagResourceRequest$TagKeys": "

The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.

" + } + }, + "TagList": { + "base": null, + "refs": { + "AnalysisReportSummary$Tags": "

List of all the tags added to the analysis report.

", + "CreatePerformanceAnalysisReportRequest$Tags": "

The metadata assigned to the analysis report consisting of a key-value pair.

", + "ListTagsForResourceResponse$Tags": "

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

", + "TagResourceRequest$Tags": "

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

" + } + }, + "TagResourceRequest": { + "base": null, + "refs": { + } + }, + "TagResourceResponse": { + "base": null, + "refs": { + } + }, + "TagValue": { + "base": null, + "refs": { + "Tag$Value": "

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$\").

" + } + }, + "TextFormat": { + "base": null, + "refs": { + "GetPerformanceAnalysisReportRequest$TextFormat": "

Indicates the text format in the report. The options are PLAIN_TEXT or MARKDOWN. The default value is plain text.

" + } + }, + "UntagResourceRequest": { + "base": null, + "refs": { + } + }, + "UntagResourceResponse": { + "base": null, + "refs": { + } } } } diff --git a/src/data/pi/2018-02-27/docs-2.json.php b/src/data/pi/2018-02-27/docs-2.json.php index 983b5e9707..4ab427b38e 100644 --- a/src/data/pi/2018-02-27/docs-2.json.php +++ b/src/data/pi/2018-02-27/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'Amazon RDS Performance Insights

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.

When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for Amazon Web Services service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.

DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

', 'operations' => [ 'DescribeDimensionKeys' => '

For a specific time period, retrieve the top N dimension keys for a metric.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'GetDimensionKeyDetails' => '

Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, GetDimensionKeyDetails retrieves the full text of the dimension db.sql.statement associated with this ID. This operation is useful because GetResourceMetrics and DescribeDimensionKeys don\'t support retrieval of large SQL statement text.

', 'GetResourceMetadata' => '

Retrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', 'GetResourceMetrics' => '

Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'ListAvailableResourceDimensions' => '

Retrieve the dimensions that can be queried for each specified metric type on a specified DB instance.

', 'ListAvailableResourceMetrics' => '

Retrieve metrics of the specified types that can be queried for a specified DB instance.

', ], 'shapes' => [ 'AdditionalMetricsList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$AdditionalMetrics' => '

Additional metrics for the top N dimension keys. If the specified dimension group in the GroupBy parameter is db.sql_tokenized, you can specify per-SQL metrics to get the values for the top N SQL digests. The response syntax is as follows: "AdditionalMetrics" : { "string" : "string" }.

', ], ], 'AdditionalMetricsMap' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$AdditionalMetrics' => '

A map that contains the value for each additional metric.

', ], ], 'DataPoint' => [ 'base' => '

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

', 'refs' => [ 'DataPointsList$member' => NULL, ], ], 'DataPointsList' => [ 'base' => NULL, 'refs' => [ 'MetricKeyDataPoints$DataPoints' => '

An array of timestamp-value pairs, representing measurements over a period of time.

', ], ], 'DescribeDimensionKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDimensionKeysResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'ResponseResourceMetric$Description' => '

The description of the metric.

', ], ], 'DetailStatus' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDetail$Status' => '

The status of the dimension detail data. Possible values include the following:

', ], ], 'DimensionDetail' => [ 'base' => '

The information about a dimension.

', 'refs' => [ 'DimensionDetailList$member' => NULL, ], ], 'DimensionDetailList' => [ 'base' => NULL, 'refs' => [ 'DimensionGroupDetail$Dimensions' => '

The dimensions within a dimension group.

', ], ], 'DimensionGroup' => [ 'base' => '

A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions:

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'refs' => [ 'DescribeDimensionKeysRequest$GroupBy' => '

A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights returns all dimensions within this group, unless you provide the names of specific dimensions within this group. You can also request that Performance Insights return a limited number of values for a dimension.

', 'DescribeDimensionKeysRequest$PartitionBy' => '

For each dimension specified in GroupBy, specify a secondary dimension to further subdivide the partition keys in the response.

', 'MetricQuery$GroupBy' => '

A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights will return all of the dimensions within that group, unless you provide the names of specific dimensions within that group. You can also request that Performance Insights return a limited number of values for a dimension.

', ], ], 'DimensionGroupDetail' => [ 'base' => '

Information about dimensions within a dimension group.

', 'refs' => [ 'DimensionGroupDetailList$member' => NULL, ], ], 'DimensionGroupDetailList' => [ 'base' => NULL, 'refs' => [ 'MetricDimensionGroups$Groups' => '

The available dimension groups for a metric type.

', ], ], 'DimensionKeyDescription' => [ 'base' => '

An object that includes the requested dimension key values and aggregated metric values within a dimension group.

', 'refs' => [ 'DimensionKeyDescriptionList$member' => NULL, ], ], 'DimensionKeyDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysResponse$Keys' => '

The dimension keys that were requested.

', ], ], 'DimensionKeyDetail' => [ 'base' => '

An object that describes the details for a specified dimension.

', 'refs' => [ 'DimensionKeyDetailList$member' => NULL, ], ], 'DimensionKeyDetailList' => [ 'base' => NULL, 'refs' => [ 'GetDimensionKeyDetailsResponse$Dimensions' => '

The details for the requested dimensions.

', ], ], 'DimensionMap' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$Dimensions' => '

A map of name-value pairs for the dimensions in the group.

', 'ResponsePartitionKey$Dimensions' => '

A dimension map that contains the dimensions for this partition.

', 'ResponseResourceMetricKey$Dimensions' => '

The valid dimensions for the metric.

', ], ], 'DimensionsMetricList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceDimensionsRequest$Metrics' => '

The types of metrics for which to retrieve dimensions. Valid values include db.load.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'AdditionalMetricsMap$value' => NULL, 'DataPoint$Value' => '

The actual value associated with a particular Timestamp.

', 'DimensionKeyDescription$Total' => '

The aggregated metric value for the dimensions, over the requested time range.

', 'MetricValuesList$member' => NULL, ], ], 'ErrorString' => [ 'base' => NULL, 'refs' => [ 'InternalServiceError$Message' => NULL, 'InvalidArgumentException$Message' => NULL, 'NotAuthorizedException$Message' => NULL, ], ], 'FeatureMetadata' => [ 'base' => '

The metadata for a feature. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', 'refs' => [ 'FeatureMetadataMap$value' => NULL, ], ], 'FeatureMetadataMap' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetadataResponse$Features' => '

The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', ], ], 'FeatureStatus' => [ 'base' => NULL, 'refs' => [ 'FeatureMetadata$Status' => '

The status of the feature on the DB instance. Possible values include the following:

', ], ], 'GetDimensionKeyDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDimensionKeyDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ISOTimestamp' => [ 'base' => NULL, 'refs' => [ 'DataPoint$Timestamp' => '

The time, in epoch format, associated with a particular Value.

', 'DescribeDimensionKeysRequest$StartTime' => '

The date and time specifying the beginning of the requested time series data. You must specify a StartTime within the past 7 days. The value specified is inclusive, which means that data points equal to or greater than StartTime are returned.

The value for StartTime must be earlier than the value for EndTime.

', 'DescribeDimensionKeysRequest$EndTime' => '

The date and time specifying the end of the requested time series data. The value specified is exclusive, which means that data points less than (but not equal to) EndTime are returned.

The value for EndTime must be later than the value for StartTime.

', 'DescribeDimensionKeysResponse$AlignedStartTime' => '

The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

', 'DescribeDimensionKeysResponse$AlignedEndTime' => '

The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

', 'GetResourceMetricsRequest$StartTime' => '

The date and time specifying the beginning of the requested time series query range. You can\'t specify a StartTime that is earlier than 7 days ago. By default, Performance Insights has 7 days of retention, but you can extend this range up to 2 years. The value specified is inclusive. Thus, the command returns data points equal to or greater than StartTime.

The value for StartTime must be earlier than the value for EndTime.

', 'GetResourceMetricsRequest$EndTime' => '

The date and time specifying the end of the requested time series query range. The value specified is exclusive. Thus, the command returns data points less than (but not equal to) EndTime.

The value for EndTime must be later than the value for StartTime.

', 'GetResourceMetricsResponse$AlignedStartTime' => '

The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

', 'GetResourceMetricsResponse$AlignedEndTime' => '

The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

', ], ], 'IdentifierString' => [ 'base' => NULL, 'refs' => [ 'GetDimensionKeyDetailsRequest$Identifier' => '

The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$PeriodInSeconds' => '

The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are:

If you don\'t specify PeriodInSeconds, then Performance Insights chooses a value for you, with a goal of returning roughly 100-200 data points in the response.

', 'GetResourceMetricsRequest$PeriodInSeconds' => '

The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are:

If you don\'t specify PeriodInSeconds, then Performance Insights will choose a value for you, with a goal of returning roughly 100-200 data points in the response.

', ], ], 'InternalServiceError' => [ 'base' => '

The request failed due to an unknown error.

', 'refs' => [], ], 'InvalidArgumentException' => [ 'base' => '

One of the arguments provided is invalid for this request.

', 'refs' => [], ], 'Limit' => [ 'base' => NULL, 'refs' => [ 'DimensionGroup$Limit' => '

The maximum number of items to fetch for this dimension group.

', ], ], 'ListAvailableResourceDimensionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceDimensionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'GetResourceMetricsRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'ListAvailableResourceDimensionsRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'ListAvailableResourceMetricsRequest$MaxResults' => '

The maximum number of items to return. If the MaxRecords value is less than the number of existing items, the response includes a pagination token.

', ], ], 'MetricDimensionGroups' => [ 'base' => '

The available dimension information for a metric type.

', 'refs' => [ 'MetricDimensionsList$member' => NULL, ], ], 'MetricDimensionsList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceDimensionsResponse$MetricDimensions' => '

The dimension information returned for requested metric types.

', ], ], 'MetricKeyDataPoints' => [ 'base' => '

A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.

', 'refs' => [ 'MetricKeyDataPointsList$member' => NULL, ], ], 'MetricKeyDataPointsList' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsResponse$MetricList' => '

An array of metric results, where each array element contains all of the data points for a particular dimension.

', ], ], 'MetricQuery' => [ 'base' => '

A single query to be processed. You must provide the metric to query. If no other parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can request that the data points be aggregated by dimension group (GroupBy), and return only those data points that match your criteria (Filter).

', 'refs' => [ 'MetricQueryList$member' => NULL, ], ], 'MetricQueryFilterMap' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$Filter' => '

One or more filters to apply in the request. Restrictions:

', 'MetricQuery$Filter' => '

One or more filters to apply in the request. Restrictions:

', ], ], 'MetricQueryList' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsRequest$MetricQueries' => '

An array of one or more queries to perform. Each query must specify a Performance Insights metric, and can optionally specify aggregation and filtering criteria.

', ], ], 'MetricTypeList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceMetricsRequest$MetricTypes' => '

The types of metrics to return in the response. Valid values in the array include the following:

', ], ], 'MetricValuesList' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$Partitions' => '

If PartitionBy was specified, PartitionKeys contains the dimensions that were.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'DescribeDimensionKeysResponse$NextToken' => '

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

', 'GetResourceMetricsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'GetResourceMetricsResponse$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceDimensionsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceDimensionsResponse$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceMetricsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceMetricsResponse$NextToken' => '

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

', ], ], 'NotAuthorizedException' => [ 'base' => '

The user is not authorized to perform this request.

', 'refs' => [], ], 'PeriodAlignment' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsRequest$PeriodAlignment' => '

The returned timestamp which is the start or end time of the time periods. The default value is END_TIME.

', ], ], 'RequestString' => [ 'base' => NULL, 'refs' => [ 'AdditionalMetricsList$member' => NULL, 'AdditionalMetricsMap$key' => NULL, 'DescribeDimensionKeysRequest$Identifier' => '

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A.

', 'DescribeDimensionKeysRequest$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', 'DimensionGroup$Group' => '

The name of the dimension group. Valid values are as follows:

', 'DimensionMap$key' => NULL, 'DimensionMap$value' => NULL, 'DimensionsMetricList$member' => NULL, 'GetDimensionKeyDetailsRequest$Group' => '

The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

', 'GetDimensionKeyDetailsRequest$GroupIdentifier' => '

The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

', 'GetResourceMetadataRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetResourceMetricsRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'ListAvailableResourceDimensionsRequest$Identifier' => '

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

', 'ListAvailableResourceMetricsRequest$Identifier' => '

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

', 'MetricQuery$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', 'MetricQueryFilterMap$key' => NULL, 'MetricQueryFilterMap$value' => NULL, 'MetricTypeList$member' => NULL, 'RequestStringList$member' => NULL, 'RequestedDimensionList$member' => NULL, ], ], 'RequestStringList' => [ 'base' => NULL, 'refs' => [ 'DimensionGroup$Dimensions' => '

A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response.

Valid values for elements in the Dimensions array are:

', ], ], 'RequestedDimensionList' => [ 'base' => NULL, 'refs' => [ 'GetDimensionKeyDetailsRequest$RequestedDimensions' => '

A list of dimensions to retrieve the detail data for within the given dimension group. If you don\'t specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

', ], ], 'ResponsePartitionKey' => [ 'base' => '

If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.

', 'refs' => [ 'ResponsePartitionKeyList$member' => NULL, ], ], 'ResponsePartitionKeyList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysResponse$PartitionKeys' => '

If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.

', ], ], 'ResponseResourceMetric' => [ 'base' => '

An object that contains the full name, description, and unit of a metric.

', 'refs' => [ 'ResponseResourceMetricList$member' => NULL, ], ], 'ResponseResourceMetricKey' => [ 'base' => '

An object describing a Performance Insights metric and one or more dimensions for that metric.

', 'refs' => [ 'MetricKeyDataPoints$Key' => '

The dimensions to which the data points apply.

', ], ], 'ResponseResourceMetricList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceMetricsResponse$Metrics' => '

An array of metrics available to query. Each array element contains the full name, description, and unit of the metric.

', ], ], 'ServiceType' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights will return metrics. Valid values are as follows:

', 'GetDimensionKeyDetailsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

', 'GetResourceMetadataRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', 'GetResourceMetricsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

', 'ListAvailableResourceDimensionsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', 'ListAvailableResourceMetricsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'DimensionDetail$Identifier' => '

The identifier of a dimension.

', 'DimensionGroupDetail$Group' => '

The name of the dimension group.

', 'DimensionKeyDetail$Value' => '

The value of the dimension detail data. Depending on the return status, this value is either the full or truncated SQL query for the following dimensions:

', 'DimensionKeyDetail$Dimension' => '

The full name of the dimension. The full name includes the group name and key name. The following values are valid:

', 'FeatureMetadataMap$key' => NULL, 'GetResourceMetadataResponse$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetResourceMetricsResponse$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

', 'MetricDimensionGroups$Metric' => '

The metric type to which the dimension information belongs.

', 'ResponseResourceMetric$Metric' => '

The full name of the metric.

', 'ResponseResourceMetric$Unit' => '

The unit of the metric.

', 'ResponseResourceMetricKey$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => 'Amazon RDS Performance Insights

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameters and errors.

When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the authoritative source for Amazon Web Services service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.

DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

', 'operations' => [ 'CreatePerformanceAnalysisReport' => '

Creates a new performance analysis report for a specific time period for the DB instance.

', 'DeletePerformanceAnalysisReport' => '

Deletes a performance analysis report.

', 'DescribeDimensionKeys' => '

For a specific time period, retrieve the top N dimension keys for a metric.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'GetDimensionKeyDetails' => '

Get the attributes of the specified dimension group for a DB instance or data source. For example, if you specify a SQL ID, GetDimensionKeyDetails retrieves the full text of the dimension db.sql.statement associated with this ID. This operation is useful because GetResourceMetrics and DescribeDimensionKeys don\'t support retrieval of large SQL statement text.

', 'GetPerformanceAnalysisReport' => '

Retrieves the report including the report ID, status, time details, and the insights with recommendations. The report status can be RUNNING, SUCCEEDED, or FAILED. The insights include the description and recommendation fields.

', 'GetResourceMetadata' => '

Retrieve the metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', 'GetResourceMetrics' => '

Retrieve Performance Insights metrics for a set of data sources over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'ListAvailableResourceDimensions' => '

Retrieve the dimensions that can be queried for each specified metric type on a specified DB instance.

', 'ListAvailableResourceMetrics' => '

Retrieve metrics of the specified types that can be queried for a specified DB instance.

', 'ListPerformanceAnalysisReports' => '

Lists all the analysis reports created for the DB instance. The reports are sorted based on the start time of each report.

', 'ListTagsForResource' => '

Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.

', 'TagResource' => '

Adds metadata tags to the Amazon RDS Performance Insights resource.

', 'UntagResource' => '

Deletes the metadata tags from the Amazon RDS Performance Insights resource.

', ], 'shapes' => [ 'AcceptLanguage' => [ 'base' => NULL, 'refs' => [ 'GetPerformanceAnalysisReportRequest$AcceptLanguage' => '

The text language in the report. The default language is EN_US (English).

', ], ], 'AdditionalMetricsList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$AdditionalMetrics' => '

Additional metrics for the top N dimension keys. If the specified dimension group in the GroupBy parameter is db.sql_tokenized, you can specify per-SQL metrics to get the values for the top N SQL digests. The response syntax is as follows: "AdditionalMetrics" : { "string" : "string" }.

', ], ], 'AdditionalMetricsMap' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$AdditionalMetrics' => '

A map that contains the value for each additional metric.

', ], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$ResourceARN' => '

Lists all the tags for the Amazon RDS Performance Insights resource. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

', 'TagResourceRequest$ResourceARN' => '

The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

', 'UntagResourceRequest$ResourceARN' => '

The Amazon RDS Performance Insights resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

', ], ], 'AnalysisReport' => [ 'base' => '

Retrieves the summary of the performance analysis report created for a time period.

', 'refs' => [ 'GetPerformanceAnalysisReportResponse$AnalysisReport' => '

The summary of the performance analysis report created for a time period.

', ], ], 'AnalysisReportId' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$AnalysisReportId' => '

The name of the analysis report.

', 'CreatePerformanceAnalysisReportResponse$AnalysisReportId' => '

A unique identifier for the created analysis report.

', 'DeletePerformanceAnalysisReportRequest$AnalysisReportId' => '

The unique identifier of the analysis report for deletion.

', 'GetPerformanceAnalysisReportRequest$AnalysisReportId' => '

A unique identifier of the created analysis report. For example, report-12345678901234567

', ], ], 'AnalysisReportSummary' => [ 'base' => '

Retrieves the details of the performance analysis report.

', 'refs' => [ 'AnalysisReportSummaryList$member' => NULL, ], ], 'AnalysisReportSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPerformanceAnalysisReportsResponse$AnalysisReports' => '

List of reports including the report identifier, start and end time, creation time, and status.

', ], ], 'AnalysisStatus' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$Status' => '

The status of the created analysis report.

', 'AnalysisReportSummary$Status' => '

The status of the analysis report.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ListPerformanceAnalysisReportsRequest$ListTags' => '

Specifies whether or not to include the list of tags in the response.

', ], ], 'ContextType' => [ 'base' => NULL, 'refs' => [ 'Insight$Context' => '

Indicates if the insight is causal or correlated insight.

', ], ], 'CreatePerformanceAnalysisReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePerformanceAnalysisReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'Data' => [ 'base' => '

List of data objects which provide details about source metrics. This field can be used to determine the PI metric to render for the insight. This data type also includes static values for the metrics for the Insight that were calculated and included in text and annotations on the DB load chart.

', 'refs' => [ 'DataList$member' => NULL, ], ], 'DataList' => [ 'base' => NULL, 'refs' => [ 'Insight$InsightData' => '

List of data objects containing metrics and references from the time range while generating the insight.

', 'Insight$BaselineData' => '

Metric names and values from the timeframe used as baseline to generate the insight.

', ], ], 'DataPoint' => [ 'base' => '

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

', 'refs' => [ 'DataPointsList$member' => NULL, ], ], 'DataPointsList' => [ 'base' => NULL, 'refs' => [ 'MetricKeyDataPoints$DataPoints' => '

An array of timestamp-value pairs, representing measurements over a period of time.

', ], ], 'DeletePerformanceAnalysisReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePerformanceAnalysisReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDimensionKeysRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDimensionKeysResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'ResponseResourceMetric$Description' => '

The description of the metric.

', ], ], 'DescriptiveMap' => [ 'base' => NULL, 'refs' => [ 'PerformanceInsightsMetric$Dimensions' => '

A dimension map that contains the dimensions for this partition.

', ], ], 'DescriptiveString' => [ 'base' => NULL, 'refs' => [ 'DescriptiveMap$key' => NULL, 'DescriptiveMap$value' => NULL, 'PerformanceInsightsMetric$Metric' => '

The Performance Insights metric.

', 'PerformanceInsightsMetric$DisplayName' => '

The Performance Insights metric name.

', ], ], 'DetailStatus' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDetail$Status' => '

The status of the dimension detail data. Possible values include the following:

', ], ], 'DimensionDetail' => [ 'base' => '

The information about a dimension.

', 'refs' => [ 'DimensionDetailList$member' => NULL, ], ], 'DimensionDetailList' => [ 'base' => NULL, 'refs' => [ 'DimensionGroupDetail$Dimensions' => '

The dimensions within a dimension group.

', ], ], 'DimensionGroup' => [ 'base' => '

A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions:

Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

', 'refs' => [ 'DescribeDimensionKeysRequest$GroupBy' => '

A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights returns all dimensions within this group, unless you provide the names of specific dimensions within this group. You can also request that Performance Insights return a limited number of values for a dimension.

', 'DescribeDimensionKeysRequest$PartitionBy' => '

For each dimension specified in GroupBy, specify a secondary dimension to further subdivide the partition keys in the response.

', 'MetricQuery$GroupBy' => '

A specification for how to aggregate the data points from a query result. You must specify a valid dimension group. Performance Insights will return all of the dimensions within that group, unless you provide the names of specific dimensions within that group. You can also request that Performance Insights return a limited number of values for a dimension.

', ], ], 'DimensionGroupDetail' => [ 'base' => '

Information about dimensions within a dimension group.

', 'refs' => [ 'DimensionGroupDetailList$member' => NULL, ], ], 'DimensionGroupDetailList' => [ 'base' => NULL, 'refs' => [ 'MetricDimensionGroups$Groups' => '

The available dimension groups for a metric type.

', ], ], 'DimensionKeyDescription' => [ 'base' => '

An object that includes the requested dimension key values and aggregated metric values within a dimension group.

', 'refs' => [ 'DimensionKeyDescriptionList$member' => NULL, ], ], 'DimensionKeyDescriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysResponse$Keys' => '

The dimension keys that were requested.

', ], ], 'DimensionKeyDetail' => [ 'base' => '

An object that describes the details for a specified dimension.

', 'refs' => [ 'DimensionKeyDetailList$member' => NULL, ], ], 'DimensionKeyDetailList' => [ 'base' => NULL, 'refs' => [ 'GetDimensionKeyDetailsResponse$Dimensions' => '

The details for the requested dimensions.

', ], ], 'DimensionMap' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$Dimensions' => '

A map of name-value pairs for the dimensions in the group.

', 'ResponsePartitionKey$Dimensions' => '

A dimension map that contains the dimensions for this partition.

', 'ResponseResourceMetricKey$Dimensions' => '

The valid dimensions for the metric.

', ], ], 'DimensionsMetricList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceDimensionsRequest$Metrics' => '

The types of metrics for which to retrieve dimensions. Valid values include db.load.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'AdditionalMetricsMap$value' => NULL, 'DataPoint$Value' => '

The actual value associated with a particular Timestamp.

', 'DimensionKeyDescription$Total' => '

The aggregated metric value for the dimensions, over the requested time range.

', 'MetricValuesList$member' => NULL, 'PerformanceInsightsMetric$Value' => '

The value of the metric. For example, 9 for db.load.avg.

', ], ], 'ErrorString' => [ 'base' => NULL, 'refs' => [ 'InternalServiceError$Message' => NULL, 'InvalidArgumentException$Message' => NULL, 'NotAuthorizedException$Message' => NULL, ], ], 'FeatureMetadata' => [ 'base' => '

The metadata for a feature. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', 'refs' => [ 'FeatureMetadataMap$value' => NULL, ], ], 'FeatureMetadataMap' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetadataResponse$Features' => '

The metadata for different features. For example, the metadata might indicate that a feature is turned on or off on a specific DB instance.

', ], ], 'FeatureStatus' => [ 'base' => NULL, 'refs' => [ 'FeatureMetadata$Status' => '

The status of the feature on the DB instance. Possible values include the following:

', ], ], 'GetDimensionKeyDetailsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDimensionKeyDetailsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetPerformanceAnalysisReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetPerformanceAnalysisReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetResourceMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ISOTimestamp' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$CreateTime' => '

The time you created the analysis report.

', 'AnalysisReport$StartTime' => '

The analysis start time in the report.

', 'AnalysisReport$EndTime' => '

The analysis end time in the report.

', 'AnalysisReportSummary$CreateTime' => '

The time you created the analysis report.

', 'AnalysisReportSummary$StartTime' => '

The start time of the analysis in the report.

', 'AnalysisReportSummary$EndTime' => '

The end time of the analysis in the report.

', 'CreatePerformanceAnalysisReportRequest$StartTime' => '

The start time defined for the analysis report.

', 'CreatePerformanceAnalysisReportRequest$EndTime' => '

The end time defined for the analysis report.

', 'DataPoint$Timestamp' => '

The time, in epoch format, associated with a particular Value.

', 'DescribeDimensionKeysRequest$StartTime' => '

The date and time specifying the beginning of the requested time series data. You must specify a StartTime within the past 7 days. The value specified is inclusive, which means that data points equal to or greater than StartTime are returned.

The value for StartTime must be earlier than the value for EndTime.

', 'DescribeDimensionKeysRequest$EndTime' => '

The date and time specifying the end of the requested time series data. The value specified is exclusive, which means that data points less than (but not equal to) EndTime are returned.

The value for EndTime must be later than the value for StartTime.

', 'DescribeDimensionKeysResponse$AlignedStartTime' => '

The start time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

', 'DescribeDimensionKeysResponse$AlignedEndTime' => '

The end time for the returned dimension keys, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

', 'GetResourceMetricsRequest$StartTime' => '

The date and time specifying the beginning of the requested time series query range. You can\'t specify a StartTime that is earlier than 7 days ago. By default, Performance Insights has 7 days of retention, but you can extend this range up to 2 years. The value specified is inclusive. Thus, the command returns data points equal to or greater than StartTime.

The value for StartTime must be earlier than the value for EndTime.

', 'GetResourceMetricsRequest$EndTime' => '

The date and time specifying the end of the requested time series query range. The value specified is exclusive. Thus, the command returns data points less than (but not equal to) EndTime.

The value for EndTime must be later than the value for StartTime.

', 'GetResourceMetricsResponse$AlignedStartTime' => '

The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

', 'GetResourceMetricsResponse$AlignedEndTime' => '

The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

', 'Insight$StartTime' => '

The start time of the insight. For example, 2018-10-30T00:00:00Z.

', 'Insight$EndTime' => '

The end time of the insight. For example, 2018-10-30T00:00:00Z.

', ], ], 'IdentifierString' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$Identifier' => '

The unique identifier of the analysis report.

', 'CreatePerformanceAnalysisReportRequest$Identifier' => '

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-ADECBTYHKTSAUMUZQYPDS2GW4A.

', 'DeletePerformanceAnalysisReportRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'DescribeDimensionKeysRequest$Identifier' => '

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-FAIHNTYBKTGAUSUZQYPDS2GW4A.

', 'GetDimensionKeyDetailsRequest$Identifier' => '

The ID for a data source from which to gather dimension data. This ID must be immutable and unique within an Amazon Web Services Region. When a DB instance is the data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetPerformanceAnalysisReportRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetResourceMetadataRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetResourceMetricsRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'ListAvailableResourceDimensionsRequest$Identifier' => '

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

', 'ListAvailableResourceMetricsRequest$Identifier' => '

An immutable identifier for a data source that is unique within an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use an Amazon RDS DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VWZ.

', 'ListPerformanceAnalysisReportsRequest$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', ], ], 'Insight' => [ 'base' => '

Retrieves the list of performance issues which are identified.

', 'refs' => [ 'InsightList$member' => NULL, ], ], 'InsightList' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$Insights' => '

The list of identified insights in the analysis report.

', 'Insight$SupportingInsights' => '

List of supporting insights that provide additional factors for the insight.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$PeriodInSeconds' => '

The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are:

If you don\'t specify PeriodInSeconds, then Performance Insights chooses a value for you, with a goal of returning roughly 100-200 data points in the response.

', 'GetResourceMetricsRequest$PeriodInSeconds' => '

The granularity, in seconds, of the data points returned from Performance Insights. A period can be as short as one second, or as long as one day (86400 seconds). Valid values are:

If you don\'t specify PeriodInSeconds, then Performance Insights will choose a value for you, with a goal of returning roughly 100-200 data points in the response.

', ], ], 'InternalServiceError' => [ 'base' => '

The request failed due to an unknown error.

', 'refs' => [], ], 'InvalidArgumentException' => [ 'base' => '

One of the arguments provided is invalid for this request.

', 'refs' => [], ], 'Limit' => [ 'base' => NULL, 'refs' => [ 'DimensionGroup$Limit' => '

The maximum number of items to fetch for this dimension group.

', ], ], 'ListAvailableResourceDimensionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceDimensionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceMetricsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAvailableResourceMetricsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPerformanceAnalysisReportsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPerformanceAnalysisReportsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'MarkdownString' => [ 'base' => NULL, 'refs' => [ 'Insight$Description' => '

Description of the insight. For example: A high severity Insight found between 02:00 to 02:30, where there was an unusually high DB load 600x above baseline. Likely performance impact.

', 'Recommendation$RecommendationDescription' => '

The recommendation details to help resolve the performance issue. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'GetResourceMetricsRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'ListAvailableResourceDimensionsRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxRecords value, a pagination token is included in the response so that the remaining results can be retrieved.

', 'ListAvailableResourceMetricsRequest$MaxResults' => '

The maximum number of items to return. If the MaxRecords value is less than the number of existing items, the response includes a pagination token.

', 'ListPerformanceAnalysisReportsRequest$MaxResults' => '

The maximum number of items to return in the response. If more items exist than the specified MaxResults value, a pagination token is included in the response so that the remaining results can be retrieved.

', ], ], 'MetricDimensionGroups' => [ 'base' => '

The available dimension information for a metric type.

', 'refs' => [ 'MetricDimensionsList$member' => NULL, ], ], 'MetricDimensionsList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceDimensionsResponse$MetricDimensions' => '

The dimension information returned for requested metric types.

', ], ], 'MetricKeyDataPoints' => [ 'base' => '

A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.

', 'refs' => [ 'MetricKeyDataPointsList$member' => NULL, ], ], 'MetricKeyDataPointsList' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsResponse$MetricList' => '

An array of metric results, where each array element contains all of the data points for a particular dimension.

', ], ], 'MetricQuery' => [ 'base' => '

A single query to be processed. You must provide the metric to query. If no other parameters are specified, Performance Insights returns all data points for the specified metric. Optionally, you can request that the data points be aggregated by dimension group (GroupBy), and return only those data points that match your criteria (Filter).

', 'refs' => [ 'MetricQueryList$member' => NULL, ], ], 'MetricQueryFilterMap' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$Filter' => '

One or more filters to apply in the request. Restrictions:

', 'MetricQuery$Filter' => '

One or more filters to apply in the request. Restrictions:

', ], ], 'MetricQueryList' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsRequest$MetricQueries' => '

An array of one or more queries to perform. Each query must specify a Performance Insights metric, and can optionally specify aggregation and filtering criteria.

', ], ], 'MetricTypeList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceMetricsRequest$MetricTypes' => '

The types of metrics to return in the response. Valid values in the array include the following:

', ], ], 'MetricValuesList' => [ 'base' => NULL, 'refs' => [ 'DimensionKeyDescription$Partitions' => '

If PartitionBy was specified, PartitionKeys contains the dimensions that were.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'DescribeDimensionKeysResponse$NextToken' => '

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

', 'GetResourceMetricsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'GetResourceMetricsResponse$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceDimensionsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceDimensionsResponse$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceMetricsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.

', 'ListAvailableResourceMetricsResponse$NextToken' => '

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

', 'ListPerformanceAnalysisReportsRequest$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

', 'ListPerformanceAnalysisReportsResponse$NextToken' => '

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxResults.

', ], ], 'NotAuthorizedException' => [ 'base' => '

The user is not authorized to perform this request.

', 'refs' => [], ], 'PerformanceInsightsMetric' => [ 'base' => '

This data type helps to determine Performance Insights metric to render for the insight.

', 'refs' => [ 'Data$PerformanceInsightsMetric' => '

This field determines the Performance Insights metric to render for the insight. The name field refers to a Performance Insights metric.

', ], ], 'PeriodAlignment' => [ 'base' => NULL, 'refs' => [ 'GetResourceMetricsRequest$PeriodAlignment' => '

The returned timestamp which is the start or end time of the time periods. The default value is END_TIME.

', ], ], 'Recommendation' => [ 'base' => '

The list of recommendations for the insight.

', 'refs' => [ 'RecommendationList$member' => NULL, ], ], 'RecommendationList' => [ 'base' => NULL, 'refs' => [ 'Insight$Recommendations' => '

List of recommendations for the insight. For example, Investigate the following SQLs that contributed to 100% of the total DBLoad during that time period: sql-id.

', ], ], 'RequestString' => [ 'base' => NULL, 'refs' => [ 'AdditionalMetricsList$member' => NULL, 'AdditionalMetricsMap$key' => NULL, 'DescribeDimensionKeysRequest$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', 'DimensionGroup$Group' => '

The name of the dimension group. Valid values are as follows:

', 'DimensionMap$key' => NULL, 'DimensionMap$value' => NULL, 'DimensionsMetricList$member' => NULL, 'GetDimensionKeyDetailsRequest$Group' => '

The name of the dimension group. Performance Insights searches the specified group for the dimension group ID. The following group name values are valid:

', 'GetDimensionKeyDetailsRequest$GroupIdentifier' => '

The ID of the dimension group from which to retrieve dimension details. For dimension group db.sql, the group ID is db.sql.id. The following group ID values are valid:

', 'MetricQuery$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', 'MetricQueryFilterMap$key' => NULL, 'MetricQueryFilterMap$value' => NULL, 'MetricTypeList$member' => NULL, 'RequestStringList$member' => NULL, 'RequestedDimensionList$member' => NULL, ], ], 'RequestStringList' => [ 'base' => NULL, 'refs' => [ 'DimensionGroup$Dimensions' => '

A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response.

Valid values for elements in the Dimensions array are:

', ], ], 'RequestedDimensionList' => [ 'base' => NULL, 'refs' => [ 'GetDimensionKeyDetailsRequest$RequestedDimensions' => '

A list of dimensions to retrieve the detail data for within the given dimension group. If you don\'t specify this parameter, Performance Insights returns all dimension data within the specified dimension group. Specify dimension names for the following dimension groups:

', ], ], 'ResponsePartitionKey' => [ 'base' => '

If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.

', 'refs' => [ 'ResponsePartitionKeyList$member' => NULL, ], ], 'ResponsePartitionKeyList' => [ 'base' => NULL, 'refs' => [ 'DescribeDimensionKeysResponse$PartitionKeys' => '

If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.

', ], ], 'ResponseResourceMetric' => [ 'base' => '

An object that contains the full name, description, and unit of a metric.

', 'refs' => [ 'ResponseResourceMetricList$member' => NULL, ], ], 'ResponseResourceMetricKey' => [ 'base' => '

An object describing a Performance Insights metric and one or more dimensions for that metric.

', 'refs' => [ 'MetricKeyDataPoints$Key' => '

The dimensions to which the data points apply.

', ], ], 'ResponseResourceMetricList' => [ 'base' => NULL, 'refs' => [ 'ListAvailableResourceMetricsResponse$Metrics' => '

An array of metrics available to query. Each array element contains the full name, description, and unit of the metric.

', ], ], 'ServiceType' => [ 'base' => NULL, 'refs' => [ 'AnalysisReport$ServiceType' => '

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

', 'CreatePerformanceAnalysisReportRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

', 'DeletePerformanceAnalysisReportRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

', 'DescribeDimensionKeysRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights will return metrics. Valid values are as follows:

', 'GetDimensionKeyDetailsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns data. The only valid value is RDS.

', 'GetPerformanceAnalysisReportRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

', 'GetResourceMetadataRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', 'GetResourceMetricsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics. Valid values are as follows:

', 'ListAvailableResourceDimensionsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', 'ListAvailableResourceMetricsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics.

', 'ListPerformanceAnalysisReportsRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

', 'ListTagsForResourceRequest$ServiceType' => '

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

', 'TagResourceRequest$ServiceType' => '

The Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

', 'UntagResourceRequest$ServiceType' => '

List the tags for the Amazon Web Services service for which Performance Insights returns metrics. Valid value is RDS.

', ], ], 'Severity' => [ 'base' => NULL, 'refs' => [ 'Insight$Severity' => '

The severity of the insight. The values are: Low, Medium, or High.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AnalysisReportSummary$AnalysisReportId' => '

The name of the analysis report.

', 'DimensionDetail$Identifier' => '

The identifier of a dimension.

', 'DimensionGroupDetail$Group' => '

The name of the dimension group.

', 'DimensionKeyDetail$Value' => '

The value of the dimension detail data. Depending on the return status, this value is either the full or truncated SQL query for the following dimensions:

', 'DimensionKeyDetail$Dimension' => '

The full name of the dimension. The full name includes the group name and key name. The following values are valid:

', 'FeatureMetadataMap$key' => NULL, 'GetResourceMetadataResponse$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. To use a DB instance as a data source, specify its DbiResourceId value. For example, specify db-ABCDEFGHIJKLMNOPQRSTU1VW2X.

', 'GetResourceMetricsResponse$Identifier' => '

An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

', 'Insight$InsightId' => '

The unique identifier for the insight. For example, insight-12345678901234567.

', 'Insight$InsightType' => '

The type of insight. For example, HighDBLoad, HighCPU, or DominatingSQLs.

', 'MetricDimensionGroups$Metric' => '

The metric type to which the dimension information belongs.

', 'Recommendation$RecommendationId' => '

The unique identifier for the recommendation.

', 'ResponseResourceMetric$Metric' => '

The full name of the metric.

', 'ResponseResourceMetric$Unit' => '

The unit of the metric.

', 'ResponseResourceMetricKey$Metric' => '

The name of a Performance Insights metric to be measured.

Valid values for Metric are:

If the number of active sessions is less than an internal Performance Insights threshold, db.load.avg and db.sampledload.avg are the same value. If the number of active sessions is greater than the internal threshold, Performance Insights samples the active sessions, with db.load.avg showing the scaled values, db.sampledload.avg showing the raw values, and db.sampledload.avg less than db.load.avg. For most use cases, you can query db.load.avg only.

', ], ], 'Tag' => [ 'base' => '

Metadata assigned to an Amazon RDS resource consisting of a key-value pair.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can\'t be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, \'_\', \'.\', \':\', \'/\', \'=\', \'+\', \'-\', \'@\' (Java regex: "^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$").

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AnalysisReportSummary$Tags' => '

List of all the tags added to the analysis report.

', 'CreatePerformanceAnalysisReportRequest$Tags' => '

The metadata assigned to the analysis report consisting of a key-value pair.

', 'ListTagsForResourceResponse$Tags' => '

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

', 'TagResourceRequest$Tags' => '

The metadata assigned to an Amazon RDS resource consisting of a key-value pair.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can\'t be prefixed with aws: or rds:. The string can only contain only the set of Unicode letters, digits, white-space, \'_\', \'.\', \':\', \'/\', \'=\', \'+\', \'-\', \'@\' (Java regex: "^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-@]*)$").

', ], ], 'TextFormat' => [ 'base' => NULL, 'refs' => [ 'GetPerformanceAnalysisReportRequest$TextFormat' => '

Indicates the text format in the report. The options are PLAIN_TEXT or MARKDOWN. The default value is plain text.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], ],]; diff --git a/src/data/pi/2018-02-27/endpoint-rule-set-1.json b/src/data/pi/2018-02-27/endpoint-rule-set-1.json index ca59653fa9..2a013d4fe2 100644 --- a/src/data/pi/2018-02-27/endpoint-rule-set-1.json +++ b/src/data/pi/2018-02-27/endpoint-rule-set-1.json @@ -58,52 +58,56 @@ "type": "error" }, { - "conditions": [], - "type": "tree", - "rules": [ + "conditions": [ { - "conditions": [ + "fn": "booleanEquals", + "argv": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" + "ref": "UseDualStack" }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" + true + ] } - ] + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { - "conditions": [], + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "isSet", + "fn": "aws.partition", "argv": [ { "ref": "Region" } - ] + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -111,13 +115,22 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "booleanEquals", "argv": [ { - "ref": "Region" - } - ], - "assign": "PartitionResult" + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] } ], "type": "tree", @@ -127,224 +140,175 @@ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] }, { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://pi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" + "endpoint": { + "url": "https://pi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ { - "conditions": [], - "endpoint": { - "url": "https://pi-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsFIPS" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" + "endpoint": { + "url": "https://pi-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://pi.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } - ] - }, - { - "conditions": [], + ], "type": "tree", "rules": [ { "conditions": [], "endpoint": { - "url": "https://pi.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://pi.{Region}.{PartitionResult#dualStackDnsSuffix}", "properties": {}, "headers": {} }, "type": "endpoint" } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://pi.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" } ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } \ No newline at end of file diff --git a/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php b/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php index cbec4e30dc..24f86ba24c 100644 --- a/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php +++ b/src/data/pi/2018-02-27/endpoint-rule-set-1.json.php @@ -1,3 +1,3 @@ '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], ], ],]; +return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://pi.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ],]; diff --git a/src/data/pi/2018-02-27/endpoint-tests-1.json b/src/data/pi/2018-02-27/endpoint-tests-1.json index a720fcbb69..73734bfa14 100644 --- a/src/data/pi/2018-02-27/endpoint-tests-1.json +++ b/src/data/pi/2018-02-27/endpoint-tests-1.json @@ -429,6 +429,17 @@ "UseDualStack": false } }, + { + "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, { "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", "expect": { @@ -442,6 +453,17 @@ "UseDualStack": false } }, + { + "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-iso-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, { "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", "expect": { @@ -455,6 +477,17 @@ "UseDualStack": false } }, + { + "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", + "expect": { + "error": "FIPS and DualStack are enabled, but this partition does not support one or both" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": true, + "UseDualStack": true + } + }, { "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", "expect": { @@ -468,6 +501,17 @@ "UseDualStack": false } }, + { + "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", + "expect": { + "error": "DualStack is enabled but this partition does not support DualStack" + }, + "params": { + "Region": "us-isob-east-1", + "UseFIPS": false, + "UseDualStack": true + } + }, { "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", "expect": { @@ -531,6 +575,12 @@ "UseDualStack": true, "Endpoint": "https://example.com" } + }, + { + "documentation": "Missing region", + "expect": { + "error": "Invalid Configuration: Missing Region" + } } ], "version": "1.0" diff --git a/src/data/pi/2018-02-27/endpoint-tests-1.json.php b/src/data/pi/2018-02-27/endpoint-tests-1.json.php index 51e135eefe..41c5c02ba3 100644 --- a/src/data/pi/2018-02-27/endpoint-tests-1.json.php +++ b/src/data/pi/2018-02-27/endpoint-tests-1.json.php @@ -1,3 +1,3 @@ [ [ 'documentation' => 'For region af-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.af-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'af-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-3 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-3.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-3', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-southeast-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-southeast-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-southeast-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-southeast-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-southeast-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-southeast-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ca-central-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ca-central-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ca-central-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-central-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-central-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-central-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-north-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-north-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-north-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-3 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-3.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-3', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region me-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.me-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'me-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region sa-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.sa-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'sa-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-west-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-west-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-west-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-west-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-west-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-west-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-north-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-northwest-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-northwest-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-northwest-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.cn-north-1.api.amazonwebservices.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.cn-north-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-north-1.api.amazonwebservices.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-gov-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-gov-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-gov-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-gov-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-iso-east-1.c2s.ic.gov', ], ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-iso-east-1.c2s.ic.gov', ], ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-isob-east-1.sc2s.sgov.gov', ], ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-isob-east-1.sc2s.sgov.gov', ], ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For custom endpoint with region set and fips disabled and dualstack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://example.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with region not set and fips disabled and dualstack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://example.com', ], ], 'params' => [ 'UseFIPS' => false, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with fips enabled and dualstack disabled', 'expect' => [ 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with fips disabled and dualstack enabled', 'expect' => [ 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => true, 'Endpoint' => 'https://example.com', ], ], ], 'version' => '1.0',]; +return [ 'testCases' => [ [ 'documentation' => 'For region af-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.af-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'af-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-northeast-3 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-northeast-3.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-northeast-3', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-southeast-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-southeast-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-southeast-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ap-southeast-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ap-southeast-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'ap-southeast-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region ca-central-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.ca-central-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'ca-central-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-central-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-central-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-central-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-north-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-north-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-north-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region eu-west-3 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.eu-west-3.amazonaws.com', ], ], 'params' => [ 'Region' => 'eu-west-3', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region me-south-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.me-south-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'me-south-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region sa-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.sa-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'sa-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-west-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-west-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-west-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-west-2 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-west-2.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-west-2', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-north-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-northwest-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-northwest-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-northwest-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.cn-north-1.api.amazonwebservices.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.cn-north-1.amazonaws.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region cn-north-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.cn-north-1.api.amazonwebservices.com.cn', ], ], 'params' => [ 'Region' => 'cn-north-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-gov-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-gov-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-gov-east-1.api.aws', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-gov-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-gov-east-1.amazonaws.com', ], ], 'params' => [ 'Region' => 'us-gov-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-iso-east-1.c2s.ic.gov', ], ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'error' => 'DualStack is enabled but this partition does not support DualStack', ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-iso-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-iso-east-1.c2s.ic.gov', ], ], 'params' => [ 'Region' => 'us-iso-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS enabled and DualStack enabled', 'expect' => [ 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => true, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS enabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi-fips.us-isob-east-1.sc2s.sgov.gov', ], ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => true, 'UseDualStack' => false, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS disabled and DualStack enabled', 'expect' => [ 'error' => 'DualStack is enabled but this partition does not support DualStack', ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => false, 'UseDualStack' => true, ], ], [ 'documentation' => 'For region us-isob-east-1 with FIPS disabled and DualStack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://pi.us-isob-east-1.sc2s.sgov.gov', ], ], 'params' => [ 'Region' => 'us-isob-east-1', 'UseFIPS' => false, 'UseDualStack' => false, ], ], [ 'documentation' => 'For custom endpoint with region set and fips disabled and dualstack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://example.com', ], ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with region not set and fips disabled and dualstack disabled', 'expect' => [ 'endpoint' => [ 'url' => 'https://example.com', ], ], 'params' => [ 'UseFIPS' => false, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with fips enabled and dualstack disabled', 'expect' => [ 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => true, 'UseDualStack' => false, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'For custom endpoint with fips disabled and dualstack enabled', 'expect' => [ 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', ], 'params' => [ 'Region' => 'us-east-1', 'UseFIPS' => false, 'UseDualStack' => true, 'Endpoint' => 'https://example.com', ], ], [ 'documentation' => 'Missing region', 'expect' => [ 'error' => 'Invalid Configuration: Missing Region', ], ], ], 'version' => '1.0',]; diff --git a/src/data/pi/2018-02-27/paginators-1.json b/src/data/pi/2018-02-27/paginators-1.json index 8392da5c25..be1a4c984e 100644 --- a/src/data/pi/2018-02-27/paginators-1.json +++ b/src/data/pi/2018-02-27/paginators-1.json @@ -19,6 +19,11 @@ "input_token": "NextToken", "output_token": "NextToken", "limit_key": "MaxResults" + }, + "ListPerformanceAnalysisReports": { + "input_token": "NextToken", + "output_token": "NextToken", + "limit_key": "MaxResults" } } } diff --git a/src/data/pi/2018-02-27/paginators-1.json.php b/src/data/pi/2018-02-27/paginators-1.json.php index f0c23c7b3b..9af572cb5d 100644 --- a/src/data/pi/2018-02-27/paginators-1.json.php +++ b/src/data/pi/2018-02-27/paginators-1.json.php @@ -1,3 +1,3 @@ [ 'DescribeDimensionKeys' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'GetResourceMetrics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListAvailableResourceDimensions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListAvailableResourceMetrics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; +return [ 'pagination' => [ 'DescribeDimensionKeys' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'GetResourceMetrics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListAvailableResourceDimensions' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListAvailableResourceMetrics' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], 'ListPerformanceAnalysisReports' => [ 'input_token' => 'NextToken', 'output_token' => 'NextToken', 'limit_key' => 'MaxResults', ], ],]; diff --git a/src/data/route53domains/2014-05-15/api-2.json b/src/data/route53domains/2014-05-15/api-2.json index abdac264ad..387a2da3fa 100644 --- a/src/data/route53domains/2014-05-15/api-2.json +++ b/src/data/route53domains/2014-05-15/api-2.json @@ -505,7 +505,7 @@ ], "members":{ "DomainName":{"shape":"DomainName"}, - "Password":{"shape":"String"} + "Password":{"shape":"Password"} } }, "AcceptDomainTransferFromAnotherAwsAccountResponse":{ @@ -522,7 +522,8 @@ }, "AddressLine":{ "type":"string", - "max":255 + "max":255, + "sensitive":true }, "AssociateDelegationSignerToDomainRequest":{ "type":"structure", @@ -594,12 +595,14 @@ "CheckDomainTransferabilityResponse":{ "type":"structure", "members":{ - "Transferability":{"shape":"DomainTransferability"} + "Transferability":{"shape":"DomainTransferability"}, + "Message":{"shape":"Message"} } }, "City":{ "type":"string", - "max":255 + "max":255, + "sensitive":true }, "Consent":{ "type":"structure", @@ -634,11 +637,13 @@ }, "ContactName":{ "type":"string", - "max":255 + "max":255, + "sensitive":true }, "ContactNumber":{ "type":"string", - "max":30 + "max":30, + "sensitive":true }, "ContactType":{ "type":"string", @@ -904,7 +909,8 @@ "ZA", "ZM", "ZW" - ] + ], + "sensitive":true }, "Currency":{ "type":"string", @@ -1106,6 +1112,7 @@ "DuplicateRequest":{ "type":"structure", "members":{ + "requestId":{"shape":"RequestId"}, "message":{"shape":"ErrorMessage"} }, "exception":true @@ -1117,7 +1124,8 @@ }, "Email":{ "type":"string", - "max":254 + "max":254, + "sensitive":true }, "EnableDomainAutoRenewRequest":{ "type":"structure", @@ -1419,6 +1427,7 @@ "TagList":{"shape":"TagList"} } }, + "Message":{"type":"string"}, "Nameserver":{ "type":"structure", "required":["Name"], @@ -1519,6 +1528,10 @@ "type":"integer", "max":100 }, + "Password":{ + "type":"string", + "sensitive":true + }, "Price":{"type":"double"}, "PriceWithCurrency":{ "type":"structure", @@ -1613,6 +1626,7 @@ "OperationId":{"shape":"OperationId"} } }, + "RequestId":{"type":"string"}, "Reseller":{"type":"string"}, "ResendContactReachabilityEmailRequest":{ "type":"structure", @@ -1668,7 +1682,8 @@ }, "State":{ "type":"string", - "max":255 + "max":255, + "sensitive":true }, "StatusFlag":{ "type":"string", @@ -1764,7 +1779,7 @@ "type":"structure", "members":{ "OperationId":{"shape":"OperationId"}, - "Password":{"shape":"String"} + "Password":{"shape":"Password"} } }, "Transferable":{ @@ -1881,7 +1896,8 @@ }, "ZipCode":{ "type":"string", - "max":255 + "max":255, + "sensitive":true } } } diff --git a/src/data/route53domains/2014-05-15/api-2.json.php b/src/data/route53domains/2014-05-15/api-2.json.php index 5168f963d2..d927c8b38a 100644 --- a/src/data/route53domains/2014-05-15/api-2.json.php +++ b/src/data/route53domains/2014-05-15/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2014-05-15', 'endpointPrefix' => 'route53domains', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Route 53 Domains', 'serviceId' => 'Route 53 Domains', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53Domains_v20140515', 'uid' => 'route53domains-2014-05-15', ], 'operations' => [ 'AcceptDomainTransferFromAnotherAwsAccount' => [ 'name' => 'AcceptDomainTransferFromAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AcceptDomainTransferFromAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'AcceptDomainTransferFromAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'AssociateDelegationSignerToDomain' => [ 'name' => 'AssociateDelegationSignerToDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateDelegationSignerToDomainRequest', ], 'output' => [ 'shape' => 'AssociateDelegationSignerToDomainResponse', ], 'errors' => [ [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DnssecLimitExceeded', ], ], ], 'CancelDomainTransferToAnotherAwsAccount' => [ 'name' => 'CancelDomainTransferToAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDomainTransferToAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'CancelDomainTransferToAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'CheckDomainAvailability' => [ 'name' => 'CheckDomainAvailability', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckDomainAvailabilityRequest', ], 'output' => [ 'shape' => 'CheckDomainAvailabilityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'CheckDomainTransferability' => [ 'name' => 'CheckDomainTransferability', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckDomainTransferabilityRequest', ], 'output' => [ 'shape' => 'CheckDomainTransferabilityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DeleteDomain' => [ 'name' => 'DeleteDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDomainRequest', ], 'output' => [ 'shape' => 'DeleteDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DeleteTagsForDomain' => [ 'name' => 'DeleteTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTagsForDomainRequest', ], 'output' => [ 'shape' => 'DeleteTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisableDomainAutoRenew' => [ 'name' => 'DisableDomainAutoRenew', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableDomainAutoRenewRequest', ], 'output' => [ 'shape' => 'DisableDomainAutoRenewResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisableDomainTransferLock' => [ 'name' => 'DisableDomainTransferLock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableDomainTransferLockRequest', ], 'output' => [ 'shape' => 'DisableDomainTransferLockResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisassociateDelegationSignerFromDomain' => [ 'name' => 'DisassociateDelegationSignerFromDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateDelegationSignerFromDomainRequest', ], 'output' => [ 'shape' => 'DisassociateDelegationSignerFromDomainResponse', ], 'errors' => [ [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'EnableDomainAutoRenew' => [ 'name' => 'EnableDomainAutoRenew', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableDomainAutoRenewRequest', ], 'output' => [ 'shape' => 'EnableDomainAutoRenewResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'TLDRulesViolation', ], ], ], 'EnableDomainTransferLock' => [ 'name' => 'EnableDomainTransferLock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableDomainTransferLockRequest', ], 'output' => [ 'shape' => 'EnableDomainTransferLockResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetContactReachabilityStatus' => [ 'name' => 'GetContactReachabilityStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetContactReachabilityStatusRequest', ], 'output' => [ 'shape' => 'GetContactReachabilityStatusResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetDomainDetail' => [ 'name' => 'GetDomainDetail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDomainDetailRequest', ], 'output' => [ 'shape' => 'GetDomainDetailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetDomainSuggestions' => [ 'name' => 'GetDomainSuggestions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDomainSuggestionsRequest', ], 'output' => [ 'shape' => 'GetDomainSuggestionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetOperationDetail' => [ 'name' => 'GetOperationDetail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetOperationDetailRequest', ], 'output' => [ 'shape' => 'GetOperationDetailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListDomains' => [ 'name' => 'ListDomains', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDomainsRequest', ], 'output' => [ 'shape' => 'ListDomainsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListOperations' => [ 'name' => 'ListOperations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListOperationsRequest', ], 'output' => [ 'shape' => 'ListOperationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListPrices' => [ 'name' => 'ListPrices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPricesRequest', ], 'output' => [ 'shape' => 'ListPricesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ListTagsForDomain' => [ 'name' => 'ListTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForDomainRequest', ], 'output' => [ 'shape' => 'ListTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'PushDomain' => [ 'name' => 'PushDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PushDomainRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'RegisterDomain' => [ 'name' => 'RegisterDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterDomainRequest', ], 'output' => [ 'shape' => 'RegisterDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'RejectDomainTransferFromAnotherAwsAccount' => [ 'name' => 'RejectDomainTransferFromAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RejectDomainTransferFromAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'RejectDomainTransferFromAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'RenewDomain' => [ 'name' => 'RenewDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RenewDomainRequest', ], 'output' => [ 'shape' => 'RenewDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'ResendContactReachabilityEmail' => [ 'name' => 'ResendContactReachabilityEmail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResendContactReachabilityEmailRequest', ], 'output' => [ 'shape' => 'ResendContactReachabilityEmailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ResendOperationAuthorization' => [ 'name' => 'ResendOperationAuthorization', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResendOperationAuthorizationRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'RetrieveDomainAuthCode' => [ 'name' => 'RetrieveDomainAuthCode', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RetrieveDomainAuthCodeRequest', ], 'output' => [ 'shape' => 'RetrieveDomainAuthCodeResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'TransferDomain' => [ 'name' => 'TransferDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TransferDomainRequest', ], 'output' => [ 'shape' => 'TransferDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'TransferDomainToAnotherAwsAccount' => [ 'name' => 'TransferDomainToAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TransferDomainToAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'TransferDomainToAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainContact' => [ 'name' => 'UpdateDomainContact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainContactRequest', ], 'output' => [ 'shape' => 'UpdateDomainContactResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainContactPrivacy' => [ 'name' => 'UpdateDomainContactPrivacy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainContactPrivacyRequest', ], 'output' => [ 'shape' => 'UpdateDomainContactPrivacyResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainNameservers' => [ 'name' => 'UpdateDomainNameservers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainNameserversRequest', ], 'output' => [ 'shape' => 'UpdateDomainNameserversResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateTagsForDomain' => [ 'name' => 'UpdateTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTagsForDomainRequest', ], 'output' => [ 'shape' => 'UpdateTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ViewBilling' => [ 'name' => 'ViewBilling', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ViewBillingRequest', ], 'output' => [ 'shape' => 'ViewBillingResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], ], 'shapes' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Password', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Password' => [ 'shape' => 'String', ], ], ], 'AcceptDomainTransferFromAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'AccountId' => [ 'type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^(\\d{12})$', ], 'AddressLine' => [ 'type' => 'string', 'max' => 255, ], 'AssociateDelegationSignerToDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'SigningAttributes', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'SigningAttributes' => [ 'shape' => 'DnssecSigningAttributes', ], ], ], 'AssociateDelegationSignerToDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'BillingRecord' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Operation' => [ 'shape' => 'OperationType', ], 'InvoiceId' => [ 'shape' => 'InvoiceId', ], 'BillDate' => [ 'shape' => 'Timestamp', ], 'Price' => [ 'shape' => 'Price', ], ], ], 'BillingRecords' => [ 'type' => 'list', 'member' => [ 'shape' => 'BillingRecord', ], ], 'Boolean' => [ 'type' => 'boolean', ], 'CancelDomainTransferToAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'CancelDomainTransferToAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'CheckDomainAvailabilityRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], ], ], 'CheckDomainAvailabilityResponse' => [ 'type' => 'structure', 'members' => [ 'Availability' => [ 'shape' => 'DomainAvailability', ], ], ], 'CheckDomainTransferabilityRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], ], ], 'CheckDomainTransferabilityResponse' => [ 'type' => 'structure', 'members' => [ 'Transferability' => [ 'shape' => 'DomainTransferability', ], ], ], 'City' => [ 'type' => 'string', 'max' => 255, ], 'Consent' => [ 'type' => 'structure', 'required' => [ 'MaxPrice', 'Currency', ], 'members' => [ 'MaxPrice' => [ 'shape' => 'Price', ], 'Currency' => [ 'shape' => 'Currency', ], ], ], 'ContactDetail' => [ 'type' => 'structure', 'members' => [ 'FirstName' => [ 'shape' => 'ContactName', ], 'LastName' => [ 'shape' => 'ContactName', ], 'ContactType' => [ 'shape' => 'ContactType', ], 'OrganizationName' => [ 'shape' => 'ContactName', ], 'AddressLine1' => [ 'shape' => 'AddressLine', ], 'AddressLine2' => [ 'shape' => 'AddressLine', ], 'City' => [ 'shape' => 'City', ], 'State' => [ 'shape' => 'State', ], 'CountryCode' => [ 'shape' => 'CountryCode', ], 'ZipCode' => [ 'shape' => 'ZipCode', ], 'PhoneNumber' => [ 'shape' => 'ContactNumber', ], 'Email' => [ 'shape' => 'Email', ], 'Fax' => [ 'shape' => 'ContactNumber', ], 'ExtraParams' => [ 'shape' => 'ExtraParamList', ], ], 'sensitive' => true, ], 'ContactName' => [ 'type' => 'string', 'max' => 255, ], 'ContactNumber' => [ 'type' => 'string', 'max' => 30, ], 'ContactType' => [ 'type' => 'string', 'enum' => [ 'PERSON', 'COMPANY', 'ASSOCIATION', 'PUBLIC_BODY', 'RESELLER', ], ], 'CountryCode' => [ 'type' => 'string', 'enum' => [ 'AC', 'AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AN', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AX', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BQ', 'BR', 'BS', 'BT', 'BV', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CW', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'EH', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GF', 'GG', 'GH', 'GI', 'GL', 'GM', 'GN', 'GP', 'GQ', 'GR', 'GS', 'GT', 'GU', 'GW', 'GY', 'HK', 'HM', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IO', 'IQ', 'IR', 'IS', 'IT', 'JE', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MQ', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NF', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PS', 'PT', 'PW', 'PY', 'QA', 'RE', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SJ', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'SS', 'ST', 'SV', 'SX', 'SY', 'SZ', 'TC', 'TD', 'TF', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TP', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW', ], ], 'Currency' => [ 'type' => 'string', 'max' => 3, 'min' => 3, ], 'CurrentExpiryYear' => [ 'type' => 'integer', ], 'DNSSec' => [ 'type' => 'string', ], 'DeleteDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DeleteDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DeleteTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'TagsToDelete', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'TagsToDelete' => [ 'shape' => 'TagKeyList', ], ], ], 'DeleteTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [], ], 'DisableDomainAutoRenewRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DisableDomainAutoRenewResponse' => [ 'type' => 'structure', 'members' => [], ], 'DisableDomainTransferLockRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DisableDomainTransferLockResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DisassociateDelegationSignerFromDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Id', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Id' => [ 'shape' => 'String', ], ], ], 'DisassociateDelegationSignerFromDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DnssecKey' => [ 'type' => 'structure', 'members' => [ 'Algorithm' => [ 'shape' => 'NullableInteger', ], 'Flags' => [ 'shape' => 'NullableInteger', ], 'PublicKey' => [ 'shape' => 'DnssecPublicKey', ], 'DigestType' => [ 'shape' => 'NullableInteger', ], 'Digest' => [ 'shape' => 'String', ], 'KeyTag' => [ 'shape' => 'NullableInteger', ], 'Id' => [ 'shape' => 'String', ], ], ], 'DnssecKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DnssecKey', ], ], 'DnssecLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DnssecPublicKey' => [ 'type' => 'string', 'max' => 32768, ], 'DnssecSigningAttributes' => [ 'type' => 'structure', 'members' => [ 'Algorithm' => [ 'shape' => 'NullableInteger', ], 'Flags' => [ 'shape' => 'NullableInteger', ], 'PublicKey' => [ 'shape' => 'DnssecPublicKey', ], ], ], 'DomainAuthCode' => [ 'type' => 'string', 'max' => 1024, 'sensitive' => true, ], 'DomainAvailability' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'AVAILABLE_RESERVED', 'AVAILABLE_PREORDER', 'UNAVAILABLE', 'UNAVAILABLE_PREMIUM', 'UNAVAILABLE_RESTRICTED', 'RESERVED', 'DONT_KNOW', ], ], 'DomainLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DomainName' => [ 'type' => 'string', 'max' => 255, ], 'DomainPrice' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'DomainPriceName', ], 'RegistrationPrice' => [ 'shape' => 'PriceWithCurrency', ], 'TransferPrice' => [ 'shape' => 'PriceWithCurrency', ], 'RenewalPrice' => [ 'shape' => 'PriceWithCurrency', ], 'ChangeOwnershipPrice' => [ 'shape' => 'PriceWithCurrency', ], 'RestorationPrice' => [ 'shape' => 'PriceWithCurrency', ], ], ], 'DomainPriceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainPrice', ], ], 'DomainPriceName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'DomainStatus' => [ 'type' => 'string', ], 'DomainStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainStatus', ], ], 'DomainSuggestion' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Availability' => [ 'shape' => 'String', ], ], ], 'DomainSuggestionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSuggestion', ], ], 'DomainSummary' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'TransferLock' => [ 'shape' => 'Boolean', ], 'Expiry' => [ 'shape' => 'Timestamp', ], ], ], 'DomainSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSummary', ], ], 'DomainTransferability' => [ 'type' => 'structure', 'members' => [ 'Transferable' => [ 'shape' => 'Transferable', ], ], ], 'DuplicateRequest' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DurationInYears' => [ 'type' => 'integer', 'max' => 10, 'min' => 1, ], 'Email' => [ 'type' => 'string', 'max' => 254, ], 'EnableDomainAutoRenewRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'EnableDomainAutoRenewResponse' => [ 'type' => 'structure', 'members' => [], ], 'EnableDomainTransferLockRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'EnableDomainTransferLockResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'ExtraParam' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'ExtraParamName', ], 'Value' => [ 'shape' => 'ExtraParamValue', ], ], ], 'ExtraParamList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExtraParam', ], ], 'ExtraParamName' => [ 'type' => 'string', 'enum' => [ 'DUNS_NUMBER', 'BRAND_NUMBER', 'BIRTH_DEPARTMENT', 'BIRTH_DATE_IN_YYYY_MM_DD', 'BIRTH_COUNTRY', 'BIRTH_CITY', 'DOCUMENT_NUMBER', 'AU_ID_NUMBER', 'AU_ID_TYPE', 'CA_LEGAL_TYPE', 'CA_BUSINESS_ENTITY_TYPE', 'CA_LEGAL_REPRESENTATIVE', 'CA_LEGAL_REPRESENTATIVE_CAPACITY', 'ES_IDENTIFICATION', 'ES_IDENTIFICATION_TYPE', 'ES_LEGAL_FORM', 'FI_BUSINESS_NUMBER', 'FI_ID_NUMBER', 'FI_NATIONALITY', 'FI_ORGANIZATION_TYPE', 'IT_NATIONALITY', 'IT_PIN', 'IT_REGISTRANT_ENTITY_TYPE', 'RU_PASSPORT_DATA', 'SE_ID_NUMBER', 'SG_ID_NUMBER', 'VAT_NUMBER', 'UK_CONTACT_TYPE', 'UK_COMPANY_NUMBER', 'EU_COUNTRY_OF_CITIZENSHIP', 'AU_PRIORITY_TOKEN', ], ], 'ExtraParamValue' => [ 'type' => 'string', 'max' => 2048, 'sensitive' => true, ], 'FIAuthKey' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'sensitive' => true, ], 'FilterCondition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Operator', 'Values', ], 'members' => [ 'Name' => [ 'shape' => 'ListDomainsAttributeName', ], 'Operator' => [ 'shape' => 'Operator', ], 'Values' => [ 'shape' => 'Values', ], ], ], 'FilterConditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterCondition', ], ], 'GetContactReachabilityStatusRequest' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], ], ], 'GetContactReachabilityStatusResponse' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], 'status' => [ 'shape' => 'ReachabilityStatus', ], ], ], 'GetDomainDetailRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'GetDomainDetailResponse' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Nameservers' => [ 'shape' => 'NameserverList', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'AdminPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrantPrivacy' => [ 'shape' => 'Boolean', ], 'TechPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrarName' => [ 'shape' => 'RegistrarName', ], 'WhoIsServer' => [ 'shape' => 'RegistrarWhoIsServer', ], 'RegistrarUrl' => [ 'shape' => 'RegistrarUrl', ], 'AbuseContactEmail' => [ 'shape' => 'Email', ], 'AbuseContactPhone' => [ 'shape' => 'ContactNumber', ], 'RegistryDomainId' => [ 'shape' => 'RegistryDomainId', ], 'CreationDate' => [ 'shape' => 'Timestamp', ], 'UpdatedDate' => [ 'shape' => 'Timestamp', ], 'ExpirationDate' => [ 'shape' => 'Timestamp', ], 'Reseller' => [ 'shape' => 'Reseller', ], 'DnsSec' => [ 'shape' => 'DNSSec', ], 'StatusList' => [ 'shape' => 'DomainStatusList', ], 'DnssecKeys' => [ 'shape' => 'DnssecKeyList', ], ], ], 'GetDomainSuggestionsRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'SuggestionCount', 'OnlyAvailable', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'SuggestionCount' => [ 'shape' => 'Integer', ], 'OnlyAvailable' => [ 'shape' => 'Boolean', ], ], ], 'GetDomainSuggestionsResponse' => [ 'type' => 'structure', 'members' => [ 'SuggestionsList' => [ 'shape' => 'DomainSuggestionsList', ], ], ], 'GetOperationDetailRequest' => [ 'type' => 'structure', 'required' => [ 'OperationId', ], 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'GetOperationDetailResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Status' => [ 'shape' => 'OperationStatus', ], 'Message' => [ 'shape' => 'ErrorMessage', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Type' => [ 'shape' => 'OperationType', ], 'SubmittedDate' => [ 'shape' => 'Timestamp', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'StatusFlag' => [ 'shape' => 'StatusFlag', ], ], ], 'GlueIp' => [ 'type' => 'string', 'max' => 45, ], 'GlueIpList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueIp', ], ], 'HostName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[a-zA-Z0-9_\\-.]*', ], 'Integer' => [ 'type' => 'integer', ], 'InvalidInput' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvoiceId' => [ 'type' => 'string', ], 'Label' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'LangCode' => [ 'type' => 'string', 'max' => 3, ], 'ListDomainsAttributeName' => [ 'type' => 'string', 'enum' => [ 'DomainName', 'Expiry', ], ], 'ListDomainsRequest' => [ 'type' => 'structure', 'members' => [ 'FilterConditions' => [ 'shape' => 'FilterConditions', ], 'SortCondition' => [ 'shape' => 'SortCondition', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], ], ], 'ListDomainsResponse' => [ 'type' => 'structure', 'members' => [ 'Domains' => [ 'shape' => 'DomainSummaryList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListOperationsRequest' => [ 'type' => 'structure', 'members' => [ 'SubmittedSince' => [ 'shape' => 'Timestamp', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], 'Status' => [ 'shape' => 'OperationStatusList', ], 'Type' => [ 'shape' => 'OperationTypeList', ], 'SortBy' => [ 'shape' => 'ListOperationsSortAttributeName', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListOperationsResponse' => [ 'type' => 'structure', 'members' => [ 'Operations' => [ 'shape' => 'OperationSummaryList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListOperationsSortAttributeName' => [ 'type' => 'string', 'enum' => [ 'SubmittedDate', ], ], 'ListPricesPageMaxItems' => [ 'type' => 'integer', 'max' => 1000, ], 'ListPricesRequest' => [ 'type' => 'structure', 'members' => [ 'Tld' => [ 'shape' => 'TldName', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'ListPricesPageMaxItems', ], ], ], 'ListPricesResponse' => [ 'type' => 'structure', 'members' => [ 'Prices' => [ 'shape' => 'DomainPriceList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'ListTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [ 'TagList' => [ 'shape' => 'TagList', ], ], ], 'Nameserver' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'HostName', ], 'GlueIps' => [ 'shape' => 'GlueIpList', ], ], ], 'NameserverList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Nameserver', ], ], 'NullableInteger' => [ 'type' => 'integer', ], 'OperationId' => [ 'type' => 'string', 'max' => 255, ], 'OperationLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'OperationStatus' => [ 'type' => 'string', 'enum' => [ 'SUBMITTED', 'IN_PROGRESS', 'ERROR', 'SUCCESSFUL', 'FAILED', ], ], 'OperationStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationStatus', ], 'max' => 5, ], 'OperationSummary' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Status' => [ 'shape' => 'OperationStatus', ], 'Type' => [ 'shape' => 'OperationType', ], 'SubmittedDate' => [ 'shape' => 'Timestamp', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Message' => [ 'shape' => 'ErrorMessage', ], 'StatusFlag' => [ 'shape' => 'StatusFlag', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], ], ], 'OperationSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationSummary', ], ], 'OperationType' => [ 'type' => 'string', 'enum' => [ 'REGISTER_DOMAIN', 'DELETE_DOMAIN', 'TRANSFER_IN_DOMAIN', 'UPDATE_DOMAIN_CONTACT', 'UPDATE_NAMESERVER', 'CHANGE_PRIVACY_PROTECTION', 'DOMAIN_LOCK', 'ENABLE_AUTORENEW', 'DISABLE_AUTORENEW', 'ADD_DNSSEC', 'REMOVE_DNSSEC', 'EXPIRE_DOMAIN', 'TRANSFER_OUT_DOMAIN', 'CHANGE_DOMAIN_OWNER', 'RENEW_DOMAIN', 'PUSH_DOMAIN', 'INTERNAL_TRANSFER_OUT_DOMAIN', 'INTERNAL_TRANSFER_IN_DOMAIN', ], ], 'OperationTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationType', ], 'max' => 18, ], 'Operator' => [ 'type' => 'string', 'enum' => [ 'LE', 'GE', 'BEGINS_WITH', ], ], 'PageMarker' => [ 'type' => 'string', 'max' => 4096, ], 'PageMaxItems' => [ 'type' => 'integer', 'max' => 100, ], 'Price' => [ 'type' => 'double', ], 'PriceWithCurrency' => [ 'type' => 'structure', 'required' => [ 'Price', 'Currency', ], 'members' => [ 'Price' => [ 'shape' => 'Price', ], 'Currency' => [ 'shape' => 'Currency', ], ], ], 'PushDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Target', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Target' => [ 'shape' => 'Label', ], ], ], 'ReachabilityStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'DONE', 'EXPIRED', ], ], 'RegisterDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'PrivacyProtectAdminContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectRegistrantContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectTechContact' => [ 'shape' => 'Boolean', ], ], ], 'RegisterDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RegistrarName' => [ 'type' => 'string', ], 'RegistrarUrl' => [ 'type' => 'string', ], 'RegistrarWhoIsServer' => [ 'type' => 'string', ], 'RegistryDomainId' => [ 'type' => 'string', ], 'RejectDomainTransferFromAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'RejectDomainTransferFromAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RenewDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'CurrentExpiryYear', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'CurrentExpiryYear' => [ 'shape' => 'CurrentExpiryYear', ], ], ], 'RenewDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'Reseller' => [ 'type' => 'string', ], 'ResendContactReachabilityEmailRequest' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], ], ], 'ResendContactReachabilityEmailResponse' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], 'emailAddress' => [ 'shape' => 'Email', ], 'isAlreadyVerified' => [ 'shape' => 'Boolean', ], ], ], 'ResendOperationAuthorizationRequest' => [ 'type' => 'structure', 'required' => [ 'OperationId', ], 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RetrieveDomainAuthCodeRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'RetrieveDomainAuthCodeResponse' => [ 'type' => 'structure', 'members' => [ 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], ], ], 'SortCondition' => [ 'type' => 'structure', 'required' => [ 'Name', 'SortOrder', ], 'members' => [ 'Name' => [ 'shape' => 'ListDomainsAttributeName', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'ASC', 'DESC', ], ], 'State' => [ 'type' => 'string', 'max' => 255, ], 'StatusFlag' => [ 'type' => 'string', 'enum' => [ 'PENDING_ACCEPTANCE', 'PENDING_CUSTOMER_ACTION', 'PENDING_AUTHORIZATION', 'PENDING_PAYMENT_VERIFICATION', 'PENDING_SUPPORT_CASE', ], ], 'String' => [ 'type' => 'string', ], 'TLDRulesViolation' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TldName' => [ 'type' => 'string', 'max' => 255, 'min' => 2, ], 'TransferDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'Nameservers' => [ 'shape' => 'NameserverList', ], 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'PrivacyProtectAdminContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectRegistrantContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectTechContact' => [ 'shape' => 'Boolean', ], ], ], 'TransferDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'TransferDomainToAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'AccountId', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AccountId' => [ 'shape' => 'AccountId', ], ], ], 'TransferDomainToAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Password' => [ 'shape' => 'String', ], ], ], 'Transferable' => [ 'type' => 'string', 'enum' => [ 'TRANSFERABLE', 'UNTRANSFERABLE', 'DONT_KNOW', 'DOMAIN_IN_OWN_ACCOUNT', 'DOMAIN_IN_ANOTHER_ACCOUNT', 'PREMIUM_DOMAIN', ], ], 'UnsupportedTLD' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'UpdateDomainContactPrivacyRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AdminPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrantPrivacy' => [ 'shape' => 'Boolean', ], 'TechPrivacy' => [ 'shape' => 'Boolean', ], ], ], 'UpdateDomainContactPrivacyResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateDomainContactRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'Consent' => [ 'shape' => 'Consent', ], ], ], 'UpdateDomainContactResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateDomainNameserversRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Nameservers', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'FIAuthKey' => [ 'shape' => 'FIAuthKey', 'deprecated' => true, ], 'Nameservers' => [ 'shape' => 'NameserverList', ], ], ], 'UpdateDomainNameserversResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'TagsToUpdate' => [ 'shape' => 'TagList', ], ], ], 'UpdateTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [], ], 'Value' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'Values' => [ 'type' => 'list', 'member' => [ 'shape' => 'Value', ], 'max' => 1, 'min' => 1, ], 'ViewBillingRequest' => [ 'type' => 'structure', 'members' => [ 'Start' => [ 'shape' => 'Timestamp', ], 'End' => [ 'shape' => 'Timestamp', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], ], ], 'ViewBillingResponse' => [ 'type' => 'structure', 'members' => [ 'NextPageMarker' => [ 'shape' => 'PageMarker', ], 'BillingRecords' => [ 'shape' => 'BillingRecords', ], ], ], 'ZipCode' => [ 'type' => 'string', 'max' => 255, ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2014-05-15', 'endpointPrefix' => 'route53domains', 'jsonVersion' => '1.1', 'protocol' => 'json', 'serviceFullName' => 'Amazon Route 53 Domains', 'serviceId' => 'Route 53 Domains', 'signatureVersion' => 'v4', 'targetPrefix' => 'Route53Domains_v20140515', 'uid' => 'route53domains-2014-05-15', ], 'operations' => [ 'AcceptDomainTransferFromAnotherAwsAccount' => [ 'name' => 'AcceptDomainTransferFromAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AcceptDomainTransferFromAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'AcceptDomainTransferFromAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'AssociateDelegationSignerToDomain' => [ 'name' => 'AssociateDelegationSignerToDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateDelegationSignerToDomainRequest', ], 'output' => [ 'shape' => 'AssociateDelegationSignerToDomainResponse', ], 'errors' => [ [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DnssecLimitExceeded', ], ], ], 'CancelDomainTransferToAnotherAwsAccount' => [ 'name' => 'CancelDomainTransferToAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CancelDomainTransferToAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'CancelDomainTransferToAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'CheckDomainAvailability' => [ 'name' => 'CheckDomainAvailability', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckDomainAvailabilityRequest', ], 'output' => [ 'shape' => 'CheckDomainAvailabilityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'CheckDomainTransferability' => [ 'name' => 'CheckDomainTransferability', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CheckDomainTransferabilityRequest', ], 'output' => [ 'shape' => 'CheckDomainTransferabilityResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DeleteDomain' => [ 'name' => 'DeleteDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDomainRequest', ], 'output' => [ 'shape' => 'DeleteDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DeleteTagsForDomain' => [ 'name' => 'DeleteTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTagsForDomainRequest', ], 'output' => [ 'shape' => 'DeleteTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisableDomainAutoRenew' => [ 'name' => 'DisableDomainAutoRenew', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableDomainAutoRenewRequest', ], 'output' => [ 'shape' => 'DisableDomainAutoRenewResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisableDomainTransferLock' => [ 'name' => 'DisableDomainTransferLock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableDomainTransferLockRequest', ], 'output' => [ 'shape' => 'DisableDomainTransferLockResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'DisassociateDelegationSignerFromDomain' => [ 'name' => 'DisassociateDelegationSignerFromDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateDelegationSignerFromDomainRequest', ], 'output' => [ 'shape' => 'DisassociateDelegationSignerFromDomainResponse', ], 'errors' => [ [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'EnableDomainAutoRenew' => [ 'name' => 'EnableDomainAutoRenew', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableDomainAutoRenewRequest', ], 'output' => [ 'shape' => 'EnableDomainAutoRenewResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'TLDRulesViolation', ], ], ], 'EnableDomainTransferLock' => [ 'name' => 'EnableDomainTransferLock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableDomainTransferLockRequest', ], 'output' => [ 'shape' => 'EnableDomainTransferLockResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetContactReachabilityStatus' => [ 'name' => 'GetContactReachabilityStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetContactReachabilityStatusRequest', ], 'output' => [ 'shape' => 'GetContactReachabilityStatusResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetDomainDetail' => [ 'name' => 'GetDomainDetail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDomainDetailRequest', ], 'output' => [ 'shape' => 'GetDomainDetailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetDomainSuggestions' => [ 'name' => 'GetDomainSuggestions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDomainSuggestionsRequest', ], 'output' => [ 'shape' => 'GetDomainSuggestionsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'GetOperationDetail' => [ 'name' => 'GetOperationDetail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetOperationDetailRequest', ], 'output' => [ 'shape' => 'GetOperationDetailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListDomains' => [ 'name' => 'ListDomains', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDomainsRequest', ], 'output' => [ 'shape' => 'ListDomainsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListOperations' => [ 'name' => 'ListOperations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListOperationsRequest', ], 'output' => [ 'shape' => 'ListOperationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'ListPrices' => [ 'name' => 'ListPrices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPricesRequest', ], 'output' => [ 'shape' => 'ListPricesResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ListTagsForDomain' => [ 'name' => 'ListTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForDomainRequest', ], 'output' => [ 'shape' => 'ListTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'PushDomain' => [ 'name' => 'PushDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PushDomainRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'RegisterDomain' => [ 'name' => 'RegisterDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterDomainRequest', ], 'output' => [ 'shape' => 'RegisterDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'RejectDomainTransferFromAnotherAwsAccount' => [ 'name' => 'RejectDomainTransferFromAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RejectDomainTransferFromAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'RejectDomainTransferFromAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'RenewDomain' => [ 'name' => 'RenewDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RenewDomainRequest', ], 'output' => [ 'shape' => 'RenewDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'ResendContactReachabilityEmail' => [ 'name' => 'ResendContactReachabilityEmail', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResendContactReachabilityEmailRequest', ], 'output' => [ 'shape' => 'ResendContactReachabilityEmailResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ResendOperationAuthorization' => [ 'name' => 'ResendOperationAuthorization', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ResendOperationAuthorizationRequest', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], 'RetrieveDomainAuthCode' => [ 'name' => 'RetrieveDomainAuthCode', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RetrieveDomainAuthCodeRequest', ], 'output' => [ 'shape' => 'RetrieveDomainAuthCodeResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'TransferDomain' => [ 'name' => 'TransferDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TransferDomainRequest', ], 'output' => [ 'shape' => 'TransferDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'UnsupportedTLD', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'DomainLimitExceeded', ], [ 'shape' => 'OperationLimitExceeded', ], ], ], 'TransferDomainToAnotherAwsAccount' => [ 'name' => 'TransferDomainToAnotherAwsAccount', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TransferDomainToAnotherAwsAccountRequest', ], 'output' => [ 'shape' => 'TransferDomainToAnotherAwsAccountResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainContact' => [ 'name' => 'UpdateDomainContact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainContactRequest', ], 'output' => [ 'shape' => 'UpdateDomainContactResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainContactPrivacy' => [ 'name' => 'UpdateDomainContactPrivacy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainContactPrivacyRequest', ], 'output' => [ 'shape' => 'UpdateDomainContactPrivacyResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateDomainNameservers' => [ 'name' => 'UpdateDomainNameservers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainNameserversRequest', ], 'output' => [ 'shape' => 'UpdateDomainNameserversResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'DuplicateRequest', ], [ 'shape' => 'TLDRulesViolation', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'UpdateTagsForDomain' => [ 'name' => 'UpdateTagsForDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTagsForDomainRequest', ], 'output' => [ 'shape' => 'UpdateTagsForDomainResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], [ 'shape' => 'OperationLimitExceeded', ], [ 'shape' => 'UnsupportedTLD', ], ], ], 'ViewBilling' => [ 'name' => 'ViewBilling', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ViewBillingRequest', ], 'output' => [ 'shape' => 'ViewBillingResponse', ], 'errors' => [ [ 'shape' => 'InvalidInput', ], ], ], ], 'shapes' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Password', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Password' => [ 'shape' => 'Password', ], ], ], 'AcceptDomainTransferFromAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'AccountId' => [ 'type' => 'string', 'max' => 12, 'min' => 12, 'pattern' => '^(\\d{12})$', ], 'AddressLine' => [ 'type' => 'string', 'max' => 255, 'sensitive' => true, ], 'AssociateDelegationSignerToDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'SigningAttributes', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'SigningAttributes' => [ 'shape' => 'DnssecSigningAttributes', ], ], ], 'AssociateDelegationSignerToDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'BillingRecord' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Operation' => [ 'shape' => 'OperationType', ], 'InvoiceId' => [ 'shape' => 'InvoiceId', ], 'BillDate' => [ 'shape' => 'Timestamp', ], 'Price' => [ 'shape' => 'Price', ], ], ], 'BillingRecords' => [ 'type' => 'list', 'member' => [ 'shape' => 'BillingRecord', ], ], 'Boolean' => [ 'type' => 'boolean', ], 'CancelDomainTransferToAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'CancelDomainTransferToAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'CheckDomainAvailabilityRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], ], ], 'CheckDomainAvailabilityResponse' => [ 'type' => 'structure', 'members' => [ 'Availability' => [ 'shape' => 'DomainAvailability', ], ], ], 'CheckDomainTransferabilityRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], ], ], 'CheckDomainTransferabilityResponse' => [ 'type' => 'structure', 'members' => [ 'Transferability' => [ 'shape' => 'DomainTransferability', ], 'Message' => [ 'shape' => 'Message', ], ], ], 'City' => [ 'type' => 'string', 'max' => 255, 'sensitive' => true, ], 'Consent' => [ 'type' => 'structure', 'required' => [ 'MaxPrice', 'Currency', ], 'members' => [ 'MaxPrice' => [ 'shape' => 'Price', ], 'Currency' => [ 'shape' => 'Currency', ], ], ], 'ContactDetail' => [ 'type' => 'structure', 'members' => [ 'FirstName' => [ 'shape' => 'ContactName', ], 'LastName' => [ 'shape' => 'ContactName', ], 'ContactType' => [ 'shape' => 'ContactType', ], 'OrganizationName' => [ 'shape' => 'ContactName', ], 'AddressLine1' => [ 'shape' => 'AddressLine', ], 'AddressLine2' => [ 'shape' => 'AddressLine', ], 'City' => [ 'shape' => 'City', ], 'State' => [ 'shape' => 'State', ], 'CountryCode' => [ 'shape' => 'CountryCode', ], 'ZipCode' => [ 'shape' => 'ZipCode', ], 'PhoneNumber' => [ 'shape' => 'ContactNumber', ], 'Email' => [ 'shape' => 'Email', ], 'Fax' => [ 'shape' => 'ContactNumber', ], 'ExtraParams' => [ 'shape' => 'ExtraParamList', ], ], 'sensitive' => true, ], 'ContactName' => [ 'type' => 'string', 'max' => 255, 'sensitive' => true, ], 'ContactNumber' => [ 'type' => 'string', 'max' => 30, 'sensitive' => true, ], 'ContactType' => [ 'type' => 'string', 'enum' => [ 'PERSON', 'COMPANY', 'ASSOCIATION', 'PUBLIC_BODY', 'RESELLER', ], ], 'CountryCode' => [ 'type' => 'string', 'enum' => [ 'AC', 'AD', 'AE', 'AF', 'AG', 'AI', 'AL', 'AM', 'AN', 'AO', 'AQ', 'AR', 'AS', 'AT', 'AU', 'AW', 'AX', 'AZ', 'BA', 'BB', 'BD', 'BE', 'BF', 'BG', 'BH', 'BI', 'BJ', 'BL', 'BM', 'BN', 'BO', 'BQ', 'BR', 'BS', 'BT', 'BV', 'BW', 'BY', 'BZ', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CK', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CW', 'CX', 'CY', 'CZ', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EE', 'EG', 'EH', 'ER', 'ES', 'ET', 'FI', 'FJ', 'FK', 'FM', 'FO', 'FR', 'GA', 'GB', 'GD', 'GE', 'GF', 'GG', 'GH', 'GI', 'GL', 'GM', 'GN', 'GP', 'GQ', 'GR', 'GS', 'GT', 'GU', 'GW', 'GY', 'HK', 'HM', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IM', 'IN', 'IO', 'IQ', 'IR', 'IS', 'IT', 'JE', 'JM', 'JO', 'JP', 'KE', 'KG', 'KH', 'KI', 'KM', 'KN', 'KP', 'KR', 'KW', 'KY', 'KZ', 'LA', 'LB', 'LC', 'LI', 'LK', 'LR', 'LS', 'LT', 'LU', 'LV', 'LY', 'MA', 'MC', 'MD', 'ME', 'MF', 'MG', 'MH', 'MK', 'ML', 'MM', 'MN', 'MO', 'MP', 'MQ', 'MR', 'MS', 'MT', 'MU', 'MV', 'MW', 'MX', 'MY', 'MZ', 'NA', 'NC', 'NE', 'NF', 'NG', 'NI', 'NL', 'NO', 'NP', 'NR', 'NU', 'NZ', 'OM', 'PA', 'PE', 'PF', 'PG', 'PH', 'PK', 'PL', 'PM', 'PN', 'PR', 'PS', 'PT', 'PW', 'PY', 'QA', 'RE', 'RO', 'RS', 'RU', 'RW', 'SA', 'SB', 'SC', 'SD', 'SE', 'SG', 'SH', 'SI', 'SJ', 'SK', 'SL', 'SM', 'SN', 'SO', 'SR', 'SS', 'ST', 'SV', 'SX', 'SY', 'SZ', 'TC', 'TD', 'TF', 'TG', 'TH', 'TJ', 'TK', 'TL', 'TM', 'TN', 'TO', 'TP', 'TR', 'TT', 'TV', 'TW', 'TZ', 'UA', 'UG', 'US', 'UY', 'UZ', 'VA', 'VC', 'VE', 'VG', 'VI', 'VN', 'VU', 'WF', 'WS', 'YE', 'YT', 'ZA', 'ZM', 'ZW', ], 'sensitive' => true, ], 'Currency' => [ 'type' => 'string', 'max' => 3, 'min' => 3, ], 'CurrentExpiryYear' => [ 'type' => 'integer', ], 'DNSSec' => [ 'type' => 'string', ], 'DeleteDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DeleteDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DeleteTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'TagsToDelete', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'TagsToDelete' => [ 'shape' => 'TagKeyList', ], ], ], 'DeleteTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [], ], 'DisableDomainAutoRenewRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DisableDomainAutoRenewResponse' => [ 'type' => 'structure', 'members' => [], ], 'DisableDomainTransferLockRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'DisableDomainTransferLockResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DisassociateDelegationSignerFromDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Id', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Id' => [ 'shape' => 'String', ], ], ], 'DisassociateDelegationSignerFromDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'DnssecKey' => [ 'type' => 'structure', 'members' => [ 'Algorithm' => [ 'shape' => 'NullableInteger', ], 'Flags' => [ 'shape' => 'NullableInteger', ], 'PublicKey' => [ 'shape' => 'DnssecPublicKey', ], 'DigestType' => [ 'shape' => 'NullableInteger', ], 'Digest' => [ 'shape' => 'String', ], 'KeyTag' => [ 'shape' => 'NullableInteger', ], 'Id' => [ 'shape' => 'String', ], ], ], 'DnssecKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DnssecKey', ], ], 'DnssecLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DnssecPublicKey' => [ 'type' => 'string', 'max' => 32768, ], 'DnssecSigningAttributes' => [ 'type' => 'structure', 'members' => [ 'Algorithm' => [ 'shape' => 'NullableInteger', ], 'Flags' => [ 'shape' => 'NullableInteger', ], 'PublicKey' => [ 'shape' => 'DnssecPublicKey', ], ], ], 'DomainAuthCode' => [ 'type' => 'string', 'max' => 1024, 'sensitive' => true, ], 'DomainAvailability' => [ 'type' => 'string', 'enum' => [ 'AVAILABLE', 'AVAILABLE_RESERVED', 'AVAILABLE_PREORDER', 'UNAVAILABLE', 'UNAVAILABLE_PREMIUM', 'UNAVAILABLE_RESTRICTED', 'RESERVED', 'DONT_KNOW', ], ], 'DomainLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DomainName' => [ 'type' => 'string', 'max' => 255, ], 'DomainPrice' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'DomainPriceName', ], 'RegistrationPrice' => [ 'shape' => 'PriceWithCurrency', ], 'TransferPrice' => [ 'shape' => 'PriceWithCurrency', ], 'RenewalPrice' => [ 'shape' => 'PriceWithCurrency', ], 'ChangeOwnershipPrice' => [ 'shape' => 'PriceWithCurrency', ], 'RestorationPrice' => [ 'shape' => 'PriceWithCurrency', ], ], ], 'DomainPriceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainPrice', ], ], 'DomainPriceName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'DomainStatus' => [ 'type' => 'string', ], 'DomainStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainStatus', ], ], 'DomainSuggestion' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Availability' => [ 'shape' => 'String', ], ], ], 'DomainSuggestionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSuggestion', ], ], 'DomainSummary' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'TransferLock' => [ 'shape' => 'Boolean', ], 'Expiry' => [ 'shape' => 'Timestamp', ], ], ], 'DomainSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainSummary', ], ], 'DomainTransferability' => [ 'type' => 'structure', 'members' => [ 'Transferable' => [ 'shape' => 'Transferable', ], ], ], 'DuplicateRequest' => [ 'type' => 'structure', 'members' => [ 'requestId' => [ 'shape' => 'RequestId', ], 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'DurationInYears' => [ 'type' => 'integer', 'max' => 10, 'min' => 1, ], 'Email' => [ 'type' => 'string', 'max' => 254, 'sensitive' => true, ], 'EnableDomainAutoRenewRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'EnableDomainAutoRenewResponse' => [ 'type' => 'structure', 'members' => [], ], 'EnableDomainTransferLockRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'EnableDomainTransferLockResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'ExtraParam' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'ExtraParamName', ], 'Value' => [ 'shape' => 'ExtraParamValue', ], ], ], 'ExtraParamList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExtraParam', ], ], 'ExtraParamName' => [ 'type' => 'string', 'enum' => [ 'DUNS_NUMBER', 'BRAND_NUMBER', 'BIRTH_DEPARTMENT', 'BIRTH_DATE_IN_YYYY_MM_DD', 'BIRTH_COUNTRY', 'BIRTH_CITY', 'DOCUMENT_NUMBER', 'AU_ID_NUMBER', 'AU_ID_TYPE', 'CA_LEGAL_TYPE', 'CA_BUSINESS_ENTITY_TYPE', 'CA_LEGAL_REPRESENTATIVE', 'CA_LEGAL_REPRESENTATIVE_CAPACITY', 'ES_IDENTIFICATION', 'ES_IDENTIFICATION_TYPE', 'ES_LEGAL_FORM', 'FI_BUSINESS_NUMBER', 'FI_ID_NUMBER', 'FI_NATIONALITY', 'FI_ORGANIZATION_TYPE', 'IT_NATIONALITY', 'IT_PIN', 'IT_REGISTRANT_ENTITY_TYPE', 'RU_PASSPORT_DATA', 'SE_ID_NUMBER', 'SG_ID_NUMBER', 'VAT_NUMBER', 'UK_CONTACT_TYPE', 'UK_COMPANY_NUMBER', 'EU_COUNTRY_OF_CITIZENSHIP', 'AU_PRIORITY_TOKEN', ], ], 'ExtraParamValue' => [ 'type' => 'string', 'max' => 2048, 'sensitive' => true, ], 'FIAuthKey' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'sensitive' => true, ], 'FilterCondition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Operator', 'Values', ], 'members' => [ 'Name' => [ 'shape' => 'ListDomainsAttributeName', ], 'Operator' => [ 'shape' => 'Operator', ], 'Values' => [ 'shape' => 'Values', ], ], ], 'FilterConditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FilterCondition', ], ], 'GetContactReachabilityStatusRequest' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], ], ], 'GetContactReachabilityStatusResponse' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], 'status' => [ 'shape' => 'ReachabilityStatus', ], ], ], 'GetDomainDetailRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'GetDomainDetailResponse' => [ 'type' => 'structure', 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Nameservers' => [ 'shape' => 'NameserverList', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'AdminPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrantPrivacy' => [ 'shape' => 'Boolean', ], 'TechPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrarName' => [ 'shape' => 'RegistrarName', ], 'WhoIsServer' => [ 'shape' => 'RegistrarWhoIsServer', ], 'RegistrarUrl' => [ 'shape' => 'RegistrarUrl', ], 'AbuseContactEmail' => [ 'shape' => 'Email', ], 'AbuseContactPhone' => [ 'shape' => 'ContactNumber', ], 'RegistryDomainId' => [ 'shape' => 'RegistryDomainId', ], 'CreationDate' => [ 'shape' => 'Timestamp', ], 'UpdatedDate' => [ 'shape' => 'Timestamp', ], 'ExpirationDate' => [ 'shape' => 'Timestamp', ], 'Reseller' => [ 'shape' => 'Reseller', ], 'DnsSec' => [ 'shape' => 'DNSSec', ], 'StatusList' => [ 'shape' => 'DomainStatusList', ], 'DnssecKeys' => [ 'shape' => 'DnssecKeyList', ], ], ], 'GetDomainSuggestionsRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'SuggestionCount', 'OnlyAvailable', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'SuggestionCount' => [ 'shape' => 'Integer', ], 'OnlyAvailable' => [ 'shape' => 'Boolean', ], ], ], 'GetDomainSuggestionsResponse' => [ 'type' => 'structure', 'members' => [ 'SuggestionsList' => [ 'shape' => 'DomainSuggestionsList', ], ], ], 'GetOperationDetailRequest' => [ 'type' => 'structure', 'required' => [ 'OperationId', ], 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'GetOperationDetailResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Status' => [ 'shape' => 'OperationStatus', ], 'Message' => [ 'shape' => 'ErrorMessage', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Type' => [ 'shape' => 'OperationType', ], 'SubmittedDate' => [ 'shape' => 'Timestamp', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'StatusFlag' => [ 'shape' => 'StatusFlag', ], ], ], 'GlueIp' => [ 'type' => 'string', 'max' => 45, ], 'GlueIpList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GlueIp', ], ], 'HostName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[a-zA-Z0-9_\\-.]*', ], 'Integer' => [ 'type' => 'integer', ], 'InvalidInput' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvoiceId' => [ 'type' => 'string', ], 'Label' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'LangCode' => [ 'type' => 'string', 'max' => 3, ], 'ListDomainsAttributeName' => [ 'type' => 'string', 'enum' => [ 'DomainName', 'Expiry', ], ], 'ListDomainsRequest' => [ 'type' => 'structure', 'members' => [ 'FilterConditions' => [ 'shape' => 'FilterConditions', ], 'SortCondition' => [ 'shape' => 'SortCondition', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], ], ], 'ListDomainsResponse' => [ 'type' => 'structure', 'members' => [ 'Domains' => [ 'shape' => 'DomainSummaryList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListOperationsRequest' => [ 'type' => 'structure', 'members' => [ 'SubmittedSince' => [ 'shape' => 'Timestamp', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], 'Status' => [ 'shape' => 'OperationStatusList', ], 'Type' => [ 'shape' => 'OperationTypeList', ], 'SortBy' => [ 'shape' => 'ListOperationsSortAttributeName', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListOperationsResponse' => [ 'type' => 'structure', 'members' => [ 'Operations' => [ 'shape' => 'OperationSummaryList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListOperationsSortAttributeName' => [ 'type' => 'string', 'enum' => [ 'SubmittedDate', ], ], 'ListPricesPageMaxItems' => [ 'type' => 'integer', 'max' => 1000, ], 'ListPricesRequest' => [ 'type' => 'structure', 'members' => [ 'Tld' => [ 'shape' => 'TldName', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'ListPricesPageMaxItems', ], ], ], 'ListPricesResponse' => [ 'type' => 'structure', 'members' => [ 'Prices' => [ 'shape' => 'DomainPriceList', ], 'NextPageMarker' => [ 'shape' => 'PageMarker', ], ], ], 'ListTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'ListTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [ 'TagList' => [ 'shape' => 'TagList', ], ], ], 'Message' => [ 'type' => 'string', ], 'Nameserver' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'HostName', ], 'GlueIps' => [ 'shape' => 'GlueIpList', ], ], ], 'NameserverList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Nameserver', ], ], 'NullableInteger' => [ 'type' => 'integer', ], 'OperationId' => [ 'type' => 'string', 'max' => 255, ], 'OperationLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'OperationStatus' => [ 'type' => 'string', 'enum' => [ 'SUBMITTED', 'IN_PROGRESS', 'ERROR', 'SUCCESSFUL', 'FAILED', ], ], 'OperationStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationStatus', ], 'max' => 5, ], 'OperationSummary' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Status' => [ 'shape' => 'OperationStatus', ], 'Type' => [ 'shape' => 'OperationType', ], 'SubmittedDate' => [ 'shape' => 'Timestamp', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Message' => [ 'shape' => 'ErrorMessage', ], 'StatusFlag' => [ 'shape' => 'StatusFlag', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], ], ], 'OperationSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationSummary', ], ], 'OperationType' => [ 'type' => 'string', 'enum' => [ 'REGISTER_DOMAIN', 'DELETE_DOMAIN', 'TRANSFER_IN_DOMAIN', 'UPDATE_DOMAIN_CONTACT', 'UPDATE_NAMESERVER', 'CHANGE_PRIVACY_PROTECTION', 'DOMAIN_LOCK', 'ENABLE_AUTORENEW', 'DISABLE_AUTORENEW', 'ADD_DNSSEC', 'REMOVE_DNSSEC', 'EXPIRE_DOMAIN', 'TRANSFER_OUT_DOMAIN', 'CHANGE_DOMAIN_OWNER', 'RENEW_DOMAIN', 'PUSH_DOMAIN', 'INTERNAL_TRANSFER_OUT_DOMAIN', 'INTERNAL_TRANSFER_IN_DOMAIN', ], ], 'OperationTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OperationType', ], 'max' => 18, ], 'Operator' => [ 'type' => 'string', 'enum' => [ 'LE', 'GE', 'BEGINS_WITH', ], ], 'PageMarker' => [ 'type' => 'string', 'max' => 4096, ], 'PageMaxItems' => [ 'type' => 'integer', 'max' => 100, ], 'Password' => [ 'type' => 'string', 'sensitive' => true, ], 'Price' => [ 'type' => 'double', ], 'PriceWithCurrency' => [ 'type' => 'structure', 'required' => [ 'Price', 'Currency', ], 'members' => [ 'Price' => [ 'shape' => 'Price', ], 'Currency' => [ 'shape' => 'Currency', ], ], ], 'PushDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Target', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'Target' => [ 'shape' => 'Label', ], ], ], 'ReachabilityStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'DONE', 'EXPIRED', ], ], 'RegisterDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'PrivacyProtectAdminContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectRegistrantContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectTechContact' => [ 'shape' => 'Boolean', ], ], ], 'RegisterDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RegistrarName' => [ 'type' => 'string', ], 'RegistrarUrl' => [ 'type' => 'string', ], 'RegistrarWhoIsServer' => [ 'type' => 'string', ], 'RegistryDomainId' => [ 'type' => 'string', ], 'RejectDomainTransferFromAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'RejectDomainTransferFromAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RenewDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'CurrentExpiryYear', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'CurrentExpiryYear' => [ 'shape' => 'CurrentExpiryYear', ], ], ], 'RenewDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RequestId' => [ 'type' => 'string', ], 'Reseller' => [ 'type' => 'string', ], 'ResendContactReachabilityEmailRequest' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], ], ], 'ResendContactReachabilityEmailResponse' => [ 'type' => 'structure', 'members' => [ 'domainName' => [ 'shape' => 'DomainName', ], 'emailAddress' => [ 'shape' => 'Email', ], 'isAlreadyVerified' => [ 'shape' => 'Boolean', ], ], ], 'ResendOperationAuthorizationRequest' => [ 'type' => 'structure', 'required' => [ 'OperationId', ], 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'RetrieveDomainAuthCodeRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], ], ], 'RetrieveDomainAuthCodeResponse' => [ 'type' => 'structure', 'members' => [ 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], ], ], 'SortCondition' => [ 'type' => 'structure', 'required' => [ 'Name', 'SortOrder', ], 'members' => [ 'Name' => [ 'shape' => 'ListDomainsAttributeName', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'ASC', 'DESC', ], ], 'State' => [ 'type' => 'string', 'max' => 255, 'sensitive' => true, ], 'StatusFlag' => [ 'type' => 'string', 'enum' => [ 'PENDING_ACCEPTANCE', 'PENDING_CUSTOMER_ACTION', 'PENDING_AUTHORIZATION', 'PENDING_PAYMENT_VERIFICATION', 'PENDING_SUPPORT_CASE', ], ], 'String' => [ 'type' => 'string', ], 'TLDRulesViolation' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'Tag' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TldName' => [ 'type' => 'string', 'max' => 255, 'min' => 2, ], 'TransferDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'DurationInYears', 'AdminContact', 'RegistrantContact', 'TechContact', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'IdnLangCode' => [ 'shape' => 'LangCode', ], 'DurationInYears' => [ 'shape' => 'DurationInYears', ], 'Nameservers' => [ 'shape' => 'NameserverList', ], 'AuthCode' => [ 'shape' => 'DomainAuthCode', ], 'AutoRenew' => [ 'shape' => 'Boolean', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'PrivacyProtectAdminContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectRegistrantContact' => [ 'shape' => 'Boolean', ], 'PrivacyProtectTechContact' => [ 'shape' => 'Boolean', ], ], ], 'TransferDomainResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'TransferDomainToAnotherAwsAccountRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'AccountId', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AccountId' => [ 'shape' => 'AccountId', ], ], ], 'TransferDomainToAnotherAwsAccountResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], 'Password' => [ 'shape' => 'Password', ], ], ], 'Transferable' => [ 'type' => 'string', 'enum' => [ 'TRANSFERABLE', 'UNTRANSFERABLE', 'DONT_KNOW', 'DOMAIN_IN_OWN_ACCOUNT', 'DOMAIN_IN_ANOTHER_ACCOUNT', 'PREMIUM_DOMAIN', ], ], 'UnsupportedTLD' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'UpdateDomainContactPrivacyRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AdminPrivacy' => [ 'shape' => 'Boolean', ], 'RegistrantPrivacy' => [ 'shape' => 'Boolean', ], 'TechPrivacy' => [ 'shape' => 'Boolean', ], ], ], 'UpdateDomainContactPrivacyResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateDomainContactRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AdminContact' => [ 'shape' => 'ContactDetail', ], 'RegistrantContact' => [ 'shape' => 'ContactDetail', ], 'TechContact' => [ 'shape' => 'ContactDetail', ], 'Consent' => [ 'shape' => 'Consent', ], ], ], 'UpdateDomainContactResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateDomainNameserversRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'Nameservers', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'FIAuthKey' => [ 'shape' => 'FIAuthKey', 'deprecated' => true, ], 'Nameservers' => [ 'shape' => 'NameserverList', ], ], ], 'UpdateDomainNameserversResponse' => [ 'type' => 'structure', 'members' => [ 'OperationId' => [ 'shape' => 'OperationId', ], ], ], 'UpdateTagsForDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'TagsToUpdate' => [ 'shape' => 'TagList', ], ], ], 'UpdateTagsForDomainResponse' => [ 'type' => 'structure', 'members' => [], ], 'Value' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'Values' => [ 'type' => 'list', 'member' => [ 'shape' => 'Value', ], 'max' => 1, 'min' => 1, ], 'ViewBillingRequest' => [ 'type' => 'structure', 'members' => [ 'Start' => [ 'shape' => 'Timestamp', ], 'End' => [ 'shape' => 'Timestamp', ], 'Marker' => [ 'shape' => 'PageMarker', ], 'MaxItems' => [ 'shape' => 'PageMaxItems', ], ], ], 'ViewBillingResponse' => [ 'type' => 'structure', 'members' => [ 'NextPageMarker' => [ 'shape' => 'PageMarker', ], 'BillingRecords' => [ 'shape' => 'BillingRecords', ], ], ], 'ZipCode' => [ 'type' => 'string', 'max' => 255, 'sensitive' => true, ], ],]; diff --git a/src/data/route53domains/2014-05-15/docs-2.json b/src/data/route53domains/2014-05-15/docs-2.json index ab7806f0b5..ce90ac655c 100644 --- a/src/data/route53domains/2014-05-15/docs-2.json +++ b/src/data/route53domains/2014-05-15/docs-2.json @@ -658,6 +658,12 @@ "refs": { } }, + "Message": { + "base": null, + "refs": { + "CheckDomainTransferabilityResponse$Message": "

Provides an explanation for when a domain can't be transferred.

" + } + }, "Nameserver": { "base": "

Name server includes the following elements.

", "refs": { @@ -780,6 +786,13 @@ "ViewBillingRequest$MaxItems": "

The number of billing records to be returned.

Default: 20

" } }, + "Password": { + "base": null, + "refs": { + "AcceptDomainTransferFromAnotherAwsAccountRequest$Password": "

The password that was returned by the TransferDomainToAnotherAwsAccount request.

", + "TransferDomainToAnotherAwsAccountResponse$Password": "

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

" + } + }, "Price": { "base": null, "refs": { @@ -863,6 +876,12 @@ "refs": { } }, + "RequestId": { + "base": null, + "refs": { + "DuplicateRequest$requestId": "

ID of the request operation.

" + } + }, "Reseller": { "base": null, "refs": { @@ -923,12 +942,10 @@ "String": { "base": null, "refs": { - "AcceptDomainTransferFromAnotherAwsAccountRequest$Password": "

The password that was returned by the TransferDomainToAnotherAwsAccount request.

", "DisassociateDelegationSignerFromDomainRequest$Id": "

An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.

", "DnssecKey$Digest": "

The delegation signer digest.

Digest is calculated from the public key provided using specified digest algorithm and this digest is the actual value returned from the registry nameservers as the value of DS records.

", "DnssecKey$Id": "

An ID assigned to each DS record created by AssociateDelegationSignerToDomain.

", - "DomainSuggestion$Availability": "

Whether the domain name is available for registering.

You can register only the domains that are designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

", - "TransferDomainToAnotherAwsAccountResponse$Password": "

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

" + "DomainSuggestion$Availability": "

Whether the domain name is available for registering.

You can register only the domains that are designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn't reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn't return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

" } }, "TLDRulesViolation": { @@ -1012,7 +1029,7 @@ } }, "Transferable": { - "base": "

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE or Transferable.

Valid values:

TRANSFERABLE

The domain name can be transferred to Route 53.

UNTRANSFERRABLE

The domain name can't be transferred to Route 53.

DONT_KNOW

Reserved for future use.

DOMAIN_IN_OWN_ACCOUNT

The domain already exists in the current Amazon Web Services account.

DOMAIN_IN_ANOTHER_ACCOUNT

the domain exists in another Amazon Web Services account.

PREMIUM_DOMAIN

Premium domain transfer is not supported.

", + "base": "

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE or Transferable.

Valid values:

TRANSFERABLE

The domain name can be transferred to Route 53.

UNTRANSFERRABLE

The domain name can't be transferred to Route 53.

DONT_KNOW

Reserved for future use.

DOMAIN_IN_OWN_ACCOUNT

The domain already exists in the current Amazon Web Services account.

DOMAIN_IN_ANOTHER_ACCOUNT

The domain exists in another Amazon Web Services account.

PREMIUM_DOMAIN

Premium domain transfer is not supported.

", "refs": { "DomainTransferability$Transferable": null } diff --git a/src/data/route53domains/2014-05-15/docs-2.json.php b/src/data/route53domains/2014-05-15/docs-2.json.php index 4e2dad68d0..73b1edf5a7 100644 --- a/src/data/route53domains/2014-05-15/docs-2.json.php +++ b/src/data/route53domains/2014-05-15/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

Amazon Route 53 API actions let you register domain names and perform related operations.

', 'operations' => [ 'AcceptDomainTransferFromAnotherAwsAccount' => '

Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using TransferDomainToAnotherAwsAccount.

If you use the CLI command at accept-domain-transfer-from-another-aws-account, use JSON format as input instead of text because otherwise CLI will throw an error from domain transfer input that includes single quotes.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'AssociateDelegationSignerToDomain' => '

Creates a delegation signer (DS) record in the registry zone for this domain name.

Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.

', 'CancelDomainTransferToAnotherAwsAccount' => '

Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.

You must cancel the transfer before the other Amazon Web Services account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'CheckDomainAvailability' => '

This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.

', 'CheckDomainTransferability' => '

Checks whether a domain name can be transferred to Amazon Route 53.

', 'DeleteDomain' => '

This operation deletes the specified domain. This action is permanent. For more information, see Deleting a domain name registration.

To transfer the domain registration to another registrar, use the transfer process that’s provided by the registrar to which you want to transfer the registration. Otherwise, the following apply:

  1. You can’t get a refund for the cost of a deleted domain registration.

  2. The registry for the top-level domain might hold the domain name for a brief time before releasing it for other users to register (varies by registry).

  3. When the registration has been deleted, we\'ll send you a confirmation to the registrant contact. The email will come from noreply@domainnameverification.net or noreply@registrar.amazon.com.

', 'DeleteTagsForDomain' => '

This operation deletes the specified tags for a domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'DisableDomainAutoRenew' => '

This operation disables automatic renewal of domain registration for the specified domain.

', 'DisableDomainTransferLock' => '

This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'DisassociateDelegationSignerFromDomain' => '

Deletes a delegation signer (DS) record in the registry zone for this domain name.

', 'EnableDomainAutoRenew' => '

This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your Amazon Web Services account.

The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see Domains That You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.

', 'EnableDomainTransferLock' => '

This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'GetContactReachabilityStatus' => '

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.

If you want us to resend the email, use the ResendContactReachabilityEmail operation.

', 'GetDomainDetail' => '

This operation returns detailed information about a specified domain that is associated with the current Amazon Web Services account. Contact information for the domain is also returned as part of the output.

', 'GetDomainSuggestions' => '

The GetDomainSuggestions operation returns a list of suggested domain names.

', 'GetOperationDetail' => '

This operation returns the current status of an operation that is not completed.

', 'ListDomains' => '

This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.

', 'ListOperations' => '

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

This command runs only in the us-east-1 Region.

', 'ListPrices' => '

Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:

', 'ListTagsForDomain' => '

This operation returns all of the tags that are associated with the specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'PushDomain' => '

Moves a domain from Amazon Web Services to another registrar.

Supported actions:

', 'RegisterDomain' => '

This operation registers a domain. For some top-level domains (TLDs), this operation requires extra parameters.

When you register a domain, Amazon Route 53 does the following:

', 'RejectDomainTransferFromAnotherAwsAccount' => '

Rejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'RenewDomain' => '

This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services account.

We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven\'t renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain in the Amazon Route 53 Developer Guide.

', 'ResendContactReachabilityEmail' => '

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.

', 'ResendOperationAuthorization' => '

Resend the form of authorization email for this operation.

', 'RetrieveDomainAuthCode' => '

This operation returns the authorization code for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.

', 'TransferDomain' => '

Transfers a domain from another registrar to Amazon Route 53.

For more information about transferring domains, see the following topics:

If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.

If the registrar for your domain is also the DNS service provider for the domain and you don\'t transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable.

If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn\'t complete successfully, the domain registrant will be notified by email.

', 'TransferDomainToAnotherAwsAccount' => '

Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account. Note the following:

When you transfer a domain from one Amazon Web Services account to another, Route 53 doesn\'t transfer the hosted zone that is associated with the domain. DNS resolution isn\'t affected if the domain and the hosted zone are owned by separate accounts, so transferring the hosted zone is optional. For information about transferring the hosted zone to another Amazon Web Services account, see Migrating a Hosted Zone to a Different Amazon Web Services Account in the Amazon Route 53 Developer Guide.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'UpdateDomainContact' => '

This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.

If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the operation. If the request is not completed successfully, the domain registrant will be notified by email.

', 'UpdateDomainContactPrivacy' => '

This operation updates the specified domain contact\'s privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner."

While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.

This operation affects only the contact information for the specified contact type (administrative, registrant, or technical). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request doesn\'t complete successfully, the domain registrant will be notified by email.

By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either UpdateDomainContactPrivacy or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see https://aws.amazon.com/privacy/.

', 'UpdateDomainNameservers' => '

This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'UpdateTagsForDomain' => '

This operation adds or updates tags for a specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'ViewBilling' => '

Returns all the domain-related billing records for the current Amazon Web Services account for a specified period

', ], 'shapes' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest' => [ 'base' => '

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

', 'refs' => [], ], 'AcceptDomainTransferFromAnotherAwsAccountResponse' => [ 'base' => '

The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'TransferDomainToAnotherAwsAccountRequest$AccountId' => '

The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, 111122223333.

', ], ], 'AddressLine' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$AddressLine1' => '

First line of the contact\'s address.

', 'ContactDetail$AddressLine2' => '

Second line of contact\'s address, if any.

', ], ], 'AssociateDelegationSignerToDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDelegationSignerToDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'BillingRecord' => [ 'base' => '

Information for one billing record.

', 'refs' => [ 'BillingRecords$member' => NULL, ], ], 'BillingRecords' => [ 'base' => NULL, 'refs' => [ 'ViewBillingResponse$BillingRecords' => '

A summary of billing records.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'DomainSummary$AutoRenew' => '

Indicates whether the domain is automatically renewed upon expiration.

', 'DomainSummary$TransferLock' => '

Indicates whether a domain is locked from unauthorized transfer to another party.

', 'GetDomainDetailResponse$AutoRenew' => '

Specifies whether the domain registration is set to renew automatically.

', 'GetDomainDetailResponse$AdminPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the admin contact.

', 'GetDomainDetailResponse$RegistrantPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

', 'GetDomainDetailResponse$TechPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the technical contact.

', 'GetDomainSuggestionsRequest$OnlyAvailable' => '

If OnlyAvailable is true, Route 53 returns only domain names that are available. If OnlyAvailable is false, Route 53 returns domain names without checking whether they\'re available to be registered. To determine whether the domain is available, you can call checkDomainAvailability for each suggestion.

', 'RegisterDomainRequest$AutoRenew' => '

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.

Default: true

', 'RegisterDomainRequest$PrivacyProtectAdminContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'RegisterDomainRequest$PrivacyProtectRegistrantContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (the domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'RegisterDomainRequest$PrivacyProtectTechContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'ResendContactReachabilityEmailResponse$isAlreadyVerified' => '

True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don\'t send another confirmation email.

', 'TransferDomainRequest$AutoRenew' => '

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.

Default: true

', 'TransferDomainRequest$PrivacyProtectAdminContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information for the registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.".

While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.

Default: true

', 'TransferDomainRequest$PrivacyProtectRegistrantContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'TransferDomainRequest$PrivacyProtectTechContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'UpdateDomainContactPrivacyRequest$AdminPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', 'UpdateDomainContactPrivacyRequest$RegistrantPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', 'UpdateDomainContactPrivacyRequest$TechPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', ], ], 'CancelDomainTransferToAnotherAwsAccountRequest' => [ 'base' => '

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

', 'refs' => [], ], 'CancelDomainTransferToAnotherAwsAccountResponse' => [ 'base' => '

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'CheckDomainAvailabilityRequest' => [ 'base' => '

The CheckDomainAvailability request contains the following elements.

', 'refs' => [], ], 'CheckDomainAvailabilityResponse' => [ 'base' => '

The CheckDomainAvailability response includes the following elements.

', 'refs' => [], ], 'CheckDomainTransferabilityRequest' => [ 'base' => '

The CheckDomainTransferability request contains the following elements.

', 'refs' => [], ], 'CheckDomainTransferabilityResponse' => [ 'base' => '

The CheckDomainTransferability response includes the following elements.

', 'refs' => [], ], 'City' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$City' => '

The city of the contact\'s address.

', ], ], 'Consent' => [ 'base' => '

Customer\'s consent for the owner change request.

', 'refs' => [ 'UpdateDomainContactRequest$Consent' => '

Customer\'s consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).

', ], ], 'ContactDetail' => [ 'base' => '

ContactDetail includes the following elements.

', 'refs' => [ 'GetDomainDetailResponse$AdminContact' => '

Provides details about the domain administrative contact.

', 'GetDomainDetailResponse$RegistrantContact' => '

Provides details about the domain registrant.

', 'GetDomainDetailResponse$TechContact' => '

Provides details about the domain technical contact.

', 'RegisterDomainRequest$AdminContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'RegisterDomainRequest$RegistrantContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'RegisterDomainRequest$TechContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'TransferDomainRequest$AdminContact' => '

Provides detailed contact information.

', 'TransferDomainRequest$RegistrantContact' => '

Provides detailed contact information.

', 'TransferDomainRequest$TechContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$AdminContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$RegistrantContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$TechContact' => '

Provides detailed contact information.

', ], ], 'ContactName' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$FirstName' => '

First name of contact.

', 'ContactDetail$LastName' => '

Last name of contact.

', 'ContactDetail$OrganizationName' => '

Name of the organization for contact types other than PERSON.

', ], ], 'ContactNumber' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$PhoneNumber' => '

The phone number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code>]". For example, a US phone number might appear as "+1.1234567890".

', 'ContactDetail$Fax' => '

Fax number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as "+1.1234567890".

', 'GetDomainDetailResponse$AbuseContactPhone' => '

Phone number for reporting abuse.

', ], ], 'ContactType' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ContactType' => '

Indicates whether the contact is a person, company, association, or public organization. Note the following:

', ], ], 'CountryCode' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$CountryCode' => '

Code for the country of the contact\'s address.

', ], ], 'Currency' => [ 'base' => NULL, 'refs' => [ 'Consent$Currency' => '

Currency for the MaxPrice.

', 'PriceWithCurrency$Currency' => '

The currency specifier.

', ], ], 'CurrentExpiryYear' => [ 'base' => NULL, 'refs' => [ 'RenewDomainRequest$CurrentExpiryYear' => '

The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.

', ], ], 'DNSSec' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$DnsSec' => '

Deprecated.

', ], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsForDomainRequest' => [ 'base' => '

The DeleteTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'DeleteTagsForDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainAutoRenewRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainAutoRenewResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainTransferLockRequest' => [ 'base' => '

The DisableDomainTransferLock request includes the following element.

', 'refs' => [], ], 'DisableDomainTransferLockResponse' => [ 'base' => '

The DisableDomainTransferLock response includes the following element.

', 'refs' => [], ], 'DisassociateDelegationSignerFromDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateDelegationSignerFromDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DnssecKey' => [ 'base' => '

Information about the DNSSEC key.

You get this from your DNS provider and then give it to Route 53 (by using AssociateDelegationSignerToDomain) to pass it to the registry to establish the chain of trust.

', 'refs' => [ 'DnssecKeyList$member' => NULL, ], ], 'DnssecKeyList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$DnssecKeys' => '

A complex type that contains information about the DNSSEC configuration.

', ], ], 'DnssecLimitExceeded' => [ 'base' => '

This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can\'t add any additional DS records unless you delete an existing one first.

', 'refs' => [], ], 'DnssecPublicKey' => [ 'base' => NULL, 'refs' => [ 'DnssecKey$PublicKey' => '

The base64-encoded public key part of the key pair that is passed to the registry .

', 'DnssecSigningAttributes$PublicKey' => '

The base64-encoded public key part of the key pair that is passed to the registry.

', ], ], 'DnssecSigningAttributes' => [ 'base' => '

Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.

', 'refs' => [ 'AssociateDelegationSignerToDomainRequest$SigningAttributes' => '

The information about a key, including the algorithm, public key-value, and flags.

', ], ], 'DomainAuthCode' => [ 'base' => NULL, 'refs' => [ 'CheckDomainTransferabilityRequest$AuthCode' => '

If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.

', 'RetrieveDomainAuthCodeResponse$AuthCode' => '

The authorization code for the domain.

', 'TransferDomainRequest$AuthCode' => '

The authorization code for the domain. You get this value from the current registrar.

', ], ], 'DomainAvailability' => [ 'base' => NULL, 'refs' => [ 'CheckDomainAvailabilityResponse$Availability' => '

Whether the domain name is available for registering.

You can register only domains designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn\'t reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn\'t return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

', ], ], 'DomainLimitExceeded' => [ 'base' => '

The number of domains has exceeded the allowed threshold for the account.

', 'refs' => [], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest$DomainName' => '

The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.

', 'AssociateDelegationSignerToDomainRequest$DomainName' => '

The name of the domain.

', 'BillingRecord$DomainName' => '

The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

', 'CancelDomainTransferToAnotherAwsAccountRequest$DomainName' => '

The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.

', 'CheckDomainAvailabilityRequest$DomainName' => '

The name of the domain that you want to get availability for. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.

', 'CheckDomainTransferabilityRequest$DomainName' => '

The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

', 'DeleteDomainRequest$DomainName' => '

Name of the domain to be deleted.

', 'DeleteTagsForDomainRequest$DomainName' => '

The domain for which you want to delete one or more tags.

', 'DisableDomainAutoRenewRequest$DomainName' => '

The name of the domain that you want to disable automatic renewal for.

', 'DisableDomainTransferLockRequest$DomainName' => '

The name of the domain that you want to remove the transfer lock for.

', 'DisassociateDelegationSignerFromDomainRequest$DomainName' => '

Name of the domain.

', 'DomainSuggestion$DomainName' => '

A suggested domain name.

', 'DomainSummary$DomainName' => '

The name of the domain that the summary information applies to.

', 'EnableDomainAutoRenewRequest$DomainName' => '

The name of the domain that you want to enable automatic renewal for.

', 'EnableDomainTransferLockRequest$DomainName' => '

The name of the domain that you want to set the transfer lock for.

', 'GetContactReachabilityStatusRequest$domainName' => '

The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

', 'GetContactReachabilityStatusResponse$domainName' => '

The domain name for which you requested the reachability status.

', 'GetDomainDetailRequest$DomainName' => '

The name of the domain that you want to get detailed information about.

', 'GetDomainDetailResponse$DomainName' => '

The name of a domain.

', 'GetDomainSuggestionsRequest$DomainName' => '

A domain name that you want to use as the basis for a list of possible domain names. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53.

', 'GetOperationDetailResponse$DomainName' => '

The name of a domain.

', 'ListTagsForDomainRequest$DomainName' => '

The domain for which you want to get a list of tags.

', 'OperationSummary$DomainName' => '

Name of the domain.

', 'PushDomainRequest$DomainName' => '

Name of the domain.

', 'RegisterDomainRequest$DomainName' => '

The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.

', 'RejectDomainTransferFromAnotherAwsAccountRequest$DomainName' => '

The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.

', 'RenewDomainRequest$DomainName' => '

The name of the domain that you want to renew.

', 'ResendContactReachabilityEmailRequest$domainName' => '

The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

', 'ResendContactReachabilityEmailResponse$domainName' => '

The domain name for which you requested a confirmation email.

', 'RetrieveDomainAuthCodeRequest$DomainName' => '

The name of the domain that you want to get an authorization code for.

', 'TransferDomainRequest$DomainName' => '

The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

', 'TransferDomainToAnotherAwsAccountRequest$DomainName' => '

The name of the domain that you want to transfer from the current Amazon Web Services account to another account.

', 'UpdateDomainContactPrivacyRequest$DomainName' => '

The name of the domain that you want to update the privacy setting for.

', 'UpdateDomainContactRequest$DomainName' => '

The name of the domain that you want to update contact information for.

', 'UpdateDomainNameserversRequest$DomainName' => '

The name of the domain that you want to change name servers for.

', 'UpdateTagsForDomainRequest$DomainName' => '

The domain for which you want to add or update tags.

', ], ], 'DomainPrice' => [ 'base' => '

Information about the domain price associated with a TLD.

', 'refs' => [ 'DomainPriceList$member' => NULL, ], ], 'DomainPriceList' => [ 'base' => NULL, 'refs' => [ 'ListPricesResponse$Prices' => '

A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.

', ], ], 'DomainPriceName' => [ 'base' => NULL, 'refs' => [ 'DomainPrice$Name' => '

The name of the TLD for which the prices apply.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DomainStatusList$member' => NULL, ], ], 'DomainStatusList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$StatusList' => '

An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.

ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.

For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes. (Search on the ICANN website; web searches sometimes return an old version of the document.)

', ], ], 'DomainSuggestion' => [ 'base' => '

Information about one suggested domain name.

', 'refs' => [ 'DomainSuggestionsList$member' => NULL, ], ], 'DomainSuggestionsList' => [ 'base' => NULL, 'refs' => [ 'GetDomainSuggestionsResponse$SuggestionsList' => '

A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

', ], ], 'DomainSummary' => [ 'base' => '

Summary information about one domain.

', 'refs' => [ 'DomainSummaryList$member' => NULL, ], ], 'DomainSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$Domains' => '

A list of domains.

', ], ], 'DomainTransferability' => [ 'base' => '

A complex type that contains information about whether the specified domain can be transferred to Route 53.

', 'refs' => [ 'CheckDomainTransferabilityResponse$Transferability' => '

A complex type that contains information about whether the specified domain can be transferred to Route 53.

', ], ], 'DuplicateRequest' => [ 'base' => '

The request is already in progress for the domain.

', 'refs' => [], ], 'DurationInYears' => [ 'base' => NULL, 'refs' => [ 'RegisterDomainRequest$DurationInYears' => '

The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

Default: 1

', 'RenewDomainRequest$DurationInYears' => '

The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

Default: 1

', 'TransferDomainRequest$DurationInYears' => '

The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.

Default: 1

', ], ], 'Email' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$Email' => '

Email address of the contact.

', 'GetDomainDetailResponse$AbuseContactEmail' => '

Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.

', 'ResendContactReachabilityEmailResponse$emailAddress' => '

The email address for the registrant contact at the time that we sent the verification email.

', ], ], 'EnableDomainAutoRenewRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableDomainAutoRenewResponse' => [ 'base' => NULL, 'refs' => [], ], 'EnableDomainTransferLockRequest' => [ 'base' => '

A request to set the transfer lock for the specified domain.

', 'refs' => [], ], 'EnableDomainTransferLockResponse' => [ 'base' => '

The EnableDomainTransferLock response includes the following elements.

', 'refs' => [], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'DnssecLimitExceeded$message' => NULL, 'DomainLimitExceeded$message' => '

The number of domains has exceeded the allowed threshold for the account.

', 'DuplicateRequest$message' => '

The request is already in progress for the domain.

', 'GetOperationDetailResponse$Message' => '

Detailed information on the status including possible errors.

', 'InvalidInput$message' => '

The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.

', 'OperationLimitExceeded$message' => '

The number of operations or jobs running exceeded the allowed threshold for the account.

', 'OperationSummary$Message' => '

Message about the operation.

', 'TLDRulesViolation$message' => '

The top-level domain does not support this operation.

', 'UnsupportedTLD$message' => '

Amazon Route 53 does not support this top-level domain (TLD).

', ], ], 'ExtraParam' => [ 'base' => '

ExtraParam includes the following elements.

', 'refs' => [ 'ExtraParamList$member' => NULL, ], ], 'ExtraParamList' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ExtraParams' => '

A list of name-value pairs for parameters required by certain top-level domains.

', ], ], 'ExtraParamName' => [ 'base' => NULL, 'refs' => [ 'ExtraParam$Name' => '

The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require:

.com.au and .net.au
  • AU_ID_NUMBER

  • AU_ID_TYPE

    Valid values include the following:

    • ABN (Australian business number)

    • ACN (Australian company number)

    • TM (Trademark number)

.ca
  • BRAND_NUMBER

  • CA_BUSINESS_ENTITY_TYPE

    Valid values include the following:

    • BANK (Bank)

    • COMMERCIAL_COMPANY (Commercial company)

    • COMPANY (Company)

    • COOPERATION (Cooperation)

    • COOPERATIVE (Cooperative)

    • COOPRIX (Cooprix)

    • CORP (Corporation)

    • CREDIT_UNION (Credit union)

    • FOMIA (Federation of mutual insurance associations)

    • INC (Incorporated)

    • LTD (Limited)

    • LTEE (Limitée)

    • LLC (Limited liability corporation)

    • LLP (Limited liability partnership)

    • LTE (Lte.)

    • MBA (Mutual benefit association)

    • MIC (Mutual insurance company)

    • NFP (Not-for-profit corporation)

    • SA (S.A.)

    • SAVINGS_COMPANY (Savings company)

    • SAVINGS_UNION (Savings union)

    • SARL (Société à responsabilité limitée)

    • TRUST (Trust)

    • ULC (Unlimited liability corporation)

  • CA_LEGAL_TYPE

    When ContactType is PERSON, valid values include the following:

    • ABO (Aboriginal Peoples indigenous to Canada)

    • CCT (Canadian citizen)

    • LGR (Legal Representative of a Canadian Citizen or Permanent Resident)

    • RES (Permanent resident of Canada)

    When ContactType is a value other than PERSON, valid values include the following:

    • ASS (Canadian unincorporated association)

    • CCO (Canadian corporation)

    • EDU (Canadian educational institution)

    • GOV (Government or government entity in Canada)

    • HOP (Canadian Hospital)

    • INB (Indian Band recognized by the Indian Act of Canada)

    • LAM (Canadian Library, Archive, or Museum)

    • MAJ (Her/His Majesty the Queen/King)

    • OMK (Official mark registered in Canada)

    • PLT (Canadian Political Party)

    • PRT (Partnership Registered in Canada)

    • TDM (Trademark registered in Canada)

    • TRD (Canadian Trade Union)

    • TRS (Trust established in Canada)

.es
  • ES_IDENTIFICATION

    The value of ES_IDENTIFICATION depends on the following values:

    • The value of ES_LEGAL_FORM

    • The value of ES_IDENTIFICATION_TYPE

    If ES_LEGAL_FORM is any value other than INDIVIDUAL:

    • Specify 1 letter + 8 numbers (CIF [Certificado de Identificación Fiscal])

    • Example: B12345678

    If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION depends on the value of ES_IDENTIFICATION_TYPE:

    • If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts):

      • Specify 8 numbers + 1 letter (DNI [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal])

      • Example: 12345678M

    • If ES_IDENTIFICATION_TYPE is NIE (for foreigners with legal residence):

      • Specify 1 letter + 7 numbers + 1 letter ( NIE [Número de Identidad de Extranjero])

      • Example: Y1234567X

    • If ES_IDENTIFICATION_TYPE is OTHER (for contacts outside of Spain):

      • Specify a passport number, drivers license number, or national identity card number

  • ES_IDENTIFICATION_TYPE

    Valid values include the following:

    • DNI_AND_NIF (For Spanish contacts)

    • NIE (For foreigners with legal residence)

    • OTHER (For contacts outside of Spain)

  • ES_LEGAL_FORM

    Valid values include the following:

    • ASSOCIATION

    • CENTRAL_GOVERNMENT_BODY

    • CIVIL_SOCIETY

    • COMMUNITY_OF_OWNERS

    • COMMUNITY_PROPERTY

    • CONSULATE

    • COOPERATIVE

    • DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL

    • ECONOMIC_INTEREST_GROUP

    • EMBASSY

    • ENTITY_MANAGING_NATURAL_AREAS

    • FARM_PARTNERSHIP

    • FOUNDATION

    • GENERAL_AND_LIMITED_PARTNERSHIP

    • GENERAL_PARTNERSHIP

    • INDIVIDUAL

    • LIMITED_COMPANY

    • LOCAL_AUTHORITY

    • LOCAL_PUBLIC_ENTITY

    • MUTUAL_INSURANCE_COMPANY

    • NATIONAL_PUBLIC_ENTITY

    • ORDER_OR_RELIGIOUS_INSTITUTION

    • OTHERS (Only for contacts outside of Spain)

    • POLITICAL_PARTY

    • PROFESSIONAL_ASSOCIATION

    • PUBLIC_LAW_ASSOCIATION

    • PUBLIC_LIMITED_COMPANY

    • REGIONAL_GOVERNMENT_BODY

    • REGIONAL_PUBLIC_ENTITY

    • SAVINGS_BANK

    • SPANISH_OFFICE

    • SPORTS_ASSOCIATION

    • SPORTS_FEDERATION

    • SPORTS_LIMITED_COMPANY

    • TEMPORARY_ALLIANCE_OF_ENTERPRISES

    • TRADE_UNION

    • WORKER_OWNED_COMPANY

    • WORKER_OWNED_LIMITED_COMPANY

.eu
  • EU_COUNTRY_OF_CITIZENSHIP

.fi
  • BIRTH_DATE_IN_YYYY_MM_DD

  • FI_BUSINESS_NUMBER

  • FI_ID_NUMBER

  • FI_NATIONALITY

    Valid values include the following:

    • FINNISH

    • NOT_FINNISH

  • FI_ORGANIZATION_TYPE

    Valid values include the following:

    • COMPANY

    • CORPORATION

    • GOVERNMENT

    • INSTITUTION

    • POLITICAL_PARTY

    • PUBLIC_COMMUNITY

    • TOWNSHIP

.it
  • IT_NATIONALITY

  • IT_PIN

  • IT_REGISTRANT_ENTITY_TYPE

    Valid values include the following:

    • FOREIGNERS

    • FREELANCE_WORKERS (Freelance workers and professionals)

    • ITALIAN_COMPANIES (Italian companies and one-person companies)

    • NON_PROFIT_ORGANIZATIONS

    • OTHER_SUBJECTS

    • PUBLIC_ORGANIZATIONS

.ru
  • BIRTH_DATE_IN_YYYY_MM_DD

  • RU_PASSPORT_DATA

.se
  • BIRTH_COUNTRY

  • SE_ID_NUMBER

.sg
  • SG_ID_NUMBER

.uk, .co.uk, .me.uk, and .org.uk
  • UK_CONTACT_TYPE

    Valid values include the following:

    • CRC (UK Corporation by Royal Charter)

    • FCORP (Non-UK Corporation)

    • FIND (Non-UK Individual, representing self)

    • FOTHER (Non-UK Entity that does not fit into any other category)

    • GOV (UK Government Body)

    • IND (UK Individual (representing self))

    • IP (UK Industrial/Provident Registered Company)

    • LLP (UK Limited Liability Partnership)

    • LTD (UK Limited Company)

    • OTHER (UK Entity that does not fit into any other category)

    • PLC (UK Public Limited Company)

    • PTNR (UK Partnership)

    • RCHAR (UK Registered Charity)

    • SCH (UK School)

    • STAT (UK Statutory Body)

    • STRA (UK Sole Trader)

  • UK_COMPANY_NUMBER

In addition, many TLDs require a VAT_NUMBER.

', ], ], 'ExtraParamValue' => [ 'base' => NULL, 'refs' => [ 'ExtraParam$Value' => '

The value that corresponds with the name of an extra parameter.

', ], ], 'FIAuthKey' => [ 'base' => NULL, 'refs' => [ 'UpdateDomainNameserversRequest$FIAuthKey' => '

The authorization key for .fi domains

', ], ], 'FilterCondition' => [ 'base' => '

Information for the filtering of a list of domains returned by ListDomains.

', 'refs' => [ 'FilterConditions$member' => NULL, ], ], 'FilterConditions' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$FilterConditions' => '

A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

', ], ], 'GetContactReachabilityStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContactReachabilityStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainDetailRequest' => [ 'base' => '

The GetDomainDetail request includes the following element.

', 'refs' => [], ], 'GetDomainDetailResponse' => [ 'base' => '

The GetDomainDetail response includes the following elements.

', 'refs' => [], ], 'GetDomainSuggestionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainSuggestionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationDetailRequest' => [ 'base' => '

The GetOperationDetail request includes the following element.

', 'refs' => [], ], 'GetOperationDetailResponse' => [ 'base' => '

The GetOperationDetail response includes the following elements.

', 'refs' => [], ], 'GlueIp' => [ 'base' => NULL, 'refs' => [ 'GlueIpList$member' => NULL, ], ], 'GlueIpList' => [ 'base' => NULL, 'refs' => [ 'Nameserver$GlueIps' => '

Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.

Constraints: The list can contain only one IPv4 and one IPv6 address.

', ], ], 'HostName' => [ 'base' => NULL, 'refs' => [ 'Nameserver$Name' => '

The fully qualified host name of the name server.

Constraint: Maximum 255 characters

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'GetDomainSuggestionsRequest$SuggestionCount' => '

The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.

', ], ], 'InvalidInput' => [ 'base' => '

The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn\'t belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.

', 'refs' => [], ], 'InvoiceId' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$InvoiceId' => '

The ID of the invoice that is associated with the billing record.

', ], ], 'Label' => [ 'base' => NULL, 'refs' => [ 'PushDomainRequest$Target' => '

New IPS tag for the domain.

', ], ], 'LangCode' => [ 'base' => NULL, 'refs' => [ 'CheckDomainAvailabilityRequest$IdnLangCode' => '

Reserved for future use.

', 'RegisterDomainRequest$IdnLangCode' => '

Reserved for future use.

', 'TransferDomainRequest$IdnLangCode' => '

Reserved for future use.

', ], ], 'ListDomainsAttributeName' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Name' => '

Name of the field which should be used for filtering the list of domains.

', 'SortCondition$Name' => '

Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

', ], ], 'ListDomainsRequest' => [ 'base' => '

The ListDomains request includes the following elements.

', 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => '

The ListDomains response includes the following elements.

', 'refs' => [], ], 'ListOperationsRequest' => [ 'base' => '

The ListOperations request includes the following elements.

', 'refs' => [], ], 'ListOperationsResponse' => [ 'base' => '

The ListOperations response includes the following elements.

', 'refs' => [], ], 'ListOperationsSortAttributeName' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$SortBy' => '

The sort type for returned values.

', ], ], 'ListPricesPageMaxItems' => [ 'base' => NULL, 'refs' => [ 'ListPricesRequest$MaxItems' => '

Number of Prices to be returned.

Used only for all TLDs. If you specify a TLD, don\'t specify a MaxItems.

', ], ], 'ListPricesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPricesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForDomainRequest' => [ 'base' => '

The ListTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'ListTagsForDomainResponse' => [ 'base' => '

The ListTagsForDomain response includes the following elements.

', 'refs' => [], ], 'Nameserver' => [ 'base' => '

Name server includes the following elements.

', 'refs' => [ 'NameserverList$member' => NULL, ], ], 'NameserverList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$Nameservers' => '

The name servers of the domain.

', 'TransferDomainRequest$Nameservers' => '

Contains details for the host and glue IP addresses.

', 'UpdateDomainNameserversRequest$Nameservers' => '

A list of new name servers for the domain.

', ], ], 'NullableInteger' => [ 'base' => NULL, 'refs' => [ 'DnssecKey$Algorithm' => '

The number of the public key’s cryptographic algorithm according to an IANA assignment.

If Route 53 is your DNS service, set this to 13.

For more information about enabling DNSSEC signing, see Enabling DNSSEC signing and establishing a chain of trust.

', 'DnssecKey$Flags' => '

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn\'t Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

', 'DnssecKey$DigestType' => '

The number of the DS digest algorithm according to an IANA assignment.

For more information, see IANA for DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms.

', 'DnssecKey$KeyTag' => '

A numeric identification of the DNSKEY record referred to by this DS record.

', 'DnssecSigningAttributes$Algorithm' => '

Algorithm which was used to generate the digest from the public key.

', 'DnssecSigningAttributes$Flags' => '

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn\'t Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

', ], ], 'OperationId' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'AssociateDelegationSignerToDomainResponse$OperationId' => '

The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'CancelDomainTransferToAnotherAwsAccountResponse$OperationId' => '

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can\'t use GetOperationDetail to query the operation status.

', 'DeleteDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'DisableDomainTransferLockResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'DisassociateDelegationSignerFromDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'EnableDomainTransferLockResponse$OperationId' => '

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

', 'GetOperationDetailRequest$OperationId' => '

The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.

', 'GetOperationDetailResponse$OperationId' => '

The identifier for the operation.

', 'OperationSummary$OperationId' => '

Identifier returned to track the requested action.

', 'RegisterDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'RejectDomainTransferFromAnotherAwsAccountResponse$OperationId' => '

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can\'t use GetOperationDetail to query the operation status.

', 'RenewDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'ResendOperationAuthorizationRequest$OperationId' => '

Operation ID.

', 'TransferDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'TransferDomainToAnotherAwsAccountResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'UpdateDomainContactPrivacyResponse$OperationId' => '

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

', 'UpdateDomainContactResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'UpdateDomainNameserversResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', ], ], 'OperationLimitExceeded' => [ 'base' => '

The number of operations or jobs running exceeded the allowed threshold for the account.

', 'refs' => [], ], 'OperationStatus' => [ 'base' => NULL, 'refs' => [ 'GetOperationDetailResponse$Status' => '

The current status of the requested operation in the system.

', 'OperationStatusList$member' => NULL, 'OperationSummary$Status' => '

The current status of the requested operation in the system.

', ], ], 'OperationStatusList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$Status' => '

The status of the operations.

', ], ], 'OperationSummary' => [ 'base' => '

OperationSummary includes the following elements.

', 'refs' => [ 'OperationSummaryList$member' => NULL, ], ], 'OperationSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsResponse$Operations' => '

Lists summaries of the operations.

', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$Operation' => '

The operation that you were charged for.

', 'GetOperationDetailResponse$Type' => '

The type of operation that was requested.

', 'OperationSummary$Type' => '

Type of the action requested.

', 'OperationTypeList$member' => NULL, ], ], 'OperationTypeList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$Type' => '

An arrays of the domains operation types.

', ], ], 'Operator' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Operator' => '

The operator values for filtering domain names. The values can be:

', ], ], 'PageMarker' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$Marker' => '

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current Amazon Web Services account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value specified in the previous request.

', 'ListDomainsResponse$NextPageMarker' => '

If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', 'ListOperationsRequest$Marker' => '

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

', 'ListOperationsResponse$NextPageMarker' => '

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', 'ListPricesRequest$Marker' => '

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Used only for all TLDs. If you specify a TLD, don\'t specify a Marker.

', 'ListPricesResponse$NextPageMarker' => '

If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Used only for all TLDs. If you specify a TLD, don\'t specify a NextPageMarker.

', 'ViewBillingRequest$Marker' => '

For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

', 'ViewBillingResponse$NextPageMarker' => '

If there are more billing records than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', ], ], 'PageMaxItems' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$MaxItems' => '

Number of domains to be returned.

Default: 20

', 'ListOperationsRequest$MaxItems' => '

Number of domains to be returned.

Default: 20

', 'ViewBillingRequest$MaxItems' => '

The number of billing records to be returned.

Default: 20

', ], ], 'Price' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$Price' => '

The price that you were charged for the operation, in US dollars.

Example value: 12.0

', 'Consent$MaxPrice' => '

Maximum amount the customer agreed to accept.

', 'PriceWithCurrency$Price' => '

The price of a domain, in a specific currency.

', ], ], 'PriceWithCurrency' => [ 'base' => '

Currency-specific price information.

', 'refs' => [ 'DomainPrice$RegistrationPrice' => '

The price for domain registration with Route 53.

', 'DomainPrice$TransferPrice' => '

The price for transferring the domain registration to Route 53.

', 'DomainPrice$RenewalPrice' => '

The price for renewing domain registration with Route 53.

', 'DomainPrice$ChangeOwnershipPrice' => '

The price for changing domain ownership.

', 'DomainPrice$RestorationPrice' => '

The price for restoring the domain with Route 53.

', ], ], 'PushDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReachabilityStatus' => [ 'base' => NULL, 'refs' => [ 'GetContactReachabilityStatusResponse$status' => '

Whether the registrant contact has responded. Values include the following:

PENDING

We sent the confirmation email and haven\'t received a response yet.

DONE

We sent the email and got confirmation from the registrant contact.

EXPIRED

The time limit expired before the registrant contact responded.

', ], ], 'RegisterDomainRequest' => [ 'base' => '

The RegisterDomain request includes the following elements.

', 'refs' => [], ], 'RegisterDomainResponse' => [ 'base' => '

The RegisterDomain response includes the following element.

', 'refs' => [], ], 'RegistrarName' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistrarName' => '

Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for domains that are registered by Gandi is "GANDI SAS".

', ], ], 'RegistrarUrl' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistrarUrl' => '

Web address of the registrar.

', ], ], 'RegistrarWhoIsServer' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$WhoIsServer' => '

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

', ], ], 'RegistryDomainId' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistryDomainId' => '

Reserved for future use.

', ], ], 'RejectDomainTransferFromAnotherAwsAccountRequest' => [ 'base' => '

The RejectDomainTransferFromAnotherAwsAccount request includes the following element.

', 'refs' => [], ], 'RejectDomainTransferFromAnotherAwsAccountResponse' => [ 'base' => '

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'RenewDomainRequest' => [ 'base' => '

A RenewDomain request includes the number of years that you want to renew for and the current expiration year.

', 'refs' => [], ], 'RenewDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'Reseller' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$Reseller' => '

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

', ], ], 'ResendContactReachabilityEmailRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResendContactReachabilityEmailResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResendOperationAuthorizationRequest' => [ 'base' => NULL, 'refs' => [], ], 'RetrieveDomainAuthCodeRequest' => [ 'base' => '

A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.

', 'refs' => [], ], 'RetrieveDomainAuthCodeResponse' => [ 'base' => '

The RetrieveDomainAuthCode response includes the following element.

', 'refs' => [], ], 'SortCondition' => [ 'base' => '

Information for sorting a list of domains.

', 'refs' => [ 'ListDomainsRequest$SortCondition' => '

A complex type that contains information about the requested ordering of domains in the returned list.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$SortOrder' => '

The sort order ofr returned values, either ascending or descending.

', 'SortCondition$SortOrder' => '

The sort order for a list of domains. Either ascending (ASC) or descending (DES).

', ], ], 'State' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$State' => '

The state or province of the contact\'s city.

', ], ], 'StatusFlag' => [ 'base' => NULL, 'refs' => [ 'GetOperationDetailResponse$StatusFlag' => '

Lists any outstanding operations that require customer action. Valid values are:

', 'OperationSummary$StatusFlag' => '

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest$Password' => '

The password that was returned by the TransferDomainToAnotherAwsAccount request.

', 'DisassociateDelegationSignerFromDomainRequest$Id' => '

An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.

', 'DnssecKey$Digest' => '

The delegation signer digest.

Digest is calculated from the public key provided using specified digest algorithm and this digest is the actual value returned from the registry nameservers as the value of DS records.

', 'DnssecKey$Id' => '

An ID assigned to each DS record created by AssociateDelegationSignerToDomain.

', 'DomainSuggestion$Availability' => '

Whether the domain name is available for registering.

You can register only the domains that are designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn\'t reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn\'t return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

', 'TransferDomainToAnotherAwsAccountResponse$Password' => '

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

', ], ], 'TLDRulesViolation' => [ 'base' => '

The top-level domain does not support this operation.

', 'refs' => [], ], 'Tag' => [ 'base' => '

Each tag includes the following elements.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The key (name) of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\\-@"

Constraints: Each key can be 1-128 characters long.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'DeleteTagsForDomainRequest$TagsToDelete' => '

A list of tag keys to delete.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'ListTagsForDomainResponse$TagList' => '

A list of the tags that are associated with the specified domain.

', 'UpdateTagsForDomainRequest$TagsToUpdate' => '

A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The value of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\\-@"

Constraints: Each value can be 0-256 characters long.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$BillDate' => '

The date that the operation was billed, in Unix format.

', 'DomainSummary$Expiry' => '

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

', 'GetDomainDetailResponse$CreationDate' => '

The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetDomainDetailResponse$UpdatedDate' => '

The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetDomainDetailResponse$ExpirationDate' => '

The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetOperationDetailResponse$SubmittedDate' => '

The date when the request was submitted.

', 'GetOperationDetailResponse$LastUpdatedDate' => '

The date when the operation was last updated.

', 'ListOperationsRequest$SubmittedSince' => '

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', 'OperationSummary$SubmittedDate' => '

The date when the request was submitted.

', 'OperationSummary$LastUpdatedDate' => '

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

', 'ViewBillingRequest$Start' => '

The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', 'ViewBillingRequest$End' => '

The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', ], ], 'TldName' => [ 'base' => NULL, 'refs' => [ 'ListPricesRequest$Tld' => '

The TLD for which you want to receive the pricing information. For example. .net.

If a Tld value is not provided, a list of prices for all TLDs supported by Route 53 is returned.

', ], ], 'TransferDomainRequest' => [ 'base' => '

The TransferDomain request includes the following elements.

', 'refs' => [], ], 'TransferDomainResponse' => [ 'base' => '

The TransferDomain response includes the following element.

', 'refs' => [], ], 'TransferDomainToAnotherAwsAccountRequest' => [ 'base' => '

The TransferDomainToAnotherAwsAccount request includes the following elements.

', 'refs' => [], ], 'TransferDomainToAnotherAwsAccountResponse' => [ 'base' => '

The TransferDomainToAnotherAwsAccount response includes the following elements.

', 'refs' => [], ], 'Transferable' => [ 'base' => '

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE or Transferable.

Valid values:

TRANSFERABLE

The domain name can be transferred to Route 53.

UNTRANSFERRABLE

The domain name can\'t be transferred to Route 53.

DONT_KNOW

Reserved for future use.

DOMAIN_IN_OWN_ACCOUNT

The domain already exists in the current Amazon Web Services account.

DOMAIN_IN_ANOTHER_ACCOUNT

the domain exists in another Amazon Web Services account.

PREMIUM_DOMAIN

Premium domain transfer is not supported.

', 'refs' => [ 'DomainTransferability$Transferable' => NULL, ], ], 'UnsupportedTLD' => [ 'base' => '

Amazon Route 53 does not support this top-level domain (TLD).

', 'refs' => [], ], 'UpdateDomainContactPrivacyRequest' => [ 'base' => '

The UpdateDomainContactPrivacy request includes the following elements.

', 'refs' => [], ], 'UpdateDomainContactPrivacyResponse' => [ 'base' => '

The UpdateDomainContactPrivacy response includes the following element.

', 'refs' => [], ], 'UpdateDomainContactRequest' => [ 'base' => '

The UpdateDomainContact request includes the following elements.

', 'refs' => [], ], 'UpdateDomainContactResponse' => [ 'base' => '

The UpdateDomainContact response includes the following element.

', 'refs' => [], ], 'UpdateDomainNameserversRequest' => [ 'base' => '

Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'refs' => [], ], 'UpdateDomainNameserversResponse' => [ 'base' => '

The UpdateDomainNameservers response includes the following element.

', 'refs' => [], ], 'UpdateTagsForDomainRequest' => [ 'base' => '

The UpdateTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'UpdateTagsForDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Values$member' => NULL, ], ], 'Values' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Values' => '

An array of strings presenting values to compare. Only 1 item in the list is currently supported.

', ], ], 'ViewBillingRequest' => [ 'base' => '

The ViewBilling request includes the following elements.

', 'refs' => [], ], 'ViewBillingResponse' => [ 'base' => '

The ViewBilling response includes the following elements.

', 'refs' => [], ], 'ZipCode' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ZipCode' => '

The zip or postal code of the contact\'s address.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '

Amazon Route 53 API actions let you register domain names and perform related operations.

', 'operations' => [ 'AcceptDomainTransferFromAnotherAwsAccount' => '

Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using TransferDomainToAnotherAwsAccount.

If you use the CLI command at accept-domain-transfer-from-another-aws-account, use JSON format as input instead of text because otherwise CLI will throw an error from domain transfer input that includes single quotes.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'AssociateDelegationSignerToDomain' => '

Creates a delegation signer (DS) record in the registry zone for this domain name.

Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.

', 'CancelDomainTransferToAnotherAwsAccount' => '

Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.

You must cancel the transfer before the other Amazon Web Services account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'CheckDomainAvailability' => '

This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.

', 'CheckDomainTransferability' => '

Checks whether a domain name can be transferred to Amazon Route 53.

', 'DeleteDomain' => '

This operation deletes the specified domain. This action is permanent. For more information, see Deleting a domain name registration.

To transfer the domain registration to another registrar, use the transfer process that’s provided by the registrar to which you want to transfer the registration. Otherwise, the following apply:

  1. You can’t get a refund for the cost of a deleted domain registration.

  2. The registry for the top-level domain might hold the domain name for a brief time before releasing it for other users to register (varies by registry).

  3. When the registration has been deleted, we\'ll send you a confirmation to the registrant contact. The email will come from noreply@domainnameverification.net or noreply@registrar.amazon.com.

', 'DeleteTagsForDomain' => '

This operation deletes the specified tags for a domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'DisableDomainAutoRenew' => '

This operation disables automatic renewal of domain registration for the specified domain.

', 'DisableDomainTransferLock' => '

This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'DisassociateDelegationSignerFromDomain' => '

Deletes a delegation signer (DS) record in the registry zone for this domain name.

', 'EnableDomainAutoRenew' => '

This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your Amazon Web Services account.

The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see Domains That You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.

', 'EnableDomainTransferLock' => '

This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'GetContactReachabilityStatus' => '

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.

If you want us to resend the email, use the ResendContactReachabilityEmail operation.

', 'GetDomainDetail' => '

This operation returns detailed information about a specified domain that is associated with the current Amazon Web Services account. Contact information for the domain is also returned as part of the output.

', 'GetDomainSuggestions' => '

The GetDomainSuggestions operation returns a list of suggested domain names.

', 'GetOperationDetail' => '

This operation returns the current status of an operation that is not completed.

', 'ListDomains' => '

This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.

', 'ListOperations' => '

Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.

This command runs only in the us-east-1 Region.

', 'ListPrices' => '

Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:

', 'ListTagsForDomain' => '

This operation returns all of the tags that are associated with the specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'PushDomain' => '

Moves a domain from Amazon Web Services to another registrar.

Supported actions:

', 'RegisterDomain' => '

This operation registers a domain. For some top-level domains (TLDs), this operation requires extra parameters.

When you register a domain, Amazon Route 53 does the following:

', 'RejectDomainTransferFromAnotherAwsAccount' => '

Rejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'RenewDomain' => '

This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services account.

We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven\'t renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain in the Amazon Route 53 Developer Guide.

', 'ResendContactReachabilityEmail' => '

For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.

', 'ResendOperationAuthorization' => '

Resend the form of authorization email for this operation.

', 'RetrieveDomainAuthCode' => '

This operation returns the authorization code for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.

', 'TransferDomain' => '

Transfers a domain from another registrar to Amazon Route 53.

For more information about transferring domains, see the following topics:

If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.

If the registrar for your domain is also the DNS service provider for the domain and you don\'t transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable.

If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn\'t complete successfully, the domain registrant will be notified by email.

', 'TransferDomainToAnotherAwsAccount' => '

Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account. Note the following:

When you transfer a domain from one Amazon Web Services account to another, Route 53 doesn\'t transfer the hosted zone that is associated with the domain. DNS resolution isn\'t affected if the domain and the hosted zone are owned by separate accounts, so transferring the hosted zone is optional. For information about transferring the hosted zone to another Amazon Web Services account, see Migrating a Hosted Zone to a Different Amazon Web Services Account in the Amazon Route 53 Developer Guide.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

', 'UpdateDomainContact' => '

This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.

If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the operation. If the request is not completed successfully, the domain registrant will be notified by email.

', 'UpdateDomainContactPrivacy' => '

This operation updates the specified domain contact\'s privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner."

While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.

This operation affects only the contact information for the specified contact type (administrative, registrant, or technical). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with GetOperationDetail to track the progress and completion of the action. If the request doesn\'t complete successfully, the domain registrant will be notified by email.

By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either UpdateDomainContactPrivacy or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see https://aws.amazon.com/privacy/.

', 'UpdateDomainNameservers' => '

This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'UpdateTagsForDomain' => '

This operation adds or updates tags for a specified domain.

All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

', 'ViewBilling' => '

Returns all the domain-related billing records for the current Amazon Web Services account for a specified period

', ], 'shapes' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest' => [ 'base' => '

The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.

', 'refs' => [], ], 'AcceptDomainTransferFromAnotherAwsAccountResponse' => [ 'base' => '

The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'TransferDomainToAnotherAwsAccountRequest$AccountId' => '

The account ID of the Amazon Web Services account that you want to transfer the domain to, for example, 111122223333.

', ], ], 'AddressLine' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$AddressLine1' => '

First line of the contact\'s address.

', 'ContactDetail$AddressLine2' => '

Second line of contact\'s address, if any.

', ], ], 'AssociateDelegationSignerToDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateDelegationSignerToDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'BillingRecord' => [ 'base' => '

Information for one billing record.

', 'refs' => [ 'BillingRecords$member' => NULL, ], ], 'BillingRecords' => [ 'base' => NULL, 'refs' => [ 'ViewBillingResponse$BillingRecords' => '

A summary of billing records.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'DomainSummary$AutoRenew' => '

Indicates whether the domain is automatically renewed upon expiration.

', 'DomainSummary$TransferLock' => '

Indicates whether a domain is locked from unauthorized transfer to another party.

', 'GetDomainDetailResponse$AutoRenew' => '

Specifies whether the domain registration is set to renew automatically.

', 'GetDomainDetailResponse$AdminPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the admin contact.

', 'GetDomainDetailResponse$RegistrantPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

', 'GetDomainDetailResponse$TechPrivacy' => '

Specifies whether contact information is concealed from WHOIS queries. If the value is true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If the value is false, WHOIS queries return the information that you entered for the technical contact.

', 'GetDomainSuggestionsRequest$OnlyAvailable' => '

If OnlyAvailable is true, Route 53 returns only domain names that are available. If OnlyAvailable is false, Route 53 returns domain names without checking whether they\'re available to be registered. To determine whether the domain is available, you can call checkDomainAvailability for each suggestion.

', 'RegisterDomainRequest$AutoRenew' => '

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.

Default: true

', 'RegisterDomainRequest$PrivacyProtectAdminContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'RegisterDomainRequest$PrivacyProtectRegistrantContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (the domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'RegisterDomainRequest$PrivacyProtectTechContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'ResendContactReachabilityEmailResponse$isAlreadyVerified' => '

True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don\'t send another confirmation email.

', 'TransferDomainRequest$AutoRenew' => '

Indicates whether the domain will be automatically renewed (true) or not (false). Auto renewal only takes effect after the account is charged.

Default: true

', 'TransferDomainRequest$PrivacyProtectAdminContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information for the registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner.".

While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.

Default: true

', 'TransferDomainRequest$PrivacyProtectRegistrantContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'TransferDomainRequest$PrivacyProtectTechContact' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

Default: true

', 'UpdateDomainContactPrivacyRequest$AdminPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the admin contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', 'UpdateDomainContactPrivacyRequest$RegistrantPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the registrant contact (domain owner).

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', 'UpdateDomainContactPrivacyRequest$TechPrivacy' => '

Whether you want to conceal contact information from WHOIS queries. If you specify true, WHOIS ("who is") queries return contact information either for Amazon Registrar (for .com, .net, and .org domains) or for our registrar associate, Gandi (for all other TLDs). If you specify false, WHOIS queries return the information that you entered for the technical contact.

You must specify the same privacy setting for the administrative, registrant, and technical contacts.

', ], ], 'CancelDomainTransferToAnotherAwsAccountRequest' => [ 'base' => '

The CancelDomainTransferToAnotherAwsAccount request includes the following element.

', 'refs' => [], ], 'CancelDomainTransferToAnotherAwsAccountResponse' => [ 'base' => '

The CancelDomainTransferToAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'CheckDomainAvailabilityRequest' => [ 'base' => '

The CheckDomainAvailability request contains the following elements.

', 'refs' => [], ], 'CheckDomainAvailabilityResponse' => [ 'base' => '

The CheckDomainAvailability response includes the following elements.

', 'refs' => [], ], 'CheckDomainTransferabilityRequest' => [ 'base' => '

The CheckDomainTransferability request contains the following elements.

', 'refs' => [], ], 'CheckDomainTransferabilityResponse' => [ 'base' => '

The CheckDomainTransferability response includes the following elements.

', 'refs' => [], ], 'City' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$City' => '

The city of the contact\'s address.

', ], ], 'Consent' => [ 'base' => '

Customer\'s consent for the owner change request.

', 'refs' => [ 'UpdateDomainContactRequest$Consent' => '

Customer\'s consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).

', ], ], 'ContactDetail' => [ 'base' => '

ContactDetail includes the following elements.

', 'refs' => [ 'GetDomainDetailResponse$AdminContact' => '

Provides details about the domain administrative contact.

', 'GetDomainDetailResponse$RegistrantContact' => '

Provides details about the domain registrant.

', 'GetDomainDetailResponse$TechContact' => '

Provides details about the domain technical contact.

', 'RegisterDomainRequest$AdminContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'RegisterDomainRequest$RegistrantContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'RegisterDomainRequest$TechContact' => '

Provides detailed contact information. For information about the values that you specify for each element, see ContactDetail.

', 'TransferDomainRequest$AdminContact' => '

Provides detailed contact information.

', 'TransferDomainRequest$RegistrantContact' => '

Provides detailed contact information.

', 'TransferDomainRequest$TechContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$AdminContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$RegistrantContact' => '

Provides detailed contact information.

', 'UpdateDomainContactRequest$TechContact' => '

Provides detailed contact information.

', ], ], 'ContactName' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$FirstName' => '

First name of contact.

', 'ContactDetail$LastName' => '

Last name of contact.

', 'ContactDetail$OrganizationName' => '

Name of the organization for contact types other than PERSON.

', ], ], 'ContactNumber' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$PhoneNumber' => '

The phone number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code>]". For example, a US phone number might appear as "+1.1234567890".

', 'ContactDetail$Fax' => '

Fax number of the contact.

Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as "+1.1234567890".

', 'GetDomainDetailResponse$AbuseContactPhone' => '

Phone number for reporting abuse.

', ], ], 'ContactType' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ContactType' => '

Indicates whether the contact is a person, company, association, or public organization. Note the following:

', ], ], 'CountryCode' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$CountryCode' => '

Code for the country of the contact\'s address.

', ], ], 'Currency' => [ 'base' => NULL, 'refs' => [ 'Consent$Currency' => '

Currency for the MaxPrice.

', 'PriceWithCurrency$Currency' => '

The currency specifier.

', ], ], 'CurrentExpiryYear' => [ 'base' => NULL, 'refs' => [ 'RenewDomainRequest$CurrentExpiryYear' => '

The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain.

', ], ], 'DNSSec' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$DnsSec' => '

Deprecated.

', ], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsForDomainRequest' => [ 'base' => '

The DeleteTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'DeleteTagsForDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainAutoRenewRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainAutoRenewResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisableDomainTransferLockRequest' => [ 'base' => '

The DisableDomainTransferLock request includes the following element.

', 'refs' => [], ], 'DisableDomainTransferLockResponse' => [ 'base' => '

The DisableDomainTransferLock response includes the following element.

', 'refs' => [], ], 'DisassociateDelegationSignerFromDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateDelegationSignerFromDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DnssecKey' => [ 'base' => '

Information about the DNSSEC key.

You get this from your DNS provider and then give it to Route 53 (by using AssociateDelegationSignerToDomain) to pass it to the registry to establish the chain of trust.

', 'refs' => [ 'DnssecKeyList$member' => NULL, ], ], 'DnssecKeyList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$DnssecKeys' => '

A complex type that contains information about the DNSSEC configuration.

', ], ], 'DnssecLimitExceeded' => [ 'base' => '

This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can\'t add any additional DS records unless you delete an existing one first.

', 'refs' => [], ], 'DnssecPublicKey' => [ 'base' => NULL, 'refs' => [ 'DnssecKey$PublicKey' => '

The base64-encoded public key part of the key pair that is passed to the registry .

', 'DnssecSigningAttributes$PublicKey' => '

The base64-encoded public key part of the key pair that is passed to the registry.

', ], ], 'DnssecSigningAttributes' => [ 'base' => '

Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain.

', 'refs' => [ 'AssociateDelegationSignerToDomainRequest$SigningAttributes' => '

The information about a key, including the algorithm, public key-value, and flags.

', ], ], 'DomainAuthCode' => [ 'base' => NULL, 'refs' => [ 'CheckDomainTransferabilityRequest$AuthCode' => '

If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.

', 'RetrieveDomainAuthCodeResponse$AuthCode' => '

The authorization code for the domain.

', 'TransferDomainRequest$AuthCode' => '

The authorization code for the domain. You get this value from the current registrar.

', ], ], 'DomainAvailability' => [ 'base' => NULL, 'refs' => [ 'CheckDomainAvailabilityResponse$Availability' => '

Whether the domain name is available for registering.

You can register only domains designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn\'t reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn\'t return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

', ], ], 'DomainLimitExceeded' => [ 'base' => '

The number of domains has exceeded the allowed threshold for the account.

', 'refs' => [], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest$DomainName' => '

The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.

', 'AssociateDelegationSignerToDomainRequest$DomainName' => '

The name of the domain.

', 'BillingRecord$DomainName' => '

The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

', 'CancelDomainTransferToAnotherAwsAccountRequest$DomainName' => '

The name of the domain for which you want to cancel the transfer to another Amazon Web Services account.

', 'CheckDomainAvailabilityRequest$DomainName' => '

The name of the domain that you want to get availability for. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.

', 'CheckDomainTransferabilityRequest$DomainName' => '

The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

', 'DeleteDomainRequest$DomainName' => '

Name of the domain to be deleted.

', 'DeleteTagsForDomainRequest$DomainName' => '

The domain for which you want to delete one or more tags.

', 'DisableDomainAutoRenewRequest$DomainName' => '

The name of the domain that you want to disable automatic renewal for.

', 'DisableDomainTransferLockRequest$DomainName' => '

The name of the domain that you want to remove the transfer lock for.

', 'DisassociateDelegationSignerFromDomainRequest$DomainName' => '

Name of the domain.

', 'DomainSuggestion$DomainName' => '

A suggested domain name.

', 'DomainSummary$DomainName' => '

The name of the domain that the summary information applies to.

', 'EnableDomainAutoRenewRequest$DomainName' => '

The name of the domain that you want to enable automatic renewal for.

', 'EnableDomainTransferLockRequest$DomainName' => '

The name of the domain that you want to set the transfer lock for.

', 'GetContactReachabilityStatusRequest$domainName' => '

The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

', 'GetContactReachabilityStatusResponse$domainName' => '

The domain name for which you requested the reachability status.

', 'GetDomainDetailRequest$DomainName' => '

The name of the domain that you want to get detailed information about.

', 'GetDomainDetailResponse$DomainName' => '

The name of a domain.

', 'GetDomainSuggestionsRequest$DomainName' => '

A domain name that you want to use as the basis for a list of possible domain names. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53.

', 'GetOperationDetailResponse$DomainName' => '

The name of a domain.

', 'ListTagsForDomainRequest$DomainName' => '

The domain for which you want to get a list of tags.

', 'OperationSummary$DomainName' => '

Name of the domain.

', 'PushDomainRequest$DomainName' => '

Name of the domain.

', 'RegisterDomainRequest$DomainName' => '

The domain name that you want to register. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

Internationalized domain names are not supported for some top-level domains. To determine whether the TLD that you want to use supports internationalized domain names, see Domains that You Can Register with Amazon Route 53. For more information, see Formatting Internationalized Domain Names.

', 'RejectDomainTransferFromAnotherAwsAccountRequest$DomainName' => '

The name of the domain that was specified when another Amazon Web Services account submitted a TransferDomainToAnotherAwsAccount request.

', 'RenewDomainRequest$DomainName' => '

The name of the domain that you want to renew.

', 'ResendContactReachabilityEmailRequest$domainName' => '

The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

', 'ResendContactReachabilityEmailResponse$domainName' => '

The domain name for which you requested a confirmation email.

', 'RetrieveDomainAuthCodeRequest$DomainName' => '

The name of the domain that you want to get an authorization code for.

', 'TransferDomainRequest$DomainName' => '

The name of the domain that you want to transfer to Route 53. The top-level domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

The domain name can contain only the following characters:

', 'TransferDomainToAnotherAwsAccountRequest$DomainName' => '

The name of the domain that you want to transfer from the current Amazon Web Services account to another account.

', 'UpdateDomainContactPrivacyRequest$DomainName' => '

The name of the domain that you want to update the privacy setting for.

', 'UpdateDomainContactRequest$DomainName' => '

The name of the domain that you want to update contact information for.

', 'UpdateDomainNameserversRequest$DomainName' => '

The name of the domain that you want to change name servers for.

', 'UpdateTagsForDomainRequest$DomainName' => '

The domain for which you want to add or update tags.

', ], ], 'DomainPrice' => [ 'base' => '

Information about the domain price associated with a TLD.

', 'refs' => [ 'DomainPriceList$member' => NULL, ], ], 'DomainPriceList' => [ 'base' => NULL, 'refs' => [ 'ListPricesResponse$Prices' => '

A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.

', ], ], 'DomainPriceName' => [ 'base' => NULL, 'refs' => [ 'DomainPrice$Name' => '

The name of the TLD for which the prices apply.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DomainStatusList$member' => NULL, ], ], 'DomainStatusList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$StatusList' => '

An array of domain name status codes, also known as Extensible Provisioning Protocol (EPP) status codes.

ICANN, the organization that maintains a central database of domain names, has developed a set of domain name status codes that tell you the status of a variety of operations on a domain name, for example, registering a domain name, transferring a domain name to another registrar, renewing the registration for a domain name, and so on. All registrars use this same set of status codes.

For a current list of domain name status codes and an explanation of what each code means, go to the ICANN website and search for epp status codes. (Search on the ICANN website; web searches sometimes return an old version of the document.)

', ], ], 'DomainSuggestion' => [ 'base' => '

Information about one suggested domain name.

', 'refs' => [ 'DomainSuggestionsList$member' => NULL, ], ], 'DomainSuggestionsList' => [ 'base' => NULL, 'refs' => [ 'GetDomainSuggestionsResponse$SuggestionsList' => '

A list of possible domain names. If you specified true for OnlyAvailable in the request, the list contains only domains that are available for registration.

', ], ], 'DomainSummary' => [ 'base' => '

Summary information about one domain.

', 'refs' => [ 'DomainSummaryList$member' => NULL, ], ], 'DomainSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$Domains' => '

A list of domains.

', ], ], 'DomainTransferability' => [ 'base' => '

A complex type that contains information about whether the specified domain can be transferred to Route 53.

', 'refs' => [ 'CheckDomainTransferabilityResponse$Transferability' => '

A complex type that contains information about whether the specified domain can be transferred to Route 53.

', ], ], 'DuplicateRequest' => [ 'base' => '

The request is already in progress for the domain.

', 'refs' => [], ], 'DurationInYears' => [ 'base' => NULL, 'refs' => [ 'RegisterDomainRequest$DurationInYears' => '

The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

Default: 1

', 'RenewDomainRequest$DurationInYears' => '

The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide.

Default: 1

', 'TransferDomainRequest$DurationInYears' => '

The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.

Default: 1

', ], ], 'Email' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$Email' => '

Email address of the contact.

', 'GetDomainDetailResponse$AbuseContactEmail' => '

Email address to contact to report incorrect contact information for a domain, to report that the domain is being used to send spam, to report that someone is cybersquatting on a domain name, or report some other type of abuse.

', 'ResendContactReachabilityEmailResponse$emailAddress' => '

The email address for the registrant contact at the time that we sent the verification email.

', ], ], 'EnableDomainAutoRenewRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableDomainAutoRenewResponse' => [ 'base' => NULL, 'refs' => [], ], 'EnableDomainTransferLockRequest' => [ 'base' => '

A request to set the transfer lock for the specified domain.

', 'refs' => [], ], 'EnableDomainTransferLockResponse' => [ 'base' => '

The EnableDomainTransferLock response includes the following elements.

', 'refs' => [], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'DnssecLimitExceeded$message' => NULL, 'DomainLimitExceeded$message' => '

The number of domains has exceeded the allowed threshold for the account.

', 'DuplicateRequest$message' => '

The request is already in progress for the domain.

', 'GetOperationDetailResponse$Message' => '

Detailed information on the status including possible errors.

', 'InvalidInput$message' => '

The requested item is not acceptable. For example, for an OperationId it might refer to the ID of an operation that is already completed. For a domain name, it might not be a valid domain name or belong to the requester account.

', 'OperationLimitExceeded$message' => '

The number of operations or jobs running exceeded the allowed threshold for the account.

', 'OperationSummary$Message' => '

Message about the operation.

', 'TLDRulesViolation$message' => '

The top-level domain does not support this operation.

', 'UnsupportedTLD$message' => '

Amazon Route 53 does not support this top-level domain (TLD).

', ], ], 'ExtraParam' => [ 'base' => '

ExtraParam includes the following elements.

', 'refs' => [ 'ExtraParamList$member' => NULL, ], ], 'ExtraParamList' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ExtraParams' => '

A list of name-value pairs for parameters required by certain top-level domains.

', ], ], 'ExtraParamName' => [ 'base' => NULL, 'refs' => [ 'ExtraParam$Name' => '

The name of an additional parameter that is required by a top-level domain. Here are the top-level domains that require additional parameters and the names of the parameters that they require:

.com.au and .net.au
  • AU_ID_NUMBER

  • AU_ID_TYPE

    Valid values include the following:

    • ABN (Australian business number)

    • ACN (Australian company number)

    • TM (Trademark number)

.ca
  • BRAND_NUMBER

  • CA_BUSINESS_ENTITY_TYPE

    Valid values include the following:

    • BANK (Bank)

    • COMMERCIAL_COMPANY (Commercial company)

    • COMPANY (Company)

    • COOPERATION (Cooperation)

    • COOPERATIVE (Cooperative)

    • COOPRIX (Cooprix)

    • CORP (Corporation)

    • CREDIT_UNION (Credit union)

    • FOMIA (Federation of mutual insurance associations)

    • INC (Incorporated)

    • LTD (Limited)

    • LTEE (Limitée)

    • LLC (Limited liability corporation)

    • LLP (Limited liability partnership)

    • LTE (Lte.)

    • MBA (Mutual benefit association)

    • MIC (Mutual insurance company)

    • NFP (Not-for-profit corporation)

    • SA (S.A.)

    • SAVINGS_COMPANY (Savings company)

    • SAVINGS_UNION (Savings union)

    • SARL (Société à responsabilité limitée)

    • TRUST (Trust)

    • ULC (Unlimited liability corporation)

  • CA_LEGAL_TYPE

    When ContactType is PERSON, valid values include the following:

    • ABO (Aboriginal Peoples indigenous to Canada)

    • CCT (Canadian citizen)

    • LGR (Legal Representative of a Canadian Citizen or Permanent Resident)

    • RES (Permanent resident of Canada)

    When ContactType is a value other than PERSON, valid values include the following:

    • ASS (Canadian unincorporated association)

    • CCO (Canadian corporation)

    • EDU (Canadian educational institution)

    • GOV (Government or government entity in Canada)

    • HOP (Canadian Hospital)

    • INB (Indian Band recognized by the Indian Act of Canada)

    • LAM (Canadian Library, Archive, or Museum)

    • MAJ (Her/His Majesty the Queen/King)

    • OMK (Official mark registered in Canada)

    • PLT (Canadian Political Party)

    • PRT (Partnership Registered in Canada)

    • TDM (Trademark registered in Canada)

    • TRD (Canadian Trade Union)

    • TRS (Trust established in Canada)

.es
  • ES_IDENTIFICATION

    The value of ES_IDENTIFICATION depends on the following values:

    • The value of ES_LEGAL_FORM

    • The value of ES_IDENTIFICATION_TYPE

    If ES_LEGAL_FORM is any value other than INDIVIDUAL:

    • Specify 1 letter + 8 numbers (CIF [Certificado de Identificación Fiscal])

    • Example: B12345678

    If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION depends on the value of ES_IDENTIFICATION_TYPE:

    • If ES_IDENTIFICATION_TYPE is DNI_AND_NIF (for Spanish contacts):

      • Specify 8 numbers + 1 letter (DNI [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal])

      • Example: 12345678M

    • If ES_IDENTIFICATION_TYPE is NIE (for foreigners with legal residence):

      • Specify 1 letter + 7 numbers + 1 letter ( NIE [Número de Identidad de Extranjero])

      • Example: Y1234567X

    • If ES_IDENTIFICATION_TYPE is OTHER (for contacts outside of Spain):

      • Specify a passport number, drivers license number, or national identity card number

  • ES_IDENTIFICATION_TYPE

    Valid values include the following:

    • DNI_AND_NIF (For Spanish contacts)

    • NIE (For foreigners with legal residence)

    • OTHER (For contacts outside of Spain)

  • ES_LEGAL_FORM

    Valid values include the following:

    • ASSOCIATION

    • CENTRAL_GOVERNMENT_BODY

    • CIVIL_SOCIETY

    • COMMUNITY_OF_OWNERS

    • COMMUNITY_PROPERTY

    • CONSULATE

    • COOPERATIVE

    • DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL

    • ECONOMIC_INTEREST_GROUP

    • EMBASSY

    • ENTITY_MANAGING_NATURAL_AREAS

    • FARM_PARTNERSHIP

    • FOUNDATION

    • GENERAL_AND_LIMITED_PARTNERSHIP

    • GENERAL_PARTNERSHIP

    • INDIVIDUAL

    • LIMITED_COMPANY

    • LOCAL_AUTHORITY

    • LOCAL_PUBLIC_ENTITY

    • MUTUAL_INSURANCE_COMPANY

    • NATIONAL_PUBLIC_ENTITY

    • ORDER_OR_RELIGIOUS_INSTITUTION

    • OTHERS (Only for contacts outside of Spain)

    • POLITICAL_PARTY

    • PROFESSIONAL_ASSOCIATION

    • PUBLIC_LAW_ASSOCIATION

    • PUBLIC_LIMITED_COMPANY

    • REGIONAL_GOVERNMENT_BODY

    • REGIONAL_PUBLIC_ENTITY

    • SAVINGS_BANK

    • SPANISH_OFFICE

    • SPORTS_ASSOCIATION

    • SPORTS_FEDERATION

    • SPORTS_LIMITED_COMPANY

    • TEMPORARY_ALLIANCE_OF_ENTERPRISES

    • TRADE_UNION

    • WORKER_OWNED_COMPANY

    • WORKER_OWNED_LIMITED_COMPANY

.eu
  • EU_COUNTRY_OF_CITIZENSHIP

.fi
  • BIRTH_DATE_IN_YYYY_MM_DD

  • FI_BUSINESS_NUMBER

  • FI_ID_NUMBER

  • FI_NATIONALITY

    Valid values include the following:

    • FINNISH

    • NOT_FINNISH

  • FI_ORGANIZATION_TYPE

    Valid values include the following:

    • COMPANY

    • CORPORATION

    • GOVERNMENT

    • INSTITUTION

    • POLITICAL_PARTY

    • PUBLIC_COMMUNITY

    • TOWNSHIP

.it
  • IT_NATIONALITY

  • IT_PIN

  • IT_REGISTRANT_ENTITY_TYPE

    Valid values include the following:

    • FOREIGNERS

    • FREELANCE_WORKERS (Freelance workers and professionals)

    • ITALIAN_COMPANIES (Italian companies and one-person companies)

    • NON_PROFIT_ORGANIZATIONS

    • OTHER_SUBJECTS

    • PUBLIC_ORGANIZATIONS

.ru
  • BIRTH_DATE_IN_YYYY_MM_DD

  • RU_PASSPORT_DATA

.se
  • BIRTH_COUNTRY

  • SE_ID_NUMBER

.sg
  • SG_ID_NUMBER

.uk, .co.uk, .me.uk, and .org.uk
  • UK_CONTACT_TYPE

    Valid values include the following:

    • CRC (UK Corporation by Royal Charter)

    • FCORP (Non-UK Corporation)

    • FIND (Non-UK Individual, representing self)

    • FOTHER (Non-UK Entity that does not fit into any other category)

    • GOV (UK Government Body)

    • IND (UK Individual (representing self))

    • IP (UK Industrial/Provident Registered Company)

    • LLP (UK Limited Liability Partnership)

    • LTD (UK Limited Company)

    • OTHER (UK Entity that does not fit into any other category)

    • PLC (UK Public Limited Company)

    • PTNR (UK Partnership)

    • RCHAR (UK Registered Charity)

    • SCH (UK School)

    • STAT (UK Statutory Body)

    • STRA (UK Sole Trader)

  • UK_COMPANY_NUMBER

In addition, many TLDs require a VAT_NUMBER.

', ], ], 'ExtraParamValue' => [ 'base' => NULL, 'refs' => [ 'ExtraParam$Value' => '

The value that corresponds with the name of an extra parameter.

', ], ], 'FIAuthKey' => [ 'base' => NULL, 'refs' => [ 'UpdateDomainNameserversRequest$FIAuthKey' => '

The authorization key for .fi domains

', ], ], 'FilterCondition' => [ 'base' => '

Information for the filtering of a list of domains returned by ListDomains.

', 'refs' => [ 'FilterConditions$member' => NULL, ], ], 'FilterConditions' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$FilterConditions' => '

A complex type that contains information about the filters applied during the ListDomains request. The filter conditions can include domain name and domain expiration.

', ], ], 'GetContactReachabilityStatusRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetContactReachabilityStatusResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainDetailRequest' => [ 'base' => '

The GetDomainDetail request includes the following element.

', 'refs' => [], ], 'GetDomainDetailResponse' => [ 'base' => '

The GetDomainDetail response includes the following elements.

', 'refs' => [], ], 'GetDomainSuggestionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainSuggestionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetOperationDetailRequest' => [ 'base' => '

The GetOperationDetail request includes the following element.

', 'refs' => [], ], 'GetOperationDetailResponse' => [ 'base' => '

The GetOperationDetail response includes the following elements.

', 'refs' => [], ], 'GlueIp' => [ 'base' => NULL, 'refs' => [ 'GlueIpList$member' => NULL, ], ], 'GlueIpList' => [ 'base' => NULL, 'refs' => [ 'Nameserver$GlueIps' => '

Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.

Constraints: The list can contain only one IPv4 and one IPv6 address.

', ], ], 'HostName' => [ 'base' => NULL, 'refs' => [ 'Nameserver$Name' => '

The fully qualified host name of the name server.

Constraint: Maximum 255 characters

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'GetDomainSuggestionsRequest$SuggestionCount' => '

The number of suggested domain names that you want Route 53 to return. Specify a value between 1 and 50.

', ], ], 'InvalidInput' => [ 'base' => '

The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn\'t belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.

', 'refs' => [], ], 'InvoiceId' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$InvoiceId' => '

The ID of the invoice that is associated with the billing record.

', ], ], 'Label' => [ 'base' => NULL, 'refs' => [ 'PushDomainRequest$Target' => '

New IPS tag for the domain.

', ], ], 'LangCode' => [ 'base' => NULL, 'refs' => [ 'CheckDomainAvailabilityRequest$IdnLangCode' => '

Reserved for future use.

', 'RegisterDomainRequest$IdnLangCode' => '

Reserved for future use.

', 'TransferDomainRequest$IdnLangCode' => '

Reserved for future use.

', ], ], 'ListDomainsAttributeName' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Name' => '

Name of the field which should be used for filtering the list of domains.

', 'SortCondition$Name' => '

Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

', ], ], 'ListDomainsRequest' => [ 'base' => '

The ListDomains request includes the following elements.

', 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => '

The ListDomains response includes the following elements.

', 'refs' => [], ], 'ListOperationsRequest' => [ 'base' => '

The ListOperations request includes the following elements.

', 'refs' => [], ], 'ListOperationsResponse' => [ 'base' => '

The ListOperations response includes the following elements.

', 'refs' => [], ], 'ListOperationsSortAttributeName' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$SortBy' => '

The sort type for returned values.

', ], ], 'ListPricesPageMaxItems' => [ 'base' => NULL, 'refs' => [ 'ListPricesRequest$MaxItems' => '

Number of Prices to be returned.

Used only for all TLDs. If you specify a TLD, don\'t specify a MaxItems.

', ], ], 'ListPricesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPricesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForDomainRequest' => [ 'base' => '

The ListTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'ListTagsForDomainResponse' => [ 'base' => '

The ListTagsForDomain response includes the following elements.

', 'refs' => [], ], 'Message' => [ 'base' => NULL, 'refs' => [ 'CheckDomainTransferabilityResponse$Message' => '

Provides an explanation for when a domain can\'t be transferred.

', ], ], 'Nameserver' => [ 'base' => '

Name server includes the following elements.

', 'refs' => [ 'NameserverList$member' => NULL, ], ], 'NameserverList' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$Nameservers' => '

The name servers of the domain.

', 'TransferDomainRequest$Nameservers' => '

Contains details for the host and glue IP addresses.

', 'UpdateDomainNameserversRequest$Nameservers' => '

A list of new name servers for the domain.

', ], ], 'NullableInteger' => [ 'base' => NULL, 'refs' => [ 'DnssecKey$Algorithm' => '

The number of the public key’s cryptographic algorithm according to an IANA assignment.

If Route 53 is your DNS service, set this to 13.

For more information about enabling DNSSEC signing, see Enabling DNSSEC signing and establishing a chain of trust.

', 'DnssecKey$Flags' => '

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn\'t Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

', 'DnssecKey$DigestType' => '

The number of the DS digest algorithm according to an IANA assignment.

For more information, see IANA for DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms.

', 'DnssecKey$KeyTag' => '

A numeric identification of the DNSKEY record referred to by this DS record.

', 'DnssecSigningAttributes$Algorithm' => '

Algorithm which was used to generate the digest from the public key.

', 'DnssecSigningAttributes$Flags' => '

Defines the type of key. It can be either a KSK (key-signing-key, value 257) or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only use ZSK if your DNS provider isn\'t Route 53 and you don’t have KSK available.

If you have KSK and ZSK keys, always use KSK to create a delegations signer (DS) record. If you have ZSK keys only – use ZSK to create a DS record.

', ], ], 'OperationId' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'AssociateDelegationSignerToDomainResponse$OperationId' => '

The identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'CancelDomainTransferToAnotherAwsAccountResponse$OperationId' => '

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was canceled, the value is no longer valid, and you can\'t use GetOperationDetail to query the operation status.

', 'DeleteDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'DisableDomainTransferLockResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'DisassociateDelegationSignerFromDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'EnableDomainTransferLockResponse$OperationId' => '

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

', 'GetOperationDetailRequest$OperationId' => '

The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.

', 'GetOperationDetailResponse$OperationId' => '

The identifier for the operation.

', 'OperationSummary$OperationId' => '

Identifier returned to track the requested action.

', 'RegisterDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'RejectDomainTransferFromAnotherAwsAccountResponse$OperationId' => '

The identifier that TransferDomainToAnotherAwsAccount returned to track the progress of the request. Because the transfer request was rejected, the value is no longer valid, and you can\'t use GetOperationDetail to query the operation status.

', 'RenewDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'ResendOperationAuthorizationRequest$OperationId' => '

Operation ID.

', 'TransferDomainResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'TransferDomainToAnotherAwsAccountResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'UpdateDomainContactPrivacyResponse$OperationId' => '

Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.

', 'UpdateDomainContactResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', 'UpdateDomainNameserversResponse$OperationId' => '

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

', ], ], 'OperationLimitExceeded' => [ 'base' => '

The number of operations or jobs running exceeded the allowed threshold for the account.

', 'refs' => [], ], 'OperationStatus' => [ 'base' => NULL, 'refs' => [ 'GetOperationDetailResponse$Status' => '

The current status of the requested operation in the system.

', 'OperationStatusList$member' => NULL, 'OperationSummary$Status' => '

The current status of the requested operation in the system.

', ], ], 'OperationStatusList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$Status' => '

The status of the operations.

', ], ], 'OperationSummary' => [ 'base' => '

OperationSummary includes the following elements.

', 'refs' => [ 'OperationSummaryList$member' => NULL, ], ], 'OperationSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsResponse$Operations' => '

Lists summaries of the operations.

', ], ], 'OperationType' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$Operation' => '

The operation that you were charged for.

', 'GetOperationDetailResponse$Type' => '

The type of operation that was requested.

', 'OperationSummary$Type' => '

Type of the action requested.

', 'OperationTypeList$member' => NULL, ], ], 'OperationTypeList' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$Type' => '

An arrays of the domains operation types.

', ], ], 'Operator' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Operator' => '

The operator values for filtering domain names. The values can be:

', ], ], 'PageMarker' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$Marker' => '

For an initial request for a list of domains, omit this element. If the number of domains that are associated with the current Amazon Web Services account is greater than the value that you specified for MaxItems, you can use Marker to return additional domains. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value specified in the previous request.

', 'ListDomainsResponse$NextPageMarker' => '

If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', 'ListOperationsRequest$Marker' => '

For an initial request for a list of operations, omit this element. If the number of operations that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional operations. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

', 'ListOperationsResponse$NextPageMarker' => '

If there are more operations than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', 'ListPricesRequest$Marker' => '

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Used only for all TLDs. If you specify a TLD, don\'t specify a Marker.

', 'ListPricesResponse$NextPageMarker' => '

If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Used only for all TLDs. If you specify a TLD, don\'t specify a NextPageMarker.

', 'ViewBillingRequest$Marker' => '

For an initial request for a list of billing records, omit this element. If the number of billing records that are associated with the current Amazon Web Services account during the specified period is greater than the value that you specified for MaxItems, you can use Marker to return additional billing records. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

Constraints: The marker must match the value of NextPageMarker that was returned in the previous response.

', 'ViewBillingResponse$NextPageMarker' => '

If there are more billing records than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

', ], ], 'PageMaxItems' => [ 'base' => NULL, 'refs' => [ 'ListDomainsRequest$MaxItems' => '

Number of domains to be returned.

Default: 20

', 'ListOperationsRequest$MaxItems' => '

Number of domains to be returned.

Default: 20

', 'ViewBillingRequest$MaxItems' => '

The number of billing records to be returned.

Default: 20

', ], ], 'Password' => [ 'base' => NULL, 'refs' => [ 'AcceptDomainTransferFromAnotherAwsAccountRequest$Password' => '

The password that was returned by the TransferDomainToAnotherAwsAccount request.

', 'TransferDomainToAnotherAwsAccountResponse$Password' => '

To finish transferring a domain to another Amazon Web Services account, the account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount request. The request must include the value of the Password element that was returned in the TransferDomainToAnotherAwsAccount response.

', ], ], 'Price' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$Price' => '

The price that you were charged for the operation, in US dollars.

Example value: 12.0

', 'Consent$MaxPrice' => '

Maximum amount the customer agreed to accept.

', 'PriceWithCurrency$Price' => '

The price of a domain, in a specific currency.

', ], ], 'PriceWithCurrency' => [ 'base' => '

Currency-specific price information.

', 'refs' => [ 'DomainPrice$RegistrationPrice' => '

The price for domain registration with Route 53.

', 'DomainPrice$TransferPrice' => '

The price for transferring the domain registration to Route 53.

', 'DomainPrice$RenewalPrice' => '

The price for renewing domain registration with Route 53.

', 'DomainPrice$ChangeOwnershipPrice' => '

The price for changing domain ownership.

', 'DomainPrice$RestorationPrice' => '

The price for restoring the domain with Route 53.

', ], ], 'PushDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'ReachabilityStatus' => [ 'base' => NULL, 'refs' => [ 'GetContactReachabilityStatusResponse$status' => '

Whether the registrant contact has responded. Values include the following:

PENDING

We sent the confirmation email and haven\'t received a response yet.

DONE

We sent the email and got confirmation from the registrant contact.

EXPIRED

The time limit expired before the registrant contact responded.

', ], ], 'RegisterDomainRequest' => [ 'base' => '

The RegisterDomain request includes the following elements.

', 'refs' => [], ], 'RegisterDomainResponse' => [ 'base' => '

The RegisterDomain response includes the following element.

', 'refs' => [], ], 'RegistrarName' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistrarName' => '

Name of the registrar of the domain as identified in the registry. Domains with a .com, .net, or .org TLD are registered by Amazon Registrar. All other domains are registered by our registrar associate, Gandi. The value for domains that are registered by Gandi is "GANDI SAS".

', ], ], 'RegistrarUrl' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistrarUrl' => '

Web address of the registrar.

', ], ], 'RegistrarWhoIsServer' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$WhoIsServer' => '

The fully qualified name of the WHOIS server that can answer the WHOIS query for the domain.

', ], ], 'RegistryDomainId' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$RegistryDomainId' => '

Reserved for future use.

', ], ], 'RejectDomainTransferFromAnotherAwsAccountRequest' => [ 'base' => '

The RejectDomainTransferFromAnotherAwsAccount request includes the following element.

', 'refs' => [], ], 'RejectDomainTransferFromAnotherAwsAccountResponse' => [ 'base' => '

The RejectDomainTransferFromAnotherAwsAccount response includes the following element.

', 'refs' => [], ], 'RenewDomainRequest' => [ 'base' => '

A RenewDomain request includes the number of years that you want to renew for and the current expiration year.

', 'refs' => [], ], 'RenewDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'RequestId' => [ 'base' => NULL, 'refs' => [ 'DuplicateRequest$requestId' => '

ID of the request operation.

', ], ], 'Reseller' => [ 'base' => NULL, 'refs' => [ 'GetDomainDetailResponse$Reseller' => '

Reseller of the domain. Domains registered or transferred using Route 53 domains will have "Amazon" as the reseller.

', ], ], 'ResendContactReachabilityEmailRequest' => [ 'base' => NULL, 'refs' => [], ], 'ResendContactReachabilityEmailResponse' => [ 'base' => NULL, 'refs' => [], ], 'ResendOperationAuthorizationRequest' => [ 'base' => NULL, 'refs' => [], ], 'RetrieveDomainAuthCodeRequest' => [ 'base' => '

A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.

', 'refs' => [], ], 'RetrieveDomainAuthCodeResponse' => [ 'base' => '

The RetrieveDomainAuthCode response includes the following element.

', 'refs' => [], ], 'SortCondition' => [ 'base' => '

Information for sorting a list of domains.

', 'refs' => [ 'ListDomainsRequest$SortCondition' => '

A complex type that contains information about the requested ordering of domains in the returned list.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListOperationsRequest$SortOrder' => '

The sort order ofr returned values, either ascending or descending.

', 'SortCondition$SortOrder' => '

The sort order for a list of domains. Either ascending (ASC) or descending (DES).

', ], ], 'State' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$State' => '

The state or province of the contact\'s city.

', ], ], 'StatusFlag' => [ 'base' => NULL, 'refs' => [ 'GetOperationDetailResponse$StatusFlag' => '

Lists any outstanding operations that require customer action. Valid values are:

', 'OperationSummary$StatusFlag' => '

Automatically checks whether there are no outstanding operations on domains that need customer attention.

Valid values are:

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'DisassociateDelegationSignerFromDomainRequest$Id' => '

An internal identification number assigned to each DS record after it’s created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail.

', 'DnssecKey$Digest' => '

The delegation signer digest.

Digest is calculated from the public key provided using specified digest algorithm and this digest is the actual value returned from the registry nameservers as the value of DS records.

', 'DnssecKey$Id' => '

An ID assigned to each DS record created by AssociateDelegationSignerToDomain.

', 'DomainSuggestion$Availability' => '

Whether the domain name is available for registering.

You can register only the domains that are designated as AVAILABLE.

Valid values:

AVAILABLE

The domain name is available.

AVAILABLE_RESERVED

The domain name is reserved under specific conditions.

AVAILABLE_PREORDER

The domain name is available and can be preordered.

DONT_KNOW

The TLD registry didn\'t reply with a definitive answer about whether the domain name is available. Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.

PENDING

The TLD registry didn\'t return a response in the expected amount of time. When the response is delayed, it usually takes just a few extra seconds. You can resubmit the request immediately.

RESERVED

The domain name has been reserved for another person or organization.

UNAVAILABLE

The domain name is not available.

UNAVAILABLE_PREMIUM

The domain name is not available.

UNAVAILABLE_RESTRICTED

The domain name is forbidden.

', ], ], 'TLDRulesViolation' => [ 'base' => '

The top-level domain does not support this operation.

', 'refs' => [], ], 'Tag' => [ 'base' => '

Each tag includes the following elements.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The key (name) of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\\-@"

Constraints: Each key can be 1-128 characters long.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'DeleteTagsForDomainRequest$TagsToDelete' => '

A list of tag keys to delete.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'ListTagsForDomainResponse$TagList' => '

A list of the tags that are associated with the specified domain.

', 'UpdateTagsForDomainRequest$TagsToUpdate' => '

A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The value of a tag.

Valid values: A-Z, a-z, 0-9, space, ".:/=+\\-@"

Constraints: Each value can be 0-256 characters long.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'BillingRecord$BillDate' => '

The date that the operation was billed, in Unix format.

', 'DomainSummary$Expiry' => '

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

', 'GetDomainDetailResponse$CreationDate' => '

The date when the domain was created as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetDomainDetailResponse$UpdatedDate' => '

The last updated date of the domain as found in the response to a WHOIS query. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetDomainDetailResponse$ExpirationDate' => '

The date when the registration for the domain is set to expire. The date and time is in Unix time format and Coordinated Universal time (UTC).

', 'GetOperationDetailResponse$SubmittedDate' => '

The date when the request was submitted.

', 'GetOperationDetailResponse$LastUpdatedDate' => '

The date when the operation was last updated.

', 'ListOperationsRequest$SubmittedSince' => '

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', 'OperationSummary$SubmittedDate' => '

The date when the request was submitted.

', 'OperationSummary$LastUpdatedDate' => '

The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).

', 'ViewBillingRequest$Start' => '

The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', 'ViewBillingRequest$End' => '

The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

', ], ], 'TldName' => [ 'base' => NULL, 'refs' => [ 'ListPricesRequest$Tld' => '

The TLD for which you want to receive the pricing information. For example. .net.

If a Tld value is not provided, a list of prices for all TLDs supported by Route 53 is returned.

', ], ], 'TransferDomainRequest' => [ 'base' => '

The TransferDomain request includes the following elements.

', 'refs' => [], ], 'TransferDomainResponse' => [ 'base' => '

The TransferDomain response includes the following element.

', 'refs' => [], ], 'TransferDomainToAnotherAwsAccountRequest' => [ 'base' => '

The TransferDomainToAnotherAwsAccount request includes the following elements.

', 'refs' => [], ], 'TransferDomainToAnotherAwsAccountResponse' => [ 'base' => '

The TransferDomainToAnotherAwsAccount response includes the following elements.

', 'refs' => [], ], 'Transferable' => [ 'base' => '

Whether the domain name can be transferred to Route 53.

You can transfer only domains that have a value of TRANSFERABLE or Transferable.

Valid values:

TRANSFERABLE

The domain name can be transferred to Route 53.

UNTRANSFERRABLE

The domain name can\'t be transferred to Route 53.

DONT_KNOW

Reserved for future use.

DOMAIN_IN_OWN_ACCOUNT

The domain already exists in the current Amazon Web Services account.

DOMAIN_IN_ANOTHER_ACCOUNT

The domain exists in another Amazon Web Services account.

PREMIUM_DOMAIN

Premium domain transfer is not supported.

', 'refs' => [ 'DomainTransferability$Transferable' => NULL, ], ], 'UnsupportedTLD' => [ 'base' => '

Amazon Route 53 does not support this top-level domain (TLD).

', 'refs' => [], ], 'UpdateDomainContactPrivacyRequest' => [ 'base' => '

The UpdateDomainContactPrivacy request includes the following elements.

', 'refs' => [], ], 'UpdateDomainContactPrivacyResponse' => [ 'base' => '

The UpdateDomainContactPrivacy response includes the following element.

', 'refs' => [], ], 'UpdateDomainContactRequest' => [ 'base' => '

The UpdateDomainContact request includes the following elements.

', 'refs' => [], ], 'UpdateDomainContactResponse' => [ 'base' => '

The UpdateDomainContact response includes the following element.

', 'refs' => [], ], 'UpdateDomainNameserversRequest' => [ 'base' => '

Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.

If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.

', 'refs' => [], ], 'UpdateDomainNameserversResponse' => [ 'base' => '

The UpdateDomainNameservers response includes the following element.

', 'refs' => [], ], 'UpdateTagsForDomainRequest' => [ 'base' => '

The UpdateTagsForDomainRequest includes the following elements.

', 'refs' => [], ], 'UpdateTagsForDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'Value' => [ 'base' => NULL, 'refs' => [ 'Values$member' => NULL, ], ], 'Values' => [ 'base' => NULL, 'refs' => [ 'FilterCondition$Values' => '

An array of strings presenting values to compare. Only 1 item in the list is currently supported.

', ], ], 'ViewBillingRequest' => [ 'base' => '

The ViewBilling request includes the following elements.

', 'refs' => [], ], 'ViewBillingResponse' => [ 'base' => '

The ViewBilling response includes the following elements.

', 'refs' => [], ], 'ZipCode' => [ 'base' => NULL, 'refs' => [ 'ContactDetail$ZipCode' => '

The zip or postal code of the contact\'s address.

', ], ], ],]; diff --git a/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json b/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json index 3ccf51cbf5..3f5f878331 100644 --- a/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json +++ b/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json @@ -58,52 +58,56 @@ "type": "error" }, { - "conditions": [], - "type": "tree", - "rules": [ + "conditions": [ { - "conditions": [ + "fn": "booleanEquals", + "argv": [ { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" + "ref": "UseDualStack" }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" + true + ] } - ] + ], + "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", + "type": "error" + }, + { + "conditions": [], + "endpoint": { + "url": { + "ref": "Endpoint" + }, + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, { - "conditions": [], + "conditions": [ + { + "fn": "isSet", + "argv": [ + { + "ref": "Region" + } + ] + } + ], "type": "tree", "rules": [ { "conditions": [ { - "fn": "isSet", + "fn": "aws.partition", "argv": [ { "ref": "Region" } - ] + ], + "assign": "PartitionResult" } ], "type": "tree", @@ -111,13 +115,22 @@ { "conditions": [ { - "fn": "aws.partition", + "fn": "booleanEquals", "argv": [ { - "ref": "Region" - } - ], - "assign": "PartitionResult" + "ref": "UseFIPS" + }, + true + ] + }, + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] } ], "type": "tree", @@ -127,224 +140,175 @@ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true + "fn": "getAttr", + "argv": [ + { + "ref": "PartitionResult" + }, + "supportsFIPS" + ] + } ] }, { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" + "endpoint": { + "url": "https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS and DualStack are enabled, but this partition does not support one or both", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseFIPS" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseFIPS" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ { - "conditions": [], - "endpoint": { - "url": "https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsFIPS" ] } ] - }, + } + ], + "type": "tree", + "rules": [ { "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" + "endpoint": { + "url": "https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] }, + { + "conditions": [], + "error": "FIPS is enabled but this partition does not support FIPS", + "type": "error" + } + ] + }, + { + "conditions": [ + { + "fn": "booleanEquals", + "argv": [ + { + "ref": "UseDualStack" + }, + true + ] + } + ], + "type": "tree", + "rules": [ { "conditions": [ { "fn": "booleanEquals", "argv": [ + true, { - "ref": "UseDualStack" - }, - true - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", + "fn": "getAttr", "argv": [ - true, { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "type": "tree", - "rules": [ - { - "conditions": [], - "type": "tree", - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } + "ref": "PartitionResult" + }, + "supportsDualStack" ] } ] - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" } - ] - }, - { - "conditions": [], + ], "type": "tree", "rules": [ { "conditions": [], "endpoint": { - "url": "https://route53domains.{Region}.{PartitionResult#dnsSuffix}", + "url": "https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}", "properties": {}, "headers": {} }, "type": "endpoint" } ] + }, + { + "conditions": [], + "error": "DualStack is enabled but this partition does not support DualStack", + "type": "error" } ] + }, + { + "conditions": [], + "endpoint": { + "url": "https://route53domains.{Region}.{PartitionResult#dnsSuffix}", + "properties": {}, + "headers": {} + }, + "type": "endpoint" } ] - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" } ] + }, + { + "conditions": [], + "error": "Invalid Configuration: Missing Region", + "type": "error" } ] } \ No newline at end of file diff --git a/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php b/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php index c09b8a1bcf..1fb0886cd6 100644 --- a/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php +++ b/src/data/route53domains/2014-05-15/endpoint-rule-set-1.json.php @@ -1,3 +1,3 @@ '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ], ], ],]; +return [ 'version' => '1.0', 'parameters' => [ 'Region' => [ 'builtIn' => 'AWS::Region', 'required' => false, 'documentation' => 'The AWS region used to dispatch the request.', 'type' => 'String', ], 'UseDualStack' => [ 'builtIn' => 'AWS::UseDualStack', 'required' => true, 'default' => false, 'documentation' => 'When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.', 'type' => 'Boolean', ], 'UseFIPS' => [ 'builtIn' => 'AWS::UseFIPS', 'required' => true, 'default' => false, 'documentation' => 'When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.', 'type' => 'Boolean', ], 'Endpoint' => [ 'builtIn' => 'SDK::Endpoint', 'required' => false, 'documentation' => 'Override the endpoint used to send this request', 'type' => 'String', ], ], 'rules' => [ [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Endpoint', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'error' => 'Invalid Configuration: FIPS and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'error' => 'Invalid Configuration: Dualstack and custom endpoint are not supported', 'type' => 'error', ], [ 'conditions' => [], 'endpoint' => [ 'url' => [ 'ref' => 'Endpoint', ], 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [ [ 'fn' => 'isSet', 'argv' => [ [ 'ref' => 'Region', ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'aws.partition', 'argv' => [ [ 'ref' => 'Region', ], ], 'assign' => 'PartitionResult', ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains-fips.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS and DualStack are enabled, but this partition does not support one or both', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseFIPS', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsFIPS', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains-fips.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'FIPS is enabled but this partition does not support FIPS', 'type' => 'error', ], ], ], [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ [ 'ref' => 'UseDualStack', ], true, ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [ [ 'fn' => 'booleanEquals', 'argv' => [ true, [ 'fn' => 'getAttr', 'argv' => [ [ 'ref' => 'PartitionResult', ], 'supportsDualStack', ], ], ], ], ], 'type' => 'tree', 'rules' => [ [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains.{Region}.{PartitionResult#dualStackDnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], [ 'conditions' => [], 'error' => 'DualStack is enabled but this partition does not support DualStack', 'type' => 'error', ], ], ], [ 'conditions' => [], 'endpoint' => [ 'url' => 'https://route53domains.{Region}.{PartitionResult#dnsSuffix}', 'properties' => [], 'headers' => [], ], 'type' => 'endpoint', ], ], ], ], ], [ 'conditions' => [], 'error' => 'Invalid Configuration: Missing Region', 'type' => 'error', ], ],]; diff --git a/src/data/sagemaker/2017-07-24/api-2.json b/src/data/sagemaker/2017-07-24/api-2.json index 0708677274..c3c77a22d8 100644 --- a/src/data/sagemaker/2017-07-24/api-2.json +++ b/src/data/sagemaker/2017-07-24/api-2.json @@ -17810,7 +17810,8 @@ "NearestModelName":{"shape":"String"}, "SupportedInstanceTypes":{"shape":"RecommendationJobSupportedInstanceTypes"}, "DataInputConfig":{"shape":"RecommendationJobDataInputConfig"}, - "SupportedEndpointType":{"shape":"RecommendationJobSupportedEndpointType"} + "SupportedEndpointType":{"shape":"RecommendationJobSupportedEndpointType"}, + "SupportedResponseMIMETypes":{"shape":"RecommendationJobSupportedResponseMIMETypes"} } }, "RecommendationJobDataInputConfig":{ @@ -17912,6 +17913,15 @@ "type":"list", "member":{"shape":"String"} }, + "RecommendationJobSupportedResponseMIMEType":{ + "type":"string", + "max":1024, + "pattern":"^[-\\w]+\\/.+$" + }, + "RecommendationJobSupportedResponseMIMETypes":{ + "type":"list", + "member":{"shape":"RecommendationJobSupportedResponseMIMEType"} + }, "RecommendationJobType":{ "type":"string", "enum":[ diff --git a/src/data/sagemaker/2017-07-24/api-2.json.php b/src/data/sagemaker/2017-07-24/api-2.json.php index c367490550..b8d83a106b 100644 --- a/src/data/sagemaker/2017-07-24/api-2.json.php +++ b/src/data/sagemaker/2017-07-24/api-2.json.php @@ -1,3 +1,3 @@ '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' => [ 'name' => 'AddAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddAssociationRequest', ], 'output' => [ 'shape' => 'AddAssociationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'AddTags' => [ 'name' => 'AddTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddTagsInput', ], 'output' => [ 'shape' => 'AddTagsOutput', ], ], 'AssociateTrialComponent' => [ 'name' => 'AssociateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateTrialComponentRequest', ], 'output' => [ 'shape' => 'AssociateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'BatchDescribeModelPackage' => [ 'name' => 'BatchDescribeModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDescribeModelPackageInput', ], 'output' => [ 'shape' => 'BatchDescribeModelPackageOutput', ], ], 'CreateAction' => [ 'name' => 'CreateAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateActionRequest', ], 'output' => [ 'shape' => 'CreateActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAlgorithm' => [ 'name' => 'CreateAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAlgorithmInput', ], 'output' => [ 'shape' => 'CreateAlgorithmOutput', ], ], 'CreateApp' => [ 'name' => 'CreateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppRequest', ], 'output' => [ 'shape' => 'CreateAppResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateAppImageConfig' => [ 'name' => 'CreateAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppImageConfigRequest', ], 'output' => [ 'shape' => 'CreateAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'CreateArtifact' => [ 'name' => 'CreateArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateArtifactRequest', ], 'output' => [ 'shape' => 'CreateArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAutoMLJob' => [ 'name' => 'CreateAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAutoMLJobRequest', ], 'output' => [ 'shape' => 'CreateAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAutoMLJobV2' => [ 'name' => 'CreateAutoMLJobV2', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAutoMLJobV2Request', ], 'output' => [ 'shape' => 'CreateAutoMLJobV2Response', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateCodeRepository' => [ 'name' => 'CreateCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCodeRepositoryInput', ], 'output' => [ 'shape' => 'CreateCodeRepositoryOutput', ], ], 'CreateCompilationJob' => [ 'name' => 'CreateCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCompilationJobRequest', ], 'output' => [ 'shape' => 'CreateCompilationJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateContext' => [ 'name' => 'CreateContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateContextRequest', ], 'output' => [ 'shape' => 'CreateContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateDataQualityJobDefinition' => [ 'name' => 'CreateDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDataQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateDataQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateDeviceFleet' => [ 'name' => 'CreateDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateDomain' => [ 'name' => 'CreateDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDomainRequest', ], 'output' => [ 'shape' => 'CreateDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateEdgeDeploymentPlan' => [ 'name' => 'CreateEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgeDeploymentPlanRequest', ], 'output' => [ 'shape' => 'CreateEdgeDeploymentPlanResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEdgeDeploymentStage' => [ 'name' => 'CreateEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgeDeploymentStageRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEdgePackagingJob' => [ 'name' => 'CreateEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgePackagingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEndpoint' => [ 'name' => 'CreateEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEndpointInput', ], 'output' => [ 'shape' => 'CreateEndpointOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEndpointConfig' => [ 'name' => 'CreateEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEndpointConfigInput', ], 'output' => [ 'shape' => 'CreateEndpointConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateExperiment' => [ 'name' => 'CreateExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateExperimentRequest', ], 'output' => [ 'shape' => 'CreateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateFeatureGroup' => [ 'name' => 'CreateFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFeatureGroupRequest', ], 'output' => [ 'shape' => 'CreateFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateFlowDefinition' => [ 'name' => 'CreateFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFlowDefinitionRequest', ], 'output' => [ 'shape' => 'CreateFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateHub' => [ 'name' => 'CreateHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHubRequest', ], 'output' => [ 'shape' => 'CreateHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateHumanTaskUi' => [ 'name' => 'CreateHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHumanTaskUiRequest', ], 'output' => [ 'shape' => 'CreateHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateHyperParameterTuningJob' => [ 'name' => 'CreateHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'CreateHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateImage' => [ 'name' => 'CreateImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageRequest', ], 'output' => [ 'shape' => 'CreateImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateImageVersion' => [ 'name' => 'CreateImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageVersionRequest', ], 'output' => [ 'shape' => 'CreateImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateInferenceExperiment' => [ 'name' => 'CreateInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateInferenceExperimentRequest', ], 'output' => [ 'shape' => 'CreateInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateInferenceRecommendationsJob' => [ 'name' => 'CreateInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateInferenceRecommendationsJobRequest', ], 'output' => [ 'shape' => 'CreateInferenceRecommendationsJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateLabelingJob' => [ 'name' => 'CreateLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateLabelingJobRequest', ], 'output' => [ 'shape' => 'CreateLabelingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModel' => [ 'name' => 'CreateModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelInput', ], 'output' => [ 'shape' => 'CreateModelOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelBiasJobDefinition' => [ 'name' => 'CreateModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelBiasJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelBiasJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateModelCard' => [ 'name' => 'CreateModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelCardRequest', ], 'output' => [ 'shape' => 'CreateModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'CreateModelCardExportJob' => [ 'name' => 'CreateModelCardExportJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelCardExportJobRequest', ], 'output' => [ 'shape' => 'CreateModelCardExportJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'CreateModelExplainabilityJobDefinition' => [ 'name' => 'CreateModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelExplainabilityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelExplainabilityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateModelPackage' => [ 'name' => 'CreateModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelPackageInput', ], 'output' => [ 'shape' => 'CreateModelPackageOutput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelPackageGroup' => [ 'name' => 'CreateModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelPackageGroupInput', ], 'output' => [ 'shape' => 'CreateModelPackageGroupOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelQualityJobDefinition' => [ 'name' => 'CreateModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateMonitoringSchedule' => [ 'name' => 'CreateMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'CreateMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateNotebookInstance' => [ 'name' => 'CreateNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateNotebookInstanceInput', ], 'output' => [ 'shape' => 'CreateNotebookInstanceOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateNotebookInstanceLifecycleConfig' => [ 'name' => 'CreateNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'CreateNotebookInstanceLifecycleConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreatePipeline' => [ 'name' => 'CreatePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePipelineRequest', ], 'output' => [ 'shape' => 'CreatePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreatePresignedDomainUrl' => [ 'name' => 'CreatePresignedDomainUrl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePresignedDomainUrlRequest', ], 'output' => [ 'shape' => 'CreatePresignedDomainUrlResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'CreatePresignedNotebookInstanceUrl' => [ 'name' => 'CreatePresignedNotebookInstanceUrl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePresignedNotebookInstanceUrlInput', ], 'output' => [ 'shape' => 'CreatePresignedNotebookInstanceUrlOutput', ], ], 'CreateProcessingJob' => [ 'name' => 'CreateProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateProcessingJobRequest', ], 'output' => [ 'shape' => 'CreateProcessingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateProject' => [ 'name' => 'CreateProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateProjectInput', ], 'output' => [ 'shape' => 'CreateProjectOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateSpace' => [ 'name' => 'CreateSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSpaceRequest', ], 'output' => [ 'shape' => 'CreateSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateStudioLifecycleConfig' => [ 'name' => 'CreateStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStudioLifecycleConfigRequest', ], 'output' => [ 'shape' => 'CreateStudioLifecycleConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'CreateTrainingJob' => [ 'name' => 'CreateTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrainingJobRequest', ], 'output' => [ 'shape' => 'CreateTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateTransformJob' => [ 'name' => 'CreateTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTransformJobRequest', ], 'output' => [ 'shape' => 'CreateTransformJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateTrial' => [ 'name' => 'CreateTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrialRequest', ], 'output' => [ 'shape' => 'CreateTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateTrialComponent' => [ 'name' => 'CreateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrialComponentRequest', ], 'output' => [ 'shape' => 'CreateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateUserProfile' => [ 'name' => 'CreateUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserProfileRequest', ], 'output' => [ 'shape' => 'CreateUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateWorkforce' => [ 'name' => 'CreateWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkforceRequest', ], 'output' => [ 'shape' => 'CreateWorkforceResponse', ], ], 'CreateWorkteam' => [ 'name' => 'CreateWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkteamRequest', ], 'output' => [ 'shape' => 'CreateWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'DeleteAction' => [ 'name' => 'DeleteAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteActionRequest', ], 'output' => [ 'shape' => 'DeleteActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAlgorithm' => [ 'name' => 'DeleteAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAlgorithmInput', ], ], 'DeleteApp' => [ 'name' => 'DeleteApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAppImageConfig' => [ 'name' => 'DeleteAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppImageConfigRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteArtifact' => [ 'name' => 'DeleteArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteArtifactRequest', ], 'output' => [ 'shape' => 'DeleteArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAssociation' => [ 'name' => 'DeleteAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAssociationRequest', ], 'output' => [ 'shape' => 'DeleteAssociationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteCodeRepository' => [ 'name' => 'DeleteCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCodeRepositoryInput', ], ], 'DeleteContext' => [ 'name' => 'DeleteContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteContextRequest', ], 'output' => [ 'shape' => 'DeleteContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteDataQualityJobDefinition' => [ 'name' => 'DeleteDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDataQualityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteDeviceFleet' => [ 'name' => 'DeleteDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteDomain' => [ 'name' => 'DeleteDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDomainRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteEdgeDeploymentPlan' => [ 'name' => 'DeleteEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEdgeDeploymentPlanRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteEdgeDeploymentStage' => [ 'name' => 'DeleteEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEdgeDeploymentStageRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteEndpoint' => [ 'name' => 'DeleteEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEndpointInput', ], ], 'DeleteEndpointConfig' => [ 'name' => 'DeleteEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEndpointConfigInput', ], ], 'DeleteExperiment' => [ 'name' => 'DeleteExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteExperimentRequest', ], 'output' => [ 'shape' => 'DeleteExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteFeatureGroup' => [ 'name' => 'DeleteFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFeatureGroupRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteFlowDefinition' => [ 'name' => 'DeleteFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFlowDefinitionRequest', ], 'output' => [ 'shape' => 'DeleteFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHub' => [ 'name' => 'DeleteHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHubRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHubContent' => [ 'name' => 'DeleteHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHubContentRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHumanTaskUi' => [ 'name' => 'DeleteHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHumanTaskUiRequest', ], 'output' => [ 'shape' => 'DeleteHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteImage' => [ 'name' => 'DeleteImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageRequest', ], 'output' => [ 'shape' => 'DeleteImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteImageVersion' => [ 'name' => 'DeleteImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageVersionRequest', ], 'output' => [ 'shape' => 'DeleteImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteInferenceExperiment' => [ 'name' => 'DeleteInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteInferenceExperimentRequest', ], 'output' => [ 'shape' => 'DeleteInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModel' => [ 'name' => 'DeleteModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelInput', ], ], 'DeleteModelBiasJobDefinition' => [ 'name' => 'DeleteModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelBiasJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModelCard' => [ 'name' => 'DeleteModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelCardRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelExplainabilityJobDefinition' => [ 'name' => 'DeleteModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelExplainabilityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModelPackage' => [ 'name' => 'DeleteModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelPackageGroup' => [ 'name' => 'DeleteModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageGroupInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelPackageGroupPolicy' => [ 'name' => 'DeleteModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageGroupPolicyInput', ], ], 'DeleteModelQualityJobDefinition' => [ 'name' => 'DeleteModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelQualityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteMonitoringSchedule' => [ 'name' => 'DeleteMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteNotebookInstance' => [ 'name' => 'DeleteNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteNotebookInstanceInput', ], ], 'DeleteNotebookInstanceLifecycleConfig' => [ 'name' => 'DeleteNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteNotebookInstanceLifecycleConfigInput', ], ], 'DeletePipeline' => [ 'name' => 'DeletePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePipelineRequest', ], 'output' => [ 'shape' => 'DeletePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteProject' => [ 'name' => 'DeleteProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteProjectInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteSpace' => [ 'name' => 'DeleteSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSpaceRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteStudioLifecycleConfig' => [ 'name' => 'DeleteStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStudioLifecycleConfigRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteTags' => [ 'name' => 'DeleteTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTagsInput', ], 'output' => [ 'shape' => 'DeleteTagsOutput', ], ], 'DeleteTrial' => [ 'name' => 'DeleteTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTrialRequest', ], 'output' => [ 'shape' => 'DeleteTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteTrialComponent' => [ 'name' => 'DeleteTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTrialComponentRequest', ], 'output' => [ 'shape' => 'DeleteTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteUserProfile' => [ 'name' => 'DeleteUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserProfileRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteWorkforce' => [ 'name' => 'DeleteWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkforceRequest', ], 'output' => [ 'shape' => 'DeleteWorkforceResponse', ], ], 'DeleteWorkteam' => [ 'name' => 'DeleteWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkteamRequest', ], 'output' => [ 'shape' => 'DeleteWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'DeregisterDevices' => [ 'name' => 'DeregisterDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeregisterDevicesRequest', ], ], 'DescribeAction' => [ 'name' => 'DescribeAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeActionRequest', ], 'output' => [ 'shape' => 'DescribeActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAlgorithm' => [ 'name' => 'DescribeAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAlgorithmInput', ], 'output' => [ 'shape' => 'DescribeAlgorithmOutput', ], ], 'DescribeApp' => [ 'name' => 'DescribeApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppRequest', ], 'output' => [ 'shape' => 'DescribeAppResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAppImageConfig' => [ 'name' => 'DescribeAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppImageConfigRequest', ], 'output' => [ 'shape' => 'DescribeAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeArtifact' => [ 'name' => 'DescribeArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeArtifactRequest', ], 'output' => [ 'shape' => 'DescribeArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAutoMLJob' => [ 'name' => 'DescribeAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAutoMLJobRequest', ], 'output' => [ 'shape' => 'DescribeAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAutoMLJobV2' => [ 'name' => 'DescribeAutoMLJobV2', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAutoMLJobV2Request', ], 'output' => [ 'shape' => 'DescribeAutoMLJobV2Response', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeCodeRepository' => [ 'name' => 'DescribeCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeCodeRepositoryInput', ], 'output' => [ 'shape' => 'DescribeCodeRepositoryOutput', ], ], 'DescribeCompilationJob' => [ 'name' => 'DescribeCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeCompilationJobRequest', ], 'output' => [ 'shape' => 'DescribeCompilationJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeContext' => [ 'name' => 'DescribeContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeContextRequest', ], 'output' => [ 'shape' => 'DescribeContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDataQualityJobDefinition' => [ 'name' => 'DescribeDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDataQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeDataQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDevice' => [ 'name' => 'DescribeDevice', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeviceRequest', ], 'output' => [ 'shape' => 'DescribeDeviceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDeviceFleet' => [ 'name' => 'DescribeDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeviceFleetRequest', ], 'output' => [ 'shape' => 'DescribeDeviceFleetResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDomain' => [ 'name' => 'DescribeDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDomainRequest', ], 'output' => [ 'shape' => 'DescribeDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEdgeDeploymentPlan' => [ 'name' => 'DescribeEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEdgeDeploymentPlanRequest', ], 'output' => [ 'shape' => 'DescribeEdgeDeploymentPlanResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEdgePackagingJob' => [ 'name' => 'DescribeEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEdgePackagingJobRequest', ], 'output' => [ 'shape' => 'DescribeEdgePackagingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEndpoint' => [ 'name' => 'DescribeEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEndpointInput', ], 'output' => [ 'shape' => 'DescribeEndpointOutput', ], ], 'DescribeEndpointConfig' => [ 'name' => 'DescribeEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEndpointConfigInput', ], 'output' => [ 'shape' => 'DescribeEndpointConfigOutput', ], ], 'DescribeExperiment' => [ 'name' => 'DescribeExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeExperimentRequest', ], 'output' => [ 'shape' => 'DescribeExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFeatureGroup' => [ 'name' => 'DescribeFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFeatureGroupRequest', ], 'output' => [ 'shape' => 'DescribeFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFeatureMetadata' => [ 'name' => 'DescribeFeatureMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFeatureMetadataRequest', ], 'output' => [ 'shape' => 'DescribeFeatureMetadataResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFlowDefinition' => [ 'name' => 'DescribeFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFlowDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHub' => [ 'name' => 'DescribeHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHubRequest', ], 'output' => [ 'shape' => 'DescribeHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHubContent' => [ 'name' => 'DescribeHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHubContentRequest', ], 'output' => [ 'shape' => 'DescribeHubContentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHumanTaskUi' => [ 'name' => 'DescribeHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHumanTaskUiRequest', ], 'output' => [ 'shape' => 'DescribeHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHyperParameterTuningJob' => [ 'name' => 'DescribeHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'DescribeHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeImage' => [ 'name' => 'DescribeImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageRequest', ], 'output' => [ 'shape' => 'DescribeImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeImageVersion' => [ 'name' => 'DescribeImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageVersionRequest', ], 'output' => [ 'shape' => 'DescribeImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeInferenceExperiment' => [ 'name' => 'DescribeInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeInferenceExperimentRequest', ], 'output' => [ 'shape' => 'DescribeInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeInferenceRecommendationsJob' => [ 'name' => 'DescribeInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeInferenceRecommendationsJobRequest', ], 'output' => [ 'shape' => 'DescribeInferenceRecommendationsJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeLabelingJob' => [ 'name' => 'DescribeLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeLabelingJobRequest', ], 'output' => [ 'shape' => 'DescribeLabelingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeLineageGroup' => [ 'name' => 'DescribeLineageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeLineageGroupRequest', ], 'output' => [ 'shape' => 'DescribeLineageGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModel' => [ 'name' => 'DescribeModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelInput', ], 'output' => [ 'shape' => 'DescribeModelOutput', ], ], 'DescribeModelBiasJobDefinition' => [ 'name' => 'DescribeModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelBiasJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelBiasJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelCard' => [ 'name' => 'DescribeModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelCardRequest', ], 'output' => [ 'shape' => 'DescribeModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelCardExportJob' => [ 'name' => 'DescribeModelCardExportJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelCardExportJobRequest', ], 'output' => [ 'shape' => 'DescribeModelCardExportJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelExplainabilityJobDefinition' => [ 'name' => 'DescribeModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelExplainabilityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelExplainabilityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelPackage' => [ 'name' => 'DescribeModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelPackageInput', ], 'output' => [ 'shape' => 'DescribeModelPackageOutput', ], ], 'DescribeModelPackageGroup' => [ 'name' => 'DescribeModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelPackageGroupInput', ], 'output' => [ 'shape' => 'DescribeModelPackageGroupOutput', ], ], 'DescribeModelQualityJobDefinition' => [ 'name' => 'DescribeModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeMonitoringSchedule' => [ 'name' => 'DescribeMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'DescribeMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeNotebookInstance' => [ 'name' => 'DescribeNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeNotebookInstanceInput', ], 'output' => [ 'shape' => 'DescribeNotebookInstanceOutput', ], ], 'DescribeNotebookInstanceLifecycleConfig' => [ 'name' => 'DescribeNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'DescribeNotebookInstanceLifecycleConfigOutput', ], ], 'DescribePipeline' => [ 'name' => 'DescribePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineRequest', ], 'output' => [ 'shape' => 'DescribePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribePipelineDefinitionForExecution' => [ 'name' => 'DescribePipelineDefinitionForExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineDefinitionForExecutionRequest', ], 'output' => [ 'shape' => 'DescribePipelineDefinitionForExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribePipelineExecution' => [ 'name' => 'DescribePipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineExecutionRequest', ], 'output' => [ 'shape' => 'DescribePipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeProcessingJob' => [ 'name' => 'DescribeProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeProcessingJobRequest', ], 'output' => [ 'shape' => 'DescribeProcessingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeProject' => [ 'name' => 'DescribeProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeProjectInput', ], 'output' => [ 'shape' => 'DescribeProjectOutput', ], ], 'DescribeSpace' => [ 'name' => 'DescribeSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSpaceRequest', ], 'output' => [ 'shape' => 'DescribeSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeStudioLifecycleConfig' => [ 'name' => 'DescribeStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStudioLifecycleConfigRequest', ], 'output' => [ 'shape' => 'DescribeStudioLifecycleConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeSubscribedWorkteam' => [ 'name' => 'DescribeSubscribedWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSubscribedWorkteamRequest', ], 'output' => [ 'shape' => 'DescribeSubscribedWorkteamResponse', ], ], 'DescribeTrainingJob' => [ 'name' => 'DescribeTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrainingJobRequest', ], 'output' => [ 'shape' => 'DescribeTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTransformJob' => [ 'name' => 'DescribeTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTransformJobRequest', ], 'output' => [ 'shape' => 'DescribeTransformJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTrial' => [ 'name' => 'DescribeTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrialRequest', ], 'output' => [ 'shape' => 'DescribeTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTrialComponent' => [ 'name' => 'DescribeTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrialComponentRequest', ], 'output' => [ 'shape' => 'DescribeTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeUserProfile' => [ 'name' => 'DescribeUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUserProfileRequest', ], 'output' => [ 'shape' => 'DescribeUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeWorkforce' => [ 'name' => 'DescribeWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeWorkforceRequest', ], 'output' => [ 'shape' => 'DescribeWorkforceResponse', ], ], 'DescribeWorkteam' => [ 'name' => 'DescribeWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeWorkteamRequest', ], 'output' => [ 'shape' => 'DescribeWorkteamResponse', ], ], 'DisableSagemakerServicecatalogPortfolio' => [ 'name' => 'DisableSagemakerServicecatalogPortfolio', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableSagemakerServicecatalogPortfolioInput', ], 'output' => [ 'shape' => 'DisableSagemakerServicecatalogPortfolioOutput', ], ], 'DisassociateTrialComponent' => [ 'name' => 'DisassociateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateTrialComponentRequest', ], 'output' => [ 'shape' => 'DisassociateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'EnableSagemakerServicecatalogPortfolio' => [ 'name' => 'EnableSagemakerServicecatalogPortfolio', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableSagemakerServicecatalogPortfolioInput', ], 'output' => [ 'shape' => 'EnableSagemakerServicecatalogPortfolioOutput', ], ], 'GetDeviceFleetReport' => [ 'name' => 'GetDeviceFleetReport', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeviceFleetReportRequest', ], 'output' => [ 'shape' => 'GetDeviceFleetReportResponse', ], ], 'GetLineageGroupPolicy' => [ 'name' => 'GetLineageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetLineageGroupPolicyRequest', ], 'output' => [ 'shape' => 'GetLineageGroupPolicyResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'GetModelPackageGroupPolicy' => [ 'name' => 'GetModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetModelPackageGroupPolicyInput', ], 'output' => [ 'shape' => 'GetModelPackageGroupPolicyOutput', ], ], 'GetSagemakerServicecatalogPortfolioStatus' => [ 'name' => 'GetSagemakerServicecatalogPortfolioStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSagemakerServicecatalogPortfolioStatusInput', ], 'output' => [ 'shape' => 'GetSagemakerServicecatalogPortfolioStatusOutput', ], ], 'GetScalingConfigurationRecommendation' => [ 'name' => 'GetScalingConfigurationRecommendation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetScalingConfigurationRecommendationRequest', ], 'output' => [ 'shape' => 'GetScalingConfigurationRecommendationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'GetSearchSuggestions' => [ 'name' => 'GetSearchSuggestions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSearchSuggestionsRequest', ], 'output' => [ 'shape' => 'GetSearchSuggestionsResponse', ], ], 'ImportHubContent' => [ 'name' => 'ImportHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ImportHubContentRequest', ], 'output' => [ 'shape' => 'ImportHubContentResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'ListActions' => [ 'name' => 'ListActions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListActionsRequest', ], 'output' => [ 'shape' => 'ListActionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAlgorithms' => [ 'name' => 'ListAlgorithms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAlgorithmsInput', ], 'output' => [ 'shape' => 'ListAlgorithmsOutput', ], ], 'ListAliases' => [ 'name' => 'ListAliases', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAliasesRequest', ], 'output' => [ 'shape' => 'ListAliasesResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAppImageConfigs' => [ 'name' => 'ListAppImageConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAppImageConfigsRequest', ], 'output' => [ 'shape' => 'ListAppImageConfigsResponse', ], ], 'ListApps' => [ 'name' => 'ListApps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAppsRequest', ], 'output' => [ 'shape' => 'ListAppsResponse', ], ], 'ListArtifacts' => [ 'name' => 'ListArtifacts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListArtifactsRequest', ], 'output' => [ 'shape' => 'ListArtifactsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAssociations' => [ 'name' => 'ListAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociationsRequest', ], 'output' => [ 'shape' => 'ListAssociationsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAutoMLJobs' => [ 'name' => 'ListAutoMLJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAutoMLJobsRequest', ], 'output' => [ 'shape' => 'ListAutoMLJobsResponse', ], ], 'ListCandidatesForAutoMLJob' => [ 'name' => 'ListCandidatesForAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCandidatesForAutoMLJobRequest', ], 'output' => [ 'shape' => 'ListCandidatesForAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListCodeRepositories' => [ 'name' => 'ListCodeRepositories', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCodeRepositoriesInput', ], 'output' => [ 'shape' => 'ListCodeRepositoriesOutput', ], ], 'ListCompilationJobs' => [ 'name' => 'ListCompilationJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCompilationJobsRequest', ], 'output' => [ 'shape' => 'ListCompilationJobsResponse', ], ], 'ListContexts' => [ 'name' => 'ListContexts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListContextsRequest', ], 'output' => [ 'shape' => 'ListContextsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListDataQualityJobDefinitions' => [ 'name' => 'ListDataQualityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListDataQualityJobDefinitionsResponse', ], ], 'ListDeviceFleets' => [ 'name' => 'ListDeviceFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeviceFleetsRequest', ], 'output' => [ 'shape' => 'ListDeviceFleetsResponse', ], ], 'ListDevices' => [ 'name' => 'ListDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDevicesRequest', ], 'output' => [ 'shape' => 'ListDevicesResponse', ], ], 'ListDomains' => [ 'name' => 'ListDomains', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDomainsRequest', ], 'output' => [ 'shape' => 'ListDomainsResponse', ], ], 'ListEdgeDeploymentPlans' => [ 'name' => 'ListEdgeDeploymentPlans', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEdgeDeploymentPlansRequest', ], 'output' => [ 'shape' => 'ListEdgeDeploymentPlansResponse', ], ], 'ListEdgePackagingJobs' => [ 'name' => 'ListEdgePackagingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEdgePackagingJobsRequest', ], 'output' => [ 'shape' => 'ListEdgePackagingJobsResponse', ], ], 'ListEndpointConfigs' => [ 'name' => 'ListEndpointConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEndpointConfigsInput', ], 'output' => [ 'shape' => 'ListEndpointConfigsOutput', ], ], 'ListEndpoints' => [ 'name' => 'ListEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEndpointsInput', ], 'output' => [ 'shape' => 'ListEndpointsOutput', ], ], 'ListExperiments' => [ 'name' => 'ListExperiments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListExperimentsRequest', ], 'output' => [ 'shape' => 'ListExperimentsResponse', ], ], 'ListFeatureGroups' => [ 'name' => 'ListFeatureGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListFeatureGroupsRequest', ], 'output' => [ 'shape' => 'ListFeatureGroupsResponse', ], ], 'ListFlowDefinitions' => [ 'name' => 'ListFlowDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListFlowDefinitionsRequest', ], 'output' => [ 'shape' => 'ListFlowDefinitionsResponse', ], ], 'ListHubContentVersions' => [ 'name' => 'ListHubContentVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubContentVersionsRequest', ], 'output' => [ 'shape' => 'ListHubContentVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListHubContents' => [ 'name' => 'ListHubContents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubContentsRequest', ], 'output' => [ 'shape' => 'ListHubContentsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListHubs' => [ 'name' => 'ListHubs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubsRequest', ], 'output' => [ 'shape' => 'ListHubsResponse', ], ], 'ListHumanTaskUis' => [ 'name' => 'ListHumanTaskUis', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHumanTaskUisRequest', ], 'output' => [ 'shape' => 'ListHumanTaskUisResponse', ], ], 'ListHyperParameterTuningJobs' => [ 'name' => 'ListHyperParameterTuningJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHyperParameterTuningJobsRequest', ], 'output' => [ 'shape' => 'ListHyperParameterTuningJobsResponse', ], ], 'ListImageVersions' => [ 'name' => 'ListImageVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListImageVersionsRequest', ], 'output' => [ 'shape' => 'ListImageVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListImages' => [ 'name' => 'ListImages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListImagesRequest', ], 'output' => [ 'shape' => 'ListImagesResponse', ], ], 'ListInferenceExperiments' => [ 'name' => 'ListInferenceExperiments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceExperimentsRequest', ], 'output' => [ 'shape' => 'ListInferenceExperimentsResponse', ], ], 'ListInferenceRecommendationsJobSteps' => [ 'name' => 'ListInferenceRecommendationsJobSteps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceRecommendationsJobStepsRequest', ], 'output' => [ 'shape' => 'ListInferenceRecommendationsJobStepsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListInferenceRecommendationsJobs' => [ 'name' => 'ListInferenceRecommendationsJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceRecommendationsJobsRequest', ], 'output' => [ 'shape' => 'ListInferenceRecommendationsJobsResponse', ], ], 'ListLabelingJobs' => [ 'name' => 'ListLabelingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLabelingJobsRequest', ], 'output' => [ 'shape' => 'ListLabelingJobsResponse', ], ], 'ListLabelingJobsForWorkteam' => [ 'name' => 'ListLabelingJobsForWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLabelingJobsForWorkteamRequest', ], 'output' => [ 'shape' => 'ListLabelingJobsForWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListLineageGroups' => [ 'name' => 'ListLineageGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLineageGroupsRequest', ], 'output' => [ 'shape' => 'ListLineageGroupsResponse', ], ], 'ListModelBiasJobDefinitions' => [ 'name' => 'ListModelBiasJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelBiasJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelBiasJobDefinitionsResponse', ], ], 'ListModelCardExportJobs' => [ 'name' => 'ListModelCardExportJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardExportJobsRequest', ], 'output' => [ 'shape' => 'ListModelCardExportJobsResponse', ], ], 'ListModelCardVersions' => [ 'name' => 'ListModelCardVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardVersionsRequest', ], 'output' => [ 'shape' => 'ListModelCardVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListModelCards' => [ 'name' => 'ListModelCards', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardsRequest', ], 'output' => [ 'shape' => 'ListModelCardsResponse', ], ], 'ListModelExplainabilityJobDefinitions' => [ 'name' => 'ListModelExplainabilityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelExplainabilityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelExplainabilityJobDefinitionsResponse', ], ], 'ListModelMetadata' => [ 'name' => 'ListModelMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelMetadataRequest', ], 'output' => [ 'shape' => 'ListModelMetadataResponse', ], ], 'ListModelPackageGroups' => [ 'name' => 'ListModelPackageGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelPackageGroupsInput', ], 'output' => [ 'shape' => 'ListModelPackageGroupsOutput', ], ], 'ListModelPackages' => [ 'name' => 'ListModelPackages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelPackagesInput', ], 'output' => [ 'shape' => 'ListModelPackagesOutput', ], ], 'ListModelQualityJobDefinitions' => [ 'name' => 'ListModelQualityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelQualityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelQualityJobDefinitionsResponse', ], ], 'ListModels' => [ 'name' => 'ListModels', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelsInput', ], 'output' => [ 'shape' => 'ListModelsOutput', ], ], 'ListMonitoringAlertHistory' => [ 'name' => 'ListMonitoringAlertHistory', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringAlertHistoryRequest', ], 'output' => [ 'shape' => 'ListMonitoringAlertHistoryResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListMonitoringAlerts' => [ 'name' => 'ListMonitoringAlerts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringAlertsRequest', ], 'output' => [ 'shape' => 'ListMonitoringAlertsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListMonitoringExecutions' => [ 'name' => 'ListMonitoringExecutions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringExecutionsRequest', ], 'output' => [ 'shape' => 'ListMonitoringExecutionsResponse', ], ], 'ListMonitoringSchedules' => [ 'name' => 'ListMonitoringSchedules', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringSchedulesRequest', ], 'output' => [ 'shape' => 'ListMonitoringSchedulesResponse', ], ], 'ListNotebookInstanceLifecycleConfigs' => [ 'name' => 'ListNotebookInstanceLifecycleConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListNotebookInstanceLifecycleConfigsInput', ], 'output' => [ 'shape' => 'ListNotebookInstanceLifecycleConfigsOutput', ], ], 'ListNotebookInstances' => [ 'name' => 'ListNotebookInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListNotebookInstancesInput', ], 'output' => [ 'shape' => 'ListNotebookInstancesOutput', ], ], 'ListPipelineExecutionSteps' => [ 'name' => 'ListPipelineExecutionSteps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineExecutionStepsRequest', ], 'output' => [ 'shape' => 'ListPipelineExecutionStepsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelineExecutions' => [ 'name' => 'ListPipelineExecutions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineExecutionsRequest', ], 'output' => [ 'shape' => 'ListPipelineExecutionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelineParametersForExecution' => [ 'name' => 'ListPipelineParametersForExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineParametersForExecutionRequest', ], 'output' => [ 'shape' => 'ListPipelineParametersForExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelines' => [ 'name' => 'ListPipelines', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelinesRequest', ], 'output' => [ 'shape' => 'ListPipelinesResponse', ], ], 'ListProcessingJobs' => [ 'name' => 'ListProcessingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListProcessingJobsRequest', ], 'output' => [ 'shape' => 'ListProcessingJobsResponse', ], ], 'ListProjects' => [ 'name' => 'ListProjects', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListProjectsInput', ], 'output' => [ 'shape' => 'ListProjectsOutput', ], ], 'ListResourceCatalogs' => [ 'name' => 'ListResourceCatalogs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListResourceCatalogsRequest', ], 'output' => [ 'shape' => 'ListResourceCatalogsResponse', ], ], 'ListSpaces' => [ 'name' => 'ListSpaces', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSpacesRequest', ], 'output' => [ 'shape' => 'ListSpacesResponse', ], ], 'ListStageDevices' => [ 'name' => 'ListStageDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStageDevicesRequest', ], 'output' => [ 'shape' => 'ListStageDevicesResponse', ], ], 'ListStudioLifecycleConfigs' => [ 'name' => 'ListStudioLifecycleConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStudioLifecycleConfigsRequest', ], 'output' => [ 'shape' => 'ListStudioLifecycleConfigsResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'ListSubscribedWorkteams' => [ 'name' => 'ListSubscribedWorkteams', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSubscribedWorkteamsRequest', ], 'output' => [ 'shape' => 'ListSubscribedWorkteamsResponse', ], ], 'ListTags' => [ 'name' => 'ListTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsInput', ], 'output' => [ 'shape' => 'ListTagsOutput', ], ], 'ListTrainingJobs' => [ 'name' => 'ListTrainingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrainingJobsRequest', ], 'output' => [ 'shape' => 'ListTrainingJobsResponse', ], ], 'ListTrainingJobsForHyperParameterTuningJob' => [ 'name' => 'ListTrainingJobsForHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrainingJobsForHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'ListTrainingJobsForHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListTransformJobs' => [ 'name' => 'ListTransformJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTransformJobsRequest', ], 'output' => [ 'shape' => 'ListTransformJobsResponse', ], ], 'ListTrialComponents' => [ 'name' => 'ListTrialComponents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrialComponentsRequest', ], 'output' => [ 'shape' => 'ListTrialComponentsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListTrials' => [ 'name' => 'ListTrials', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrialsRequest', ], 'output' => [ 'shape' => 'ListTrialsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListUserProfiles' => [ 'name' => 'ListUserProfiles', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListUserProfilesRequest', ], 'output' => [ 'shape' => 'ListUserProfilesResponse', ], ], 'ListWorkforces' => [ 'name' => 'ListWorkforces', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkforcesRequest', ], 'output' => [ 'shape' => 'ListWorkforcesResponse', ], ], 'ListWorkteams' => [ 'name' => 'ListWorkteams', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkteamsRequest', ], 'output' => [ 'shape' => 'ListWorkteamsResponse', ], ], 'PutModelPackageGroupPolicy' => [ 'name' => 'PutModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutModelPackageGroupPolicyInput', ], 'output' => [ 'shape' => 'PutModelPackageGroupPolicyOutput', ], ], 'QueryLineage' => [ 'name' => 'QueryLineage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'QueryLineageRequest', ], 'output' => [ 'shape' => 'QueryLineageResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'RegisterDevices' => [ 'name' => 'RegisterDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterDevicesRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'RenderUiTemplate' => [ 'name' => 'RenderUiTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RenderUiTemplateRequest', ], 'output' => [ 'shape' => 'RenderUiTemplateResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'RetryPipelineExecution' => [ 'name' => 'RetryPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RetryPipelineExecutionRequest', ], 'output' => [ 'shape' => 'RetryPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'Search' => [ 'name' => 'Search', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SearchRequest', ], 'output' => [ 'shape' => 'SearchResponse', ], ], 'SendPipelineExecutionStepFailure' => [ 'name' => 'SendPipelineExecutionStepFailure', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SendPipelineExecutionStepFailureRequest', ], 'output' => [ 'shape' => 'SendPipelineExecutionStepFailureResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'SendPipelineExecutionStepSuccess' => [ 'name' => 'SendPipelineExecutionStepSuccess', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SendPipelineExecutionStepSuccessRequest', ], 'output' => [ 'shape' => 'SendPipelineExecutionStepSuccessResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StartEdgeDeploymentStage' => [ 'name' => 'StartEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartEdgeDeploymentStageRequest', ], ], 'StartInferenceExperiment' => [ 'name' => 'StartInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartInferenceExperimentRequest', ], 'output' => [ 'shape' => 'StartInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'StartMonitoringSchedule' => [ 'name' => 'StartMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StartNotebookInstance' => [ 'name' => 'StartNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartNotebookInstanceInput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StartPipelineExecution' => [ 'name' => 'StartPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartPipelineExecutionRequest', ], 'output' => [ 'shape' => 'StartPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StopAutoMLJob' => [ 'name' => 'StopAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopAutoMLJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopCompilationJob' => [ 'name' => 'StopCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCompilationJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopEdgeDeploymentStage' => [ 'name' => 'StopEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopEdgeDeploymentStageRequest', ], ], 'StopEdgePackagingJob' => [ 'name' => 'StopEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopEdgePackagingJobRequest', ], ], 'StopHyperParameterTuningJob' => [ 'name' => 'StopHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopHyperParameterTuningJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopInferenceExperiment' => [ 'name' => 'StopInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopInferenceExperimentRequest', ], 'output' => [ 'shape' => 'StopInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'StopInferenceRecommendationsJob' => [ 'name' => 'StopInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopInferenceRecommendationsJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopLabelingJob' => [ 'name' => 'StopLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopLabelingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopMonitoringSchedule' => [ 'name' => 'StopMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopNotebookInstance' => [ 'name' => 'StopNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopNotebookInstanceInput', ], ], 'StopPipelineExecution' => [ 'name' => 'StopPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopPipelineExecutionRequest', ], 'output' => [ 'shape' => 'StopPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopProcessingJob' => [ 'name' => 'StopProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopProcessingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopTrainingJob' => [ 'name' => 'StopTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTrainingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopTransformJob' => [ 'name' => 'StopTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTransformJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateAction' => [ 'name' => 'UpdateAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateActionRequest', ], 'output' => [ 'shape' => 'UpdateActionResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateAppImageConfig' => [ 'name' => 'UpdateAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateAppImageConfigRequest', ], 'output' => [ 'shape' => 'UpdateAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateArtifact' => [ 'name' => 'UpdateArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateArtifactRequest', ], 'output' => [ 'shape' => 'UpdateArtifactResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateCodeRepository' => [ 'name' => 'UpdateCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCodeRepositoryInput', ], 'output' => [ 'shape' => 'UpdateCodeRepositoryOutput', ], ], 'UpdateContext' => [ 'name' => 'UpdateContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateContextRequest', ], 'output' => [ 'shape' => 'UpdateContextResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateDeviceFleet' => [ 'name' => 'UpdateDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'UpdateDevices' => [ 'name' => 'UpdateDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDevicesRequest', ], ], 'UpdateDomain' => [ 'name' => 'UpdateDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainRequest', ], 'output' => [ 'shape' => 'UpdateDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateEndpoint' => [ 'name' => 'UpdateEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEndpointInput', ], 'output' => [ 'shape' => 'UpdateEndpointOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateEndpointWeightsAndCapacities' => [ 'name' => 'UpdateEndpointWeightsAndCapacities', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEndpointWeightsAndCapacitiesInput', ], 'output' => [ 'shape' => 'UpdateEndpointWeightsAndCapacitiesOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateExperiment' => [ 'name' => 'UpdateExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateExperimentRequest', ], 'output' => [ 'shape' => 'UpdateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateFeatureGroup' => [ 'name' => 'UpdateFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFeatureGroupRequest', ], 'output' => [ 'shape' => 'UpdateFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateFeatureMetadata' => [ 'name' => 'UpdateFeatureMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFeatureMetadataRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateHub' => [ 'name' => 'UpdateHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateHubRequest', ], 'output' => [ 'shape' => 'UpdateHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateImage' => [ 'name' => 'UpdateImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImageRequest', ], 'output' => [ 'shape' => 'UpdateImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateImageVersion' => [ 'name' => 'UpdateImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImageVersionRequest', ], 'output' => [ 'shape' => 'UpdateImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateInferenceExperiment' => [ 'name' => 'UpdateInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateInferenceExperimentRequest', ], 'output' => [ 'shape' => 'UpdateInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateModelCard' => [ 'name' => 'UpdateModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateModelCardRequest', ], 'output' => [ 'shape' => 'UpdateModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'UpdateModelPackage' => [ 'name' => 'UpdateModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateModelPackageInput', ], 'output' => [ 'shape' => 'UpdateModelPackageOutput', ], ], 'UpdateMonitoringAlert' => [ 'name' => 'UpdateMonitoringAlert', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMonitoringAlertRequest', ], 'output' => [ 'shape' => 'UpdateMonitoringAlertResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateMonitoringSchedule' => [ 'name' => 'UpdateMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'UpdateMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateNotebookInstance' => [ 'name' => 'UpdateNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateNotebookInstanceInput', ], 'output' => [ 'shape' => 'UpdateNotebookInstanceOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateNotebookInstanceLifecycleConfig' => [ 'name' => 'UpdateNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'UpdateNotebookInstanceLifecycleConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdatePipeline' => [ 'name' => 'UpdatePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePipelineRequest', ], 'output' => [ 'shape' => 'UpdatePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdatePipelineExecution' => [ 'name' => 'UpdatePipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePipelineExecutionRequest', ], 'output' => [ 'shape' => 'UpdatePipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateProject' => [ 'name' => 'UpdateProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateProjectInput', ], 'output' => [ 'shape' => 'UpdateProjectOutput', ], ], 'UpdateSpace' => [ 'name' => 'UpdateSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSpaceRequest', ], 'output' => [ 'shape' => 'UpdateSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrainingJob' => [ 'name' => 'UpdateTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrainingJobRequest', ], 'output' => [ 'shape' => 'UpdateTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrial' => [ 'name' => 'UpdateTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrialRequest', ], 'output' => [ 'shape' => 'UpdateTrialResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrialComponent' => [ 'name' => 'UpdateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrialComponentRequest', ], 'output' => [ 'shape' => 'UpdateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateUserProfile' => [ 'name' => 'UpdateUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUserProfileRequest', ], 'output' => [ 'shape' => 'UpdateUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateWorkforce' => [ 'name' => 'UpdateWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkforceRequest', ], 'output' => [ 'shape' => 'UpdateWorkforceResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'UpdateWorkteam' => [ 'name' => 'UpdateWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkteamRequest', ], 'output' => [ 'shape' => 'UpdateWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], ], 'shapes' => [ 'Accept' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'AccountId' => [ 'type' => 'string', 'pattern' => '^\\d+$', ], 'ActionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:action/.*', ], 'ActionSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceType' => [ 'shape' => 'String256', ], 'SourceId' => [ 'shape' => 'String256', ], ], ], 'ActionStatus' => [ 'type' => 'string', 'enum' => [ 'Unknown', 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'ActionSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ActionSummary', ], ], 'ActionSummary' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String64', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'AddAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'SourceArn', 'DestinationArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], ], ], 'AddAssociationResponse' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'AddTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'Tags', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'AddTagsOutput' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], ], ], 'AdditionalCodeRepositoryNamesOrUrls' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'max' => 3, ], 'AdditionalInferenceSpecificationDefinition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Containers', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'Containers' => [ 'shape' => 'ModelPackageContainerDefinitionList', ], 'SupportedTransformInstanceTypes' => [ 'shape' => 'TransformInstanceTypes', ], 'SupportedRealtimeInferenceInstanceTypes' => [ 'shape' => 'RealtimeInferenceInstanceTypes', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedResponseMIMETypes' => [ 'shape' => 'ResponseMIMETypes', ], ], ], 'AdditionalInferenceSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'AdditionalInferenceSpecificationDefinition', ], 'max' => 15, 'min' => 1, ], 'AgentVersion' => [ 'type' => 'structure', 'required' => [ 'Version', 'AgentCount', ], 'members' => [ 'Version' => [ 'shape' => 'EdgeVersion', ], 'AgentCount' => [ 'shape' => 'Long', ], ], ], 'AgentVersions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AgentVersion', ], ], 'AggregationTransformationValue' => [ 'type' => 'string', 'enum' => [ 'sum', 'avg', 'first', 'min', 'max', ], ], 'AggregationTransformations' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformationAttributeName', ], 'value' => [ 'shape' => 'AggregationTransformationValue', ], 'max' => 50, 'min' => 1, ], 'Alarm' => [ 'type' => 'structure', 'members' => [ 'AlarmName' => [ 'shape' => 'AlarmName', ], ], ], 'AlarmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Alarm', ], 'max' => 10, 'min' => 1, ], 'AlarmName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?!\\s*$).+', ], 'AlgorithmArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:algorithm/.*', ], 'AlgorithmImage' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'AlgorithmSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'AlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'AlgorithmImage', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], 'EnableSageMakerMetricsTimeSeries' => [ 'shape' => 'Boolean', ], 'ContainerEntrypoint' => [ 'shape' => 'TrainingContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'TrainingContainerArguments', ], 'TrainingImageConfig' => [ 'shape' => 'TrainingImageConfig', ], ], ], 'AlgorithmStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', ], ], 'AlgorithmStatusDetails' => [ 'type' => 'structure', 'members' => [ 'ValidationStatuses' => [ 'shape' => 'AlgorithmStatusItemList', ], 'ImageScanStatuses' => [ 'shape' => 'AlgorithmStatusItemList', ], ], ], 'AlgorithmStatusItem' => [ 'type' => 'structure', 'required' => [ 'Name', 'Status', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Status' => [ 'shape' => 'DetailedAlgorithmStatus', ], 'FailureReason' => [ 'shape' => 'String', ], ], ], 'AlgorithmStatusItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmStatusItem', ], ], 'AlgorithmSummary' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'AlgorithmArn', 'CreationTime', 'AlgorithmStatus', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'AlgorithmStatus' => [ 'shape' => 'AlgorithmStatus', ], ], ], 'AlgorithmSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmSummary', ], ], 'AlgorithmValidationProfile' => [ 'type' => 'structure', 'required' => [ 'ProfileName', 'TrainingJobDefinition', ], 'members' => [ 'ProfileName' => [ 'shape' => 'EntityName', ], 'TrainingJobDefinition' => [ 'shape' => 'TrainingJobDefinition', ], 'TransformJobDefinition' => [ 'shape' => 'TransformJobDefinition', ], ], ], 'AlgorithmValidationProfiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmValidationProfile', ], 'max' => 1, 'min' => 1, ], 'AlgorithmValidationSpecification' => [ 'type' => 'structure', 'required' => [ 'ValidationRole', 'ValidationProfiles', ], 'members' => [ 'ValidationRole' => [ 'shape' => 'RoleArn', ], 'ValidationProfiles' => [ 'shape' => 'AlgorithmValidationProfiles', ], ], ], 'AnnotationConsolidationConfig' => [ 'type' => 'structure', 'required' => [ 'AnnotationConsolidationLambdaArn', ], 'members' => [ 'AnnotationConsolidationLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], ], ], 'AppArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app/.*', ], 'AppDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'Status' => [ 'shape' => 'AppStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'AppImageConfigArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app-image-config/.*', ], 'AppImageConfigDetails' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'AppImageConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppImageConfigDetails', ], ], 'AppImageConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'AppImageConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', 'Name', ], ], 'AppInstanceType' => [ 'type' => 'string', 'enum' => [ 'system', 'ml.t3.micro', 'ml.t3.small', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.8xlarge', 'ml.m5.12xlarge', 'ml.m5.16xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.8xlarge', 'ml.m5d.12xlarge', 'ml.m5d.16xlarge', 'ml.m5d.24xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.12xlarge', 'ml.c5.18xlarge', 'ml.c5.24xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.geospatial.interactive', 'ml.p4d.24xlarge', 'ml.p4de.24xlarge', ], ], 'AppList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppDetails', ], ], 'AppManaged' => [ 'type' => 'boolean', ], 'AppName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'AppNetworkAccessType' => [ 'type' => 'string', 'enum' => [ 'PublicInternetOnly', 'VpcOnly', ], ], 'AppSecurityGroupManagement' => [ 'type' => 'string', 'enum' => [ 'Service', 'Customer', ], ], 'AppSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'AppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'ContainerArguments', ], ], ], 'AppStatus' => [ 'type' => 'string', 'enum' => [ 'Deleted', 'Deleting', 'Failed', 'InService', 'Pending', ], ], 'AppType' => [ 'type' => 'string', 'enum' => [ 'JupyterServer', 'KernelGateway', 'TensorBoard', 'RStudioServerPro', 'RSessionGateway', ], ], 'ApprovalDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'ArnOrName' => [ 'type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:artifact/.*', ], 'ArtifactDigest' => [ 'type' => 'string', 'pattern' => '^[\\w:]+$', ], 'ArtifactSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceTypes' => [ 'shape' => 'ArtifactSourceTypes', ], ], ], 'ArtifactSourceIdType' => [ 'type' => 'string', 'enum' => [ 'MD5Hash', 'S3ETag', 'S3Version', 'Custom', ], ], 'ArtifactSourceType' => [ 'type' => 'structure', 'required' => [ 'SourceIdType', 'Value', ], 'members' => [ 'SourceIdType' => [ 'shape' => 'ArtifactSourceIdType', ], 'Value' => [ 'shape' => 'String256', ], ], ], 'ArtifactSourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArtifactSourceType', ], ], 'ArtifactSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArtifactSummary', ], ], 'ArtifactSummary' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'AssemblyType' => [ 'type' => 'string', 'enum' => [ 'None', 'Line', ], ], 'AssociateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', 'TrialName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'AssociateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'AssociationEdgeType' => [ 'type' => 'string', 'enum' => [ 'ContributedTo', 'AssociatedWith', 'DerivedFrom', 'Produced', ], ], 'AssociationEntityArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:(experiment|experiment-trial-component|artifact|action|context)/.*', ], 'AssociationSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociationSummary', ], ], 'AssociationSummary' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'SourceType' => [ 'shape' => 'String256', ], 'DestinationType' => [ 'shape' => 'String256', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], 'SourceName' => [ 'shape' => 'ExperimentEntityName', ], 'DestinationName' => [ 'shape' => 'ExperimentEntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], ], ], 'AsyncInferenceClientConfig' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrentInvocationsPerInstance' => [ 'shape' => 'MaxConcurrentInvocationsPerInstance', ], ], ], 'AsyncInferenceConfig' => [ 'type' => 'structure', 'required' => [ 'OutputConfig', ], 'members' => [ 'ClientConfig' => [ 'shape' => 'AsyncInferenceClientConfig', ], 'OutputConfig' => [ 'shape' => 'AsyncInferenceOutputConfig', ], ], ], 'AsyncInferenceNotificationConfig' => [ 'type' => 'structure', 'members' => [ 'SuccessTopic' => [ 'shape' => 'SnsTopicArn', ], 'ErrorTopic' => [ 'shape' => 'SnsTopicArn', ], 'IncludeInferenceResponseIn' => [ 'shape' => 'AsyncNotificationTopicTypeList', ], ], ], 'AsyncInferenceOutputConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'DestinationS3Uri', ], 'NotificationConfig' => [ 'shape' => 'AsyncInferenceNotificationConfig', ], 'S3FailurePath' => [ 'shape' => 'DestinationS3Uri', ], ], ], 'AsyncNotificationTopicTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AsyncNotificationTopicTypes', ], 'max' => 2, 'min' => 0, ], 'AsyncNotificationTopicTypes' => [ 'type' => 'string', 'enum' => [ 'SUCCESS_NOTIFICATION_TOPIC', 'ERROR_NOTIFICATION_TOPIC', ], ], 'AthenaCatalog' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'AthenaDatabase' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'AthenaDatasetDefinition' => [ 'type' => 'structure', 'required' => [ 'Catalog', 'Database', 'QueryString', 'OutputS3Uri', 'OutputFormat', ], 'members' => [ 'Catalog' => [ 'shape' => 'AthenaCatalog', ], 'Database' => [ 'shape' => 'AthenaDatabase', ], 'QueryString' => [ 'shape' => 'AthenaQueryString', ], 'WorkGroup' => [ 'shape' => 'AthenaWorkGroup', ], 'OutputS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'OutputFormat' => [ 'shape' => 'AthenaResultFormat', ], 'OutputCompression' => [ 'shape' => 'AthenaResultCompressionType', ], ], ], 'AthenaQueryString' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'AthenaResultCompressionType' => [ 'type' => 'string', 'enum' => [ 'GZIP', 'SNAPPY', 'ZLIB', ], ], 'AthenaResultFormat' => [ 'type' => 'string', 'enum' => [ 'PARQUET', 'ORC', 'AVRO', 'JSON', 'TEXTFILE', ], ], 'AthenaWorkGroup' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9._-]+', ], 'AttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.+', ], 'AttributeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'AttributeName', ], 'max' => 16, ], 'AuthMode' => [ 'type' => 'string', 'enum' => [ 'SSO', 'IAM', ], ], 'AutoGenerateEndpointName' => [ 'type' => 'boolean', ], 'AutoMLAlgorithm' => [ 'type' => 'string', 'enum' => [ 'xgboost', 'linear-learner', 'mlp', 'lightgbm', 'catboost', 'randomforest', 'extra-trees', 'nn-torch', 'fastai', ], ], 'AutoMLAlgorithmConfig' => [ 'type' => 'structure', 'required' => [ 'AutoMLAlgorithms', ], 'members' => [ 'AutoMLAlgorithms' => [ 'shape' => 'AutoMLAlgorithms', ], ], ], 'AutoMLAlgorithms' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLAlgorithm', ], 'max' => 11, ], 'AutoMLAlgorithmsConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLAlgorithmConfig', ], 'max' => 1, ], 'AutoMLCandidate' => [ 'type' => 'structure', 'required' => [ 'CandidateName', 'ObjectiveStatus', 'CandidateSteps', 'CandidateStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CandidateName' => [ 'shape' => 'CandidateName', ], 'FinalAutoMLJobObjectiveMetric' => [ 'shape' => 'FinalAutoMLJobObjectiveMetric', ], 'ObjectiveStatus' => [ 'shape' => 'ObjectiveStatus', ], 'CandidateSteps' => [ 'shape' => 'CandidateSteps', ], 'CandidateStatus' => [ 'shape' => 'CandidateStatus', ], 'InferenceContainers' => [ 'shape' => 'AutoMLContainerDefinitions', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'CandidateProperties' => [ 'shape' => 'CandidateProperties', ], 'InferenceContainerDefinitions' => [ 'shape' => 'AutoMLInferenceContainerDefinitions', ], ], ], 'AutoMLCandidateGenerationConfig' => [ 'type' => 'structure', 'members' => [ 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'AlgorithmsConfig' => [ 'shape' => 'AutoMLAlgorithmsConfig', ], ], ], 'AutoMLCandidateStep' => [ 'type' => 'structure', 'required' => [ 'CandidateStepType', 'CandidateStepArn', 'CandidateStepName', ], 'members' => [ 'CandidateStepType' => [ 'shape' => 'CandidateStepType', ], 'CandidateStepArn' => [ 'shape' => 'CandidateStepArn', ], 'CandidateStepName' => [ 'shape' => 'CandidateStepName', ], ], ], 'AutoMLCandidates' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLCandidate', ], ], 'AutoMLChannel' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'TargetAttributeName', ], 'members' => [ 'DataSource' => [ 'shape' => 'AutoMLDataSource', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'ChannelType' => [ 'shape' => 'AutoMLChannelType', ], 'SampleWeightAttributeName' => [ 'shape' => 'SampleWeightAttributeName', ], ], ], 'AutoMLChannelType' => [ 'type' => 'string', 'enum' => [ 'training', 'validation', ], ], 'AutoMLContainerDefinition' => [ 'type' => 'structure', 'required' => [ 'Image', 'ModelDataUrl', ], 'members' => [ 'Image' => [ 'shape' => 'ContainerImage', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], ], ], 'AutoMLContainerDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLContainerDefinition', ], 'max' => 5, ], 'AutoMLDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'AutoMLS3DataSource', ], ], ], 'AutoMLDataSplitConfig' => [ 'type' => 'structure', 'members' => [ 'ValidationFraction' => [ 'shape' => 'ValidationFraction', ], ], ], 'AutoMLFailureReason' => [ 'type' => 'string', 'max' => 1024, ], 'AutoMLInferenceContainerDefinitions' => [ 'type' => 'map', 'key' => [ 'shape' => 'AutoMLProcessingUnit', ], 'value' => [ 'shape' => 'AutoMLContainerDefinitions', ], 'max' => 2, ], 'AutoMLInputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLChannel', ], 'max' => 2, 'min' => 1, ], 'AutoMLJobArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:automl-job/.*', ], 'AutoMLJobArtifacts' => [ 'type' => 'structure', 'members' => [ 'CandidateDefinitionNotebookLocation' => [ 'shape' => 'CandidateDefinitionNotebookLocation', ], 'DataExplorationNotebookLocation' => [ 'shape' => 'DataExplorationNotebookLocation', ], ], ], 'AutoMLJobChannel' => [ 'type' => 'structure', 'members' => [ 'ChannelType' => [ 'shape' => 'AutoMLChannelType', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'DataSource' => [ 'shape' => 'AutoMLDataSource', ], ], ], 'AutoMLJobCompletionCriteria' => [ 'type' => 'structure', 'members' => [ 'MaxCandidates' => [ 'shape' => 'MaxCandidates', ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'shape' => 'MaxRuntimePerTrainingJobInSeconds', ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'shape' => 'MaxAutoMLJobRuntimeInSeconds', ], ], ], 'AutoMLJobConfig' => [ 'type' => 'structure', 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], 'CandidateGenerationConfig' => [ 'shape' => 'AutoMLCandidateGenerationConfig', ], 'Mode' => [ 'shape' => 'AutoMLMode', ], ], ], 'AutoMLJobInputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLJobChannel', ], 'max' => 2, 'min' => 1, ], 'AutoMLJobName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'AutoMLJobObjective' => [ 'type' => 'structure', 'required' => [ 'MetricName', ], 'members' => [ 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], ], ], 'AutoMLJobObjectiveType' => [ 'type' => 'string', 'enum' => [ 'Maximize', 'Minimize', ], ], 'AutoMLJobSecondaryStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'AnalyzingData', 'FeatureEngineering', 'ModelTuning', 'MaxCandidatesReached', 'Failed', 'Stopped', 'MaxAutoMLJobRuntimeReached', 'Stopping', 'CandidateDefinitionsGenerated', 'GeneratingExplainabilityReport', 'Completed', 'ExplainabilityError', 'DeployingModel', 'ModelDeploymentError', 'GeneratingModelInsightsReport', 'ModelInsightsError', 'TrainingModels', 'PreTraining', ], ], 'AutoMLJobStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'AutoMLJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'AutoMLJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLJobSummary', ], ], 'AutoMLJobSummary' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], ], ], 'AutoMLMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'AutoMLMetricEnum' => [ 'type' => 'string', 'enum' => [ 'Accuracy', 'MSE', 'F1', 'F1macro', 'AUC', 'RMSE', 'MAE', 'R2', 'BalancedAccuracy', 'Precision', 'PrecisionMacro', 'Recall', 'RecallMacro', 'MAPE', 'MASE', 'WAPE', 'AverageWeightedQuantileLoss', ], ], 'AutoMLMetricExtendedEnum' => [ 'type' => 'string', 'enum' => [ 'Accuracy', 'MSE', 'F1', 'F1macro', 'AUC', 'RMSE', 'MAE', 'R2', 'BalancedAccuracy', 'Precision', 'PrecisionMacro', 'Recall', 'RecallMacro', 'LogLoss', 'InferenceLatency', 'MAPE', 'MASE', 'WAPE', 'AverageWeightedQuantileLoss', ], ], 'AutoMLMode' => [ 'type' => 'string', 'enum' => [ 'AUTO', 'ENSEMBLING', 'HYPERPARAMETER_TUNING', ], ], 'AutoMLNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+', ], 'AutoMLOutputDataConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'AutoMLPartialFailureReason' => [ 'type' => 'structure', 'members' => [ 'PartialFailureMessage' => [ 'shape' => 'AutoMLFailureReason', ], ], ], 'AutoMLPartialFailureReasons' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLPartialFailureReason', ], 'max' => 5, 'min' => 1, ], 'AutoMLProblemTypeConfig' => [ 'type' => 'structure', 'members' => [ 'ImageClassificationJobConfig' => [ 'shape' => 'ImageClassificationJobConfig', ], 'TextClassificationJobConfig' => [ 'shape' => 'TextClassificationJobConfig', ], 'TabularJobConfig' => [ 'shape' => 'TabularJobConfig', ], 'TimeSeriesForecastingJobConfig' => [ 'shape' => 'TimeSeriesForecastingJobConfig', ], ], 'union' => true, ], 'AutoMLProblemTypeConfigName' => [ 'type' => 'string', 'enum' => [ 'ImageClassification', 'TextClassification', 'Tabular', 'TimeSeriesForecasting', ], ], 'AutoMLProblemTypeResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'TabularResolvedAttributes' => [ 'shape' => 'TabularResolvedAttributes', ], ], 'union' => true, ], 'AutoMLProcessingUnit' => [ 'type' => 'string', 'enum' => [ 'CPU', 'GPU', ], ], 'AutoMLResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'AutoMLProblemTypeResolvedAttributes' => [ 'shape' => 'AutoMLProblemTypeResolvedAttributes', ], ], ], 'AutoMLS3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'AutoMLS3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'AutoMLS3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', 'AugmentedManifestFile', ], ], 'AutoMLSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'AutoMLSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'AutoMLSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'AutoParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'ValueHint', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'ValueHint' => [ 'shape' => 'ParameterValue', ], ], ], 'AutoParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoParameter', ], 'max' => 100, 'min' => 0, ], 'AutoRollbackConfig' => [ 'type' => 'structure', 'members' => [ 'Alarms' => [ 'shape' => 'AlarmList', ], ], ], 'Autotune' => [ 'type' => 'structure', 'required' => [ 'Mode', ], 'members' => [ 'Mode' => [ 'shape' => 'AutotuneMode', ], ], ], 'AutotuneMode' => [ 'type' => 'string', 'enum' => [ 'Enabled', ], ], 'AwsManagedHumanLoopRequestSource' => [ 'type' => 'string', 'enum' => [ 'AWS/Rekognition/DetectModerationLabels/Image/V3', 'AWS/Textract/AnalyzeDocument/Forms/V1', ], ], 'BacktestResultsLocation' => [ 'type' => 'string', 'min' => 1, ], 'BatchDataCaptureConfig' => [ 'type' => 'structure', 'required' => [ 'DestinationS3Uri', ], 'members' => [ 'DestinationS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'GenerateInferenceId' => [ 'shape' => 'Boolean', ], ], ], 'BatchDescribeModelPackageError' => [ 'type' => 'structure', 'required' => [ 'ErrorCode', 'ErrorResponse', ], 'members' => [ 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorResponse' => [ 'shape' => 'String', ], ], ], 'BatchDescribeModelPackageErrorMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelPackageArn', ], 'value' => [ 'shape' => 'BatchDescribeModelPackageError', ], ], 'BatchDescribeModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArnList', ], 'members' => [ 'ModelPackageArnList' => [ 'shape' => 'ModelPackageArnList', ], ], ], 'BatchDescribeModelPackageOutput' => [ 'type' => 'structure', 'members' => [ 'ModelPackageSummaries' => [ 'shape' => 'ModelPackageSummaries', ], 'BatchDescribeModelPackageErrorMap' => [ 'shape' => 'BatchDescribeModelPackageErrorMap', ], ], ], 'BatchDescribeModelPackageSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageArn', 'CreationTime', 'InferenceSpecification', 'ModelPackageStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], ], ], 'BatchStrategy' => [ 'type' => 'string', 'enum' => [ 'MultiRecord', 'SingleRecord', ], ], 'BatchTransformInput' => [ 'type' => 'structure', 'required' => [ 'DataCapturedDestinationS3Uri', 'DatasetFormat', 'LocalPath', ], 'members' => [ 'DataCapturedDestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'DatasetFormat' => [ 'shape' => 'MonitoringDatasetFormat', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'FeaturesAttribute' => [ 'shape' => 'String', ], 'InferenceAttribute' => [ 'shape' => 'String', ], 'ProbabilityAttribute' => [ 'shape' => 'String', ], 'ProbabilityThresholdAttribute' => [ 'shape' => 'ProbabilityThresholdAttribute', ], 'StartTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], 'EndTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], ], ], 'BestObjectiveNotImproving' => [ 'type' => 'structure', 'members' => [ 'MaxNumberOfTrainingJobsNotImproving' => [ 'shape' => 'MaxNumberOfTrainingJobsNotImproving', ], ], ], 'Bias' => [ 'type' => 'structure', 'members' => [ 'Report' => [ 'shape' => 'MetricsSource', ], 'PreTrainingReport' => [ 'shape' => 'MetricsSource', ], 'PostTrainingReport' => [ 'shape' => 'MetricsSource', ], ], ], 'BillableTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'BlockedReason' => [ 'type' => 'string', 'max' => 1024, ], 'BlueGreenUpdatePolicy' => [ 'type' => 'structure', 'required' => [ 'TrafficRoutingConfiguration', ], 'members' => [ 'TrafficRoutingConfiguration' => [ 'shape' => 'TrafficRoutingConfig', ], 'TerminationWaitInSeconds' => [ 'shape' => 'TerminationWaitInSeconds', ], 'MaximumExecutionTimeoutInSeconds' => [ 'shape' => 'MaximumExecutionTimeoutInSeconds', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanOperator' => [ 'type' => 'string', 'enum' => [ 'And', 'Or', ], ], 'Branch' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^ ~^:?*\\[]+', ], 'BucketName' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]', ], 'CacheHitResult' => [ 'type' => 'structure', 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'CallbackStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'SqsQueueUrl' => [ 'shape' => 'String256', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], ], ], 'CallbackToken' => [ 'type' => 'string', 'max' => 10, 'min' => 10, 'pattern' => '^[a-zA-Z0-9]+$', ], 'CandidateArtifactLocations' => [ 'type' => 'structure', 'required' => [ 'Explainability', ], 'members' => [ 'Explainability' => [ 'shape' => 'ExplainabilityLocation', ], 'ModelInsights' => [ 'shape' => 'ModelInsightsLocation', ], 'BacktestResults' => [ 'shape' => 'BacktestResultsLocation', ], ], ], 'CandidateDefinitionNotebookLocation' => [ 'type' => 'string', 'min' => 1, ], 'CandidateGenerationConfig' => [ 'type' => 'structure', 'members' => [ 'AlgorithmsConfig' => [ 'shape' => 'AutoMLAlgorithmsConfig', ], ], ], 'CandidateName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'CandidateProperties' => [ 'type' => 'structure', 'members' => [ 'CandidateArtifactLocations' => [ 'shape' => 'CandidateArtifactLocations', ], 'CandidateMetrics' => [ 'shape' => 'MetricDataList', ], ], ], 'CandidateSortBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'Status', 'FinalObjectiveMetricValue', ], ], 'CandidateStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'CandidateStepArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*/.*', ], 'CandidateStepName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'CandidateStepType' => [ 'type' => 'string', 'enum' => [ 'AWS::SageMaker::TrainingJob', 'AWS::SageMaker::TransformJob', 'AWS::SageMaker::ProcessingJob', ], ], 'CandidateSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLCandidateStep', ], ], 'CanvasAppSettings' => [ 'type' => 'structure', 'members' => [ 'TimeSeriesForecastingSettings' => [ 'shape' => 'TimeSeriesForecastingSettings', ], 'ModelRegisterSettings' => [ 'shape' => 'ModelRegisterSettings', ], 'WorkspaceSettings' => [ 'shape' => 'WorkspaceSettings', ], ], ], 'CapacitySize' => [ 'type' => 'structure', 'required' => [ 'Type', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'CapacitySizeType', ], 'Value' => [ 'shape' => 'CapacitySizeValue', ], ], ], 'CapacitySizeType' => [ 'type' => 'string', 'enum' => [ 'INSTANCE_COUNT', 'CAPACITY_PERCENT', ], ], 'CapacitySizeValue' => [ 'type' => 'integer', 'min' => 1, ], 'CaptureContentTypeHeader' => [ 'type' => 'structure', 'members' => [ 'CsvContentTypes' => [ 'shape' => 'CsvContentTypes', ], 'JsonContentTypes' => [ 'shape' => 'JsonContentTypes', ], ], ], 'CaptureMode' => [ 'type' => 'string', 'enum' => [ 'Input', 'Output', ], ], 'CaptureOption' => [ 'type' => 'structure', 'required' => [ 'CaptureMode', ], 'members' => [ 'CaptureMode' => [ 'shape' => 'CaptureMode', ], ], ], 'CaptureOptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CaptureOption', ], 'max' => 2, 'min' => 1, ], 'CaptureStatus' => [ 'type' => 'string', 'enum' => [ 'Started', 'Stopped', ], ], 'Catalog' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CategoricalParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String64', ], 'Value' => [ 'shape' => 'CategoricalParameterRangeValues', ], ], ], 'CategoricalParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'Values', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'Values' => [ 'shape' => 'ParameterValues', ], ], ], 'CategoricalParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'Values', ], 'members' => [ 'Values' => [ 'shape' => 'ParameterValues', ], ], ], 'CategoricalParameterRangeValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'String128', ], 'max' => 3, 'min' => 1, ], 'CategoricalParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'CategoricalParameterRange', ], 'max' => 30, 'min' => 0, ], 'CategoricalParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'CategoricalParameter', ], 'max' => 5, 'min' => 1, ], 'Cents' => [ 'type' => 'integer', 'max' => 99, 'min' => 0, ], 'CertifyForMarketplace' => [ 'type' => 'boolean', ], 'Channel' => [ 'type' => 'structure', 'required' => [ 'ChannelName', 'DataSource', ], 'members' => [ 'ChannelName' => [ 'shape' => 'ChannelName', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'RecordWrapperType' => [ 'shape' => 'RecordWrapper', ], 'InputMode' => [ 'shape' => 'TrainingInputMode', ], 'ShuffleConfig' => [ 'shape' => 'ShuffleConfig', ], ], ], 'ChannelName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Za-z0-9\\.\\-_]+', ], 'ChannelSpecification' => [ 'type' => 'structure', 'required' => [ 'Name', 'SupportedContentTypes', 'SupportedInputModes', ], 'members' => [ 'Name' => [ 'shape' => 'ChannelName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'IsRequired' => [ 'shape' => 'Boolean', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedCompressionTypes' => [ 'shape' => 'CompressionTypes', ], 'SupportedInputModes' => [ 'shape' => 'InputModes', ], ], ], 'ChannelSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'ChannelSpecification', ], 'max' => 8, 'min' => 1, ], 'CheckpointConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], ], ], 'Cidr' => [ 'type' => 'string', 'max' => 64, 'min' => 4, 'pattern' => '(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))$)', ], 'Cidrs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Cidr', ], ], 'ClarifyCheckStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CheckType' => [ 'shape' => 'String256', ], 'BaselineUsedForDriftCheckConstraints' => [ 'shape' => 'String1024', ], 'CalculatedBaselineConstraints' => [ 'shape' => 'String1024', ], 'ModelPackageGroupName' => [ 'shape' => 'String256', ], 'ViolationReport' => [ 'shape' => 'String1024', ], 'CheckJobArn' => [ 'shape' => 'String256', ], 'SkipCheck' => [ 'shape' => 'Boolean', ], 'RegisterNewBaseline' => [ 'shape' => 'Boolean', ], ], ], 'ClarifyContentTemplate' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyEnableExplanations' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyExplainerConfig' => [ 'type' => 'structure', 'required' => [ 'ShapConfig', ], 'members' => [ 'EnableExplanations' => [ 'shape' => 'ClarifyEnableExplanations', ], 'InferenceConfig' => [ 'shape' => 'ClarifyInferenceConfig', ], 'ShapConfig' => [ 'shape' => 'ClarifyShapConfig', ], ], ], 'ClarifyFeatureHeaders' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyHeader', ], 'max' => 256, 'min' => 1, ], 'ClarifyFeatureType' => [ 'type' => 'string', 'enum' => [ 'numerical', 'categorical', 'text', ], ], 'ClarifyFeatureTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyFeatureType', ], 'max' => 256, 'min' => 1, ], 'ClarifyFeaturesAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyHeader' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyInferenceConfig' => [ 'type' => 'structure', 'members' => [ 'FeaturesAttribute' => [ 'shape' => 'ClarifyFeaturesAttribute', ], 'ContentTemplate' => [ 'shape' => 'ClarifyContentTemplate', ], 'MaxRecordCount' => [ 'shape' => 'ClarifyMaxRecordCount', ], 'MaxPayloadInMB' => [ 'shape' => 'ClarifyMaxPayloadInMB', ], 'ProbabilityIndex' => [ 'shape' => 'ClarifyProbabilityIndex', ], 'LabelIndex' => [ 'shape' => 'ClarifyLabelIndex', ], 'ProbabilityAttribute' => [ 'shape' => 'ClarifyProbabilityAttribute', ], 'LabelAttribute' => [ 'shape' => 'ClarifyLabelAttribute', ], 'LabelHeaders' => [ 'shape' => 'ClarifyLabelHeaders', ], 'FeatureHeaders' => [ 'shape' => 'ClarifyFeatureHeaders', ], 'FeatureTypes' => [ 'shape' => 'ClarifyFeatureTypes', ], ], ], 'ClarifyLabelAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyLabelHeaders' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyHeader', ], 'max' => 16, 'min' => 1, ], 'ClarifyLabelIndex' => [ 'type' => 'integer', 'min' => 0, ], 'ClarifyMaxPayloadInMB' => [ 'type' => 'integer', 'max' => 25, 'min' => 1, ], 'ClarifyMaxRecordCount' => [ 'type' => 'integer', 'min' => 1, ], 'ClarifyMimeType' => [ 'type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9+.])*', ], 'ClarifyProbabilityAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyProbabilityIndex' => [ 'type' => 'integer', 'min' => 0, ], 'ClarifyShapBaseline' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'ClarifyShapBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'MimeType' => [ 'shape' => 'ClarifyMimeType', ], 'ShapBaseline' => [ 'shape' => 'ClarifyShapBaseline', ], 'ShapBaselineUri' => [ 'shape' => 'Url', ], ], ], 'ClarifyShapConfig' => [ 'type' => 'structure', 'required' => [ 'ShapBaselineConfig', ], 'members' => [ 'ShapBaselineConfig' => [ 'shape' => 'ClarifyShapBaselineConfig', ], 'NumberOfSamples' => [ 'shape' => 'ClarifyShapNumberOfSamples', ], 'UseLogit' => [ 'shape' => 'ClarifyShapUseLogit', ], 'Seed' => [ 'shape' => 'ClarifyShapSeed', ], 'TextConfig' => [ 'shape' => 'ClarifyTextConfig', ], ], ], 'ClarifyShapNumberOfSamples' => [ 'type' => 'integer', 'min' => 1, ], 'ClarifyShapSeed' => [ 'type' => 'integer', ], 'ClarifyShapUseLogit' => [ 'type' => 'boolean', ], 'ClarifyTextConfig' => [ 'type' => 'structure', 'required' => [ 'Language', 'Granularity', ], 'members' => [ 'Language' => [ 'shape' => 'ClarifyTextLanguage', ], 'Granularity' => [ 'shape' => 'ClarifyTextGranularity', ], ], ], 'ClarifyTextGranularity' => [ 'type' => 'string', 'enum' => [ 'token', 'sentence', 'paragraph', ], ], 'ClarifyTextLanguage' => [ 'type' => 'string', 'enum' => [ 'af', 'sq', 'ar', 'hy', 'eu', 'bn', 'bg', 'ca', 'zh', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fi', 'fr', 'de', 'el', 'gu', 'he', 'hi', 'hu', 'is', 'id', 'ga', 'it', 'kn', 'ky', 'lv', 'lt', 'lb', 'mk', 'ml', 'mr', 'ne', 'nb', 'fa', 'pl', 'pt', 'ro', 'ru', 'sa', 'sr', 'tn', 'si', 'sk', 'sl', 'es', 'sv', 'tl', 'ta', 'tt', 'te', 'tr', 'uk', 'ur', 'yo', 'lij', 'xx', ], ], 'ClientId' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[ -~]+', ], 'ClientSecret' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[ -~]+', 'sensitive' => true, ], 'ClientToken' => [ 'type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$', ], 'CodeRepositories' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepository', ], 'max' => 10, ], 'CodeRepository' => [ 'type' => 'structure', 'required' => [ 'RepositoryUrl', ], 'members' => [ 'RepositoryUrl' => [ 'shape' => 'RepositoryUrl', ], ], ], 'CodeRepositoryArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:code-repository/.*', ], 'CodeRepositoryContains' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z0-9-]+', ], 'CodeRepositoryNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'CodeRepositoryNameOrUrl' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^https://([^/]+)/?(.*)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'CodeRepositorySortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'LastModifiedTime', ], ], 'CodeRepositorySortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'CodeRepositorySummary' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], ], ], 'CodeRepositorySummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepositorySummary', ], ], 'CognitoConfig' => [ 'type' => 'structure', 'required' => [ 'UserPool', 'ClientId', ], 'members' => [ 'UserPool' => [ 'shape' => 'CognitoUserPool', ], 'ClientId' => [ 'shape' => 'ClientId', ], ], ], 'CognitoMemberDefinition' => [ 'type' => 'structure', 'required' => [ 'UserPool', 'UserGroup', 'ClientId', ], 'members' => [ 'UserPool' => [ 'shape' => 'CognitoUserPool', ], 'UserGroup' => [ 'shape' => 'CognitoUserGroup', ], 'ClientId' => [ 'shape' => 'ClientId', ], ], ], 'CognitoUserGroup' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', ], 'CognitoUserPool' => [ 'type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+', ], 'CollectionConfiguration' => [ 'type' => 'structure', 'members' => [ 'CollectionName' => [ 'shape' => 'CollectionName', ], 'CollectionParameters' => [ 'shape' => 'CollectionParameters', ], ], ], 'CollectionConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'CollectionConfiguration', ], 'max' => 20, 'min' => 0, ], 'CollectionName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'CollectionParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'CompilationJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:compilation-job/.*', ], 'CompilationJobStatus' => [ 'type' => 'string', 'enum' => [ 'INPROGRESS', 'COMPLETED', 'FAILED', 'STARTING', 'STOPPING', 'STOPPED', ], ], 'CompilationJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'CompilationJobSummary', ], ], 'CompilationJobSummary' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'CompilationJobArn', 'CreationTime', 'CompilationJobStatus', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompilationStartTime' => [ 'shape' => 'Timestamp', ], 'CompilationEndTime' => [ 'shape' => 'Timestamp', ], 'CompilationTargetDevice' => [ 'shape' => 'TargetDevice', ], 'CompilationTargetPlatformOs' => [ 'shape' => 'TargetPlatformOs', ], 'CompilationTargetPlatformArch' => [ 'shape' => 'TargetPlatformArch', ], 'CompilationTargetPlatformAccelerator' => [ 'shape' => 'TargetPlatformAccelerator', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CompilationJobStatus' => [ 'shape' => 'CompilationJobStatus', ], ], ], 'CompilerOptions' => [ 'type' => 'string', 'max' => 1024, 'min' => 3, 'pattern' => '.*', ], 'CompleteOnConvergence' => [ 'type' => 'string', 'enum' => [ 'Disabled', 'Enabled', ], ], 'CompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'CompressionTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CompressionType', ], ], 'ConditionOutcome' => [ 'type' => 'string', 'enum' => [ 'True', 'False', ], ], 'ConditionStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Outcome' => [ 'shape' => 'ConditionOutcome', ], ], ], 'ConfigKey' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'ConfigValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ContainerArgument' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerArgument', ], 'max' => 100, 'min' => 1, ], 'ContainerDefinition' => [ 'type' => 'structure', 'members' => [ 'ContainerHostname' => [ 'shape' => 'ContainerHostname', ], 'Image' => [ 'shape' => 'ContainerImage', ], 'ImageConfig' => [ 'shape' => 'ImageConfig', ], 'Mode' => [ 'shape' => 'ContainerMode', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'MultiModelConfig' => [ 'shape' => 'MultiModelConfig', ], 'ModelDataSource' => [ 'shape' => 'ModelDataSource', ], ], ], 'ContainerDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerDefinition', ], 'max' => 15, ], 'ContainerEntrypoint' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerEntrypointString', ], 'max' => 100, 'min' => 1, ], 'ContainerEntrypointString' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContainerHostname' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'ContainerImage' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[\\S]+', ], 'ContainerMode' => [ 'type' => 'string', 'enum' => [ 'SingleModel', 'MultiModel', ], ], 'ContentClassifier' => [ 'type' => 'string', 'enum' => [ 'FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent', ], ], 'ContentClassifiers' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContentClassifier', ], 'max' => 256, ], 'ContentColumn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ContentDigest' => [ 'type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$', ], 'ContentType' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContentType', ], ], 'ContextArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:context/.*', ], 'ContextSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceType' => [ 'shape' => 'String256', ], 'SourceId' => [ 'shape' => 'String256', ], ], ], 'ContextSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContextSummary', ], ], 'ContextSummary' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ContinuousParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'MinValue', 'MaxValue', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], 'ScalingType' => [ 'shape' => 'HyperParameterScalingType', ], ], ], 'ContinuousParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'MinValue', 'MaxValue', ], 'members' => [ 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], ], ], 'ContinuousParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContinuousParameterRange', ], 'max' => 30, 'min' => 0, ], 'ConvergenceDetected' => [ 'type' => 'structure', 'members' => [ 'CompleteOnConvergence' => [ 'shape' => 'CompleteOnConvergence', ], ], ], 'CreateActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', 'Source', 'ActionType', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'CreateAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'TrainingSpecification', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'TrainingSpecification' => [ 'shape' => 'TrainingSpecification', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'AlgorithmValidationSpecification', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateAlgorithmOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmArn', ], 'members' => [ 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], ], ], 'CreateAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'Tags' => [ 'shape' => 'TagList', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'CreateAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], ], ], 'CreateAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'Tags' => [ 'shape' => 'TagList', ], 'ResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'CreateAppResponse' => [ 'type' => 'structure', 'members' => [ 'AppArn' => [ 'shape' => 'AppArn', ], ], ], 'CreateArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'Source', 'ArtifactType', ], 'members' => [ 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'CreateAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'InputDataConfig' => [ 'shape' => 'AutoMLInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'AutoMLJobConfig' => [ 'shape' => 'AutoMLJobConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], ], ], 'CreateAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobArn', ], 'members' => [ 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'CreateAutoMLJobV2Request' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobInputDataConfig', 'OutputDataConfig', 'AutoMLProblemTypeConfig', 'RoleArn', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobInputDataConfig' => [ 'shape' => 'AutoMLJobInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'AutoMLProblemTypeConfig' => [ 'shape' => 'AutoMLProblemTypeConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], ], ], 'CreateAutoMLJobV2Response' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobArn', ], 'members' => [ 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'CreateCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'GitConfig', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryArn', ], 'members' => [ 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], ], ], 'CreateCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'RoleArn', 'OutputConfig', 'StoppingCondition', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'InputConfig' => [ 'shape' => 'InputConfig', ], 'OutputConfig' => [ 'shape' => 'OutputConfig', ], 'VpcConfig' => [ 'shape' => 'NeoVpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateCompilationJobResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobArn', ], 'members' => [ 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], ], ], 'CreateContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', 'Source', 'ContextType', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'CreateDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'DataQualityAppSpecification', 'DataQualityJobInput', 'DataQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'DataQualityBaselineConfig' => [ 'shape' => 'DataQualityBaselineConfig', ], 'DataQualityAppSpecification' => [ 'shape' => 'DataQualityAppSpecification', ], 'DataQualityJobInput' => [ 'shape' => 'DataQualityJobInput', ], 'DataQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateDataQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'OutputConfig', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'EnableIotRoleAlias' => [ 'shape' => 'EnableIotRoleAlias', ], ], ], 'CreateDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'AuthMode', 'DefaultUserSettings', 'SubnetIds', 'VpcId', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AuthMode' => [ 'shape' => 'AuthMode', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'SubnetIds' => [ 'shape' => 'Subnets', ], 'VpcId' => [ 'shape' => 'VpcId', ], 'Tags' => [ 'shape' => 'TagList', ], 'AppNetworkAccessType' => [ 'shape' => 'AppNetworkAccessType', ], 'HomeEfsFileSystemKmsKeyId' => [ 'shape' => 'KmsKeyId', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use KmsKeyId instead.', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], 'DomainSettings' => [ 'shape' => 'DomainSettings', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], ], ], 'CreateDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'Url' => [ 'shape' => 'String1024', ], ], ], 'CreateEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'ModelConfigs', 'DeviceFleetName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ModelConfigs' => [ 'shape' => 'EdgeDeploymentModelConfigs', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Stages' => [ 'shape' => 'DeploymentStages', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEdgeDeploymentPlanResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], ], ], 'CreateEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'Stages', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'Stages' => [ 'shape' => 'DeploymentStages', ], ], ], 'CreateEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', 'CompilationJobName', 'ModelName', 'ModelVersion', 'RoleArn', 'OutputConfig', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'ResourceKey' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'ProductionVariants', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantList', ], ], ], 'CreateEndpointConfigOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigArn', ], 'members' => [ 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], ], ], 'CreateEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointConfigName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'DeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'CreateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'CreateFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'RecordIdentifierFeatureName', 'EventTimeFeatureName', 'FeatureDefinitions', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'Description', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], ], ], 'CreateFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', 'HumanLoopConfig', 'OutputConfig', 'RoleArn', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'HumanLoopRequestSource' => [ 'shape' => 'HumanLoopRequestSource', ], 'HumanLoopActivationConfig' => [ 'shape' => 'HumanLoopActivationConfig', ], 'HumanLoopConfig' => [ 'shape' => 'HumanLoopConfig', ], 'OutputConfig' => [ 'shape' => 'FlowDefinitionOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateFlowDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionArn', ], 'members' => [ 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], ], ], 'CreateHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubDescription', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'S3StorageConfig' => [ 'shape' => 'HubS3StorageConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], ], ], 'CreateHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', 'UiTemplate', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'UiTemplate' => [ 'shape' => 'UiTemplate', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateHumanTaskUiResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiArn', ], 'members' => [ 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'CreateHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobConfig', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'Autotune' => [ 'shape' => 'Autotune', ], ], ], 'CreateHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobArn', ], 'members' => [ 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], ], ], 'CreateImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', 'RoleArn', ], 'members' => [ 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateImageResponse' => [ 'type' => 'structure', 'members' => [ 'ImageArn' => [ 'shape' => 'ImageArn', ], ], ], 'CreateImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'BaseImage', 'ClientToken', 'ImageName', ], 'members' => [ 'BaseImage' => [ 'shape' => 'ImageBaseImage', ], 'ClientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'ImageName' => [ 'shape' => 'ImageName', ], 'Aliases' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'CreateImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], ], ], 'CreateInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'RoleArn', 'EndpointName', 'ModelVariants', 'ShadowModeConfig', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'CreateInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobType', 'RoleArn', 'InputConfig', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputConfig' => [ 'shape' => 'RecommendationJobInputConfig', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'StoppingConditions' => [ 'shape' => 'RecommendationJobStoppingConditions', ], 'OutputConfig' => [ 'shape' => 'RecommendationJobOutputConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateInferenceRecommendationsJobResponse' => [ 'type' => 'structure', 'required' => [ 'JobArn', ], 'members' => [ 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], ], ], 'CreateLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', 'LabelAttributeName', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelAttributeName' => [ 'shape' => 'LabelAttributeName', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], 'OutputConfig' => [ 'shape' => 'LabelingJobOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LabelCategoryConfigS3Uri' => [ 'shape' => 'S3Uri', ], 'StoppingConditions' => [ 'shape' => 'LabelingJobStoppingConditions', ], 'LabelingJobAlgorithmsConfig' => [ 'shape' => 'LabelingJobAlgorithmsConfig', ], 'HumanTaskConfig' => [ 'shape' => 'HumanTaskConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateLabelingJobResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobArn', ], 'members' => [ 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], ], ], 'CreateModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelBiasAppSpecification', 'ModelBiasJobInput', 'ModelBiasJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelBiasBaselineConfig' => [ 'shape' => 'ModelBiasBaselineConfig', ], 'ModelBiasAppSpecification' => [ 'shape' => 'ModelBiasAppSpecification', ], 'ModelBiasJobInput' => [ 'shape' => 'ModelBiasJobInput', ], 'ModelBiasJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelBiasJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateModelCardExportJobRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardExportJobName', 'OutputConfig', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'OutputConfig' => [ 'shape' => 'ModelCardExportOutputConfig', ], ], ], 'CreateModelCardExportJobResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobArn', ], 'members' => [ 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], ], ], 'CreateModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'Content', 'ModelCardStatus', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], ], ], 'CreateModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelExplainabilityAppSpecification', 'ModelExplainabilityJobInput', 'ModelExplainabilityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelExplainabilityBaselineConfig' => [ 'shape' => 'ModelExplainabilityBaselineConfig', ], 'ModelExplainabilityAppSpecification' => [ 'shape' => 'ModelExplainabilityAppSpecification', ], 'ModelExplainabilityJobInput' => [ 'shape' => 'ModelExplainabilityJobInput', ], 'ModelExplainabilityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelExplainabilityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ExecutionRoleArn', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], ], ], 'CreateModelOutput' => [ 'type' => 'structure', 'required' => [ 'ModelArn', ], 'members' => [ 'ModelArn' => [ 'shape' => 'ModelArn', ], ], ], 'CreateModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelPackageGroupOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupArn', ], 'members' => [ 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], ], ], 'CreateModelPackageInput' => [ 'type' => 'structure', 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'ClientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'S3Uri', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'CreateModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'CreateModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelQualityAppSpecification', 'ModelQualityJobInput', 'ModelQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelQualityBaselineConfig' => [ 'shape' => 'ModelQualityBaselineConfig', ], 'ModelQualityAppSpecification' => [ 'shape' => 'ModelQualityAppSpecification', ], 'ModelQualityJobInput' => [ 'shape' => 'ModelQualityJobInput', ], 'ModelQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], ], ], 'CreateNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', 'InstanceType', 'RoleArn', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'SubnetId' => [ 'shape' => 'SubnetId', ], 'SecurityGroupIds' => [ 'shape' => 'SecurityGroupIds', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], 'LifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DirectInternetAccess' => [ 'shape' => 'DirectInternetAccess', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'PlatformIdentifier' => [ 'shape' => 'PlatformIdentifier', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'CreateNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], ], ], 'CreateNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], ], ], 'CreateNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], ], ], 'CreatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', 'RoleArn', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDefinitionS3Location' => [ 'shape' => 'PipelineDefinitionS3Location', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'CreatePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'CreatePresignedDomainUrlRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'SessionExpirationDurationInSeconds' => [ 'shape' => 'SessionExpirationDurationInSeconds', ], 'ExpiresInSeconds' => [ 'shape' => 'ExpiresInSeconds', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'CreatePresignedDomainUrlResponse' => [ 'type' => 'structure', 'members' => [ 'AuthorizedUrl' => [ 'shape' => 'PresignedDomainUrl', ], ], ], 'CreatePresignedNotebookInstanceUrlInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'SessionExpirationDurationInSeconds' => [ 'shape' => 'SessionExpirationDurationInSeconds', ], ], ], 'CreatePresignedNotebookInstanceUrlOutput' => [ 'type' => 'structure', 'members' => [ 'AuthorizedUrl' => [ 'shape' => 'NotebookInstanceUrl', ], ], ], 'CreateProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'RoleArn', ], 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'CreateProcessingJobResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobArn', ], 'members' => [ 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], ], ], 'CreateProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', 'ServiceCatalogProvisioningDetails', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', 'ProjectId', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], ], ], 'CreateSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'Tags' => [ 'shape' => 'TagList', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'CreateSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'SpaceArn' => [ 'shape' => 'SpaceArn', ], ], ], 'CreateStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', 'StudioLifecycleConfigContent', 'StudioLifecycleConfigAppType', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'StudioLifecycleConfigContent' => [ 'shape' => 'StudioLifecycleConfigContent', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateStudioLifecycleConfigResponse' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], ], 'CreateTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], ], ], 'CreateTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobArn', ], 'members' => [ 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'CreateTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'ModelName', 'TransformInput', 'TransformOutput', 'TransformResources', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'Tags' => [ 'shape' => 'TagList', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'CreateTransformJobResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobArn', ], 'members' => [ 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], ], ], 'CreateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'CreateTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', 'ExperimentName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'CreateUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'SingleSignOnUserIdentifier' => [ 'shape' => 'SingleSignOnUserIdentifier', ], 'SingleSignOnUserValue' => [ 'shape' => 'String256', ], 'Tags' => [ 'shape' => 'TagList', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'CreateUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], ], ], 'CreateWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'CognitoConfig' => [ 'shape' => 'CognitoConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfig', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'Tags' => [ 'shape' => 'TagList', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigRequest', ], ], ], 'CreateWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'WorkforceArn', ], 'members' => [ 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], ], ], 'CreateWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', 'MemberDefinitions', 'Description', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'Description' => [ 'shape' => 'String200', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateWorkteamResponse' => [ 'type' => 'structure', 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'CrossAccountFilterOption' => [ 'type' => 'string', 'enum' => [ 'SameAccount', 'CrossAccount', ], ], 'CsvContentType' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*', ], 'CsvContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CsvContentType', ], 'max' => 10, 'min' => 1, ], 'CustomImage' => [ 'type' => 'structure', 'required' => [ 'ImageName', 'AppImageConfigName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageVersionNumber' => [ 'shape' => 'ImageVersionNumber', 'box' => true, ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'CustomImages' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomImage', ], 'max' => 200, ], 'CustomerMetadataKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,128}', ], 'CustomerMetadataKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomerMetadataKey', ], ], 'CustomerMetadataMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'CustomerMetadataKey', ], 'value' => [ 'shape' => 'CustomerMetadataValue', ], 'max' => 50, 'min' => 1, ], 'CustomerMetadataValue' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,256}', ], 'CustomizedMetricSpecification' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'String', ], 'Namespace' => [ 'shape' => 'String', ], 'Statistic' => [ 'shape' => 'Statistic', ], ], ], 'DataCaptureConfig' => [ 'type' => 'structure', 'required' => [ 'InitialSamplingPercentage', 'DestinationS3Uri', 'CaptureOptions', ], 'members' => [ 'EnableCapture' => [ 'shape' => 'EnableCapture', ], 'InitialSamplingPercentage' => [ 'shape' => 'SamplingPercentage', ], 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CaptureOptions' => [ 'shape' => 'CaptureOptionList', ], 'CaptureContentTypeHeader' => [ 'shape' => 'CaptureContentTypeHeader', ], ], ], 'DataCaptureConfigSummary' => [ 'type' => 'structure', 'required' => [ 'EnableCapture', 'CaptureStatus', 'CurrentSamplingPercentage', 'DestinationS3Uri', 'KmsKeyId', ], 'members' => [ 'EnableCapture' => [ 'shape' => 'EnableCapture', ], 'CaptureStatus' => [ 'shape' => 'CaptureStatus', ], 'CurrentSamplingPercentage' => [ 'shape' => 'SamplingPercentage', ], 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'DataCatalogConfig' => [ 'type' => 'structure', 'required' => [ 'TableName', 'Catalog', 'Database', ], 'members' => [ 'TableName' => [ 'shape' => 'TableName', ], 'Catalog' => [ 'shape' => 'Catalog', ], 'Database' => [ 'shape' => 'Database', ], ], ], 'DataDistributionType' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'DataExplorationNotebookLocation' => [ 'type' => 'string', 'min' => 1, ], 'DataInputConfig' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DataProcessing' => [ 'type' => 'structure', 'members' => [ 'InputFilter' => [ 'shape' => 'JsonPath', ], 'OutputFilter' => [ 'shape' => 'JsonPath', ], 'JoinSource' => [ 'shape' => 'JoinSource', ], ], ], 'DataQualityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'DataQualityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], 'StatisticsResource' => [ 'shape' => 'MonitoringStatisticsResource', ], ], ], 'DataQualityJobInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'DataSource' => [ 'type' => 'structure', 'members' => [ 'S3DataSource' => [ 'shape' => 'S3DataSource', ], 'FileSystemDataSource' => [ 'shape' => 'FileSystemDataSource', ], ], ], 'Database' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'DatasetDefinition' => [ 'type' => 'structure', 'members' => [ 'AthenaDatasetDefinition' => [ 'shape' => 'AthenaDatasetDefinition', ], 'RedshiftDatasetDefinition' => [ 'shape' => 'RedshiftDatasetDefinition', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'DataDistributionType' => [ 'shape' => 'DataDistributionType', ], 'InputMode' => [ 'shape' => 'InputMode', ], ], ], 'DebugHookConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'HookParameters' => [ 'shape' => 'HookParameters', ], 'CollectionConfigurations' => [ 'shape' => 'CollectionConfigurations', ], ], ], 'DebugRuleConfiguration' => [ 'type' => 'structure', 'required' => [ 'RuleConfigurationName', 'RuleEvaluatorImage', ], 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'RuleEvaluatorImage' => [ 'shape' => 'AlgorithmImage', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'RuleParameters' => [ 'shape' => 'RuleParameters', ], ], ], 'DebugRuleConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DebugRuleConfiguration', ], 'max' => 20, 'min' => 0, ], 'DebugRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'RuleEvaluationJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'RuleEvaluationStatus' => [ 'shape' => 'RuleEvaluationStatus', ], 'StatusDetails' => [ 'shape' => 'StatusDetails', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DebugRuleEvaluationStatuses' => [ 'type' => 'list', 'member' => [ 'shape' => 'DebugRuleEvaluationStatus', ], 'max' => 20, 'min' => 0, ], 'DefaultGid' => [ 'type' => 'integer', 'max' => 65535, 'min' => 0, ], 'DefaultSpaceSettings' => [ 'type' => 'structure', 'members' => [ 'ExecutionRole' => [ 'shape' => 'RoleArn', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], ], ], 'DefaultUid' => [ 'type' => 'integer', 'max' => 65535, 'min' => 0, ], 'DeleteActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'DeleteAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'DeleteAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DeleteArtifactRequest' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'Source' => [ 'shape' => 'ArtifactSource', ], ], ], 'DeleteArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'DeleteAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'SourceArn', 'DestinationArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'DeleteAssociationResponse' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'DeleteCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'DeleteDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'RetentionPolicy' => [ 'shape' => 'RetentionPolicy', ], ], ], 'DeleteEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], ], ], 'DeleteEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'DeleteExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'DeleteFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], ], ], 'DeleteFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], ], ], 'DeleteFlowDefinitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', 'HubContentVersion', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], ], ], 'DeleteHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], ], ], 'DeleteHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], ], ], 'DeleteHumanTaskUiResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], ], ], 'DeleteImageResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], ], 'DeleteImageVersionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'DeleteInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'DeleteModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'DeleteModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], ], ], 'DeleteModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], ], ], 'DeleteModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'DeleteNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'DeleteNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], ], ], 'DeletePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'DeletePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'DeleteProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], ], ], 'DeleteSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DeleteStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], ], ], 'DeleteTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagKeys', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'DeleteTagsOutput' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'DeleteTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'DeleteUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], ], ], 'DeleteWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], ], ], 'DeleteWorkforceResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], ], ], 'DeleteWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Success', ], 'members' => [ 'Success' => [ 'shape' => 'Success', ], ], ], 'DependencyCopyPath' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'DependencyOriginPath' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'DeployedImage' => [ 'type' => 'structure', 'members' => [ 'SpecifiedImage' => [ 'shape' => 'ContainerImage', ], 'ResolvedImage' => [ 'shape' => 'ContainerImage', ], 'ResolutionTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeployedImages' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeployedImage', ], ], 'DeploymentConfig' => [ 'type' => 'structure', 'members' => [ 'BlueGreenUpdatePolicy' => [ 'shape' => 'BlueGreenUpdatePolicy', ], 'AutoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfig', ], 'RollingUpdatePolicy' => [ 'shape' => 'RollingUpdatePolicy', ], ], ], 'DeploymentRecommendation' => [ 'type' => 'structure', 'required' => [ 'RecommendationStatus', ], 'members' => [ 'RecommendationStatus' => [ 'shape' => 'RecommendationStatus', ], 'RealTimeInferenceRecommendations' => [ 'shape' => 'RealTimeInferenceRecommendations', ], ], ], 'DeploymentStage' => [ 'type' => 'structure', 'required' => [ 'StageName', 'DeviceSelectionConfig', ], 'members' => [ 'StageName' => [ 'shape' => 'EntityName', ], 'DeviceSelectionConfig' => [ 'shape' => 'DeviceSelectionConfig', ], 'DeploymentConfig' => [ 'shape' => 'EdgeDeploymentConfig', ], ], ], 'DeploymentStageMaxResults' => [ 'type' => 'integer', 'max' => 10, ], 'DeploymentStageStatusSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStageStatusSummary', ], ], 'DeploymentStageStatusSummary' => [ 'type' => 'structure', 'required' => [ 'StageName', 'DeviceSelectionConfig', 'DeploymentConfig', 'DeploymentStatus', ], 'members' => [ 'StageName' => [ 'shape' => 'EntityName', ], 'DeviceSelectionConfig' => [ 'shape' => 'DeviceSelectionConfig', ], 'DeploymentConfig' => [ 'shape' => 'EdgeDeploymentConfig', ], 'DeploymentStatus' => [ 'shape' => 'EdgeDeploymentStatus', ], ], ], 'DeploymentStages' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStage', ], ], 'DeregisterDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'DeviceNames', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceNames' => [ 'shape' => 'DeviceNames', ], ], ], 'DescribeActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], 'ActionArn' => [ 'shape' => 'ActionArn', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], ], ], 'DescribeAlgorithmOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'AlgorithmArn', 'CreationTime', 'TrainingSpecification', 'AlgorithmStatus', 'AlgorithmStatusDetails', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'TrainingSpecification' => [ 'shape' => 'TrainingSpecification', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'AlgorithmValidationSpecification', ], 'AlgorithmStatus' => [ 'shape' => 'AlgorithmStatus', ], 'AlgorithmStatusDetails' => [ 'shape' => 'AlgorithmStatusDetails', ], 'ProductId' => [ 'shape' => 'ProductId', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], ], ], 'DescribeAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'DescribeAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'DescribeAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeAppResponse' => [ 'type' => 'structure', 'members' => [ 'AppArn' => [ 'shape' => 'AppArn', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'Status' => [ 'shape' => 'AppStatus', ], 'LastHealthCheckTimestamp' => [ 'shape' => 'Timestamp', ], 'LastUserActivityTimestamp' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'ArtifactArn', ], 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'DescribeArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'DescribeAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'InputDataConfig' => [ 'shape' => 'AutoMLInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'AutoMLJobConfig' => [ 'shape' => 'AutoMLJobConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], 'BestCandidate' => [ 'shape' => 'AutoMLCandidate', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'AutoMLJobArtifacts' => [ 'shape' => 'AutoMLJobArtifacts', ], 'ResolvedAttributes' => [ 'shape' => 'ResolvedAttributes', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'ModelDeployResult' => [ 'shape' => 'ModelDeployResult', ], ], ], 'DescribeAutoMLJobV2Request' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'DescribeAutoMLJobV2Response' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobInputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'AutoMLJobInputDataConfig' => [ 'shape' => 'AutoMLJobInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'AutoMLProblemTypeConfig' => [ 'shape' => 'AutoMLProblemTypeConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], 'BestCandidate' => [ 'shape' => 'AutoMLCandidate', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'ModelDeployResult' => [ 'shape' => 'ModelDeployResult', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'AutoMLJobArtifacts' => [ 'shape' => 'AutoMLJobArtifacts', ], 'ResolvedAttributes' => [ 'shape' => 'AutoMLResolvedAttributes', ], 'AutoMLProblemTypeConfigName' => [ 'shape' => 'AutoMLProblemTypeConfigName', ], ], ], 'DescribeCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], ], ], 'DescribeCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeCompilationJobResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'CompilationJobArn', 'CompilationJobStatus', 'StoppingCondition', 'CreationTime', 'LastModifiedTime', 'FailureReason', 'ModelArtifacts', 'RoleArn', 'InputConfig', 'OutputConfig', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], 'CompilationJobStatus' => [ 'shape' => 'CompilationJobStatus', ], 'CompilationStartTime' => [ 'shape' => 'Timestamp', ], 'CompilationEndTime' => [ 'shape' => 'Timestamp', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'InferenceImage' => [ 'shape' => 'InferenceImage', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'ModelDigests' => [ 'shape' => 'ModelDigests', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputConfig' => [ 'shape' => 'InputConfig', ], 'OutputConfig' => [ 'shape' => 'OutputConfig', ], 'VpcConfig' => [ 'shape' => 'NeoVpcConfig', ], ], ], 'DescribeContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], ], ], 'DescribeContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'ContextArn' => [ 'shape' => 'ContextArn', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeDataQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'DataQualityAppSpecification', 'DataQualityJobInput', 'DataQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'DataQualityBaselineConfig' => [ 'shape' => 'DataQualityBaselineConfig', ], 'DataQualityAppSpecification' => [ 'shape' => 'DataQualityAppSpecification', ], 'DataQualityJobInput' => [ 'shape' => 'DataQualityJobInput', ], 'DataQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeDeviceFleetResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'DeviceFleetArn', 'OutputConfig', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'IotRoleAlias' => [ 'shape' => 'IotRoleAlias', ], ], ], 'DescribeDeviceRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceFleetName', ], 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'DeviceName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeDeviceResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceFleetName', 'RegistrationTime', ], 'members' => [ 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'DeviceName' => [ 'shape' => 'EntityName', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'IotThingName' => [ 'shape' => 'ThingName', ], 'RegistrationTime' => [ 'shape' => 'Timestamp', ], 'LatestHeartbeat' => [ 'shape' => 'Timestamp', ], 'Models' => [ 'shape' => 'EdgeModels', ], 'MaxModels' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'AgentVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'DescribeDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], ], ], 'DescribeDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'HomeEfsFileSystemId' => [ 'shape' => 'ResourceId', ], 'SingleSignOnManagedApplicationInstanceId' => [ 'shape' => 'String256', ], 'Status' => [ 'shape' => 'DomainStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'AuthMode' => [ 'shape' => 'AuthMode', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'AppNetworkAccessType' => [ 'shape' => 'AppNetworkAccessType', ], 'HomeEfsFileSystemKmsKeyId' => [ 'shape' => 'KmsKeyId', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use KmsKeyId instead.', ], 'SubnetIds' => [ 'shape' => 'Subnets', ], 'Url' => [ 'shape' => 'String1024', ], 'VpcId' => [ 'shape' => 'VpcId', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'DomainSettings' => [ 'shape' => 'DomainSettings', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], 'SecurityGroupIdForDomainBoundary' => [ 'shape' => 'SecurityGroupId', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], ], ], 'DescribeEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'DeploymentStageMaxResults', ], ], ], 'DescribeEdgeDeploymentPlanResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'ModelConfigs', 'DeviceFleetName', 'Stages', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ModelConfigs' => [ 'shape' => 'EdgeDeploymentModelConfigs', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'EdgeDeploymentSuccess' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPending' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailed' => [ 'shape' => 'Integer', ], 'Stages' => [ 'shape' => 'DeploymentStageStatusSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeEdgePackagingJobResponse' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobArn', 'EdgePackagingJobName', 'EdgePackagingJobStatus', ], 'members' => [ 'EdgePackagingJobArn' => [ 'shape' => 'EdgePackagingJobArn', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'ResourceKey' => [ 'shape' => 'KmsKeyId', ], 'EdgePackagingJobStatus' => [ 'shape' => 'EdgePackagingJobStatus', ], 'EdgePackagingJobStatusMessage' => [ 'shape' => 'String', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'ModelArtifact' => [ 'shape' => 'S3Uri', ], 'ModelSignature' => [ 'shape' => 'String', ], 'PresetDeploymentOutput' => [ 'shape' => 'EdgePresetDeploymentOutput', ], ], ], 'DescribeEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], ], ], 'DescribeEndpointConfigOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'EndpointConfigArn', 'ProductionVariants', 'CreationTime', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfig', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantList', ], ], ], 'DescribeEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'DescribeEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfigSummary', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastDeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'PendingDeploymentSummary' => [ 'shape' => 'PendingDeploymentSummary', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], ], ], 'DescribeExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ExperimentSource', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', 'FeatureGroupName', 'RecordIdentifierFeatureName', 'EventTimeFeatureName', 'FeatureDefinitions', 'CreationTime', 'NextToken', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], 'LastUpdateStatus' => [ 'shape' => 'LastUpdateStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Description' => [ 'shape' => 'Description', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'OnlineStoreTotalSizeBytes' => [ 'shape' => 'OnlineStoreTotalSizeBytes', ], ], ], 'DescribeFeatureMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], ], ], 'DescribeFeatureMetadataResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', 'FeatureGroupName', 'FeatureName', 'FeatureType', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'Parameters' => [ 'shape' => 'FeatureParameters', ], ], ], 'DescribeFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], ], ], 'DescribeFlowDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionArn', 'FlowDefinitionName', 'FlowDefinitionStatus', 'CreationTime', 'HumanLoopConfig', 'OutputConfig', 'RoleArn', ], 'members' => [ 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'FlowDefinitionStatus' => [ 'shape' => 'FlowDefinitionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HumanLoopRequestSource' => [ 'shape' => 'HumanLoopRequestSource', ], 'HumanLoopActivationConfig' => [ 'shape' => 'HumanLoopActivationConfig', ], 'HumanLoopConfig' => [ 'shape' => 'HumanLoopConfig', ], 'OutputConfig' => [ 'shape' => 'FlowDefinitionOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'DescribeHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], ], ], 'DescribeHubContentResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentArn', 'HubContentVersion', 'HubContentType', 'DocumentSchemaVersion', 'HubName', 'HubArn', 'HubContentDocument', 'HubContentStatus', 'CreationTime', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentMarkdown' => [ 'shape' => 'HubContentMarkdown', ], 'HubContentDocument' => [ 'shape' => 'HubContentDocument', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'HubContentDependencies' => [ 'shape' => 'HubContentDependencyList', ], 'HubContentStatus' => [ 'shape' => 'HubContentStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], ], ], 'DescribeHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubArn', 'HubStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'S3StorageConfig' => [ 'shape' => 'HubS3StorageConfig', ], 'HubStatus' => [ 'shape' => 'HubStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], ], ], 'DescribeHumanTaskUiResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiArn', 'HumanTaskUiName', 'CreationTime', 'UiTemplate', ], 'members' => [ 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'HumanTaskUiStatus' => [ 'shape' => 'HumanTaskUiStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'UiTemplate' => [ 'shape' => 'UiTemplateInfo', ], ], ], 'DescribeHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'DescribeHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobConfig', 'HyperParameterTuningJobStatus', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'BestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'OverallBestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'TuningJobCompletionDetails' => [ 'shape' => 'HyperParameterTuningJobCompletionDetails', ], 'ConsumedResources' => [ 'shape' => 'HyperParameterTuningJobConsumedResources', ], 'Autotune' => [ 'shape' => 'Autotune', ], ], ], 'DescribeImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], ], ], 'DescribeImageResponse' => [ 'type' => 'structure', 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageStatus' => [ 'shape' => 'ImageStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'DescribeImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], ], 'DescribeImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'BaseImage' => [ 'shape' => 'ImageBaseImage', ], 'ContainerImage' => [ 'shape' => 'ImageContainerImage', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'ImageVersionStatus' => [ 'shape' => 'ImageVersionStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'DescribeInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'DescribeInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'Type', 'Status', 'EndpointMetadata', 'ModelVariants', ], 'members' => [ 'Arn' => [ 'shape' => 'InferenceExperimentArn', ], 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Status' => [ 'shape' => 'InferenceExperimentStatus', ], 'StatusReason' => [ 'shape' => 'InferenceExperimentStatusReason', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'EndpointMetadata' => [ 'shape' => 'EndpointMetadata', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigSummaryList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], ], ], 'DescribeInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], ], ], 'DescribeInferenceRecommendationsJobResponse' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobType', 'JobArn', 'RoleArn', 'Status', 'CreationTime', 'LastModifiedTime', 'InputConfig', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'InputConfig' => [ 'shape' => 'RecommendationJobInputConfig', ], 'StoppingConditions' => [ 'shape' => 'RecommendationJobStoppingConditions', ], 'InferenceRecommendations' => [ 'shape' => 'InferenceRecommendations', ], 'EndpointPerformances' => [ 'shape' => 'EndpointPerformances', ], ], ], 'DescribeLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], ], ], 'DescribeLabelingJobResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobStatus', 'LabelCounters', 'CreationTime', 'LastModifiedTime', 'JobReferenceCode', 'LabelingJobName', 'LabelingJobArn', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig', ], 'members' => [ 'LabelingJobStatus' => [ 'shape' => 'LabelingJobStatus', ], 'LabelCounters' => [ 'shape' => 'LabelCounters', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'JobReferenceCode' => [ 'shape' => 'JobReferenceCode', ], 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'LabelAttributeName' => [ 'shape' => 'LabelAttributeName', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], 'OutputConfig' => [ 'shape' => 'LabelingJobOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LabelCategoryConfigS3Uri' => [ 'shape' => 'S3Uri', ], 'StoppingConditions' => [ 'shape' => 'LabelingJobStoppingConditions', ], 'LabelingJobAlgorithmsConfig' => [ 'shape' => 'LabelingJobAlgorithmsConfig', ], 'HumanTaskConfig' => [ 'shape' => 'HumanTaskConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'LabelingJobOutput' => [ 'shape' => 'LabelingJobOutput', ], ], ], 'DescribeLineageGroupRequest' => [ 'type' => 'structure', 'required' => [ 'LineageGroupName', ], 'members' => [ 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeLineageGroupResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelBiasJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelBiasAppSpecification', 'ModelBiasJobInput', 'ModelBiasJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelBiasBaselineConfig' => [ 'shape' => 'ModelBiasBaselineConfig', ], 'ModelBiasAppSpecification' => [ 'shape' => 'ModelBiasAppSpecification', ], 'ModelBiasJobInput' => [ 'shape' => 'ModelBiasJobInput', ], 'ModelBiasJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeModelCardExportJobRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobArn', ], 'members' => [ 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], ], ], 'DescribeModelCardExportJobResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobName', 'ModelCardExportJobArn', 'Status', 'ModelCardName', 'ModelCardVersion', 'OutputConfig', 'CreatedAt', 'LastModifiedAt', ], 'members' => [ 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], 'Status' => [ 'shape' => 'ModelCardExportJobStatus', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'OutputConfig' => [ 'shape' => 'ModelCardExportOutputConfig', ], 'CreatedAt' => [ 'shape' => 'Timestamp', ], 'LastModifiedAt' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ExportArtifacts' => [ 'shape' => 'ModelCardExportArtifacts', ], ], ], 'DescribeModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], ], ], 'DescribeModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', 'ModelCardName', 'ModelCardVersion', 'Content', 'ModelCardStatus', 'CreationTime', 'CreatedBy', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ModelCardProcessingStatus' => [ 'shape' => 'ModelCardProcessingStatus', ], ], ], 'DescribeModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelExplainabilityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelExplainabilityAppSpecification', 'ModelExplainabilityJobInput', 'ModelExplainabilityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelExplainabilityBaselineConfig' => [ 'shape' => 'ModelExplainabilityBaselineConfig', ], 'ModelExplainabilityAppSpecification' => [ 'shape' => 'ModelExplainabilityAppSpecification', ], 'ModelExplainabilityJobInput' => [ 'shape' => 'ModelExplainabilityJobInput', ], 'ModelExplainabilityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'DescribeModelOutput' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ExecutionRoleArn', 'CreationTime', 'ModelArn', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'DeploymentRecommendation' => [ 'shape' => 'DeploymentRecommendation', ], ], ], 'DescribeModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], ], ], 'DescribeModelPackageGroupOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageGroupArn', 'CreationTime', 'CreatedBy', 'ModelPackageGroupStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], ], ], 'DescribeModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], ], ], 'DescribeModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', 'ModelPackageStatusDetails', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelPackageStatusDetails' => [ 'shape' => 'ModelPackageStatusDetails', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'DescribeModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelQualityAppSpecification', 'ModelQualityJobInput', 'ModelQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelQualityBaselineConfig' => [ 'shape' => 'ModelQualityBaselineConfig', ], 'ModelQualityAppSpecification' => [ 'shape' => 'ModelQualityAppSpecification', ], 'ModelQualityJobInput' => [ 'shape' => 'ModelQualityJobInput', ], 'ModelQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'DescribeMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', 'MonitoringScheduleName', 'MonitoringScheduleStatus', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], ], ], 'DescribeNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'DescribeNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], ], ], 'DescribeNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], ], ], 'DescribeNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'NotebookInstanceStatus' => [ 'shape' => 'NotebookInstanceStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Url' => [ 'shape' => 'NotebookInstanceUrl', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'SubnetId' => [ 'shape' => 'SubnetId', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'NetworkInterfaceId' => [ 'shape' => 'NetworkInterfaceId', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DirectInternetAccess' => [ 'shape' => 'DirectInternetAccess', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'PlatformIdentifier' => [ 'shape' => 'PlatformIdentifier', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'DescribePipelineDefinitionForExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'DescribePipelineDefinitionForExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribePipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'DescribePipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExperimentConfig' => [ 'shape' => 'PipelineExperimentConfig', ], 'FailureReason' => [ 'shape' => 'PipelineExecutionFailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'DescribePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], ], ], 'DescribePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'PipelineStatus' => [ 'shape' => 'PipelineStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastRunTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'DescribeProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], ], ], 'DescribeProcessingJobResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'ProcessingJobArn', 'ProcessingJobStatus', 'CreationTime', ], 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'ProcessingStartTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'DescribeProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], ], ], 'DescribeProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', 'ProjectName', 'ProjectId', 'ServiceCatalogProvisioningDetails', 'ProjectStatus', 'CreationTime', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'ServiceCatalogProvisionedProductDetails' => [ 'shape' => 'ServiceCatalogProvisionedProductDetails', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceArn' => [ 'shape' => 'SpaceArn', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'HomeEfsFileSystemUid' => [ 'shape' => 'EfsUid', ], 'Status' => [ 'shape' => 'SpaceStatus', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'DescribeStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], ], ], 'DescribeStudioLifecycleConfigResponse' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'StudioLifecycleConfigContent' => [ 'shape' => 'StudioLifecycleConfigContent', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], ], ], 'DescribeSubscribedWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], ], ], 'DescribeSubscribedWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'SubscribedWorkteam', ], 'members' => [ 'SubscribedWorkteam' => [ 'shape' => 'SubscribedWorkteam', ], ], ], 'DescribeTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], ], ], 'DescribeTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'ModelArtifacts', 'TrainingJobStatus', 'SecondaryStatus', 'AlgorithmSpecification', 'ResourceConfig', 'StoppingCondition', 'CreationTime', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'SecondaryStatus' => [ 'shape' => 'SecondaryStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'SecondaryStatusTransitions' => [ 'shape' => 'SecondaryStatusTransitions', ], 'FinalMetricDataList' => [ 'shape' => 'FinalMetricDataList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'TrainingTimeInSeconds' => [ 'shape' => 'TrainingTimeInSeconds', ], 'BillableTimeInSeconds' => [ 'shape' => 'BillableTimeInSeconds', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'DebugRuleEvaluationStatuses' => [ 'shape' => 'DebugRuleEvaluationStatuses', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'ProfilerRuleEvaluationStatuses' => [ 'shape' => 'ProfilerRuleEvaluationStatuses', ], 'ProfilingStatus' => [ 'shape' => 'ProfilingStatus', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'WarmPoolStatus' => [ 'shape' => 'WarmPoolStatus', ], ], ], 'DescribeTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], ], ], 'DescribeTransformJobResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'TransformJobArn', 'TransformJobStatus', 'ModelName', 'TransformInput', 'TransformResources', 'CreationTime', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformStartTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'DescribeTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], ], ], 'DescribeTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Metrics' => [ 'shape' => 'TrialComponentMetricSummaries', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'Sources' => [ 'shape' => 'TrialComponentSources', ], ], ], 'DescribeTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], ], ], 'DescribeUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], ], ], 'DescribeUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'HomeEfsFileSystemUid' => [ 'shape' => 'EfsUid', ], 'Status' => [ 'shape' => 'UserProfileStatus', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'SingleSignOnUserIdentifier' => [ 'shape' => 'SingleSignOnUserIdentifier', ], 'SingleSignOnUserValue' => [ 'shape' => 'String256', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'DescribeWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], ], ], 'DescribeWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'Workforce', ], 'members' => [ 'Workforce' => [ 'shape' => 'Workforce', ], ], ], 'DescribeWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], ], ], 'DescribeWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Workteam', ], 'members' => [ 'Workteam' => [ 'shape' => 'Workteam', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 128, ], 'DesiredWeightAndCapacity' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'ServerlessUpdateConfig' => [ 'shape' => 'ProductionVariantServerlessUpdateConfig', ], ], ], 'DesiredWeightAndCapacityList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DesiredWeightAndCapacity', ], 'min' => 1, ], 'DestinationS3Uri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/])/?(.*)$', ], 'DetailedAlgorithmStatus' => [ 'type' => 'string', 'enum' => [ 'NotStarted', 'InProgress', 'Completed', 'Failed', ], ], 'DetailedModelPackageStatus' => [ 'type' => 'string', 'enum' => [ 'NotStarted', 'InProgress', 'Completed', 'Failed', ], ], 'Device' => [ 'type' => 'structure', 'required' => [ 'DeviceName', ], 'members' => [ 'DeviceName' => [ 'shape' => 'DeviceName', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'IotThingName' => [ 'shape' => 'ThingName', ], ], ], 'DeviceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:[a-z\\-]*:[a-z\\-]*:\\d{12}:[a-z\\-]*/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'DeviceDeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'READYTODEPLOY', 'INPROGRESS', 'DEPLOYED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'DeviceDeploymentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceDeploymentSummary', ], ], 'DeviceDeploymentSummary' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'StageName', 'DeviceName', 'DeviceArn', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], 'DeployedStageName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceName' => [ 'shape' => 'DeviceName', ], 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'DeviceDeploymentStatus' => [ 'shape' => 'DeviceDeploymentStatus', ], 'DeviceDeploymentStatusMessage' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeploymentStartTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeviceDescription' => [ 'type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DeviceFleetArn' => [ 'type' => 'string', 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:device-fleet/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'DeviceFleetDescription' => [ 'type' => 'string', 'max' => 800, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DeviceFleetSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceFleetSummary', ], ], 'DeviceFleetSummary' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetArn', 'DeviceFleetName', ], 'members' => [ 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeviceName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'DeviceNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceName', ], ], 'DeviceSelectionConfig' => [ 'type' => 'structure', 'required' => [ 'DeviceSubsetType', ], 'members' => [ 'DeviceSubsetType' => [ 'shape' => 'DeviceSubsetType', ], 'Percentage' => [ 'shape' => 'Percentage', ], 'DeviceNames' => [ 'shape' => 'DeviceNames', ], 'DeviceNameContains' => [ 'shape' => 'DeviceName', ], ], ], 'DeviceStats' => [ 'type' => 'structure', 'required' => [ 'ConnectedDeviceCount', 'RegisteredDeviceCount', ], 'members' => [ 'ConnectedDeviceCount' => [ 'shape' => 'Long', ], 'RegisteredDeviceCount' => [ 'shape' => 'Long', ], ], ], 'DeviceSubsetType' => [ 'type' => 'string', 'enum' => [ 'PERCENTAGE', 'SELECTION', 'NAMECONTAINS', ], ], 'DeviceSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceSummary', ], ], 'DeviceSummary' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceArn', ], 'members' => [ 'DeviceName' => [ 'shape' => 'EntityName', ], 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'IotThingName' => [ 'shape' => 'ThingName', ], 'RegistrationTime' => [ 'shape' => 'Timestamp', ], 'LatestHeartbeat' => [ 'shape' => 'Timestamp', ], 'Models' => [ 'shape' => 'EdgeModelSummaries', ], 'AgentVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'Devices' => [ 'type' => 'list', 'member' => [ 'shape' => 'Device', ], ], 'DirectInternetAccess' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'Direction' => [ 'type' => 'string', 'enum' => [ 'Both', 'Ascendants', 'Descendants', ], ], 'DirectoryPath' => [ 'type' => 'string', 'max' => 4096, 'pattern' => '.*', ], 'DisableProfiler' => [ 'type' => 'boolean', ], 'DisableSagemakerServicecatalogPortfolioInput' => [ 'type' => 'structure', 'members' => [], ], 'DisableSagemakerServicecatalogPortfolioOutput' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateAdditionalCodeRepositories' => [ 'type' => 'boolean', ], 'DisassociateDefaultCodeRepository' => [ 'type' => 'boolean', ], 'DisassociateNotebookInstanceAcceleratorTypes' => [ 'type' => 'boolean', ], 'DisassociateNotebookInstanceLifecycleConfig' => [ 'type' => 'boolean', ], 'DisassociateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', 'TrialName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DisassociateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'DocumentSchemaVersion' => [ 'type' => 'string', 'max' => 14, 'min' => 5, 'pattern' => '^\\d{1,4}.\\d{1,4}.\\d{1,4}$', ], 'Dollars' => [ 'type' => 'integer', 'max' => 2, 'min' => 0, ], 'DomainArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:domain/.*', ], 'DomainDetails' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Status' => [ 'shape' => 'DomainStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Url' => [ 'shape' => 'String1024', ], ], ], 'DomainId' => [ 'type' => 'string', 'max' => 63, ], 'DomainList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainDetails', ], ], 'DomainName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'DomainSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 3, ], 'DomainSettings' => [ 'type' => 'structure', 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'DomainSecurityGroupIds', ], 'RStudioServerProDomainSettings' => [ 'shape' => 'RStudioServerProDomainSettings', ], 'ExecutionRoleIdentityConfig' => [ 'shape' => 'ExecutionRoleIdentityConfig', ], ], ], 'DomainSettingsForUpdate' => [ 'type' => 'structure', 'members' => [ 'RStudioServerProDomainSettingsForUpdate' => [ 'shape' => 'RStudioServerProDomainSettingsForUpdate', ], 'ExecutionRoleIdentityConfig' => [ 'shape' => 'ExecutionRoleIdentityConfig', ], 'SecurityGroupIds' => [ 'shape' => 'DomainSecurityGroupIds', ], ], ], 'DomainStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'Double' => [ 'type' => 'double', ], 'DoubleParameterValue' => [ 'type' => 'double', ], 'DriftCheckBaselines' => [ 'type' => 'structure', 'members' => [ 'Bias' => [ 'shape' => 'DriftCheckBias', ], 'Explainability' => [ 'shape' => 'DriftCheckExplainability', ], 'ModelQuality' => [ 'shape' => 'DriftCheckModelQuality', ], 'ModelDataQuality' => [ 'shape' => 'DriftCheckModelDataQuality', ], ], ], 'DriftCheckBias' => [ 'type' => 'structure', 'members' => [ 'ConfigFile' => [ 'shape' => 'FileSource', ], 'PreTrainingConstraints' => [ 'shape' => 'MetricsSource', ], 'PostTrainingConstraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DriftCheckExplainability' => [ 'type' => 'structure', 'members' => [ 'Constraints' => [ 'shape' => 'MetricsSource', ], 'ConfigFile' => [ 'shape' => 'FileSource', ], ], ], 'DriftCheckModelDataQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DriftCheckModelQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DynamicScalingConfiguration' => [ 'type' => 'structure', 'members' => [ 'MinCapacity' => [ 'shape' => 'Integer', ], 'MaxCapacity' => [ 'shape' => 'Integer', ], 'ScaleInCooldown' => [ 'shape' => 'Integer', ], 'ScaleOutCooldown' => [ 'shape' => 'Integer', ], 'ScalingPolicies' => [ 'shape' => 'ScalingPolicies', ], ], ], 'EMRStepMetadata' => [ 'type' => 'structure', 'members' => [ 'ClusterId' => [ 'shape' => 'String256', ], 'StepId' => [ 'shape' => 'String256', ], 'StepName' => [ 'shape' => 'String256', ], 'LogFilePath' => [ 'shape' => 'String1024', ], ], ], 'Edge' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], ], ], 'EdgeDeploymentConfig' => [ 'type' => 'structure', 'required' => [ 'FailureHandlingPolicy', ], 'members' => [ 'FailureHandlingPolicy' => [ 'shape' => 'FailureHandlingPolicy', ], ], ], 'EdgeDeploymentModelConfig' => [ 'type' => 'structure', 'required' => [ 'ModelHandle', 'EdgePackagingJobName', ], 'members' => [ 'ModelHandle' => [ 'shape' => 'EntityName', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'EdgeDeploymentModelConfigs' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeDeploymentModelConfig', ], ], 'EdgeDeploymentPlanArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z\\-]*:\\d{12}:edge-deployment/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'EdgeDeploymentPlanSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeDeploymentPlanSummary', ], ], 'EdgeDeploymentPlanSummary' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'DeviceFleetName', 'EdgeDeploymentSuccess', 'EdgeDeploymentPending', 'EdgeDeploymentFailed', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'EdgeDeploymentSuccess' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPending' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailed' => [ 'shape' => 'Integer', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeDeploymentStatus' => [ 'type' => 'structure', 'required' => [ 'StageStatus', 'EdgeDeploymentSuccessInStage', 'EdgeDeploymentPendingInStage', 'EdgeDeploymentFailedInStage', ], 'members' => [ 'StageStatus' => [ 'shape' => 'StageStatus', ], 'EdgeDeploymentSuccessInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPendingInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailedInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentStatusMessage' => [ 'shape' => 'String', ], 'EdgeDeploymentStageStartTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeModel' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'LatestSampleTime' => [ 'shape' => 'Timestamp', ], 'LatestInference' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeModelStat' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', 'OfflineDeviceCount', 'ConnectedDeviceCount', 'ActiveDeviceCount', 'SamplingDeviceCount', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'OfflineDeviceCount' => [ 'shape' => 'Long', ], 'ConnectedDeviceCount' => [ 'shape' => 'Long', ], 'ActiveDeviceCount' => [ 'shape' => 'Long', ], 'SamplingDeviceCount' => [ 'shape' => 'Long', ], ], ], 'EdgeModelStats' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModelStat', ], ], 'EdgeModelSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModelSummary', ], ], 'EdgeModelSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'EdgeModels' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModel', ], ], 'EdgeOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputLocation', ], 'members' => [ 'S3OutputLocation' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'PresetDeploymentType' => [ 'shape' => 'EdgePresetDeploymentType', ], 'PresetDeploymentConfig' => [ 'shape' => 'String', ], ], ], 'EdgePackagingJobArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z\\-]*:\\d{12}:edge-packaging-job/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'EdgePackagingJobStatus' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'INPROGRESS', 'COMPLETED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'EdgePackagingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgePackagingJobSummary', ], ], 'EdgePackagingJobSummary' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobArn', 'EdgePackagingJobName', 'EdgePackagingJobStatus', ], 'members' => [ 'EdgePackagingJobArn' => [ 'shape' => 'EdgePackagingJobArn', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'EdgePackagingJobStatus' => [ 'shape' => 'EdgePackagingJobStatus', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgePresetDeploymentArtifact' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], 'EdgePresetDeploymentOutput' => [ 'type' => 'structure', 'required' => [ 'Type', ], 'members' => [ 'Type' => [ 'shape' => 'EdgePresetDeploymentType', ], 'Artifact' => [ 'shape' => 'EdgePresetDeploymentArtifact', ], 'Status' => [ 'shape' => 'EdgePresetDeploymentStatus', ], 'StatusMessage' => [ 'shape' => 'String', ], ], ], 'EdgePresetDeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'COMPLETED', 'FAILED', ], ], 'EdgePresetDeploymentType' => [ 'type' => 'string', 'enum' => [ 'GreengrassV2Component', ], ], 'EdgeVersion' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\ \\_\\.]+', ], 'Edges' => [ 'type' => 'list', 'member' => [ 'shape' => 'Edge', ], ], 'EfsUid' => [ 'type' => 'string', 'max' => 10, 'pattern' => '\\d+', ], 'EnableCapture' => [ 'type' => 'boolean', ], 'EnableIotRoleAlias' => [ 'type' => 'boolean', ], 'EnableSagemakerServicecatalogPortfolioInput' => [ 'type' => 'structure', 'members' => [], ], 'EnableSagemakerServicecatalogPortfolioOutput' => [ 'type' => 'structure', 'members' => [], ], 'Endpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfigSummary', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringSchedules' => [ 'shape' => 'MonitoringScheduleList', ], 'Tags' => [ 'shape' => 'TagList', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], ], ], 'EndpointArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint/.*', ], 'EndpointConfigArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint-config/.*', ], 'EndpointConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'EndpointConfigNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'EndpointConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'EndpointConfigSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'EndpointConfigArn', 'CreationTime', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'EndpointConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointConfigSummary', ], ], 'EndpointInfo' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'EndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'LocalPath', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'FeaturesAttribute' => [ 'shape' => 'String', ], 'InferenceAttribute' => [ 'shape' => 'String', ], 'ProbabilityAttribute' => [ 'shape' => 'String', ], 'ProbabilityThresholdAttribute' => [ 'shape' => 'ProbabilityThresholdAttribute', ], 'StartTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], 'EndTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], ], ], 'EndpointInputConfiguration' => [ 'type' => 'structure', 'members' => [ 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'EnvironmentParameterRanges' => [ 'shape' => 'EnvironmentParameterRanges', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'EndpointInputConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointInputConfiguration', ], 'max' => 10, 'min' => 1, ], 'EndpointMetadata' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'EndpointName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'EndpointNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'EndpointOutputConfiguration' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'VariantName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'String', ], 'VariantName' => [ 'shape' => 'String', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InitialInstanceCount' => [ 'shape' => 'InitialInstanceCount', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'EndpointPerformance' => [ 'type' => 'structure', 'required' => [ 'Metrics', 'EndpointInfo', ], 'members' => [ 'Metrics' => [ 'shape' => 'InferenceMetrics', ], 'EndpointInfo' => [ 'shape' => 'EndpointInfo', ], ], ], 'EndpointPerformances' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointPerformance', ], 'max' => 1, ], 'EndpointSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'EndpointStatus' => [ 'type' => 'string', 'enum' => [ 'OutOfService', 'Creating', 'Updating', 'SystemUpdating', 'RollingBack', 'InService', 'Deleting', 'Failed', 'UpdateRollbackFailed', ], ], 'EndpointSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], ], ], 'EndpointSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointSummary', ], ], 'Endpoints' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointInfo', ], 'max' => 1, ], 'EntityDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*', ], 'EntityName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'EnvironmentKey' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'EnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnvironmentKey', ], 'value' => [ 'shape' => 'EnvironmentValue', ], 'max' => 16, ], 'EnvironmentParameter' => [ 'type' => 'structure', 'required' => [ 'Key', 'ValueType', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'String', ], 'ValueType' => [ 'shape' => 'String', ], 'Value' => [ 'shape' => 'String', ], ], ], 'EnvironmentParameterRanges' => [ 'type' => 'structure', 'members' => [ 'CategoricalParameterRanges' => [ 'shape' => 'CategoricalParameters', ], ], ], 'EnvironmentParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnvironmentParameter', ], 'max' => 10, 'min' => 1, ], 'EnvironmentValue' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*', ], 'ExecutionRoleIdentityConfig' => [ 'type' => 'string', 'enum' => [ 'USER_PROFILE_NAME', 'DISABLED', ], ], 'ExecutionStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Completed', 'CompletedWithViolations', 'InProgress', 'Failed', 'Stopping', 'Stopped', ], ], 'ExitMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*', ], 'Experiment' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ExperimentSource', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ExperimentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment/.*', ], 'ExperimentConfig' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentDisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'RunName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'ExperimentDescription' => [ 'type' => 'string', 'max' => 3072, 'pattern' => '.*', ], 'ExperimentEntityName' => [ 'type' => 'string', 'max' => 120, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}', ], 'ExperimentEntityNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:(experiment|experiment-trial|experiment-trial-component|artifact|action|context)\\/)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,119})', ], 'ExperimentSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'ExperimentSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'ExperimentSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'ExperimentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentSummary', ], ], 'ExperimentSummary' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentSource' => [ 'shape' => 'ExperimentSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ExpiresInSeconds' => [ 'type' => 'integer', 'max' => 300, 'min' => 5, ], 'Explainability' => [ 'type' => 'structure', 'members' => [ 'Report' => [ 'shape' => 'MetricsSource', ], ], ], 'ExplainabilityLocation' => [ 'type' => 'string', 'min' => 1, ], 'ExplainerConfig' => [ 'type' => 'structure', 'members' => [ 'ClarifyExplainerConfig' => [ 'shape' => 'ClarifyExplainerConfig', ], ], ], 'FailStepMetadata' => [ 'type' => 'structure', 'members' => [ 'ErrorMessage' => [ 'shape' => 'String3072', ], ], ], 'FailureHandlingPolicy' => [ 'type' => 'string', 'enum' => [ 'ROLLBACK_ON_FAILURE', 'DO_NOTHING', ], ], 'FailureReason' => [ 'type' => 'string', 'max' => 1024, ], 'FeatureAdditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureDefinition', ], 'max' => 100, 'min' => 1, ], 'FeatureDefinition' => [ 'type' => 'structure', 'members' => [ 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], ], ], 'FeatureDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureDefinition', ], 'max' => 2500, 'min' => 1, ], 'FeatureDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '.*', ], 'FeatureGroup' => [ 'type' => 'structure', 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], 'LastUpdateStatus' => [ 'shape' => 'LastUpdateStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Description' => [ 'shape' => 'Description', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'FeatureGroupArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:feature-group/.*', ], 'FeatureGroupMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'FeatureGroupName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63}', ], 'FeatureGroupNameContains' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'FeatureGroupNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:feature-group\\/)?([a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63})', ], 'FeatureGroupSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'FeatureGroupStatus', 'OfflineStoreStatus', 'CreationTime', ], ], 'FeatureGroupSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'FeatureGroupStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Created', 'CreateFailed', 'Deleting', 'DeleteFailed', ], ], 'FeatureGroupSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureGroupSummary', ], ], 'FeatureGroupSummary' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureGroupArn', 'CreationTime', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], ], ], 'FeatureMetadata' => [ 'type' => 'structure', 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'Parameters' => [ 'shape' => 'FeatureParameters', ], ], ], 'FeatureName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}', ], 'FeatureParameter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'FeatureParameterKey', ], 'Value' => [ 'shape' => 'FeatureParameterValue', ], ], ], 'FeatureParameterAdditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameter', ], 'max' => 25, ], 'FeatureParameterKey' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$', ], 'FeatureParameterRemovals' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameterKey', ], 'max' => 25, ], 'FeatureParameterValue' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$', ], 'FeatureParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameter', ], 'max' => 25, 'min' => 0, ], 'FeatureStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'FeatureType' => [ 'type' => 'string', 'enum' => [ 'Integral', 'Fractional', 'String', ], ], 'FileSource' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentDigest' => [ 'shape' => 'ContentDigest', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'FileSystemAccessMode' => [ 'type' => 'string', 'enum' => [ 'rw', 'ro', ], ], 'FileSystemConfig' => [ 'type' => 'structure', 'members' => [ 'MountPath' => [ 'shape' => 'MountPath', ], 'DefaultUid' => [ 'shape' => 'DefaultUid', 'box' => true, ], 'DefaultGid' => [ 'shape' => 'DefaultGid', 'box' => true, ], ], ], 'FileSystemDataSource' => [ 'type' => 'structure', 'required' => [ 'FileSystemId', 'FileSystemAccessMode', 'FileSystemType', 'DirectoryPath', ], 'members' => [ 'FileSystemId' => [ 'shape' => 'FileSystemId', ], 'FileSystemAccessMode' => [ 'shape' => 'FileSystemAccessMode', ], 'FileSystemType' => [ 'shape' => 'FileSystemType', ], 'DirectoryPath' => [ 'shape' => 'DirectoryPath', ], ], ], 'FileSystemId' => [ 'type' => 'string', 'min' => 11, 'pattern' => '.*', ], 'FileSystemType' => [ 'type' => 'string', 'enum' => [ 'EFS', 'FSxLustre', ], ], 'FillingTransformationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'FillingType', ], 'value' => [ 'shape' => 'FillingTransformationValue', ], 'max' => 6, 'min' => 1, ], 'FillingTransformationValue' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\_\\-]+$', ], 'FillingTransformations' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformationAttributeName', ], 'value' => [ 'shape' => 'FillingTransformationMap', ], 'max' => 50, 'min' => 1, ], 'FillingType' => [ 'type' => 'string', 'enum' => [ 'frontfill', 'middlefill', 'backfill', 'futurefill', 'frontfill_value', 'middlefill_value', 'backfill_value', 'futurefill_value', ], ], 'Filter' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'ResourcePropertyName', ], 'Operator' => [ 'shape' => 'Operator', ], 'Value' => [ 'shape' => 'FilterValue', ], ], ], 'FilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Filter', ], 'max' => 20, 'min' => 1, ], 'FilterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'FinalAutoMLJobObjectiveMetric' => [ 'type' => 'structure', 'required' => [ 'MetricName', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'AutoMLJobObjectiveType', ], 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], 'Value' => [ 'shape' => 'MetricValue', ], 'StandardMetricName' => [ 'shape' => 'AutoMLMetricEnum', ], ], ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'type' => 'structure', 'required' => [ 'MetricName', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'HyperParameterTuningJobObjectiveType', ], 'MetricName' => [ 'shape' => 'MetricName', ], 'Value' => [ 'shape' => 'MetricValue', ], ], ], 'FinalMetricDataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricData', ], 'max' => 40, 'min' => 0, ], 'FlatInvocations' => [ 'type' => 'string', 'enum' => [ 'Continue', 'Stop', ], ], 'Float' => [ 'type' => 'float', ], 'FlowDefinitionArn' => [ 'type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*', ], 'FlowDefinitionName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9]){0,62}', ], 'FlowDefinitionOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'FlowDefinitionStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'Active', 'Failed', 'Deleting', ], ], 'FlowDefinitionSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'FlowDefinitionSummary', ], ], 'FlowDefinitionSummary' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', 'FlowDefinitionArn', 'FlowDefinitionStatus', 'CreationTime', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], 'FlowDefinitionStatus' => [ 'shape' => 'FlowDefinitionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => [ 'type' => 'integer', 'max' => 864000, 'min' => 1, ], 'FlowDefinitionTaskCount' => [ 'type' => 'integer', 'max' => 3, 'min' => 1, ], 'FlowDefinitionTaskDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'FlowDefinitionTaskKeyword' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$', ], 'FlowDefinitionTaskKeywords' => [ 'type' => 'list', 'member' => [ 'shape' => 'FlowDefinitionTaskKeyword', ], 'max' => 5, 'min' => 1, ], 'FlowDefinitionTaskTimeLimitInSeconds' => [ 'type' => 'integer', 'max' => 28800, 'min' => 30, ], 'FlowDefinitionTaskTitle' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$', ], 'ForecastFrequency' => [ 'type' => 'string', 'max' => 5, 'min' => 1, 'pattern' => '^1Y|Y|([1-9]|1[0-1])M|M|[1-4]W|W|[1-6]D|D|([1-9]|1[0-9]|2[0-3])H|H|([1-9]|[1-5][0-9])min$', ], 'ForecastHorizon' => [ 'type' => 'integer', 'min' => 1, ], 'ForecastQuantile' => [ 'type' => 'string', 'max' => 4, 'min' => 2, 'pattern' => '(^p[1-9]\\d?$)', ], 'ForecastQuantiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'ForecastQuantile', ], 'max' => 5, 'min' => 1, ], 'Framework' => [ 'type' => 'string', 'enum' => [ 'TENSORFLOW', 'KERAS', 'MXNET', 'ONNX', 'PYTORCH', 'XGBOOST', 'TFLITE', 'DARKNET', 'SKLEARN', ], ], 'FrameworkVersion' => [ 'type' => 'string', 'max' => 10, 'min' => 3, 'pattern' => '[0-9]\\.[A-Za-z0-9.]+', ], 'GenerateCandidateDefinitionsOnly' => [ 'type' => 'boolean', ], 'GetDeviceFleetReportRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'GetDeviceFleetReportResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetArn', 'DeviceFleetName', ], 'members' => [ 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'ReportGenerated' => [ 'shape' => 'Timestamp', ], 'DeviceStats' => [ 'shape' => 'DeviceStats', ], 'AgentVersions' => [ 'shape' => 'AgentVersions', ], 'ModelStats' => [ 'shape' => 'EdgeModelStats', ], ], ], 'GetLineageGroupPolicyRequest' => [ 'type' => 'structure', 'required' => [ 'LineageGroupName', ], 'members' => [ 'LineageGroupName' => [ 'shape' => 'LineageGroupNameOrArn', ], ], ], 'GetLineageGroupPolicyResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'ResourcePolicy' => [ 'shape' => 'ResourcePolicyString', ], ], ], 'GetModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], ], ], 'GetModelPackageGroupPolicyOutput' => [ 'type' => 'structure', 'required' => [ 'ResourcePolicy', ], 'members' => [ 'ResourcePolicy' => [ 'shape' => 'PolicyString', ], ], ], 'GetSagemakerServicecatalogPortfolioStatusInput' => [ 'type' => 'structure', 'members' => [], ], 'GetSagemakerServicecatalogPortfolioStatusOutput' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'SagemakerServicecatalogStatus', ], ], ], 'GetScalingConfigurationRecommendationRequest' => [ 'type' => 'structure', 'required' => [ 'InferenceRecommendationsJobName', ], 'members' => [ 'InferenceRecommendationsJobName' => [ 'shape' => 'RecommendationJobName', ], 'RecommendationId' => [ 'shape' => 'String', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'TargetCpuUtilizationPerCore' => [ 'shape' => 'UtilizationPercentagePerCore', ], 'ScalingPolicyObjective' => [ 'shape' => 'ScalingPolicyObjective', ], ], ], 'GetScalingConfigurationRecommendationResponse' => [ 'type' => 'structure', 'members' => [ 'InferenceRecommendationsJobName' => [ 'shape' => 'RecommendationJobName', ], 'RecommendationId' => [ 'shape' => 'String', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'TargetCpuUtilizationPerCore' => [ 'shape' => 'UtilizationPercentagePerCore', ], 'ScalingPolicyObjective' => [ 'shape' => 'ScalingPolicyObjective', ], 'Metric' => [ 'shape' => 'ScalingPolicyMetric', ], 'DynamicScalingConfiguration' => [ 'shape' => 'DynamicScalingConfiguration', ], ], ], 'GetSearchSuggestionsRequest' => [ 'type' => 'structure', 'required' => [ 'Resource', ], 'members' => [ 'Resource' => [ 'shape' => 'ResourceType', ], 'SuggestionQuery' => [ 'shape' => 'SuggestionQuery', ], ], ], 'GetSearchSuggestionsResponse' => [ 'type' => 'structure', 'members' => [ 'PropertyNameSuggestions' => [ 'shape' => 'PropertyNameSuggestionList', ], ], ], 'GitConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryUrl', ], 'members' => [ 'RepositoryUrl' => [ 'shape' => 'GitConfigUrl', ], 'Branch' => [ 'shape' => 'Branch', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], ], ], 'GitConfigForUpdate' => [ 'type' => 'structure', 'members' => [ 'SecretArn' => [ 'shape' => 'SecretArn', ], ], ], 'GitConfigUrl' => [ 'type' => 'string', 'pattern' => '^https://([^/]+)/?(.*)$', ], 'Group' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', ], 'GroupingAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'GroupingAttributeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'GroupingAttributeName', ], 'max' => 5, 'min' => 1, ], 'Groups' => [ 'type' => 'list', 'member' => [ 'shape' => 'Group', ], 'max' => 10, 'min' => 1, ], 'HookParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'Horovod' => [ 'type' => 'boolean', ], 'HubArn' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentArn' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentDependency' => [ 'type' => 'structure', 'members' => [ 'DependencyOriginPath' => [ 'shape' => 'DependencyOriginPath', ], 'DependencyCopyPath' => [ 'shape' => 'DependencyCopyPath', ], ], ], 'HubContentDependencyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubContentDependency', ], 'max' => 50, ], 'HubContentDescription' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'HubContentDisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentDocument' => [ 'type' => 'string', 'max' => 65535, 'pattern' => '.*', ], 'HubContentInfo' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentArn', 'HubContentVersion', 'HubContentType', 'DocumentSchemaVersion', 'HubContentStatus', 'CreationTime', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'HubContentStatus' => [ 'shape' => 'HubContentStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'HubContentInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubContentInfo', ], ], 'HubContentMarkdown' => [ 'type' => 'string', 'max' => 65535, 'pattern' => '.*', ], 'HubContentName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'HubContentSearchKeywordList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubSearchKeyword', ], 'max' => 50, ], 'HubContentSortBy' => [ 'type' => 'string', 'enum' => [ 'HubContentName', 'CreationTime', 'HubContentStatus', ], ], 'HubContentStatus' => [ 'type' => 'string', 'enum' => [ 'Available', 'Importing', 'Deleting', 'ImportFailed', 'DeleteFailed', ], ], 'HubContentType' => [ 'type' => 'string', 'enum' => [ 'Model', 'Notebook', ], ], 'HubContentVersion' => [ 'type' => 'string', 'max' => 14, 'min' => 5, 'pattern' => '^\\d{1,4}.\\d{1,4}.\\d{1,4}$', ], 'HubDescription' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'HubDisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubInfo' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubArn', 'HubStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'HubStatus' => [ 'shape' => 'HubStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'HubInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubInfo', ], ], 'HubName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'HubS3StorageConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3OutputPath', ], ], ], 'HubSearchKeyword' => [ 'type' => 'string', 'max' => 255, 'pattern' => '^[^A-Z]*$', ], 'HubSearchKeywordList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubSearchKeyword', ], 'max' => 50, ], 'HubSortBy' => [ 'type' => 'string', 'enum' => [ 'HubName', 'CreationTime', 'HubStatus', 'AccountIdOwner', ], ], 'HubStatus' => [ 'type' => 'string', 'enum' => [ 'InService', 'Creating', 'Updating', 'Deleting', 'CreateFailed', 'UpdateFailed', 'DeleteFailed', ], ], 'HumanLoopActivationConditions' => [ 'type' => 'string', 'max' => 10240, ], 'HumanLoopActivationConditionsConfig' => [ 'type' => 'structure', 'required' => [ 'HumanLoopActivationConditions', ], 'members' => [ 'HumanLoopActivationConditions' => [ 'shape' => 'HumanLoopActivationConditions', 'jsonvalue' => true, ], ], ], 'HumanLoopActivationConfig' => [ 'type' => 'structure', 'required' => [ 'HumanLoopActivationConditionsConfig', ], 'members' => [ 'HumanLoopActivationConditionsConfig' => [ 'shape' => 'HumanLoopActivationConditionsConfig', ], ], ], 'HumanLoopConfig' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', 'HumanTaskUiArn', 'TaskTitle', 'TaskDescription', 'TaskCount', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'TaskTitle' => [ 'shape' => 'FlowDefinitionTaskTitle', ], 'TaskDescription' => [ 'shape' => 'FlowDefinitionTaskDescription', ], 'TaskCount' => [ 'shape' => 'FlowDefinitionTaskCount', ], 'TaskAvailabilityLifetimeInSeconds' => [ 'shape' => 'FlowDefinitionTaskAvailabilityLifetimeInSeconds', ], 'TaskTimeLimitInSeconds' => [ 'shape' => 'FlowDefinitionTaskTimeLimitInSeconds', ], 'TaskKeywords' => [ 'shape' => 'FlowDefinitionTaskKeywords', ], 'PublicWorkforceTaskPrice' => [ 'shape' => 'PublicWorkforceTaskPrice', ], ], ], 'HumanLoopRequestSource' => [ 'type' => 'structure', 'required' => [ 'AwsManagedHumanLoopRequestSource', ], 'members' => [ 'AwsManagedHumanLoopRequestSource' => [ 'shape' => 'AwsManagedHumanLoopRequestSource', ], ], ], 'HumanTaskConfig' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', 'UiConfig', 'PreHumanTaskLambdaArn', 'TaskTitle', 'TaskDescription', 'NumberOfHumanWorkersPerDataObject', 'TaskTimeLimitInSeconds', 'AnnotationConsolidationConfig', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'UiConfig' => [ 'shape' => 'UiConfig', ], 'PreHumanTaskLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'TaskKeywords' => [ 'shape' => 'TaskKeywords', ], 'TaskTitle' => [ 'shape' => 'TaskTitle', ], 'TaskDescription' => [ 'shape' => 'TaskDescription', ], 'NumberOfHumanWorkersPerDataObject' => [ 'shape' => 'NumberOfHumanWorkersPerDataObject', ], 'TaskTimeLimitInSeconds' => [ 'shape' => 'TaskTimeLimitInSeconds', ], 'TaskAvailabilityLifetimeInSeconds' => [ 'shape' => 'TaskAvailabilityLifetimeInSeconds', ], 'MaxConcurrentTaskCount' => [ 'shape' => 'MaxConcurrentTaskCount', ], 'AnnotationConsolidationConfig' => [ 'shape' => 'AnnotationConsolidationConfig', ], 'PublicWorkforceTaskPrice' => [ 'shape' => 'PublicWorkforceTaskPrice', ], ], ], 'HumanTaskUiArn' => [ 'type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-task-ui/.*', ], 'HumanTaskUiName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*', ], 'HumanTaskUiStatus' => [ 'type' => 'string', 'enum' => [ 'Active', 'Deleting', ], ], 'HumanTaskUiSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HumanTaskUiSummary', ], ], 'HumanTaskUiSummary' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', 'HumanTaskUiArn', 'CreationTime', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'HyperParameterAlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'AlgorithmImage', ], 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], ], ], 'HyperParameterKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'HyperParameterScalingType' => [ 'type' => 'string', 'enum' => [ 'Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic', ], ], 'HyperParameterSpecification' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'Type' => [ 'shape' => 'ParameterType', ], 'Range' => [ 'shape' => 'ParameterRange', ], 'IsTunable' => [ 'shape' => 'Boolean', ], 'IsRequired' => [ 'shape' => 'Boolean', ], 'DefaultValue' => [ 'shape' => 'HyperParameterValue', ], ], ], 'HyperParameterSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterSpecification', ], 'max' => 100, 'min' => 0, ], 'HyperParameterTrainingJobDefinition' => [ 'type' => 'structure', 'required' => [ 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'StoppingCondition', ], 'members' => [ 'DefinitionName' => [ 'shape' => 'HyperParameterTrainingJobDefinitionName', ], 'TuningObjective' => [ 'shape' => 'HyperParameterTuningJobObjective', ], 'HyperParameterRanges' => [ 'shape' => 'ParameterRanges', ], 'StaticHyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'HyperParameterAlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'HyperParameterTuningResourceConfig' => [ 'shape' => 'HyperParameterTuningResourceConfig', ], 'Environment' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentMap', ], ], ], 'HyperParameterTrainingJobDefinitionName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}', ], 'HyperParameterTrainingJobDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'max' => 10, 'min' => 1, ], 'HyperParameterTrainingJobEnvironmentKey' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'HyperParameterTrainingJobEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentKey', ], 'value' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentValue', ], 'max' => 48, ], 'HyperParameterTrainingJobEnvironmentValue' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\S\\s]*', ], 'HyperParameterTrainingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], ], 'HyperParameterTrainingJobSummary' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', 'TunedHyperParameters', ], 'members' => [ 'TrainingJobDefinitionName' => [ 'shape' => 'HyperParameterTrainingJobDefinitionName', ], 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'TunedHyperParameters' => [ 'shape' => 'HyperParameters', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'shape' => 'FinalHyperParameterTuningJobObjectiveMetric', ], 'ObjectiveStatus' => [ 'shape' => 'ObjectiveStatus', ], ], ], 'HyperParameterTuningAllocationStrategy' => [ 'type' => 'string', 'enum' => [ 'Prioritized', ], ], 'HyperParameterTuningInstanceConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', 'VolumeSizeInGB', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'VolumeSizeInGB', ], ], ], 'HyperParameterTuningInstanceConfigs' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningInstanceConfig', ], 'max' => 6, 'min' => 1, ], 'HyperParameterTuningJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:hyper-parameter-tuning-job/.*', ], 'HyperParameterTuningJobCompletionDetails' => [ 'type' => 'structure', 'members' => [ 'NumberOfTrainingJobsObjectiveNotImproving' => [ 'shape' => 'Integer', ], 'ConvergenceDetectedTime' => [ 'shape' => 'Timestamp', ], ], ], 'HyperParameterTuningJobConfig' => [ 'type' => 'structure', 'required' => [ 'Strategy', 'ResourceLimits', ], 'members' => [ 'Strategy' => [ 'shape' => 'HyperParameterTuningJobStrategyType', ], 'StrategyConfig' => [ 'shape' => 'HyperParameterTuningJobStrategyConfig', ], 'HyperParameterTuningJobObjective' => [ 'shape' => 'HyperParameterTuningJobObjective', ], 'ResourceLimits' => [ 'shape' => 'ResourceLimits', ], 'ParameterRanges' => [ 'shape' => 'ParameterRanges', ], 'TrainingJobEarlyStoppingType' => [ 'shape' => 'TrainingJobEarlyStoppingType', ], 'TuningJobCompletionCriteria' => [ 'shape' => 'TuningJobCompletionCriteria', ], 'RandomSeed' => [ 'shape' => 'RandomSeed', ], ], ], 'HyperParameterTuningJobConsumedResources' => [ 'type' => 'structure', 'members' => [ 'RuntimeInSeconds' => [ 'shape' => 'Integer', ], ], ], 'HyperParameterTuningJobName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'HyperParameterTuningJobObjective' => [ 'type' => 'structure', 'required' => [ 'Type', 'MetricName', ], 'members' => [ 'Type' => [ 'shape' => 'HyperParameterTuningJobObjectiveType', ], 'MetricName' => [ 'shape' => 'MetricName', ], ], ], 'HyperParameterTuningJobObjectiveType' => [ 'type' => 'string', 'enum' => [ 'Maximize', 'Minimize', ], ], 'HyperParameterTuningJobObjectives' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningJobObjective', ], ], 'HyperParameterTuningJobSearchEntity' => [ 'type' => 'structure', 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'BestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'OverallBestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Tags' => [ 'shape' => 'TagList', ], 'TuningJobCompletionDetails' => [ 'shape' => 'HyperParameterTuningJobCompletionDetails', ], 'ConsumedResources' => [ 'shape' => 'HyperParameterTuningJobConsumedResources', ], ], ], 'HyperParameterTuningJobSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'Status', 'CreationTime', ], ], 'HyperParameterTuningJobStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'HyperParameterTuningJobStrategyConfig' => [ 'type' => 'structure', 'members' => [ 'HyperbandStrategyConfig' => [ 'shape' => 'HyperbandStrategyConfig', ], ], ], 'HyperParameterTuningJobStrategyType' => [ 'type' => 'string', 'enum' => [ 'Bayesian', 'Random', 'Hyperband', 'Grid', ], ], 'HyperParameterTuningJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningJobSummary', ], ], 'HyperParameterTuningJobSummary' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobStatus', 'Strategy', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'Strategy' => [ 'shape' => 'HyperParameterTuningJobStrategyType', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'ResourceLimits' => [ 'shape' => 'ResourceLimits', ], ], ], 'HyperParameterTuningJobWarmStartConfig' => [ 'type' => 'structure', 'required' => [ 'ParentHyperParameterTuningJobs', 'WarmStartType', ], 'members' => [ 'ParentHyperParameterTuningJobs' => [ 'shape' => 'ParentHyperParameterTuningJobs', ], 'WarmStartType' => [ 'shape' => 'HyperParameterTuningJobWarmStartType', ], ], ], 'HyperParameterTuningJobWarmStartType' => [ 'type' => 'string', 'enum' => [ 'IdenticalDataAndAlgorithm', 'TransferLearning', ], ], 'HyperParameterTuningMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 15768000, 'min' => 120, ], 'HyperParameterTuningResourceConfig' => [ 'type' => 'structure', 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AllocationStrategy' => [ 'shape' => 'HyperParameterTuningAllocationStrategy', ], 'InstanceConfigs' => [ 'shape' => 'HyperParameterTuningInstanceConfigs', ], ], ], 'HyperParameterValue' => [ 'type' => 'string', 'max' => 2500, 'pattern' => '.*', ], 'HyperParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'HyperParameterKey', ], 'value' => [ 'shape' => 'HyperParameterValue', ], 'max' => 100, 'min' => 0, ], 'HyperbandStrategyConfig' => [ 'type' => 'structure', 'members' => [ 'MinResource' => [ 'shape' => 'HyperbandStrategyMinResource', ], 'MaxResource' => [ 'shape' => 'HyperbandStrategyMaxResource', ], ], ], 'HyperbandStrategyMaxResource' => [ 'type' => 'integer', 'min' => 1, ], 'HyperbandStrategyMinResource' => [ 'type' => 'integer', 'min' => 1, ], 'IamIdentity' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String', ], 'PrincipalId' => [ 'shape' => 'String', ], 'SourceIdentity' => [ 'shape' => 'String', ], ], ], 'IdempotencyToken' => [ 'type' => 'string', 'max' => 128, 'min' => 32, ], 'Image' => [ 'type' => 'structure', 'required' => [ 'CreationTime', 'ImageArn', 'ImageName', 'ImageStatus', 'LastModifiedTime', ], 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageStatus' => [ 'shape' => 'ImageStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ImageArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$', ], 'ImageBaseImage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'ImageClassificationJobConfig' => [ 'type' => 'structure', 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], ], ], 'ImageConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryAccessMode', ], 'members' => [ 'RepositoryAccessMode' => [ 'shape' => 'RepositoryAccessMode', ], 'RepositoryAuthConfig' => [ 'shape' => 'RepositoryAuthConfig', ], ], ], 'ImageContainerImage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'ImageDeleteProperty' => [ 'type' => 'string', 'max' => 11, 'min' => 1, 'pattern' => '(^DisplayName$)|(^Description$)', ], 'ImageDeletePropertyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageDeleteProperty', ], 'max' => 2, ], 'ImageDescription' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*', ], 'ImageDigest' => [ 'type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$', ], 'ImageDisplayName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^\\S(.*\\S)?$', ], 'ImageName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$', ], 'ImageNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9\\-.]+$', ], 'ImageSortBy' => [ 'type' => 'string', 'enum' => [ 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'IMAGE_NAME', ], ], 'ImageSortOrder' => [ 'type' => 'string', 'enum' => [ 'ASCENDING', 'DESCENDING', ], ], 'ImageStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'CREATE_FAILED', 'UPDATING', 'UPDATE_FAILED', 'DELETING', 'DELETE_FAILED', ], ], 'ImageUri' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'ImageVersion' => [ 'type' => 'structure', 'required' => [ 'CreationTime', 'ImageArn', 'ImageVersionArn', 'ImageVersionStatus', 'LastModifiedTime', 'Version', ], 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'ImageVersionStatus' => [ 'shape' => 'ImageVersionStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], ], ], 'ImageVersionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$', ], 'ImageVersionNumber' => [ 'type' => 'integer', 'min' => 0, ], 'ImageVersionSortBy' => [ 'type' => 'string', 'enum' => [ 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'VERSION', ], ], 'ImageVersionSortOrder' => [ 'type' => 'string', 'enum' => [ 'ASCENDING', 'DESCENDING', ], ], 'ImageVersionStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'CREATE_FAILED', 'DELETING', 'DELETE_FAILED', ], ], 'ImageVersions' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageVersion', ], ], 'Images' => [ 'type' => 'list', 'member' => [ 'shape' => 'Image', ], ], 'ImportHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentType', 'DocumentSchemaVersion', 'HubName', 'HubContentDocument', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubName' => [ 'shape' => 'HubName', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentMarkdown' => [ 'shape' => 'HubContentMarkdown', ], 'HubContentDocument' => [ 'shape' => 'HubContentDocument', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ImportHubContentResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', 'HubContentArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], ], ], 'InferenceExecutionConfig' => [ 'type' => 'structure', 'required' => [ 'Mode', ], 'members' => [ 'Mode' => [ 'shape' => 'InferenceExecutionMode', ], ], ], 'InferenceExecutionMode' => [ 'type' => 'string', 'enum' => [ 'Serial', 'Direct', ], ], 'InferenceExperimentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:inference-experiment/.*', ], 'InferenceExperimentDataStorageConfig' => [ 'type' => 'structure', 'required' => [ 'Destination', ], 'members' => [ 'Destination' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], 'ContentType' => [ 'shape' => 'CaptureContentTypeHeader', ], ], ], 'InferenceExperimentDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'InferenceExperimentList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceExperimentSummary', ], ], 'InferenceExperimentName' => [ 'type' => 'string', 'max' => 120, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}', ], 'InferenceExperimentSchedule' => [ 'type' => 'structure', 'members' => [ 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], ], ], 'InferenceExperimentStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Created', 'Updating', 'Running', 'Starting', 'Stopping', 'Completed', 'Cancelled', ], ], 'InferenceExperimentStatusReason' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'InferenceExperimentStopDesiredState' => [ 'type' => 'string', 'enum' => [ 'Completed', 'Cancelled', ], ], 'InferenceExperimentSummary' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'Status', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Status' => [ 'shape' => 'InferenceExperimentStatus', ], 'StatusReason' => [ 'shape' => 'InferenceExperimentStatusReason', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'InferenceExperimentType' => [ 'type' => 'string', 'enum' => [ 'ShadowMode', ], ], 'InferenceImage' => [ 'type' => 'string', 'max' => 256, ], 'InferenceMetrics' => [ 'type' => 'structure', 'required' => [ 'MaxInvocations', 'ModelLatency', ], 'members' => [ 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], ], ], 'InferenceRecommendation' => [ 'type' => 'structure', 'required' => [ 'Metrics', 'EndpointConfiguration', 'ModelConfiguration', ], 'members' => [ 'Metrics' => [ 'shape' => 'RecommendationMetrics', ], 'EndpointConfiguration' => [ 'shape' => 'EndpointOutputConfiguration', ], 'ModelConfiguration' => [ 'shape' => 'ModelConfiguration', ], 'RecommendationId' => [ 'shape' => 'String', ], 'InvocationEndTime' => [ 'shape' => 'InvocationEndTime', ], 'InvocationStartTime' => [ 'shape' => 'InvocationStartTime', ], ], ], 'InferenceRecommendations' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendation', ], 'max' => 10, 'min' => 1, ], 'InferenceRecommendationsJob' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobDescription', 'JobType', 'JobArn', 'Status', 'CreationTime', 'RoleArn', 'LastModifiedTime', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'SamplePayloadUrl' => [ 'shape' => 'S3Uri', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'InferenceRecommendationsJobStep' => [ 'type' => 'structure', 'required' => [ 'StepType', 'JobName', 'Status', ], 'members' => [ 'StepType' => [ 'shape' => 'RecommendationStepType', ], 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'InferenceBenchmark' => [ 'shape' => 'RecommendationJobInferenceBenchmark', ], ], ], 'InferenceRecommendationsJobSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendationsJobStep', ], ], 'InferenceRecommendationsJobs' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendationsJob', ], ], 'InferenceSpecification' => [ 'type' => 'structure', 'required' => [ 'Containers', 'SupportedContentTypes', 'SupportedResponseMIMETypes', ], 'members' => [ 'Containers' => [ 'shape' => 'ModelPackageContainerDefinitionList', ], 'SupportedTransformInstanceTypes' => [ 'shape' => 'TransformInstanceTypes', ], 'SupportedRealtimeInferenceInstanceTypes' => [ 'shape' => 'RealtimeInferenceInstanceTypes', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedResponseMIMETypes' => [ 'shape' => 'ResponseMIMETypes', ], ], ], 'InferenceSpecificationName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'InitialInstanceCount' => [ 'type' => 'integer', 'min' => 1, ], 'InitialNumberOfUsers' => [ 'type' => 'integer', 'min' => 1, ], 'InitialTaskCount' => [ 'type' => 'integer', 'min' => 1, ], 'InputConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'DataInputConfig', 'Framework', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'DataInputConfig' => [ 'shape' => 'DataInputConfig', ], 'Framework' => [ 'shape' => 'Framework', ], 'FrameworkVersion' => [ 'shape' => 'FrameworkVersion', ], ], ], 'InputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'Channel', ], 'max' => 20, 'min' => 1, ], 'InputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', ], ], 'InputModes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingInputMode', ], 'min' => 1, ], 'InstanceGroup' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', 'InstanceGroupName', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'InstanceGroupName' => [ 'shape' => 'InstanceGroupName', ], ], ], 'InstanceGroupName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.+', ], 'InstanceGroupNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceGroupName', ], 'max' => 5, ], 'InstanceGroups' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceGroup', ], 'max' => 5, ], 'InstanceMetadataServiceConfiguration' => [ 'type' => 'structure', 'required' => [ 'MinimumInstanceMetadataServiceVersion', ], 'members' => [ 'MinimumInstanceMetadataServiceVersion' => [ 'shape' => 'MinimumInstanceMetadataServiceVersion', ], ], ], 'InstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.8xlarge', 'ml.m5d.12xlarge', 'ml.m5d.16xlarge', 'ml.m5d.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge', 'ml.p4d.24xlarge', 'ml.p4de.24xlarge', ], ], 'Integer' => [ 'type' => 'integer', ], 'IntegerParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'MinValue', 'MaxValue', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], 'ScalingType' => [ 'shape' => 'HyperParameterScalingType', ], ], ], 'IntegerParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'MinValue', 'MaxValue', ], 'members' => [ 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], ], ], 'IntegerParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'IntegerParameterRange', ], 'max' => 30, 'min' => 0, ], 'IntegerValue' => [ 'type' => 'integer', ], 'InvocationEndTime' => [ 'type' => 'timestamp', ], 'InvocationStartTime' => [ 'type' => 'timestamp', ], 'InvocationsMaxRetries' => [ 'type' => 'integer', 'max' => 3, 'min' => 0, ], 'InvocationsTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 1, ], 'IotRoleAlias' => [ 'type' => 'string', 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:rolealias/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'ItemIdentifierAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'JobDurationInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'JobReferenceCode' => [ 'type' => 'string', 'min' => 1, 'pattern' => '.+', ], 'JobReferenceCodeContains' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'JobType' => [ 'type' => 'string', 'enum' => [ 'TRAINING', 'INFERENCE', 'NOTEBOOK_KERNEL', ], ], 'JoinSource' => [ 'type' => 'string', 'enum' => [ 'Input', 'None', ], ], 'JsonContentType' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*', ], 'JsonContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'JsonContentType', ], 'max' => 10, 'min' => 1, ], 'JsonPath' => [ 'type' => 'string', 'max' => 63, 'min' => 0, ], 'JupyterServerAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'LifecycleConfigArns' => [ 'shape' => 'LifecycleConfigArns', ], 'CodeRepositories' => [ 'shape' => 'CodeRepositories', ], ], ], 'KeepAlivePeriodInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'KernelDisplayName' => [ 'type' => 'string', 'max' => 1024, ], 'KernelGatewayAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'CustomImages' => [ 'shape' => 'CustomImages', ], 'LifecycleConfigArns' => [ 'shape' => 'LifecycleConfigArns', ], ], ], 'KernelGatewayImageConfig' => [ 'type' => 'structure', 'required' => [ 'KernelSpecs', ], 'members' => [ 'KernelSpecs' => [ 'shape' => 'KernelSpecs', ], 'FileSystemConfig' => [ 'shape' => 'FileSystemConfig', ], ], ], 'KernelName' => [ 'type' => 'string', 'max' => 1024, ], 'KernelSpec' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'KernelName', ], 'DisplayName' => [ 'shape' => 'KernelDisplayName', ], ], ], 'KernelSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'KernelSpec', ], 'max' => 1, 'min' => 1, ], 'Key' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'KmsKeyId' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'LabelAttributeName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,126}', ], 'LabelCounter' => [ 'type' => 'integer', 'min' => 0, ], 'LabelCounters' => [ 'type' => 'structure', 'members' => [ 'TotalLabeled' => [ 'shape' => 'LabelCounter', ], 'HumanLabeled' => [ 'shape' => 'LabelCounter', ], 'MachineLabeled' => [ 'shape' => 'LabelCounter', ], 'FailedNonRetryableError' => [ 'shape' => 'LabelCounter', ], 'Unlabeled' => [ 'shape' => 'LabelCounter', ], ], ], 'LabelCountersForWorkteam' => [ 'type' => 'structure', 'members' => [ 'HumanLabeled' => [ 'shape' => 'LabelCounter', ], 'PendingHuman' => [ 'shape' => 'LabelCounter', ], 'Total' => [ 'shape' => 'LabelCounter', ], ], ], 'LabelingJobAlgorithmSpecificationArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:.*', ], 'LabelingJobAlgorithmsConfig' => [ 'type' => 'structure', 'required' => [ 'LabelingJobAlgorithmSpecificationArn', ], 'members' => [ 'LabelingJobAlgorithmSpecificationArn' => [ 'shape' => 'LabelingJobAlgorithmSpecificationArn', ], 'InitialActiveLearningModelArn' => [ 'shape' => 'ModelArn', ], 'LabelingJobResourceConfig' => [ 'shape' => 'LabelingJobResourceConfig', ], ], ], 'LabelingJobArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:labeling-job/.*', ], 'LabelingJobDataAttributes' => [ 'type' => 'structure', 'members' => [ 'ContentClassifiers' => [ 'shape' => 'ContentClassifiers', ], ], ], 'LabelingJobDataSource' => [ 'type' => 'structure', 'members' => [ 'S3DataSource' => [ 'shape' => 'LabelingJobS3DataSource', ], 'SnsDataSource' => [ 'shape' => 'LabelingJobSnsDataSource', ], ], ], 'LabelingJobForWorkteamSummary' => [ 'type' => 'structure', 'required' => [ 'JobReferenceCode', 'WorkRequesterAccountId', 'CreationTime', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'JobReferenceCode' => [ 'shape' => 'JobReferenceCode', ], 'WorkRequesterAccountId' => [ 'shape' => 'AccountId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LabelCounters' => [ 'shape' => 'LabelCountersForWorkteam', ], 'NumberOfHumanWorkersPerDataObject' => [ 'shape' => 'NumberOfHumanWorkersPerDataObject', ], ], ], 'LabelingJobForWorkteamSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LabelingJobForWorkteamSummary', ], ], 'LabelingJobInputConfig' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'LabelingJobDataSource', ], 'DataAttributes' => [ 'shape' => 'LabelingJobDataAttributes', ], ], ], 'LabelingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'LabelingJobOutput' => [ 'type' => 'structure', 'required' => [ 'OutputDatasetS3Uri', ], 'members' => [ 'OutputDatasetS3Uri' => [ 'shape' => 'S3Uri', ], 'FinalActiveLearningModelArn' => [ 'shape' => 'ModelArn', ], ], ], 'LabelingJobOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'SnsTopicArn' => [ 'shape' => 'SnsTopicArn', ], ], ], 'LabelingJobResourceConfig' => [ 'type' => 'structure', 'members' => [ 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'LabelingJobS3DataSource' => [ 'type' => 'structure', 'required' => [ 'ManifestS3Uri', ], 'members' => [ 'ManifestS3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'LabelingJobSnsDataSource' => [ 'type' => 'structure', 'required' => [ 'SnsTopicArn', ], 'members' => [ 'SnsTopicArn' => [ 'shape' => 'SnsTopicArn', ], ], ], 'LabelingJobStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'LabelingJobStoppingConditions' => [ 'type' => 'structure', 'members' => [ 'MaxHumanLabeledObjectCount' => [ 'shape' => 'MaxHumanLabeledObjectCount', ], 'MaxPercentageOfInputDatasetLabeled' => [ 'shape' => 'MaxPercentageOfInputDatasetLabeled', ], ], ], 'LabelingJobSummary' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', 'LabelingJobArn', 'CreationTime', 'LastModifiedTime', 'LabelingJobStatus', 'LabelCounters', 'WorkteamArn', 'PreHumanTaskLambdaArn', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobStatus' => [ 'shape' => 'LabelingJobStatus', ], 'LabelCounters' => [ 'shape' => 'LabelCounters', ], 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'PreHumanTaskLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'AnnotationConsolidationLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'LabelingJobOutput' => [ 'shape' => 'LabelingJobOutput', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], ], ], 'LabelingJobSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LabelingJobSummary', ], ], 'LambdaFunctionArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:lambda:[a-z0-9\\-]*:[0-9]{12}:function:.*', ], 'LambdaStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], ], ], 'LastModifiedTime' => [ 'type' => 'timestamp', ], 'LastUpdateStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'LastUpdateStatusValue', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'LastUpdateStatusValue' => [ 'type' => 'string', 'enum' => [ 'Successful', 'Failed', 'InProgress', ], ], 'LifecycleConfigArns' => [ 'type' => 'list', 'member' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], 'LineageEntityParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'StringParameterValue', ], 'value' => [ 'shape' => 'StringParameterValue', ], 'max' => 30, ], 'LineageGroupArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:lineage-group/.*', ], 'LineageGroupNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:lineage-group\\/)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,119})', ], 'LineageGroupSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'LineageGroupSummary', ], ], 'LineageGroupSummary' => [ 'type' => 'structure', 'members' => [ 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'LineageType' => [ 'type' => 'string', 'enum' => [ 'TrialComponent', 'Artifact', 'Context', 'Action', ], ], 'ListActionsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ActionType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortActionsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListActionsResponse' => [ 'type' => 'structure', 'members' => [ 'ActionSummaries' => [ 'shape' => 'ActionSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAlgorithmsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'AlgorithmSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListAlgorithmsOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmSummaryList', ], 'members' => [ 'AlgorithmSummaryList' => [ 'shape' => 'AlgorithmSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAliasesRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAliasesResponse' => [ 'type' => 'structure', 'members' => [ 'SageMakerImageVersionAliases' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAppImageConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'AppImageConfigName', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'AppImageConfigSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListAppImageConfigsResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'AppImageConfigs' => [ 'shape' => 'AppImageConfigList', ], ], ], 'ListAppsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'AppSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'UserProfileNameEquals' => [ 'shape' => 'UserProfileName', ], 'SpaceNameEquals' => [ 'shape' => 'SpaceName', ], ], ], 'ListAppsResponse' => [ 'type' => 'structure', 'members' => [ 'Apps' => [ 'shape' => 'AppList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListArtifactsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortArtifactsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListArtifactsResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactSummaries' => [ 'shape' => 'ArtifactSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'SourceType' => [ 'shape' => 'String256', ], 'DestinationType' => [ 'shape' => 'String256', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortAssociationsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListAssociationsResponse' => [ 'type' => 'structure', 'members' => [ 'AssociationSummaries' => [ 'shape' => 'AssociationSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAutoMLJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'AutoMLNameContains', ], 'StatusEquals' => [ 'shape' => 'AutoMLJobStatus', ], 'SortOrder' => [ 'shape' => 'AutoMLSortOrder', ], 'SortBy' => [ 'shape' => 'AutoMLSortBy', ], 'MaxResults' => [ 'shape' => 'AutoMLMaxResults', 'box' => true, ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAutoMLJobsResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobSummaries', ], 'members' => [ 'AutoMLJobSummaries' => [ 'shape' => 'AutoMLJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCandidatesForAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'StatusEquals' => [ 'shape' => 'CandidateStatus', ], 'CandidateNameEquals' => [ 'shape' => 'CandidateName', ], 'SortOrder' => [ 'shape' => 'AutoMLSortOrder', ], 'SortBy' => [ 'shape' => 'CandidateSortBy', ], 'MaxResults' => [ 'shape' => 'AutoMLMaxResults', 'box' => true, ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCandidatesForAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'Candidates', ], 'members' => [ 'Candidates' => [ 'shape' => 'AutoMLCandidates', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCodeRepositoriesInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'CodeRepositoryNameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'CodeRepositorySortBy', ], 'SortOrder' => [ 'shape' => 'CodeRepositorySortOrder', ], ], ], 'ListCodeRepositoriesOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositorySummaryList', ], 'members' => [ 'CodeRepositorySummaryList' => [ 'shape' => 'CodeRepositorySummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCompilationJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'CompilationJobStatus', ], 'SortBy' => [ 'shape' => 'ListCompilationJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListCompilationJobsResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobSummaries', ], 'members' => [ 'CompilationJobSummaries' => [ 'shape' => 'CompilationJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCompilationJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ListContextsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ContextType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortContextsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListContextsResponse' => [ 'type' => 'structure', 'members' => [ 'ContextSummaries' => [ 'shape' => 'ContextSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDataQualityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListDataQualityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeviceFleetsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'ListDeviceFleetsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListDeviceFleetsResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetSummaries', ], 'members' => [ 'DeviceFleetSummaries' => [ 'shape' => 'DeviceFleetSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeviceFleetsSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', ], ], 'ListDevicesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'LatestHeartbeatAfter' => [ 'shape' => 'Timestamp', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'ListDevicesResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceSummaries', ], 'members' => [ 'DeviceSummaries' => [ 'shape' => 'DeviceSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDomainsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListDomainsResponse' => [ 'type' => 'structure', 'members' => [ 'Domains' => [ 'shape' => 'DomainList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgeDeploymentPlansRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'DeviceFleetNameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'ListEdgeDeploymentPlansSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListEdgeDeploymentPlansResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanSummaries', ], 'members' => [ 'EdgeDeploymentPlanSummaries' => [ 'shape' => 'EdgeDeploymentPlanSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgeDeploymentPlansSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'DEVICE_FLEET_NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', ], ], 'ListEdgePackagingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'ModelNameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'EdgePackagingJobStatus', ], 'SortBy' => [ 'shape' => 'ListEdgePackagingJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListEdgePackagingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobSummaries', ], 'members' => [ 'EdgePackagingJobSummaries' => [ 'shape' => 'EdgePackagingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgePackagingJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'MODEL_NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'STATUS', ], ], 'ListEndpointConfigsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'EndpointConfigSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EndpointConfigNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListEndpointConfigsOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigs', ], 'members' => [ 'EndpointConfigs' => [ 'shape' => 'EndpointConfigSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListEndpointsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'EndpointSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EndpointNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'EndpointStatus', ], ], ], 'ListEndpointsOutput' => [ 'type' => 'structure', 'required' => [ 'Endpoints', ], 'members' => [ 'Endpoints' => [ 'shape' => 'EndpointSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortExperimentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentSummaries' => [ 'shape' => 'ExperimentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFeatureGroupsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'FeatureGroupNameContains', ], 'FeatureGroupStatusEquals' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatusEquals' => [ 'shape' => 'OfflineStoreStatusValue', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'SortOrder' => [ 'shape' => 'FeatureGroupSortOrder', ], 'SortBy' => [ 'shape' => 'FeatureGroupSortBy', ], 'MaxResults' => [ 'shape' => 'FeatureGroupMaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFeatureGroupsResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupSummaries', 'NextToken', ], 'members' => [ 'FeatureGroupSummaries' => [ 'shape' => 'FeatureGroupSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFlowDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListFlowDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionSummaries', ], 'members' => [ 'FlowDefinitionSummaries' => [ 'shape' => 'FlowDefinitionSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'MinVersion' => [ 'shape' => 'HubContentVersion', ], 'MaxSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubContentSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentVersionsResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentSummaries', ], 'members' => [ 'HubContentSummaries' => [ 'shape' => 'HubContentInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentsRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'MaxSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubContentSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentsResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentSummaries', ], 'members' => [ 'HubContentSummaries' => [ 'shape' => 'HubContentInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubsResponse' => [ 'type' => 'structure', 'required' => [ 'HubSummaries', ], 'members' => [ 'HubSummaries' => [ 'shape' => 'HubInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHumanTaskUisRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListHumanTaskUisResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiSummaries', ], 'members' => [ 'HumanTaskUiSummaries' => [ 'shape' => 'HumanTaskUiSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHyperParameterTuningJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'SortBy' => [ 'shape' => 'HyperParameterTuningJobSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'HyperParameterTuningJobStatus', ], ], ], 'ListHyperParameterTuningJobsResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobSummaries', ], 'members' => [ 'HyperParameterTuningJobSummaries' => [ 'shape' => 'HyperParameterTuningJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListImageVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ImageVersionSortBy', ], 'SortOrder' => [ 'shape' => 'ImageVersionSortOrder', ], ], ], 'ListImageVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersions' => [ 'shape' => 'ImageVersions', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListImagesRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ImageNameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ImageSortBy', ], 'SortOrder' => [ 'shape' => 'ImageSortOrder', ], ], ], 'ListImagesResponse' => [ 'type' => 'structure', 'members' => [ 'Images' => [ 'shape' => 'Images', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'NameContains', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'StatusEquals' => [ 'shape' => 'InferenceExperimentStatus', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortInferenceExperimentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListInferenceExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'InferenceExperiments' => [ 'shape' => 'InferenceExperimentList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobStepsRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'StepType' => [ 'shape' => 'RecommendationStepType', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobStepsResponse' => [ 'type' => 'structure', 'members' => [ 'Steps' => [ 'shape' => 'InferenceRecommendationsJobSteps', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'RecommendationJobStatus', ], 'SortBy' => [ 'shape' => 'ListInferenceRecommendationsJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ModelNameEquals' => [ 'shape' => 'ModelName', ], 'ModelPackageVersionArnEquals' => [ 'shape' => 'ModelPackageArn', ], ], ], 'ListInferenceRecommendationsJobsResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceRecommendationsJobs', ], 'members' => [ 'InferenceRecommendationsJobs' => [ 'shape' => 'InferenceRecommendationsJobs', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ListLabelingJobsForWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'JobReferenceCodeContains' => [ 'shape' => 'JobReferenceCodeContains', ], 'SortBy' => [ 'shape' => 'ListLabelingJobsForWorkteamSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListLabelingJobsForWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobSummaryList', ], 'members' => [ 'LabelingJobSummaryList' => [ 'shape' => 'LabelingJobForWorkteamSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListLabelingJobsForWorkteamSortByOptions' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'ListLabelingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'StatusEquals' => [ 'shape' => 'LabelingJobStatus', ], ], ], 'ListLabelingJobsResponse' => [ 'type' => 'structure', 'members' => [ 'LabelingJobSummaryList' => [ 'shape' => 'LabelingJobSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListLineageEntityParameterKey' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringParameterValue', ], ], 'ListLineageGroupsRequest' => [ 'type' => 'structure', 'members' => [ 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortLineageGroupsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListLineageGroupsResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupSummaries' => [ 'shape' => 'LineageGroupSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMaxResults' => [ 'type' => 'integer', 'max' => 100, ], 'ListModelBiasJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelBiasJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardExportJobsRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModelCardExportJobNameContains' => [ 'shape' => 'EntityName', ], 'StatusEquals' => [ 'shape' => 'ModelCardExportJobStatus', ], 'SortBy' => [ 'shape' => 'ModelCardExportJobSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardExportJobSortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListModelCardExportJobsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobSummaries', ], 'members' => [ 'ModelCardExportJobSummaries' => [ 'shape' => 'ModelCardExportJobSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelCardVersionSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardSortOrder', ], ], ], 'ListModelCardVersionsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardVersionSummaryList', ], 'members' => [ 'ModelCardVersionSummaryList' => [ 'shape' => 'ModelCardVersionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EntityName', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelCardSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardSortOrder', ], ], ], 'ListModelCardsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardSummaries', ], 'members' => [ 'ModelCardSummaries' => [ 'shape' => 'ModelCardSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelExplainabilityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelExplainabilityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelMetadataRequest' => [ 'type' => 'structure', 'members' => [ 'SearchExpression' => [ 'shape' => 'ModelMetadataSearchExpression', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListModelMetadataResponse' => [ 'type' => 'structure', 'required' => [ 'ModelMetadataSummaries', ], 'members' => [ 'ModelMetadataSummaries' => [ 'shape' => 'ModelMetadataSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelPackageGroupsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelPackageGroupSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListModelPackageGroupsOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupSummaryList', ], 'members' => [ 'ModelPackageGroupSummaryList' => [ 'shape' => 'ModelPackageGroupSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelPackagesInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], 'ModelPackageType' => [ 'shape' => 'ModelPackageType', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelPackageSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListModelPackagesOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageSummaryList', ], 'members' => [ 'ModelPackageSummaryList' => [ 'shape' => 'ModelPackageSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelQualityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelQualityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ModelSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ModelNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelsOutput' => [ 'type' => 'structure', 'required' => [ 'Models', ], 'members' => [ 'Models' => [ 'shape' => 'ModelSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListMonitoringAlertHistoryRequest' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'SortBy' => [ 'shape' => 'MonitoringAlertHistorySortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'MonitoringAlertStatus', ], ], ], 'ListMonitoringAlertHistoryResponse' => [ 'type' => 'structure', 'members' => [ 'MonitoringAlertHistory' => [ 'shape' => 'MonitoringAlertHistoryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringAlertsRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListMonitoringAlertsResponse' => [ 'type' => 'structure', 'members' => [ 'MonitoringAlertSummaries' => [ 'shape' => 'MonitoringAlertSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringExecutionsRequest' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringExecutionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ScheduledTimeBefore' => [ 'shape' => 'Timestamp', ], 'ScheduledTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'ExecutionStatus', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringTypeEquals' => [ 'shape' => 'MonitoringType', ], ], ], 'ListMonitoringExecutionsResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringExecutionSummaries', ], 'members' => [ 'MonitoringExecutionSummaries' => [ 'shape' => 'MonitoringExecutionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringSchedulesRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringScheduleSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringTypeEquals' => [ 'shape' => 'MonitoringType', ], ], ], 'ListMonitoringSchedulesResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleSummaries', ], 'members' => [ 'MonitoringScheduleSummaries' => [ 'shape' => 'MonitoringScheduleSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListNotebookInstanceLifecycleConfigsInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortBy' => [ 'shape' => 'NotebookInstanceLifecycleConfigSortKey', ], 'SortOrder' => [ 'shape' => 'NotebookInstanceLifecycleConfigSortOrder', ], 'NameContains' => [ 'shape' => 'NotebookInstanceLifecycleConfigNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], ], ], 'ListNotebookInstanceLifecycleConfigsOutput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'NotebookInstanceLifecycleConfigs' => [ 'shape' => 'NotebookInstanceLifecycleConfigSummaryList', ], ], ], 'ListNotebookInstancesInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortBy' => [ 'shape' => 'NotebookInstanceSortKey', ], 'SortOrder' => [ 'shape' => 'NotebookInstanceSortOrder', ], 'NameContains' => [ 'shape' => 'NotebookInstanceNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'StatusEquals' => [ 'shape' => 'NotebookInstanceStatus', ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DefaultCodeRepositoryContains' => [ 'shape' => 'CodeRepositoryContains', ], 'AdditionalCodeRepositoryEquals' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], ], ], 'ListNotebookInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'NotebookInstances' => [ 'shape' => 'NotebookInstanceSummaryList', ], ], ], 'ListPipelineExecutionStepsRequest' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListPipelineExecutionStepsResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionSteps' => [ 'shape' => 'PipelineExecutionStepList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelineExecutionsRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortPipelineExecutionsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelineExecutionsResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionSummaries' => [ 'shape' => 'PipelineExecutionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelineParametersForExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelineParametersForExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelinesRequest' => [ 'type' => 'structure', 'members' => [ 'PipelineNamePrefix' => [ 'shape' => 'PipelineName', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortPipelinesBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelinesResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineSummaries' => [ 'shape' => 'PipelineSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListProcessingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'String', ], 'StatusEquals' => [ 'shape' => 'ProcessingJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListProcessingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobSummaries', ], 'members' => [ 'ProcessingJobSummaries' => [ 'shape' => 'ProcessingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListProjectsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ProjectEntityName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ProjectSortBy', ], 'SortOrder' => [ 'shape' => 'ProjectSortOrder', ], ], ], 'ListProjectsOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectSummaryList', ], 'members' => [ 'ProjectSummaryList' => [ 'shape' => 'ProjectSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListResourceCatalogsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'ResourceCatalogName', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'ResourceCatalogSortOrder', ], 'SortBy' => [ 'shape' => 'ResourceCatalogSortBy', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListResourceCatalogsResponse' => [ 'type' => 'structure', 'members' => [ 'ResourceCatalogs' => [ 'shape' => 'ResourceCatalogList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListSpacesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'SpaceSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'SpaceNameContains' => [ 'shape' => 'SpaceName', ], ], ], 'ListSpacesResponse' => [ 'type' => 'structure', 'members' => [ 'Spaces' => [ 'shape' => 'SpaceList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStageDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ExcludeDevicesDeployedInOtherStage' => [ 'shape' => 'Boolean', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'ListStageDevicesResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceDeploymentSummaries', ], 'members' => [ 'DeviceDeploymentSummaries' => [ 'shape' => 'DeviceDeploymentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStudioLifecycleConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'StudioLifecycleConfigName', ], 'AppTypeEquals' => [ 'shape' => 'StudioLifecycleConfigAppType', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'StudioLifecycleConfigSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListStudioLifecycleConfigsResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'StudioLifecycleConfigs' => [ 'shape' => 'StudioLifecycleConfigsList', ], ], ], 'ListSubscribedWorkteamsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'WorkteamName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListSubscribedWorkteamsResponse' => [ 'type' => 'structure', 'required' => [ 'SubscribedWorkteams', ], 'members' => [ 'SubscribedWorkteams' => [ 'shape' => 'SubscribedWorkteams', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListTagsMaxResults', ], ], ], 'ListTagsMaxResults' => [ 'type' => 'integer', 'min' => 50, ], 'ListTagsOutput' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrainingJobsForHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'StatusEquals' => [ 'shape' => 'TrainingJobStatus', ], 'SortBy' => [ 'shape' => 'TrainingJobSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListTrainingJobsForHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobSummaries', ], 'members' => [ 'TrainingJobSummaries' => [ 'shape' => 'HyperParameterTrainingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrainingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'TrainingJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'WarmPoolStatusEquals' => [ 'shape' => 'WarmPoolResourceStatus', ], ], ], 'ListTrainingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobSummaries', ], 'members' => [ 'TrainingJobSummaries' => [ 'shape' => 'TrainingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTransformJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'TransformJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListTransformJobsResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobSummaries', ], 'members' => [ 'TransformJobSummaries' => [ 'shape' => 'TransformJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialComponentKey256' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentKey256', ], ], 'ListTrialComponentsRequest' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'SourceArn' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortTrialComponentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialComponentsResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentSummaries' => [ 'shape' => 'TrialComponentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialsRequest' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortTrialsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialsResponse' => [ 'type' => 'structure', 'members' => [ 'TrialSummaries' => [ 'shape' => 'TrialSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListUserProfilesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'UserProfileSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'UserProfileNameContains' => [ 'shape' => 'UserProfileName', ], ], ], 'ListUserProfilesResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfiles' => [ 'shape' => 'UserProfileList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkforcesRequest' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ListWorkforcesSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'WorkforceName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListWorkforcesResponse' => [ 'type' => 'structure', 'required' => [ 'Workforces', ], 'members' => [ 'Workforces' => [ 'shape' => 'Workforces', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkforcesSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreateDate', ], ], 'ListWorkteamsRequest' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ListWorkteamsSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'WorkteamName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListWorkteamsResponse' => [ 'type' => 'structure', 'required' => [ 'Workteams', ], 'members' => [ 'Workteams' => [ 'shape' => 'Workteams', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkteamsSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreateDate', ], ], 'Long' => [ 'type' => 'long', ], 'MLFramework' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z]+ ?\\d+\\.\\d+(\\.\\d+)?$', ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxCandidates' => [ 'type' => 'integer', 'max' => 750, 'min' => 1, ], 'MaxConcurrentInvocationsPerInstance' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'MaxConcurrentTaskCount' => [ 'type' => 'integer', 'max' => 5000, 'min' => 1, ], 'MaxConcurrentTransforms' => [ 'type' => 'integer', 'min' => 0, ], 'MaxHumanLabeledObjectCount' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTests' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTrainingJobs' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTrainingJobsNotImproving' => [ 'type' => 'integer', 'min' => 3, ], 'MaxParallelExecutionSteps' => [ 'type' => 'integer', 'min' => 1, ], 'MaxParallelOfTests' => [ 'type' => 'integer', 'min' => 1, ], 'MaxParallelTrainingJobs' => [ 'type' => 'integer', 'min' => 1, ], 'MaxPayloadInMB' => [ 'type' => 'integer', 'min' => 0, ], 'MaxPercentageOfInputDatasetLabeled' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MaxRuntimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxWaitTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaximumExecutionTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 28800, 'min' => 600, ], 'MaximumRetryAttempts' => [ 'type' => 'integer', 'max' => 30, 'min' => 1, ], 'MediaType' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^[-\\w]+\\/[-\\w+]+$', ], 'MemberDefinition' => [ 'type' => 'structure', 'members' => [ 'CognitoMemberDefinition' => [ 'shape' => 'CognitoMemberDefinition', ], 'OidcMemberDefinition' => [ 'shape' => 'OidcMemberDefinition', ], ], ], 'MemberDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'MemberDefinition', ], 'max' => 10, 'min' => 1, ], 'MetadataProperties' => [ 'type' => 'structure', 'members' => [ 'CommitId' => [ 'shape' => 'MetadataPropertyValue', ], 'Repository' => [ 'shape' => 'MetadataPropertyValue', ], 'GeneratedBy' => [ 'shape' => 'MetadataPropertyValue', ], 'ProjectId' => [ 'shape' => 'MetadataPropertyValue', ], ], ], 'MetadataPropertyValue' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'MetricData' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'MetricName', ], 'Value' => [ 'shape' => 'Float', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], ], ], 'MetricDataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDatum', ], 'max' => 40, 'min' => 0, ], 'MetricDatum' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], 'Value' => [ 'shape' => 'Float', ], 'Set' => [ 'shape' => 'MetricSetSource', ], 'StandardMetricName' => [ 'shape' => 'AutoMLMetricExtendedEnum', ], ], ], 'MetricDefinition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Regex', ], 'members' => [ 'Name' => [ 'shape' => 'MetricName', ], 'Regex' => [ 'shape' => 'MetricRegex', ], ], ], 'MetricDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDefinition', ], 'max' => 40, 'min' => 0, ], 'MetricName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'MetricRegex' => [ 'type' => 'string', 'max' => 500, 'min' => 1, 'pattern' => '.+', ], 'MetricSetSource' => [ 'type' => 'string', 'enum' => [ 'Train', 'Validation', 'Test', ], ], 'MetricSpecification' => [ 'type' => 'structure', 'members' => [ 'Predefined' => [ 'shape' => 'PredefinedMetricSpecification', ], 'Customized' => [ 'shape' => 'CustomizedMetricSpecification', ], ], 'union' => true, ], 'MetricValue' => [ 'type' => 'float', ], 'MetricsSource' => [ 'type' => 'structure', 'required' => [ 'ContentType', 'S3Uri', ], 'members' => [ 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentDigest' => [ 'shape' => 'ContentDigest', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MinimumInstanceMetadataServiceVersion' => [ 'type' => 'string', 'max' => 1, 'pattern' => '1|2', ], 'Model' => [ 'type' => 'structure', 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'Tags' => [ 'shape' => 'TagList', ], 'DeploymentRecommendation' => [ 'shape' => 'DeploymentRecommendation', ], ], ], 'ModelApprovalStatus' => [ 'type' => 'string', 'enum' => [ 'Approved', 'Rejected', 'PendingManualApproval', ], ], 'ModelArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model/.*', ], 'ModelArtifacts' => [ 'type' => 'structure', 'required' => [ 'S3ModelArtifacts', ], 'members' => [ 'S3ModelArtifacts' => [ 'shape' => 'S3Uri', ], ], ], 'ModelBiasAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', 'ConfigUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ConfigUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelBiasBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelBiasJobInput' => [ 'type' => 'structure', 'required' => [ 'GroundTruthS3Input', ], 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], 'GroundTruthS3Input' => [ 'shape' => 'MonitoringGroundTruthS3Input', ], ], ], 'ModelCacheSetting' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'ModelCard' => [ 'type' => 'structure', 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelId' => [ 'shape' => 'String', ], 'RiskRating' => [ 'shape' => 'String', ], 'ModelPackageGroupName' => [ 'shape' => 'String', ], ], ], 'ModelCardArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'ModelCardContent' => [ 'type' => 'string', 'max' => 100000, 'min' => 0, 'pattern' => '.*', 'sensitive' => true, ], 'ModelCardExportArtifacts' => [ 'type' => 'structure', 'required' => [ 'S3ExportArtifacts', ], 'members' => [ 'S3ExportArtifacts' => [ 'shape' => 'S3Uri', ], ], ], 'ModelCardExportJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'ModelCardExportJobSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ModelCardExportJobSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ModelCardExportJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', ], ], 'ModelCardExportJobSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobName', 'ModelCardExportJobArn', 'Status', 'ModelCardName', 'ModelCardVersion', 'CreatedAt', 'LastModifiedAt', ], 'members' => [ 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], 'Status' => [ 'shape' => 'ModelCardExportJobStatus', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreatedAt' => [ 'shape' => 'Timestamp', ], 'LastModifiedAt' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardExportJobSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardExportJobSummary', ], ], 'ModelCardExportOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'ModelCardNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})', ], 'ModelCardProcessingStatus' => [ 'type' => 'string', 'enum' => [ 'DeleteInProgress', 'DeletePending', 'ContentDeleted', 'ExportJobsDeleted', 'DeleteCompleted', 'DeleteFailed', ], ], 'ModelCardSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ModelCardSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelCardSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ModelCardStatus' => [ 'type' => 'string', 'enum' => [ 'Draft', 'PendingReview', 'Approved', 'Archived', ], ], 'ModelCardSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardArn', 'ModelCardStatus', 'CreationTime', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardSummary', ], ], 'ModelCardVersionSortBy' => [ 'type' => 'string', 'enum' => [ 'Version', ], ], 'ModelCardVersionSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardArn', 'ModelCardStatus', 'ModelCardVersion', 'CreationTime', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardVersionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardVersionSummary', ], ], 'ModelClientConfig' => [ 'type' => 'structure', 'members' => [ 'InvocationsTimeoutInSeconds' => [ 'shape' => 'InvocationsTimeoutInSeconds', ], 'InvocationsMaxRetries' => [ 'shape' => 'InvocationsMaxRetries', ], ], ], 'ModelCompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'ModelConfiguration' => [ 'type' => 'structure', 'members' => [ 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'EnvironmentParameters' => [ 'shape' => 'EnvironmentParameters', ], 'CompilationJobName' => [ 'shape' => 'RecommendationJobCompilationJobName', ], ], ], 'ModelDashboardEndpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], ], ], 'ModelDashboardEndpoints' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelDashboardEndpoint', ], ], 'ModelDashboardIndicatorAction' => [ 'type' => 'structure', 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], ], ], 'ModelDashboardModel' => [ 'type' => 'structure', 'members' => [ 'Model' => [ 'shape' => 'Model', ], 'Endpoints' => [ 'shape' => 'ModelDashboardEndpoints', ], 'LastBatchTransformJob' => [ 'shape' => 'TransformJob', ], 'MonitoringSchedules' => [ 'shape' => 'ModelDashboardMonitoringSchedules', ], 'ModelCard' => [ 'shape' => 'ModelDashboardModelCard', ], ], ], 'ModelDashboardModelCard' => [ 'type' => 'structure', 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelId' => [ 'shape' => 'String', ], 'RiskRating' => [ 'shape' => 'String', ], ], ], 'ModelDashboardMonitoringSchedule' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'MonitoringAlertSummaries' => [ 'shape' => 'MonitoringAlertSummaryList', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], ], ], 'ModelDashboardMonitoringSchedules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelDashboardMonitoringSchedule', ], ], 'ModelDataQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'ModelDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'S3ModelDataSource', ], ], ], 'ModelDeployConfig' => [ 'type' => 'structure', 'members' => [ 'AutoGenerateEndpointName' => [ 'shape' => 'AutoGenerateEndpointName', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'ModelDeployResult' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'ModelDigests' => [ 'type' => 'structure', 'members' => [ 'ArtifactDigest' => [ 'shape' => 'ArtifactDigest', ], ], ], 'ModelExplainabilityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', 'ConfigUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ConfigUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelExplainabilityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelExplainabilityJobInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'ModelInfrastructureConfig' => [ 'type' => 'structure', 'required' => [ 'InfrastructureType', 'RealTimeInferenceConfig', ], 'members' => [ 'InfrastructureType' => [ 'shape' => 'ModelInfrastructureType', ], 'RealTimeInferenceConfig' => [ 'shape' => 'RealTimeInferenceConfig', ], ], ], 'ModelInfrastructureType' => [ 'type' => 'string', 'enum' => [ 'RealTimeInference', ], ], 'ModelInput' => [ 'type' => 'structure', 'required' => [ 'DataInputConfig', ], 'members' => [ 'DataInputConfig' => [ 'shape' => 'DataInputConfig', ], ], ], 'ModelInsightsLocation' => [ 'type' => 'string', 'min' => 1, ], 'ModelLatencyThreshold' => [ 'type' => 'structure', 'members' => [ 'Percentile' => [ 'shape' => 'String64', ], 'ValueInMilliseconds' => [ 'shape' => 'Integer', ], ], ], 'ModelLatencyThresholds' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelLatencyThreshold', ], 'max' => 1, 'min' => 1, ], 'ModelMetadataFilter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'ModelMetadataFilterType', ], 'Value' => [ 'shape' => 'String256', ], ], ], 'ModelMetadataFilterType' => [ 'type' => 'string', 'enum' => [ 'Domain', 'Framework', 'Task', 'FrameworkVersion', ], ], 'ModelMetadataFilters' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelMetadataFilter', ], 'max' => 4, 'min' => 1, ], 'ModelMetadataSearchExpression' => [ 'type' => 'structure', 'members' => [ 'Filters' => [ 'shape' => 'ModelMetadataFilters', ], ], ], 'ModelMetadataSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelMetadataSummary', ], ], 'ModelMetadataSummary' => [ 'type' => 'structure', 'required' => [ 'Domain', 'Framework', 'Task', 'Model', 'FrameworkVersion', ], 'members' => [ 'Domain' => [ 'shape' => 'String', ], 'Framework' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'Model' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'String', ], ], ], 'ModelMetrics' => [ 'type' => 'structure', 'members' => [ 'ModelQuality' => [ 'shape' => 'ModelQuality', ], 'ModelDataQuality' => [ 'shape' => 'ModelDataQuality', ], 'Bias' => [ 'shape' => 'Bias', ], 'Explainability' => [ 'shape' => 'Explainability', ], ], ], 'ModelName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'ModelNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'ModelPackage' => [ 'type' => 'structure', 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelPackageStatusDetails' => [ 'shape' => 'ModelPackageStatusDetails', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], 'Tags' => [ 'shape' => 'TagList', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], ], ], 'ModelPackageArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*', ], 'ModelPackageArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageArn', ], 'max' => 100, 'min' => 1, ], 'ModelPackageContainerDefinition' => [ 'type' => 'structure', 'required' => [ 'Image', ], 'members' => [ 'ContainerHostname' => [ 'shape' => 'ContainerHostname', ], 'Image' => [ 'shape' => 'ContainerImage', ], 'ImageDigest' => [ 'shape' => 'ImageDigest', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'ProductId' => [ 'shape' => 'ProductId', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], 'ModelInput' => [ 'shape' => 'ModelInput', ], 'Framework' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'ModelPackageFrameworkVersion', ], 'NearestModelName' => [ 'shape' => 'String', ], ], ], 'ModelPackageContainerDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageContainerDefinition', ], 'max' => 15, 'min' => 1, ], 'ModelPackageFrameworkVersion' => [ 'type' => 'string', 'max' => 10, 'min' => 3, 'pattern' => '[0-9]\\.[A-Za-z0-9.-]+', ], 'ModelPackageGroup' => [ 'type' => 'structure', 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ModelPackageGroupArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package-group/.*', ], 'ModelPackageGroupSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelPackageGroupStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', 'DeleteFailed', ], ], 'ModelPackageGroupSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageGroupArn', 'CreationTime', 'ModelPackageGroupStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], ], ], 'ModelPackageGroupSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageGroupSummary', ], ], 'ModelPackageSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelPackageStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', ], ], 'ModelPackageStatusDetails' => [ 'type' => 'structure', 'required' => [ 'ValidationStatuses', ], 'members' => [ 'ValidationStatuses' => [ 'shape' => 'ModelPackageStatusItemList', ], 'ImageScanStatuses' => [ 'shape' => 'ModelPackageStatusItemList', ], ], ], 'ModelPackageStatusItem' => [ 'type' => 'structure', 'required' => [ 'Name', 'Status', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Status' => [ 'shape' => 'DetailedModelPackageStatus', ], 'FailureReason' => [ 'shape' => 'String', ], ], ], 'ModelPackageStatusItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageStatusItem', ], ], 'ModelPackageSummaries' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelPackageArn', ], 'value' => [ 'shape' => 'BatchDescribeModelPackageSummary', ], ], 'ModelPackageSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], ], ], 'ModelPackageSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageSummary', ], ], 'ModelPackageType' => [ 'type' => 'string', 'enum' => [ 'Versioned', 'Unversioned', 'Both', ], ], 'ModelPackageValidationProfile' => [ 'type' => 'structure', 'required' => [ 'ProfileName', 'TransformJobDefinition', ], 'members' => [ 'ProfileName' => [ 'shape' => 'EntityName', ], 'TransformJobDefinition' => [ 'shape' => 'TransformJobDefinition', ], ], ], 'ModelPackageValidationProfiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageValidationProfile', ], 'max' => 1, 'min' => 1, ], 'ModelPackageValidationSpecification' => [ 'type' => 'structure', 'required' => [ 'ValidationRole', 'ValidationProfiles', ], 'members' => [ 'ValidationRole' => [ 'shape' => 'RoleArn', ], 'ValidationProfiles' => [ 'shape' => 'ModelPackageValidationProfiles', ], ], ], 'ModelPackageVersion' => [ 'type' => 'integer', 'min' => 1, ], 'ModelQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'ModelQualityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], 'ProblemType' => [ 'shape' => 'MonitoringProblemType', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelQualityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelQualityJobInput' => [ 'type' => 'structure', 'required' => [ 'GroundTruthS3Input', ], 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], 'GroundTruthS3Input' => [ 'shape' => 'MonitoringGroundTruthS3Input', ], ], ], 'ModelRegisterSettings' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], 'CrossAccountModelRegisterRoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'ModelSetupTime' => [ 'type' => 'integer', 'min' => 0, ], 'ModelSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], ], ], 'ModelSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelArn', 'CreationTime', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelSummary', ], ], 'ModelVariantAction' => [ 'type' => 'string', 'enum' => [ 'Retain', 'Remove', 'Promote', ], ], 'ModelVariantActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelVariantName', ], 'value' => [ 'shape' => 'ModelVariantAction', ], 'max' => 2, 'min' => 1, ], 'ModelVariantConfig' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'VariantName', 'InfrastructureConfig', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'VariantName' => [ 'shape' => 'ModelVariantName', ], 'InfrastructureConfig' => [ 'shape' => 'ModelInfrastructureConfig', ], ], ], 'ModelVariantConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelVariantConfig', ], 'max' => 2, 'min' => 1, ], 'ModelVariantConfigSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'VariantName', 'InfrastructureConfig', 'Status', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'VariantName' => [ 'shape' => 'ModelVariantName', ], 'InfrastructureConfig' => [ 'shape' => 'ModelInfrastructureConfig', ], 'Status' => [ 'shape' => 'ModelVariantStatus', ], ], ], 'ModelVariantConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelVariantConfigSummary', ], ], 'ModelVariantName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?', ], 'ModelVariantStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Updating', 'InService', 'Deleting', 'Deleted', ], ], 'MonitoringAlertActions' => [ 'type' => 'structure', 'members' => [ 'ModelDashboardIndicator' => [ 'shape' => 'ModelDashboardIndicatorAction', ], ], ], 'MonitoringAlertHistoryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringAlertHistorySummary', ], ], 'MonitoringAlertHistorySortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'Status', ], ], 'MonitoringAlertHistorySummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringAlertName', 'CreationTime', 'AlertStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'AlertStatus' => [ 'shape' => 'MonitoringAlertStatus', ], ], ], 'MonitoringAlertName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'MonitoringAlertStatus' => [ 'type' => 'string', 'enum' => [ 'InAlert', 'OK', ], ], 'MonitoringAlertSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringAlertName', 'CreationTime', 'LastModifiedTime', 'AlertStatus', 'DatapointsToAlert', 'EvaluationPeriod', 'Actions', ], 'members' => [ 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'AlertStatus' => [ 'shape' => 'MonitoringAlertStatus', ], 'DatapointsToAlert' => [ 'shape' => 'MonitoringDatapointsToAlert', ], 'EvaluationPeriod' => [ 'shape' => 'MonitoringEvaluationPeriod', ], 'Actions' => [ 'shape' => 'MonitoringAlertActions', ], ], ], 'MonitoringAlertSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringAlertSummary', ], 'max' => 100, 'min' => 1, ], 'MonitoringAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], 'StatisticsResource' => [ 'shape' => 'MonitoringStatisticsResource', ], ], ], 'MonitoringClusterConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceCount', 'InstanceType', 'VolumeSizeInGB', ], 'members' => [ 'InstanceCount' => [ 'shape' => 'ProcessingInstanceCount', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'ProcessingVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'MonitoringConstraintsResource' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerArgument', ], 'max' => 50, 'min' => 1, ], 'MonitoringCsvDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Header' => [ 'shape' => 'Boolean', ], ], ], 'MonitoringDatapointsToAlert' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MonitoringDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Csv' => [ 'shape' => 'MonitoringCsvDatasetFormat', ], 'Json' => [ 'shape' => 'MonitoringJsonDatasetFormat', ], 'Parquet' => [ 'shape' => 'MonitoringParquetDatasetFormat', ], ], ], 'MonitoringEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ProcessingEnvironmentKey', ], 'value' => [ 'shape' => 'ProcessingEnvironmentValue', ], 'max' => 50, ], 'MonitoringEvaluationPeriod' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MonitoringExecutionSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'ScheduledTime', 'Status', ], ], 'MonitoringExecutionSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'ScheduledTime', 'CreationTime', 'LastModifiedTime', 'MonitoringExecutionStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'ScheduledTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringExecutionStatus' => [ 'shape' => 'ExecutionStatus', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringExecutionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringExecutionSummary', ], ], 'MonitoringGroundTruthS3Input' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'MonitoringS3Uri', ], ], ], 'MonitoringInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'MonitoringInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringInput', ], 'max' => 1, 'min' => 1, ], 'MonitoringJobDefinition' => [ 'type' => 'structure', 'required' => [ 'MonitoringInputs', 'MonitoringOutputConfig', 'MonitoringResources', 'MonitoringAppSpecification', 'RoleArn', ], 'members' => [ 'BaselineConfig' => [ 'shape' => 'MonitoringBaselineConfig', ], 'MonitoringInputs' => [ 'shape' => 'MonitoringInputs', ], 'MonitoringOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'MonitoringResources' => [ 'shape' => 'MonitoringResources', ], 'MonitoringAppSpecification' => [ 'shape' => 'MonitoringAppSpecification', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'MonitoringJobDefinitionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'MonitoringJobDefinitionName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$', ], 'MonitoringJobDefinitionSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'MonitoringJobDefinitionSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringJobDefinitionName', 'MonitoringJobDefinitionArn', 'CreationTime', 'EndpointName', ], 'members' => [ 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringJobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'MonitoringJobDefinitionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringJobDefinitionSummary', ], ], 'MonitoringJsonDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Line' => [ 'shape' => 'Boolean', ], ], ], 'MonitoringMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 86400, 'min' => 1, ], 'MonitoringNetworkConfig' => [ 'type' => 'structure', 'members' => [ 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'MonitoringOutput' => [ 'type' => 'structure', 'required' => [ 'S3Output', ], 'members' => [ 'S3Output' => [ 'shape' => 'MonitoringS3Output', ], ], ], 'MonitoringOutputConfig' => [ 'type' => 'structure', 'required' => [ 'MonitoringOutputs', ], 'members' => [ 'MonitoringOutputs' => [ 'shape' => 'MonitoringOutputs', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'MonitoringOutputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringOutput', ], 'max' => 1, 'min' => 1, ], 'MonitoringParquetDatasetFormat' => [ 'type' => 'structure', 'members' => [], ], 'MonitoringProblemType' => [ 'type' => 'string', 'enum' => [ 'BinaryClassification', 'MulticlassClassification', 'Regression', ], ], 'MonitoringResources' => [ 'type' => 'structure', 'required' => [ 'ClusterConfig', ], 'members' => [ 'ClusterConfig' => [ 'shape' => 'MonitoringClusterConfig', ], ], ], 'MonitoringS3Output' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'LocalPath', ], 'members' => [ 'S3Uri' => [ 'shape' => 'MonitoringS3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3UploadMode' => [ 'shape' => 'ProcessingS3UploadMode', ], ], ], 'MonitoringS3Uri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'MonitoringSchedule' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'MonitoringScheduleArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'MonitoringScheduleConfig' => [ 'type' => 'structure', 'members' => [ 'ScheduleConfig' => [ 'shape' => 'ScheduleConfig', ], 'MonitoringJobDefinition' => [ 'shape' => 'MonitoringJobDefinition', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringScheduleList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringSchedule', ], ], 'MonitoringScheduleName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'MonitoringScheduleSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'MonitoringScheduleSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleArn', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringScheduleSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringScheduleSummary', ], ], 'MonitoringStatisticsResource' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringStoppingCondition' => [ 'type' => 'structure', 'required' => [ 'MaxRuntimeInSeconds', ], 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'MonitoringMaxRuntimeInSeconds', ], ], ], 'MonitoringTimeOffsetString' => [ 'type' => 'string', 'max' => 15, 'min' => 1, 'pattern' => '^.?P.*', ], 'MonitoringType' => [ 'type' => 'string', 'enum' => [ 'DataQuality', 'ModelQuality', 'ModelBias', 'ModelExplainability', ], ], 'MountPath' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^\\/.*', ], 'MultiModelConfig' => [ 'type' => 'structure', 'members' => [ 'ModelCacheSetting' => [ 'shape' => 'ModelCacheSetting', ], ], ], 'NameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+', ], 'NeoVpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'NeoVpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'NeoVpcSubnets', ], ], ], 'NeoVpcSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'NeoVpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'NeoVpcSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'NeoVpcSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'NeoVpcSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'NeoVpcSubnetId', ], 'max' => 16, 'min' => 1, ], 'NestedFilters' => [ 'type' => 'structure', 'required' => [ 'NestedPropertyName', 'Filters', ], 'members' => [ 'NestedPropertyName' => [ 'shape' => 'ResourcePropertyName', ], 'Filters' => [ 'shape' => 'FilterList', ], ], ], 'NestedFiltersList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NestedFilters', ], 'max' => 20, 'min' => 1, ], 'NetworkConfig' => [ 'type' => 'structure', 'members' => [ 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'NetworkInterfaceId' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', 'max' => 8192, 'pattern' => '.*', ], 'NotebookInstanceAcceleratorType' => [ 'type' => 'string', 'enum' => [ 'ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge', ], ], 'NotebookInstanceAcceleratorTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceAcceleratorType', ], ], 'NotebookInstanceArn' => [ 'type' => 'string', 'max' => 256, ], 'NotebookInstanceLifecycleConfigArn' => [ 'type' => 'string', 'max' => 256, ], 'NotebookInstanceLifecycleConfigContent' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'NotebookInstanceLifecycleConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceLifecycleHook', ], 'max' => 1, ], 'NotebookInstanceLifecycleConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'NotebookInstanceLifecycleConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'LastModifiedTime', ], ], 'NotebookInstanceLifecycleConfigSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'NotebookInstanceLifecycleConfigSummary' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', 'NotebookInstanceLifecycleConfigArn', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'NotebookInstanceLifecycleConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceLifecycleConfigSummary', ], ], 'NotebookInstanceLifecycleHook' => [ 'type' => 'structure', 'members' => [ 'Content' => [ 'shape' => 'NotebookInstanceLifecycleConfigContent', ], ], ], 'NotebookInstanceName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'NotebookInstanceNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'NotebookInstanceSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'NotebookInstanceSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'NotebookInstanceStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InService', 'Stopping', 'Stopped', 'Failed', 'Deleting', 'Updating', ], ], 'NotebookInstanceSummary' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', 'NotebookInstanceArn', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], 'NotebookInstanceStatus' => [ 'shape' => 'NotebookInstanceStatus', ], 'Url' => [ 'shape' => 'NotebookInstanceUrl', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], ], ], 'NotebookInstanceSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceSummary', ], ], 'NotebookInstanceUrl' => [ 'type' => 'string', ], 'NotebookInstanceVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 16384, 'min' => 5, ], 'NotebookOutputOption' => [ 'type' => 'string', 'enum' => [ 'Allowed', 'Disabled', ], ], 'NotificationConfiguration' => [ 'type' => 'structure', 'members' => [ 'NotificationTopicArn' => [ 'shape' => 'NotificationTopicArn', ], ], ], 'NotificationTopicArn' => [ 'type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*', ], 'NumberOfHumanWorkersPerDataObject' => [ 'type' => 'integer', 'max' => 9, 'min' => 1, ], 'NumberOfSteps' => [ 'type' => 'integer', 'min' => 1, ], 'ObjectiveStatus' => [ 'type' => 'string', 'enum' => [ 'Succeeded', 'Pending', 'Failed', ], ], 'ObjectiveStatusCounter' => [ 'type' => 'integer', 'min' => 0, ], 'ObjectiveStatusCounters' => [ 'type' => 'structure', 'members' => [ 'Succeeded' => [ 'shape' => 'ObjectiveStatusCounter', ], 'Pending' => [ 'shape' => 'ObjectiveStatusCounter', ], 'Failed' => [ 'shape' => 'ObjectiveStatusCounter', ], ], ], 'OfflineStoreConfig' => [ 'type' => 'structure', 'required' => [ 'S3StorageConfig', ], 'members' => [ 'S3StorageConfig' => [ 'shape' => 'S3StorageConfig', ], 'DisableGlueTableCreation' => [ 'shape' => 'Boolean', ], 'DataCatalogConfig' => [ 'shape' => 'DataCatalogConfig', ], 'TableFormat' => [ 'shape' => 'TableFormat', ], ], ], 'OfflineStoreStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'OfflineStoreStatusValue', ], 'BlockedReason' => [ 'shape' => 'BlockedReason', ], ], ], 'OfflineStoreStatusValue' => [ 'type' => 'string', 'enum' => [ 'Active', 'Blocked', 'Disabled', ], ], 'OidcConfig' => [ 'type' => 'structure', 'required' => [ 'ClientId', 'ClientSecret', 'Issuer', 'AuthorizationEndpoint', 'TokenEndpoint', 'UserInfoEndpoint', 'LogoutEndpoint', 'JwksUri', ], 'members' => [ 'ClientId' => [ 'shape' => 'ClientId', ], 'ClientSecret' => [ 'shape' => 'ClientSecret', ], 'Issuer' => [ 'shape' => 'OidcEndpoint', ], 'AuthorizationEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'TokenEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'UserInfoEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'LogoutEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'JwksUri' => [ 'shape' => 'OidcEndpoint', ], ], ], 'OidcConfigForResponse' => [ 'type' => 'structure', 'members' => [ 'ClientId' => [ 'shape' => 'ClientId', ], 'Issuer' => [ 'shape' => 'OidcEndpoint', ], 'AuthorizationEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'TokenEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'UserInfoEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'LogoutEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'JwksUri' => [ 'shape' => 'OidcEndpoint', ], ], ], 'OidcEndpoint' => [ 'type' => 'string', 'max' => 500, 'pattern' => 'https://\\S+', ], 'OidcMemberDefinition' => [ 'type' => 'structure', 'required' => [ 'Groups', ], 'members' => [ 'Groups' => [ 'shape' => 'Groups', ], ], ], 'OnlineStoreConfig' => [ 'type' => 'structure', 'members' => [ 'SecurityConfig' => [ 'shape' => 'OnlineStoreSecurityConfig', ], 'EnableOnlineStore' => [ 'shape' => 'Boolean', ], 'TtlDuration' => [ 'shape' => 'TtlDuration', ], ], ], 'OnlineStoreConfigUpdate' => [ 'type' => 'structure', 'members' => [ 'TtlDuration' => [ 'shape' => 'TtlDuration', ], ], ], 'OnlineStoreSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'OnlineStoreTotalSizeBytes' => [ 'type' => 'long', ], 'Operator' => [ 'type' => 'string', 'enum' => [ 'Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LessThan', 'LessThanOrEqualTo', 'Contains', 'Exists', 'NotExists', 'In', ], ], 'OptionalDouble' => [ 'type' => 'double', ], 'OptionalInteger' => [ 'type' => 'integer', ], 'OptionalVolumeSizeInGB' => [ 'type' => 'integer', 'min' => 0, ], 'OrderKey' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'OutputCompressionType' => [ 'type' => 'string', 'enum' => [ 'GZIP', 'NONE', ], ], 'OutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputLocation', ], 'members' => [ 'S3OutputLocation' => [ 'shape' => 'S3Uri', ], 'TargetDevice' => [ 'shape' => 'TargetDevice', ], 'TargetPlatform' => [ 'shape' => 'TargetPlatform', ], 'CompilerOptions' => [ 'shape' => 'CompilerOptions', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'OutputDataConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'CompressionType' => [ 'shape' => 'OutputCompressionType', ], ], ], 'OutputParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String256', ], 'Value' => [ 'shape' => 'String1024', ], ], ], 'OutputParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OutputParameter', ], 'max' => 50, 'min' => 0, ], 'PaginationToken' => [ 'type' => 'string', 'max' => 8192, 'pattern' => '.*', ], 'ParallelismConfiguration' => [ 'type' => 'structure', 'required' => [ 'MaxParallelExecutionSteps', ], 'members' => [ 'MaxParallelExecutionSteps' => [ 'shape' => 'MaxParallelExecutionSteps', ], ], ], 'Parameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'PipelineParameterName', ], 'Value' => [ 'shape' => 'String1024', ], ], ], 'ParameterKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parameter', ], 'max' => 50, 'min' => 0, ], 'ParameterName' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*', ], 'ParameterRange' => [ 'type' => 'structure', 'members' => [ 'IntegerParameterRangeSpecification' => [ 'shape' => 'IntegerParameterRangeSpecification', ], 'ContinuousParameterRangeSpecification' => [ 'shape' => 'ContinuousParameterRangeSpecification', ], 'CategoricalParameterRangeSpecification' => [ 'shape' => 'CategoricalParameterRangeSpecification', ], ], ], 'ParameterRanges' => [ 'type' => 'structure', 'members' => [ 'IntegerParameterRanges' => [ 'shape' => 'IntegerParameterRanges', ], 'ContinuousParameterRanges' => [ 'shape' => 'ContinuousParameterRanges', ], 'CategoricalParameterRanges' => [ 'shape' => 'CategoricalParameterRanges', ], 'AutoParameters' => [ 'shape' => 'AutoParameters', ], ], ], 'ParameterType' => [ 'type' => 'string', 'enum' => [ 'Integer', 'Continuous', 'Categorical', 'FreeText', ], ], 'ParameterValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ParameterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParameterValue', ], 'max' => 30, 'min' => 1, ], 'Parent' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'ParentHyperParameterTuningJob' => [ 'type' => 'structure', 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'ParentHyperParameterTuningJobs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParentHyperParameterTuningJob', ], 'max' => 5, 'min' => 1, ], 'Parents' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parent', ], ], 'PendingDeploymentSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'PendingProductionVariantSummaryList', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'ShadowProductionVariants' => [ 'shape' => 'PendingProductionVariantSummaryList', ], ], ], 'PendingProductionVariantSummary' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DeployedImages' => [ 'shape' => 'DeployedImages', ], 'CurrentWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'CurrentInstanceCount' => [ 'shape' => 'TaskCount', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'AcceleratorType' => [ 'shape' => 'ProductionVariantAcceleratorType', ], 'VariantStatus' => [ 'shape' => 'ProductionVariantStatusList', ], 'CurrentServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'DesiredServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'PendingProductionVariantSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PendingProductionVariantSummary', ], 'min' => 1, ], 'Percentage' => [ 'type' => 'integer', 'max' => 100, ], 'Phase' => [ 'type' => 'structure', 'members' => [ 'InitialNumberOfUsers' => [ 'shape' => 'InitialNumberOfUsers', ], 'SpawnRate' => [ 'shape' => 'SpawnRate', ], 'DurationInSeconds' => [ 'shape' => 'TrafficDurationInSeconds', ], ], ], 'Phases' => [ 'type' => 'list', 'member' => [ 'shape' => 'Phase', ], 'min' => 1, ], 'Pipeline' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'PipelineStatus' => [ 'shape' => 'PipelineStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastRunTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'PipelineArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline/.*', ], 'PipelineDefinition' => [ 'type' => 'string', 'max' => 1048576, 'min' => 1, 'pattern' => '.*(?:[ \\r\\n\\t].*)*', ], 'PipelineDefinitionS3Location' => [ 'type' => 'structure', 'required' => [ 'Bucket', 'ObjectKey', ], 'members' => [ 'Bucket' => [ 'shape' => 'BucketName', ], 'ObjectKey' => [ 'shape' => 'Key', ], 'VersionId' => [ 'shape' => 'VersionId', ], ], ], 'PipelineDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'PipelineExecution' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExperimentConfig' => [ 'shape' => 'PipelineExperimentConfig', ], 'FailureReason' => [ 'shape' => 'PipelineExecutionFailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'PipelineExecutionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline\\/.*\\/execution\\/.*$', ], 'PipelineExecutionDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'PipelineExecutionFailureReason' => [ 'type' => 'string', 'max' => 1300, 'pattern' => '.*', ], 'PipelineExecutionName' => [ 'type' => 'string', 'max' => 82, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}', ], 'PipelineExecutionStatus' => [ 'type' => 'string', 'enum' => [ 'Executing', 'Stopping', 'Stopped', 'Failed', 'Succeeded', ], ], 'PipelineExecutionStep' => [ 'type' => 'structure', 'members' => [ 'StepName' => [ 'shape' => 'StepName', ], 'StepDisplayName' => [ 'shape' => 'StepDisplayName', ], 'StepDescription' => [ 'shape' => 'StepDescription', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'StepStatus' => [ 'shape' => 'StepStatus', ], 'CacheHitResult' => [ 'shape' => 'CacheHitResult', ], 'AttemptCount' => [ 'shape' => 'IntegerValue', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Metadata' => [ 'shape' => 'PipelineExecutionStepMetadata', ], 'SelectiveExecutionResult' => [ 'shape' => 'SelectiveExecutionResult', ], ], ], 'PipelineExecutionStepList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineExecutionStep', ], 'max' => 100, 'min' => 0, ], 'PipelineExecutionStepMetadata' => [ 'type' => 'structure', 'members' => [ 'TrainingJob' => [ 'shape' => 'TrainingJobStepMetadata', ], 'ProcessingJob' => [ 'shape' => 'ProcessingJobStepMetadata', ], 'TransformJob' => [ 'shape' => 'TransformJobStepMetadata', ], 'TuningJob' => [ 'shape' => 'TuningJobStepMetaData', ], 'Model' => [ 'shape' => 'ModelStepMetadata', ], 'RegisterModel' => [ 'shape' => 'RegisterModelStepMetadata', ], 'Condition' => [ 'shape' => 'ConditionStepMetadata', ], 'Callback' => [ 'shape' => 'CallbackStepMetadata', ], 'Lambda' => [ 'shape' => 'LambdaStepMetadata', ], 'QualityCheck' => [ 'shape' => 'QualityCheckStepMetadata', ], 'ClarifyCheck' => [ 'shape' => 'ClarifyCheckStepMetadata', ], 'EMR' => [ 'shape' => 'EMRStepMetadata', ], 'Fail' => [ 'shape' => 'FailStepMetadata', ], 'AutoMLJob' => [ 'shape' => 'AutoMLJobStepMetadata', ], ], ], 'PipelineExecutionSummary' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionFailureReason' => [ 'shape' => 'String3072', ], ], ], 'PipelineExecutionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineExecutionSummary', ], 'max' => 100, 'min' => 0, ], 'PipelineExperimentConfig' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'PipelineName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}', ], 'PipelineNameOrArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,255})', ], 'PipelineParameterName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}$', ], 'PipelineStatus' => [ 'type' => 'string', 'enum' => [ 'Active', ], ], 'PipelineSummary' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastExecutionTime' => [ 'shape' => 'Timestamp', ], ], ], 'PipelineSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineSummary', ], 'max' => 100, 'min' => 0, ], 'PlatformIdentifier' => [ 'type' => 'string', 'max' => 15, 'pattern' => '^(notebook-al1-v1|notebook-al2-v1|notebook-al2-v2)$', ], 'PolicyString' => [ 'type' => 'string', 'max' => 20480, 'min' => 1, 'pattern' => '.*', ], 'PredefinedMetricSpecification' => [ 'type' => 'structure', 'members' => [ 'PredefinedMetricType' => [ 'shape' => 'String', ], ], ], 'PresignedDomainUrl' => [ 'type' => 'string', ], 'ProbabilityThresholdAttribute' => [ 'type' => 'double', ], 'ProblemType' => [ 'type' => 'string', 'enum' => [ 'BinaryClassification', 'MulticlassClassification', 'Regression', ], ], 'ProcessingClusterConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceCount', 'InstanceType', 'VolumeSizeInGB', ], 'members' => [ 'InstanceCount' => [ 'shape' => 'ProcessingInstanceCount', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'ProcessingVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProcessingEnvironmentKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'ProcessingEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ProcessingEnvironmentKey', ], 'value' => [ 'shape' => 'ProcessingEnvironmentValue', ], 'max' => 100, ], 'ProcessingEnvironmentValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S\\s]*', ], 'ProcessingFeatureStoreOutput' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], ], ], 'ProcessingInput' => [ 'type' => 'structure', 'required' => [ 'InputName', ], 'members' => [ 'InputName' => [ 'shape' => 'String', ], 'AppManaged' => [ 'shape' => 'AppManaged', ], 'S3Input' => [ 'shape' => 'ProcessingS3Input', ], 'DatasetDefinition' => [ 'shape' => 'DatasetDefinition', ], ], ], 'ProcessingInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingInput', ], 'max' => 10, 'min' => 0, ], 'ProcessingInstanceCount' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ProcessingInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', ], ], 'ProcessingJob' => [ 'type' => 'structure', 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'ProcessingStartTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ProcessingJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:processing-job/.*', ], 'ProcessingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'ProcessingJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'ProcessingJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'ProcessingJobArn', ], ], ], 'ProcessingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingJobSummary', ], ], 'ProcessingJobSummary' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingJobArn', 'CreationTime', 'ProcessingJobStatus', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], ], ], 'ProcessingLocalPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ProcessingMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 604800, 'min' => 1, ], 'ProcessingOutput' => [ 'type' => 'structure', 'required' => [ 'OutputName', ], 'members' => [ 'OutputName' => [ 'shape' => 'String', ], 'S3Output' => [ 'shape' => 'ProcessingS3Output', ], 'FeatureStoreOutput' => [ 'shape' => 'ProcessingFeatureStoreOutput', ], 'AppManaged' => [ 'shape' => 'AppManaged', ], ], ], 'ProcessingOutputConfig' => [ 'type' => 'structure', 'required' => [ 'Outputs', ], 'members' => [ 'Outputs' => [ 'shape' => 'ProcessingOutputs', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProcessingOutputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingOutput', ], 'max' => 10, 'min' => 0, ], 'ProcessingResources' => [ 'type' => 'structure', 'required' => [ 'ClusterConfig', ], 'members' => [ 'ClusterConfig' => [ 'shape' => 'ProcessingClusterConfig', ], ], ], 'ProcessingS3CompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'ProcessingS3DataDistributionType' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'ProcessingS3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', ], ], 'ProcessingS3Input' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'S3DataType', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3DataType' => [ 'shape' => 'ProcessingS3DataType', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'S3CompressionType' => [ 'shape' => 'ProcessingS3CompressionType', ], ], ], 'ProcessingS3InputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', ], ], 'ProcessingS3Output' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'LocalPath', 'S3UploadMode', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3UploadMode' => [ 'shape' => 'ProcessingS3UploadMode', ], ], ], 'ProcessingS3UploadMode' => [ 'type' => 'string', 'enum' => [ 'Continuous', 'EndOfJob', ], ], 'ProcessingStoppingCondition' => [ 'type' => 'structure', 'required' => [ 'MaxRuntimeInSeconds', ], 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'ProcessingMaxRuntimeInSeconds', ], ], ], 'ProcessingVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 16384, 'min' => 1, ], 'Processor' => [ 'type' => 'string', 'enum' => [ 'CPU', 'GPU', ], ], 'ProductId' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$', ], 'ProductListings' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'ProductionVariant' => [ 'type' => 'structure', 'required' => [ 'VariantName', 'ModelName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'InitialInstanceCount' => [ 'shape' => 'InitialTaskCount', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InitialVariantWeight' => [ 'shape' => 'VariantWeight', ], 'AcceleratorType' => [ 'shape' => 'ProductionVariantAcceleratorType', ], 'CoreDumpConfig' => [ 'shape' => 'ProductionVariantCoreDumpConfig', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'VolumeSizeInGB' => [ 'shape' => 'ProductionVariantVolumeSizeInGB', ], 'ModelDataDownloadTimeoutInSeconds' => [ 'shape' => 'ProductionVariantModelDataDownloadTimeoutInSeconds', ], 'ContainerStartupHealthCheckTimeoutInSeconds' => [ 'shape' => 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds', ], 'EnableSSMAccess' => [ 'shape' => 'ProductionVariantSSMAccess', ], ], ], 'ProductionVariantAcceleratorType' => [ 'type' => 'string', 'enum' => [ 'ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge', ], ], 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 60, ], 'ProductionVariantCoreDumpConfig' => [ 'type' => 'structure', 'required' => [ 'DestinationS3Uri', ], 'members' => [ 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProductionVariantInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.12xlarge', 'ml.m5d.24xlarge', 'ml.c4.large', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.large', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.12xlarge', 'ml.r5.24xlarge', 'ml.r5d.large', 'ml.r5d.xlarge', 'ml.r5d.2xlarge', 'ml.r5d.4xlarge', 'ml.r5d.12xlarge', 'ml.r5d.24xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge', 'ml.c6i.large', 'ml.c6i.xlarge', 'ml.c6i.2xlarge', 'ml.c6i.4xlarge', 'ml.c6i.8xlarge', 'ml.c6i.12xlarge', 'ml.c6i.16xlarge', 'ml.c6i.24xlarge', 'ml.c6i.32xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.12xlarge', 'ml.g5.16xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.p4d.24xlarge', 'ml.c7g.large', 'ml.c7g.xlarge', 'ml.c7g.2xlarge', 'ml.c7g.4xlarge', 'ml.c7g.8xlarge', 'ml.c7g.12xlarge', 'ml.c7g.16xlarge', 'ml.m6g.large', 'ml.m6g.xlarge', 'ml.m6g.2xlarge', 'ml.m6g.4xlarge', 'ml.m6g.8xlarge', 'ml.m6g.12xlarge', 'ml.m6g.16xlarge', 'ml.m6gd.large', 'ml.m6gd.xlarge', 'ml.m6gd.2xlarge', 'ml.m6gd.4xlarge', 'ml.m6gd.8xlarge', 'ml.m6gd.12xlarge', 'ml.m6gd.16xlarge', 'ml.c6g.large', 'ml.c6g.xlarge', 'ml.c6g.2xlarge', 'ml.c6g.4xlarge', 'ml.c6g.8xlarge', 'ml.c6g.12xlarge', 'ml.c6g.16xlarge', 'ml.c6gd.large', 'ml.c6gd.xlarge', 'ml.c6gd.2xlarge', 'ml.c6gd.4xlarge', 'ml.c6gd.8xlarge', 'ml.c6gd.12xlarge', 'ml.c6gd.16xlarge', 'ml.c6gn.large', 'ml.c6gn.xlarge', 'ml.c6gn.2xlarge', 'ml.c6gn.4xlarge', 'ml.c6gn.8xlarge', 'ml.c6gn.12xlarge', 'ml.c6gn.16xlarge', 'ml.r6g.large', 'ml.r6g.xlarge', 'ml.r6g.2xlarge', 'ml.r6g.4xlarge', 'ml.r6g.8xlarge', 'ml.r6g.12xlarge', 'ml.r6g.16xlarge', 'ml.r6gd.large', 'ml.r6gd.xlarge', 'ml.r6gd.2xlarge', 'ml.r6gd.4xlarge', 'ml.r6gd.8xlarge', 'ml.r6gd.12xlarge', 'ml.r6gd.16xlarge', 'ml.p4de.24xlarge', 'ml.trn1.2xlarge', 'ml.trn1.32xlarge', 'ml.inf2.xlarge', 'ml.inf2.8xlarge', 'ml.inf2.24xlarge', 'ml.inf2.48xlarge', ], ], 'ProductionVariantList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariant', ], 'max' => 10, 'min' => 1, ], 'ProductionVariantModelDataDownloadTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 60, ], 'ProductionVariantSSMAccess' => [ 'type' => 'boolean', ], 'ProductionVariantServerlessConfig' => [ 'type' => 'structure', 'required' => [ 'MemorySizeInMB', 'MaxConcurrency', ], 'members' => [ 'MemorySizeInMB' => [ 'shape' => 'ServerlessMemorySizeInMB', ], 'MaxConcurrency' => [ 'shape' => 'ServerlessMaxConcurrency', ], 'ProvisionedConcurrency' => [ 'shape' => 'ServerlessProvisionedConcurrency', ], ], ], 'ProductionVariantServerlessUpdateConfig' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrency' => [ 'shape' => 'ServerlessMaxConcurrency', ], 'ProvisionedConcurrency' => [ 'shape' => 'ServerlessProvisionedConcurrency', ], ], ], 'ProductionVariantStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'VariantStatus', ], 'StatusMessage' => [ 'shape' => 'VariantStatusMessage', ], 'StartTime' => [ 'shape' => 'Timestamp', ], ], ], 'ProductionVariantStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantStatus', ], 'max' => 5, 'min' => 0, ], 'ProductionVariantSummary' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DeployedImages' => [ 'shape' => 'DeployedImages', ], 'CurrentWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'CurrentInstanceCount' => [ 'shape' => 'TaskCount', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'VariantStatus' => [ 'shape' => 'ProductionVariantStatusList', ], 'CurrentServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'DesiredServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'ProductionVariantSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantSummary', ], 'min' => 1, ], 'ProductionVariantVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 512, 'min' => 1, ], 'ProfilerConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'ProfilingIntervalInMilliseconds' => [ 'shape' => 'ProfilingIntervalInMilliseconds', ], 'ProfilingParameters' => [ 'shape' => 'ProfilingParameters', ], 'DisableProfiler' => [ 'shape' => 'DisableProfiler', ], ], ], 'ProfilerConfigForUpdate' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'ProfilingIntervalInMilliseconds' => [ 'shape' => 'ProfilingIntervalInMilliseconds', ], 'ProfilingParameters' => [ 'shape' => 'ProfilingParameters', ], 'DisableProfiler' => [ 'shape' => 'DisableProfiler', ], ], ], 'ProfilerRuleConfiguration' => [ 'type' => 'structure', 'required' => [ 'RuleConfigurationName', 'RuleEvaluatorImage', ], 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'RuleEvaluatorImage' => [ 'shape' => 'AlgorithmImage', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'RuleParameters' => [ 'shape' => 'RuleParameters', ], ], ], 'ProfilerRuleConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProfilerRuleConfiguration', ], 'max' => 20, 'min' => 0, ], 'ProfilerRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'RuleEvaluationJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'RuleEvaluationStatus' => [ 'shape' => 'RuleEvaluationStatus', ], 'StatusDetails' => [ 'shape' => 'StatusDetails', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ProfilerRuleEvaluationStatuses' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProfilerRuleEvaluationStatus', ], 'max' => 20, 'min' => 0, ], 'ProfilingIntervalInMilliseconds' => [ 'type' => 'long', ], 'ProfilingParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'ProfilingStatus' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'ProgrammingLang' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z]+ ?\\d+\\.\\d+(\\.\\d+)?$', ], 'Project' => [ 'type' => 'structure', 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'ServiceCatalogProvisionedProductDetails' => [ 'shape' => 'ServiceCatalogProvisionedProductDetails', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Tags' => [ 'shape' => 'TagList', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'ProjectArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:project:.*', ], 'ProjectEntityName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'ProjectId' => [ 'type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'ProjectSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ProjectSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ProjectStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'CreateInProgress', 'CreateCompleted', 'CreateFailed', 'DeleteInProgress', 'DeleteFailed', 'DeleteCompleted', 'UpdateInProgress', 'UpdateCompleted', 'UpdateFailed', ], ], 'ProjectSummary' => [ 'type' => 'structure', 'required' => [ 'ProjectName', 'ProjectArn', 'ProjectId', 'CreationTime', 'ProjectStatus', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], ], ], 'ProjectSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProjectSummary', ], ], 'PropertyNameHint' => [ 'type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '.*', ], 'PropertyNameQuery' => [ 'type' => 'structure', 'required' => [ 'PropertyNameHint', ], 'members' => [ 'PropertyNameHint' => [ 'shape' => 'PropertyNameHint', ], ], ], 'PropertyNameSuggestion' => [ 'type' => 'structure', 'members' => [ 'PropertyName' => [ 'shape' => 'ResourcePropertyName', ], ], ], 'PropertyNameSuggestionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PropertyNameSuggestion', ], ], 'ProvisionedProductStatusMessage' => [ 'type' => 'string', 'pattern' => '.*', ], 'ProvisioningParameter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ProvisioningParameterKey', ], 'Value' => [ 'shape' => 'ProvisioningParameterValue', ], ], ], 'ProvisioningParameterKey' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '.*', ], 'ProvisioningParameterValue' => [ 'type' => 'string', 'max' => 4096, 'pattern' => '.*', ], 'ProvisioningParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProvisioningParameter', ], ], 'PublicWorkforceTaskPrice' => [ 'type' => 'structure', 'members' => [ 'AmountInUsd' => [ 'shape' => 'USD', ], ], ], 'PutModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ResourcePolicy', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ResourcePolicy' => [ 'shape' => 'PolicyString', ], ], ], 'PutModelPackageGroupPolicyOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupArn', ], 'members' => [ 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], ], ], 'QualityCheckStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CheckType' => [ 'shape' => 'String256', ], 'BaselineUsedForDriftCheckStatistics' => [ 'shape' => 'String1024', ], 'BaselineUsedForDriftCheckConstraints' => [ 'shape' => 'String1024', ], 'CalculatedBaselineStatistics' => [ 'shape' => 'String1024', ], 'CalculatedBaselineConstraints' => [ 'shape' => 'String1024', ], 'ModelPackageGroupName' => [ 'shape' => 'String256', ], 'ViolationReport' => [ 'shape' => 'String1024', ], 'CheckJobArn' => [ 'shape' => 'String256', ], 'SkipCheck' => [ 'shape' => 'Boolean', ], 'RegisterNewBaseline' => [ 'shape' => 'Boolean', ], ], ], 'QueryFilters' => [ 'type' => 'structure', 'members' => [ 'Types' => [ 'shape' => 'QueryTypes', ], 'LineageTypes' => [ 'shape' => 'QueryLineageTypes', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedAfter' => [ 'shape' => 'Timestamp', ], 'Properties' => [ 'shape' => 'QueryProperties', ], ], ], 'QueryLineageMaxDepth' => [ 'type' => 'integer', 'max' => 10, ], 'QueryLineageMaxResults' => [ 'type' => 'integer', 'max' => 50, ], 'QueryLineageRequest' => [ 'type' => 'structure', 'members' => [ 'StartArns' => [ 'shape' => 'QueryLineageStartArns', ], 'Direction' => [ 'shape' => 'Direction', ], 'IncludeEdges' => [ 'shape' => 'Boolean', ], 'Filters' => [ 'shape' => 'QueryFilters', ], 'MaxDepth' => [ 'shape' => 'QueryLineageMaxDepth', ], 'MaxResults' => [ 'shape' => 'QueryLineageMaxResults', ], 'NextToken' => [ 'shape' => 'String8192', ], ], ], 'QueryLineageResponse' => [ 'type' => 'structure', 'members' => [ 'Vertices' => [ 'shape' => 'Vertices', ], 'Edges' => [ 'shape' => 'Edges', ], 'NextToken' => [ 'shape' => 'String8192', ], ], ], 'QueryLineageStartArns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociationEntityArn', ], 'max' => 1, 'min' => 0, ], 'QueryLineageTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'LineageType', ], 'max' => 4, ], 'QueryProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'String256', ], 'value' => [ 'shape' => 'String256', ], 'max' => 5, ], 'QueryTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String40', ], 'max' => 5, ], 'RSessionAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'CustomImages' => [ 'shape' => 'CustomImages', ], ], ], 'RStudioServerProAccessStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'RStudioServerProAppSettings' => [ 'type' => 'structure', 'members' => [ 'AccessStatus' => [ 'shape' => 'RStudioServerProAccessStatus', ], 'UserGroup' => [ 'shape' => 'RStudioServerProUserGroup', ], ], ], 'RStudioServerProDomainSettings' => [ 'type' => 'structure', 'required' => [ 'DomainExecutionRoleArn', ], 'members' => [ 'DomainExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'RStudioConnectUrl' => [ 'shape' => 'String', ], 'RStudioPackageManagerUrl' => [ 'shape' => 'String', ], 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], ], ], 'RStudioServerProDomainSettingsForUpdate' => [ 'type' => 'structure', 'required' => [ 'DomainExecutionRoleArn', ], 'members' => [ 'DomainExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'RStudioConnectUrl' => [ 'shape' => 'String', ], 'RStudioPackageManagerUrl' => [ 'shape' => 'String', ], ], ], 'RStudioServerProUserGroup' => [ 'type' => 'string', 'enum' => [ 'R_STUDIO_ADMIN', 'R_STUDIO_USER', ], ], 'RandomSeed' => [ 'type' => 'integer', 'min' => 0, ], 'RealTimeInferenceConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', ], 'members' => [ 'InstanceType' => [ 'shape' => 'InstanceType', ], 'InstanceCount' => [ 'shape' => 'TaskCount', ], ], ], 'RealTimeInferenceRecommendation' => [ 'type' => 'structure', 'required' => [ 'RecommendationId', 'InstanceType', ], 'members' => [ 'RecommendationId' => [ 'shape' => 'String', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], ], ], 'RealTimeInferenceRecommendations' => [ 'type' => 'list', 'member' => [ 'shape' => 'RealTimeInferenceRecommendation', ], 'max' => 3, 'min' => 0, ], 'RealtimeInferenceInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantInstanceType', ], ], 'RecommendationFailureReason' => [ 'type' => 'string', ], 'RecommendationJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:inference-recommendations-job/.*', ], 'RecommendationJobCompilationJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'RecommendationJobCompiledOutputConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputUri' => [ 'shape' => 'S3Uri', ], ], ], 'RecommendationJobContainerConfig' => [ 'type' => 'structure', 'members' => [ 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'Framework' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'String', ], 'PayloadConfig' => [ 'shape' => 'RecommendationJobPayloadConfig', ], 'NearestModelName' => [ 'shape' => 'String', ], 'SupportedInstanceTypes' => [ 'shape' => 'RecommendationJobSupportedInstanceTypes', ], 'DataInputConfig' => [ 'shape' => 'RecommendationJobDataInputConfig', ], 'SupportedEndpointType' => [ 'shape' => 'RecommendationJobSupportedEndpointType', ], ], ], 'RecommendationJobDataInputConfig' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'RecommendationJobDescription' => [ 'type' => 'string', 'max' => 128, ], 'RecommendationJobInferenceBenchmark' => [ 'type' => 'structure', 'required' => [ 'ModelConfiguration', ], 'members' => [ 'Metrics' => [ 'shape' => 'RecommendationMetrics', ], 'EndpointConfiguration' => [ 'shape' => 'EndpointOutputConfiguration', ], 'ModelConfiguration' => [ 'shape' => 'ModelConfiguration', ], 'FailureReason' => [ 'shape' => 'RecommendationFailureReason', ], 'EndpointMetrics' => [ 'shape' => 'InferenceMetrics', ], 'InvocationEndTime' => [ 'shape' => 'InvocationEndTime', ], 'InvocationStartTime' => [ 'shape' => 'InvocationStartTime', ], ], ], 'RecommendationJobInputConfig' => [ 'type' => 'structure', 'members' => [ 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'JobDurationInSeconds' => [ 'shape' => 'JobDurationInSeconds', ], 'TrafficPattern' => [ 'shape' => 'TrafficPattern', ], 'ResourceLimit' => [ 'shape' => 'RecommendationJobResourceLimit', ], 'EndpointConfigurations' => [ 'shape' => 'EndpointInputConfigurations', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'ContainerConfig' => [ 'shape' => 'RecommendationJobContainerConfig', ], 'Endpoints' => [ 'shape' => 'Endpoints', ], 'VpcConfig' => [ 'shape' => 'RecommendationJobVpcConfig', ], 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'RecommendationJobName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}', ], 'RecommendationJobOutputConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CompiledOutputConfig' => [ 'shape' => 'RecommendationJobCompiledOutputConfig', ], ], ], 'RecommendationJobPayloadConfig' => [ 'type' => 'structure', 'members' => [ 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'SupportedContentTypes' => [ 'shape' => 'RecommendationJobSupportedContentTypes', ], ], ], 'RecommendationJobResourceLimit' => [ 'type' => 'structure', 'members' => [ 'MaxNumberOfTests' => [ 'shape' => 'MaxNumberOfTests', ], 'MaxParallelOfTests' => [ 'shape' => 'MaxParallelOfTests', ], ], ], 'RecommendationJobStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'RecommendationJobStoppingConditions' => [ 'type' => 'structure', 'members' => [ 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatencyThresholds' => [ 'shape' => 'ModelLatencyThresholds', ], 'FlatInvocations' => [ 'shape' => 'FlatInvocations', ], ], ], 'RecommendationJobSupportedContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'RecommendationJobSupportedEndpointType' => [ 'type' => 'string', 'enum' => [ 'RealTime', 'Serverless', ], ], 'RecommendationJobSupportedInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'RecommendationJobType' => [ 'type' => 'string', 'enum' => [ 'Default', 'Advanced', ], ], 'RecommendationJobVpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'RecommendationJobVpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'RecommendationJobVpcSubnets', ], ], ], 'RecommendationJobVpcSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'RecommendationJobVpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecommendationJobVpcSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'RecommendationJobVpcSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'RecommendationJobVpcSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecommendationJobVpcSubnetId', ], 'max' => 16, 'min' => 1, ], 'RecommendationMetrics' => [ 'type' => 'structure', 'required' => [ 'CostPerHour', 'CostPerInference', 'MaxInvocations', 'ModelLatency', ], 'members' => [ 'CostPerHour' => [ 'shape' => 'Float', ], 'CostPerInference' => [ 'shape' => 'Float', ], 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], 'CpuUtilization' => [ 'shape' => 'UtilizationMetric', ], 'MemoryUtilization' => [ 'shape' => 'UtilizationMetric', ], 'ModelSetupTime' => [ 'shape' => 'ModelSetupTime', ], ], ], 'RecommendationStatus' => [ 'type' => 'string', 'enum' => [ 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'NOT_APPLICABLE', ], ], 'RecommendationStepType' => [ 'type' => 'string', 'enum' => [ 'BENCHMARK', ], ], 'RecordWrapper' => [ 'type' => 'string', 'enum' => [ 'None', 'RecordIO', ], ], 'RedshiftClusterId' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '.*', ], 'RedshiftDatabase' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'RedshiftDatasetDefinition' => [ 'type' => 'structure', 'required' => [ 'ClusterId', 'Database', 'DbUser', 'QueryString', 'ClusterRoleArn', 'OutputS3Uri', 'OutputFormat', ], 'members' => [ 'ClusterId' => [ 'shape' => 'RedshiftClusterId', ], 'Database' => [ 'shape' => 'RedshiftDatabase', ], 'DbUser' => [ 'shape' => 'RedshiftUserName', ], 'QueryString' => [ 'shape' => 'RedshiftQueryString', ], 'ClusterRoleArn' => [ 'shape' => 'RoleArn', ], 'OutputS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'OutputFormat' => [ 'shape' => 'RedshiftResultFormat', ], 'OutputCompression' => [ 'shape' => 'RedshiftResultCompressionType', ], ], ], 'RedshiftQueryString' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'RedshiftResultCompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'GZIP', 'BZIP2', 'ZSTD', 'SNAPPY', ], ], 'RedshiftResultFormat' => [ 'type' => 'string', 'enum' => [ 'PARQUET', 'CSV', ], ], 'RedshiftUserName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*', ], 'RegisterDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'Devices', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Devices' => [ 'shape' => 'Devices', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'RegisterModelStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], ], ], 'ReleaseNotes' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'RenderUiTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'Task', 'RoleArn', ], 'members' => [ 'UiTemplate' => [ 'shape' => 'UiTemplate', ], 'Task' => [ 'shape' => 'RenderableTask', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'RenderUiTemplateResponse' => [ 'type' => 'structure', 'required' => [ 'RenderedContent', 'Errors', ], 'members' => [ 'RenderedContent' => [ 'shape' => 'String', ], 'Errors' => [ 'shape' => 'RenderingErrorList', ], ], ], 'RenderableTask' => [ 'type' => 'structure', 'required' => [ 'Input', ], 'members' => [ 'Input' => [ 'shape' => 'TaskInput', ], ], ], 'RenderingError' => [ 'type' => 'structure', 'required' => [ 'Code', 'Message', ], 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], ], ], 'RenderingErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RenderingError', ], ], 'RepositoryAccessMode' => [ 'type' => 'string', 'enum' => [ 'Platform', 'Vpc', ], ], 'RepositoryAuthConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryCredentialsProviderArn', ], 'members' => [ 'RepositoryCredentialsProviderArn' => [ 'shape' => 'RepositoryCredentialsProviderArn', ], ], ], 'RepositoryCredentialsProviderArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '.*', ], 'RepositoryUrl' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^https://([.\\-_a-zA-Z0-9]+/?){3,1016}$', ], 'ResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z-]*:sagemaker:[a-z0-9-]*:[0-9]{12}:.+', ], 'ResourceCatalog' => [ 'type' => 'structure', 'required' => [ 'ResourceCatalogArn', 'ResourceCatalogName', 'Description', 'CreationTime', ], 'members' => [ 'ResourceCatalogArn' => [ 'shape' => 'ResourceCatalogArn', ], 'ResourceCatalogName' => [ 'shape' => 'ResourceCatalogName', ], 'Description' => [ 'shape' => 'ResourceCatalogDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'ResourceCatalogArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:sagemaker-catalog/.*', ], 'ResourceCatalogDescription' => [ 'type' => 'string', 'max' => 256, ], 'ResourceCatalogList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceCatalog', ], ], 'ResourceCatalogName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'ResourceCatalogSortBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'ResourceCatalogSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ResourceConfig' => [ 'type' => 'structure', 'required' => [ 'VolumeSizeInGB', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'VolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'InstanceGroups' => [ 'shape' => 'InstanceGroups', ], 'KeepAlivePeriodInSeconds' => [ 'shape' => 'KeepAlivePeriodInSeconds', ], ], ], 'ResourceConfigForUpdate' => [ 'type' => 'structure', 'required' => [ 'KeepAlivePeriodInSeconds', ], 'members' => [ 'KeepAlivePeriodInSeconds' => [ 'shape' => 'KeepAlivePeriodInSeconds', ], ], ], 'ResourceId' => [ 'type' => 'string', 'max' => 32, ], 'ResourceInUse' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourceLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourceLimits' => [ 'type' => 'structure', 'required' => [ 'MaxParallelTrainingJobs', ], 'members' => [ 'MaxNumberOfTrainingJobs' => [ 'shape' => 'MaxNumberOfTrainingJobs', ], 'MaxParallelTrainingJobs' => [ 'shape' => 'MaxParallelTrainingJobs', ], 'MaxRuntimeInSeconds' => [ 'shape' => 'HyperParameterTuningMaxRuntimeInSeconds', ], ], ], 'ResourceNotFound' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourcePolicyString' => [ 'type' => 'string', 'max' => 20480, 'pattern' => '.*(?:[ \\r\\n\\t].*)*', ], 'ResourcePropertyName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'ResourceRetainedBillableTimeInSeconds' => [ 'type' => 'integer', 'min' => 0, ], 'ResourceSpec' => [ 'type' => 'structure', 'members' => [ 'SageMakerImageArn' => [ 'shape' => 'ImageArn', ], 'SageMakerImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'InstanceType' => [ 'shape' => 'AppInstanceType', ], 'LifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'TrainingJob', 'Experiment', 'ExperimentTrial', 'ExperimentTrialComponent', 'Endpoint', 'ModelPackage', 'ModelPackageGroup', 'Pipeline', 'PipelineExecution', 'FeatureGroup', 'Project', 'FeatureMetadata', 'HyperParameterTuningJob', 'ModelCard', 'Model', ], ], 'ResponseMIMEType' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^[-\\w]+\\/.+$', ], 'ResponseMIMETypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponseMIMEType', ], ], 'RetentionPolicy' => [ 'type' => 'structure', 'members' => [ 'HomeEfsFileSystem' => [ 'shape' => 'RetentionType', ], ], ], 'RetentionType' => [ 'type' => 'string', 'enum' => [ 'Retain', 'Delete', ], ], 'RetryPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', 'ClientRequestToken', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'RetryPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'RetryStrategy' => [ 'type' => 'structure', 'required' => [ 'MaximumRetryAttempts', ], 'members' => [ 'MaximumRetryAttempts' => [ 'shape' => 'MaximumRetryAttempts', ], ], ], 'RoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'RollingUpdatePolicy' => [ 'type' => 'structure', 'required' => [ 'MaximumBatchSize', 'WaitIntervalInSeconds', ], 'members' => [ 'MaximumBatchSize' => [ 'shape' => 'CapacitySize', ], 'WaitIntervalInSeconds' => [ 'shape' => 'WaitIntervalInSeconds', ], 'MaximumExecutionTimeoutInSeconds' => [ 'shape' => 'MaximumExecutionTimeoutInSeconds', ], 'RollbackMaximumBatchSize' => [ 'shape' => 'CapacitySize', ], ], ], 'RootAccess' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'RuleConfigurationName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'RuleEvaluationStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'NoIssuesFound', 'IssuesFound', 'Error', 'Stopping', 'Stopped', ], ], 'RuleParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 100, 'min' => 0, ], 'S3DataDistribution' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'S3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'S3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], 'S3DataDistributionType' => [ 'shape' => 'S3DataDistribution', ], 'AttributeNames' => [ 'shape' => 'AttributeNames', ], 'InstanceGroupNames' => [ 'shape' => 'InstanceGroupNames', ], ], ], 'S3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', 'AugmentedManifestFile', ], ], 'S3ModelDataSource' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'S3DataType', 'CompressionType', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3ModelUri', ], 'S3DataType' => [ 'shape' => 'S3ModelDataType', ], 'CompressionType' => [ 'shape' => 'ModelCompressionType', ], ], ], 'S3ModelDataType' => [ 'type' => 'string', 'enum' => [ 'S3Prefix', 'S3Object', ], ], 'S3ModelUri' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'S3OutputPath' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'S3StorageConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'ResolvedOutputS3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'S3Uri' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'SageMakerImageVersionAlias' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!^[.-])^([a-zA-Z0-9-_.]+)$', ], 'SageMakerImageVersionAliases' => [ 'type' => 'list', 'member' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], 'SagemakerServicecatalogStatus' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'SampleWeightAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$', ], 'SamplingPercentage' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'ScalingPolicies' => [ 'type' => 'list', 'member' => [ 'shape' => 'ScalingPolicy', ], ], 'ScalingPolicy' => [ 'type' => 'structure', 'members' => [ 'TargetTracking' => [ 'shape' => 'TargetTrackingScalingPolicyConfiguration', ], ], 'union' => true, ], 'ScalingPolicyMetric' => [ 'type' => 'structure', 'members' => [ 'InvocationsPerInstance' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], ], ], 'ScalingPolicyObjective' => [ 'type' => 'structure', 'members' => [ 'MinInvocationsPerMinute' => [ 'shape' => 'Integer', ], 'MaxInvocationsPerMinute' => [ 'shape' => 'Integer', ], ], ], 'ScheduleConfig' => [ 'type' => 'structure', 'required' => [ 'ScheduleExpression', ], 'members' => [ 'ScheduleExpression' => [ 'shape' => 'ScheduleExpression', ], ], ], 'ScheduleExpression' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ScheduleStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Failed', 'Scheduled', 'Stopped', ], ], 'SearchExpression' => [ 'type' => 'structure', 'members' => [ 'Filters' => [ 'shape' => 'FilterList', ], 'NestedFilters' => [ 'shape' => 'NestedFiltersList', ], 'SubExpressions' => [ 'shape' => 'SearchExpressionList', ], 'Operator' => [ 'shape' => 'BooleanOperator', ], ], ], 'SearchExpressionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SearchExpression', ], 'max' => 20, 'min' => 1, ], 'SearchRecord' => [ 'type' => 'structure', 'members' => [ 'TrainingJob' => [ 'shape' => 'TrainingJob', ], 'Experiment' => [ 'shape' => 'Experiment', ], 'Trial' => [ 'shape' => 'Trial', ], 'TrialComponent' => [ 'shape' => 'TrialComponent', ], 'Endpoint' => [ 'shape' => 'Endpoint', ], 'ModelPackage' => [ 'shape' => 'ModelPackage', ], 'ModelPackageGroup' => [ 'shape' => 'ModelPackageGroup', ], 'Pipeline' => [ 'shape' => 'Pipeline', ], 'PipelineExecution' => [ 'shape' => 'PipelineExecution', ], 'FeatureGroup' => [ 'shape' => 'FeatureGroup', ], 'Project' => [ 'shape' => 'Project', ], 'FeatureMetadata' => [ 'shape' => 'FeatureMetadata', ], 'HyperParameterTuningJob' => [ 'shape' => 'HyperParameterTuningJobSearchEntity', ], 'Model' => [ 'shape' => 'ModelDashboardModel', ], 'ModelCard' => [ 'shape' => 'ModelCard', ], ], ], 'SearchRequest' => [ 'type' => 'structure', 'required' => [ 'Resource', ], 'members' => [ 'Resource' => [ 'shape' => 'ResourceType', ], 'SearchExpression' => [ 'shape' => 'SearchExpression', ], 'SortBy' => [ 'shape' => 'ResourcePropertyName', ], 'SortOrder' => [ 'shape' => 'SearchSortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CrossAccountFilterOption' => [ 'shape' => 'CrossAccountFilterOption', ], ], ], 'SearchResponse' => [ 'type' => 'structure', 'members' => [ 'Results' => [ 'shape' => 'SearchResultsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'SearchResultsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SearchRecord', ], ], 'SearchSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'SecondaryStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'LaunchingMLInstances', 'PreparingTrainingStack', 'Downloading', 'DownloadingTrainingImage', 'Training', 'Uploading', 'Stopping', 'Stopped', 'MaxRuntimeExceeded', 'Completed', 'Failed', 'Interrupted', 'MaxWaitTimeExceeded', 'Updating', 'Restarting', ], ], 'SecondaryStatusTransition' => [ 'type' => 'structure', 'required' => [ 'Status', 'StartTime', ], 'members' => [ 'Status' => [ 'shape' => 'SecondaryStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'StatusMessage' => [ 'shape' => 'StatusMessage', ], ], ], 'SecondaryStatusTransitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecondaryStatusTransition', ], ], 'SecretArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:secretsmanager:[a-z0-9\\-]*:[0-9]{12}:secret:.*', ], 'SecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'SecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 5, ], 'Seed' => [ 'type' => 'long', ], 'SelectedStep' => [ 'type' => 'structure', 'required' => [ 'StepName', ], 'members' => [ 'StepName' => [ 'shape' => 'String256', ], ], ], 'SelectedStepList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SelectedStep', ], 'max' => 50, 'min' => 1, ], 'SelectiveExecutionConfig' => [ 'type' => 'structure', 'required' => [ 'SourcePipelineExecutionArn', 'SelectedSteps', ], 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'SelectedSteps' => [ 'shape' => 'SelectedStepList', ], ], ], 'SelectiveExecutionResult' => [ 'type' => 'structure', 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'SendPipelineExecutionStepFailureRequest' => [ 'type' => 'structure', 'required' => [ 'CallbackToken', ], 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'FailureReason' => [ 'shape' => 'String256', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'SendPipelineExecutionStepFailureResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'SendPipelineExecutionStepSuccessRequest' => [ 'type' => 'structure', 'required' => [ 'CallbackToken', ], 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'SendPipelineExecutionStepSuccessResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'ServerlessMaxConcurrency' => [ 'type' => 'integer', 'max' => 200, 'min' => 1, ], 'ServerlessMemorySizeInMB' => [ 'type' => 'integer', 'max' => 6144, 'min' => 1024, ], 'ServerlessProvisionedConcurrency' => [ 'type' => 'integer', 'max' => 200, 'min' => 1, ], 'ServiceCatalogEntityId' => [ 'type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-]*', ], 'ServiceCatalogProvisionedProductDetails' => [ 'type' => 'structure', 'members' => [ 'ProvisionedProductId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisionedProductStatusMessage' => [ 'shape' => 'ProvisionedProductStatusMessage', ], ], ], 'ServiceCatalogProvisioningDetails' => [ 'type' => 'structure', 'required' => [ 'ProductId', ], 'members' => [ 'ProductId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningArtifactId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'PathId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningParameters' => [ 'shape' => 'ProvisioningParameters', ], ], ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'type' => 'structure', 'members' => [ 'ProvisioningArtifactId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningParameters' => [ 'shape' => 'ProvisioningParameters', ], ], ], 'SessionExpirationDurationInSeconds' => [ 'type' => 'integer', 'max' => 43200, 'min' => 1800, ], 'ShadowModeConfig' => [ 'type' => 'structure', 'required' => [ 'SourceModelVariantName', 'ShadowModelVariants', ], 'members' => [ 'SourceModelVariantName' => [ 'shape' => 'ModelVariantName', ], 'ShadowModelVariants' => [ 'shape' => 'ShadowModelVariantConfigList', ], ], ], 'ShadowModelVariantConfig' => [ 'type' => 'structure', 'required' => [ 'ShadowModelVariantName', 'SamplingPercentage', ], 'members' => [ 'ShadowModelVariantName' => [ 'shape' => 'ModelVariantName', ], 'SamplingPercentage' => [ 'shape' => 'Percentage', ], ], ], 'ShadowModelVariantConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ShadowModelVariantConfig', ], 'max' => 1, 'min' => 1, ], 'SharingSettings' => [ 'type' => 'structure', 'members' => [ 'NotebookOutputOption' => [ 'shape' => 'NotebookOutputOption', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'S3KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ShuffleConfig' => [ 'type' => 'structure', 'required' => [ 'Seed', ], 'members' => [ 'Seed' => [ 'shape' => 'Seed', ], ], ], 'SingleSignOnUserIdentifier' => [ 'type' => 'string', 'pattern' => 'UserName', ], 'SnsTopicArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]+', ], 'SortActionsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortArtifactsBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'SortAssociationsBy' => [ 'type' => 'string', 'enum' => [ 'SourceArn', 'DestinationArn', 'SourceType', 'DestinationType', 'CreationTime', ], ], 'SortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'SortContextsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortExperimentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortInferenceExperimentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'SortLineageGroupsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'SortPipelineExecutionsBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'PipelineExecutionArn', ], ], 'SortPipelinesBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortTrialComponentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortTrialsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SourceAlgorithm' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'ModelDataUrl' => [ 'shape' => 'Url', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], ], ], 'SourceAlgorithmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SourceAlgorithm', ], 'max' => 1, 'min' => 1, ], 'SourceAlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'SourceAlgorithms', ], 'members' => [ 'SourceAlgorithms' => [ 'shape' => 'SourceAlgorithmList', ], ], ], 'SourceIpConfig' => [ 'type' => 'structure', 'required' => [ 'Cidrs', ], 'members' => [ 'Cidrs' => [ 'shape' => 'Cidrs', ], ], ], 'SourceType' => [ 'type' => 'string', 'max' => 128, ], 'SourceUri' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'SpaceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*', ], 'SpaceDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'Status' => [ 'shape' => 'SpaceStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'SpaceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SpaceDetails', ], ], 'SpaceName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'SpaceSettings' => [ 'type' => 'structure', 'members' => [ 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], ], ], 'SpaceSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', ], ], 'SpaceStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'SpawnRate' => [ 'type' => 'integer', 'min' => 0, ], 'SplitType' => [ 'type' => 'string', 'enum' => [ 'None', 'Line', 'RecordIO', 'TFRecord', ], ], 'StageStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'READYTODEPLOY', 'STARTING', 'INPROGRESS', 'DEPLOYED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'Stairs' => [ 'type' => 'structure', 'members' => [ 'DurationInSeconds' => [ 'shape' => 'TrafficDurationInSeconds', ], 'NumberOfSteps' => [ 'shape' => 'NumberOfSteps', ], 'UsersPerStep' => [ 'shape' => 'UsersPerStep', ], ], ], 'StartEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'StartInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'StartInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'StartMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'StartNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'StartPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'StartPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'Statistic' => [ 'type' => 'string', 'enum' => [ 'Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum', ], ], 'StatusDetails' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'StatusMessage' => [ 'type' => 'string', ], 'StepDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'StepDisplayName' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*', ], 'StepName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^[A-Za-z0-9\\-_]*$', ], 'StepStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'Executing', 'Stopping', 'Stopped', 'Failed', 'Succeeded', ], ], 'StopAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'StopCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], ], ], 'StopEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'StopEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'StopHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'StopInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'ModelVariantActions', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'ModelVariantActions' => [ 'shape' => 'ModelVariantActionMap', ], 'DesiredModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DesiredState' => [ 'shape' => 'InferenceExperimentStopDesiredState', ], 'Reason' => [ 'shape' => 'InferenceExperimentStatusReason', ], ], ], 'StopInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'StopInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], ], ], 'StopLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], ], ], 'StopMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'StopNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'StopPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', 'ClientRequestToken', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'StopPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'StopProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], ], ], 'StopTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], ], ], 'StopTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], ], ], 'StoppingCondition' => [ 'type' => 'structure', 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'MaxRuntimeInSeconds', ], 'MaxWaitTimeInSeconds' => [ 'shape' => 'MaxWaitTimeInSeconds', ], ], ], 'String' => [ 'type' => 'string', ], 'String1024' => [ 'type' => 'string', 'max' => 1024, ], 'String128' => [ 'type' => 'string', 'max' => 128, ], 'String200' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '.+', ], 'String2048' => [ 'type' => 'string', 'max' => 2048, ], 'String256' => [ 'type' => 'string', 'max' => 256, ], 'String3072' => [ 'type' => 'string', 'max' => 3072, ], 'String40' => [ 'type' => 'string', 'max' => 40, ], 'String64' => [ 'type' => 'string', 'max' => 64, ], 'String8192' => [ 'type' => 'string', 'max' => 8192, ], 'StringParameterValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'StudioLifecycleConfigAppType' => [ 'type' => 'string', 'enum' => [ 'JupyterServer', 'KernelGateway', ], ], 'StudioLifecycleConfigArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*', ], 'StudioLifecycleConfigContent' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'StudioLifecycleConfigDetails' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], ], ], 'StudioLifecycleConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'StudioLifecycleConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', 'Name', ], ], 'StudioLifecycleConfigsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StudioLifecycleConfigDetails', ], ], 'SubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'Subnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubnetId', ], 'max' => 16, 'min' => 1, ], 'SubscribedWorkteam' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'MarketplaceTitle' => [ 'shape' => 'String200', ], 'SellerName' => [ 'shape' => 'String', ], 'MarketplaceDescription' => [ 'shape' => 'String200', ], 'ListingId' => [ 'shape' => 'String', ], ], ], 'SubscribedWorkteams' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubscribedWorkteam', ], ], 'Success' => [ 'type' => 'boolean', ], 'SuggestionQuery' => [ 'type' => 'structure', 'members' => [ 'PropertyNameQuery' => [ 'shape' => 'PropertyNameQuery', ], ], ], 'TableFormat' => [ 'type' => 'string', 'enum' => [ 'Glue', 'Iceberg', ], ], 'TableName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'TabularJobConfig' => [ 'type' => 'structure', 'required' => [ 'TargetAttributeName', ], 'members' => [ 'CandidateGenerationConfig' => [ 'shape' => 'CandidateGenerationConfig', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'Mode' => [ 'shape' => 'AutoMLMode', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'SampleWeightAttributeName' => [ 'shape' => 'SampleWeightAttributeName', ], ], ], 'TabularResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'ProblemType' => [ 'shape' => 'ProblemType', ], ], ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'Key', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 50, 'min' => 0, ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TargetAttributeName' => [ 'type' => 'string', 'min' => 1, ], 'TargetDevice' => [ 'type' => 'string', 'enum' => [ 'lambda', 'ml_m4', 'ml_m5', 'ml_c4', 'ml_c5', 'ml_p2', 'ml_p3', 'ml_g4dn', 'ml_inf1', 'ml_inf2', 'ml_trn1', 'ml_eia2', 'jetson_tx1', 'jetson_tx2', 'jetson_nano', 'jetson_xavier', 'rasp3b', 'imx8qm', 'deeplens', 'rk3399', 'rk3288', 'aisage', 'sbe_c', 'qcs605', 'qcs603', 'sitara_am57x', 'amba_cv2', 'amba_cv22', 'amba_cv25', 'x86_win32', 'x86_win64', 'coreml', 'jacinto_tda4vm', 'imx8mplus', ], ], 'TargetLabelColumn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'TargetObjectiveMetricValue' => [ 'type' => 'float', ], 'TargetPlatform' => [ 'type' => 'structure', 'required' => [ 'Os', 'Arch', ], 'members' => [ 'Os' => [ 'shape' => 'TargetPlatformOs', ], 'Arch' => [ 'shape' => 'TargetPlatformArch', ], 'Accelerator' => [ 'shape' => 'TargetPlatformAccelerator', ], ], ], 'TargetPlatformAccelerator' => [ 'type' => 'string', 'enum' => [ 'INTEL_GRAPHICS', 'MALI', 'NVIDIA', 'NNA', ], ], 'TargetPlatformArch' => [ 'type' => 'string', 'enum' => [ 'X86_64', 'X86', 'ARM64', 'ARM_EABI', 'ARM_EABIHF', ], ], 'TargetPlatformOs' => [ 'type' => 'string', 'enum' => [ 'ANDROID', 'LINUX', ], ], 'TargetTrackingScalingPolicyConfiguration' => [ 'type' => 'structure', 'members' => [ 'MetricSpecification' => [ 'shape' => 'MetricSpecification', ], 'TargetValue' => [ 'shape' => 'Double', ], ], ], 'TaskAvailabilityLifetimeInSeconds' => [ 'type' => 'integer', 'min' => 60, ], 'TaskCount' => [ 'type' => 'integer', 'min' => 0, ], 'TaskDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'TaskInput' => [ 'type' => 'string', 'max' => 128000, 'min' => 2, 'pattern' => '[\\S\\s]+', ], 'TaskKeyword' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$', ], 'TaskKeywords' => [ 'type' => 'list', 'member' => [ 'shape' => 'TaskKeyword', ], 'max' => 5, 'min' => 1, ], 'TaskTimeLimitInSeconds' => [ 'type' => 'integer', 'min' => 30, ], 'TaskTitle' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$', ], 'TemplateContent' => [ 'type' => 'string', 'max' => 128000, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'TemplateContentSha256' => [ 'type' => 'string', 'max' => 128000, 'min' => 1, ], 'TemplateUrl' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'TensorBoardAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], ], ], 'TensorBoardOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'TenthFractionsOfACent' => [ 'type' => 'integer', 'max' => 9, 'min' => 0, ], 'TerminationWaitInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'TextClassificationJobConfig' => [ 'type' => 'structure', 'required' => [ 'ContentColumn', 'TargetLabelColumn', ], 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'ContentColumn' => [ 'shape' => 'ContentColumn', ], 'TargetLabelColumn' => [ 'shape' => 'TargetLabelColumn', ], ], ], 'ThingName' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9:_-]+', ], 'TimeSeriesConfig' => [ 'type' => 'structure', 'required' => [ 'TargetAttributeName', 'TimestampAttributeName', 'ItemIdentifierAttributeName', ], 'members' => [ 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'TimestampAttributeName' => [ 'shape' => 'TimestampAttributeName', ], 'ItemIdentifierAttributeName' => [ 'shape' => 'ItemIdentifierAttributeName', ], 'GroupingAttributeNames' => [ 'shape' => 'GroupingAttributeNames', ], ], ], 'TimeSeriesForecastingJobConfig' => [ 'type' => 'structure', 'required' => [ 'ForecastFrequency', 'ForecastHorizon', 'TimeSeriesConfig', ], 'members' => [ 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'ForecastFrequency' => [ 'shape' => 'ForecastFrequency', ], 'ForecastHorizon' => [ 'shape' => 'ForecastHorizon', ], 'ForecastQuantiles' => [ 'shape' => 'ForecastQuantiles', ], 'Transformations' => [ 'shape' => 'TimeSeriesTransformations', ], 'TimeSeriesConfig' => [ 'shape' => 'TimeSeriesConfig', ], ], ], 'TimeSeriesForecastingSettings' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], 'AmazonForecastRoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'TimeSeriesTransformations' => [ 'type' => 'structure', 'members' => [ 'Filling' => [ 'shape' => 'FillingTransformations', ], 'Aggregation' => [ 'shape' => 'AggregationTransformations', ], ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'TrafficDurationInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'TrafficPattern' => [ 'type' => 'structure', 'members' => [ 'TrafficType' => [ 'shape' => 'TrafficType', ], 'Phases' => [ 'shape' => 'Phases', ], 'Stairs' => [ 'shape' => 'Stairs', ], ], ], 'TrafficRoutingConfig' => [ 'type' => 'structure', 'required' => [ 'Type', 'WaitIntervalInSeconds', ], 'members' => [ 'Type' => [ 'shape' => 'TrafficRoutingConfigType', ], 'WaitIntervalInSeconds' => [ 'shape' => 'WaitIntervalInSeconds', ], 'CanarySize' => [ 'shape' => 'CapacitySize', ], 'LinearStepSize' => [ 'shape' => 'CapacitySize', ], ], ], 'TrafficRoutingConfigType' => [ 'type' => 'string', 'enum' => [ 'ALL_AT_ONCE', 'CANARY', 'LINEAR', ], ], 'TrafficType' => [ 'type' => 'string', 'enum' => [ 'PHASES', 'STAIRS', ], ], 'TrainingContainerArgument' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrainingContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingContainerArgument', ], 'max' => 100, 'min' => 1, ], 'TrainingContainerEntrypoint' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingContainerEntrypointString', ], 'max' => 10, 'min' => 1, ], 'TrainingContainerEntrypointString' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrainingEnvironmentKey' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'TrainingEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrainingEnvironmentKey', ], 'value' => [ 'shape' => 'TrainingEnvironmentValue', ], 'max' => 48, ], 'TrainingEnvironmentValue' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\S\\s]*', ], 'TrainingImageConfig' => [ 'type' => 'structure', 'required' => [ 'TrainingRepositoryAccessMode', ], 'members' => [ 'TrainingRepositoryAccessMode' => [ 'shape' => 'TrainingRepositoryAccessMode', ], 'TrainingRepositoryAuthConfig' => [ 'shape' => 'TrainingRepositoryAuthConfig', ], ], ], 'TrainingInputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', 'FastFile', ], ], 'TrainingInstanceCount' => [ 'type' => 'integer', 'min' => 0, ], 'TrainingInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.p4d.24xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5n.xlarge', 'ml.c5n.2xlarge', 'ml.c5n.4xlarge', 'ml.c5n.9xlarge', 'ml.c5n.18xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.trn1.2xlarge', 'ml.trn1.32xlarge', 'ml.trn1n.32xlarge', 'ml.p5.48xlarge', ], ], 'TrainingInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingInstanceType', ], ], 'TrainingJob' => [ 'type' => 'structure', 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'SecondaryStatus' => [ 'shape' => 'SecondaryStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'SecondaryStatusTransitions' => [ 'shape' => 'SecondaryStatusTransitions', ], 'FinalMetricDataList' => [ 'shape' => 'FinalMetricDataList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'TrainingTimeInSeconds' => [ 'shape' => 'TrainingTimeInSeconds', ], 'BillableTimeInSeconds' => [ 'shape' => 'BillableTimeInSeconds', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'DebugRuleEvaluationStatuses' => [ 'shape' => 'DebugRuleEvaluationStatuses', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TrainingJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*', ], 'TrainingJobDefinition' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', 'InputDataConfig', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition', ], 'members' => [ 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], ], ], 'TrainingJobEarlyStoppingType' => [ 'type' => 'string', 'enum' => [ 'Off', 'Auto', ], ], 'TrainingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'TrainingJobSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', 'FinalObjectiveMetricValue', ], ], 'TrainingJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TrainingJobStatusCounter' => [ 'type' => 'integer', 'min' => 0, ], 'TrainingJobStatusCounters' => [ 'type' => 'structure', 'members' => [ 'Completed' => [ 'shape' => 'TrainingJobStatusCounter', ], 'InProgress' => [ 'shape' => 'TrainingJobStatusCounter', ], 'RetryableError' => [ 'shape' => 'TrainingJobStatusCounter', ], 'NonRetryableError' => [ 'shape' => 'TrainingJobStatusCounter', ], 'Stopped' => [ 'shape' => 'TrainingJobStatusCounter', ], ], ], 'TrainingJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'TrainingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingJobSummary', ], ], 'TrainingJobSummary' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'WarmPoolStatus' => [ 'shape' => 'WarmPoolStatus', ], ], ], 'TrainingRepositoryAccessMode' => [ 'type' => 'string', 'enum' => [ 'Platform', 'Vpc', ], ], 'TrainingRepositoryAuthConfig' => [ 'type' => 'structure', 'required' => [ 'TrainingRepositoryCredentialsProviderArn', ], 'members' => [ 'TrainingRepositoryCredentialsProviderArn' => [ 'shape' => 'TrainingRepositoryCredentialsProviderArn', ], ], ], 'TrainingRepositoryCredentialsProviderArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:[\\p{Alnum}\\-]+:lambda:[\\p{Alnum}\\-]+:[0-9]{12}:function:.*', ], 'TrainingSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingImage', 'SupportedTrainingInstanceTypes', 'TrainingChannels', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'ContainerImage', ], 'TrainingImageDigest' => [ 'shape' => 'ImageDigest', ], 'SupportedHyperParameters' => [ 'shape' => 'HyperParameterSpecifications', ], 'SupportedTrainingInstanceTypes' => [ 'shape' => 'TrainingInstanceTypes', ], 'SupportsDistributedTraining' => [ 'shape' => 'Boolean', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], 'TrainingChannels' => [ 'shape' => 'ChannelSpecifications', ], 'SupportedTuningJobObjectiveMetrics' => [ 'shape' => 'HyperParameterTuningJobObjectives', ], ], ], 'TrainingTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'TransformDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'TransformS3DataSource', ], ], ], 'TransformEnvironmentKey' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]{0,1023}', ], 'TransformEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformEnvironmentKey', ], 'value' => [ 'shape' => 'TransformEnvironmentValue', ], 'max' => 16, ], 'TransformEnvironmentValue' => [ 'type' => 'string', 'max' => 10240, 'pattern' => '[\\S\\s]*', ], 'TransformInput' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'TransformDataSource', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'SplitType' => [ 'shape' => 'SplitType', ], ], ], 'TransformInstanceCount' => [ 'type' => 'integer', 'min' => 1, ], 'TransformInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', ], ], 'TransformInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformInstanceType', ], 'min' => 1, ], 'TransformJob' => [ 'type' => 'structure', 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformStartTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], ], ], 'TransformJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/.*', ], 'TransformJobDefinition' => [ 'type' => 'structure', 'required' => [ 'TransformInput', 'TransformOutput', 'TransformResources', ], 'members' => [ 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], ], ], 'TransformJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'TransformJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TransformJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'TransformJobArn', ], ], ], 'TransformJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformJobSummary', ], ], 'TransformJobSummary' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'TransformJobArn', 'CreationTime', 'TransformJobStatus', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'TransformOutput' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'Accept' => [ 'shape' => 'Accept', ], 'AssembleWith' => [ 'shape' => 'AssemblyType', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'TransformResources' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TransformInstanceType', ], 'InstanceCount' => [ 'shape' => 'TransformInstanceCount', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'TransformS3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'S3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'TransformationAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'Trial' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], 'TrialComponentSummaries' => [ 'shape' => 'TrialComponentSimpleSummaries', ], ], ], 'TrialArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial/.*', ], 'TrialComponent' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'Source' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'Metrics' => [ 'shape' => 'TrialComponentMetricSummaries', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'SourceDetail' => [ 'shape' => 'TrialComponentSourceDetail', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'Parents' => [ 'shape' => 'Parents', ], 'RunName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'TrialComponentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial-component/.*', ], 'TrialComponentArtifact' => [ 'type' => 'structure', 'required' => [ 'Value', ], 'members' => [ 'MediaType' => [ 'shape' => 'MediaType', ], 'Value' => [ 'shape' => 'TrialComponentArtifactValue', ], ], ], 'TrialComponentArtifactValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'TrialComponentArtifacts' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrialComponentKey64', ], 'value' => [ 'shape' => 'TrialComponentArtifact', ], 'max' => 30, ], 'TrialComponentKey256' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrialComponentKey64' => [ 'type' => 'string', 'max' => 64, 'pattern' => '.*', ], 'TrialComponentMetricSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentMetricSummary', ], ], 'TrialComponentMetricSummary' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'MetricName', ], 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'TimeStamp' => [ 'shape' => 'Timestamp', ], 'Max' => [ 'shape' => 'OptionalDouble', ], 'Min' => [ 'shape' => 'OptionalDouble', ], 'Last' => [ 'shape' => 'OptionalDouble', ], 'Count' => [ 'shape' => 'OptionalInteger', ], 'Avg' => [ 'shape' => 'OptionalDouble', ], 'StdDev' => [ 'shape' => 'OptionalDouble', ], ], ], 'TrialComponentParameterValue' => [ 'type' => 'structure', 'members' => [ 'StringValue' => [ 'shape' => 'StringParameterValue', ], 'NumberValue' => [ 'shape' => 'DoubleParameterValue', ], ], ], 'TrialComponentParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrialComponentKey256', ], 'value' => [ 'shape' => 'TrialComponentParameterValue', ], 'max' => 150, ], 'TrialComponentPrimaryStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TrialComponentSimpleSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSimpleSummary', ], ], 'TrialComponentSimpleSummary' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialComponentSource' => [ 'shape' => 'TrialComponentSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], ], ], 'TrialComponentSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'TrialComponentSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'TrialComponentSourceDetail' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'TrainingJob' => [ 'shape' => 'TrainingJob', ], 'ProcessingJob' => [ 'shape' => 'ProcessingJob', ], 'TransformJob' => [ 'shape' => 'TransformJob', ], ], ], 'TrialComponentSources' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSource', ], ], 'TrialComponentStatus' => [ 'type' => 'structure', 'members' => [ 'PrimaryStatus' => [ 'shape' => 'TrialComponentPrimaryStatus', ], 'Message' => [ 'shape' => 'TrialComponentStatusMessage', ], ], ], 'TrialComponentStatusMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'TrialComponentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSummary', ], ], 'TrialComponentSummary' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentSource' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'TrialSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'TrialSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'TrialSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'TrialSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialSummary', ], ], 'TrialSummary' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialSource' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'TtlDuration' => [ 'type' => 'structure', 'members' => [ 'Unit' => [ 'shape' => 'TtlDurationUnit', ], 'Value' => [ 'shape' => 'TtlDurationValue', ], ], ], 'TtlDurationUnit' => [ 'type' => 'string', 'enum' => [ 'Seconds', 'Minutes', 'Hours', 'Days', 'Weeks', ], ], 'TtlDurationValue' => [ 'type' => 'integer', 'min' => 1, ], 'TuningJobCompletionCriteria' => [ 'type' => 'structure', 'members' => [ 'TargetObjectiveMetricValue' => [ 'shape' => 'TargetObjectiveMetricValue', ], 'BestObjectiveNotImproving' => [ 'shape' => 'BestObjectiveNotImproving', ], 'ConvergenceDetected' => [ 'shape' => 'ConvergenceDetected', ], ], ], 'TuningJobStepMetaData' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'HyperParameterTuningJobArn', ], ], ], 'USD' => [ 'type' => 'structure', 'members' => [ 'Dollars' => [ 'shape' => 'Dollars', ], 'Cents' => [ 'shape' => 'Cents', ], 'TenthFractionsOfACent' => [ 'shape' => 'TenthFractionsOfACent', ], ], ], 'UiConfig' => [ 'type' => 'structure', 'members' => [ 'UiTemplateS3Uri' => [ 'shape' => 'S3Uri', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'UiTemplate' => [ 'type' => 'structure', 'required' => [ 'Content', ], 'members' => [ 'Content' => [ 'shape' => 'TemplateContent', ], ], ], 'UiTemplateInfo' => [ 'type' => 'structure', 'members' => [ 'Url' => [ 'shape' => 'TemplateUrl', ], 'ContentSha256' => [ 'shape' => 'TemplateContentSha256', ], ], ], 'UpdateActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'UpdateAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'UpdateAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], ], ], 'UpdateArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'ArtifactArn', ], 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'UpdateCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'GitConfig' => [ 'shape' => 'GitConfigForUpdate', ], ], ], 'UpdateCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryArn', ], 'members' => [ 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], ], ], 'UpdateContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'UpdateDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'OutputConfig', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'EnableIotRoleAlias' => [ 'shape' => 'EnableIotRoleAlias', ], ], ], 'UpdateDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'Devices', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Devices' => [ 'shape' => 'Devices', ], ], ], 'UpdateDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'DomainSettingsForUpdate' => [ 'shape' => 'DomainSettingsForUpdate', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], ], ], 'UpdateDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], ], ], 'UpdateEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointConfigName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'RetainAllVariantProperties' => [ 'shape' => 'Boolean', ], 'ExcludeRetainedVariantProperties' => [ 'shape' => 'VariantPropertyList', ], 'DeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'RetainDeploymentConfig' => [ 'shape' => 'Boolean', ], ], ], 'UpdateEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'UpdateEndpointWeightsAndCapacitiesInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'DesiredWeightsAndCapacities', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'DesiredWeightsAndCapacities' => [ 'shape' => 'DesiredWeightAndCapacityList', ], ], ], 'UpdateEndpointWeightsAndCapacitiesOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'UpdateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], ], ], 'UpdateExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'UpdateFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureAdditions' => [ 'shape' => 'FeatureAdditions', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfigUpdate', ], ], ], 'UpdateFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], ], ], 'UpdateFeatureMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'ParameterAdditions' => [ 'shape' => 'FeatureParameterAdditions', ], 'ParameterRemovals' => [ 'shape' => 'FeatureParameterRemovals', ], ], ], 'UpdateHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], ], ], 'UpdateHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], ], ], 'UpdateImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'DeleteProperties' => [ 'shape' => 'ImageDeletePropertyList', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'UpdateImageResponse' => [ 'type' => 'structure', 'members' => [ 'ImageArn' => [ 'shape' => 'ImageArn', ], ], ], 'UpdateImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'AliasesToAdd' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'AliasesToDelete' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'UpdateImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], ], ], 'UpdateInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], ], ], 'UpdateInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'UpdateModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], ], ], 'UpdateModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], ], ], 'UpdateModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'CustomerMetadataPropertiesToRemove' => [ 'shape' => 'CustomerMetadataKeyList', ], 'AdditionalInferenceSpecificationsToAdd' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'UpdateModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'UpdateMonitoringAlertRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringAlertName', 'DatapointsToAlert', 'EvaluationPeriod', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'DatapointsToAlert' => [ 'shape' => 'MonitoringDatapointsToAlert', ], 'EvaluationPeriod' => [ 'shape' => 'MonitoringEvaluationPeriod', ], ], ], 'UpdateMonitoringAlertResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], ], ], 'UpdateMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], ], ], 'UpdateMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], ], ], 'UpdateNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DisassociateLifecycleConfig' => [ 'shape' => 'DisassociateNotebookInstanceLifecycleConfig', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DisassociateAcceleratorTypes' => [ 'shape' => 'DisassociateNotebookInstanceAcceleratorTypes', ], 'DisassociateDefaultCodeRepository' => [ 'shape' => 'DisassociateDefaultCodeRepository', ], 'DisassociateAdditionalCodeRepositories' => [ 'shape' => 'DisassociateAdditionalCodeRepositories', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'UpdateNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], ], ], 'UpdateNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdateNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdatePipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'UpdatePipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'UpdatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDefinitionS3Location' => [ 'shape' => 'PipelineDefinitionS3Location', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'UpdatePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'UpdateProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'shape' => 'ServiceCatalogProvisioningUpdateDetails', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'UpdateProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], ], ], 'UpdateSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'UpdateSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'SpaceArn' => [ 'shape' => 'SpaceArn', ], ], ], 'UpdateTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfigForUpdate', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfigForUpdate', ], ], ], 'UpdateTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobArn', ], 'members' => [ 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'UpdateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'ParametersToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'InputArtifactsToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifactsToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], ], ], 'UpdateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'UpdateTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'UpdateTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'UpdateUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'UpdateUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], ], ], 'UpdateWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfig', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigRequest', ], ], ], 'UpdateWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'Workforce', ], 'members' => [ 'Workforce' => [ 'shape' => 'Workforce', ], ], ], 'UpdateWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'Description' => [ 'shape' => 'String200', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], ], ], 'UpdateWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Workteam', ], 'members' => [ 'Workteam' => [ 'shape' => 'Workteam', ], ], ], 'Url' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'UserContext' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'String', ], 'UserProfileName' => [ 'shape' => 'String', ], 'DomainId' => [ 'shape' => 'String', ], 'IamIdentity' => [ 'shape' => 'IamIdentity', ], ], ], 'UserProfileArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:user-profile/.*', ], 'UserProfileDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'Status' => [ 'shape' => 'UserProfileStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'UserProfileList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserProfileDetails', ], ], 'UserProfileName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'UserProfileSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', ], ], 'UserProfileStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'UserSettings' => [ 'type' => 'structure', 'members' => [ 'ExecutionRole' => [ 'shape' => 'RoleArn', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'SharingSettings' => [ 'shape' => 'SharingSettings', ], 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], 'TensorBoardAppSettings' => [ 'shape' => 'TensorBoardAppSettings', ], 'RStudioServerProAppSettings' => [ 'shape' => 'RStudioServerProAppSettings', ], 'RSessionAppSettings' => [ 'shape' => 'RSessionAppSettings', ], 'CanvasAppSettings' => [ 'shape' => 'CanvasAppSettings', ], ], ], 'UsersPerStep' => [ 'type' => 'integer', 'max' => 3, 'min' => 1, ], 'UtilizationMetric' => [ 'type' => 'float', 'min' => 0.0, ], 'UtilizationPercentagePerCore' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ValidationFraction' => [ 'type' => 'float', 'max' => 1, 'min' => 0, ], 'VariantName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'VariantProperty' => [ 'type' => 'structure', 'required' => [ 'VariantPropertyType', ], 'members' => [ 'VariantPropertyType' => [ 'shape' => 'VariantPropertyType', ], ], ], 'VariantPropertyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VariantProperty', ], 'max' => 3, 'min' => 0, ], 'VariantPropertyType' => [ 'type' => 'string', 'enum' => [ 'DesiredInstanceCount', 'DesiredWeight', 'DataCaptureConfig', ], ], 'VariantStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Updating', 'Deleting', 'ActivatingTraffic', 'Baking', ], ], 'VariantStatusMessage' => [ 'type' => 'string', 'max' => 1024, ], 'VariantWeight' => [ 'type' => 'float', 'min' => 0, ], 'VendorGuidance' => [ 'type' => 'string', 'enum' => [ 'NOT_PROVIDED', 'STABLE', 'TO_BE_ARCHIVED', 'ARCHIVED', ], ], 'VersionId' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'VersionedArnOrName' => [ 'type' => 'string', 'max' => 176, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'AssociationEntityArn', ], 'Type' => [ 'shape' => 'String40', ], 'LineageType' => [ 'shape' => 'LineageType', ], ], ], 'Vertices' => [ 'type' => 'list', 'member' => [ 'shape' => 'Vertex', ], ], 'VolumeSizeInGB' => [ 'type' => 'integer', 'min' => 1, ], 'VpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'VpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'Subnets', ], ], ], 'VpcId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'VpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'WaitIntervalInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'WarmPoolResourceStatus' => [ 'type' => 'string', 'enum' => [ 'Available', 'Terminated', 'Reused', 'InUse', ], ], 'WarmPoolStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'WarmPoolResourceStatus', ], 'ResourceRetainedBillableTimeInSeconds' => [ 'shape' => 'ResourceRetainedBillableTimeInSeconds', ], 'ReusedByJob' => [ 'shape' => 'TrainingJobName', ], ], ], 'Workforce' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', 'WorkforceArn', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'SubDomain' => [ 'shape' => 'String', ], 'CognitoConfig' => [ 'shape' => 'CognitoConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfigForResponse', ], 'CreateDate' => [ 'shape' => 'Timestamp', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigResponse', ], 'Status' => [ 'shape' => 'WorkforceStatus', ], 'FailureReason' => [ 'shape' => 'WorkforceFailureReason', ], ], ], 'WorkforceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workforce/.*', ], 'WorkforceFailureReason' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'WorkforceName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([a-zA-Z0-9\\-]){0,62}$', ], 'WorkforceSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^sg-[0-9a-z]*$', ], 'WorkforceSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkforceSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'WorkforceStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'Updating', 'Deleting', 'Failed', 'Active', ], ], 'WorkforceSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^subnet-[0-9a-z]*$', ], 'WorkforceSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkforceSubnetId', ], 'max' => 16, 'min' => 1, ], 'WorkforceVpcConfigRequest' => [ 'type' => 'structure', 'members' => [ 'VpcId' => [ 'shape' => 'WorkforceVpcId', ], 'SecurityGroupIds' => [ 'shape' => 'WorkforceSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'WorkforceSubnets', ], ], ], 'WorkforceVpcConfigResponse' => [ 'type' => 'structure', 'required' => [ 'VpcId', 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'VpcId' => [ 'shape' => 'WorkforceVpcId', ], 'SecurityGroupIds' => [ 'shape' => 'WorkforceSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'WorkforceSubnets', ], 'VpcEndpointId' => [ 'shape' => 'WorkforceVpcEndpointId', ], ], ], 'WorkforceVpcEndpointId' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^vpce-[0-9a-z]*$', ], 'WorkforceVpcId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^vpc-[0-9a-z]*$', ], 'Workforces' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workforce', ], ], 'WorkspaceSettings' => [ 'type' => 'structure', 'members' => [ 'S3ArtifactPath' => [ 'shape' => 'S3Uri', ], 'S3KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'Workteam' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', 'MemberDefinitions', 'WorkteamArn', 'Description', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], 'ProductListingIds' => [ 'shape' => 'ProductListings', ], 'Description' => [ 'shape' => 'String200', ], 'SubDomain' => [ 'shape' => 'String', ], 'CreateDate' => [ 'shape' => 'Timestamp', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], ], ], 'WorkteamArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workteam/.*', ], 'WorkteamName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'Workteams' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workteam', ], ], ],]; +return [ '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' => [ 'name' => 'AddAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddAssociationRequest', ], 'output' => [ 'shape' => 'AddAssociationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'AddTags' => [ 'name' => 'AddTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AddTagsInput', ], 'output' => [ 'shape' => 'AddTagsOutput', ], ], 'AssociateTrialComponent' => [ 'name' => 'AssociateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateTrialComponentRequest', ], 'output' => [ 'shape' => 'AssociateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'BatchDescribeModelPackage' => [ 'name' => 'BatchDescribeModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDescribeModelPackageInput', ], 'output' => [ 'shape' => 'BatchDescribeModelPackageOutput', ], ], 'CreateAction' => [ 'name' => 'CreateAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateActionRequest', ], 'output' => [ 'shape' => 'CreateActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAlgorithm' => [ 'name' => 'CreateAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAlgorithmInput', ], 'output' => [ 'shape' => 'CreateAlgorithmOutput', ], ], 'CreateApp' => [ 'name' => 'CreateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppRequest', ], 'output' => [ 'shape' => 'CreateAppResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateAppImageConfig' => [ 'name' => 'CreateAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppImageConfigRequest', ], 'output' => [ 'shape' => 'CreateAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'CreateArtifact' => [ 'name' => 'CreateArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateArtifactRequest', ], 'output' => [ 'shape' => 'CreateArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAutoMLJob' => [ 'name' => 'CreateAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAutoMLJobRequest', ], 'output' => [ 'shape' => 'CreateAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateAutoMLJobV2' => [ 'name' => 'CreateAutoMLJobV2', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAutoMLJobV2Request', ], 'output' => [ 'shape' => 'CreateAutoMLJobV2Response', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateCodeRepository' => [ 'name' => 'CreateCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCodeRepositoryInput', ], 'output' => [ 'shape' => 'CreateCodeRepositoryOutput', ], ], 'CreateCompilationJob' => [ 'name' => 'CreateCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateCompilationJobRequest', ], 'output' => [ 'shape' => 'CreateCompilationJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateContext' => [ 'name' => 'CreateContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateContextRequest', ], 'output' => [ 'shape' => 'CreateContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateDataQualityJobDefinition' => [ 'name' => 'CreateDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDataQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateDataQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateDeviceFleet' => [ 'name' => 'CreateDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateDomain' => [ 'name' => 'CreateDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDomainRequest', ], 'output' => [ 'shape' => 'CreateDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateEdgeDeploymentPlan' => [ 'name' => 'CreateEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgeDeploymentPlanRequest', ], 'output' => [ 'shape' => 'CreateEdgeDeploymentPlanResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEdgeDeploymentStage' => [ 'name' => 'CreateEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgeDeploymentStageRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEdgePackagingJob' => [ 'name' => 'CreateEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEdgePackagingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEndpoint' => [ 'name' => 'CreateEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEndpointInput', ], 'output' => [ 'shape' => 'CreateEndpointOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateEndpointConfig' => [ 'name' => 'CreateEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEndpointConfigInput', ], 'output' => [ 'shape' => 'CreateEndpointConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateExperiment' => [ 'name' => 'CreateExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateExperimentRequest', ], 'output' => [ 'shape' => 'CreateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateFeatureGroup' => [ 'name' => 'CreateFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFeatureGroupRequest', ], 'output' => [ 'shape' => 'CreateFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateFlowDefinition' => [ 'name' => 'CreateFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFlowDefinitionRequest', ], 'output' => [ 'shape' => 'CreateFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateHub' => [ 'name' => 'CreateHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHubRequest', ], 'output' => [ 'shape' => 'CreateHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateHumanTaskUi' => [ 'name' => 'CreateHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHumanTaskUiRequest', ], 'output' => [ 'shape' => 'CreateHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateHyperParameterTuningJob' => [ 'name' => 'CreateHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'CreateHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateImage' => [ 'name' => 'CreateImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageRequest', ], 'output' => [ 'shape' => 'CreateImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateImageVersion' => [ 'name' => 'CreateImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageVersionRequest', ], 'output' => [ 'shape' => 'CreateImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateInferenceExperiment' => [ 'name' => 'CreateInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateInferenceExperimentRequest', ], 'output' => [ 'shape' => 'CreateInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateInferenceRecommendationsJob' => [ 'name' => 'CreateInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateInferenceRecommendationsJobRequest', ], 'output' => [ 'shape' => 'CreateInferenceRecommendationsJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateLabelingJob' => [ 'name' => 'CreateLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateLabelingJobRequest', ], 'output' => [ 'shape' => 'CreateLabelingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModel' => [ 'name' => 'CreateModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelInput', ], 'output' => [ 'shape' => 'CreateModelOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelBiasJobDefinition' => [ 'name' => 'CreateModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelBiasJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelBiasJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateModelCard' => [ 'name' => 'CreateModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelCardRequest', ], 'output' => [ 'shape' => 'CreateModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'CreateModelCardExportJob' => [ 'name' => 'CreateModelCardExportJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelCardExportJobRequest', ], 'output' => [ 'shape' => 'CreateModelCardExportJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'CreateModelExplainabilityJobDefinition' => [ 'name' => 'CreateModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelExplainabilityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelExplainabilityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateModelPackage' => [ 'name' => 'CreateModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelPackageInput', ], 'output' => [ 'shape' => 'CreateModelPackageOutput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelPackageGroup' => [ 'name' => 'CreateModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelPackageGroupInput', ], 'output' => [ 'shape' => 'CreateModelPackageGroupOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateModelQualityJobDefinition' => [ 'name' => 'CreateModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateModelQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'CreateModelQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateMonitoringSchedule' => [ 'name' => 'CreateMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'CreateMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateNotebookInstance' => [ 'name' => 'CreateNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateNotebookInstanceInput', ], 'output' => [ 'shape' => 'CreateNotebookInstanceOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateNotebookInstanceLifecycleConfig' => [ 'name' => 'CreateNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'CreateNotebookInstanceLifecycleConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreatePipeline' => [ 'name' => 'CreatePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePipelineRequest', ], 'output' => [ 'shape' => 'CreatePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreatePresignedDomainUrl' => [ 'name' => 'CreatePresignedDomainUrl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePresignedDomainUrlRequest', ], 'output' => [ 'shape' => 'CreatePresignedDomainUrlResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'CreatePresignedNotebookInstanceUrl' => [ 'name' => 'CreatePresignedNotebookInstanceUrl', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreatePresignedNotebookInstanceUrlInput', ], 'output' => [ 'shape' => 'CreatePresignedNotebookInstanceUrlOutput', ], ], 'CreateProcessingJob' => [ 'name' => 'CreateProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateProcessingJobRequest', ], 'output' => [ 'shape' => 'CreateProcessingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateProject' => [ 'name' => 'CreateProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateProjectInput', ], 'output' => [ 'shape' => 'CreateProjectOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateSpace' => [ 'name' => 'CreateSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateSpaceRequest', ], 'output' => [ 'shape' => 'CreateSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateStudioLifecycleConfig' => [ 'name' => 'CreateStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStudioLifecycleConfigRequest', ], 'output' => [ 'shape' => 'CreateStudioLifecycleConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'CreateTrainingJob' => [ 'name' => 'CreateTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrainingJobRequest', ], 'output' => [ 'shape' => 'CreateTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateTransformJob' => [ 'name' => 'CreateTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTransformJobRequest', ], 'output' => [ 'shape' => 'CreateTransformJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'CreateTrial' => [ 'name' => 'CreateTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrialRequest', ], 'output' => [ 'shape' => 'CreateTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateTrialComponent' => [ 'name' => 'CreateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTrialComponentRequest', ], 'output' => [ 'shape' => 'CreateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'CreateUserProfile' => [ 'name' => 'CreateUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserProfileRequest', ], 'output' => [ 'shape' => 'CreateUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], ], ], 'CreateWorkforce' => [ 'name' => 'CreateWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkforceRequest', ], 'output' => [ 'shape' => 'CreateWorkforceResponse', ], ], 'CreateWorkteam' => [ 'name' => 'CreateWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateWorkteamRequest', ], 'output' => [ 'shape' => 'CreateWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'DeleteAction' => [ 'name' => 'DeleteAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteActionRequest', ], 'output' => [ 'shape' => 'DeleteActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAlgorithm' => [ 'name' => 'DeleteAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAlgorithmInput', ], ], 'DeleteApp' => [ 'name' => 'DeleteApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAppImageConfig' => [ 'name' => 'DeleteAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppImageConfigRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteArtifact' => [ 'name' => 'DeleteArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteArtifactRequest', ], 'output' => [ 'shape' => 'DeleteArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteAssociation' => [ 'name' => 'DeleteAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAssociationRequest', ], 'output' => [ 'shape' => 'DeleteAssociationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteCodeRepository' => [ 'name' => 'DeleteCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteCodeRepositoryInput', ], ], 'DeleteContext' => [ 'name' => 'DeleteContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteContextRequest', ], 'output' => [ 'shape' => 'DeleteContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteDataQualityJobDefinition' => [ 'name' => 'DeleteDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDataQualityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteDeviceFleet' => [ 'name' => 'DeleteDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteDomain' => [ 'name' => 'DeleteDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDomainRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteEdgeDeploymentPlan' => [ 'name' => 'DeleteEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEdgeDeploymentPlanRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteEdgeDeploymentStage' => [ 'name' => 'DeleteEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEdgeDeploymentStageRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteEndpoint' => [ 'name' => 'DeleteEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEndpointInput', ], ], 'DeleteEndpointConfig' => [ 'name' => 'DeleteEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEndpointConfigInput', ], ], 'DeleteExperiment' => [ 'name' => 'DeleteExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteExperimentRequest', ], 'output' => [ 'shape' => 'DeleteExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteFeatureGroup' => [ 'name' => 'DeleteFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFeatureGroupRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteFlowDefinition' => [ 'name' => 'DeleteFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFlowDefinitionRequest', ], 'output' => [ 'shape' => 'DeleteFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHub' => [ 'name' => 'DeleteHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHubRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHubContent' => [ 'name' => 'DeleteHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHubContentRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteHumanTaskUi' => [ 'name' => 'DeleteHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteHumanTaskUiRequest', ], 'output' => [ 'shape' => 'DeleteHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteImage' => [ 'name' => 'DeleteImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageRequest', ], 'output' => [ 'shape' => 'DeleteImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteImageVersion' => [ 'name' => 'DeleteImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageVersionRequest', ], 'output' => [ 'shape' => 'DeleteImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteInferenceExperiment' => [ 'name' => 'DeleteInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteInferenceExperimentRequest', ], 'output' => [ 'shape' => 'DeleteInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModel' => [ 'name' => 'DeleteModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelInput', ], ], 'DeleteModelBiasJobDefinition' => [ 'name' => 'DeleteModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelBiasJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModelCard' => [ 'name' => 'DeleteModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelCardRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelExplainabilityJobDefinition' => [ 'name' => 'DeleteModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelExplainabilityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteModelPackage' => [ 'name' => 'DeleteModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelPackageGroup' => [ 'name' => 'DeleteModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageGroupInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteModelPackageGroupPolicy' => [ 'name' => 'DeleteModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelPackageGroupPolicyInput', ], ], 'DeleteModelQualityJobDefinition' => [ 'name' => 'DeleteModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteModelQualityJobDefinitionRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteMonitoringSchedule' => [ 'name' => 'DeleteMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteNotebookInstance' => [ 'name' => 'DeleteNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteNotebookInstanceInput', ], ], 'DeleteNotebookInstanceLifecycleConfig' => [ 'name' => 'DeleteNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteNotebookInstanceLifecycleConfigInput', ], ], 'DeletePipeline' => [ 'name' => 'DeletePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeletePipelineRequest', ], 'output' => [ 'shape' => 'DeletePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteProject' => [ 'name' => 'DeleteProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteProjectInput', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'DeleteSpace' => [ 'name' => 'DeleteSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteSpaceRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteStudioLifecycleConfig' => [ 'name' => 'DeleteStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStudioLifecycleConfigRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceInUse', ], ], ], 'DeleteTags' => [ 'name' => 'DeleteTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTagsInput', ], 'output' => [ 'shape' => 'DeleteTagsOutput', ], ], 'DeleteTrial' => [ 'name' => 'DeleteTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTrialRequest', ], 'output' => [ 'shape' => 'DeleteTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteTrialComponent' => [ 'name' => 'DeleteTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTrialComponentRequest', ], 'output' => [ 'shape' => 'DeleteTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteUserProfile' => [ 'name' => 'DeleteUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserProfileRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'DeleteWorkforce' => [ 'name' => 'DeleteWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkforceRequest', ], 'output' => [ 'shape' => 'DeleteWorkforceResponse', ], ], 'DeleteWorkteam' => [ 'name' => 'DeleteWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteWorkteamRequest', ], 'output' => [ 'shape' => 'DeleteWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'DeregisterDevices' => [ 'name' => 'DeregisterDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeregisterDevicesRequest', ], ], 'DescribeAction' => [ 'name' => 'DescribeAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeActionRequest', ], 'output' => [ 'shape' => 'DescribeActionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAlgorithm' => [ 'name' => 'DescribeAlgorithm', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAlgorithmInput', ], 'output' => [ 'shape' => 'DescribeAlgorithmOutput', ], ], 'DescribeApp' => [ 'name' => 'DescribeApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppRequest', ], 'output' => [ 'shape' => 'DescribeAppResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAppImageConfig' => [ 'name' => 'DescribeAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppImageConfigRequest', ], 'output' => [ 'shape' => 'DescribeAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeArtifact' => [ 'name' => 'DescribeArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeArtifactRequest', ], 'output' => [ 'shape' => 'DescribeArtifactResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAutoMLJob' => [ 'name' => 'DescribeAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAutoMLJobRequest', ], 'output' => [ 'shape' => 'DescribeAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeAutoMLJobV2' => [ 'name' => 'DescribeAutoMLJobV2', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAutoMLJobV2Request', ], 'output' => [ 'shape' => 'DescribeAutoMLJobV2Response', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeCodeRepository' => [ 'name' => 'DescribeCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeCodeRepositoryInput', ], 'output' => [ 'shape' => 'DescribeCodeRepositoryOutput', ], ], 'DescribeCompilationJob' => [ 'name' => 'DescribeCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeCompilationJobRequest', ], 'output' => [ 'shape' => 'DescribeCompilationJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeContext' => [ 'name' => 'DescribeContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeContextRequest', ], 'output' => [ 'shape' => 'DescribeContextResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDataQualityJobDefinition' => [ 'name' => 'DescribeDataQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDataQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeDataQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDevice' => [ 'name' => 'DescribeDevice', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeviceRequest', ], 'output' => [ 'shape' => 'DescribeDeviceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDeviceFleet' => [ 'name' => 'DescribeDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDeviceFleetRequest', ], 'output' => [ 'shape' => 'DescribeDeviceFleetResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeDomain' => [ 'name' => 'DescribeDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDomainRequest', ], 'output' => [ 'shape' => 'DescribeDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEdgeDeploymentPlan' => [ 'name' => 'DescribeEdgeDeploymentPlan', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEdgeDeploymentPlanRequest', ], 'output' => [ 'shape' => 'DescribeEdgeDeploymentPlanResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEdgePackagingJob' => [ 'name' => 'DescribeEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEdgePackagingJobRequest', ], 'output' => [ 'shape' => 'DescribeEdgePackagingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeEndpoint' => [ 'name' => 'DescribeEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEndpointInput', ], 'output' => [ 'shape' => 'DescribeEndpointOutput', ], ], 'DescribeEndpointConfig' => [ 'name' => 'DescribeEndpointConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEndpointConfigInput', ], 'output' => [ 'shape' => 'DescribeEndpointConfigOutput', ], ], 'DescribeExperiment' => [ 'name' => 'DescribeExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeExperimentRequest', ], 'output' => [ 'shape' => 'DescribeExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFeatureGroup' => [ 'name' => 'DescribeFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFeatureGroupRequest', ], 'output' => [ 'shape' => 'DescribeFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFeatureMetadata' => [ 'name' => 'DescribeFeatureMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFeatureMetadataRequest', ], 'output' => [ 'shape' => 'DescribeFeatureMetadataResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeFlowDefinition' => [ 'name' => 'DescribeFlowDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFlowDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeFlowDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHub' => [ 'name' => 'DescribeHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHubRequest', ], 'output' => [ 'shape' => 'DescribeHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHubContent' => [ 'name' => 'DescribeHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHubContentRequest', ], 'output' => [ 'shape' => 'DescribeHubContentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHumanTaskUi' => [ 'name' => 'DescribeHumanTaskUi', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHumanTaskUiRequest', ], 'output' => [ 'shape' => 'DescribeHumanTaskUiResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeHyperParameterTuningJob' => [ 'name' => 'DescribeHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'DescribeHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeImage' => [ 'name' => 'DescribeImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageRequest', ], 'output' => [ 'shape' => 'DescribeImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeImageVersion' => [ 'name' => 'DescribeImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageVersionRequest', ], 'output' => [ 'shape' => 'DescribeImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeInferenceExperiment' => [ 'name' => 'DescribeInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeInferenceExperimentRequest', ], 'output' => [ 'shape' => 'DescribeInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeInferenceRecommendationsJob' => [ 'name' => 'DescribeInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeInferenceRecommendationsJobRequest', ], 'output' => [ 'shape' => 'DescribeInferenceRecommendationsJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeLabelingJob' => [ 'name' => 'DescribeLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeLabelingJobRequest', ], 'output' => [ 'shape' => 'DescribeLabelingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeLineageGroup' => [ 'name' => 'DescribeLineageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeLineageGroupRequest', ], 'output' => [ 'shape' => 'DescribeLineageGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModel' => [ 'name' => 'DescribeModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelInput', ], 'output' => [ 'shape' => 'DescribeModelOutput', ], ], 'DescribeModelBiasJobDefinition' => [ 'name' => 'DescribeModelBiasJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelBiasJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelBiasJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelCard' => [ 'name' => 'DescribeModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelCardRequest', ], 'output' => [ 'shape' => 'DescribeModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelCardExportJob' => [ 'name' => 'DescribeModelCardExportJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelCardExportJobRequest', ], 'output' => [ 'shape' => 'DescribeModelCardExportJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelExplainabilityJobDefinition' => [ 'name' => 'DescribeModelExplainabilityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelExplainabilityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelExplainabilityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeModelPackage' => [ 'name' => 'DescribeModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelPackageInput', ], 'output' => [ 'shape' => 'DescribeModelPackageOutput', ], ], 'DescribeModelPackageGroup' => [ 'name' => 'DescribeModelPackageGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelPackageGroupInput', ], 'output' => [ 'shape' => 'DescribeModelPackageGroupOutput', ], ], 'DescribeModelQualityJobDefinition' => [ 'name' => 'DescribeModelQualityJobDefinition', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeModelQualityJobDefinitionRequest', ], 'output' => [ 'shape' => 'DescribeModelQualityJobDefinitionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeMonitoringSchedule' => [ 'name' => 'DescribeMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'DescribeMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeNotebookInstance' => [ 'name' => 'DescribeNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeNotebookInstanceInput', ], 'output' => [ 'shape' => 'DescribeNotebookInstanceOutput', ], ], 'DescribeNotebookInstanceLifecycleConfig' => [ 'name' => 'DescribeNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'DescribeNotebookInstanceLifecycleConfigOutput', ], ], 'DescribePipeline' => [ 'name' => 'DescribePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineRequest', ], 'output' => [ 'shape' => 'DescribePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribePipelineDefinitionForExecution' => [ 'name' => 'DescribePipelineDefinitionForExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineDefinitionForExecutionRequest', ], 'output' => [ 'shape' => 'DescribePipelineDefinitionForExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribePipelineExecution' => [ 'name' => 'DescribePipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribePipelineExecutionRequest', ], 'output' => [ 'shape' => 'DescribePipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeProcessingJob' => [ 'name' => 'DescribeProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeProcessingJobRequest', ], 'output' => [ 'shape' => 'DescribeProcessingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeProject' => [ 'name' => 'DescribeProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeProjectInput', ], 'output' => [ 'shape' => 'DescribeProjectOutput', ], ], 'DescribeSpace' => [ 'name' => 'DescribeSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSpaceRequest', ], 'output' => [ 'shape' => 'DescribeSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeStudioLifecycleConfig' => [ 'name' => 'DescribeStudioLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStudioLifecycleConfigRequest', ], 'output' => [ 'shape' => 'DescribeStudioLifecycleConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeSubscribedWorkteam' => [ 'name' => 'DescribeSubscribedWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSubscribedWorkteamRequest', ], 'output' => [ 'shape' => 'DescribeSubscribedWorkteamResponse', ], ], 'DescribeTrainingJob' => [ 'name' => 'DescribeTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrainingJobRequest', ], 'output' => [ 'shape' => 'DescribeTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTransformJob' => [ 'name' => 'DescribeTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTransformJobRequest', ], 'output' => [ 'shape' => 'DescribeTransformJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTrial' => [ 'name' => 'DescribeTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrialRequest', ], 'output' => [ 'shape' => 'DescribeTrialResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeTrialComponent' => [ 'name' => 'DescribeTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeTrialComponentRequest', ], 'output' => [ 'shape' => 'DescribeTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeUserProfile' => [ 'name' => 'DescribeUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUserProfileRequest', ], 'output' => [ 'shape' => 'DescribeUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'DescribeWorkforce' => [ 'name' => 'DescribeWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeWorkforceRequest', ], 'output' => [ 'shape' => 'DescribeWorkforceResponse', ], ], 'DescribeWorkteam' => [ 'name' => 'DescribeWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeWorkteamRequest', ], 'output' => [ 'shape' => 'DescribeWorkteamResponse', ], ], 'DisableSagemakerServicecatalogPortfolio' => [ 'name' => 'DisableSagemakerServicecatalogPortfolio', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableSagemakerServicecatalogPortfolioInput', ], 'output' => [ 'shape' => 'DisableSagemakerServicecatalogPortfolioOutput', ], ], 'DisassociateTrialComponent' => [ 'name' => 'DisassociateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateTrialComponentRequest', ], 'output' => [ 'shape' => 'DisassociateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'EnableSagemakerServicecatalogPortfolio' => [ 'name' => 'EnableSagemakerServicecatalogPortfolio', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableSagemakerServicecatalogPortfolioInput', ], 'output' => [ 'shape' => 'EnableSagemakerServicecatalogPortfolioOutput', ], ], 'GetDeviceFleetReport' => [ 'name' => 'GetDeviceFleetReport', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDeviceFleetReportRequest', ], 'output' => [ 'shape' => 'GetDeviceFleetReportResponse', ], ], 'GetLineageGroupPolicy' => [ 'name' => 'GetLineageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetLineageGroupPolicyRequest', ], 'output' => [ 'shape' => 'GetLineageGroupPolicyResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'GetModelPackageGroupPolicy' => [ 'name' => 'GetModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetModelPackageGroupPolicyInput', ], 'output' => [ 'shape' => 'GetModelPackageGroupPolicyOutput', ], ], 'GetSagemakerServicecatalogPortfolioStatus' => [ 'name' => 'GetSagemakerServicecatalogPortfolioStatus', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSagemakerServicecatalogPortfolioStatusInput', ], 'output' => [ 'shape' => 'GetSagemakerServicecatalogPortfolioStatusOutput', ], ], 'GetScalingConfigurationRecommendation' => [ 'name' => 'GetScalingConfigurationRecommendation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetScalingConfigurationRecommendationRequest', ], 'output' => [ 'shape' => 'GetScalingConfigurationRecommendationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'GetSearchSuggestions' => [ 'name' => 'GetSearchSuggestions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetSearchSuggestionsRequest', ], 'output' => [ 'shape' => 'GetSearchSuggestionsResponse', ], ], 'ImportHubContent' => [ 'name' => 'ImportHubContent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ImportHubContentRequest', ], 'output' => [ 'shape' => 'ImportHubContentResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'ListActions' => [ 'name' => 'ListActions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListActionsRequest', ], 'output' => [ 'shape' => 'ListActionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAlgorithms' => [ 'name' => 'ListAlgorithms', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAlgorithmsInput', ], 'output' => [ 'shape' => 'ListAlgorithmsOutput', ], ], 'ListAliases' => [ 'name' => 'ListAliases', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAliasesRequest', ], 'output' => [ 'shape' => 'ListAliasesResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAppImageConfigs' => [ 'name' => 'ListAppImageConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAppImageConfigsRequest', ], 'output' => [ 'shape' => 'ListAppImageConfigsResponse', ], ], 'ListApps' => [ 'name' => 'ListApps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAppsRequest', ], 'output' => [ 'shape' => 'ListAppsResponse', ], ], 'ListArtifacts' => [ 'name' => 'ListArtifacts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListArtifactsRequest', ], 'output' => [ 'shape' => 'ListArtifactsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAssociations' => [ 'name' => 'ListAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociationsRequest', ], 'output' => [ 'shape' => 'ListAssociationsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListAutoMLJobs' => [ 'name' => 'ListAutoMLJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAutoMLJobsRequest', ], 'output' => [ 'shape' => 'ListAutoMLJobsResponse', ], ], 'ListCandidatesForAutoMLJob' => [ 'name' => 'ListCandidatesForAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCandidatesForAutoMLJobRequest', ], 'output' => [ 'shape' => 'ListCandidatesForAutoMLJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListCodeRepositories' => [ 'name' => 'ListCodeRepositories', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCodeRepositoriesInput', ], 'output' => [ 'shape' => 'ListCodeRepositoriesOutput', ], ], 'ListCompilationJobs' => [ 'name' => 'ListCompilationJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListCompilationJobsRequest', ], 'output' => [ 'shape' => 'ListCompilationJobsResponse', ], ], 'ListContexts' => [ 'name' => 'ListContexts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListContextsRequest', ], 'output' => [ 'shape' => 'ListContextsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListDataQualityJobDefinitions' => [ 'name' => 'ListDataQualityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListDataQualityJobDefinitionsResponse', ], ], 'ListDeviceFleets' => [ 'name' => 'ListDeviceFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDeviceFleetsRequest', ], 'output' => [ 'shape' => 'ListDeviceFleetsResponse', ], ], 'ListDevices' => [ 'name' => 'ListDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDevicesRequest', ], 'output' => [ 'shape' => 'ListDevicesResponse', ], ], 'ListDomains' => [ 'name' => 'ListDomains', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDomainsRequest', ], 'output' => [ 'shape' => 'ListDomainsResponse', ], ], 'ListEdgeDeploymentPlans' => [ 'name' => 'ListEdgeDeploymentPlans', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEdgeDeploymentPlansRequest', ], 'output' => [ 'shape' => 'ListEdgeDeploymentPlansResponse', ], ], 'ListEdgePackagingJobs' => [ 'name' => 'ListEdgePackagingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEdgePackagingJobsRequest', ], 'output' => [ 'shape' => 'ListEdgePackagingJobsResponse', ], ], 'ListEndpointConfigs' => [ 'name' => 'ListEndpointConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEndpointConfigsInput', ], 'output' => [ 'shape' => 'ListEndpointConfigsOutput', ], ], 'ListEndpoints' => [ 'name' => 'ListEndpoints', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEndpointsInput', ], 'output' => [ 'shape' => 'ListEndpointsOutput', ], ], 'ListExperiments' => [ 'name' => 'ListExperiments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListExperimentsRequest', ], 'output' => [ 'shape' => 'ListExperimentsResponse', ], ], 'ListFeatureGroups' => [ 'name' => 'ListFeatureGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListFeatureGroupsRequest', ], 'output' => [ 'shape' => 'ListFeatureGroupsResponse', ], ], 'ListFlowDefinitions' => [ 'name' => 'ListFlowDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListFlowDefinitionsRequest', ], 'output' => [ 'shape' => 'ListFlowDefinitionsResponse', ], ], 'ListHubContentVersions' => [ 'name' => 'ListHubContentVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubContentVersionsRequest', ], 'output' => [ 'shape' => 'ListHubContentVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListHubContents' => [ 'name' => 'ListHubContents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubContentsRequest', ], 'output' => [ 'shape' => 'ListHubContentsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListHubs' => [ 'name' => 'ListHubs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHubsRequest', ], 'output' => [ 'shape' => 'ListHubsResponse', ], ], 'ListHumanTaskUis' => [ 'name' => 'ListHumanTaskUis', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHumanTaskUisRequest', ], 'output' => [ 'shape' => 'ListHumanTaskUisResponse', ], ], 'ListHyperParameterTuningJobs' => [ 'name' => 'ListHyperParameterTuningJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListHyperParameterTuningJobsRequest', ], 'output' => [ 'shape' => 'ListHyperParameterTuningJobsResponse', ], ], 'ListImageVersions' => [ 'name' => 'ListImageVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListImageVersionsRequest', ], 'output' => [ 'shape' => 'ListImageVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListImages' => [ 'name' => 'ListImages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListImagesRequest', ], 'output' => [ 'shape' => 'ListImagesResponse', ], ], 'ListInferenceExperiments' => [ 'name' => 'ListInferenceExperiments', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceExperimentsRequest', ], 'output' => [ 'shape' => 'ListInferenceExperimentsResponse', ], ], 'ListInferenceRecommendationsJobSteps' => [ 'name' => 'ListInferenceRecommendationsJobSteps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceRecommendationsJobStepsRequest', ], 'output' => [ 'shape' => 'ListInferenceRecommendationsJobStepsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListInferenceRecommendationsJobs' => [ 'name' => 'ListInferenceRecommendationsJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListInferenceRecommendationsJobsRequest', ], 'output' => [ 'shape' => 'ListInferenceRecommendationsJobsResponse', ], ], 'ListLabelingJobs' => [ 'name' => 'ListLabelingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLabelingJobsRequest', ], 'output' => [ 'shape' => 'ListLabelingJobsResponse', ], ], 'ListLabelingJobsForWorkteam' => [ 'name' => 'ListLabelingJobsForWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLabelingJobsForWorkteamRequest', ], 'output' => [ 'shape' => 'ListLabelingJobsForWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListLineageGroups' => [ 'name' => 'ListLineageGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListLineageGroupsRequest', ], 'output' => [ 'shape' => 'ListLineageGroupsResponse', ], ], 'ListModelBiasJobDefinitions' => [ 'name' => 'ListModelBiasJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelBiasJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelBiasJobDefinitionsResponse', ], ], 'ListModelCardExportJobs' => [ 'name' => 'ListModelCardExportJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardExportJobsRequest', ], 'output' => [ 'shape' => 'ListModelCardExportJobsResponse', ], ], 'ListModelCardVersions' => [ 'name' => 'ListModelCardVersions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardVersionsRequest', ], 'output' => [ 'shape' => 'ListModelCardVersionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListModelCards' => [ 'name' => 'ListModelCards', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelCardsRequest', ], 'output' => [ 'shape' => 'ListModelCardsResponse', ], ], 'ListModelExplainabilityJobDefinitions' => [ 'name' => 'ListModelExplainabilityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelExplainabilityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelExplainabilityJobDefinitionsResponse', ], ], 'ListModelMetadata' => [ 'name' => 'ListModelMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelMetadataRequest', ], 'output' => [ 'shape' => 'ListModelMetadataResponse', ], ], 'ListModelPackageGroups' => [ 'name' => 'ListModelPackageGroups', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelPackageGroupsInput', ], 'output' => [ 'shape' => 'ListModelPackageGroupsOutput', ], ], 'ListModelPackages' => [ 'name' => 'ListModelPackages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelPackagesInput', ], 'output' => [ 'shape' => 'ListModelPackagesOutput', ], ], 'ListModelQualityJobDefinitions' => [ 'name' => 'ListModelQualityJobDefinitions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelQualityJobDefinitionsRequest', ], 'output' => [ 'shape' => 'ListModelQualityJobDefinitionsResponse', ], ], 'ListModels' => [ 'name' => 'ListModels', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListModelsInput', ], 'output' => [ 'shape' => 'ListModelsOutput', ], ], 'ListMonitoringAlertHistory' => [ 'name' => 'ListMonitoringAlertHistory', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringAlertHistoryRequest', ], 'output' => [ 'shape' => 'ListMonitoringAlertHistoryResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListMonitoringAlerts' => [ 'name' => 'ListMonitoringAlerts', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringAlertsRequest', ], 'output' => [ 'shape' => 'ListMonitoringAlertsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListMonitoringExecutions' => [ 'name' => 'ListMonitoringExecutions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringExecutionsRequest', ], 'output' => [ 'shape' => 'ListMonitoringExecutionsResponse', ], ], 'ListMonitoringSchedules' => [ 'name' => 'ListMonitoringSchedules', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListMonitoringSchedulesRequest', ], 'output' => [ 'shape' => 'ListMonitoringSchedulesResponse', ], ], 'ListNotebookInstanceLifecycleConfigs' => [ 'name' => 'ListNotebookInstanceLifecycleConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListNotebookInstanceLifecycleConfigsInput', ], 'output' => [ 'shape' => 'ListNotebookInstanceLifecycleConfigsOutput', ], ], 'ListNotebookInstances' => [ 'name' => 'ListNotebookInstances', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListNotebookInstancesInput', ], 'output' => [ 'shape' => 'ListNotebookInstancesOutput', ], ], 'ListPipelineExecutionSteps' => [ 'name' => 'ListPipelineExecutionSteps', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineExecutionStepsRequest', ], 'output' => [ 'shape' => 'ListPipelineExecutionStepsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelineExecutions' => [ 'name' => 'ListPipelineExecutions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineExecutionsRequest', ], 'output' => [ 'shape' => 'ListPipelineExecutionsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelineParametersForExecution' => [ 'name' => 'ListPipelineParametersForExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelineParametersForExecutionRequest', ], 'output' => [ 'shape' => 'ListPipelineParametersForExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListPipelines' => [ 'name' => 'ListPipelines', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListPipelinesRequest', ], 'output' => [ 'shape' => 'ListPipelinesResponse', ], ], 'ListProcessingJobs' => [ 'name' => 'ListProcessingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListProcessingJobsRequest', ], 'output' => [ 'shape' => 'ListProcessingJobsResponse', ], ], 'ListProjects' => [ 'name' => 'ListProjects', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListProjectsInput', ], 'output' => [ 'shape' => 'ListProjectsOutput', ], ], 'ListResourceCatalogs' => [ 'name' => 'ListResourceCatalogs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListResourceCatalogsRequest', ], 'output' => [ 'shape' => 'ListResourceCatalogsResponse', ], ], 'ListSpaces' => [ 'name' => 'ListSpaces', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSpacesRequest', ], 'output' => [ 'shape' => 'ListSpacesResponse', ], ], 'ListStageDevices' => [ 'name' => 'ListStageDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStageDevicesRequest', ], 'output' => [ 'shape' => 'ListStageDevicesResponse', ], ], 'ListStudioLifecycleConfigs' => [ 'name' => 'ListStudioLifecycleConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListStudioLifecycleConfigsRequest', ], 'output' => [ 'shape' => 'ListStudioLifecycleConfigsResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'ListSubscribedWorkteams' => [ 'name' => 'ListSubscribedWorkteams', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListSubscribedWorkteamsRequest', ], 'output' => [ 'shape' => 'ListSubscribedWorkteamsResponse', ], ], 'ListTags' => [ 'name' => 'ListTags', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsInput', ], 'output' => [ 'shape' => 'ListTagsOutput', ], ], 'ListTrainingJobs' => [ 'name' => 'ListTrainingJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrainingJobsRequest', ], 'output' => [ 'shape' => 'ListTrainingJobsResponse', ], ], 'ListTrainingJobsForHyperParameterTuningJob' => [ 'name' => 'ListTrainingJobsForHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrainingJobsForHyperParameterTuningJobRequest', ], 'output' => [ 'shape' => 'ListTrainingJobsForHyperParameterTuningJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListTransformJobs' => [ 'name' => 'ListTransformJobs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTransformJobsRequest', ], 'output' => [ 'shape' => 'ListTransformJobsResponse', ], ], 'ListTrialComponents' => [ 'name' => 'ListTrialComponents', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrialComponentsRequest', ], 'output' => [ 'shape' => 'ListTrialComponentsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListTrials' => [ 'name' => 'ListTrials', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTrialsRequest', ], 'output' => [ 'shape' => 'ListTrialsResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'ListUserProfiles' => [ 'name' => 'ListUserProfiles', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListUserProfilesRequest', ], 'output' => [ 'shape' => 'ListUserProfilesResponse', ], ], 'ListWorkforces' => [ 'name' => 'ListWorkforces', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkforcesRequest', ], 'output' => [ 'shape' => 'ListWorkforcesResponse', ], ], 'ListWorkteams' => [ 'name' => 'ListWorkteams', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListWorkteamsRequest', ], 'output' => [ 'shape' => 'ListWorkteamsResponse', ], ], 'PutModelPackageGroupPolicy' => [ 'name' => 'PutModelPackageGroupPolicy', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutModelPackageGroupPolicyInput', ], 'output' => [ 'shape' => 'PutModelPackageGroupPolicyOutput', ], ], 'QueryLineage' => [ 'name' => 'QueryLineage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'QueryLineageRequest', ], 'output' => [ 'shape' => 'QueryLineageResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'RegisterDevices' => [ 'name' => 'RegisterDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RegisterDevicesRequest', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'RenderUiTemplate' => [ 'name' => 'RenderUiTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RenderUiTemplateRequest', ], 'output' => [ 'shape' => 'RenderUiTemplateResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'RetryPipelineExecution' => [ 'name' => 'RetryPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'RetryPipelineExecutionRequest', ], 'output' => [ 'shape' => 'RetryPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'Search' => [ 'name' => 'Search', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SearchRequest', ], 'output' => [ 'shape' => 'SearchResponse', ], ], 'SendPipelineExecutionStepFailure' => [ 'name' => 'SendPipelineExecutionStepFailure', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SendPipelineExecutionStepFailureRequest', ], 'output' => [ 'shape' => 'SendPipelineExecutionStepFailureResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'SendPipelineExecutionStepSuccess' => [ 'name' => 'SendPipelineExecutionStepSuccess', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'SendPipelineExecutionStepSuccessRequest', ], 'output' => [ 'shape' => 'SendPipelineExecutionStepSuccessResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StartEdgeDeploymentStage' => [ 'name' => 'StartEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartEdgeDeploymentStageRequest', ], ], 'StartInferenceExperiment' => [ 'name' => 'StartInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartInferenceExperimentRequest', ], 'output' => [ 'shape' => 'StartInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'StartMonitoringSchedule' => [ 'name' => 'StartMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StartNotebookInstance' => [ 'name' => 'StartNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartNotebookInstanceInput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StartPipelineExecution' => [ 'name' => 'StartPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartPipelineExecutionRequest', ], 'output' => [ 'shape' => 'StartPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'StopAutoMLJob' => [ 'name' => 'StopAutoMLJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopAutoMLJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopCompilationJob' => [ 'name' => 'StopCompilationJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopCompilationJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopEdgeDeploymentStage' => [ 'name' => 'StopEdgeDeploymentStage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopEdgeDeploymentStageRequest', ], ], 'StopEdgePackagingJob' => [ 'name' => 'StopEdgePackagingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopEdgePackagingJobRequest', ], ], 'StopHyperParameterTuningJob' => [ 'name' => 'StopHyperParameterTuningJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopHyperParameterTuningJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopInferenceExperiment' => [ 'name' => 'StopInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopInferenceExperimentRequest', ], 'output' => [ 'shape' => 'StopInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'StopInferenceRecommendationsJob' => [ 'name' => 'StopInferenceRecommendationsJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopInferenceRecommendationsJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopLabelingJob' => [ 'name' => 'StopLabelingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopLabelingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopMonitoringSchedule' => [ 'name' => 'StopMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopMonitoringScheduleRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopNotebookInstance' => [ 'name' => 'StopNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopNotebookInstanceInput', ], ], 'StopPipelineExecution' => [ 'name' => 'StopPipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopPipelineExecutionRequest', ], 'output' => [ 'shape' => 'StopPipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopProcessingJob' => [ 'name' => 'StopProcessingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopProcessingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopTrainingJob' => [ 'name' => 'StopTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTrainingJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'StopTransformJob' => [ 'name' => 'StopTransformJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopTransformJobRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateAction' => [ 'name' => 'UpdateAction', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateActionRequest', ], 'output' => [ 'shape' => 'UpdateActionResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateAppImageConfig' => [ 'name' => 'UpdateAppImageConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateAppImageConfigRequest', ], 'output' => [ 'shape' => 'UpdateAppImageConfigResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateArtifact' => [ 'name' => 'UpdateArtifact', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateArtifactRequest', ], 'output' => [ 'shape' => 'UpdateArtifactResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateCodeRepository' => [ 'name' => 'UpdateCodeRepository', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateCodeRepositoryInput', ], 'output' => [ 'shape' => 'UpdateCodeRepositoryOutput', ], ], 'UpdateContext' => [ 'name' => 'UpdateContext', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateContextRequest', ], 'output' => [ 'shape' => 'UpdateContextResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateDeviceFleet' => [ 'name' => 'UpdateDeviceFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDeviceFleetRequest', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], ], ], 'UpdateDevices' => [ 'name' => 'UpdateDevices', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDevicesRequest', ], ], 'UpdateDomain' => [ 'name' => 'UpdateDomain', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDomainRequest', ], 'output' => [ 'shape' => 'UpdateDomainResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateEndpoint' => [ 'name' => 'UpdateEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEndpointInput', ], 'output' => [ 'shape' => 'UpdateEndpointOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateEndpointWeightsAndCapacities' => [ 'name' => 'UpdateEndpointWeightsAndCapacities', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEndpointWeightsAndCapacitiesInput', ], 'output' => [ 'shape' => 'UpdateEndpointWeightsAndCapacitiesOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateExperiment' => [ 'name' => 'UpdateExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateExperimentRequest', ], 'output' => [ 'shape' => 'UpdateExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateFeatureGroup' => [ 'name' => 'UpdateFeatureGroup', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFeatureGroupRequest', ], 'output' => [ 'shape' => 'UpdateFeatureGroupResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateFeatureMetadata' => [ 'name' => 'UpdateFeatureMetadata', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFeatureMetadataRequest', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateHub' => [ 'name' => 'UpdateHub', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateHubRequest', ], 'output' => [ 'shape' => 'UpdateHubResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateImage' => [ 'name' => 'UpdateImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImageRequest', ], 'output' => [ 'shape' => 'UpdateImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateImageVersion' => [ 'name' => 'UpdateImageVersion', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImageVersionRequest', ], 'output' => [ 'shape' => 'UpdateImageVersionResponse', ], 'errors' => [ [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateInferenceExperiment' => [ 'name' => 'UpdateInferenceExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateInferenceExperimentRequest', ], 'output' => [ 'shape' => 'UpdateInferenceExperimentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateModelCard' => [ 'name' => 'UpdateModelCard', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateModelCardRequest', ], 'output' => [ 'shape' => 'UpdateModelCardResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ConflictException', ], ], ], 'UpdateModelPackage' => [ 'name' => 'UpdateModelPackage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateModelPackageInput', ], 'output' => [ 'shape' => 'UpdateModelPackageOutput', ], ], 'UpdateMonitoringAlert' => [ 'name' => 'UpdateMonitoringAlert', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMonitoringAlertRequest', ], 'output' => [ 'shape' => 'UpdateMonitoringAlertResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateMonitoringSchedule' => [ 'name' => 'UpdateMonitoringSchedule', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateMonitoringScheduleRequest', ], 'output' => [ 'shape' => 'UpdateMonitoringScheduleResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateNotebookInstance' => [ 'name' => 'UpdateNotebookInstance', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateNotebookInstanceInput', ], 'output' => [ 'shape' => 'UpdateNotebookInstanceOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdateNotebookInstanceLifecycleConfig' => [ 'name' => 'UpdateNotebookInstanceLifecycleConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateNotebookInstanceLifecycleConfigInput', ], 'output' => [ 'shape' => 'UpdateNotebookInstanceLifecycleConfigOutput', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], 'UpdatePipeline' => [ 'name' => 'UpdatePipeline', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePipelineRequest', ], 'output' => [ 'shape' => 'UpdatePipelineResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdatePipelineExecution' => [ 'name' => 'UpdatePipelineExecution', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdatePipelineExecutionRequest', ], 'output' => [ 'shape' => 'UpdatePipelineExecutionResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateProject' => [ 'name' => 'UpdateProject', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateProjectInput', ], 'output' => [ 'shape' => 'UpdateProjectOutput', ], ], 'UpdateSpace' => [ 'name' => 'UpdateSpace', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateSpaceRequest', ], 'output' => [ 'shape' => 'UpdateSpaceResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrainingJob' => [ 'name' => 'UpdateTrainingJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrainingJobRequest', ], 'output' => [ 'shape' => 'UpdateTrainingJobResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrial' => [ 'name' => 'UpdateTrial', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrialRequest', ], 'output' => [ 'shape' => 'UpdateTrialResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateTrialComponent' => [ 'name' => 'UpdateTrialComponent', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTrialComponentRequest', ], 'output' => [ 'shape' => 'UpdateTrialComponentResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateUserProfile' => [ 'name' => 'UpdateUserProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUserProfileRequest', ], 'output' => [ 'shape' => 'UpdateUserProfileResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], [ 'shape' => 'ResourceInUse', ], [ 'shape' => 'ResourceNotFound', ], ], ], 'UpdateWorkforce' => [ 'name' => 'UpdateWorkforce', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkforceRequest', ], 'output' => [ 'shape' => 'UpdateWorkforceResponse', ], 'errors' => [ [ 'shape' => 'ConflictException', ], ], ], 'UpdateWorkteam' => [ 'name' => 'UpdateWorkteam', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateWorkteamRequest', ], 'output' => [ 'shape' => 'UpdateWorkteamResponse', ], 'errors' => [ [ 'shape' => 'ResourceLimitExceeded', ], ], ], ], 'shapes' => [ 'Accept' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'AccountId' => [ 'type' => 'string', 'pattern' => '^\\d+$', ], 'ActionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:action/.*', ], 'ActionSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceType' => [ 'shape' => 'String256', ], 'SourceId' => [ 'shape' => 'String256', ], ], ], 'ActionStatus' => [ 'type' => 'string', 'enum' => [ 'Unknown', 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'ActionSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ActionSummary', ], ], 'ActionSummary' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String64', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'AddAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'SourceArn', 'DestinationArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], ], ], 'AddAssociationResponse' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'AddTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'Tags', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'AddTagsOutput' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], ], ], 'AdditionalCodeRepositoryNamesOrUrls' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'max' => 3, ], 'AdditionalInferenceSpecificationDefinition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Containers', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'Containers' => [ 'shape' => 'ModelPackageContainerDefinitionList', ], 'SupportedTransformInstanceTypes' => [ 'shape' => 'TransformInstanceTypes', ], 'SupportedRealtimeInferenceInstanceTypes' => [ 'shape' => 'RealtimeInferenceInstanceTypes', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedResponseMIMETypes' => [ 'shape' => 'ResponseMIMETypes', ], ], ], 'AdditionalInferenceSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'AdditionalInferenceSpecificationDefinition', ], 'max' => 15, 'min' => 1, ], 'AgentVersion' => [ 'type' => 'structure', 'required' => [ 'Version', 'AgentCount', ], 'members' => [ 'Version' => [ 'shape' => 'EdgeVersion', ], 'AgentCount' => [ 'shape' => 'Long', ], ], ], 'AgentVersions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AgentVersion', ], ], 'AggregationTransformationValue' => [ 'type' => 'string', 'enum' => [ 'sum', 'avg', 'first', 'min', 'max', ], ], 'AggregationTransformations' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformationAttributeName', ], 'value' => [ 'shape' => 'AggregationTransformationValue', ], 'max' => 50, 'min' => 1, ], 'Alarm' => [ 'type' => 'structure', 'members' => [ 'AlarmName' => [ 'shape' => 'AlarmName', ], ], ], 'AlarmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Alarm', ], 'max' => 10, 'min' => 1, ], 'AlarmName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^(?!\\s*$).+', ], 'AlgorithmArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:algorithm/.*', ], 'AlgorithmImage' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'AlgorithmSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'AlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'AlgorithmImage', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], 'EnableSageMakerMetricsTimeSeries' => [ 'shape' => 'Boolean', ], 'ContainerEntrypoint' => [ 'shape' => 'TrainingContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'TrainingContainerArguments', ], 'TrainingImageConfig' => [ 'shape' => 'TrainingImageConfig', ], ], ], 'AlgorithmStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', ], ], 'AlgorithmStatusDetails' => [ 'type' => 'structure', 'members' => [ 'ValidationStatuses' => [ 'shape' => 'AlgorithmStatusItemList', ], 'ImageScanStatuses' => [ 'shape' => 'AlgorithmStatusItemList', ], ], ], 'AlgorithmStatusItem' => [ 'type' => 'structure', 'required' => [ 'Name', 'Status', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Status' => [ 'shape' => 'DetailedAlgorithmStatus', ], 'FailureReason' => [ 'shape' => 'String', ], ], ], 'AlgorithmStatusItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmStatusItem', ], ], 'AlgorithmSummary' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'AlgorithmArn', 'CreationTime', 'AlgorithmStatus', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'AlgorithmStatus' => [ 'shape' => 'AlgorithmStatus', ], ], ], 'AlgorithmSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmSummary', ], ], 'AlgorithmValidationProfile' => [ 'type' => 'structure', 'required' => [ 'ProfileName', 'TrainingJobDefinition', ], 'members' => [ 'ProfileName' => [ 'shape' => 'EntityName', ], 'TrainingJobDefinition' => [ 'shape' => 'TrainingJobDefinition', ], 'TransformJobDefinition' => [ 'shape' => 'TransformJobDefinition', ], ], ], 'AlgorithmValidationProfiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'AlgorithmValidationProfile', ], 'max' => 1, 'min' => 1, ], 'AlgorithmValidationSpecification' => [ 'type' => 'structure', 'required' => [ 'ValidationRole', 'ValidationProfiles', ], 'members' => [ 'ValidationRole' => [ 'shape' => 'RoleArn', ], 'ValidationProfiles' => [ 'shape' => 'AlgorithmValidationProfiles', ], ], ], 'AnnotationConsolidationConfig' => [ 'type' => 'structure', 'required' => [ 'AnnotationConsolidationLambdaArn', ], 'members' => [ 'AnnotationConsolidationLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], ], ], 'AppArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app/.*', ], 'AppDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'Status' => [ 'shape' => 'AppStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'AppImageConfigArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:app-image-config/.*', ], 'AppImageConfigDetails' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'AppImageConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppImageConfigDetails', ], ], 'AppImageConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'AppImageConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', 'Name', ], ], 'AppInstanceType' => [ 'type' => 'string', 'enum' => [ 'system', 'ml.t3.micro', 'ml.t3.small', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.8xlarge', 'ml.m5.12xlarge', 'ml.m5.16xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.8xlarge', 'ml.m5d.12xlarge', 'ml.m5d.16xlarge', 'ml.m5d.24xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.12xlarge', 'ml.c5.18xlarge', 'ml.c5.24xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.geospatial.interactive', 'ml.p4d.24xlarge', 'ml.p4de.24xlarge', ], ], 'AppList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppDetails', ], ], 'AppManaged' => [ 'type' => 'boolean', ], 'AppName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'AppNetworkAccessType' => [ 'type' => 'string', 'enum' => [ 'PublicInternetOnly', 'VpcOnly', ], ], 'AppSecurityGroupManagement' => [ 'type' => 'string', 'enum' => [ 'Service', 'Customer', ], ], 'AppSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'AppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'ContainerArguments', ], ], ], 'AppStatus' => [ 'type' => 'string', 'enum' => [ 'Deleted', 'Deleting', 'Failed', 'InService', 'Pending', ], ], 'AppType' => [ 'type' => 'string', 'enum' => [ 'JupyterServer', 'KernelGateway', 'TensorBoard', 'RStudioServerPro', 'RSessionGateway', ], ], 'ApprovalDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'ArnOrName' => [ 'type' => 'string', 'max' => 170, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:artifact/.*', ], 'ArtifactDigest' => [ 'type' => 'string', 'pattern' => '^[\\w:]+$', ], 'ArtifactSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceTypes' => [ 'shape' => 'ArtifactSourceTypes', ], ], ], 'ArtifactSourceIdType' => [ 'type' => 'string', 'enum' => [ 'MD5Hash', 'S3ETag', 'S3Version', 'Custom', ], ], 'ArtifactSourceType' => [ 'type' => 'structure', 'required' => [ 'SourceIdType', 'Value', ], 'members' => [ 'SourceIdType' => [ 'shape' => 'ArtifactSourceIdType', ], 'Value' => [ 'shape' => 'String256', ], ], ], 'ArtifactSourceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArtifactSourceType', ], ], 'ArtifactSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArtifactSummary', ], ], 'ArtifactSummary' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'AssemblyType' => [ 'type' => 'string', 'enum' => [ 'None', 'Line', ], ], 'AssociateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', 'TrialName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'AssociateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'AssociationEdgeType' => [ 'type' => 'string', 'enum' => [ 'ContributedTo', 'AssociatedWith', 'DerivedFrom', 'Produced', ], ], 'AssociationEntityArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:(experiment|experiment-trial-component|artifact|action|context)/.*', ], 'AssociationSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociationSummary', ], ], 'AssociationSummary' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'SourceType' => [ 'shape' => 'String256', ], 'DestinationType' => [ 'shape' => 'String256', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], 'SourceName' => [ 'shape' => 'ExperimentEntityName', ], 'DestinationName' => [ 'shape' => 'ExperimentEntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], ], ], 'AsyncInferenceClientConfig' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrentInvocationsPerInstance' => [ 'shape' => 'MaxConcurrentInvocationsPerInstance', ], ], ], 'AsyncInferenceConfig' => [ 'type' => 'structure', 'required' => [ 'OutputConfig', ], 'members' => [ 'ClientConfig' => [ 'shape' => 'AsyncInferenceClientConfig', ], 'OutputConfig' => [ 'shape' => 'AsyncInferenceOutputConfig', ], ], ], 'AsyncInferenceNotificationConfig' => [ 'type' => 'structure', 'members' => [ 'SuccessTopic' => [ 'shape' => 'SnsTopicArn', ], 'ErrorTopic' => [ 'shape' => 'SnsTopicArn', ], 'IncludeInferenceResponseIn' => [ 'shape' => 'AsyncNotificationTopicTypeList', ], ], ], 'AsyncInferenceOutputConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'DestinationS3Uri', ], 'NotificationConfig' => [ 'shape' => 'AsyncInferenceNotificationConfig', ], 'S3FailurePath' => [ 'shape' => 'DestinationS3Uri', ], ], ], 'AsyncNotificationTopicTypeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AsyncNotificationTopicTypes', ], 'max' => 2, 'min' => 0, ], 'AsyncNotificationTopicTypes' => [ 'type' => 'string', 'enum' => [ 'SUCCESS_NOTIFICATION_TOPIC', 'ERROR_NOTIFICATION_TOPIC', ], ], 'AthenaCatalog' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'AthenaDatabase' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'AthenaDatasetDefinition' => [ 'type' => 'structure', 'required' => [ 'Catalog', 'Database', 'QueryString', 'OutputS3Uri', 'OutputFormat', ], 'members' => [ 'Catalog' => [ 'shape' => 'AthenaCatalog', ], 'Database' => [ 'shape' => 'AthenaDatabase', ], 'QueryString' => [ 'shape' => 'AthenaQueryString', ], 'WorkGroup' => [ 'shape' => 'AthenaWorkGroup', ], 'OutputS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'OutputFormat' => [ 'shape' => 'AthenaResultFormat', ], 'OutputCompression' => [ 'shape' => 'AthenaResultCompressionType', ], ], ], 'AthenaQueryString' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'AthenaResultCompressionType' => [ 'type' => 'string', 'enum' => [ 'GZIP', 'SNAPPY', 'ZLIB', ], ], 'AthenaResultFormat' => [ 'type' => 'string', 'enum' => [ 'PARQUET', 'ORC', 'AVRO', 'JSON', 'TEXTFILE', ], ], 'AthenaWorkGroup' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9._-]+', ], 'AttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.+', ], 'AttributeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'AttributeName', ], 'max' => 16, ], 'AuthMode' => [ 'type' => 'string', 'enum' => [ 'SSO', 'IAM', ], ], 'AutoGenerateEndpointName' => [ 'type' => 'boolean', ], 'AutoMLAlgorithm' => [ 'type' => 'string', 'enum' => [ 'xgboost', 'linear-learner', 'mlp', 'lightgbm', 'catboost', 'randomforest', 'extra-trees', 'nn-torch', 'fastai', ], ], 'AutoMLAlgorithmConfig' => [ 'type' => 'structure', 'required' => [ 'AutoMLAlgorithms', ], 'members' => [ 'AutoMLAlgorithms' => [ 'shape' => 'AutoMLAlgorithms', ], ], ], 'AutoMLAlgorithms' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLAlgorithm', ], 'max' => 11, ], 'AutoMLAlgorithmsConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLAlgorithmConfig', ], 'max' => 1, ], 'AutoMLCandidate' => [ 'type' => 'structure', 'required' => [ 'CandidateName', 'ObjectiveStatus', 'CandidateSteps', 'CandidateStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CandidateName' => [ 'shape' => 'CandidateName', ], 'FinalAutoMLJobObjectiveMetric' => [ 'shape' => 'FinalAutoMLJobObjectiveMetric', ], 'ObjectiveStatus' => [ 'shape' => 'ObjectiveStatus', ], 'CandidateSteps' => [ 'shape' => 'CandidateSteps', ], 'CandidateStatus' => [ 'shape' => 'CandidateStatus', ], 'InferenceContainers' => [ 'shape' => 'AutoMLContainerDefinitions', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'CandidateProperties' => [ 'shape' => 'CandidateProperties', ], 'InferenceContainerDefinitions' => [ 'shape' => 'AutoMLInferenceContainerDefinitions', ], ], ], 'AutoMLCandidateGenerationConfig' => [ 'type' => 'structure', 'members' => [ 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'AlgorithmsConfig' => [ 'shape' => 'AutoMLAlgorithmsConfig', ], ], ], 'AutoMLCandidateStep' => [ 'type' => 'structure', 'required' => [ 'CandidateStepType', 'CandidateStepArn', 'CandidateStepName', ], 'members' => [ 'CandidateStepType' => [ 'shape' => 'CandidateStepType', ], 'CandidateStepArn' => [ 'shape' => 'CandidateStepArn', ], 'CandidateStepName' => [ 'shape' => 'CandidateStepName', ], ], ], 'AutoMLCandidates' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLCandidate', ], ], 'AutoMLChannel' => [ 'type' => 'structure', 'required' => [ 'DataSource', 'TargetAttributeName', ], 'members' => [ 'DataSource' => [ 'shape' => 'AutoMLDataSource', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'ChannelType' => [ 'shape' => 'AutoMLChannelType', ], 'SampleWeightAttributeName' => [ 'shape' => 'SampleWeightAttributeName', ], ], ], 'AutoMLChannelType' => [ 'type' => 'string', 'enum' => [ 'training', 'validation', ], ], 'AutoMLContainerDefinition' => [ 'type' => 'structure', 'required' => [ 'Image', 'ModelDataUrl', ], 'members' => [ 'Image' => [ 'shape' => 'ContainerImage', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], ], ], 'AutoMLContainerDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLContainerDefinition', ], 'max' => 5, ], 'AutoMLDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'AutoMLS3DataSource', ], ], ], 'AutoMLDataSplitConfig' => [ 'type' => 'structure', 'members' => [ 'ValidationFraction' => [ 'shape' => 'ValidationFraction', ], ], ], 'AutoMLFailureReason' => [ 'type' => 'string', 'max' => 1024, ], 'AutoMLInferenceContainerDefinitions' => [ 'type' => 'map', 'key' => [ 'shape' => 'AutoMLProcessingUnit', ], 'value' => [ 'shape' => 'AutoMLContainerDefinitions', ], 'max' => 2, ], 'AutoMLInputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLChannel', ], 'max' => 2, 'min' => 1, ], 'AutoMLJobArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:automl-job/.*', ], 'AutoMLJobArtifacts' => [ 'type' => 'structure', 'members' => [ 'CandidateDefinitionNotebookLocation' => [ 'shape' => 'CandidateDefinitionNotebookLocation', ], 'DataExplorationNotebookLocation' => [ 'shape' => 'DataExplorationNotebookLocation', ], ], ], 'AutoMLJobChannel' => [ 'type' => 'structure', 'members' => [ 'ChannelType' => [ 'shape' => 'AutoMLChannelType', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'DataSource' => [ 'shape' => 'AutoMLDataSource', ], ], ], 'AutoMLJobCompletionCriteria' => [ 'type' => 'structure', 'members' => [ 'MaxCandidates' => [ 'shape' => 'MaxCandidates', ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'shape' => 'MaxRuntimePerTrainingJobInSeconds', ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'shape' => 'MaxAutoMLJobRuntimeInSeconds', ], ], ], 'AutoMLJobConfig' => [ 'type' => 'structure', 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], 'CandidateGenerationConfig' => [ 'shape' => 'AutoMLCandidateGenerationConfig', ], 'Mode' => [ 'shape' => 'AutoMLMode', ], ], ], 'AutoMLJobInputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLJobChannel', ], 'max' => 2, 'min' => 1, ], 'AutoMLJobName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'AutoMLJobObjective' => [ 'type' => 'structure', 'required' => [ 'MetricName', ], 'members' => [ 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], ], ], 'AutoMLJobObjectiveType' => [ 'type' => 'string', 'enum' => [ 'Maximize', 'Minimize', ], ], 'AutoMLJobSecondaryStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'AnalyzingData', 'FeatureEngineering', 'ModelTuning', 'MaxCandidatesReached', 'Failed', 'Stopped', 'MaxAutoMLJobRuntimeReached', 'Stopping', 'CandidateDefinitionsGenerated', 'GeneratingExplainabilityReport', 'Completed', 'ExplainabilityError', 'DeployingModel', 'ModelDeploymentError', 'GeneratingModelInsightsReport', 'ModelInsightsError', 'TrainingModels', 'PreTraining', ], ], 'AutoMLJobStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'AutoMLJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'AutoMLJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLJobSummary', ], ], 'AutoMLJobSummary' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], ], ], 'AutoMLMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'AutoMLMetricEnum' => [ 'type' => 'string', 'enum' => [ 'Accuracy', 'MSE', 'F1', 'F1macro', 'AUC', 'RMSE', 'MAE', 'R2', 'BalancedAccuracy', 'Precision', 'PrecisionMacro', 'Recall', 'RecallMacro', 'MAPE', 'MASE', 'WAPE', 'AverageWeightedQuantileLoss', ], ], 'AutoMLMetricExtendedEnum' => [ 'type' => 'string', 'enum' => [ 'Accuracy', 'MSE', 'F1', 'F1macro', 'AUC', 'RMSE', 'MAE', 'R2', 'BalancedAccuracy', 'Precision', 'PrecisionMacro', 'Recall', 'RecallMacro', 'LogLoss', 'InferenceLatency', 'MAPE', 'MASE', 'WAPE', 'AverageWeightedQuantileLoss', ], ], 'AutoMLMode' => [ 'type' => 'string', 'enum' => [ 'AUTO', 'ENSEMBLING', 'HYPERPARAMETER_TUNING', ], ], 'AutoMLNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+', ], 'AutoMLOutputDataConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'AutoMLPartialFailureReason' => [ 'type' => 'structure', 'members' => [ 'PartialFailureMessage' => [ 'shape' => 'AutoMLFailureReason', ], ], ], 'AutoMLPartialFailureReasons' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLPartialFailureReason', ], 'max' => 5, 'min' => 1, ], 'AutoMLProblemTypeConfig' => [ 'type' => 'structure', 'members' => [ 'ImageClassificationJobConfig' => [ 'shape' => 'ImageClassificationJobConfig', ], 'TextClassificationJobConfig' => [ 'shape' => 'TextClassificationJobConfig', ], 'TabularJobConfig' => [ 'shape' => 'TabularJobConfig', ], 'TimeSeriesForecastingJobConfig' => [ 'shape' => 'TimeSeriesForecastingJobConfig', ], ], 'union' => true, ], 'AutoMLProblemTypeConfigName' => [ 'type' => 'string', 'enum' => [ 'ImageClassification', 'TextClassification', 'Tabular', 'TimeSeriesForecasting', ], ], 'AutoMLProblemTypeResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'TabularResolvedAttributes' => [ 'shape' => 'TabularResolvedAttributes', ], ], 'union' => true, ], 'AutoMLProcessingUnit' => [ 'type' => 'string', 'enum' => [ 'CPU', 'GPU', ], ], 'AutoMLResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'AutoMLProblemTypeResolvedAttributes' => [ 'shape' => 'AutoMLProblemTypeResolvedAttributes', ], ], ], 'AutoMLS3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'AutoMLS3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'AutoMLS3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', 'AugmentedManifestFile', ], ], 'AutoMLSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'AutoMLSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'AutoMLSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'AutoParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'ValueHint', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'ValueHint' => [ 'shape' => 'ParameterValue', ], ], ], 'AutoParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoParameter', ], 'max' => 100, 'min' => 0, ], 'AutoRollbackConfig' => [ 'type' => 'structure', 'members' => [ 'Alarms' => [ 'shape' => 'AlarmList', ], ], ], 'Autotune' => [ 'type' => 'structure', 'required' => [ 'Mode', ], 'members' => [ 'Mode' => [ 'shape' => 'AutotuneMode', ], ], ], 'AutotuneMode' => [ 'type' => 'string', 'enum' => [ 'Enabled', ], ], 'AwsManagedHumanLoopRequestSource' => [ 'type' => 'string', 'enum' => [ 'AWS/Rekognition/DetectModerationLabels/Image/V3', 'AWS/Textract/AnalyzeDocument/Forms/V1', ], ], 'BacktestResultsLocation' => [ 'type' => 'string', 'min' => 1, ], 'BatchDataCaptureConfig' => [ 'type' => 'structure', 'required' => [ 'DestinationS3Uri', ], 'members' => [ 'DestinationS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'GenerateInferenceId' => [ 'shape' => 'Boolean', ], ], ], 'BatchDescribeModelPackageError' => [ 'type' => 'structure', 'required' => [ 'ErrorCode', 'ErrorResponse', ], 'members' => [ 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorResponse' => [ 'shape' => 'String', ], ], ], 'BatchDescribeModelPackageErrorMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelPackageArn', ], 'value' => [ 'shape' => 'BatchDescribeModelPackageError', ], ], 'BatchDescribeModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArnList', ], 'members' => [ 'ModelPackageArnList' => [ 'shape' => 'ModelPackageArnList', ], ], ], 'BatchDescribeModelPackageOutput' => [ 'type' => 'structure', 'members' => [ 'ModelPackageSummaries' => [ 'shape' => 'ModelPackageSummaries', ], 'BatchDescribeModelPackageErrorMap' => [ 'shape' => 'BatchDescribeModelPackageErrorMap', ], ], ], 'BatchDescribeModelPackageSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageArn', 'CreationTime', 'InferenceSpecification', 'ModelPackageStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], ], ], 'BatchStrategy' => [ 'type' => 'string', 'enum' => [ 'MultiRecord', 'SingleRecord', ], ], 'BatchTransformInput' => [ 'type' => 'structure', 'required' => [ 'DataCapturedDestinationS3Uri', 'DatasetFormat', 'LocalPath', ], 'members' => [ 'DataCapturedDestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'DatasetFormat' => [ 'shape' => 'MonitoringDatasetFormat', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'FeaturesAttribute' => [ 'shape' => 'String', ], 'InferenceAttribute' => [ 'shape' => 'String', ], 'ProbabilityAttribute' => [ 'shape' => 'String', ], 'ProbabilityThresholdAttribute' => [ 'shape' => 'ProbabilityThresholdAttribute', ], 'StartTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], 'EndTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], ], ], 'BestObjectiveNotImproving' => [ 'type' => 'structure', 'members' => [ 'MaxNumberOfTrainingJobsNotImproving' => [ 'shape' => 'MaxNumberOfTrainingJobsNotImproving', ], ], ], 'Bias' => [ 'type' => 'structure', 'members' => [ 'Report' => [ 'shape' => 'MetricsSource', ], 'PreTrainingReport' => [ 'shape' => 'MetricsSource', ], 'PostTrainingReport' => [ 'shape' => 'MetricsSource', ], ], ], 'BillableTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'BlockedReason' => [ 'type' => 'string', 'max' => 1024, ], 'BlueGreenUpdatePolicy' => [ 'type' => 'structure', 'required' => [ 'TrafficRoutingConfiguration', ], 'members' => [ 'TrafficRoutingConfiguration' => [ 'shape' => 'TrafficRoutingConfig', ], 'TerminationWaitInSeconds' => [ 'shape' => 'TerminationWaitInSeconds', ], 'MaximumExecutionTimeoutInSeconds' => [ 'shape' => 'MaximumExecutionTimeoutInSeconds', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanOperator' => [ 'type' => 'string', 'enum' => [ 'And', 'Or', ], ], 'Branch' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[^ ~^:?*\\[]+', ], 'BucketName' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]', ], 'CacheHitResult' => [ 'type' => 'structure', 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'CallbackStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'SqsQueueUrl' => [ 'shape' => 'String256', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], ], ], 'CallbackToken' => [ 'type' => 'string', 'max' => 10, 'min' => 10, 'pattern' => '^[a-zA-Z0-9]+$', ], 'CandidateArtifactLocations' => [ 'type' => 'structure', 'required' => [ 'Explainability', ], 'members' => [ 'Explainability' => [ 'shape' => 'ExplainabilityLocation', ], 'ModelInsights' => [ 'shape' => 'ModelInsightsLocation', ], 'BacktestResults' => [ 'shape' => 'BacktestResultsLocation', ], ], ], 'CandidateDefinitionNotebookLocation' => [ 'type' => 'string', 'min' => 1, ], 'CandidateGenerationConfig' => [ 'type' => 'structure', 'members' => [ 'AlgorithmsConfig' => [ 'shape' => 'AutoMLAlgorithmsConfig', ], ], ], 'CandidateName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'CandidateProperties' => [ 'type' => 'structure', 'members' => [ 'CandidateArtifactLocations' => [ 'shape' => 'CandidateArtifactLocations', ], 'CandidateMetrics' => [ 'shape' => 'MetricDataList', ], ], ], 'CandidateSortBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'Status', 'FinalObjectiveMetricValue', ], ], 'CandidateStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'CandidateStepArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*/.*', ], 'CandidateStepName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'CandidateStepType' => [ 'type' => 'string', 'enum' => [ 'AWS::SageMaker::TrainingJob', 'AWS::SageMaker::TransformJob', 'AWS::SageMaker::ProcessingJob', ], ], 'CandidateSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoMLCandidateStep', ], ], 'CanvasAppSettings' => [ 'type' => 'structure', 'members' => [ 'TimeSeriesForecastingSettings' => [ 'shape' => 'TimeSeriesForecastingSettings', ], 'ModelRegisterSettings' => [ 'shape' => 'ModelRegisterSettings', ], 'WorkspaceSettings' => [ 'shape' => 'WorkspaceSettings', ], ], ], 'CapacitySize' => [ 'type' => 'structure', 'required' => [ 'Type', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'CapacitySizeType', ], 'Value' => [ 'shape' => 'CapacitySizeValue', ], ], ], 'CapacitySizeType' => [ 'type' => 'string', 'enum' => [ 'INSTANCE_COUNT', 'CAPACITY_PERCENT', ], ], 'CapacitySizeValue' => [ 'type' => 'integer', 'min' => 1, ], 'CaptureContentTypeHeader' => [ 'type' => 'structure', 'members' => [ 'CsvContentTypes' => [ 'shape' => 'CsvContentTypes', ], 'JsonContentTypes' => [ 'shape' => 'JsonContentTypes', ], ], ], 'CaptureMode' => [ 'type' => 'string', 'enum' => [ 'Input', 'Output', ], ], 'CaptureOption' => [ 'type' => 'structure', 'required' => [ 'CaptureMode', ], 'members' => [ 'CaptureMode' => [ 'shape' => 'CaptureMode', ], ], ], 'CaptureOptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CaptureOption', ], 'max' => 2, 'min' => 1, ], 'CaptureStatus' => [ 'type' => 'string', 'enum' => [ 'Started', 'Stopped', ], ], 'Catalog' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'CategoricalParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String64', ], 'Value' => [ 'shape' => 'CategoricalParameterRangeValues', ], ], ], 'CategoricalParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'Values', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'Values' => [ 'shape' => 'ParameterValues', ], ], ], 'CategoricalParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'Values', ], 'members' => [ 'Values' => [ 'shape' => 'ParameterValues', ], ], ], 'CategoricalParameterRangeValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'String128', ], 'max' => 3, 'min' => 1, ], 'CategoricalParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'CategoricalParameterRange', ], 'max' => 30, 'min' => 0, ], 'CategoricalParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'CategoricalParameter', ], 'max' => 5, 'min' => 1, ], 'Cents' => [ 'type' => 'integer', 'max' => 99, 'min' => 0, ], 'CertifyForMarketplace' => [ 'type' => 'boolean', ], 'Channel' => [ 'type' => 'structure', 'required' => [ 'ChannelName', 'DataSource', ], 'members' => [ 'ChannelName' => [ 'shape' => 'ChannelName', ], 'DataSource' => [ 'shape' => 'DataSource', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'RecordWrapperType' => [ 'shape' => 'RecordWrapper', ], 'InputMode' => [ 'shape' => 'TrainingInputMode', ], 'ShuffleConfig' => [ 'shape' => 'ShuffleConfig', ], ], ], 'ChannelName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '[A-Za-z0-9\\.\\-_]+', ], 'ChannelSpecification' => [ 'type' => 'structure', 'required' => [ 'Name', 'SupportedContentTypes', 'SupportedInputModes', ], 'members' => [ 'Name' => [ 'shape' => 'ChannelName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'IsRequired' => [ 'shape' => 'Boolean', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedCompressionTypes' => [ 'shape' => 'CompressionTypes', ], 'SupportedInputModes' => [ 'shape' => 'InputModes', ], ], ], 'ChannelSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'ChannelSpecification', ], 'max' => 8, 'min' => 1, ], 'CheckpointConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], ], ], 'Cidr' => [ 'type' => 'string', 'max' => 64, 'min' => 4, 'pattern' => '(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))$)', ], 'Cidrs' => [ 'type' => 'list', 'member' => [ 'shape' => 'Cidr', ], ], 'ClarifyCheckStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CheckType' => [ 'shape' => 'String256', ], 'BaselineUsedForDriftCheckConstraints' => [ 'shape' => 'String1024', ], 'CalculatedBaselineConstraints' => [ 'shape' => 'String1024', ], 'ModelPackageGroupName' => [ 'shape' => 'String256', ], 'ViolationReport' => [ 'shape' => 'String1024', ], 'CheckJobArn' => [ 'shape' => 'String256', ], 'SkipCheck' => [ 'shape' => 'Boolean', ], 'RegisterNewBaseline' => [ 'shape' => 'Boolean', ], ], ], 'ClarifyContentTemplate' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyEnableExplanations' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyExplainerConfig' => [ 'type' => 'structure', 'required' => [ 'ShapConfig', ], 'members' => [ 'EnableExplanations' => [ 'shape' => 'ClarifyEnableExplanations', ], 'InferenceConfig' => [ 'shape' => 'ClarifyInferenceConfig', ], 'ShapConfig' => [ 'shape' => 'ClarifyShapConfig', ], ], ], 'ClarifyFeatureHeaders' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyHeader', ], 'max' => 256, 'min' => 1, ], 'ClarifyFeatureType' => [ 'type' => 'string', 'enum' => [ 'numerical', 'categorical', 'text', ], ], 'ClarifyFeatureTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyFeatureType', ], 'max' => 256, 'min' => 1, ], 'ClarifyFeaturesAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyHeader' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyInferenceConfig' => [ 'type' => 'structure', 'members' => [ 'FeaturesAttribute' => [ 'shape' => 'ClarifyFeaturesAttribute', ], 'ContentTemplate' => [ 'shape' => 'ClarifyContentTemplate', ], 'MaxRecordCount' => [ 'shape' => 'ClarifyMaxRecordCount', ], 'MaxPayloadInMB' => [ 'shape' => 'ClarifyMaxPayloadInMB', ], 'ProbabilityIndex' => [ 'shape' => 'ClarifyProbabilityIndex', ], 'LabelIndex' => [ 'shape' => 'ClarifyLabelIndex', ], 'ProbabilityAttribute' => [ 'shape' => 'ClarifyProbabilityAttribute', ], 'LabelAttribute' => [ 'shape' => 'ClarifyLabelAttribute', ], 'LabelHeaders' => [ 'shape' => 'ClarifyLabelHeaders', ], 'FeatureHeaders' => [ 'shape' => 'ClarifyFeatureHeaders', ], 'FeatureTypes' => [ 'shape' => 'ClarifyFeatureTypes', ], ], ], 'ClarifyLabelAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyLabelHeaders' => [ 'type' => 'list', 'member' => [ 'shape' => 'ClarifyHeader', ], 'max' => 16, 'min' => 1, ], 'ClarifyLabelIndex' => [ 'type' => 'integer', 'min' => 0, ], 'ClarifyMaxPayloadInMB' => [ 'type' => 'integer', 'max' => 25, 'min' => 1, ], 'ClarifyMaxRecordCount' => [ 'type' => 'integer', 'min' => 1, ], 'ClarifyMimeType' => [ 'type' => 'string', 'max' => 255, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9+.])*', ], 'ClarifyProbabilityAttribute' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'ClarifyProbabilityIndex' => [ 'type' => 'integer', 'min' => 0, ], 'ClarifyShapBaseline' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'ClarifyShapBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'MimeType' => [ 'shape' => 'ClarifyMimeType', ], 'ShapBaseline' => [ 'shape' => 'ClarifyShapBaseline', ], 'ShapBaselineUri' => [ 'shape' => 'Url', ], ], ], 'ClarifyShapConfig' => [ 'type' => 'structure', 'required' => [ 'ShapBaselineConfig', ], 'members' => [ 'ShapBaselineConfig' => [ 'shape' => 'ClarifyShapBaselineConfig', ], 'NumberOfSamples' => [ 'shape' => 'ClarifyShapNumberOfSamples', ], 'UseLogit' => [ 'shape' => 'ClarifyShapUseLogit', ], 'Seed' => [ 'shape' => 'ClarifyShapSeed', ], 'TextConfig' => [ 'shape' => 'ClarifyTextConfig', ], ], ], 'ClarifyShapNumberOfSamples' => [ 'type' => 'integer', 'min' => 1, ], 'ClarifyShapSeed' => [ 'type' => 'integer', ], 'ClarifyShapUseLogit' => [ 'type' => 'boolean', ], 'ClarifyTextConfig' => [ 'type' => 'structure', 'required' => [ 'Language', 'Granularity', ], 'members' => [ 'Language' => [ 'shape' => 'ClarifyTextLanguage', ], 'Granularity' => [ 'shape' => 'ClarifyTextGranularity', ], ], ], 'ClarifyTextGranularity' => [ 'type' => 'string', 'enum' => [ 'token', 'sentence', 'paragraph', ], ], 'ClarifyTextLanguage' => [ 'type' => 'string', 'enum' => [ 'af', 'sq', 'ar', 'hy', 'eu', 'bn', 'bg', 'ca', 'zh', 'hr', 'cs', 'da', 'nl', 'en', 'et', 'fi', 'fr', 'de', 'el', 'gu', 'he', 'hi', 'hu', 'is', 'id', 'ga', 'it', 'kn', 'ky', 'lv', 'lt', 'lb', 'mk', 'ml', 'mr', 'ne', 'nb', 'fa', 'pl', 'pt', 'ro', 'ru', 'sa', 'sr', 'tn', 'si', 'sk', 'sl', 'es', 'sv', 'tl', 'ta', 'tt', 'te', 'tr', 'uk', 'ur', 'yo', 'lij', 'xx', ], ], 'ClientId' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[ -~]+', ], 'ClientSecret' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[ -~]+', 'sensitive' => true, ], 'ClientToken' => [ 'type' => 'string', 'max' => 36, 'min' => 1, 'pattern' => '^[a-zA-Z0-9-]+$', ], 'CodeRepositories' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepository', ], 'max' => 10, ], 'CodeRepository' => [ 'type' => 'structure', 'required' => [ 'RepositoryUrl', ], 'members' => [ 'RepositoryUrl' => [ 'shape' => 'RepositoryUrl', ], ], ], 'CodeRepositoryArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:code-repository/.*', ], 'CodeRepositoryContains' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z0-9-]+', ], 'CodeRepositoryNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'CodeRepositoryNameOrUrl' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^https://([^/]+)/?(.*)$|^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'CodeRepositorySortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'LastModifiedTime', ], ], 'CodeRepositorySortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'CodeRepositorySummary' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], ], ], 'CodeRepositorySummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CodeRepositorySummary', ], ], 'CognitoConfig' => [ 'type' => 'structure', 'required' => [ 'UserPool', 'ClientId', ], 'members' => [ 'UserPool' => [ 'shape' => 'CognitoUserPool', ], 'ClientId' => [ 'shape' => 'ClientId', ], ], ], 'CognitoMemberDefinition' => [ 'type' => 'structure', 'required' => [ 'UserPool', 'UserGroup', 'ClientId', ], 'members' => [ 'UserPool' => [ 'shape' => 'CognitoUserPool', ], 'UserGroup' => [ 'shape' => 'CognitoUserGroup', ], 'ClientId' => [ 'shape' => 'ClientId', ], ], ], 'CognitoUserGroup' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', ], 'CognitoUserPool' => [ 'type' => 'string', 'max' => 55, 'min' => 1, 'pattern' => '[\\w-]+_[0-9a-zA-Z]+', ], 'CollectionConfiguration' => [ 'type' => 'structure', 'members' => [ 'CollectionName' => [ 'shape' => 'CollectionName', ], 'CollectionParameters' => [ 'shape' => 'CollectionParameters', ], ], ], 'CollectionConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'CollectionConfiguration', ], 'max' => 20, 'min' => 0, ], 'CollectionName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'CollectionParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'CompilationJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:compilation-job/.*', ], 'CompilationJobStatus' => [ 'type' => 'string', 'enum' => [ 'INPROGRESS', 'COMPLETED', 'FAILED', 'STARTING', 'STOPPING', 'STOPPED', ], ], 'CompilationJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'CompilationJobSummary', ], ], 'CompilationJobSummary' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'CompilationJobArn', 'CreationTime', 'CompilationJobStatus', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompilationStartTime' => [ 'shape' => 'Timestamp', ], 'CompilationEndTime' => [ 'shape' => 'Timestamp', ], 'CompilationTargetDevice' => [ 'shape' => 'TargetDevice', ], 'CompilationTargetPlatformOs' => [ 'shape' => 'TargetPlatformOs', ], 'CompilationTargetPlatformArch' => [ 'shape' => 'TargetPlatformArch', ], 'CompilationTargetPlatformAccelerator' => [ 'shape' => 'TargetPlatformAccelerator', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CompilationJobStatus' => [ 'shape' => 'CompilationJobStatus', ], ], ], 'CompilerOptions' => [ 'type' => 'string', 'max' => 1024, 'min' => 3, 'pattern' => '.*', ], 'CompleteOnConvergence' => [ 'type' => 'string', 'enum' => [ 'Disabled', 'Enabled', ], ], 'CompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'CompressionTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CompressionType', ], ], 'ConditionOutcome' => [ 'type' => 'string', 'enum' => [ 'True', 'False', ], ], 'ConditionStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Outcome' => [ 'shape' => 'ConditionOutcome', ], ], ], 'ConfigKey' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'ConfigValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ContainerArgument' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerArgument', ], 'max' => 100, 'min' => 1, ], 'ContainerDefinition' => [ 'type' => 'structure', 'members' => [ 'ContainerHostname' => [ 'shape' => 'ContainerHostname', ], 'Image' => [ 'shape' => 'ContainerImage', ], 'ImageConfig' => [ 'shape' => 'ImageConfig', ], 'Mode' => [ 'shape' => 'ContainerMode', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'MultiModelConfig' => [ 'shape' => 'MultiModelConfig', ], 'ModelDataSource' => [ 'shape' => 'ModelDataSource', ], ], ], 'ContainerDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerDefinition', ], 'max' => 15, ], 'ContainerEntrypoint' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerEntrypointString', ], 'max' => 100, 'min' => 1, ], 'ContainerEntrypointString' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContainerHostname' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'ContainerImage' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[\\S]+', ], 'ContainerMode' => [ 'type' => 'string', 'enum' => [ 'SingleModel', 'MultiModel', ], ], 'ContentClassifier' => [ 'type' => 'string', 'enum' => [ 'FreeOfPersonallyIdentifiableInformation', 'FreeOfAdultContent', ], ], 'ContentClassifiers' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContentClassifier', ], 'max' => 256, ], 'ContentColumn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ContentDigest' => [ 'type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$', ], 'ContentType' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContentType', ], ], 'ContextArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:context/.*', ], 'ContextSource' => [ 'type' => 'structure', 'required' => [ 'SourceUri', ], 'members' => [ 'SourceUri' => [ 'shape' => 'String2048', ], 'SourceType' => [ 'shape' => 'String256', ], 'SourceId' => [ 'shape' => 'String256', ], ], ], 'ContextSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContextSummary', ], ], 'ContextSummary' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ContinuousParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'MinValue', 'MaxValue', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], 'ScalingType' => [ 'shape' => 'HyperParameterScalingType', ], ], ], 'ContinuousParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'MinValue', 'MaxValue', ], 'members' => [ 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], ], ], 'ContinuousParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContinuousParameterRange', ], 'max' => 30, 'min' => 0, ], 'ConvergenceDetected' => [ 'type' => 'structure', 'members' => [ 'CompleteOnConvergence' => [ 'shape' => 'CompleteOnConvergence', ], ], ], 'CreateActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', 'Source', 'ActionType', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'CreateAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'TrainingSpecification', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'TrainingSpecification' => [ 'shape' => 'TrainingSpecification', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'AlgorithmValidationSpecification', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateAlgorithmOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmArn', ], 'members' => [ 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], ], ], 'CreateAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'Tags' => [ 'shape' => 'TagList', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'CreateAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], ], ], 'CreateAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'Tags' => [ 'shape' => 'TagList', ], 'ResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'CreateAppResponse' => [ 'type' => 'structure', 'members' => [ 'AppArn' => [ 'shape' => 'AppArn', ], ], ], 'CreateArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'Source', 'ArtifactType', ], 'members' => [ 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'CreateAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'InputDataConfig' => [ 'shape' => 'AutoMLInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'AutoMLJobConfig' => [ 'shape' => 'AutoMLJobConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], ], ], 'CreateAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobArn', ], 'members' => [ 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'CreateAutoMLJobV2Request' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobInputDataConfig', 'OutputDataConfig', 'AutoMLProblemTypeConfig', 'RoleArn', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobInputDataConfig' => [ 'shape' => 'AutoMLJobInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'AutoMLProblemTypeConfig' => [ 'shape' => 'AutoMLProblemTypeConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], ], ], 'CreateAutoMLJobV2Response' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobArn', ], 'members' => [ 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], ], ], 'CreateCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'GitConfig', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryArn', ], 'members' => [ 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], ], ], 'CreateCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'RoleArn', 'OutputConfig', 'StoppingCondition', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'InputConfig' => [ 'shape' => 'InputConfig', ], 'OutputConfig' => [ 'shape' => 'OutputConfig', ], 'VpcConfig' => [ 'shape' => 'NeoVpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateCompilationJobResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobArn', ], 'members' => [ 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], ], ], 'CreateContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', 'Source', 'ContextType', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'CreateDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'DataQualityAppSpecification', 'DataQualityJobInput', 'DataQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'DataQualityBaselineConfig' => [ 'shape' => 'DataQualityBaselineConfig', ], 'DataQualityAppSpecification' => [ 'shape' => 'DataQualityAppSpecification', ], 'DataQualityJobInput' => [ 'shape' => 'DataQualityJobInput', ], 'DataQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateDataQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'OutputConfig', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'EnableIotRoleAlias' => [ 'shape' => 'EnableIotRoleAlias', ], ], ], 'CreateDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainName', 'AuthMode', 'DefaultUserSettings', 'SubnetIds', 'VpcId', ], 'members' => [ 'DomainName' => [ 'shape' => 'DomainName', ], 'AuthMode' => [ 'shape' => 'AuthMode', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'SubnetIds' => [ 'shape' => 'Subnets', ], 'VpcId' => [ 'shape' => 'VpcId', ], 'Tags' => [ 'shape' => 'TagList', ], 'AppNetworkAccessType' => [ 'shape' => 'AppNetworkAccessType', ], 'HomeEfsFileSystemKmsKeyId' => [ 'shape' => 'KmsKeyId', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use KmsKeyId instead.', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], 'DomainSettings' => [ 'shape' => 'DomainSettings', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], ], ], 'CreateDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'Url' => [ 'shape' => 'String1024', ], ], ], 'CreateEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'ModelConfigs', 'DeviceFleetName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ModelConfigs' => [ 'shape' => 'EdgeDeploymentModelConfigs', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Stages' => [ 'shape' => 'DeploymentStages', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEdgeDeploymentPlanResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], ], ], 'CreateEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'Stages', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'Stages' => [ 'shape' => 'DeploymentStages', ], ], ], 'CreateEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', 'CompilationJobName', 'ModelName', 'ModelVersion', 'RoleArn', 'OutputConfig', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'ResourceKey' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'ProductionVariants', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantList', ], ], ], 'CreateEndpointConfigOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigArn', ], 'members' => [ 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], ], ], 'CreateEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointConfigName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'DeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'CreateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'CreateFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'RecordIdentifierFeatureName', 'EventTimeFeatureName', 'FeatureDefinitions', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'Description', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], ], ], 'CreateFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', 'HumanLoopConfig', 'OutputConfig', 'RoleArn', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'HumanLoopRequestSource' => [ 'shape' => 'HumanLoopRequestSource', ], 'HumanLoopActivationConfig' => [ 'shape' => 'HumanLoopActivationConfig', ], 'HumanLoopConfig' => [ 'shape' => 'HumanLoopConfig', ], 'OutputConfig' => [ 'shape' => 'FlowDefinitionOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateFlowDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionArn', ], 'members' => [ 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], ], ], 'CreateHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubDescription', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'S3StorageConfig' => [ 'shape' => 'HubS3StorageConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], ], ], 'CreateHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', 'UiTemplate', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'UiTemplate' => [ 'shape' => 'UiTemplate', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateHumanTaskUiResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiArn', ], 'members' => [ 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'CreateHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobConfig', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'Autotune' => [ 'shape' => 'Autotune', ], ], ], 'CreateHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobArn', ], 'members' => [ 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], ], ], 'CreateImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', 'RoleArn', ], 'members' => [ 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateImageResponse' => [ 'type' => 'structure', 'members' => [ 'ImageArn' => [ 'shape' => 'ImageArn', ], ], ], 'CreateImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'BaseImage', 'ClientToken', 'ImageName', ], 'members' => [ 'BaseImage' => [ 'shape' => 'ImageBaseImage', ], 'ClientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'ImageName' => [ 'shape' => 'ImageName', ], 'Aliases' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'CreateImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], ], ], 'CreateInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'RoleArn', 'EndpointName', 'ModelVariants', 'ShadowModeConfig', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'CreateInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobType', 'RoleArn', 'InputConfig', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputConfig' => [ 'shape' => 'RecommendationJobInputConfig', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'StoppingConditions' => [ 'shape' => 'RecommendationJobStoppingConditions', ], 'OutputConfig' => [ 'shape' => 'RecommendationJobOutputConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateInferenceRecommendationsJobResponse' => [ 'type' => 'structure', 'required' => [ 'JobArn', ], 'members' => [ 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], ], ], 'CreateLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', 'LabelAttributeName', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelAttributeName' => [ 'shape' => 'LabelAttributeName', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], 'OutputConfig' => [ 'shape' => 'LabelingJobOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LabelCategoryConfigS3Uri' => [ 'shape' => 'S3Uri', ], 'StoppingConditions' => [ 'shape' => 'LabelingJobStoppingConditions', ], 'LabelingJobAlgorithmsConfig' => [ 'shape' => 'LabelingJobAlgorithmsConfig', ], 'HumanTaskConfig' => [ 'shape' => 'HumanTaskConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateLabelingJobResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobArn', ], 'members' => [ 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], ], ], 'CreateModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelBiasAppSpecification', 'ModelBiasJobInput', 'ModelBiasJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelBiasBaselineConfig' => [ 'shape' => 'ModelBiasBaselineConfig', ], 'ModelBiasAppSpecification' => [ 'shape' => 'ModelBiasAppSpecification', ], 'ModelBiasJobInput' => [ 'shape' => 'ModelBiasJobInput', ], 'ModelBiasJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelBiasJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateModelCardExportJobRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardExportJobName', 'OutputConfig', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'OutputConfig' => [ 'shape' => 'ModelCardExportOutputConfig', ], ], ], 'CreateModelCardExportJobResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobArn', ], 'members' => [ 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], ], ], 'CreateModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'Content', 'ModelCardStatus', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], ], ], 'CreateModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelExplainabilityAppSpecification', 'ModelExplainabilityJobInput', 'ModelExplainabilityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelExplainabilityBaselineConfig' => [ 'shape' => 'ModelExplainabilityBaselineConfig', ], 'ModelExplainabilityAppSpecification' => [ 'shape' => 'ModelExplainabilityAppSpecification', ], 'ModelExplainabilityJobInput' => [ 'shape' => 'ModelExplainabilityJobInput', ], 'ModelExplainabilityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelExplainabilityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ExecutionRoleArn', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], ], ], 'CreateModelOutput' => [ 'type' => 'structure', 'required' => [ 'ModelArn', ], 'members' => [ 'ModelArn' => [ 'shape' => 'ModelArn', ], ], ], 'CreateModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelPackageGroupOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupArn', ], 'members' => [ 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], ], ], 'CreateModelPackageInput' => [ 'type' => 'structure', 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'ClientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'S3Uri', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'CreateModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'CreateModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', 'ModelQualityAppSpecification', 'ModelQualityJobInput', 'ModelQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'ModelQualityBaselineConfig' => [ 'shape' => 'ModelQualityBaselineConfig', ], 'ModelQualityAppSpecification' => [ 'shape' => 'ModelQualityAppSpecification', ], 'ModelQualityJobInput' => [ 'shape' => 'ModelQualityJobInput', ], 'ModelQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateModelQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], ], ], 'CreateMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], ], ], 'CreateNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', 'InstanceType', 'RoleArn', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'SubnetId' => [ 'shape' => 'SubnetId', ], 'SecurityGroupIds' => [ 'shape' => 'SecurityGroupIds', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'Tags' => [ 'shape' => 'TagList', ], 'LifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DirectInternetAccess' => [ 'shape' => 'DirectInternetAccess', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'PlatformIdentifier' => [ 'shape' => 'PlatformIdentifier', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'CreateNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], ], ], 'CreateNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], ], ], 'CreateNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], ], ], 'CreatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', 'RoleArn', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDefinitionS3Location' => [ 'shape' => 'PipelineDefinitionS3Location', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'CreatePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'CreatePresignedDomainUrlRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'SessionExpirationDurationInSeconds' => [ 'shape' => 'SessionExpirationDurationInSeconds', ], 'ExpiresInSeconds' => [ 'shape' => 'ExpiresInSeconds', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'CreatePresignedDomainUrlResponse' => [ 'type' => 'structure', 'members' => [ 'AuthorizedUrl' => [ 'shape' => 'PresignedDomainUrl', ], ], ], 'CreatePresignedNotebookInstanceUrlInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'SessionExpirationDurationInSeconds' => [ 'shape' => 'SessionExpirationDurationInSeconds', ], ], ], 'CreatePresignedNotebookInstanceUrlOutput' => [ 'type' => 'structure', 'members' => [ 'AuthorizedUrl' => [ 'shape' => 'NotebookInstanceUrl', ], ], ], 'CreateProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'RoleArn', ], 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'CreateProcessingJobResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobArn', ], 'members' => [ 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], ], ], 'CreateProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', 'ServiceCatalogProvisioningDetails', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', 'ProjectId', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], ], ], 'CreateSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'Tags' => [ 'shape' => 'TagList', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'CreateSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'SpaceArn' => [ 'shape' => 'SpaceArn', ], ], ], 'CreateStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', 'StudioLifecycleConfigContent', 'StudioLifecycleConfigAppType', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'StudioLifecycleConfigContent' => [ 'shape' => 'StudioLifecycleConfigContent', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateStudioLifecycleConfigResponse' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], ], 'CreateTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'Tags' => [ 'shape' => 'TagList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], ], ], 'CreateTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobArn', ], 'members' => [ 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'CreateTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'ModelName', 'TransformInput', 'TransformOutput', 'TransformResources', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'Tags' => [ 'shape' => 'TagList', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'CreateTransformJobResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobArn', ], 'members' => [ 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], ], ], 'CreateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'CreateTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', 'ExperimentName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'CreateUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'SingleSignOnUserIdentifier' => [ 'shape' => 'SingleSignOnUserIdentifier', ], 'SingleSignOnUserValue' => [ 'shape' => 'String256', ], 'Tags' => [ 'shape' => 'TagList', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'CreateUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], ], ], 'CreateWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'CognitoConfig' => [ 'shape' => 'CognitoConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfig', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'Tags' => [ 'shape' => 'TagList', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigRequest', ], ], ], 'CreateWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'WorkforceArn', ], 'members' => [ 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], ], ], 'CreateWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', 'MemberDefinitions', 'Description', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'Description' => [ 'shape' => 'String200', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'CreateWorkteamResponse' => [ 'type' => 'structure', 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'CrossAccountFilterOption' => [ 'type' => 'string', 'enum' => [ 'SameAccount', 'CrossAccount', ], ], 'CsvContentType' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*', ], 'CsvContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'CsvContentType', ], 'max' => 10, 'min' => 1, ], 'CustomImage' => [ 'type' => 'structure', 'required' => [ 'ImageName', 'AppImageConfigName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageVersionNumber' => [ 'shape' => 'ImageVersionNumber', 'box' => true, ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'CustomImages' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomImage', ], 'max' => 200, ], 'CustomerMetadataKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,128}', ], 'CustomerMetadataKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomerMetadataKey', ], ], 'CustomerMetadataMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'CustomerMetadataKey', ], 'value' => [ 'shape' => 'CustomerMetadataValue', ], 'max' => 50, 'min' => 1, ], 'CustomerMetadataValue' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,256}', ], 'CustomizedMetricSpecification' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'String', ], 'Namespace' => [ 'shape' => 'String', ], 'Statistic' => [ 'shape' => 'Statistic', ], ], ], 'DataCaptureConfig' => [ 'type' => 'structure', 'required' => [ 'InitialSamplingPercentage', 'DestinationS3Uri', 'CaptureOptions', ], 'members' => [ 'EnableCapture' => [ 'shape' => 'EnableCapture', ], 'InitialSamplingPercentage' => [ 'shape' => 'SamplingPercentage', ], 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CaptureOptions' => [ 'shape' => 'CaptureOptionList', ], 'CaptureContentTypeHeader' => [ 'shape' => 'CaptureContentTypeHeader', ], ], ], 'DataCaptureConfigSummary' => [ 'type' => 'structure', 'required' => [ 'EnableCapture', 'CaptureStatus', 'CurrentSamplingPercentage', 'DestinationS3Uri', 'KmsKeyId', ], 'members' => [ 'EnableCapture' => [ 'shape' => 'EnableCapture', ], 'CaptureStatus' => [ 'shape' => 'CaptureStatus', ], 'CurrentSamplingPercentage' => [ 'shape' => 'SamplingPercentage', ], 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'DataCatalogConfig' => [ 'type' => 'structure', 'required' => [ 'TableName', 'Catalog', 'Database', ], 'members' => [ 'TableName' => [ 'shape' => 'TableName', ], 'Catalog' => [ 'shape' => 'Catalog', ], 'Database' => [ 'shape' => 'Database', ], ], ], 'DataDistributionType' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'DataExplorationNotebookLocation' => [ 'type' => 'string', 'min' => 1, ], 'DataInputConfig' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DataProcessing' => [ 'type' => 'structure', 'members' => [ 'InputFilter' => [ 'shape' => 'JsonPath', ], 'OutputFilter' => [ 'shape' => 'JsonPath', ], 'JoinSource' => [ 'shape' => 'JoinSource', ], ], ], 'DataQualityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'DataQualityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], 'StatisticsResource' => [ 'shape' => 'MonitoringStatisticsResource', ], ], ], 'DataQualityJobInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'DataSource' => [ 'type' => 'structure', 'members' => [ 'S3DataSource' => [ 'shape' => 'S3DataSource', ], 'FileSystemDataSource' => [ 'shape' => 'FileSystemDataSource', ], ], ], 'Database' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'DatasetDefinition' => [ 'type' => 'structure', 'members' => [ 'AthenaDatasetDefinition' => [ 'shape' => 'AthenaDatasetDefinition', ], 'RedshiftDatasetDefinition' => [ 'shape' => 'RedshiftDatasetDefinition', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'DataDistributionType' => [ 'shape' => 'DataDistributionType', ], 'InputMode' => [ 'shape' => 'InputMode', ], ], ], 'DebugHookConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'HookParameters' => [ 'shape' => 'HookParameters', ], 'CollectionConfigurations' => [ 'shape' => 'CollectionConfigurations', ], ], ], 'DebugRuleConfiguration' => [ 'type' => 'structure', 'required' => [ 'RuleConfigurationName', 'RuleEvaluatorImage', ], 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'RuleEvaluatorImage' => [ 'shape' => 'AlgorithmImage', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'RuleParameters' => [ 'shape' => 'RuleParameters', ], ], ], 'DebugRuleConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DebugRuleConfiguration', ], 'max' => 20, 'min' => 0, ], 'DebugRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'RuleEvaluationJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'RuleEvaluationStatus' => [ 'shape' => 'RuleEvaluationStatus', ], 'StatusDetails' => [ 'shape' => 'StatusDetails', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DebugRuleEvaluationStatuses' => [ 'type' => 'list', 'member' => [ 'shape' => 'DebugRuleEvaluationStatus', ], 'max' => 20, 'min' => 0, ], 'DefaultGid' => [ 'type' => 'integer', 'max' => 65535, 'min' => 0, ], 'DefaultSpaceSettings' => [ 'type' => 'structure', 'members' => [ 'ExecutionRole' => [ 'shape' => 'RoleArn', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], ], ], 'DefaultUid' => [ 'type' => 'integer', 'max' => 65535, 'min' => 0, ], 'DeleteActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'DeleteAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'DeleteAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DeleteArtifactRequest' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'Source' => [ 'shape' => 'ArtifactSource', ], ], ], 'DeleteArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'DeleteAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'SourceArn', 'DestinationArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'DeleteAssociationResponse' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], ], ], 'DeleteCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'DeleteDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'RetentionPolicy' => [ 'shape' => 'RetentionPolicy', ], ], ], 'DeleteEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], ], ], 'DeleteEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'DeleteExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'DeleteFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], ], ], 'DeleteFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], ], ], 'DeleteFlowDefinitionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', 'HubContentVersion', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], ], ], 'DeleteHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], ], ], 'DeleteHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], ], ], 'DeleteHumanTaskUiResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], ], ], 'DeleteImageResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], ], 'DeleteImageVersionResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'DeleteInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'DeleteModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'DeleteModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], ], ], 'DeleteModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], ], ], 'DeleteModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], ], ], 'DeleteModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DeleteMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'DeleteNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'DeleteNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], ], ], 'DeletePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'DeletePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'DeleteProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], ], ], 'DeleteSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DeleteStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], ], ], 'DeleteTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagKeys', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'DeleteTagsOutput' => [ 'type' => 'structure', 'members' => [], ], 'DeleteTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'DeleteTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DeleteTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'DeleteUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], ], ], 'DeleteWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], ], ], 'DeleteWorkforceResponse' => [ 'type' => 'structure', 'members' => [], ], 'DeleteWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], ], ], 'DeleteWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Success', ], 'members' => [ 'Success' => [ 'shape' => 'Success', ], ], ], 'DependencyCopyPath' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'DependencyOriginPath' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'DeployedImage' => [ 'type' => 'structure', 'members' => [ 'SpecifiedImage' => [ 'shape' => 'ContainerImage', ], 'ResolvedImage' => [ 'shape' => 'ContainerImage', ], 'ResolutionTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeployedImages' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeployedImage', ], ], 'DeploymentConfig' => [ 'type' => 'structure', 'members' => [ 'BlueGreenUpdatePolicy' => [ 'shape' => 'BlueGreenUpdatePolicy', ], 'AutoRollbackConfiguration' => [ 'shape' => 'AutoRollbackConfig', ], 'RollingUpdatePolicy' => [ 'shape' => 'RollingUpdatePolicy', ], ], ], 'DeploymentRecommendation' => [ 'type' => 'structure', 'required' => [ 'RecommendationStatus', ], 'members' => [ 'RecommendationStatus' => [ 'shape' => 'RecommendationStatus', ], 'RealTimeInferenceRecommendations' => [ 'shape' => 'RealTimeInferenceRecommendations', ], ], ], 'DeploymentStage' => [ 'type' => 'structure', 'required' => [ 'StageName', 'DeviceSelectionConfig', ], 'members' => [ 'StageName' => [ 'shape' => 'EntityName', ], 'DeviceSelectionConfig' => [ 'shape' => 'DeviceSelectionConfig', ], 'DeploymentConfig' => [ 'shape' => 'EdgeDeploymentConfig', ], ], ], 'DeploymentStageMaxResults' => [ 'type' => 'integer', 'max' => 10, ], 'DeploymentStageStatusSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStageStatusSummary', ], ], 'DeploymentStageStatusSummary' => [ 'type' => 'structure', 'required' => [ 'StageName', 'DeviceSelectionConfig', 'DeploymentConfig', 'DeploymentStatus', ], 'members' => [ 'StageName' => [ 'shape' => 'EntityName', ], 'DeviceSelectionConfig' => [ 'shape' => 'DeviceSelectionConfig', ], 'DeploymentConfig' => [ 'shape' => 'EdgeDeploymentConfig', ], 'DeploymentStatus' => [ 'shape' => 'EdgeDeploymentStatus', ], ], ], 'DeploymentStages' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeploymentStage', ], ], 'DeregisterDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'DeviceNames', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceNames' => [ 'shape' => 'DeviceNames', ], ], ], 'DescribeActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], 'ActionArn' => [ 'shape' => 'ActionArn', ], 'Source' => [ 'shape' => 'ActionSource', ], 'ActionType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeAlgorithmInput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], ], ], 'DescribeAlgorithmOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', 'AlgorithmArn', 'CreationTime', 'TrainingSpecification', 'AlgorithmStatus', 'AlgorithmStatusDetails', ], 'members' => [ 'AlgorithmName' => [ 'shape' => 'EntityName', ], 'AlgorithmArn' => [ 'shape' => 'AlgorithmArn', ], 'AlgorithmDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'TrainingSpecification' => [ 'shape' => 'TrainingSpecification', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'ValidationSpecification' => [ 'shape' => 'AlgorithmValidationSpecification', ], 'AlgorithmStatus' => [ 'shape' => 'AlgorithmStatus', ], 'AlgorithmStatusDetails' => [ 'shape' => 'AlgorithmStatusDetails', ], 'ProductId' => [ 'shape' => 'ProductId', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], ], ], 'DescribeAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], ], ], 'DescribeAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'DescribeAppRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'AppType', 'AppName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeAppResponse' => [ 'type' => 'structure', 'members' => [ 'AppArn' => [ 'shape' => 'AppArn', ], 'AppType' => [ 'shape' => 'AppType', ], 'AppName' => [ 'shape' => 'AppName', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'Status' => [ 'shape' => 'AppStatus', ], 'LastHealthCheckTimestamp' => [ 'shape' => 'Timestamp', ], 'LastUserActivityTimestamp' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'ArtifactArn', ], 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'DescribeArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'Source' => [ 'shape' => 'ArtifactSource', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'DescribeAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'InputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'InputDataConfig' => [ 'shape' => 'AutoMLInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'AutoMLJobConfig' => [ 'shape' => 'AutoMLJobConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], 'BestCandidate' => [ 'shape' => 'AutoMLCandidate', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'AutoMLJobArtifacts' => [ 'shape' => 'AutoMLJobArtifacts', ], 'ResolvedAttributes' => [ 'shape' => 'ResolvedAttributes', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'ModelDeployResult' => [ 'shape' => 'ModelDeployResult', ], ], ], 'DescribeAutoMLJobV2Request' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'DescribeAutoMLJobV2Response' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', 'AutoMLJobArn', 'AutoMLJobInputDataConfig', 'OutputDataConfig', 'RoleArn', 'CreationTime', 'LastModifiedTime', 'AutoMLJobStatus', 'AutoMLJobSecondaryStatus', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'AutoMLJobInputDataConfig' => [ 'shape' => 'AutoMLJobInputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'AutoMLOutputDataConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'AutoMLProblemTypeConfig' => [ 'shape' => 'AutoMLProblemTypeConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'AutoMLFailureReason', ], 'PartialFailureReasons' => [ 'shape' => 'AutoMLPartialFailureReasons', ], 'BestCandidate' => [ 'shape' => 'AutoMLCandidate', ], 'AutoMLJobStatus' => [ 'shape' => 'AutoMLJobStatus', ], 'AutoMLJobSecondaryStatus' => [ 'shape' => 'AutoMLJobSecondaryStatus', ], 'ModelDeployConfig' => [ 'shape' => 'ModelDeployConfig', ], 'ModelDeployResult' => [ 'shape' => 'ModelDeployResult', ], 'DataSplitConfig' => [ 'shape' => 'AutoMLDataSplitConfig', ], 'SecurityConfig' => [ 'shape' => 'AutoMLSecurityConfig', ], 'AutoMLJobArtifacts' => [ 'shape' => 'AutoMLJobArtifacts', ], 'ResolvedAttributes' => [ 'shape' => 'AutoMLResolvedAttributes', ], 'AutoMLProblemTypeConfigName' => [ 'shape' => 'AutoMLProblemTypeConfigName', ], ], ], 'DescribeCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', 'CodeRepositoryArn', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'GitConfig' => [ 'shape' => 'GitConfig', ], ], ], 'DescribeCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeCompilationJobResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', 'CompilationJobArn', 'CompilationJobStatus', 'StoppingCondition', 'CreationTime', 'LastModifiedTime', 'FailureReason', 'ModelArtifacts', 'RoleArn', 'InputConfig', 'OutputConfig', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobArn' => [ 'shape' => 'CompilationJobArn', ], 'CompilationJobStatus' => [ 'shape' => 'CompilationJobStatus', ], 'CompilationStartTime' => [ 'shape' => 'Timestamp', ], 'CompilationEndTime' => [ 'shape' => 'Timestamp', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'InferenceImage' => [ 'shape' => 'InferenceImage', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'ModelDigests' => [ 'shape' => 'ModelDigests', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputConfig' => [ 'shape' => 'InputConfig', ], 'OutputConfig' => [ 'shape' => 'OutputConfig', ], 'VpcConfig' => [ 'shape' => 'NeoVpcConfig', ], ], ], 'DescribeContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], ], ], 'DescribeContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'ContextArn' => [ 'shape' => 'ContextArn', ], 'Source' => [ 'shape' => 'ContextSource', ], 'ContextType' => [ 'shape' => 'String256', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], ], ], 'DescribeDataQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeDataQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'DataQualityAppSpecification', 'DataQualityJobInput', 'DataQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'DataQualityBaselineConfig' => [ 'shape' => 'DataQualityBaselineConfig', ], 'DataQualityAppSpecification' => [ 'shape' => 'DataQualityAppSpecification', ], 'DataQualityJobInput' => [ 'shape' => 'DataQualityJobInput', ], 'DataQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeDeviceFleetResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'DeviceFleetArn', 'OutputConfig', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'IotRoleAlias' => [ 'shape' => 'IotRoleAlias', ], ], ], 'DescribeDeviceRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceFleetName', ], 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'DeviceName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeDeviceResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceFleetName', 'RegistrationTime', ], 'members' => [ 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'DeviceName' => [ 'shape' => 'EntityName', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'IotThingName' => [ 'shape' => 'ThingName', ], 'RegistrationTime' => [ 'shape' => 'Timestamp', ], 'LatestHeartbeat' => [ 'shape' => 'Timestamp', ], 'Models' => [ 'shape' => 'EdgeModels', ], 'MaxModels' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'AgentVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'DescribeDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], ], ], 'DescribeDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'HomeEfsFileSystemId' => [ 'shape' => 'ResourceId', ], 'SingleSignOnManagedApplicationInstanceId' => [ 'shape' => 'String256', ], 'Status' => [ 'shape' => 'DomainStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'AuthMode' => [ 'shape' => 'AuthMode', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'AppNetworkAccessType' => [ 'shape' => 'AppNetworkAccessType', ], 'HomeEfsFileSystemKmsKeyId' => [ 'shape' => 'KmsKeyId', 'deprecated' => true, 'deprecatedMessage' => 'This property is deprecated, use KmsKeyId instead.', ], 'SubnetIds' => [ 'shape' => 'Subnets', ], 'Url' => [ 'shape' => 'String1024', ], 'VpcId' => [ 'shape' => 'VpcId', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'DomainSettings' => [ 'shape' => 'DomainSettings', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], 'SecurityGroupIdForDomainBoundary' => [ 'shape' => 'SecurityGroupId', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], ], ], 'DescribeEdgeDeploymentPlanRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'DeploymentStageMaxResults', ], ], ], 'DescribeEdgeDeploymentPlanResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'ModelConfigs', 'DeviceFleetName', 'Stages', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ModelConfigs' => [ 'shape' => 'EdgeDeploymentModelConfigs', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'EdgeDeploymentSuccess' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPending' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailed' => [ 'shape' => 'Integer', ], 'Stages' => [ 'shape' => 'DeploymentStageStatusSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'DescribeEdgePackagingJobResponse' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobArn', 'EdgePackagingJobName', 'EdgePackagingJobStatus', ], 'members' => [ 'EdgePackagingJobArn' => [ 'shape' => 'EdgePackagingJobArn', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'ResourceKey' => [ 'shape' => 'KmsKeyId', ], 'EdgePackagingJobStatus' => [ 'shape' => 'EdgePackagingJobStatus', ], 'EdgePackagingJobStatusMessage' => [ 'shape' => 'String', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'ModelArtifact' => [ 'shape' => 'S3Uri', ], 'ModelSignature' => [ 'shape' => 'String', ], 'PresetDeploymentOutput' => [ 'shape' => 'EdgePresetDeploymentOutput', ], ], ], 'DescribeEndpointConfigInput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], ], ], 'DescribeEndpointConfigOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'EndpointConfigArn', 'ProductionVariants', 'CreationTime', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfig', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantList', ], ], ], 'DescribeEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'DescribeEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfigSummary', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastDeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'AsyncInferenceConfig' => [ 'shape' => 'AsyncInferenceConfig', ], 'PendingDeploymentSummary' => [ 'shape' => 'PendingDeploymentSummary', ], 'ExplainerConfig' => [ 'shape' => 'ExplainerConfig', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], ], ], 'DescribeExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ExperimentSource', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'DescribeFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', 'FeatureGroupName', 'RecordIdentifierFeatureName', 'EventTimeFeatureName', 'FeatureDefinitions', 'CreationTime', 'NextToken', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], 'LastUpdateStatus' => [ 'shape' => 'LastUpdateStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Description' => [ 'shape' => 'Description', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'OnlineStoreTotalSizeBytes' => [ 'shape' => 'OnlineStoreTotalSizeBytes', ], ], ], 'DescribeFeatureMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], ], ], 'DescribeFeatureMetadataResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', 'FeatureGroupName', 'FeatureName', 'FeatureType', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'Parameters' => [ 'shape' => 'FeatureParameters', ], ], ], 'DescribeFlowDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], ], ], 'DescribeFlowDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionArn', 'FlowDefinitionName', 'FlowDefinitionStatus', 'CreationTime', 'HumanLoopConfig', 'OutputConfig', 'RoleArn', ], 'members' => [ 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'FlowDefinitionStatus' => [ 'shape' => 'FlowDefinitionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HumanLoopRequestSource' => [ 'shape' => 'HumanLoopRequestSource', ], 'HumanLoopActivationConfig' => [ 'shape' => 'HumanLoopActivationConfig', ], 'HumanLoopConfig' => [ 'shape' => 'HumanLoopConfig', ], 'OutputConfig' => [ 'shape' => 'FlowDefinitionOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'DescribeHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], ], ], 'DescribeHubContentResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentArn', 'HubContentVersion', 'HubContentType', 'DocumentSchemaVersion', 'HubName', 'HubArn', 'HubContentDocument', 'HubContentStatus', 'CreationTime', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentMarkdown' => [ 'shape' => 'HubContentMarkdown', ], 'HubContentDocument' => [ 'shape' => 'HubContentDocument', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'HubContentDependencies' => [ 'shape' => 'HubContentDependencyList', ], 'HubContentStatus' => [ 'shape' => 'HubContentStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], ], ], 'DescribeHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubArn', 'HubStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'S3StorageConfig' => [ 'shape' => 'HubS3StorageConfig', ], 'HubStatus' => [ 'shape' => 'HubStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribeHumanTaskUiRequest' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], ], ], 'DescribeHumanTaskUiResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiArn', 'HumanTaskUiName', 'CreationTime', 'UiTemplate', ], 'members' => [ 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'HumanTaskUiStatus' => [ 'shape' => 'HumanTaskUiStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'UiTemplate' => [ 'shape' => 'UiTemplateInfo', ], ], ], 'DescribeHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'DescribeHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobConfig', 'HyperParameterTuningJobStatus', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'BestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'OverallBestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'TuningJobCompletionDetails' => [ 'shape' => 'HyperParameterTuningJobCompletionDetails', ], 'ConsumedResources' => [ 'shape' => 'HyperParameterTuningJobConsumedResources', ], 'Autotune' => [ 'shape' => 'Autotune', ], ], ], 'DescribeImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], ], ], 'DescribeImageResponse' => [ 'type' => 'structure', 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageStatus' => [ 'shape' => 'ImageStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'DescribeImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], ], 'DescribeImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'BaseImage' => [ 'shape' => 'ImageBaseImage', ], 'ContainerImage' => [ 'shape' => 'ImageContainerImage', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'ImageVersionStatus' => [ 'shape' => 'ImageVersionStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'DescribeInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'DescribeInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'Type', 'Status', 'EndpointMetadata', 'ModelVariants', ], 'members' => [ 'Arn' => [ 'shape' => 'InferenceExperimentArn', ], 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Status' => [ 'shape' => 'InferenceExperimentStatus', ], 'StatusReason' => [ 'shape' => 'InferenceExperimentStatusReason', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'EndpointMetadata' => [ 'shape' => 'EndpointMetadata', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigSummaryList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], ], ], 'DescribeInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], ], ], 'DescribeInferenceRecommendationsJobResponse' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobType', 'JobArn', 'RoleArn', 'Status', 'CreationTime', 'LastModifiedTime', 'InputConfig', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'InputConfig' => [ 'shape' => 'RecommendationJobInputConfig', ], 'StoppingConditions' => [ 'shape' => 'RecommendationJobStoppingConditions', ], 'InferenceRecommendations' => [ 'shape' => 'InferenceRecommendations', ], 'EndpointPerformances' => [ 'shape' => 'EndpointPerformances', ], ], ], 'DescribeLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], ], ], 'DescribeLabelingJobResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobStatus', 'LabelCounters', 'CreationTime', 'LastModifiedTime', 'JobReferenceCode', 'LabelingJobName', 'LabelingJobArn', 'InputConfig', 'OutputConfig', 'RoleArn', 'HumanTaskConfig', ], 'members' => [ 'LabelingJobStatus' => [ 'shape' => 'LabelingJobStatus', ], 'LabelCounters' => [ 'shape' => 'LabelCounters', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'JobReferenceCode' => [ 'shape' => 'JobReferenceCode', ], 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'LabelAttributeName' => [ 'shape' => 'LabelAttributeName', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], 'OutputConfig' => [ 'shape' => 'LabelingJobOutputConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LabelCategoryConfigS3Uri' => [ 'shape' => 'S3Uri', ], 'StoppingConditions' => [ 'shape' => 'LabelingJobStoppingConditions', ], 'LabelingJobAlgorithmsConfig' => [ 'shape' => 'LabelingJobAlgorithmsConfig', ], 'HumanTaskConfig' => [ 'shape' => 'HumanTaskConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'LabelingJobOutput' => [ 'shape' => 'LabelingJobOutput', ], ], ], 'DescribeLineageGroupRequest' => [ 'type' => 'structure', 'required' => [ 'LineageGroupName', ], 'members' => [ 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeLineageGroupResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeModelBiasJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelBiasJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelBiasAppSpecification', 'ModelBiasJobInput', 'ModelBiasJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelBiasBaselineConfig' => [ 'shape' => 'ModelBiasBaselineConfig', ], 'ModelBiasAppSpecification' => [ 'shape' => 'ModelBiasAppSpecification', ], 'ModelBiasJobInput' => [ 'shape' => 'ModelBiasJobInput', ], 'ModelBiasJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeModelCardExportJobRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobArn', ], 'members' => [ 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], ], ], 'DescribeModelCardExportJobResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobName', 'ModelCardExportJobArn', 'Status', 'ModelCardName', 'ModelCardVersion', 'OutputConfig', 'CreatedAt', 'LastModifiedAt', ], 'members' => [ 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], 'Status' => [ 'shape' => 'ModelCardExportJobStatus', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'OutputConfig' => [ 'shape' => 'ModelCardExportOutputConfig', ], 'CreatedAt' => [ 'shape' => 'Timestamp', ], 'LastModifiedAt' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ExportArtifacts' => [ 'shape' => 'ModelCardExportArtifacts', ], ], ], 'DescribeModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], ], ], 'DescribeModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', 'ModelCardName', 'ModelCardVersion', 'Content', 'ModelCardStatus', 'CreationTime', 'CreatedBy', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ModelCardProcessingStatus' => [ 'shape' => 'ModelCardProcessingStatus', ], ], ], 'DescribeModelExplainabilityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelExplainabilityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelExplainabilityAppSpecification', 'ModelExplainabilityJobInput', 'ModelExplainabilityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelExplainabilityBaselineConfig' => [ 'shape' => 'ModelExplainabilityBaselineConfig', ], 'ModelExplainabilityAppSpecification' => [ 'shape' => 'ModelExplainabilityAppSpecification', ], 'ModelExplainabilityJobInput' => [ 'shape' => 'ModelExplainabilityJobInput', ], 'ModelExplainabilityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeModelInput' => [ 'type' => 'structure', 'required' => [ 'ModelName', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'DescribeModelOutput' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ExecutionRoleArn', 'CreationTime', 'ModelArn', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'DeploymentRecommendation' => [ 'shape' => 'DeploymentRecommendation', ], ], ], 'DescribeModelPackageGroupInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], ], ], 'DescribeModelPackageGroupOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageGroupArn', 'CreationTime', 'CreatedBy', 'ModelPackageGroupStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], ], ], 'DescribeModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'VersionedArnOrName', ], ], ], 'DescribeModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', 'ModelPackageStatusDetails', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelPackageStatusDetails' => [ 'shape' => 'ModelPackageStatusDetails', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'DescribeModelQualityJobDefinitionRequest' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionName', ], 'members' => [ 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], ], ], 'DescribeModelQualityJobDefinitionResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionArn', 'JobDefinitionName', 'CreationTime', 'ModelQualityAppSpecification', 'ModelQualityJobInput', 'ModelQualityJobOutputConfig', 'JobResources', 'RoleArn', ], 'members' => [ 'JobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'JobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelQualityBaselineConfig' => [ 'shape' => 'ModelQualityBaselineConfig', ], 'ModelQualityAppSpecification' => [ 'shape' => 'ModelQualityAppSpecification', ], 'ModelQualityJobInput' => [ 'shape' => 'ModelQualityJobInput', ], 'ModelQualityJobOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'JobResources' => [ 'shape' => 'MonitoringResources', ], 'NetworkConfig' => [ 'shape' => 'MonitoringNetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], ], ], 'DescribeMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'DescribeMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', 'MonitoringScheduleName', 'MonitoringScheduleStatus', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], ], ], 'DescribeNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'DescribeNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], ], ], 'DescribeNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], ], ], 'DescribeNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [ 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'NotebookInstanceStatus' => [ 'shape' => 'NotebookInstanceStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Url' => [ 'shape' => 'NotebookInstanceUrl', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'SubnetId' => [ 'shape' => 'SubnetId', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'NetworkInterfaceId' => [ 'shape' => 'NetworkInterfaceId', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DirectInternetAccess' => [ 'shape' => 'DirectInternetAccess', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'PlatformIdentifier' => [ 'shape' => 'PlatformIdentifier', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'DescribePipelineDefinitionForExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'DescribePipelineDefinitionForExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'DescribePipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'DescribePipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExperimentConfig' => [ 'shape' => 'PipelineExperimentConfig', ], 'FailureReason' => [ 'shape' => 'PipelineExecutionFailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'DescribePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], ], ], 'DescribePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'PipelineStatus' => [ 'shape' => 'PipelineStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastRunTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'DescribeProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], ], ], 'DescribeProcessingJobResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingResources', 'AppSpecification', 'ProcessingJobArn', 'ProcessingJobStatus', 'CreationTime', ], 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'ProcessingStartTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'DescribeProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], ], ], 'DescribeProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', 'ProjectName', 'ProjectId', 'ServiceCatalogProvisioningDetails', 'ProjectStatus', 'CreationTime', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'ServiceCatalogProvisionedProductDetails' => [ 'shape' => 'ServiceCatalogProvisionedProductDetails', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'DescribeSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], ], ], 'DescribeSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceArn' => [ 'shape' => 'SpaceArn', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'HomeEfsFileSystemUid' => [ 'shape' => 'EfsUid', ], 'Status' => [ 'shape' => 'SpaceStatus', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'DescribeStudioLifecycleConfigRequest' => [ 'type' => 'structure', 'required' => [ 'StudioLifecycleConfigName', ], 'members' => [ 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], ], ], 'DescribeStudioLifecycleConfigResponse' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'StudioLifecycleConfigContent' => [ 'shape' => 'StudioLifecycleConfigContent', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], ], ], 'DescribeSubscribedWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], ], ], 'DescribeSubscribedWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'SubscribedWorkteam', ], 'members' => [ 'SubscribedWorkteam' => [ 'shape' => 'SubscribedWorkteam', ], ], ], 'DescribeTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], ], ], 'DescribeTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'ModelArtifacts', 'TrainingJobStatus', 'SecondaryStatus', 'AlgorithmSpecification', 'ResourceConfig', 'StoppingCondition', 'CreationTime', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'SecondaryStatus' => [ 'shape' => 'SecondaryStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'SecondaryStatusTransitions' => [ 'shape' => 'SecondaryStatusTransitions', ], 'FinalMetricDataList' => [ 'shape' => 'FinalMetricDataList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'TrainingTimeInSeconds' => [ 'shape' => 'TrainingTimeInSeconds', ], 'BillableTimeInSeconds' => [ 'shape' => 'BillableTimeInSeconds', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'DebugRuleEvaluationStatuses' => [ 'shape' => 'DebugRuleEvaluationStatuses', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'ProfilerRuleEvaluationStatuses' => [ 'shape' => 'ProfilerRuleEvaluationStatuses', ], 'ProfilingStatus' => [ 'shape' => 'ProfilingStatus', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'WarmPoolStatus' => [ 'shape' => 'WarmPoolStatus', ], ], ], 'DescribeTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], ], ], 'DescribeTransformJobResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'TransformJobArn', 'TransformJobStatus', 'ModelName', 'TransformInput', 'TransformResources', 'CreationTime', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformStartTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], ], ], 'DescribeTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityNameOrArn', ], ], ], 'DescribeTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Metrics' => [ 'shape' => 'TrialComponentMetricSummaries', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'Sources' => [ 'shape' => 'TrialComponentSources', ], ], ], 'DescribeTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DescribeTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], ], ], 'DescribeUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], ], ], 'DescribeUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'HomeEfsFileSystemUid' => [ 'shape' => 'EfsUid', ], 'Status' => [ 'shape' => 'UserProfileStatus', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'SingleSignOnUserIdentifier' => [ 'shape' => 'SingleSignOnUserIdentifier', ], 'SingleSignOnUserValue' => [ 'shape' => 'String256', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'DescribeWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], ], ], 'DescribeWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'Workforce', ], 'members' => [ 'Workforce' => [ 'shape' => 'Workforce', ], ], ], 'DescribeWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], ], ], 'DescribeWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Workteam', ], 'members' => [ 'Workteam' => [ 'shape' => 'Workteam', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 128, ], 'DesiredWeightAndCapacity' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'ServerlessUpdateConfig' => [ 'shape' => 'ProductionVariantServerlessUpdateConfig', ], ], ], 'DesiredWeightAndCapacityList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DesiredWeightAndCapacity', ], 'min' => 1, ], 'DestinationS3Uri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/])/?(.*)$', ], 'DetailedAlgorithmStatus' => [ 'type' => 'string', 'enum' => [ 'NotStarted', 'InProgress', 'Completed', 'Failed', ], ], 'DetailedModelPackageStatus' => [ 'type' => 'string', 'enum' => [ 'NotStarted', 'InProgress', 'Completed', 'Failed', ], ], 'Device' => [ 'type' => 'structure', 'required' => [ 'DeviceName', ], 'members' => [ 'DeviceName' => [ 'shape' => 'DeviceName', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'IotThingName' => [ 'shape' => 'ThingName', ], ], ], 'DeviceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:[a-z\\-]*:[a-z\\-]*:\\d{12}:[a-z\\-]*/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'DeviceDeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'READYTODEPLOY', 'INPROGRESS', 'DEPLOYED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'DeviceDeploymentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceDeploymentSummary', ], ], 'DeviceDeploymentSummary' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'StageName', 'DeviceName', 'DeviceArn', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], 'DeployedStageName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'DeviceName' => [ 'shape' => 'DeviceName', ], 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'DeviceDeploymentStatus' => [ 'shape' => 'DeviceDeploymentStatus', ], 'DeviceDeploymentStatusMessage' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeploymentStartTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeviceDescription' => [ 'type' => 'string', 'max' => 40, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DeviceFleetArn' => [ 'type' => 'string', 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:device-fleet/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'DeviceFleetDescription' => [ 'type' => 'string', 'max' => 800, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'DeviceFleetSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceFleetSummary', ], ], 'DeviceFleetSummary' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetArn', 'DeviceFleetName', ], 'members' => [ 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'DeviceName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'DeviceNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceName', ], ], 'DeviceSelectionConfig' => [ 'type' => 'structure', 'required' => [ 'DeviceSubsetType', ], 'members' => [ 'DeviceSubsetType' => [ 'shape' => 'DeviceSubsetType', ], 'Percentage' => [ 'shape' => 'Percentage', ], 'DeviceNames' => [ 'shape' => 'DeviceNames', ], 'DeviceNameContains' => [ 'shape' => 'DeviceName', ], ], ], 'DeviceStats' => [ 'type' => 'structure', 'required' => [ 'ConnectedDeviceCount', 'RegisteredDeviceCount', ], 'members' => [ 'ConnectedDeviceCount' => [ 'shape' => 'Long', ], 'RegisteredDeviceCount' => [ 'shape' => 'Long', ], ], ], 'DeviceSubsetType' => [ 'type' => 'string', 'enum' => [ 'PERCENTAGE', 'SELECTION', 'NAMECONTAINS', ], ], 'DeviceSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'DeviceSummary', ], ], 'DeviceSummary' => [ 'type' => 'structure', 'required' => [ 'DeviceName', 'DeviceArn', ], 'members' => [ 'DeviceName' => [ 'shape' => 'EntityName', ], 'DeviceArn' => [ 'shape' => 'DeviceArn', ], 'Description' => [ 'shape' => 'DeviceDescription', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'IotThingName' => [ 'shape' => 'ThingName', ], 'RegistrationTime' => [ 'shape' => 'Timestamp', ], 'LatestHeartbeat' => [ 'shape' => 'Timestamp', ], 'Models' => [ 'shape' => 'EdgeModelSummaries', ], 'AgentVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'Devices' => [ 'type' => 'list', 'member' => [ 'shape' => 'Device', ], ], 'DirectInternetAccess' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'Direction' => [ 'type' => 'string', 'enum' => [ 'Both', 'Ascendants', 'Descendants', ], ], 'DirectoryPath' => [ 'type' => 'string', 'max' => 4096, 'pattern' => '.*', ], 'DisableProfiler' => [ 'type' => 'boolean', ], 'DisableSagemakerServicecatalogPortfolioInput' => [ 'type' => 'structure', 'members' => [], ], 'DisableSagemakerServicecatalogPortfolioOutput' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateAdditionalCodeRepositories' => [ 'type' => 'boolean', ], 'DisassociateDefaultCodeRepository' => [ 'type' => 'boolean', ], 'DisassociateNotebookInstanceAcceleratorTypes' => [ 'type' => 'boolean', ], 'DisassociateNotebookInstanceLifecycleConfig' => [ 'type' => 'boolean', ], 'DisassociateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', 'TrialName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'DisassociateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'DocumentSchemaVersion' => [ 'type' => 'string', 'max' => 14, 'min' => 5, 'pattern' => '^\\d{1,4}.\\d{1,4}.\\d{1,4}$', ], 'Dollars' => [ 'type' => 'integer', 'max' => 2, 'min' => 0, ], 'DomainArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:domain/.*', ], 'DomainDetails' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], 'DomainId' => [ 'shape' => 'DomainId', ], 'DomainName' => [ 'shape' => 'DomainName', ], 'Status' => [ 'shape' => 'DomainStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Url' => [ 'shape' => 'String1024', ], ], ], 'DomainId' => [ 'type' => 'string', 'max' => 63, ], 'DomainList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainDetails', ], ], 'DomainName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'DomainSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 3, ], 'DomainSettings' => [ 'type' => 'structure', 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'DomainSecurityGroupIds', ], 'RStudioServerProDomainSettings' => [ 'shape' => 'RStudioServerProDomainSettings', ], 'ExecutionRoleIdentityConfig' => [ 'shape' => 'ExecutionRoleIdentityConfig', ], ], ], 'DomainSettingsForUpdate' => [ 'type' => 'structure', 'members' => [ 'RStudioServerProDomainSettingsForUpdate' => [ 'shape' => 'RStudioServerProDomainSettingsForUpdate', ], 'ExecutionRoleIdentityConfig' => [ 'shape' => 'ExecutionRoleIdentityConfig', ], 'SecurityGroupIds' => [ 'shape' => 'DomainSecurityGroupIds', ], ], ], 'DomainStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'Double' => [ 'type' => 'double', ], 'DoubleParameterValue' => [ 'type' => 'double', ], 'DriftCheckBaselines' => [ 'type' => 'structure', 'members' => [ 'Bias' => [ 'shape' => 'DriftCheckBias', ], 'Explainability' => [ 'shape' => 'DriftCheckExplainability', ], 'ModelQuality' => [ 'shape' => 'DriftCheckModelQuality', ], 'ModelDataQuality' => [ 'shape' => 'DriftCheckModelDataQuality', ], ], ], 'DriftCheckBias' => [ 'type' => 'structure', 'members' => [ 'ConfigFile' => [ 'shape' => 'FileSource', ], 'PreTrainingConstraints' => [ 'shape' => 'MetricsSource', ], 'PostTrainingConstraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DriftCheckExplainability' => [ 'type' => 'structure', 'members' => [ 'Constraints' => [ 'shape' => 'MetricsSource', ], 'ConfigFile' => [ 'shape' => 'FileSource', ], ], ], 'DriftCheckModelDataQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DriftCheckModelQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'DynamicScalingConfiguration' => [ 'type' => 'structure', 'members' => [ 'MinCapacity' => [ 'shape' => 'Integer', ], 'MaxCapacity' => [ 'shape' => 'Integer', ], 'ScaleInCooldown' => [ 'shape' => 'Integer', ], 'ScaleOutCooldown' => [ 'shape' => 'Integer', ], 'ScalingPolicies' => [ 'shape' => 'ScalingPolicies', ], ], ], 'EMRStepMetadata' => [ 'type' => 'structure', 'members' => [ 'ClusterId' => [ 'shape' => 'String256', ], 'StepId' => [ 'shape' => 'String256', ], 'StepName' => [ 'shape' => 'String256', ], 'LogFilePath' => [ 'shape' => 'String1024', ], ], ], 'Edge' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], ], ], 'EdgeDeploymentConfig' => [ 'type' => 'structure', 'required' => [ 'FailureHandlingPolicy', ], 'members' => [ 'FailureHandlingPolicy' => [ 'shape' => 'FailureHandlingPolicy', ], ], ], 'EdgeDeploymentModelConfig' => [ 'type' => 'structure', 'required' => [ 'ModelHandle', 'EdgePackagingJobName', ], 'members' => [ 'ModelHandle' => [ 'shape' => 'EntityName', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'EdgeDeploymentModelConfigs' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeDeploymentModelConfig', ], ], 'EdgeDeploymentPlanArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z\\-]*:\\d{12}:edge-deployment/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'EdgeDeploymentPlanSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeDeploymentPlanSummary', ], ], 'EdgeDeploymentPlanSummary' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanArn', 'EdgeDeploymentPlanName', 'DeviceFleetName', 'EdgeDeploymentSuccess', 'EdgeDeploymentPending', 'EdgeDeploymentFailed', ], 'members' => [ 'EdgeDeploymentPlanArn' => [ 'shape' => 'EdgeDeploymentPlanArn', ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'EdgeDeploymentSuccess' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPending' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailed' => [ 'shape' => 'Integer', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeDeploymentStatus' => [ 'type' => 'structure', 'required' => [ 'StageStatus', 'EdgeDeploymentSuccessInStage', 'EdgeDeploymentPendingInStage', 'EdgeDeploymentFailedInStage', ], 'members' => [ 'StageStatus' => [ 'shape' => 'StageStatus', ], 'EdgeDeploymentSuccessInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentPendingInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentFailedInStage' => [ 'shape' => 'Integer', ], 'EdgeDeploymentStatusMessage' => [ 'shape' => 'String', ], 'EdgeDeploymentStageStartTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeModel' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'LatestSampleTime' => [ 'shape' => 'Timestamp', ], 'LatestInference' => [ 'shape' => 'Timestamp', ], ], ], 'EdgeModelStat' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', 'OfflineDeviceCount', 'ConnectedDeviceCount', 'ActiveDeviceCount', 'SamplingDeviceCount', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'OfflineDeviceCount' => [ 'shape' => 'Long', ], 'ConnectedDeviceCount' => [ 'shape' => 'Long', ], 'ActiveDeviceCount' => [ 'shape' => 'Long', ], 'SamplingDeviceCount' => [ 'shape' => 'Long', ], ], ], 'EdgeModelStats' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModelStat', ], ], 'EdgeModelSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModelSummary', ], ], 'EdgeModelSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelVersion', ], 'members' => [ 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], ], ], 'EdgeModels' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeModel', ], ], 'EdgeOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputLocation', ], 'members' => [ 'S3OutputLocation' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'PresetDeploymentType' => [ 'shape' => 'EdgePresetDeploymentType', ], 'PresetDeploymentConfig' => [ 'shape' => 'String', ], ], ], 'EdgePackagingJobArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z\\-]*:\\d{12}:edge-packaging-job/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'EdgePackagingJobStatus' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'INPROGRESS', 'COMPLETED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'EdgePackagingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgePackagingJobSummary', ], ], 'EdgePackagingJobSummary' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobArn', 'EdgePackagingJobName', 'EdgePackagingJobStatus', ], 'members' => [ 'EdgePackagingJobArn' => [ 'shape' => 'EdgePackagingJobArn', ], 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], 'EdgePackagingJobStatus' => [ 'shape' => 'EdgePackagingJobStatus', ], 'CompilationJobName' => [ 'shape' => 'EntityName', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'ModelVersion' => [ 'shape' => 'EdgeVersion', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EdgePresetDeploymentArtifact' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], 'EdgePresetDeploymentOutput' => [ 'type' => 'structure', 'required' => [ 'Type', ], 'members' => [ 'Type' => [ 'shape' => 'EdgePresetDeploymentType', ], 'Artifact' => [ 'shape' => 'EdgePresetDeploymentArtifact', ], 'Status' => [ 'shape' => 'EdgePresetDeploymentStatus', ], 'StatusMessage' => [ 'shape' => 'String', ], ], ], 'EdgePresetDeploymentStatus' => [ 'type' => 'string', 'enum' => [ 'COMPLETED', 'FAILED', ], ], 'EdgePresetDeploymentType' => [ 'type' => 'string', 'enum' => [ 'GreengrassV2Component', ], ], 'EdgeVersion' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '[a-zA-Z0-9\\ \\_\\.]+', ], 'Edges' => [ 'type' => 'list', 'member' => [ 'shape' => 'Edge', ], ], 'EfsUid' => [ 'type' => 'string', 'max' => 10, 'pattern' => '\\d+', ], 'EnableCapture' => [ 'type' => 'boolean', ], 'EnableIotRoleAlias' => [ 'type' => 'boolean', ], 'EnableSagemakerServicecatalogPortfolioInput' => [ 'type' => 'structure', 'members' => [], ], 'EnableSagemakerServicecatalogPortfolioOutput' => [ 'type' => 'structure', 'members' => [], ], 'Endpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'EndpointConfigName', 'EndpointStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], 'DataCaptureConfig' => [ 'shape' => 'DataCaptureConfigSummary', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringSchedules' => [ 'shape' => 'MonitoringScheduleList', ], 'Tags' => [ 'shape' => 'TagList', ], 'ShadowProductionVariants' => [ 'shape' => 'ProductionVariantSummaryList', ], ], ], 'EndpointArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint/.*', ], 'EndpointConfigArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:endpoint-config/.*', ], 'EndpointConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'EndpointConfigNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'EndpointConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'EndpointConfigSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', 'EndpointConfigArn', 'CreationTime', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointConfigArn' => [ 'shape' => 'EndpointConfigArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'EndpointConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointConfigSummary', ], ], 'EndpointInfo' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'EndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'LocalPath', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'FeaturesAttribute' => [ 'shape' => 'String', ], 'InferenceAttribute' => [ 'shape' => 'String', ], 'ProbabilityAttribute' => [ 'shape' => 'String', ], 'ProbabilityThresholdAttribute' => [ 'shape' => 'ProbabilityThresholdAttribute', ], 'StartTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], 'EndTimeOffset' => [ 'shape' => 'MonitoringTimeOffsetString', ], ], ], 'EndpointInputConfiguration' => [ 'type' => 'structure', 'members' => [ 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'EnvironmentParameterRanges' => [ 'shape' => 'EnvironmentParameterRanges', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'EndpointInputConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointInputConfiguration', ], 'max' => 10, 'min' => 1, ], 'EndpointMetadata' => [ 'type' => 'structure', 'required' => [ 'EndpointName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'EndpointName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'EndpointNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'EndpointOutputConfiguration' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'VariantName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'String', ], 'VariantName' => [ 'shape' => 'String', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InitialInstanceCount' => [ 'shape' => 'InitialInstanceCount', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'EndpointPerformance' => [ 'type' => 'structure', 'required' => [ 'Metrics', 'EndpointInfo', ], 'members' => [ 'Metrics' => [ 'shape' => 'InferenceMetrics', ], 'EndpointInfo' => [ 'shape' => 'EndpointInfo', ], ], ], 'EndpointPerformances' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointPerformance', ], 'max' => 1, ], 'EndpointSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'EndpointStatus' => [ 'type' => 'string', 'enum' => [ 'OutOfService', 'Creating', 'Updating', 'SystemUpdating', 'RollingBack', 'InService', 'Deleting', 'Failed', 'UpdateRollbackFailed', ], ], 'EndpointSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], ], ], 'EndpointSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointSummary', ], ], 'Endpoints' => [ 'type' => 'list', 'member' => [ 'shape' => 'EndpointInfo', ], 'max' => 1, ], 'EntityDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*', ], 'EntityName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'EnvironmentKey' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'EnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnvironmentKey', ], 'value' => [ 'shape' => 'EnvironmentValue', ], 'max' => 16, ], 'EnvironmentParameter' => [ 'type' => 'structure', 'required' => [ 'Key', 'ValueType', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'String', ], 'ValueType' => [ 'shape' => 'String', ], 'Value' => [ 'shape' => 'String', ], ], ], 'EnvironmentParameterRanges' => [ 'type' => 'structure', 'members' => [ 'CategoricalParameterRanges' => [ 'shape' => 'CategoricalParameters', ], ], ], 'EnvironmentParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnvironmentParameter', ], 'max' => 10, 'min' => 1, ], 'EnvironmentValue' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*', ], 'ExecutionRoleIdentityConfig' => [ 'type' => 'string', 'enum' => [ 'USER_PROFILE_NAME', 'DISABLED', ], ], 'ExecutionStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Completed', 'CompletedWithViolations', 'InProgress', 'Failed', 'Stopping', 'Stopped', ], ], 'ExitMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S\\s]*', ], 'Experiment' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'ExperimentSource', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ExperimentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment/.*', ], 'ExperimentConfig' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentDisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'RunName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'ExperimentDescription' => [ 'type' => 'string', 'max' => 3072, 'pattern' => '.*', ], 'ExperimentEntityName' => [ 'type' => 'string', 'max' => 120, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}', ], 'ExperimentEntityNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:(experiment|experiment-trial|experiment-trial-component|artifact|action|context)\\/)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,119})', ], 'ExperimentSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'ExperimentSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'ExperimentSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'ExperimentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentSummary', ], ], 'ExperimentSummary' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentSource' => [ 'shape' => 'ExperimentSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ExpiresInSeconds' => [ 'type' => 'integer', 'max' => 300, 'min' => 5, ], 'Explainability' => [ 'type' => 'structure', 'members' => [ 'Report' => [ 'shape' => 'MetricsSource', ], ], ], 'ExplainabilityLocation' => [ 'type' => 'string', 'min' => 1, ], 'ExplainerConfig' => [ 'type' => 'structure', 'members' => [ 'ClarifyExplainerConfig' => [ 'shape' => 'ClarifyExplainerConfig', ], ], ], 'FailStepMetadata' => [ 'type' => 'structure', 'members' => [ 'ErrorMessage' => [ 'shape' => 'String3072', ], ], ], 'FailureHandlingPolicy' => [ 'type' => 'string', 'enum' => [ 'ROLLBACK_ON_FAILURE', 'DO_NOTHING', ], ], 'FailureReason' => [ 'type' => 'string', 'max' => 1024, ], 'FeatureAdditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureDefinition', ], 'max' => 100, 'min' => 1, ], 'FeatureDefinition' => [ 'type' => 'structure', 'members' => [ 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], ], ], 'FeatureDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureDefinition', ], 'max' => 2500, 'min' => 1, ], 'FeatureDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 0, 'pattern' => '.*', ], 'FeatureGroup' => [ 'type' => 'structure', 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'RecordIdentifierFeatureName' => [ 'shape' => 'FeatureName', ], 'EventTimeFeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureDefinitions' => [ 'shape' => 'FeatureDefinitions', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfig', ], 'OfflineStoreConfig' => [ 'shape' => 'OfflineStoreConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], 'LastUpdateStatus' => [ 'shape' => 'LastUpdateStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Description' => [ 'shape' => 'Description', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'FeatureGroupArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:feature-group/.*', ], 'FeatureGroupMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'FeatureGroupName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63}', ], 'FeatureGroupNameContains' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'FeatureGroupNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:feature-group\\/)?([a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63})', ], 'FeatureGroupSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'FeatureGroupStatus', 'OfflineStoreStatus', 'CreationTime', ], ], 'FeatureGroupSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'FeatureGroupStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Created', 'CreateFailed', 'Deleting', 'DeleteFailed', ], ], 'FeatureGroupSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureGroupSummary', ], ], 'FeatureGroupSummary' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureGroupArn', 'CreationTime', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FeatureGroupStatus' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatus' => [ 'shape' => 'OfflineStoreStatus', ], ], ], 'FeatureMetadata' => [ 'type' => 'structure', 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'FeatureType' => [ 'shape' => 'FeatureType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'Parameters' => [ 'shape' => 'FeatureParameters', ], ], ], 'FeatureName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([-_]*[a-zA-Z0-9]){0,63}', ], 'FeatureParameter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'FeatureParameterKey', ], 'Value' => [ 'shape' => 'FeatureParameterValue', ], ], ], 'FeatureParameterAdditions' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameter', ], 'max' => 25, ], 'FeatureParameterKey' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$', ], 'FeatureParameterRemovals' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameterKey', ], 'max' => 25, ], 'FeatureParameterValue' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$', ], 'FeatureParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'FeatureParameter', ], 'max' => 25, 'min' => 0, ], 'FeatureStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'FeatureType' => [ 'type' => 'string', 'enum' => [ 'Integral', 'Fractional', 'String', ], ], 'FileSource' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentDigest' => [ 'shape' => 'ContentDigest', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'FileSystemAccessMode' => [ 'type' => 'string', 'enum' => [ 'rw', 'ro', ], ], 'FileSystemConfig' => [ 'type' => 'structure', 'members' => [ 'MountPath' => [ 'shape' => 'MountPath', ], 'DefaultUid' => [ 'shape' => 'DefaultUid', 'box' => true, ], 'DefaultGid' => [ 'shape' => 'DefaultGid', 'box' => true, ], ], ], 'FileSystemDataSource' => [ 'type' => 'structure', 'required' => [ 'FileSystemId', 'FileSystemAccessMode', 'FileSystemType', 'DirectoryPath', ], 'members' => [ 'FileSystemId' => [ 'shape' => 'FileSystemId', ], 'FileSystemAccessMode' => [ 'shape' => 'FileSystemAccessMode', ], 'FileSystemType' => [ 'shape' => 'FileSystemType', ], 'DirectoryPath' => [ 'shape' => 'DirectoryPath', ], ], ], 'FileSystemId' => [ 'type' => 'string', 'min' => 11, 'pattern' => '.*', ], 'FileSystemType' => [ 'type' => 'string', 'enum' => [ 'EFS', 'FSxLustre', ], ], 'FillingTransformationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'FillingType', ], 'value' => [ 'shape' => 'FillingTransformationValue', ], 'max' => 6, 'min' => 1, ], 'FillingTransformationValue' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9\\_\\-]+$', ], 'FillingTransformations' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformationAttributeName', ], 'value' => [ 'shape' => 'FillingTransformationMap', ], 'max' => 50, 'min' => 1, ], 'FillingType' => [ 'type' => 'string', 'enum' => [ 'frontfill', 'middlefill', 'backfill', 'futurefill', 'frontfill_value', 'middlefill_value', 'backfill_value', 'futurefill_value', ], ], 'Filter' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'ResourcePropertyName', ], 'Operator' => [ 'shape' => 'Operator', ], 'Value' => [ 'shape' => 'FilterValue', ], ], ], 'FilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Filter', ], 'max' => 20, 'min' => 1, ], 'FilterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'FinalAutoMLJobObjectiveMetric' => [ 'type' => 'structure', 'required' => [ 'MetricName', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'AutoMLJobObjectiveType', ], 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], 'Value' => [ 'shape' => 'MetricValue', ], 'StandardMetricName' => [ 'shape' => 'AutoMLMetricEnum', ], ], ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'type' => 'structure', 'required' => [ 'MetricName', 'Value', ], 'members' => [ 'Type' => [ 'shape' => 'HyperParameterTuningJobObjectiveType', ], 'MetricName' => [ 'shape' => 'MetricName', ], 'Value' => [ 'shape' => 'MetricValue', ], ], ], 'FinalMetricDataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricData', ], 'max' => 40, 'min' => 0, ], 'FlatInvocations' => [ 'type' => 'string', 'enum' => [ 'Continue', 'Stop', ], ], 'Float' => [ 'type' => 'float', ], 'FlowDefinitionArn' => [ 'type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:flow-definition/.*', ], 'FlowDefinitionName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9]){0,62}', ], 'FlowDefinitionOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'FlowDefinitionStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'Active', 'Failed', 'Deleting', ], ], 'FlowDefinitionSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'FlowDefinitionSummary', ], ], 'FlowDefinitionSummary' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionName', 'FlowDefinitionArn', 'FlowDefinitionStatus', 'CreationTime', ], 'members' => [ 'FlowDefinitionName' => [ 'shape' => 'FlowDefinitionName', ], 'FlowDefinitionArn' => [ 'shape' => 'FlowDefinitionArn', ], 'FlowDefinitionStatus' => [ 'shape' => 'FlowDefinitionStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => [ 'type' => 'integer', 'max' => 864000, 'min' => 1, ], 'FlowDefinitionTaskCount' => [ 'type' => 'integer', 'max' => 3, 'min' => 1, ], 'FlowDefinitionTaskDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'FlowDefinitionTaskKeyword' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$', ], 'FlowDefinitionTaskKeywords' => [ 'type' => 'list', 'member' => [ 'shape' => 'FlowDefinitionTaskKeyword', ], 'max' => 5, 'min' => 1, ], 'FlowDefinitionTaskTimeLimitInSeconds' => [ 'type' => 'integer', 'max' => 28800, 'min' => 30, ], 'FlowDefinitionTaskTitle' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$', ], 'ForecastFrequency' => [ 'type' => 'string', 'max' => 5, 'min' => 1, 'pattern' => '^1Y|Y|([1-9]|1[0-1])M|M|[1-4]W|W|[1-6]D|D|([1-9]|1[0-9]|2[0-3])H|H|([1-9]|[1-5][0-9])min$', ], 'ForecastHorizon' => [ 'type' => 'integer', 'min' => 1, ], 'ForecastQuantile' => [ 'type' => 'string', 'max' => 4, 'min' => 2, 'pattern' => '(^p[1-9]\\d?$)', ], 'ForecastQuantiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'ForecastQuantile', ], 'max' => 5, 'min' => 1, ], 'Framework' => [ 'type' => 'string', 'enum' => [ 'TENSORFLOW', 'KERAS', 'MXNET', 'ONNX', 'PYTORCH', 'XGBOOST', 'TFLITE', 'DARKNET', 'SKLEARN', ], ], 'FrameworkVersion' => [ 'type' => 'string', 'max' => 10, 'min' => 3, 'pattern' => '[0-9]\\.[A-Za-z0-9.]+', ], 'GenerateCandidateDefinitionsOnly' => [ 'type' => 'boolean', ], 'GetDeviceFleetReportRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'GetDeviceFleetReportResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetArn', 'DeviceFleetName', ], 'members' => [ 'DeviceFleetArn' => [ 'shape' => 'DeviceFleetArn', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'ReportGenerated' => [ 'shape' => 'Timestamp', ], 'DeviceStats' => [ 'shape' => 'DeviceStats', ], 'AgentVersions' => [ 'shape' => 'AgentVersions', ], 'ModelStats' => [ 'shape' => 'EdgeModelStats', ], ], ], 'GetLineageGroupPolicyRequest' => [ 'type' => 'structure', 'required' => [ 'LineageGroupName', ], 'members' => [ 'LineageGroupName' => [ 'shape' => 'LineageGroupNameOrArn', ], ], ], 'GetLineageGroupPolicyResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'ResourcePolicy' => [ 'shape' => 'ResourcePolicyString', ], ], ], 'GetModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], ], ], 'GetModelPackageGroupPolicyOutput' => [ 'type' => 'structure', 'required' => [ 'ResourcePolicy', ], 'members' => [ 'ResourcePolicy' => [ 'shape' => 'PolicyString', ], ], ], 'GetSagemakerServicecatalogPortfolioStatusInput' => [ 'type' => 'structure', 'members' => [], ], 'GetSagemakerServicecatalogPortfolioStatusOutput' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'SagemakerServicecatalogStatus', ], ], ], 'GetScalingConfigurationRecommendationRequest' => [ 'type' => 'structure', 'required' => [ 'InferenceRecommendationsJobName', ], 'members' => [ 'InferenceRecommendationsJobName' => [ 'shape' => 'RecommendationJobName', ], 'RecommendationId' => [ 'shape' => 'String', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'TargetCpuUtilizationPerCore' => [ 'shape' => 'UtilizationPercentagePerCore', ], 'ScalingPolicyObjective' => [ 'shape' => 'ScalingPolicyObjective', ], ], ], 'GetScalingConfigurationRecommendationResponse' => [ 'type' => 'structure', 'members' => [ 'InferenceRecommendationsJobName' => [ 'shape' => 'RecommendationJobName', ], 'RecommendationId' => [ 'shape' => 'String', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'TargetCpuUtilizationPerCore' => [ 'shape' => 'UtilizationPercentagePerCore', ], 'ScalingPolicyObjective' => [ 'shape' => 'ScalingPolicyObjective', ], 'Metric' => [ 'shape' => 'ScalingPolicyMetric', ], 'DynamicScalingConfiguration' => [ 'shape' => 'DynamicScalingConfiguration', ], ], ], 'GetSearchSuggestionsRequest' => [ 'type' => 'structure', 'required' => [ 'Resource', ], 'members' => [ 'Resource' => [ 'shape' => 'ResourceType', ], 'SuggestionQuery' => [ 'shape' => 'SuggestionQuery', ], ], ], 'GetSearchSuggestionsResponse' => [ 'type' => 'structure', 'members' => [ 'PropertyNameSuggestions' => [ 'shape' => 'PropertyNameSuggestionList', ], ], ], 'GitConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryUrl', ], 'members' => [ 'RepositoryUrl' => [ 'shape' => 'GitConfigUrl', ], 'Branch' => [ 'shape' => 'Branch', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], ], ], 'GitConfigForUpdate' => [ 'type' => 'structure', 'members' => [ 'SecretArn' => [ 'shape' => 'SecretArn', ], ], ], 'GitConfigUrl' => [ 'type' => 'string', 'pattern' => '^https://([^/]+)/?(.*)$', ], 'Group' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', ], 'GroupingAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'GroupingAttributeNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'GroupingAttributeName', ], 'max' => 5, 'min' => 1, ], 'Groups' => [ 'type' => 'list', 'member' => [ 'shape' => 'Group', ], 'max' => 10, 'min' => 1, ], 'HookParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'Horovod' => [ 'type' => 'boolean', ], 'HubArn' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentArn' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentDependency' => [ 'type' => 'structure', 'members' => [ 'DependencyOriginPath' => [ 'shape' => 'DependencyOriginPath', ], 'DependencyCopyPath' => [ 'shape' => 'DependencyCopyPath', ], ], ], 'HubContentDependencyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubContentDependency', ], 'max' => 50, ], 'HubContentDescription' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'HubContentDisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubContentDocument' => [ 'type' => 'string', 'max' => 65535, 'pattern' => '.*', ], 'HubContentInfo' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentArn', 'HubContentVersion', 'HubContentType', 'DocumentSchemaVersion', 'HubContentStatus', 'CreationTime', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'HubContentStatus' => [ 'shape' => 'HubContentStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'HubContentInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubContentInfo', ], ], 'HubContentMarkdown' => [ 'type' => 'string', 'max' => 65535, 'pattern' => '.*', ], 'HubContentName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'HubContentSearchKeywordList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubSearchKeyword', ], 'max' => 50, ], 'HubContentSortBy' => [ 'type' => 'string', 'enum' => [ 'HubContentName', 'CreationTime', 'HubContentStatus', ], ], 'HubContentStatus' => [ 'type' => 'string', 'enum' => [ 'Available', 'Importing', 'Deleting', 'ImportFailed', 'DeleteFailed', ], ], 'HubContentType' => [ 'type' => 'string', 'enum' => [ 'Model', 'Notebook', ], ], 'HubContentVersion' => [ 'type' => 'string', 'max' => 14, 'min' => 5, 'pattern' => '^\\d{1,4}.\\d{1,4}.\\d{1,4}$', ], 'HubDescription' => [ 'type' => 'string', 'max' => 1023, 'pattern' => '.*', ], 'HubDisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'HubInfo' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubArn', 'HubStatus', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubArn' => [ 'shape' => 'HubArn', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], 'HubStatus' => [ 'shape' => 'HubStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'HubInfoList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubInfo', ], ], 'HubName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'HubS3StorageConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3OutputPath', ], ], ], 'HubSearchKeyword' => [ 'type' => 'string', 'max' => 255, 'pattern' => '^[^A-Z]*$', ], 'HubSearchKeywordList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HubSearchKeyword', ], 'max' => 50, ], 'HubSortBy' => [ 'type' => 'string', 'enum' => [ 'HubName', 'CreationTime', 'HubStatus', 'AccountIdOwner', ], ], 'HubStatus' => [ 'type' => 'string', 'enum' => [ 'InService', 'Creating', 'Updating', 'Deleting', 'CreateFailed', 'UpdateFailed', 'DeleteFailed', ], ], 'HumanLoopActivationConditions' => [ 'type' => 'string', 'max' => 10240, ], 'HumanLoopActivationConditionsConfig' => [ 'type' => 'structure', 'required' => [ 'HumanLoopActivationConditions', ], 'members' => [ 'HumanLoopActivationConditions' => [ 'shape' => 'HumanLoopActivationConditions', 'jsonvalue' => true, ], ], ], 'HumanLoopActivationConfig' => [ 'type' => 'structure', 'required' => [ 'HumanLoopActivationConditionsConfig', ], 'members' => [ 'HumanLoopActivationConditionsConfig' => [ 'shape' => 'HumanLoopActivationConditionsConfig', ], ], ], 'HumanLoopConfig' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', 'HumanTaskUiArn', 'TaskTitle', 'TaskDescription', 'TaskCount', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'TaskTitle' => [ 'shape' => 'FlowDefinitionTaskTitle', ], 'TaskDescription' => [ 'shape' => 'FlowDefinitionTaskDescription', ], 'TaskCount' => [ 'shape' => 'FlowDefinitionTaskCount', ], 'TaskAvailabilityLifetimeInSeconds' => [ 'shape' => 'FlowDefinitionTaskAvailabilityLifetimeInSeconds', ], 'TaskTimeLimitInSeconds' => [ 'shape' => 'FlowDefinitionTaskTimeLimitInSeconds', ], 'TaskKeywords' => [ 'shape' => 'FlowDefinitionTaskKeywords', ], 'PublicWorkforceTaskPrice' => [ 'shape' => 'PublicWorkforceTaskPrice', ], ], ], 'HumanLoopRequestSource' => [ 'type' => 'structure', 'required' => [ 'AwsManagedHumanLoopRequestSource', ], 'members' => [ 'AwsManagedHumanLoopRequestSource' => [ 'shape' => 'AwsManagedHumanLoopRequestSource', ], ], ], 'HumanTaskConfig' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', 'UiConfig', 'PreHumanTaskLambdaArn', 'TaskTitle', 'TaskDescription', 'NumberOfHumanWorkersPerDataObject', 'TaskTimeLimitInSeconds', 'AnnotationConsolidationConfig', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'UiConfig' => [ 'shape' => 'UiConfig', ], 'PreHumanTaskLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'TaskKeywords' => [ 'shape' => 'TaskKeywords', ], 'TaskTitle' => [ 'shape' => 'TaskTitle', ], 'TaskDescription' => [ 'shape' => 'TaskDescription', ], 'NumberOfHumanWorkersPerDataObject' => [ 'shape' => 'NumberOfHumanWorkersPerDataObject', ], 'TaskTimeLimitInSeconds' => [ 'shape' => 'TaskTimeLimitInSeconds', ], 'TaskAvailabilityLifetimeInSeconds' => [ 'shape' => 'TaskAvailabilityLifetimeInSeconds', ], 'MaxConcurrentTaskCount' => [ 'shape' => 'MaxConcurrentTaskCount', ], 'AnnotationConsolidationConfig' => [ 'shape' => 'AnnotationConsolidationConfig', ], 'PublicWorkforceTaskPrice' => [ 'shape' => 'PublicWorkforceTaskPrice', ], ], ], 'HumanTaskUiArn' => [ 'type' => 'string', 'max' => 1024, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:human-task-ui/.*', ], 'HumanTaskUiName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-z0-9](-*[a-z0-9])*', ], 'HumanTaskUiStatus' => [ 'type' => 'string', 'enum' => [ 'Active', 'Deleting', ], ], 'HumanTaskUiSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HumanTaskUiSummary', ], ], 'HumanTaskUiSummary' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiName', 'HumanTaskUiArn', 'CreationTime', ], 'members' => [ 'HumanTaskUiName' => [ 'shape' => 'HumanTaskUiName', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'HyperParameterAlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'AlgorithmImage', ], 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], ], ], 'HyperParameterKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'HyperParameterScalingType' => [ 'type' => 'string', 'enum' => [ 'Auto', 'Linear', 'Logarithmic', 'ReverseLogarithmic', ], ], 'HyperParameterSpecification' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterName', ], 'Description' => [ 'shape' => 'EntityDescription', ], 'Type' => [ 'shape' => 'ParameterType', ], 'Range' => [ 'shape' => 'ParameterRange', ], 'IsTunable' => [ 'shape' => 'Boolean', ], 'IsRequired' => [ 'shape' => 'Boolean', ], 'DefaultValue' => [ 'shape' => 'HyperParameterValue', ], ], ], 'HyperParameterSpecifications' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterSpecification', ], 'max' => 100, 'min' => 0, ], 'HyperParameterTrainingJobDefinition' => [ 'type' => 'structure', 'required' => [ 'AlgorithmSpecification', 'RoleArn', 'OutputDataConfig', 'StoppingCondition', ], 'members' => [ 'DefinitionName' => [ 'shape' => 'HyperParameterTrainingJobDefinitionName', ], 'TuningObjective' => [ 'shape' => 'HyperParameterTuningJobObjective', ], 'HyperParameterRanges' => [ 'shape' => 'ParameterRanges', ], 'StaticHyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'HyperParameterAlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'HyperParameterTuningResourceConfig' => [ 'shape' => 'HyperParameterTuningResourceConfig', ], 'Environment' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentMap', ], ], ], 'HyperParameterTrainingJobDefinitionName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}', ], 'HyperParameterTrainingJobDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'max' => 10, 'min' => 1, ], 'HyperParameterTrainingJobEnvironmentKey' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'HyperParameterTrainingJobEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentKey', ], 'value' => [ 'shape' => 'HyperParameterTrainingJobEnvironmentValue', ], 'max' => 48, ], 'HyperParameterTrainingJobEnvironmentValue' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\S\\s]*', ], 'HyperParameterTrainingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], ], 'HyperParameterTrainingJobSummary' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', 'TunedHyperParameters', ], 'members' => [ 'TrainingJobDefinitionName' => [ 'shape' => 'HyperParameterTrainingJobDefinitionName', ], 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'TunedHyperParameters' => [ 'shape' => 'HyperParameters', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'shape' => 'FinalHyperParameterTuningJobObjectiveMetric', ], 'ObjectiveStatus' => [ 'shape' => 'ObjectiveStatus', ], ], ], 'HyperParameterTuningAllocationStrategy' => [ 'type' => 'string', 'enum' => [ 'Prioritized', ], ], 'HyperParameterTuningInstanceConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', 'VolumeSizeInGB', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'VolumeSizeInGB', ], ], ], 'HyperParameterTuningInstanceConfigs' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningInstanceConfig', ], 'max' => 6, 'min' => 1, ], 'HyperParameterTuningJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:hyper-parameter-tuning-job/.*', ], 'HyperParameterTuningJobCompletionDetails' => [ 'type' => 'structure', 'members' => [ 'NumberOfTrainingJobsObjectiveNotImproving' => [ 'shape' => 'Integer', ], 'ConvergenceDetectedTime' => [ 'shape' => 'Timestamp', ], ], ], 'HyperParameterTuningJobConfig' => [ 'type' => 'structure', 'required' => [ 'Strategy', 'ResourceLimits', ], 'members' => [ 'Strategy' => [ 'shape' => 'HyperParameterTuningJobStrategyType', ], 'StrategyConfig' => [ 'shape' => 'HyperParameterTuningJobStrategyConfig', ], 'HyperParameterTuningJobObjective' => [ 'shape' => 'HyperParameterTuningJobObjective', ], 'ResourceLimits' => [ 'shape' => 'ResourceLimits', ], 'ParameterRanges' => [ 'shape' => 'ParameterRanges', ], 'TrainingJobEarlyStoppingType' => [ 'shape' => 'TrainingJobEarlyStoppingType', ], 'TuningJobCompletionCriteria' => [ 'shape' => 'TuningJobCompletionCriteria', ], 'RandomSeed' => [ 'shape' => 'RandomSeed', ], ], ], 'HyperParameterTuningJobConsumedResources' => [ 'type' => 'structure', 'members' => [ 'RuntimeInSeconds' => [ 'shape' => 'Integer', ], ], ], 'HyperParameterTuningJobName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'HyperParameterTuningJobObjective' => [ 'type' => 'structure', 'required' => [ 'Type', 'MetricName', ], 'members' => [ 'Type' => [ 'shape' => 'HyperParameterTuningJobObjectiveType', ], 'MetricName' => [ 'shape' => 'MetricName', ], ], ], 'HyperParameterTuningJobObjectiveType' => [ 'type' => 'string', 'enum' => [ 'Maximize', 'Minimize', ], ], 'HyperParameterTuningJobObjectives' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningJobObjective', ], ], 'HyperParameterTuningJobSearchEntity' => [ 'type' => 'structure', 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobConfig' => [ 'shape' => 'HyperParameterTuningJobConfig', ], 'TrainingJobDefinition' => [ 'shape' => 'HyperParameterTrainingJobDefinition', ], 'TrainingJobDefinitions' => [ 'shape' => 'HyperParameterTrainingJobDefinitions', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'BestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'OverallBestTrainingJob' => [ 'shape' => 'HyperParameterTrainingJobSummary', ], 'WarmStartConfig' => [ 'shape' => 'HyperParameterTuningJobWarmStartConfig', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Tags' => [ 'shape' => 'TagList', ], 'TuningJobCompletionDetails' => [ 'shape' => 'HyperParameterTuningJobCompletionDetails', ], 'ConsumedResources' => [ 'shape' => 'HyperParameterTuningJobConsumedResources', ], ], ], 'HyperParameterTuningJobSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'Status', 'CreationTime', ], ], 'HyperParameterTuningJobStatus' => [ 'type' => 'string', 'enum' => [ 'Completed', 'InProgress', 'Failed', 'Stopped', 'Stopping', ], ], 'HyperParameterTuningJobStrategyConfig' => [ 'type' => 'structure', 'members' => [ 'HyperbandStrategyConfig' => [ 'shape' => 'HyperbandStrategyConfig', ], ], ], 'HyperParameterTuningJobStrategyType' => [ 'type' => 'string', 'enum' => [ 'Bayesian', 'Random', 'Hyperband', 'Grid', ], ], 'HyperParameterTuningJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'HyperParameterTuningJobSummary', ], ], 'HyperParameterTuningJobSummary' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', 'HyperParameterTuningJobArn', 'HyperParameterTuningJobStatus', 'Strategy', 'CreationTime', 'TrainingJobStatusCounters', 'ObjectiveStatusCounters', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'HyperParameterTuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'HyperParameterTuningJobStatus' => [ 'shape' => 'HyperParameterTuningJobStatus', ], 'Strategy' => [ 'shape' => 'HyperParameterTuningJobStrategyType', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'HyperParameterTuningEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatusCounters' => [ 'shape' => 'TrainingJobStatusCounters', ], 'ObjectiveStatusCounters' => [ 'shape' => 'ObjectiveStatusCounters', ], 'ResourceLimits' => [ 'shape' => 'ResourceLimits', ], ], ], 'HyperParameterTuningJobWarmStartConfig' => [ 'type' => 'structure', 'required' => [ 'ParentHyperParameterTuningJobs', 'WarmStartType', ], 'members' => [ 'ParentHyperParameterTuningJobs' => [ 'shape' => 'ParentHyperParameterTuningJobs', ], 'WarmStartType' => [ 'shape' => 'HyperParameterTuningJobWarmStartType', ], ], ], 'HyperParameterTuningJobWarmStartType' => [ 'type' => 'string', 'enum' => [ 'IdenticalDataAndAlgorithm', 'TransferLearning', ], ], 'HyperParameterTuningMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 15768000, 'min' => 120, ], 'HyperParameterTuningResourceConfig' => [ 'type' => 'structure', 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'AllocationStrategy' => [ 'shape' => 'HyperParameterTuningAllocationStrategy', ], 'InstanceConfigs' => [ 'shape' => 'HyperParameterTuningInstanceConfigs', ], ], ], 'HyperParameterValue' => [ 'type' => 'string', 'max' => 2500, 'pattern' => '.*', ], 'HyperParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'HyperParameterKey', ], 'value' => [ 'shape' => 'HyperParameterValue', ], 'max' => 100, 'min' => 0, ], 'HyperbandStrategyConfig' => [ 'type' => 'structure', 'members' => [ 'MinResource' => [ 'shape' => 'HyperbandStrategyMinResource', ], 'MaxResource' => [ 'shape' => 'HyperbandStrategyMaxResource', ], ], ], 'HyperbandStrategyMaxResource' => [ 'type' => 'integer', 'min' => 1, ], 'HyperbandStrategyMinResource' => [ 'type' => 'integer', 'min' => 1, ], 'IamIdentity' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String', ], 'PrincipalId' => [ 'shape' => 'String', ], 'SourceIdentity' => [ 'shape' => 'String', ], ], ], 'IdempotencyToken' => [ 'type' => 'string', 'max' => 128, 'min' => 32, ], 'Image' => [ 'type' => 'structure', 'required' => [ 'CreationTime', 'ImageArn', 'ImageName', 'ImageStatus', 'LastModifiedTime', ], 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'ImageStatus' => [ 'shape' => 'ImageStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ImageArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$', ], 'ImageBaseImage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'ImageClassificationJobConfig' => [ 'type' => 'structure', 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], ], ], 'ImageConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryAccessMode', ], 'members' => [ 'RepositoryAccessMode' => [ 'shape' => 'RepositoryAccessMode', ], 'RepositoryAuthConfig' => [ 'shape' => 'RepositoryAuthConfig', ], ], ], 'ImageContainerImage' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'ImageDeleteProperty' => [ 'type' => 'string', 'max' => 11, 'min' => 1, 'pattern' => '(^DisplayName$)|(^Description$)', ], 'ImageDeletePropertyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageDeleteProperty', ], 'max' => 2, ], 'ImageDescription' => [ 'type' => 'string', 'max' => 512, 'min' => 1, 'pattern' => '.*', ], 'ImageDigest' => [ 'type' => 'string', 'max' => 72, 'pattern' => '^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$', ], 'ImageDisplayName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^\\S(.*\\S)?$', ], 'ImageName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$', ], 'ImageNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9\\-.]+$', ], 'ImageSortBy' => [ 'type' => 'string', 'enum' => [ 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'IMAGE_NAME', ], ], 'ImageSortOrder' => [ 'type' => 'string', 'enum' => [ 'ASCENDING', 'DESCENDING', ], ], 'ImageStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'CREATE_FAILED', 'UPDATING', 'UPDATE_FAILED', 'DELETING', 'DELETE_FAILED', ], ], 'ImageUri' => [ 'type' => 'string', 'max' => 255, 'pattern' => '.*', ], 'ImageVersion' => [ 'type' => 'structure', 'required' => [ 'CreationTime', 'ImageArn', 'ImageVersionArn', 'ImageVersionStatus', 'LastModifiedTime', 'Version', ], 'members' => [ 'CreationTime' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ImageArn' => [ 'shape' => 'ImageArn', ], 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'ImageVersionStatus' => [ 'shape' => 'ImageVersionStatus', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], ], ], 'ImageVersionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$', ], 'ImageVersionNumber' => [ 'type' => 'integer', 'min' => 0, ], 'ImageVersionSortBy' => [ 'type' => 'string', 'enum' => [ 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'VERSION', ], ], 'ImageVersionSortOrder' => [ 'type' => 'string', 'enum' => [ 'ASCENDING', 'DESCENDING', ], ], 'ImageVersionStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'CREATED', 'CREATE_FAILED', 'DELETING', 'DELETE_FAILED', ], ], 'ImageVersions' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageVersion', ], ], 'Images' => [ 'type' => 'list', 'member' => [ 'shape' => 'Image', ], ], 'ImportHubContentRequest' => [ 'type' => 'structure', 'required' => [ 'HubContentName', 'HubContentType', 'DocumentSchemaVersion', 'HubName', 'HubContentDocument', ], 'members' => [ 'HubContentName' => [ 'shape' => 'HubContentName', ], 'HubContentVersion' => [ 'shape' => 'HubContentVersion', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'DocumentSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'HubName' => [ 'shape' => 'HubName', ], 'HubContentDisplayName' => [ 'shape' => 'HubContentDisplayName', ], 'HubContentDescription' => [ 'shape' => 'HubContentDescription', ], 'HubContentMarkdown' => [ 'shape' => 'HubContentMarkdown', ], 'HubContentDocument' => [ 'shape' => 'HubContentDocument', ], 'HubContentSearchKeywords' => [ 'shape' => 'HubContentSearchKeywordList', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ImportHubContentResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', 'HubContentArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], 'HubContentArn' => [ 'shape' => 'HubContentArn', ], ], ], 'InferenceExecutionConfig' => [ 'type' => 'structure', 'required' => [ 'Mode', ], 'members' => [ 'Mode' => [ 'shape' => 'InferenceExecutionMode', ], ], ], 'InferenceExecutionMode' => [ 'type' => 'string', 'enum' => [ 'Serial', 'Direct', ], ], 'InferenceExperimentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:inference-experiment/.*', ], 'InferenceExperimentDataStorageConfig' => [ 'type' => 'structure', 'required' => [ 'Destination', ], 'members' => [ 'Destination' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKey' => [ 'shape' => 'KmsKeyId', ], 'ContentType' => [ 'shape' => 'CaptureContentTypeHeader', ], ], ], 'InferenceExperimentDescription' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'InferenceExperimentList' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceExperimentSummary', ], ], 'InferenceExperimentName' => [ 'type' => 'string', 'max' => 120, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}', ], 'InferenceExperimentSchedule' => [ 'type' => 'structure', 'members' => [ 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], ], ], 'InferenceExperimentStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Created', 'Updating', 'Running', 'Starting', 'Stopping', 'Completed', 'Cancelled', ], ], 'InferenceExperimentStatusReason' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'InferenceExperimentStopDesiredState' => [ 'type' => 'string', 'enum' => [ 'Completed', 'Cancelled', ], ], 'InferenceExperimentSummary' => [ 'type' => 'structure', 'required' => [ 'Name', 'Type', 'Status', 'CreationTime', 'LastModifiedTime', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Status' => [ 'shape' => 'InferenceExperimentStatus', ], 'StatusReason' => [ 'shape' => 'InferenceExperimentStatusReason', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'InferenceExperimentType' => [ 'type' => 'string', 'enum' => [ 'ShadowMode', ], ], 'InferenceImage' => [ 'type' => 'string', 'max' => 256, ], 'InferenceMetrics' => [ 'type' => 'structure', 'required' => [ 'MaxInvocations', 'ModelLatency', ], 'members' => [ 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], ], ], 'InferenceRecommendation' => [ 'type' => 'structure', 'required' => [ 'Metrics', 'EndpointConfiguration', 'ModelConfiguration', ], 'members' => [ 'Metrics' => [ 'shape' => 'RecommendationMetrics', ], 'EndpointConfiguration' => [ 'shape' => 'EndpointOutputConfiguration', ], 'ModelConfiguration' => [ 'shape' => 'ModelConfiguration', ], 'RecommendationId' => [ 'shape' => 'String', ], 'InvocationEndTime' => [ 'shape' => 'InvocationEndTime', ], 'InvocationStartTime' => [ 'shape' => 'InvocationStartTime', ], ], ], 'InferenceRecommendations' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendation', ], 'max' => 10, 'min' => 1, ], 'InferenceRecommendationsJob' => [ 'type' => 'structure', 'required' => [ 'JobName', 'JobDescription', 'JobType', 'JobArn', 'Status', 'CreationTime', 'RoleArn', 'LastModifiedTime', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'JobDescription' => [ 'shape' => 'RecommendationJobDescription', ], 'JobType' => [ 'shape' => 'RecommendationJobType', ], 'JobArn' => [ 'shape' => 'RecommendationJobArn', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CompletionTime' => [ 'shape' => 'Timestamp', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'SamplePayloadUrl' => [ 'shape' => 'S3Uri', ], 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'InferenceRecommendationsJobStep' => [ 'type' => 'structure', 'required' => [ 'StepType', 'JobName', 'Status', ], 'members' => [ 'StepType' => [ 'shape' => 'RecommendationStepType', ], 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'InferenceBenchmark' => [ 'shape' => 'RecommendationJobInferenceBenchmark', ], ], ], 'InferenceRecommendationsJobSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendationsJobStep', ], ], 'InferenceRecommendationsJobs' => [ 'type' => 'list', 'member' => [ 'shape' => 'InferenceRecommendationsJob', ], ], 'InferenceSpecification' => [ 'type' => 'structure', 'required' => [ 'Containers', 'SupportedContentTypes', 'SupportedResponseMIMETypes', ], 'members' => [ 'Containers' => [ 'shape' => 'ModelPackageContainerDefinitionList', ], 'SupportedTransformInstanceTypes' => [ 'shape' => 'TransformInstanceTypes', ], 'SupportedRealtimeInferenceInstanceTypes' => [ 'shape' => 'RealtimeInferenceInstanceTypes', ], 'SupportedContentTypes' => [ 'shape' => 'ContentTypes', ], 'SupportedResponseMIMETypes' => [ 'shape' => 'ResponseMIMETypes', ], ], ], 'InferenceSpecificationName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'InitialInstanceCount' => [ 'type' => 'integer', 'min' => 1, ], 'InitialNumberOfUsers' => [ 'type' => 'integer', 'min' => 1, ], 'InitialTaskCount' => [ 'type' => 'integer', 'min' => 1, ], 'InputConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'DataInputConfig', 'Framework', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'DataInputConfig' => [ 'shape' => 'DataInputConfig', ], 'Framework' => [ 'shape' => 'Framework', ], 'FrameworkVersion' => [ 'shape' => 'FrameworkVersion', ], ], ], 'InputDataConfig' => [ 'type' => 'list', 'member' => [ 'shape' => 'Channel', ], 'max' => 20, 'min' => 1, ], 'InputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', ], ], 'InputModes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingInputMode', ], 'min' => 1, ], 'InstanceGroup' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', 'InstanceGroupName', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'InstanceGroupName' => [ 'shape' => 'InstanceGroupName', ], ], ], 'InstanceGroupName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.+', ], 'InstanceGroupNames' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceGroupName', ], 'max' => 5, ], 'InstanceGroups' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceGroup', ], 'max' => 5, ], 'InstanceMetadataServiceConfiguration' => [ 'type' => 'structure', 'required' => [ 'MinimumInstanceMetadataServiceVersion', ], 'members' => [ 'MinimumInstanceMetadataServiceVersion' => [ 'shape' => 'MinimumInstanceMetadataServiceVersion', ], ], ], 'InstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.8xlarge', 'ml.m5d.12xlarge', 'ml.m5d.16xlarge', 'ml.m5d.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge', 'ml.p4d.24xlarge', 'ml.p4de.24xlarge', ], ], 'Integer' => [ 'type' => 'integer', ], 'IntegerParameterRange' => [ 'type' => 'structure', 'required' => [ 'Name', 'MinValue', 'MaxValue', ], 'members' => [ 'Name' => [ 'shape' => 'ParameterKey', ], 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], 'ScalingType' => [ 'shape' => 'HyperParameterScalingType', ], ], ], 'IntegerParameterRangeSpecification' => [ 'type' => 'structure', 'required' => [ 'MinValue', 'MaxValue', ], 'members' => [ 'MinValue' => [ 'shape' => 'ParameterValue', ], 'MaxValue' => [ 'shape' => 'ParameterValue', ], ], ], 'IntegerParameterRanges' => [ 'type' => 'list', 'member' => [ 'shape' => 'IntegerParameterRange', ], 'max' => 30, 'min' => 0, ], 'IntegerValue' => [ 'type' => 'integer', ], 'InvocationEndTime' => [ 'type' => 'timestamp', ], 'InvocationStartTime' => [ 'type' => 'timestamp', ], 'InvocationsMaxRetries' => [ 'type' => 'integer', 'max' => 3, 'min' => 0, ], 'InvocationsTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 1, ], 'IotRoleAlias' => [ 'type' => 'string', 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:rolealias/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'ItemIdentifierAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'JobDurationInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'JobReferenceCode' => [ 'type' => 'string', 'min' => 1, 'pattern' => '.+', ], 'JobReferenceCodeContains' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'JobType' => [ 'type' => 'string', 'enum' => [ 'TRAINING', 'INFERENCE', 'NOTEBOOK_KERNEL', ], ], 'JoinSource' => [ 'type' => 'string', 'enum' => [ 'Input', 'None', ], ], 'JsonContentType' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*', ], 'JsonContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'JsonContentType', ], 'max' => 10, 'min' => 1, ], 'JsonPath' => [ 'type' => 'string', 'max' => 63, 'min' => 0, ], 'JupyterServerAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'LifecycleConfigArns' => [ 'shape' => 'LifecycleConfigArns', ], 'CodeRepositories' => [ 'shape' => 'CodeRepositories', ], ], ], 'KeepAlivePeriodInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'KernelDisplayName' => [ 'type' => 'string', 'max' => 1024, ], 'KernelGatewayAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'CustomImages' => [ 'shape' => 'CustomImages', ], 'LifecycleConfigArns' => [ 'shape' => 'LifecycleConfigArns', ], ], ], 'KernelGatewayImageConfig' => [ 'type' => 'structure', 'required' => [ 'KernelSpecs', ], 'members' => [ 'KernelSpecs' => [ 'shape' => 'KernelSpecs', ], 'FileSystemConfig' => [ 'shape' => 'FileSystemConfig', ], ], ], 'KernelName' => [ 'type' => 'string', 'max' => 1024, ], 'KernelSpec' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'KernelName', ], 'DisplayName' => [ 'shape' => 'KernelDisplayName', ], ], ], 'KernelSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'KernelSpec', ], 'max' => 1, 'min' => 1, ], 'Key' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'KmsKeyId' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'LabelAttributeName' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,126}', ], 'LabelCounter' => [ 'type' => 'integer', 'min' => 0, ], 'LabelCounters' => [ 'type' => 'structure', 'members' => [ 'TotalLabeled' => [ 'shape' => 'LabelCounter', ], 'HumanLabeled' => [ 'shape' => 'LabelCounter', ], 'MachineLabeled' => [ 'shape' => 'LabelCounter', ], 'FailedNonRetryableError' => [ 'shape' => 'LabelCounter', ], 'Unlabeled' => [ 'shape' => 'LabelCounter', ], ], ], 'LabelCountersForWorkteam' => [ 'type' => 'structure', 'members' => [ 'HumanLabeled' => [ 'shape' => 'LabelCounter', ], 'PendingHuman' => [ 'shape' => 'LabelCounter', ], 'Total' => [ 'shape' => 'LabelCounter', ], ], ], 'LabelingJobAlgorithmSpecificationArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:.*', ], 'LabelingJobAlgorithmsConfig' => [ 'type' => 'structure', 'required' => [ 'LabelingJobAlgorithmSpecificationArn', ], 'members' => [ 'LabelingJobAlgorithmSpecificationArn' => [ 'shape' => 'LabelingJobAlgorithmSpecificationArn', ], 'InitialActiveLearningModelArn' => [ 'shape' => 'ModelArn', ], 'LabelingJobResourceConfig' => [ 'shape' => 'LabelingJobResourceConfig', ], ], ], 'LabelingJobArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:labeling-job/.*', ], 'LabelingJobDataAttributes' => [ 'type' => 'structure', 'members' => [ 'ContentClassifiers' => [ 'shape' => 'ContentClassifiers', ], ], ], 'LabelingJobDataSource' => [ 'type' => 'structure', 'members' => [ 'S3DataSource' => [ 'shape' => 'LabelingJobS3DataSource', ], 'SnsDataSource' => [ 'shape' => 'LabelingJobSnsDataSource', ], ], ], 'LabelingJobForWorkteamSummary' => [ 'type' => 'structure', 'required' => [ 'JobReferenceCode', 'WorkRequesterAccountId', 'CreationTime', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'JobReferenceCode' => [ 'shape' => 'JobReferenceCode', ], 'WorkRequesterAccountId' => [ 'shape' => 'AccountId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LabelCounters' => [ 'shape' => 'LabelCountersForWorkteam', ], 'NumberOfHumanWorkersPerDataObject' => [ 'shape' => 'NumberOfHumanWorkersPerDataObject', ], ], ], 'LabelingJobForWorkteamSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LabelingJobForWorkteamSummary', ], ], 'LabelingJobInputConfig' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'LabelingJobDataSource', ], 'DataAttributes' => [ 'shape' => 'LabelingJobDataAttributes', ], ], ], 'LabelingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'LabelingJobOutput' => [ 'type' => 'structure', 'required' => [ 'OutputDatasetS3Uri', ], 'members' => [ 'OutputDatasetS3Uri' => [ 'shape' => 'S3Uri', ], 'FinalActiveLearningModelArn' => [ 'shape' => 'ModelArn', ], ], ], 'LabelingJobOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'SnsTopicArn' => [ 'shape' => 'SnsTopicArn', ], ], ], 'LabelingJobResourceConfig' => [ 'type' => 'structure', 'members' => [ 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'LabelingJobS3DataSource' => [ 'type' => 'structure', 'required' => [ 'ManifestS3Uri', ], 'members' => [ 'ManifestS3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'LabelingJobSnsDataSource' => [ 'type' => 'structure', 'required' => [ 'SnsTopicArn', ], 'members' => [ 'SnsTopicArn' => [ 'shape' => 'SnsTopicArn', ], ], ], 'LabelingJobStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'LabelingJobStoppingConditions' => [ 'type' => 'structure', 'members' => [ 'MaxHumanLabeledObjectCount' => [ 'shape' => 'MaxHumanLabeledObjectCount', ], 'MaxPercentageOfInputDatasetLabeled' => [ 'shape' => 'MaxPercentageOfInputDatasetLabeled', ], ], ], 'LabelingJobSummary' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', 'LabelingJobArn', 'CreationTime', 'LastModifiedTime', 'LabelingJobStatus', 'LabelCounters', 'WorkteamArn', 'PreHumanTaskLambdaArn', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobStatus' => [ 'shape' => 'LabelingJobStatus', ], 'LabelCounters' => [ 'shape' => 'LabelCounters', ], 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'PreHumanTaskLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'AnnotationConsolidationLambdaArn' => [ 'shape' => 'LambdaFunctionArn', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'LabelingJobOutput' => [ 'shape' => 'LabelingJobOutput', ], 'InputConfig' => [ 'shape' => 'LabelingJobInputConfig', ], ], ], 'LabelingJobSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LabelingJobSummary', ], ], 'LambdaFunctionArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:lambda:[a-z0-9\\-]*:[0-9]{12}:function:.*', ], 'LambdaStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], ], ], 'LastModifiedTime' => [ 'type' => 'timestamp', ], 'LastUpdateStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'LastUpdateStatusValue', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'LastUpdateStatusValue' => [ 'type' => 'string', 'enum' => [ 'Successful', 'Failed', 'InProgress', ], ], 'LifecycleConfigArns' => [ 'type' => 'list', 'member' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], 'LineageEntityParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'StringParameterValue', ], 'value' => [ 'shape' => 'StringParameterValue', ], 'max' => 30, ], 'LineageGroupArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:lineage-group/.*', ], 'LineageGroupNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:lineage-group\\/)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,119})', ], 'LineageGroupSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'LineageGroupSummary', ], ], 'LineageGroupSummary' => [ 'type' => 'structure', 'members' => [ 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'LineageGroupName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'LineageType' => [ 'type' => 'string', 'enum' => [ 'TrialComponent', 'Artifact', 'Context', 'Action', ], ], 'ListActionsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ActionType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortActionsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListActionsResponse' => [ 'type' => 'structure', 'members' => [ 'ActionSummaries' => [ 'shape' => 'ActionSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAlgorithmsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'AlgorithmSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListAlgorithmsOutput' => [ 'type' => 'structure', 'required' => [ 'AlgorithmSummaryList', ], 'members' => [ 'AlgorithmSummaryList' => [ 'shape' => 'AlgorithmSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAliasesRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAliasesResponse' => [ 'type' => 'structure', 'members' => [ 'SageMakerImageVersionAliases' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAppImageConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'AppImageConfigName', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'AppImageConfigSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListAppImageConfigsResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'AppImageConfigs' => [ 'shape' => 'AppImageConfigList', ], ], ], 'ListAppsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'AppSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'UserProfileNameEquals' => [ 'shape' => 'UserProfileName', ], 'SpaceNameEquals' => [ 'shape' => 'SpaceName', ], ], ], 'ListAppsResponse' => [ 'type' => 'structure', 'members' => [ 'Apps' => [ 'shape' => 'AppList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListArtifactsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ArtifactType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortArtifactsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListArtifactsResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactSummaries' => [ 'shape' => 'ArtifactSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'AssociationEntityArn', ], 'DestinationArn' => [ 'shape' => 'AssociationEntityArn', ], 'SourceType' => [ 'shape' => 'String256', ], 'DestinationType' => [ 'shape' => 'String256', ], 'AssociationType' => [ 'shape' => 'AssociationEdgeType', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortAssociationsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListAssociationsResponse' => [ 'type' => 'structure', 'members' => [ 'AssociationSummaries' => [ 'shape' => 'AssociationSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAutoMLJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'AutoMLNameContains', ], 'StatusEquals' => [ 'shape' => 'AutoMLJobStatus', ], 'SortOrder' => [ 'shape' => 'AutoMLSortOrder', ], 'SortBy' => [ 'shape' => 'AutoMLSortBy', ], 'MaxResults' => [ 'shape' => 'AutoMLMaxResults', 'box' => true, ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListAutoMLJobsResponse' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobSummaries', ], 'members' => [ 'AutoMLJobSummaries' => [ 'shape' => 'AutoMLJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCandidatesForAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], 'StatusEquals' => [ 'shape' => 'CandidateStatus', ], 'CandidateNameEquals' => [ 'shape' => 'CandidateName', ], 'SortOrder' => [ 'shape' => 'AutoMLSortOrder', ], 'SortBy' => [ 'shape' => 'CandidateSortBy', ], 'MaxResults' => [ 'shape' => 'AutoMLMaxResults', 'box' => true, ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCandidatesForAutoMLJobResponse' => [ 'type' => 'structure', 'required' => [ 'Candidates', ], 'members' => [ 'Candidates' => [ 'shape' => 'AutoMLCandidates', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCodeRepositoriesInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'CodeRepositoryNameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'CodeRepositorySortBy', ], 'SortOrder' => [ 'shape' => 'CodeRepositorySortOrder', ], ], ], 'ListCodeRepositoriesOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositorySummaryList', ], 'members' => [ 'CodeRepositorySummaryList' => [ 'shape' => 'CodeRepositorySummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCompilationJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'CompilationJobStatus', ], 'SortBy' => [ 'shape' => 'ListCompilationJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListCompilationJobsResponse' => [ 'type' => 'structure', 'required' => [ 'CompilationJobSummaries', ], 'members' => [ 'CompilationJobSummaries' => [ 'shape' => 'CompilationJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListCompilationJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ListContextsRequest' => [ 'type' => 'structure', 'members' => [ 'SourceUri' => [ 'shape' => 'SourceUri', ], 'ContextType' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortContextsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListContextsResponse' => [ 'type' => 'structure', 'members' => [ 'ContextSummaries' => [ 'shape' => 'ContextSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDataQualityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListDataQualityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeviceFleetsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'ListDeviceFleetsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListDeviceFleetsResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetSummaries', ], 'members' => [ 'DeviceFleetSummaries' => [ 'shape' => 'DeviceFleetSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDeviceFleetsSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', ], ], 'ListDevicesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'LatestHeartbeatAfter' => [ 'shape' => 'Timestamp', ], 'ModelName' => [ 'shape' => 'EntityName', ], 'DeviceFleetName' => [ 'shape' => 'EntityName', ], ], ], 'ListDevicesResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceSummaries', ], 'members' => [ 'DeviceSummaries' => [ 'shape' => 'DeviceSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDomainsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListDomainsResponse' => [ 'type' => 'structure', 'members' => [ 'Domains' => [ 'shape' => 'DomainList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgeDeploymentPlansRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'DeviceFleetNameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'ListEdgeDeploymentPlansSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListEdgeDeploymentPlansResponse' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanSummaries', ], 'members' => [ 'EdgeDeploymentPlanSummaries' => [ 'shape' => 'EdgeDeploymentPlanSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgeDeploymentPlansSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'DEVICE_FLEET_NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', ], ], 'ListEdgePackagingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'ModelNameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'EdgePackagingJobStatus', ], 'SortBy' => [ 'shape' => 'ListEdgePackagingJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListEdgePackagingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobSummaries', ], 'members' => [ 'EdgePackagingJobSummaries' => [ 'shape' => 'EdgePackagingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListEdgePackagingJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'NAME', 'MODEL_NAME', 'CREATION_TIME', 'LAST_MODIFIED_TIME', 'STATUS', ], ], 'ListEndpointConfigsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'EndpointConfigSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EndpointConfigNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListEndpointConfigsOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigs', ], 'members' => [ 'EndpointConfigs' => [ 'shape' => 'EndpointConfigSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListEndpointsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'EndpointSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EndpointNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'EndpointStatus', ], ], ], 'ListEndpointsOutput' => [ 'type' => 'structure', 'required' => [ 'Endpoints', ], 'members' => [ 'Endpoints' => [ 'shape' => 'EndpointSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortExperimentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentSummaries' => [ 'shape' => 'ExperimentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFeatureGroupsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'FeatureGroupNameContains', ], 'FeatureGroupStatusEquals' => [ 'shape' => 'FeatureGroupStatus', ], 'OfflineStoreStatusEquals' => [ 'shape' => 'OfflineStoreStatusValue', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'SortOrder' => [ 'shape' => 'FeatureGroupSortOrder', ], 'SortBy' => [ 'shape' => 'FeatureGroupSortBy', ], 'MaxResults' => [ 'shape' => 'FeatureGroupMaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFeatureGroupsResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupSummaries', 'NextToken', ], 'members' => [ 'FeatureGroupSummaries' => [ 'shape' => 'FeatureGroupSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListFlowDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListFlowDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'FlowDefinitionSummaries', ], 'members' => [ 'FlowDefinitionSummaries' => [ 'shape' => 'FlowDefinitionSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', 'HubContentName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'HubContentName' => [ 'shape' => 'HubContentName', ], 'MinVersion' => [ 'shape' => 'HubContentVersion', ], 'MaxSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubContentSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentVersionsResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentSummaries', ], 'members' => [ 'HubContentSummaries' => [ 'shape' => 'HubContentInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentsRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', 'HubContentType', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubContentType' => [ 'shape' => 'HubContentType', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'MaxSchemaVersion' => [ 'shape' => 'DocumentSchemaVersion', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubContentSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubContentsResponse' => [ 'type' => 'structure', 'required' => [ 'HubContentSummaries', ], 'members' => [ 'HubContentSummaries' => [ 'shape' => 'HubContentInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'HubSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHubsResponse' => [ 'type' => 'structure', 'required' => [ 'HubSummaries', ], 'members' => [ 'HubSummaries' => [ 'shape' => 'HubInfoList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHumanTaskUisRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListHumanTaskUisResponse' => [ 'type' => 'structure', 'required' => [ 'HumanTaskUiSummaries', ], 'members' => [ 'HumanTaskUiSummaries' => [ 'shape' => 'HumanTaskUiSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListHyperParameterTuningJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'SortBy' => [ 'shape' => 'HyperParameterTuningJobSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'HyperParameterTuningJobStatus', ], ], ], 'ListHyperParameterTuningJobsResponse' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobSummaries', ], 'members' => [ 'HyperParameterTuningJobSummaries' => [ 'shape' => 'HyperParameterTuningJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListImageVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ImageVersionSortBy', ], 'SortOrder' => [ 'shape' => 'ImageVersionSortOrder', ], ], ], 'ListImageVersionsResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersions' => [ 'shape' => 'ImageVersions', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListImagesRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ImageNameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ImageSortBy', ], 'SortOrder' => [ 'shape' => 'ImageSortOrder', ], ], ], 'ListImagesResponse' => [ 'type' => 'structure', 'members' => [ 'Images' => [ 'shape' => 'Images', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'NameContains', ], 'Type' => [ 'shape' => 'InferenceExperimentType', ], 'StatusEquals' => [ 'shape' => 'InferenceExperimentStatus', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortInferenceExperimentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListInferenceExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'InferenceExperiments' => [ 'shape' => 'InferenceExperimentList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobStepsRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], 'Status' => [ 'shape' => 'RecommendationJobStatus', ], 'StepType' => [ 'shape' => 'RecommendationStepType', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobStepsResponse' => [ 'type' => 'structure', 'members' => [ 'Steps' => [ 'shape' => 'InferenceRecommendationsJobSteps', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'RecommendationJobStatus', ], 'SortBy' => [ 'shape' => 'ListInferenceRecommendationsJobsSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ModelNameEquals' => [ 'shape' => 'ModelName', ], 'ModelPackageVersionArnEquals' => [ 'shape' => 'ModelPackageArn', ], ], ], 'ListInferenceRecommendationsJobsResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceRecommendationsJobs', ], 'members' => [ 'InferenceRecommendationsJobs' => [ 'shape' => 'InferenceRecommendationsJobs', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListInferenceRecommendationsJobsSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ListLabelingJobsForWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'JobReferenceCodeContains' => [ 'shape' => 'JobReferenceCodeContains', ], 'SortBy' => [ 'shape' => 'ListLabelingJobsForWorkteamSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListLabelingJobsForWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'LabelingJobSummaryList', ], 'members' => [ 'LabelingJobSummaryList' => [ 'shape' => 'LabelingJobForWorkteamSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListLabelingJobsForWorkteamSortByOptions' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'ListLabelingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'StatusEquals' => [ 'shape' => 'LabelingJobStatus', ], ], ], 'ListLabelingJobsResponse' => [ 'type' => 'structure', 'members' => [ 'LabelingJobSummaryList' => [ 'shape' => 'LabelingJobSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListLineageEntityParameterKey' => [ 'type' => 'list', 'member' => [ 'shape' => 'StringParameterValue', ], ], 'ListLineageGroupsRequest' => [ 'type' => 'structure', 'members' => [ 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortLineageGroupsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListLineageGroupsResponse' => [ 'type' => 'structure', 'members' => [ 'LineageGroupSummaries' => [ 'shape' => 'LineageGroupSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMaxResults' => [ 'type' => 'integer', 'max' => 100, ], 'ListModelBiasJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelBiasJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardExportJobsRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModelCardExportJobNameContains' => [ 'shape' => 'EntityName', ], 'StatusEquals' => [ 'shape' => 'ModelCardExportJobStatus', ], 'SortBy' => [ 'shape' => 'ModelCardExportJobSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardExportJobSortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListModelCardExportJobsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobSummaries', ], 'members' => [ 'ModelCardExportJobSummaries' => [ 'shape' => 'ModelCardExportJobSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardVersionsRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelCardVersionSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardSortOrder', ], ], ], 'ListModelCardVersionsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardVersionSummaryList', ], 'members' => [ 'ModelCardVersionSummaryList' => [ 'shape' => 'ModelCardVersionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelCardsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'EntityName', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelCardSortBy', ], 'SortOrder' => [ 'shape' => 'ModelCardSortOrder', ], ], ], 'ListModelCardsResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardSummaries', ], 'members' => [ 'ModelCardSummaries' => [ 'shape' => 'ModelCardSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelExplainabilityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelExplainabilityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelMetadataRequest' => [ 'type' => 'structure', 'members' => [ 'SearchExpression' => [ 'shape' => 'ModelMetadataSearchExpression', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListModelMetadataResponse' => [ 'type' => 'structure', 'required' => [ 'ModelMetadataSummaries', ], 'members' => [ 'ModelMetadataSummaries' => [ 'shape' => 'ModelMetadataSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelPackageGroupsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelPackageGroupSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListModelPackageGroupsOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupSummaryList', ], 'members' => [ 'ModelPackageGroupSummaryList' => [ 'shape' => 'ModelPackageGroupSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelPackagesInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'ModelPackageGroupName' => [ 'shape' => 'ArnOrName', ], 'ModelPackageType' => [ 'shape' => 'ModelPackageType', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ModelPackageSortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListModelPackagesOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageSummaryList', ], 'members' => [ 'ModelPackageSummaryList' => [ 'shape' => 'ModelPackageSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelQualityJobDefinitionsRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringJobDefinitionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelQualityJobDefinitionsResponse' => [ 'type' => 'structure', 'required' => [ 'JobDefinitionSummaries', ], 'members' => [ 'JobDefinitionSummaries' => [ 'shape' => 'MonitoringJobDefinitionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListModelsInput' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ModelSortKey', ], 'SortOrder' => [ 'shape' => 'OrderKey', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ModelNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], ], ], 'ListModelsOutput' => [ 'type' => 'structure', 'required' => [ 'Models', ], 'members' => [ 'Models' => [ 'shape' => 'ModelSummaryList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListMonitoringAlertHistoryRequest' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'SortBy' => [ 'shape' => 'MonitoringAlertHistorySortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'MonitoringAlertStatus', ], ], ], 'ListMonitoringAlertHistoryResponse' => [ 'type' => 'structure', 'members' => [ 'MonitoringAlertHistory' => [ 'shape' => 'MonitoringAlertHistoryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringAlertsRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListMonitoringAlertsResponse' => [ 'type' => 'structure', 'members' => [ 'MonitoringAlertSummaries' => [ 'shape' => 'MonitoringAlertSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringExecutionsRequest' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringExecutionSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'ScheduledTimeBefore' => [ 'shape' => 'Timestamp', ], 'ScheduledTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'ExecutionStatus', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringTypeEquals' => [ 'shape' => 'MonitoringType', ], ], ], 'ListMonitoringExecutionsResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringExecutionSummaries', ], 'members' => [ 'MonitoringExecutionSummaries' => [ 'shape' => 'MonitoringExecutionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListMonitoringSchedulesRequest' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'SortBy' => [ 'shape' => 'MonitoringScheduleSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'StatusEquals' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringTypeEquals' => [ 'shape' => 'MonitoringType', ], ], ], 'ListMonitoringSchedulesResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleSummaries', ], 'members' => [ 'MonitoringScheduleSummaries' => [ 'shape' => 'MonitoringScheduleSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListNotebookInstanceLifecycleConfigsInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortBy' => [ 'shape' => 'NotebookInstanceLifecycleConfigSortKey', ], 'SortOrder' => [ 'shape' => 'NotebookInstanceLifecycleConfigSortOrder', ], 'NameContains' => [ 'shape' => 'NotebookInstanceLifecycleConfigNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], ], ], 'ListNotebookInstanceLifecycleConfigsOutput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'NotebookInstanceLifecycleConfigs' => [ 'shape' => 'NotebookInstanceLifecycleConfigSummaryList', ], ], ], 'ListNotebookInstancesInput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortBy' => [ 'shape' => 'NotebookInstanceSortKey', ], 'SortOrder' => [ 'shape' => 'NotebookInstanceSortOrder', ], 'NameContains' => [ 'shape' => 'NotebookInstanceNameContains', ], 'CreationTimeBefore' => [ 'shape' => 'CreationTime', ], 'CreationTimeAfter' => [ 'shape' => 'CreationTime', ], 'LastModifiedTimeBefore' => [ 'shape' => 'LastModifiedTime', ], 'LastModifiedTimeAfter' => [ 'shape' => 'LastModifiedTime', ], 'StatusEquals' => [ 'shape' => 'NotebookInstanceStatus', ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DefaultCodeRepositoryContains' => [ 'shape' => 'CodeRepositoryContains', ], 'AdditionalCodeRepositoryEquals' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], ], ], 'ListNotebookInstancesOutput' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'NotebookInstances' => [ 'shape' => 'NotebookInstanceSummaryList', ], ], ], 'ListPipelineExecutionStepsRequest' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListPipelineExecutionStepsResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionSteps' => [ 'shape' => 'PipelineExecutionStepList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelineExecutionsRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortPipelineExecutionsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelineExecutionsResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionSummaries' => [ 'shape' => 'PipelineExecutionSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelineParametersForExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelineParametersForExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListPipelinesRequest' => [ 'type' => 'structure', 'members' => [ 'PipelineNamePrefix' => [ 'shape' => 'PipelineName', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortPipelinesBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], ], ], 'ListPipelinesResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineSummaries' => [ 'shape' => 'PipelineSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListProcessingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'String', ], 'StatusEquals' => [ 'shape' => 'ProcessingJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListProcessingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobSummaries', ], 'members' => [ 'ProcessingJobSummaries' => [ 'shape' => 'ProcessingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListProjectsInput' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NameContains' => [ 'shape' => 'ProjectEntityName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'SortBy' => [ 'shape' => 'ProjectSortBy', ], 'SortOrder' => [ 'shape' => 'ProjectSortOrder', ], ], ], 'ListProjectsOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectSummaryList', ], 'members' => [ 'ProjectSummaryList' => [ 'shape' => 'ProjectSummaryList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListResourceCatalogsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'ResourceCatalogName', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'SortOrder' => [ 'shape' => 'ResourceCatalogSortOrder', ], 'SortBy' => [ 'shape' => 'ResourceCatalogSortBy', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListResourceCatalogsResponse' => [ 'type' => 'structure', 'members' => [ 'ResourceCatalogs' => [ 'shape' => 'ResourceCatalogList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListSpacesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'SpaceSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'SpaceNameContains' => [ 'shape' => 'SpaceName', ], ], ], 'ListSpacesResponse' => [ 'type' => 'structure', 'members' => [ 'Spaces' => [ 'shape' => 'SpaceList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStageDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListMaxResults', 'box' => true, ], 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'ExcludeDevicesDeployedInOtherStage' => [ 'shape' => 'Boolean', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'ListStageDevicesResponse' => [ 'type' => 'structure', 'required' => [ 'DeviceDeploymentSummaries', ], 'members' => [ 'DeviceDeploymentSummaries' => [ 'shape' => 'DeviceDeploymentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListStudioLifecycleConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'NameContains' => [ 'shape' => 'StudioLifecycleConfigName', ], 'AppTypeEquals' => [ 'shape' => 'StudioLifecycleConfigAppType', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'StudioLifecycleConfigSortKey', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListStudioLifecycleConfigsResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'StudioLifecycleConfigs' => [ 'shape' => 'StudioLifecycleConfigsList', ], ], ], 'ListSubscribedWorkteamsRequest' => [ 'type' => 'structure', 'members' => [ 'NameContains' => [ 'shape' => 'WorkteamName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListSubscribedWorkteamsResponse' => [ 'type' => 'structure', 'required' => [ 'SubscribedWorkteams', ], 'members' => [ 'SubscribedWorkteams' => [ 'shape' => 'SubscribedWorkteams', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsInput' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'ResourceArn', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'ListTagsMaxResults', ], ], ], 'ListTagsMaxResults' => [ 'type' => 'integer', 'min' => 50, ], 'ListTagsOutput' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'TagList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrainingJobsForHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'StatusEquals' => [ 'shape' => 'TrainingJobStatus', ], 'SortBy' => [ 'shape' => 'TrainingJobSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], ], ], 'ListTrainingJobsForHyperParameterTuningJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobSummaries', ], 'members' => [ 'TrainingJobSummaries' => [ 'shape' => 'HyperParameterTrainingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrainingJobsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'TrainingJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'WarmPoolStatusEquals' => [ 'shape' => 'WarmPoolResourceStatus', ], ], ], 'ListTrainingJobsResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobSummaries', ], 'members' => [ 'TrainingJobSummaries' => [ 'shape' => 'TrainingJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTransformJobsRequest' => [ 'type' => 'structure', 'members' => [ 'CreationTimeAfter' => [ 'shape' => 'Timestamp', ], 'CreationTimeBefore' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeAfter' => [ 'shape' => 'Timestamp', ], 'LastModifiedTimeBefore' => [ 'shape' => 'Timestamp', ], 'NameContains' => [ 'shape' => 'NameContains', ], 'StatusEquals' => [ 'shape' => 'TransformJobStatus', ], 'SortBy' => [ 'shape' => 'SortBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListTransformJobsResponse' => [ 'type' => 'structure', 'required' => [ 'TransformJobSummaries', ], 'members' => [ 'TransformJobSummaries' => [ 'shape' => 'TransformJobSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialComponentKey256' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentKey256', ], ], 'ListTrialComponentsRequest' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'SourceArn' => [ 'shape' => 'String256', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortTrialComponentsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialComponentsResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentSummaries' => [ 'shape' => 'TrialComponentSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialsRequest' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'SortBy' => [ 'shape' => 'SortTrialsBy', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTrialsResponse' => [ 'type' => 'structure', 'members' => [ 'TrialSummaries' => [ 'shape' => 'TrialSummaries', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListUserProfilesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'SortBy' => [ 'shape' => 'UserProfileSortKey', ], 'DomainIdEquals' => [ 'shape' => 'DomainId', ], 'UserProfileNameContains' => [ 'shape' => 'UserProfileName', ], ], ], 'ListUserProfilesResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfiles' => [ 'shape' => 'UserProfileList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkforcesRequest' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ListWorkforcesSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'WorkforceName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListWorkforcesResponse' => [ 'type' => 'structure', 'required' => [ 'Workforces', ], 'members' => [ 'Workforces' => [ 'shape' => 'Workforces', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkforcesSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreateDate', ], ], 'ListWorkteamsRequest' => [ 'type' => 'structure', 'members' => [ 'SortBy' => [ 'shape' => 'ListWorkteamsSortByOptions', ], 'SortOrder' => [ 'shape' => 'SortOrder', ], 'NameContains' => [ 'shape' => 'WorkteamName', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], ], ], 'ListWorkteamsResponse' => [ 'type' => 'structure', 'required' => [ 'Workteams', ], 'members' => [ 'Workteams' => [ 'shape' => 'Workteams', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListWorkteamsSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreateDate', ], ], 'Long' => [ 'type' => 'long', ], 'MLFramework' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z]+ ?\\d+\\.\\d+(\\.\\d+)?$', ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxCandidates' => [ 'type' => 'integer', 'max' => 750, 'min' => 1, ], 'MaxConcurrentInvocationsPerInstance' => [ 'type' => 'integer', 'max' => 1000, 'min' => 1, ], 'MaxConcurrentTaskCount' => [ 'type' => 'integer', 'max' => 5000, 'min' => 1, ], 'MaxConcurrentTransforms' => [ 'type' => 'integer', 'min' => 0, ], 'MaxHumanLabeledObjectCount' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTests' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTrainingJobs' => [ 'type' => 'integer', 'min' => 1, ], 'MaxNumberOfTrainingJobsNotImproving' => [ 'type' => 'integer', 'min' => 3, ], 'MaxParallelExecutionSteps' => [ 'type' => 'integer', 'min' => 1, ], 'MaxParallelOfTests' => [ 'type' => 'integer', 'min' => 1, ], 'MaxParallelTrainingJobs' => [ 'type' => 'integer', 'min' => 1, ], 'MaxPayloadInMB' => [ 'type' => 'integer', 'min' => 0, ], 'MaxPercentageOfInputDatasetLabeled' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MaxRuntimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaxWaitTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'MaximumExecutionTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 28800, 'min' => 600, ], 'MaximumRetryAttempts' => [ 'type' => 'integer', 'max' => 30, 'min' => 1, ], 'MediaType' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^[-\\w]+\\/[-\\w+]+$', ], 'MemberDefinition' => [ 'type' => 'structure', 'members' => [ 'CognitoMemberDefinition' => [ 'shape' => 'CognitoMemberDefinition', ], 'OidcMemberDefinition' => [ 'shape' => 'OidcMemberDefinition', ], ], ], 'MemberDefinitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'MemberDefinition', ], 'max' => 10, 'min' => 1, ], 'MetadataProperties' => [ 'type' => 'structure', 'members' => [ 'CommitId' => [ 'shape' => 'MetadataPropertyValue', ], 'Repository' => [ 'shape' => 'MetadataPropertyValue', ], 'GeneratedBy' => [ 'shape' => 'MetadataPropertyValue', ], 'ProjectId' => [ 'shape' => 'MetadataPropertyValue', ], ], ], 'MetadataPropertyValue' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'MetricData' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'MetricName', ], 'Value' => [ 'shape' => 'Float', ], 'Timestamp' => [ 'shape' => 'Timestamp', ], ], ], 'MetricDataList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDatum', ], 'max' => 40, 'min' => 0, ], 'MetricDatum' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'AutoMLMetricEnum', ], 'Value' => [ 'shape' => 'Float', ], 'Set' => [ 'shape' => 'MetricSetSource', ], 'StandardMetricName' => [ 'shape' => 'AutoMLMetricExtendedEnum', ], ], ], 'MetricDefinition' => [ 'type' => 'structure', 'required' => [ 'Name', 'Regex', ], 'members' => [ 'Name' => [ 'shape' => 'MetricName', ], 'Regex' => [ 'shape' => 'MetricRegex', ], ], ], 'MetricDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MetricDefinition', ], 'max' => 40, 'min' => 0, ], 'MetricName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'MetricRegex' => [ 'type' => 'string', 'max' => 500, 'min' => 1, 'pattern' => '.+', ], 'MetricSetSource' => [ 'type' => 'string', 'enum' => [ 'Train', 'Validation', 'Test', ], ], 'MetricSpecification' => [ 'type' => 'structure', 'members' => [ 'Predefined' => [ 'shape' => 'PredefinedMetricSpecification', ], 'Customized' => [ 'shape' => 'CustomizedMetricSpecification', ], ], 'union' => true, ], 'MetricValue' => [ 'type' => 'float', ], 'MetricsSource' => [ 'type' => 'structure', 'required' => [ 'ContentType', 'S3Uri', ], 'members' => [ 'ContentType' => [ 'shape' => 'ContentType', ], 'ContentDigest' => [ 'shape' => 'ContentDigest', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MinimumInstanceMetadataServiceVersion' => [ 'type' => 'string', 'max' => 1, 'pattern' => '1|2', ], 'Model' => [ 'type' => 'structure', 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'PrimaryContainer' => [ 'shape' => 'ContainerDefinition', ], 'Containers' => [ 'shape' => 'ContainerDefinitionList', ], 'InferenceExecutionConfig' => [ 'shape' => 'InferenceExecutionConfig', ], 'ExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'Tags' => [ 'shape' => 'TagList', ], 'DeploymentRecommendation' => [ 'shape' => 'DeploymentRecommendation', ], ], ], 'ModelApprovalStatus' => [ 'type' => 'string', 'enum' => [ 'Approved', 'Rejected', 'PendingManualApproval', ], ], 'ModelArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model/.*', ], 'ModelArtifacts' => [ 'type' => 'structure', 'required' => [ 'S3ModelArtifacts', ], 'members' => [ 'S3ModelArtifacts' => [ 'shape' => 'S3Uri', ], ], ], 'ModelBiasAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', 'ConfigUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ConfigUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelBiasBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelBiasJobInput' => [ 'type' => 'structure', 'required' => [ 'GroundTruthS3Input', ], 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], 'GroundTruthS3Input' => [ 'shape' => 'MonitoringGroundTruthS3Input', ], ], ], 'ModelCacheSetting' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'ModelCard' => [ 'type' => 'structure', 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelId' => [ 'shape' => 'String', ], 'RiskRating' => [ 'shape' => 'String', ], 'ModelPackageGroupName' => [ 'shape' => 'String', ], ], ], 'ModelCardArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'ModelCardContent' => [ 'type' => 'string', 'max' => 100000, 'min' => 0, 'pattern' => '.*', 'sensitive' => true, ], 'ModelCardExportArtifacts' => [ 'type' => 'structure', 'required' => [ 'S3ExportArtifacts', ], 'members' => [ 'S3ExportArtifacts' => [ 'shape' => 'S3Uri', ], ], ], 'ModelCardExportJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]{9,16}:[0-9]{12}:model-card/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}/export-job/[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'ModelCardExportJobSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'ModelCardExportJobSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ModelCardExportJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', ], ], 'ModelCardExportJobSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardExportJobName', 'ModelCardExportJobArn', 'Status', 'ModelCardName', 'ModelCardVersion', 'CreatedAt', 'LastModifiedAt', ], 'members' => [ 'ModelCardExportJobName' => [ 'shape' => 'EntityName', ], 'ModelCardExportJobArn' => [ 'shape' => 'ModelCardExportJobArn', ], 'Status' => [ 'shape' => 'ModelCardExportJobStatus', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreatedAt' => [ 'shape' => 'Timestamp', ], 'LastModifiedAt' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardExportJobSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardExportJobSummary', ], ], 'ModelCardExportOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'ModelCardNameOrArn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-card/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,62})', ], 'ModelCardProcessingStatus' => [ 'type' => 'string', 'enum' => [ 'DeleteInProgress', 'DeletePending', 'ContentDeleted', 'ExportJobsDeleted', 'DeleteCompleted', 'DeleteFailed', ], ], 'ModelCardSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ModelCardSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelCardSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ModelCardStatus' => [ 'type' => 'string', 'enum' => [ 'Draft', 'PendingReview', 'Approved', 'Archived', ], ], 'ModelCardSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardArn', 'ModelCardStatus', 'CreationTime', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardSummary', ], ], 'ModelCardVersionSortBy' => [ 'type' => 'string', 'enum' => [ 'Version', ], ], 'ModelCardVersionSummary' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', 'ModelCardArn', 'ModelCardStatus', 'ModelCardVersion', 'CreationTime', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelCardVersionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelCardVersionSummary', ], ], 'ModelClientConfig' => [ 'type' => 'structure', 'members' => [ 'InvocationsTimeoutInSeconds' => [ 'shape' => 'InvocationsTimeoutInSeconds', ], 'InvocationsMaxRetries' => [ 'shape' => 'InvocationsMaxRetries', ], ], ], 'ModelCompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'ModelConfiguration' => [ 'type' => 'structure', 'members' => [ 'InferenceSpecificationName' => [ 'shape' => 'InferenceSpecificationName', ], 'EnvironmentParameters' => [ 'shape' => 'EnvironmentParameters', ], 'CompilationJobName' => [ 'shape' => 'RecommendationJobCompilationJobName', ], ], ], 'ModelDashboardEndpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointArn', 'CreationTime', 'LastModifiedTime', 'EndpointStatus', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointArn' => [ 'shape' => 'EndpointArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'EndpointStatus' => [ 'shape' => 'EndpointStatus', ], ], ], 'ModelDashboardEndpoints' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelDashboardEndpoint', ], ], 'ModelDashboardIndicatorAction' => [ 'type' => 'structure', 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], ], ], 'ModelDashboardModel' => [ 'type' => 'structure', 'members' => [ 'Model' => [ 'shape' => 'Model', ], 'Endpoints' => [ 'shape' => 'ModelDashboardEndpoints', ], 'LastBatchTransformJob' => [ 'shape' => 'TransformJob', ], 'MonitoringSchedules' => [ 'shape' => 'ModelDashboardMonitoringSchedules', ], 'ModelCard' => [ 'shape' => 'ModelDashboardModelCard', ], ], ], 'ModelDashboardModelCard' => [ 'type' => 'structure', 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], 'ModelCardName' => [ 'shape' => 'EntityName', ], 'ModelCardVersion' => [ 'shape' => 'Integer', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], 'SecurityConfig' => [ 'shape' => 'ModelCardSecurityConfig', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Tags' => [ 'shape' => 'TagList', ], 'ModelId' => [ 'shape' => 'String', ], 'RiskRating' => [ 'shape' => 'String', ], ], ], 'ModelDashboardMonitoringSchedule' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'MonitoringAlertSummaries' => [ 'shape' => 'MonitoringAlertSummaryList', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], ], ], 'ModelDashboardMonitoringSchedules' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelDashboardMonitoringSchedule', ], ], 'ModelDataQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'ModelDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'S3ModelDataSource', ], ], ], 'ModelDeployConfig' => [ 'type' => 'structure', 'members' => [ 'AutoGenerateEndpointName' => [ 'shape' => 'AutoGenerateEndpointName', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'ModelDeployResult' => [ 'type' => 'structure', 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'ModelDigests' => [ 'type' => 'structure', 'members' => [ 'ArtifactDigest' => [ 'shape' => 'ArtifactDigest', ], ], ], 'ModelExplainabilityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', 'ConfigUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ConfigUri' => [ 'shape' => 'S3Uri', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelExplainabilityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelExplainabilityJobInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'ModelInfrastructureConfig' => [ 'type' => 'structure', 'required' => [ 'InfrastructureType', 'RealTimeInferenceConfig', ], 'members' => [ 'InfrastructureType' => [ 'shape' => 'ModelInfrastructureType', ], 'RealTimeInferenceConfig' => [ 'shape' => 'RealTimeInferenceConfig', ], ], ], 'ModelInfrastructureType' => [ 'type' => 'string', 'enum' => [ 'RealTimeInference', ], ], 'ModelInput' => [ 'type' => 'structure', 'required' => [ 'DataInputConfig', ], 'members' => [ 'DataInputConfig' => [ 'shape' => 'DataInputConfig', ], ], ], 'ModelInsightsLocation' => [ 'type' => 'string', 'min' => 1, ], 'ModelLatencyThreshold' => [ 'type' => 'structure', 'members' => [ 'Percentile' => [ 'shape' => 'String64', ], 'ValueInMilliseconds' => [ 'shape' => 'Integer', ], ], ], 'ModelLatencyThresholds' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelLatencyThreshold', ], 'max' => 1, 'min' => 1, ], 'ModelMetadataFilter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'ModelMetadataFilterType', ], 'Value' => [ 'shape' => 'String256', ], ], ], 'ModelMetadataFilterType' => [ 'type' => 'string', 'enum' => [ 'Domain', 'Framework', 'Task', 'FrameworkVersion', ], ], 'ModelMetadataFilters' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelMetadataFilter', ], 'max' => 4, 'min' => 1, ], 'ModelMetadataSearchExpression' => [ 'type' => 'structure', 'members' => [ 'Filters' => [ 'shape' => 'ModelMetadataFilters', ], ], ], 'ModelMetadataSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelMetadataSummary', ], ], 'ModelMetadataSummary' => [ 'type' => 'structure', 'required' => [ 'Domain', 'Framework', 'Task', 'Model', 'FrameworkVersion', ], 'members' => [ 'Domain' => [ 'shape' => 'String', ], 'Framework' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'Model' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'String', ], ], ], 'ModelMetrics' => [ 'type' => 'structure', 'members' => [ 'ModelQuality' => [ 'shape' => 'ModelQuality', ], 'ModelDataQuality' => [ 'shape' => 'ModelDataQuality', ], 'Bias' => [ 'shape' => 'Bias', ], 'Explainability' => [ 'shape' => 'Explainability', ], ], ], 'ModelName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'ModelNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'ModelPackage' => [ 'type' => 'structure', 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'InferenceSpecification' => [ 'shape' => 'InferenceSpecification', ], 'SourceAlgorithmSpecification' => [ 'shape' => 'SourceAlgorithmSpecification', ], 'ValidationSpecification' => [ 'shape' => 'ModelPackageValidationSpecification', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelPackageStatusDetails' => [ 'shape' => 'ModelPackageStatusDetails', ], 'CertifyForMarketplace' => [ 'shape' => 'CertifyForMarketplace', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'ModelMetrics' => [ 'shape' => 'ModelMetrics', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'AdditionalInferenceSpecifications' => [ 'shape' => 'AdditionalInferenceSpecifications', ], 'Tags' => [ 'shape' => 'TagList', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'DriftCheckBaselines' => [ 'shape' => 'DriftCheckBaselines', ], ], ], 'ModelPackageArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*', ], 'ModelPackageArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageArn', ], 'max' => 100, 'min' => 1, ], 'ModelPackageContainerDefinition' => [ 'type' => 'structure', 'required' => [ 'Image', ], 'members' => [ 'ContainerHostname' => [ 'shape' => 'ContainerHostname', ], 'Image' => [ 'shape' => 'ContainerImage', ], 'ImageDigest' => [ 'shape' => 'ImageDigest', ], 'ModelDataUrl' => [ 'shape' => 'Url', ], 'ProductId' => [ 'shape' => 'ProductId', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], 'ModelInput' => [ 'shape' => 'ModelInput', ], 'Framework' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'ModelPackageFrameworkVersion', ], 'NearestModelName' => [ 'shape' => 'String', ], ], ], 'ModelPackageContainerDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageContainerDefinition', ], 'max' => 15, 'min' => 1, ], 'ModelPackageFrameworkVersion' => [ 'type' => 'string', 'max' => 10, 'min' => 3, 'pattern' => '[0-9]\\.[A-Za-z0-9.-]+', ], 'ModelPackageGroup' => [ 'type' => 'structure', 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ModelPackageGroupArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package-group/.*', ], 'ModelPackageGroupSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelPackageGroupStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', 'DeleteFailed', ], ], 'ModelPackageGroupSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ModelPackageGroupArn', 'CreationTime', 'ModelPackageGroupStatus', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], 'ModelPackageGroupDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'ModelPackageGroupStatus' => [ 'shape' => 'ModelPackageGroupStatus', ], ], ], 'ModelPackageGroupSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageGroupSummary', ], ], 'ModelPackageSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelPackageStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InProgress', 'Completed', 'Failed', 'Deleting', ], ], 'ModelPackageStatusDetails' => [ 'type' => 'structure', 'required' => [ 'ValidationStatuses', ], 'members' => [ 'ValidationStatuses' => [ 'shape' => 'ModelPackageStatusItemList', ], 'ImageScanStatuses' => [ 'shape' => 'ModelPackageStatusItemList', ], ], ], 'ModelPackageStatusItem' => [ 'type' => 'structure', 'required' => [ 'Name', 'Status', ], 'members' => [ 'Name' => [ 'shape' => 'EntityName', ], 'Status' => [ 'shape' => 'DetailedModelPackageStatus', ], 'FailureReason' => [ 'shape' => 'String', ], ], ], 'ModelPackageStatusItemList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageStatusItem', ], ], 'ModelPackageSummaries' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelPackageArn', ], 'value' => [ 'shape' => 'BatchDescribeModelPackageSummary', ], ], 'ModelPackageSummary' => [ 'type' => 'structure', 'required' => [ 'ModelPackageName', 'ModelPackageArn', 'CreationTime', 'ModelPackageStatus', ], 'members' => [ 'ModelPackageName' => [ 'shape' => 'EntityName', ], 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ModelPackageVersion' => [ 'shape' => 'ModelPackageVersion', ], 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelPackageDescription' => [ 'shape' => 'EntityDescription', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'ModelPackageStatus' => [ 'shape' => 'ModelPackageStatus', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], ], ], 'ModelPackageSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageSummary', ], ], 'ModelPackageType' => [ 'type' => 'string', 'enum' => [ 'Versioned', 'Unversioned', 'Both', ], ], 'ModelPackageValidationProfile' => [ 'type' => 'structure', 'required' => [ 'ProfileName', 'TransformJobDefinition', ], 'members' => [ 'ProfileName' => [ 'shape' => 'EntityName', ], 'TransformJobDefinition' => [ 'shape' => 'TransformJobDefinition', ], ], ], 'ModelPackageValidationProfiles' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelPackageValidationProfile', ], 'max' => 1, 'min' => 1, ], 'ModelPackageValidationSpecification' => [ 'type' => 'structure', 'required' => [ 'ValidationRole', 'ValidationProfiles', ], 'members' => [ 'ValidationRole' => [ 'shape' => 'RoleArn', ], 'ValidationProfiles' => [ 'shape' => 'ModelPackageValidationProfiles', ], ], ], 'ModelPackageVersion' => [ 'type' => 'integer', 'min' => 1, ], 'ModelQuality' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'MetricsSource', ], 'Constraints' => [ 'shape' => 'MetricsSource', ], ], ], 'ModelQualityAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], 'ProblemType' => [ 'shape' => 'MonitoringProblemType', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], ], ], 'ModelQualityBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], ], ], 'ModelQualityJobInput' => [ 'type' => 'structure', 'required' => [ 'GroundTruthS3Input', ], 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], 'GroundTruthS3Input' => [ 'shape' => 'MonitoringGroundTruthS3Input', ], ], ], 'ModelRegisterSettings' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], 'CrossAccountModelRegisterRoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'ModelSetupTime' => [ 'type' => 'integer', 'min' => 0, ], 'ModelSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ModelStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], ], ], 'ModelSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'ModelArn', 'CreationTime', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'ModelArn' => [ 'shape' => 'ModelArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'ModelSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelSummary', ], ], 'ModelVariantAction' => [ 'type' => 'string', 'enum' => [ 'Retain', 'Remove', 'Promote', ], ], 'ModelVariantActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ModelVariantName', ], 'value' => [ 'shape' => 'ModelVariantAction', ], 'max' => 2, 'min' => 1, ], 'ModelVariantConfig' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'VariantName', 'InfrastructureConfig', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'VariantName' => [ 'shape' => 'ModelVariantName', ], 'InfrastructureConfig' => [ 'shape' => 'ModelInfrastructureConfig', ], ], ], 'ModelVariantConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelVariantConfig', ], 'max' => 2, 'min' => 1, ], 'ModelVariantConfigSummary' => [ 'type' => 'structure', 'required' => [ 'ModelName', 'VariantName', 'InfrastructureConfig', 'Status', ], 'members' => [ 'ModelName' => [ 'shape' => 'ModelName', ], 'VariantName' => [ 'shape' => 'ModelVariantName', ], 'InfrastructureConfig' => [ 'shape' => 'ModelInfrastructureConfig', ], 'Status' => [ 'shape' => 'ModelVariantStatus', ], ], ], 'ModelVariantConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ModelVariantConfigSummary', ], ], 'ModelVariantName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9]([\\-a-zA-Z0-9]*[a-zA-Z0-9])?', ], 'ModelVariantStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Updating', 'InService', 'Deleting', 'Deleted', ], ], 'MonitoringAlertActions' => [ 'type' => 'structure', 'members' => [ 'ModelDashboardIndicator' => [ 'shape' => 'ModelDashboardIndicatorAction', ], ], ], 'MonitoringAlertHistoryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringAlertHistorySummary', ], ], 'MonitoringAlertHistorySortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'Status', ], ], 'MonitoringAlertHistorySummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringAlertName', 'CreationTime', 'AlertStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'AlertStatus' => [ 'shape' => 'MonitoringAlertStatus', ], ], ], 'MonitoringAlertName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'MonitoringAlertStatus' => [ 'type' => 'string', 'enum' => [ 'InAlert', 'OK', ], ], 'MonitoringAlertSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringAlertName', 'CreationTime', 'LastModifiedTime', 'AlertStatus', 'DatapointsToAlert', 'EvaluationPeriod', 'Actions', ], 'members' => [ 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'AlertStatus' => [ 'shape' => 'MonitoringAlertStatus', ], 'DatapointsToAlert' => [ 'shape' => 'MonitoringDatapointsToAlert', ], 'EvaluationPeriod' => [ 'shape' => 'MonitoringEvaluationPeriod', ], 'Actions' => [ 'shape' => 'MonitoringAlertActions', ], ], ], 'MonitoringAlertSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringAlertSummary', ], 'max' => 100, 'min' => 1, ], 'MonitoringAppSpecification' => [ 'type' => 'structure', 'required' => [ 'ImageUri', ], 'members' => [ 'ImageUri' => [ 'shape' => 'ImageUri', ], 'ContainerEntrypoint' => [ 'shape' => 'ContainerEntrypoint', ], 'ContainerArguments' => [ 'shape' => 'MonitoringContainerArguments', ], 'RecordPreprocessorSourceUri' => [ 'shape' => 'S3Uri', ], 'PostAnalyticsProcessorSourceUri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringBaselineConfig' => [ 'type' => 'structure', 'members' => [ 'BaseliningJobName' => [ 'shape' => 'ProcessingJobName', ], 'ConstraintsResource' => [ 'shape' => 'MonitoringConstraintsResource', ], 'StatisticsResource' => [ 'shape' => 'MonitoringStatisticsResource', ], ], ], 'MonitoringClusterConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceCount', 'InstanceType', 'VolumeSizeInGB', ], 'members' => [ 'InstanceCount' => [ 'shape' => 'ProcessingInstanceCount', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'ProcessingVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'MonitoringConstraintsResource' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'ContainerArgument', ], 'max' => 50, 'min' => 1, ], 'MonitoringCsvDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Header' => [ 'shape' => 'Boolean', ], ], ], 'MonitoringDatapointsToAlert' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MonitoringDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Csv' => [ 'shape' => 'MonitoringCsvDatasetFormat', ], 'Json' => [ 'shape' => 'MonitoringJsonDatasetFormat', ], 'Parquet' => [ 'shape' => 'MonitoringParquetDatasetFormat', ], ], ], 'MonitoringEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ProcessingEnvironmentKey', ], 'value' => [ 'shape' => 'ProcessingEnvironmentValue', ], 'max' => 50, ], 'MonitoringEvaluationPeriod' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'MonitoringExecutionSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'ScheduledTime', 'Status', ], ], 'MonitoringExecutionSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'ScheduledTime', 'CreationTime', 'LastModifiedTime', 'MonitoringExecutionStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'ScheduledTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringExecutionStatus' => [ 'shape' => 'ExecutionStatus', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringExecutionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringExecutionSummary', ], ], 'MonitoringGroundTruthS3Input' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'MonitoringS3Uri', ], ], ], 'MonitoringInput' => [ 'type' => 'structure', 'members' => [ 'EndpointInput' => [ 'shape' => 'EndpointInput', ], 'BatchTransformInput' => [ 'shape' => 'BatchTransformInput', ], ], ], 'MonitoringInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringInput', ], 'max' => 1, 'min' => 1, ], 'MonitoringJobDefinition' => [ 'type' => 'structure', 'required' => [ 'MonitoringInputs', 'MonitoringOutputConfig', 'MonitoringResources', 'MonitoringAppSpecification', 'RoleArn', ], 'members' => [ 'BaselineConfig' => [ 'shape' => 'MonitoringBaselineConfig', ], 'MonitoringInputs' => [ 'shape' => 'MonitoringInputs', ], 'MonitoringOutputConfig' => [ 'shape' => 'MonitoringOutputConfig', ], 'MonitoringResources' => [ 'shape' => 'MonitoringResources', ], 'MonitoringAppSpecification' => [ 'shape' => 'MonitoringAppSpecification', ], 'StoppingCondition' => [ 'shape' => 'MonitoringStoppingCondition', ], 'Environment' => [ 'shape' => 'MonitoringEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'MonitoringJobDefinitionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'MonitoringJobDefinitionName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$', ], 'MonitoringJobDefinitionSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'MonitoringJobDefinitionSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringJobDefinitionName', 'MonitoringJobDefinitionArn', 'CreationTime', 'EndpointName', ], 'members' => [ 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringJobDefinitionArn' => [ 'shape' => 'MonitoringJobDefinitionArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], ], ], 'MonitoringJobDefinitionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringJobDefinitionSummary', ], ], 'MonitoringJsonDatasetFormat' => [ 'type' => 'structure', 'members' => [ 'Line' => [ 'shape' => 'Boolean', ], ], ], 'MonitoringMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 86400, 'min' => 1, ], 'MonitoringNetworkConfig' => [ 'type' => 'structure', 'members' => [ 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'MonitoringOutput' => [ 'type' => 'structure', 'required' => [ 'S3Output', ], 'members' => [ 'S3Output' => [ 'shape' => 'MonitoringS3Output', ], ], ], 'MonitoringOutputConfig' => [ 'type' => 'structure', 'required' => [ 'MonitoringOutputs', ], 'members' => [ 'MonitoringOutputs' => [ 'shape' => 'MonitoringOutputs', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'MonitoringOutputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringOutput', ], 'max' => 1, 'min' => 1, ], 'MonitoringParquetDatasetFormat' => [ 'type' => 'structure', 'members' => [], ], 'MonitoringProblemType' => [ 'type' => 'string', 'enum' => [ 'BinaryClassification', 'MulticlassClassification', 'Regression', ], ], 'MonitoringResources' => [ 'type' => 'structure', 'required' => [ 'ClusterConfig', ], 'members' => [ 'ClusterConfig' => [ 'shape' => 'MonitoringClusterConfig', ], ], ], 'MonitoringS3Output' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'LocalPath', ], 'members' => [ 'S3Uri' => [ 'shape' => 'MonitoringS3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3UploadMode' => [ 'shape' => 'ProcessingS3UploadMode', ], ], ], 'MonitoringS3Uri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'MonitoringSchedule' => [ 'type' => 'structure', 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'LastMonitoringExecutionSummary' => [ 'shape' => 'MonitoringExecutionSummary', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'MonitoringScheduleArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'MonitoringScheduleConfig' => [ 'type' => 'structure', 'members' => [ 'ScheduleConfig' => [ 'shape' => 'ScheduleConfig', ], 'MonitoringJobDefinition' => [ 'shape' => 'MonitoringJobDefinition', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringScheduleList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringSchedule', ], ], 'MonitoringScheduleName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'MonitoringScheduleSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'MonitoringScheduleSummary' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleArn', 'CreationTime', 'LastModifiedTime', 'MonitoringScheduleStatus', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleStatus' => [ 'shape' => 'ScheduleStatus', ], 'EndpointName' => [ 'shape' => 'EndpointName', ], 'MonitoringJobDefinitionName' => [ 'shape' => 'MonitoringJobDefinitionName', ], 'MonitoringType' => [ 'shape' => 'MonitoringType', ], ], ], 'MonitoringScheduleSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'MonitoringScheduleSummary', ], ], 'MonitoringStatisticsResource' => [ 'type' => 'structure', 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'MonitoringStoppingCondition' => [ 'type' => 'structure', 'required' => [ 'MaxRuntimeInSeconds', ], 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'MonitoringMaxRuntimeInSeconds', ], ], ], 'MonitoringTimeOffsetString' => [ 'type' => 'string', 'max' => 15, 'min' => 1, 'pattern' => '^.?P.*', ], 'MonitoringType' => [ 'type' => 'string', 'enum' => [ 'DataQuality', 'ModelQuality', 'ModelBias', 'ModelExplainability', ], ], 'MountPath' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^\\/.*', ], 'MultiModelConfig' => [ 'type' => 'structure', 'members' => [ 'ModelCacheSetting' => [ 'shape' => 'ModelCacheSetting', ], ], ], 'NameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9\\-]+', ], 'NeoVpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'NeoVpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'NeoVpcSubnets', ], ], ], 'NeoVpcSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'NeoVpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'NeoVpcSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'NeoVpcSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'NeoVpcSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'NeoVpcSubnetId', ], 'max' => 16, 'min' => 1, ], 'NestedFilters' => [ 'type' => 'structure', 'required' => [ 'NestedPropertyName', 'Filters', ], 'members' => [ 'NestedPropertyName' => [ 'shape' => 'ResourcePropertyName', ], 'Filters' => [ 'shape' => 'FilterList', ], ], ], 'NestedFiltersList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NestedFilters', ], 'max' => 20, 'min' => 1, ], 'NetworkConfig' => [ 'type' => 'structure', 'members' => [ 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], ], ], 'NetworkInterfaceId' => [ 'type' => 'string', ], 'NextToken' => [ 'type' => 'string', 'max' => 8192, 'pattern' => '.*', ], 'NotebookInstanceAcceleratorType' => [ 'type' => 'string', 'enum' => [ 'ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge', ], ], 'NotebookInstanceAcceleratorTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceAcceleratorType', ], ], 'NotebookInstanceArn' => [ 'type' => 'string', 'max' => 256, ], 'NotebookInstanceLifecycleConfigArn' => [ 'type' => 'string', 'max' => 256, ], 'NotebookInstanceLifecycleConfigContent' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'NotebookInstanceLifecycleConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceLifecycleHook', ], 'max' => 1, ], 'NotebookInstanceLifecycleConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'NotebookInstanceLifecycleConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'LastModifiedTime', ], ], 'NotebookInstanceLifecycleConfigSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'NotebookInstanceLifecycleConfigSummary' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', 'NotebookInstanceLifecycleConfigArn', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'NotebookInstanceLifecycleConfigArn' => [ 'shape' => 'NotebookInstanceLifecycleConfigArn', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'NotebookInstanceLifecycleConfigSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceLifecycleConfigSummary', ], ], 'NotebookInstanceLifecycleHook' => [ 'type' => 'structure', 'members' => [ 'Content' => [ 'shape' => 'NotebookInstanceLifecycleConfigContent', ], ], ], 'NotebookInstanceName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'NotebookInstanceNameContains' => [ 'type' => 'string', 'max' => 63, 'pattern' => '[a-zA-Z0-9-]+', ], 'NotebookInstanceSortKey' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'NotebookInstanceSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'NotebookInstanceStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'InService', 'Stopping', 'Stopped', 'Failed', 'Deleting', 'Updating', ], ], 'NotebookInstanceSummary' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', 'NotebookInstanceArn', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'NotebookInstanceArn' => [ 'shape' => 'NotebookInstanceArn', ], 'NotebookInstanceStatus' => [ 'shape' => 'NotebookInstanceStatus', ], 'Url' => [ 'shape' => 'NotebookInstanceUrl', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], ], ], 'NotebookInstanceSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NotebookInstanceSummary', ], ], 'NotebookInstanceUrl' => [ 'type' => 'string', ], 'NotebookInstanceVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 16384, 'min' => 5, ], 'NotebookOutputOption' => [ 'type' => 'string', 'enum' => [ 'Allowed', 'Disabled', ], ], 'NotificationConfiguration' => [ 'type' => 'structure', 'members' => [ 'NotificationTopicArn' => [ 'shape' => 'NotificationTopicArn', ], ], ], 'NotificationTopicArn' => [ 'type' => 'string', 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*', ], 'NumberOfHumanWorkersPerDataObject' => [ 'type' => 'integer', 'max' => 9, 'min' => 1, ], 'NumberOfSteps' => [ 'type' => 'integer', 'min' => 1, ], 'ObjectiveStatus' => [ 'type' => 'string', 'enum' => [ 'Succeeded', 'Pending', 'Failed', ], ], 'ObjectiveStatusCounter' => [ 'type' => 'integer', 'min' => 0, ], 'ObjectiveStatusCounters' => [ 'type' => 'structure', 'members' => [ 'Succeeded' => [ 'shape' => 'ObjectiveStatusCounter', ], 'Pending' => [ 'shape' => 'ObjectiveStatusCounter', ], 'Failed' => [ 'shape' => 'ObjectiveStatusCounter', ], ], ], 'OfflineStoreConfig' => [ 'type' => 'structure', 'required' => [ 'S3StorageConfig', ], 'members' => [ 'S3StorageConfig' => [ 'shape' => 'S3StorageConfig', ], 'DisableGlueTableCreation' => [ 'shape' => 'Boolean', ], 'DataCatalogConfig' => [ 'shape' => 'DataCatalogConfig', ], 'TableFormat' => [ 'shape' => 'TableFormat', ], ], ], 'OfflineStoreStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'OfflineStoreStatusValue', ], 'BlockedReason' => [ 'shape' => 'BlockedReason', ], ], ], 'OfflineStoreStatusValue' => [ 'type' => 'string', 'enum' => [ 'Active', 'Blocked', 'Disabled', ], ], 'OidcConfig' => [ 'type' => 'structure', 'required' => [ 'ClientId', 'ClientSecret', 'Issuer', 'AuthorizationEndpoint', 'TokenEndpoint', 'UserInfoEndpoint', 'LogoutEndpoint', 'JwksUri', ], 'members' => [ 'ClientId' => [ 'shape' => 'ClientId', ], 'ClientSecret' => [ 'shape' => 'ClientSecret', ], 'Issuer' => [ 'shape' => 'OidcEndpoint', ], 'AuthorizationEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'TokenEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'UserInfoEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'LogoutEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'JwksUri' => [ 'shape' => 'OidcEndpoint', ], ], ], 'OidcConfigForResponse' => [ 'type' => 'structure', 'members' => [ 'ClientId' => [ 'shape' => 'ClientId', ], 'Issuer' => [ 'shape' => 'OidcEndpoint', ], 'AuthorizationEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'TokenEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'UserInfoEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'LogoutEndpoint' => [ 'shape' => 'OidcEndpoint', ], 'JwksUri' => [ 'shape' => 'OidcEndpoint', ], ], ], 'OidcEndpoint' => [ 'type' => 'string', 'max' => 500, 'pattern' => 'https://\\S+', ], 'OidcMemberDefinition' => [ 'type' => 'structure', 'required' => [ 'Groups', ], 'members' => [ 'Groups' => [ 'shape' => 'Groups', ], ], ], 'OnlineStoreConfig' => [ 'type' => 'structure', 'members' => [ 'SecurityConfig' => [ 'shape' => 'OnlineStoreSecurityConfig', ], 'EnableOnlineStore' => [ 'shape' => 'Boolean', ], 'TtlDuration' => [ 'shape' => 'TtlDuration', ], ], ], 'OnlineStoreConfigUpdate' => [ 'type' => 'structure', 'members' => [ 'TtlDuration' => [ 'shape' => 'TtlDuration', ], ], ], 'OnlineStoreSecurityConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'OnlineStoreTotalSizeBytes' => [ 'type' => 'long', ], 'Operator' => [ 'type' => 'string', 'enum' => [ 'Equals', 'NotEquals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LessThan', 'LessThanOrEqualTo', 'Contains', 'Exists', 'NotExists', 'In', ], ], 'OptionalDouble' => [ 'type' => 'double', ], 'OptionalInteger' => [ 'type' => 'integer', ], 'OptionalVolumeSizeInGB' => [ 'type' => 'integer', 'min' => 0, ], 'OrderKey' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'OutputCompressionType' => [ 'type' => 'string', 'enum' => [ 'GZIP', 'NONE', ], ], 'OutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputLocation', ], 'members' => [ 'S3OutputLocation' => [ 'shape' => 'S3Uri', ], 'TargetDevice' => [ 'shape' => 'TargetDevice', ], 'TargetPlatform' => [ 'shape' => 'TargetPlatform', ], 'CompilerOptions' => [ 'shape' => 'CompilerOptions', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'OutputDataConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'CompressionType' => [ 'shape' => 'OutputCompressionType', ], ], ], 'OutputParameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String256', ], 'Value' => [ 'shape' => 'String1024', ], ], ], 'OutputParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OutputParameter', ], 'max' => 50, 'min' => 0, ], 'PaginationToken' => [ 'type' => 'string', 'max' => 8192, 'pattern' => '.*', ], 'ParallelismConfiguration' => [ 'type' => 'structure', 'required' => [ 'MaxParallelExecutionSteps', ], 'members' => [ 'MaxParallelExecutionSteps' => [ 'shape' => 'MaxParallelExecutionSteps', ], ], ], 'Parameter' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'PipelineParameterName', ], 'Value' => [ 'shape' => 'String1024', ], ], ], 'ParameterKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ParameterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parameter', ], 'max' => 50, 'min' => 0, ], 'ParameterName' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*', ], 'ParameterRange' => [ 'type' => 'structure', 'members' => [ 'IntegerParameterRangeSpecification' => [ 'shape' => 'IntegerParameterRangeSpecification', ], 'ContinuousParameterRangeSpecification' => [ 'shape' => 'ContinuousParameterRangeSpecification', ], 'CategoricalParameterRangeSpecification' => [ 'shape' => 'CategoricalParameterRangeSpecification', ], ], ], 'ParameterRanges' => [ 'type' => 'structure', 'members' => [ 'IntegerParameterRanges' => [ 'shape' => 'IntegerParameterRanges', ], 'ContinuousParameterRanges' => [ 'shape' => 'ContinuousParameterRanges', ], 'CategoricalParameterRanges' => [ 'shape' => 'CategoricalParameterRanges', ], 'AutoParameters' => [ 'shape' => 'AutoParameters', ], ], ], 'ParameterType' => [ 'type' => 'string', 'enum' => [ 'Integer', 'Continuous', 'Categorical', 'FreeText', ], ], 'ParameterValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ParameterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParameterValue', ], 'max' => 30, 'min' => 1, ], 'Parent' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'ParentHyperParameterTuningJob' => [ 'type' => 'structure', 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'ParentHyperParameterTuningJobs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ParentHyperParameterTuningJob', ], 'max' => 5, 'min' => 1, ], 'Parents' => [ 'type' => 'list', 'member' => [ 'shape' => 'Parent', ], ], 'PendingDeploymentSummary' => [ 'type' => 'structure', 'required' => [ 'EndpointConfigName', ], 'members' => [ 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'ProductionVariants' => [ 'shape' => 'PendingProductionVariantSummaryList', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'ShadowProductionVariants' => [ 'shape' => 'PendingProductionVariantSummaryList', ], ], ], 'PendingProductionVariantSummary' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DeployedImages' => [ 'shape' => 'DeployedImages', ], 'CurrentWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'CurrentInstanceCount' => [ 'shape' => 'TaskCount', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'AcceleratorType' => [ 'shape' => 'ProductionVariantAcceleratorType', ], 'VariantStatus' => [ 'shape' => 'ProductionVariantStatusList', ], 'CurrentServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'DesiredServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'PendingProductionVariantSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PendingProductionVariantSummary', ], 'min' => 1, ], 'Percentage' => [ 'type' => 'integer', 'max' => 100, ], 'Phase' => [ 'type' => 'structure', 'members' => [ 'InitialNumberOfUsers' => [ 'shape' => 'InitialNumberOfUsers', ], 'SpawnRate' => [ 'shape' => 'SpawnRate', ], 'DurationInSeconds' => [ 'shape' => 'TrafficDurationInSeconds', ], ], ], 'Phases' => [ 'type' => 'list', 'member' => [ 'shape' => 'Phase', ], 'min' => 1, ], 'Pipeline' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'PipelineStatus' => [ 'shape' => 'PipelineStatus', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastRunTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'PipelineArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline/.*', ], 'PipelineDefinition' => [ 'type' => 'string', 'max' => 1048576, 'min' => 1, 'pattern' => '.*(?:[ \\r\\n\\t].*)*', ], 'PipelineDefinitionS3Location' => [ 'type' => 'structure', 'required' => [ 'Bucket', 'ObjectKey', ], 'members' => [ 'Bucket' => [ 'shape' => 'BucketName', ], 'ObjectKey' => [ 'shape' => 'Key', ], 'VersionId' => [ 'shape' => 'VersionId', ], ], ], 'PipelineDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'PipelineExecution' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExperimentConfig' => [ 'shape' => 'PipelineExperimentConfig', ], 'FailureReason' => [ 'shape' => 'PipelineExecutionFailureReason', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'PipelineExecutionArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline\\/.*\\/execution\\/.*$', ], 'PipelineExecutionDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'PipelineExecutionFailureReason' => [ 'type' => 'string', 'max' => 1300, 'pattern' => '.*', ], 'PipelineExecutionName' => [ 'type' => 'string', 'max' => 82, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,81}', ], 'PipelineExecutionStatus' => [ 'type' => 'string', 'enum' => [ 'Executing', 'Stopping', 'Stopped', 'Failed', 'Succeeded', ], ], 'PipelineExecutionStep' => [ 'type' => 'structure', 'members' => [ 'StepName' => [ 'shape' => 'StepName', ], 'StepDisplayName' => [ 'shape' => 'StepDisplayName', ], 'StepDescription' => [ 'shape' => 'StepDescription', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'StepStatus' => [ 'shape' => 'StepStatus', ], 'CacheHitResult' => [ 'shape' => 'CacheHitResult', ], 'AttemptCount' => [ 'shape' => 'IntegerValue', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'Metadata' => [ 'shape' => 'PipelineExecutionStepMetadata', ], 'SelectiveExecutionResult' => [ 'shape' => 'SelectiveExecutionResult', ], ], ], 'PipelineExecutionStepList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineExecutionStep', ], 'max' => 100, 'min' => 0, ], 'PipelineExecutionStepMetadata' => [ 'type' => 'structure', 'members' => [ 'TrainingJob' => [ 'shape' => 'TrainingJobStepMetadata', ], 'ProcessingJob' => [ 'shape' => 'ProcessingJobStepMetadata', ], 'TransformJob' => [ 'shape' => 'TransformJobStepMetadata', ], 'TuningJob' => [ 'shape' => 'TuningJobStepMetaData', ], 'Model' => [ 'shape' => 'ModelStepMetadata', ], 'RegisterModel' => [ 'shape' => 'RegisterModelStepMetadata', ], 'Condition' => [ 'shape' => 'ConditionStepMetadata', ], 'Callback' => [ 'shape' => 'CallbackStepMetadata', ], 'Lambda' => [ 'shape' => 'LambdaStepMetadata', ], 'QualityCheck' => [ 'shape' => 'QualityCheckStepMetadata', ], 'ClarifyCheck' => [ 'shape' => 'ClarifyCheckStepMetadata', ], 'EMR' => [ 'shape' => 'EMRStepMetadata', ], 'Fail' => [ 'shape' => 'FailStepMetadata', ], 'AutoMLJob' => [ 'shape' => 'AutoMLJobStepMetadata', ], ], ], 'PipelineExecutionSummary' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'PipelineExecutionStatus' => [ 'shape' => 'PipelineExecutionStatus', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineExecutionFailureReason' => [ 'shape' => 'String3072', ], ], ], 'PipelineExecutionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineExecutionSummary', ], 'max' => 100, 'min' => 0, ], 'PipelineExperimentConfig' => [ 'type' => 'structure', 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'PipelineName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}', ], 'PipelineNameOrArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:pipeline/.*)?([a-zA-Z0-9](-*[a-zA-Z0-9]){0,255})', ], 'PipelineParameterName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,255}$', ], 'PipelineStatus' => [ 'type' => 'string', 'enum' => [ 'Active', ], ], 'PipelineSummary' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastExecutionTime' => [ 'shape' => 'Timestamp', ], ], ], 'PipelineSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PipelineSummary', ], 'max' => 100, 'min' => 0, ], 'PlatformIdentifier' => [ 'type' => 'string', 'max' => 15, 'pattern' => '^(notebook-al1-v1|notebook-al2-v1|notebook-al2-v2)$', ], 'PolicyString' => [ 'type' => 'string', 'max' => 20480, 'min' => 1, 'pattern' => '.*', ], 'PredefinedMetricSpecification' => [ 'type' => 'structure', 'members' => [ 'PredefinedMetricType' => [ 'shape' => 'String', ], ], ], 'PresignedDomainUrl' => [ 'type' => 'string', ], 'ProbabilityThresholdAttribute' => [ 'type' => 'double', ], 'ProblemType' => [ 'type' => 'string', 'enum' => [ 'BinaryClassification', 'MulticlassClassification', 'Regression', ], ], 'ProcessingClusterConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceCount', 'InstanceType', 'VolumeSizeInGB', ], 'members' => [ 'InstanceCount' => [ 'shape' => 'ProcessingInstanceCount', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'ProcessingVolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProcessingEnvironmentKey' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'ProcessingEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ProcessingEnvironmentKey', ], 'value' => [ 'shape' => 'ProcessingEnvironmentValue', ], 'max' => 100, ], 'ProcessingEnvironmentValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S\\s]*', ], 'ProcessingFeatureStoreOutput' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupName', ], ], ], 'ProcessingInput' => [ 'type' => 'structure', 'required' => [ 'InputName', ], 'members' => [ 'InputName' => [ 'shape' => 'String', ], 'AppManaged' => [ 'shape' => 'AppManaged', ], 'S3Input' => [ 'shape' => 'ProcessingS3Input', ], 'DatasetDefinition' => [ 'shape' => 'DatasetDefinition', ], ], ], 'ProcessingInputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingInput', ], 'max' => 10, 'min' => 0, ], 'ProcessingInstanceCount' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ProcessingInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t3.medium', 'ml.t3.large', 'ml.t3.xlarge', 'ml.t3.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.8xlarge', 'ml.r5.12xlarge', 'ml.r5.16xlarge', 'ml.r5.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', ], ], 'ProcessingJob' => [ 'type' => 'structure', 'members' => [ 'ProcessingInputs' => [ 'shape' => 'ProcessingInputs', ], 'ProcessingOutputConfig' => [ 'shape' => 'ProcessingOutputConfig', ], 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingResources' => [ 'shape' => 'ProcessingResources', ], 'StoppingCondition' => [ 'shape' => 'ProcessingStoppingCondition', ], 'AppSpecification' => [ 'shape' => 'AppSpecification', ], 'Environment' => [ 'shape' => 'ProcessingEnvironmentMap', ], 'NetworkConfig' => [ 'shape' => 'NetworkConfig', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'ProcessingStartTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'ProcessingJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:processing-job/.*', ], 'ProcessingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'ProcessingJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'ProcessingJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'ProcessingJobArn', ], ], ], 'ProcessingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingJobSummary', ], ], 'ProcessingJobSummary' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', 'ProcessingJobArn', 'CreationTime', 'ProcessingJobStatus', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], 'ProcessingJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ProcessingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'ProcessingJobStatus' => [ 'shape' => 'ProcessingJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ExitMessage' => [ 'shape' => 'ExitMessage', ], ], ], 'ProcessingLocalPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'ProcessingMaxRuntimeInSeconds' => [ 'type' => 'integer', 'max' => 604800, 'min' => 1, ], 'ProcessingOutput' => [ 'type' => 'structure', 'required' => [ 'OutputName', ], 'members' => [ 'OutputName' => [ 'shape' => 'String', ], 'S3Output' => [ 'shape' => 'ProcessingS3Output', ], 'FeatureStoreOutput' => [ 'shape' => 'ProcessingFeatureStoreOutput', ], 'AppManaged' => [ 'shape' => 'AppManaged', ], ], ], 'ProcessingOutputConfig' => [ 'type' => 'structure', 'required' => [ 'Outputs', ], 'members' => [ 'Outputs' => [ 'shape' => 'ProcessingOutputs', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProcessingOutputs' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProcessingOutput', ], 'max' => 10, 'min' => 0, ], 'ProcessingResources' => [ 'type' => 'structure', 'required' => [ 'ClusterConfig', ], 'members' => [ 'ClusterConfig' => [ 'shape' => 'ProcessingClusterConfig', ], ], ], 'ProcessingS3CompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'Gzip', ], ], 'ProcessingS3DataDistributionType' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'ProcessingS3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', ], ], 'ProcessingS3Input' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'S3DataType', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3DataType' => [ 'shape' => 'ProcessingS3DataType', ], 'S3InputMode' => [ 'shape' => 'ProcessingS3InputMode', ], 'S3DataDistributionType' => [ 'shape' => 'ProcessingS3DataDistributionType', ], 'S3CompressionType' => [ 'shape' => 'ProcessingS3CompressionType', ], ], ], 'ProcessingS3InputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', ], ], 'ProcessingS3Output' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'LocalPath', 'S3UploadMode', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'LocalPath' => [ 'shape' => 'ProcessingLocalPath', ], 'S3UploadMode' => [ 'shape' => 'ProcessingS3UploadMode', ], ], ], 'ProcessingS3UploadMode' => [ 'type' => 'string', 'enum' => [ 'Continuous', 'EndOfJob', ], ], 'ProcessingStoppingCondition' => [ 'type' => 'structure', 'required' => [ 'MaxRuntimeInSeconds', ], 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'ProcessingMaxRuntimeInSeconds', ], ], ], 'ProcessingVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 16384, 'min' => 1, ], 'Processor' => [ 'type' => 'string', 'enum' => [ 'CPU', 'GPU', ], ], 'ProductId' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*$', ], 'ProductListings' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'ProductionVariant' => [ 'type' => 'structure', 'required' => [ 'VariantName', 'ModelName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'InitialInstanceCount' => [ 'shape' => 'InitialTaskCount', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'InitialVariantWeight' => [ 'shape' => 'VariantWeight', ], 'AcceleratorType' => [ 'shape' => 'ProductionVariantAcceleratorType', ], 'CoreDumpConfig' => [ 'shape' => 'ProductionVariantCoreDumpConfig', ], 'ServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'VolumeSizeInGB' => [ 'shape' => 'ProductionVariantVolumeSizeInGB', ], 'ModelDataDownloadTimeoutInSeconds' => [ 'shape' => 'ProductionVariantModelDataDownloadTimeoutInSeconds', ], 'ContainerStartupHealthCheckTimeoutInSeconds' => [ 'shape' => 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds', ], 'EnableSSMAccess' => [ 'shape' => 'ProductionVariantSSMAccess', ], ], ], 'ProductionVariantAcceleratorType' => [ 'type' => 'string', 'enum' => [ 'ml.eia1.medium', 'ml.eia1.large', 'ml.eia1.xlarge', 'ml.eia2.medium', 'ml.eia2.large', 'ml.eia2.xlarge', ], ], 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 60, ], 'ProductionVariantCoreDumpConfig' => [ 'type' => 'structure', 'required' => [ 'DestinationS3Uri', ], 'members' => [ 'DestinationS3Uri' => [ 'shape' => 'DestinationS3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ProductionVariantInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.t2.medium', 'ml.t2.large', 'ml.t2.xlarge', 'ml.t2.2xlarge', 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.m5d.large', 'ml.m5d.xlarge', 'ml.m5d.2xlarge', 'ml.m5d.4xlarge', 'ml.m5d.12xlarge', 'ml.m5d.24xlarge', 'ml.c4.large', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.large', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5d.large', 'ml.c5d.xlarge', 'ml.c5d.2xlarge', 'ml.c5d.4xlarge', 'ml.c5d.9xlarge', 'ml.c5d.18xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.r5.large', 'ml.r5.xlarge', 'ml.r5.2xlarge', 'ml.r5.4xlarge', 'ml.r5.12xlarge', 'ml.r5.24xlarge', 'ml.r5d.large', 'ml.r5d.xlarge', 'ml.r5d.2xlarge', 'ml.r5d.4xlarge', 'ml.r5d.12xlarge', 'ml.r5d.24xlarge', 'ml.inf1.xlarge', 'ml.inf1.2xlarge', 'ml.inf1.6xlarge', 'ml.inf1.24xlarge', 'ml.c6i.large', 'ml.c6i.xlarge', 'ml.c6i.2xlarge', 'ml.c6i.4xlarge', 'ml.c6i.8xlarge', 'ml.c6i.12xlarge', 'ml.c6i.16xlarge', 'ml.c6i.24xlarge', 'ml.c6i.32xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.12xlarge', 'ml.g5.16xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.p4d.24xlarge', 'ml.c7g.large', 'ml.c7g.xlarge', 'ml.c7g.2xlarge', 'ml.c7g.4xlarge', 'ml.c7g.8xlarge', 'ml.c7g.12xlarge', 'ml.c7g.16xlarge', 'ml.m6g.large', 'ml.m6g.xlarge', 'ml.m6g.2xlarge', 'ml.m6g.4xlarge', 'ml.m6g.8xlarge', 'ml.m6g.12xlarge', 'ml.m6g.16xlarge', 'ml.m6gd.large', 'ml.m6gd.xlarge', 'ml.m6gd.2xlarge', 'ml.m6gd.4xlarge', 'ml.m6gd.8xlarge', 'ml.m6gd.12xlarge', 'ml.m6gd.16xlarge', 'ml.c6g.large', 'ml.c6g.xlarge', 'ml.c6g.2xlarge', 'ml.c6g.4xlarge', 'ml.c6g.8xlarge', 'ml.c6g.12xlarge', 'ml.c6g.16xlarge', 'ml.c6gd.large', 'ml.c6gd.xlarge', 'ml.c6gd.2xlarge', 'ml.c6gd.4xlarge', 'ml.c6gd.8xlarge', 'ml.c6gd.12xlarge', 'ml.c6gd.16xlarge', 'ml.c6gn.large', 'ml.c6gn.xlarge', 'ml.c6gn.2xlarge', 'ml.c6gn.4xlarge', 'ml.c6gn.8xlarge', 'ml.c6gn.12xlarge', 'ml.c6gn.16xlarge', 'ml.r6g.large', 'ml.r6g.xlarge', 'ml.r6g.2xlarge', 'ml.r6g.4xlarge', 'ml.r6g.8xlarge', 'ml.r6g.12xlarge', 'ml.r6g.16xlarge', 'ml.r6gd.large', 'ml.r6gd.xlarge', 'ml.r6gd.2xlarge', 'ml.r6gd.4xlarge', 'ml.r6gd.8xlarge', 'ml.r6gd.12xlarge', 'ml.r6gd.16xlarge', 'ml.p4de.24xlarge', 'ml.trn1.2xlarge', 'ml.trn1.32xlarge', 'ml.inf2.xlarge', 'ml.inf2.8xlarge', 'ml.inf2.24xlarge', 'ml.inf2.48xlarge', ], ], 'ProductionVariantList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariant', ], 'max' => 10, 'min' => 1, ], 'ProductionVariantModelDataDownloadTimeoutInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 60, ], 'ProductionVariantSSMAccess' => [ 'type' => 'boolean', ], 'ProductionVariantServerlessConfig' => [ 'type' => 'structure', 'required' => [ 'MemorySizeInMB', 'MaxConcurrency', ], 'members' => [ 'MemorySizeInMB' => [ 'shape' => 'ServerlessMemorySizeInMB', ], 'MaxConcurrency' => [ 'shape' => 'ServerlessMaxConcurrency', ], 'ProvisionedConcurrency' => [ 'shape' => 'ServerlessProvisionedConcurrency', ], ], ], 'ProductionVariantServerlessUpdateConfig' => [ 'type' => 'structure', 'members' => [ 'MaxConcurrency' => [ 'shape' => 'ServerlessMaxConcurrency', ], 'ProvisionedConcurrency' => [ 'shape' => 'ServerlessProvisionedConcurrency', ], ], ], 'ProductionVariantStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'VariantStatus', ], 'StatusMessage' => [ 'shape' => 'VariantStatusMessage', ], 'StartTime' => [ 'shape' => 'Timestamp', ], ], ], 'ProductionVariantStatusList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantStatus', ], 'max' => 5, 'min' => 0, ], 'ProductionVariantSummary' => [ 'type' => 'structure', 'required' => [ 'VariantName', ], 'members' => [ 'VariantName' => [ 'shape' => 'VariantName', ], 'DeployedImages' => [ 'shape' => 'DeployedImages', ], 'CurrentWeight' => [ 'shape' => 'VariantWeight', ], 'DesiredWeight' => [ 'shape' => 'VariantWeight', ], 'CurrentInstanceCount' => [ 'shape' => 'TaskCount', ], 'DesiredInstanceCount' => [ 'shape' => 'TaskCount', ], 'VariantStatus' => [ 'shape' => 'ProductionVariantStatusList', ], 'CurrentServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], 'DesiredServerlessConfig' => [ 'shape' => 'ProductionVariantServerlessConfig', ], ], ], 'ProductionVariantSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantSummary', ], 'min' => 1, ], 'ProductionVariantVolumeSizeInGB' => [ 'type' => 'integer', 'max' => 512, 'min' => 1, ], 'ProfilerConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'ProfilingIntervalInMilliseconds' => [ 'shape' => 'ProfilingIntervalInMilliseconds', ], 'ProfilingParameters' => [ 'shape' => 'ProfilingParameters', ], 'DisableProfiler' => [ 'shape' => 'DisableProfiler', ], ], ], 'ProfilerConfigForUpdate' => [ 'type' => 'structure', 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'ProfilingIntervalInMilliseconds' => [ 'shape' => 'ProfilingIntervalInMilliseconds', ], 'ProfilingParameters' => [ 'shape' => 'ProfilingParameters', ], 'DisableProfiler' => [ 'shape' => 'DisableProfiler', ], ], ], 'ProfilerRuleConfiguration' => [ 'type' => 'structure', 'required' => [ 'RuleConfigurationName', 'RuleEvaluatorImage', ], 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'RuleEvaluatorImage' => [ 'shape' => 'AlgorithmImage', ], 'InstanceType' => [ 'shape' => 'ProcessingInstanceType', ], 'VolumeSizeInGB' => [ 'shape' => 'OptionalVolumeSizeInGB', ], 'RuleParameters' => [ 'shape' => 'RuleParameters', ], ], ], 'ProfilerRuleConfigurations' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProfilerRuleConfiguration', ], 'max' => 20, 'min' => 0, ], 'ProfilerRuleEvaluationStatus' => [ 'type' => 'structure', 'members' => [ 'RuleConfigurationName' => [ 'shape' => 'RuleConfigurationName', ], 'RuleEvaluationJobArn' => [ 'shape' => 'ProcessingJobArn', ], 'RuleEvaluationStatus' => [ 'shape' => 'RuleEvaluationStatus', ], 'StatusDetails' => [ 'shape' => 'StatusDetails', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ProfilerRuleEvaluationStatuses' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProfilerRuleEvaluationStatus', ], 'max' => 20, 'min' => 0, ], 'ProfilingIntervalInMilliseconds' => [ 'type' => 'long', ], 'ProfilingParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 20, 'min' => 0, ], 'ProfilingStatus' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'ProgrammingLang' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[a-zA-Z]+ ?\\d+\\.\\d+(\\.\\d+)?$', ], 'Project' => [ 'type' => 'structure', 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningDetails' => [ 'shape' => 'ServiceCatalogProvisioningDetails', ], 'ServiceCatalogProvisionedProductDetails' => [ 'shape' => 'ServiceCatalogProvisionedProductDetails', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'Tags' => [ 'shape' => 'TagList', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'ProjectArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:project:.*', ], 'ProjectEntityName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,31}', ], 'ProjectId' => [ 'type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9])*', ], 'ProjectSortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'ProjectSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ProjectStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'CreateInProgress', 'CreateCompleted', 'CreateFailed', 'DeleteInProgress', 'DeleteFailed', 'DeleteCompleted', 'UpdateInProgress', 'UpdateCompleted', 'UpdateFailed', ], ], 'ProjectSummary' => [ 'type' => 'structure', 'required' => [ 'ProjectName', 'ProjectArn', 'ProjectId', 'CreationTime', 'ProjectStatus', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ProjectArn' => [ 'shape' => 'ProjectArn', ], 'ProjectId' => [ 'shape' => 'ProjectId', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'ProjectStatus' => [ 'shape' => 'ProjectStatus', ], ], ], 'ProjectSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProjectSummary', ], ], 'PropertyNameHint' => [ 'type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '.*', ], 'PropertyNameQuery' => [ 'type' => 'structure', 'required' => [ 'PropertyNameHint', ], 'members' => [ 'PropertyNameHint' => [ 'shape' => 'PropertyNameHint', ], ], ], 'PropertyNameSuggestion' => [ 'type' => 'structure', 'members' => [ 'PropertyName' => [ 'shape' => 'ResourcePropertyName', ], ], ], 'PropertyNameSuggestionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PropertyNameSuggestion', ], ], 'ProvisionedProductStatusMessage' => [ 'type' => 'string', 'pattern' => '.*', ], 'ProvisioningParameter' => [ 'type' => 'structure', 'members' => [ 'Key' => [ 'shape' => 'ProvisioningParameterKey', ], 'Value' => [ 'shape' => 'ProvisioningParameterValue', ], ], ], 'ProvisioningParameterKey' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '.*', ], 'ProvisioningParameterValue' => [ 'type' => 'string', 'max' => 4096, 'pattern' => '.*', ], 'ProvisioningParameters' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProvisioningParameter', ], ], 'PublicWorkforceTaskPrice' => [ 'type' => 'structure', 'members' => [ 'AmountInUsd' => [ 'shape' => 'USD', ], ], ], 'PutModelPackageGroupPolicyInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupName', 'ResourcePolicy', ], 'members' => [ 'ModelPackageGroupName' => [ 'shape' => 'EntityName', ], 'ResourcePolicy' => [ 'shape' => 'PolicyString', ], ], ], 'PutModelPackageGroupPolicyOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageGroupArn', ], 'members' => [ 'ModelPackageGroupArn' => [ 'shape' => 'ModelPackageGroupArn', ], ], ], 'QualityCheckStepMetadata' => [ 'type' => 'structure', 'members' => [ 'CheckType' => [ 'shape' => 'String256', ], 'BaselineUsedForDriftCheckStatistics' => [ 'shape' => 'String1024', ], 'BaselineUsedForDriftCheckConstraints' => [ 'shape' => 'String1024', ], 'CalculatedBaselineStatistics' => [ 'shape' => 'String1024', ], 'CalculatedBaselineConstraints' => [ 'shape' => 'String1024', ], 'ModelPackageGroupName' => [ 'shape' => 'String256', ], 'ViolationReport' => [ 'shape' => 'String1024', ], 'CheckJobArn' => [ 'shape' => 'String256', ], 'SkipCheck' => [ 'shape' => 'Boolean', ], 'RegisterNewBaseline' => [ 'shape' => 'Boolean', ], ], ], 'QueryFilters' => [ 'type' => 'structure', 'members' => [ 'Types' => [ 'shape' => 'QueryTypes', ], 'LineageTypes' => [ 'shape' => 'QueryLineageTypes', ], 'CreatedBefore' => [ 'shape' => 'Timestamp', ], 'CreatedAfter' => [ 'shape' => 'Timestamp', ], 'ModifiedBefore' => [ 'shape' => 'Timestamp', ], 'ModifiedAfter' => [ 'shape' => 'Timestamp', ], 'Properties' => [ 'shape' => 'QueryProperties', ], ], ], 'QueryLineageMaxDepth' => [ 'type' => 'integer', 'max' => 10, ], 'QueryLineageMaxResults' => [ 'type' => 'integer', 'max' => 50, ], 'QueryLineageRequest' => [ 'type' => 'structure', 'members' => [ 'StartArns' => [ 'shape' => 'QueryLineageStartArns', ], 'Direction' => [ 'shape' => 'Direction', ], 'IncludeEdges' => [ 'shape' => 'Boolean', ], 'Filters' => [ 'shape' => 'QueryFilters', ], 'MaxDepth' => [ 'shape' => 'QueryLineageMaxDepth', ], 'MaxResults' => [ 'shape' => 'QueryLineageMaxResults', ], 'NextToken' => [ 'shape' => 'String8192', ], ], ], 'QueryLineageResponse' => [ 'type' => 'structure', 'members' => [ 'Vertices' => [ 'shape' => 'Vertices', ], 'Edges' => [ 'shape' => 'Edges', ], 'NextToken' => [ 'shape' => 'String8192', ], ], ], 'QueryLineageStartArns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociationEntityArn', ], 'max' => 1, 'min' => 0, ], 'QueryLineageTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'LineageType', ], 'max' => 4, ], 'QueryProperties' => [ 'type' => 'map', 'key' => [ 'shape' => 'String256', ], 'value' => [ 'shape' => 'String256', ], 'max' => 5, ], 'QueryTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String40', ], 'max' => 5, ], 'RSessionAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'CustomImages' => [ 'shape' => 'CustomImages', ], ], ], 'RStudioServerProAccessStatus' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'RStudioServerProAppSettings' => [ 'type' => 'structure', 'members' => [ 'AccessStatus' => [ 'shape' => 'RStudioServerProAccessStatus', ], 'UserGroup' => [ 'shape' => 'RStudioServerProUserGroup', ], ], ], 'RStudioServerProDomainSettings' => [ 'type' => 'structure', 'required' => [ 'DomainExecutionRoleArn', ], 'members' => [ 'DomainExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'RStudioConnectUrl' => [ 'shape' => 'String', ], 'RStudioPackageManagerUrl' => [ 'shape' => 'String', ], 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], ], ], 'RStudioServerProDomainSettingsForUpdate' => [ 'type' => 'structure', 'required' => [ 'DomainExecutionRoleArn', ], 'members' => [ 'DomainExecutionRoleArn' => [ 'shape' => 'RoleArn', ], 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], 'RStudioConnectUrl' => [ 'shape' => 'String', ], 'RStudioPackageManagerUrl' => [ 'shape' => 'String', ], ], ], 'RStudioServerProUserGroup' => [ 'type' => 'string', 'enum' => [ 'R_STUDIO_ADMIN', 'R_STUDIO_USER', ], ], 'RandomSeed' => [ 'type' => 'integer', 'min' => 0, ], 'RealTimeInferenceConfig' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', ], 'members' => [ 'InstanceType' => [ 'shape' => 'InstanceType', ], 'InstanceCount' => [ 'shape' => 'TaskCount', ], ], ], 'RealTimeInferenceRecommendation' => [ 'type' => 'structure', 'required' => [ 'RecommendationId', 'InstanceType', ], 'members' => [ 'RecommendationId' => [ 'shape' => 'String', ], 'InstanceType' => [ 'shape' => 'ProductionVariantInstanceType', ], 'Environment' => [ 'shape' => 'EnvironmentMap', ], ], ], 'RealTimeInferenceRecommendations' => [ 'type' => 'list', 'member' => [ 'shape' => 'RealTimeInferenceRecommendation', ], 'max' => 3, 'min' => 0, ], 'RealtimeInferenceInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ProductionVariantInstanceType', ], ], 'RecommendationFailureReason' => [ 'type' => 'string', ], 'RecommendationJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:inference-recommendations-job/.*', ], 'RecommendationJobCompilationJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$', ], 'RecommendationJobCompiledOutputConfig' => [ 'type' => 'structure', 'members' => [ 'S3OutputUri' => [ 'shape' => 'S3Uri', ], ], ], 'RecommendationJobContainerConfig' => [ 'type' => 'structure', 'members' => [ 'Domain' => [ 'shape' => 'String', ], 'Task' => [ 'shape' => 'String', ], 'Framework' => [ 'shape' => 'String', ], 'FrameworkVersion' => [ 'shape' => 'String', ], 'PayloadConfig' => [ 'shape' => 'RecommendationJobPayloadConfig', ], 'NearestModelName' => [ 'shape' => 'String', ], 'SupportedInstanceTypes' => [ 'shape' => 'RecommendationJobSupportedInstanceTypes', ], 'DataInputConfig' => [ 'shape' => 'RecommendationJobDataInputConfig', ], 'SupportedEndpointType' => [ 'shape' => 'RecommendationJobSupportedEndpointType', ], 'SupportedResponseMIMETypes' => [ 'shape' => 'RecommendationJobSupportedResponseMIMETypes', ], ], ], 'RecommendationJobDataInputConfig' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'RecommendationJobDescription' => [ 'type' => 'string', 'max' => 128, ], 'RecommendationJobInferenceBenchmark' => [ 'type' => 'structure', 'required' => [ 'ModelConfiguration', ], 'members' => [ 'Metrics' => [ 'shape' => 'RecommendationMetrics', ], 'EndpointConfiguration' => [ 'shape' => 'EndpointOutputConfiguration', ], 'ModelConfiguration' => [ 'shape' => 'ModelConfiguration', ], 'FailureReason' => [ 'shape' => 'RecommendationFailureReason', ], 'EndpointMetrics' => [ 'shape' => 'InferenceMetrics', ], 'InvocationEndTime' => [ 'shape' => 'InvocationEndTime', ], 'InvocationStartTime' => [ 'shape' => 'InvocationStartTime', ], ], ], 'RecommendationJobInputConfig' => [ 'type' => 'structure', 'members' => [ 'ModelPackageVersionArn' => [ 'shape' => 'ModelPackageArn', ], 'JobDurationInSeconds' => [ 'shape' => 'JobDurationInSeconds', ], 'TrafficPattern' => [ 'shape' => 'TrafficPattern', ], 'ResourceLimit' => [ 'shape' => 'RecommendationJobResourceLimit', ], 'EndpointConfigurations' => [ 'shape' => 'EndpointInputConfigurations', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'ContainerConfig' => [ 'shape' => 'RecommendationJobContainerConfig', ], 'Endpoints' => [ 'shape' => 'Endpoints', ], 'VpcConfig' => [ 'shape' => 'RecommendationJobVpcConfig', ], 'ModelName' => [ 'shape' => 'ModelName', ], ], ], 'RecommendationJobName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,63}', ], 'RecommendationJobOutputConfig' => [ 'type' => 'structure', 'members' => [ 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'CompiledOutputConfig' => [ 'shape' => 'RecommendationJobCompiledOutputConfig', ], ], ], 'RecommendationJobPayloadConfig' => [ 'type' => 'structure', 'members' => [ 'SamplePayloadUrl' => [ 'shape' => 'String', ], 'SupportedContentTypes' => [ 'shape' => 'RecommendationJobSupportedContentTypes', ], ], ], 'RecommendationJobResourceLimit' => [ 'type' => 'structure', 'members' => [ 'MaxNumberOfTests' => [ 'shape' => 'MaxNumberOfTests', ], 'MaxParallelOfTests' => [ 'shape' => 'MaxParallelOfTests', ], ], ], 'RecommendationJobStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'RecommendationJobStoppingConditions' => [ 'type' => 'structure', 'members' => [ 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatencyThresholds' => [ 'shape' => 'ModelLatencyThresholds', ], 'FlatInvocations' => [ 'shape' => 'FlatInvocations', ], ], ], 'RecommendationJobSupportedContentTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'RecommendationJobSupportedEndpointType' => [ 'type' => 'string', 'enum' => [ 'RealTime', 'Serverless', ], ], 'RecommendationJobSupportedInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'RecommendationJobSupportedResponseMIMEType' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^[-\\w]+\\/.+$', ], 'RecommendationJobSupportedResponseMIMETypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecommendationJobSupportedResponseMIMEType', ], ], 'RecommendationJobType' => [ 'type' => 'string', 'enum' => [ 'Default', 'Advanced', ], ], 'RecommendationJobVpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'RecommendationJobVpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'RecommendationJobVpcSubnets', ], ], ], 'RecommendationJobVpcSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'RecommendationJobVpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecommendationJobVpcSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'RecommendationJobVpcSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'RecommendationJobVpcSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecommendationJobVpcSubnetId', ], 'max' => 16, 'min' => 1, ], 'RecommendationMetrics' => [ 'type' => 'structure', 'required' => [ 'CostPerHour', 'CostPerInference', 'MaxInvocations', 'ModelLatency', ], 'members' => [ 'CostPerHour' => [ 'shape' => 'Float', ], 'CostPerInference' => [ 'shape' => 'Float', ], 'MaxInvocations' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], 'CpuUtilization' => [ 'shape' => 'UtilizationMetric', ], 'MemoryUtilization' => [ 'shape' => 'UtilizationMetric', ], 'ModelSetupTime' => [ 'shape' => 'ModelSetupTime', ], ], ], 'RecommendationStatus' => [ 'type' => 'string', 'enum' => [ 'IN_PROGRESS', 'COMPLETED', 'FAILED', 'NOT_APPLICABLE', ], ], 'RecommendationStepType' => [ 'type' => 'string', 'enum' => [ 'BENCHMARK', ], ], 'RecordWrapper' => [ 'type' => 'string', 'enum' => [ 'None', 'RecordIO', ], ], 'RedshiftClusterId' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '.*', ], 'RedshiftDatabase' => [ 'type' => 'string', 'max' => 64, 'min' => 1, 'pattern' => '.*', ], 'RedshiftDatasetDefinition' => [ 'type' => 'structure', 'required' => [ 'ClusterId', 'Database', 'DbUser', 'QueryString', 'ClusterRoleArn', 'OutputS3Uri', 'OutputFormat', ], 'members' => [ 'ClusterId' => [ 'shape' => 'RedshiftClusterId', ], 'Database' => [ 'shape' => 'RedshiftDatabase', ], 'DbUser' => [ 'shape' => 'RedshiftUserName', ], 'QueryString' => [ 'shape' => 'RedshiftQueryString', ], 'ClusterRoleArn' => [ 'shape' => 'RoleArn', ], 'OutputS3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'OutputFormat' => [ 'shape' => 'RedshiftResultFormat', ], 'OutputCompression' => [ 'shape' => 'RedshiftResultCompressionType', ], ], ], 'RedshiftQueryString' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'RedshiftResultCompressionType' => [ 'type' => 'string', 'enum' => [ 'None', 'GZIP', 'BZIP2', 'ZSTD', 'SNAPPY', ], ], 'RedshiftResultFormat' => [ 'type' => 'string', 'enum' => [ 'PARQUET', 'CSV', ], ], 'RedshiftUserName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '.*', ], 'RegisterDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'Devices', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Devices' => [ 'shape' => 'Devices', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'RegisterModelStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'String256', ], ], ], 'ReleaseNotes' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.*', ], 'RenderUiTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'Task', 'RoleArn', ], 'members' => [ 'UiTemplate' => [ 'shape' => 'UiTemplate', ], 'Task' => [ 'shape' => 'RenderableTask', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'RenderUiTemplateResponse' => [ 'type' => 'structure', 'required' => [ 'RenderedContent', 'Errors', ], 'members' => [ 'RenderedContent' => [ 'shape' => 'String', ], 'Errors' => [ 'shape' => 'RenderingErrorList', ], ], ], 'RenderableTask' => [ 'type' => 'structure', 'required' => [ 'Input', ], 'members' => [ 'Input' => [ 'shape' => 'TaskInput', ], ], ], 'RenderingError' => [ 'type' => 'structure', 'required' => [ 'Code', 'Message', ], 'members' => [ 'Code' => [ 'shape' => 'String', ], 'Message' => [ 'shape' => 'String', ], ], ], 'RenderingErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'RenderingError', ], ], 'RepositoryAccessMode' => [ 'type' => 'string', 'enum' => [ 'Platform', 'Vpc', ], ], 'RepositoryAuthConfig' => [ 'type' => 'structure', 'required' => [ 'RepositoryCredentialsProviderArn', ], 'members' => [ 'RepositoryCredentialsProviderArn' => [ 'shape' => 'RepositoryCredentialsProviderArn', ], ], ], 'RepositoryCredentialsProviderArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '.*', ], 'RepositoryUrl' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^https://([.\\-_a-zA-Z0-9]+/?){3,1016}$', ], 'ResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'AutoMLJobObjective' => [ 'shape' => 'AutoMLJobObjective', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z-]*:sagemaker:[a-z0-9-]*:[0-9]{12}:.+', ], 'ResourceCatalog' => [ 'type' => 'structure', 'required' => [ 'ResourceCatalogArn', 'ResourceCatalogName', 'Description', 'CreationTime', ], 'members' => [ 'ResourceCatalogArn' => [ 'shape' => 'ResourceCatalogArn', ], 'ResourceCatalogName' => [ 'shape' => 'ResourceCatalogName', ], 'Description' => [ 'shape' => 'ResourceCatalogDescription', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], ], ], 'ResourceCatalogArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:sagemaker-catalog/.*', ], 'ResourceCatalogDescription' => [ 'type' => 'string', 'max' => 256, ], 'ResourceCatalogList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceCatalog', ], ], 'ResourceCatalogName' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'ResourceCatalogSortBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'ResourceCatalogSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'ResourceConfig' => [ 'type' => 'structure', 'required' => [ 'VolumeSizeInGB', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TrainingInstanceType', ], 'InstanceCount' => [ 'shape' => 'TrainingInstanceCount', ], 'VolumeSizeInGB' => [ 'shape' => 'VolumeSizeInGB', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'InstanceGroups' => [ 'shape' => 'InstanceGroups', ], 'KeepAlivePeriodInSeconds' => [ 'shape' => 'KeepAlivePeriodInSeconds', ], ], ], 'ResourceConfigForUpdate' => [ 'type' => 'structure', 'required' => [ 'KeepAlivePeriodInSeconds', ], 'members' => [ 'KeepAlivePeriodInSeconds' => [ 'shape' => 'KeepAlivePeriodInSeconds', ], ], ], 'ResourceId' => [ 'type' => 'string', 'max' => 32, ], 'ResourceInUse' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourceLimitExceeded' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourceLimits' => [ 'type' => 'structure', 'required' => [ 'MaxParallelTrainingJobs', ], 'members' => [ 'MaxNumberOfTrainingJobs' => [ 'shape' => 'MaxNumberOfTrainingJobs', ], 'MaxParallelTrainingJobs' => [ 'shape' => 'MaxParallelTrainingJobs', ], 'MaxRuntimeInSeconds' => [ 'shape' => 'HyperParameterTuningMaxRuntimeInSeconds', ], ], ], 'ResourceNotFound' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'FailureReason', ], ], 'exception' => true, ], 'ResourcePolicyString' => [ 'type' => 'string', 'max' => 20480, 'pattern' => '.*(?:[ \\r\\n\\t].*)*', ], 'ResourcePropertyName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'ResourceRetainedBillableTimeInSeconds' => [ 'type' => 'integer', 'min' => 0, ], 'ResourceSpec' => [ 'type' => 'structure', 'members' => [ 'SageMakerImageArn' => [ 'shape' => 'ImageArn', ], 'SageMakerImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], 'InstanceType' => [ 'shape' => 'AppInstanceType', ], 'LifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], ], ], 'ResourceType' => [ 'type' => 'string', 'enum' => [ 'TrainingJob', 'Experiment', 'ExperimentTrial', 'ExperimentTrialComponent', 'Endpoint', 'ModelPackage', 'ModelPackageGroup', 'Pipeline', 'PipelineExecution', 'FeatureGroup', 'Project', 'FeatureMetadata', 'HyperParameterTuningJob', 'ModelCard', 'Model', ], ], 'ResponseMIMEType' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^[-\\w]+\\/.+$', ], 'ResponseMIMETypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResponseMIMEType', ], ], 'RetentionPolicy' => [ 'type' => 'structure', 'members' => [ 'HomeEfsFileSystem' => [ 'shape' => 'RetentionType', ], ], ], 'RetentionType' => [ 'type' => 'string', 'enum' => [ 'Retain', 'Delete', ], ], 'RetryPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', 'ClientRequestToken', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'RetryPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'RetryStrategy' => [ 'type' => 'structure', 'required' => [ 'MaximumRetryAttempts', ], 'members' => [ 'MaximumRetryAttempts' => [ 'shape' => 'MaximumRetryAttempts', ], ], ], 'RoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws[a-z\\-]*:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+$', ], 'RollingUpdatePolicy' => [ 'type' => 'structure', 'required' => [ 'MaximumBatchSize', 'WaitIntervalInSeconds', ], 'members' => [ 'MaximumBatchSize' => [ 'shape' => 'CapacitySize', ], 'WaitIntervalInSeconds' => [ 'shape' => 'WaitIntervalInSeconds', ], 'MaximumExecutionTimeoutInSeconds' => [ 'shape' => 'MaximumExecutionTimeoutInSeconds', ], 'RollbackMaximumBatchSize' => [ 'shape' => 'CapacitySize', ], ], ], 'RootAccess' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'RuleConfigurationName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '.*', ], 'RuleEvaluationStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'NoIssuesFound', 'IssuesFound', 'Error', 'Stopping', 'Stopped', ], ], 'RuleParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'ConfigKey', ], 'value' => [ 'shape' => 'ConfigValue', ], 'max' => 100, 'min' => 0, ], 'S3DataDistribution' => [ 'type' => 'string', 'enum' => [ 'FullyReplicated', 'ShardedByS3Key', ], ], 'S3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'S3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], 'S3DataDistributionType' => [ 'shape' => 'S3DataDistribution', ], 'AttributeNames' => [ 'shape' => 'AttributeNames', ], 'InstanceGroupNames' => [ 'shape' => 'InstanceGroupNames', ], ], ], 'S3DataType' => [ 'type' => 'string', 'enum' => [ 'ManifestFile', 'S3Prefix', 'AugmentedManifestFile', ], ], 'S3ModelDataSource' => [ 'type' => 'structure', 'required' => [ 'S3Uri', 'S3DataType', 'CompressionType', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3ModelUri', ], 'S3DataType' => [ 'shape' => 'S3ModelDataType', ], 'CompressionType' => [ 'shape' => 'ModelCompressionType', ], ], ], 'S3ModelDataType' => [ 'type' => 'string', 'enum' => [ 'S3Prefix', 'S3Object', ], ], 'S3ModelUri' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'S3OutputPath' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'S3StorageConfig' => [ 'type' => 'structure', 'required' => [ 'S3Uri', ], 'members' => [ 'S3Uri' => [ 'shape' => 'S3Uri', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], 'ResolvedOutputS3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'S3Uri' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'SageMakerImageVersionAlias' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!^[.-])^([a-zA-Z0-9-_.]+)$', ], 'SageMakerImageVersionAliases' => [ 'type' => 'list', 'member' => [ 'shape' => 'SageMakerImageVersionAlias', ], ], 'SagemakerServicecatalogStatus' => [ 'type' => 'string', 'enum' => [ 'Enabled', 'Disabled', ], ], 'SampleWeightAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_-]+$', ], 'SamplingPercentage' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'ScalingPolicies' => [ 'type' => 'list', 'member' => [ 'shape' => 'ScalingPolicy', ], ], 'ScalingPolicy' => [ 'type' => 'structure', 'members' => [ 'TargetTracking' => [ 'shape' => 'TargetTrackingScalingPolicyConfiguration', ], ], 'union' => true, ], 'ScalingPolicyMetric' => [ 'type' => 'structure', 'members' => [ 'InvocationsPerInstance' => [ 'shape' => 'Integer', ], 'ModelLatency' => [ 'shape' => 'Integer', ], ], ], 'ScalingPolicyObjective' => [ 'type' => 'structure', 'members' => [ 'MinInvocationsPerMinute' => [ 'shape' => 'Integer', ], 'MaxInvocationsPerMinute' => [ 'shape' => 'Integer', ], ], ], 'ScheduleConfig' => [ 'type' => 'structure', 'required' => [ 'ScheduleExpression', ], 'members' => [ 'ScheduleExpression' => [ 'shape' => 'ScheduleExpression', ], ], ], 'ScheduleExpression' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'ScheduleStatus' => [ 'type' => 'string', 'enum' => [ 'Pending', 'Failed', 'Scheduled', 'Stopped', ], ], 'SearchExpression' => [ 'type' => 'structure', 'members' => [ 'Filters' => [ 'shape' => 'FilterList', ], 'NestedFilters' => [ 'shape' => 'NestedFiltersList', ], 'SubExpressions' => [ 'shape' => 'SearchExpressionList', ], 'Operator' => [ 'shape' => 'BooleanOperator', ], ], ], 'SearchExpressionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SearchExpression', ], 'max' => 20, 'min' => 1, ], 'SearchRecord' => [ 'type' => 'structure', 'members' => [ 'TrainingJob' => [ 'shape' => 'TrainingJob', ], 'Experiment' => [ 'shape' => 'Experiment', ], 'Trial' => [ 'shape' => 'Trial', ], 'TrialComponent' => [ 'shape' => 'TrialComponent', ], 'Endpoint' => [ 'shape' => 'Endpoint', ], 'ModelPackage' => [ 'shape' => 'ModelPackage', ], 'ModelPackageGroup' => [ 'shape' => 'ModelPackageGroup', ], 'Pipeline' => [ 'shape' => 'Pipeline', ], 'PipelineExecution' => [ 'shape' => 'PipelineExecution', ], 'FeatureGroup' => [ 'shape' => 'FeatureGroup', ], 'Project' => [ 'shape' => 'Project', ], 'FeatureMetadata' => [ 'shape' => 'FeatureMetadata', ], 'HyperParameterTuningJob' => [ 'shape' => 'HyperParameterTuningJobSearchEntity', ], 'Model' => [ 'shape' => 'ModelDashboardModel', ], 'ModelCard' => [ 'shape' => 'ModelCard', ], ], ], 'SearchRequest' => [ 'type' => 'structure', 'required' => [ 'Resource', ], 'members' => [ 'Resource' => [ 'shape' => 'ResourceType', ], 'SearchExpression' => [ 'shape' => 'SearchExpression', ], 'SortBy' => [ 'shape' => 'ResourcePropertyName', ], 'SortOrder' => [ 'shape' => 'SearchSortOrder', ], 'NextToken' => [ 'shape' => 'NextToken', ], 'MaxResults' => [ 'shape' => 'MaxResults', 'box' => true, ], 'CrossAccountFilterOption' => [ 'shape' => 'CrossAccountFilterOption', ], ], ], 'SearchResponse' => [ 'type' => 'structure', 'members' => [ 'Results' => [ 'shape' => 'SearchResultsList', ], 'NextToken' => [ 'shape' => 'NextToken', ], ], ], 'SearchResultsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SearchRecord', ], ], 'SearchSortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'SecondaryStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'LaunchingMLInstances', 'PreparingTrainingStack', 'Downloading', 'DownloadingTrainingImage', 'Training', 'Uploading', 'Stopping', 'Stopped', 'MaxRuntimeExceeded', 'Completed', 'Failed', 'Interrupted', 'MaxWaitTimeExceeded', 'Updating', 'Restarting', ], ], 'SecondaryStatusTransition' => [ 'type' => 'structure', 'required' => [ 'Status', 'StartTime', ], 'members' => [ 'Status' => [ 'shape' => 'SecondaryStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'StatusMessage' => [ 'shape' => 'StatusMessage', ], ], ], 'SecondaryStatusTransitions' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecondaryStatusTransition', ], ], 'SecretArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:aws[a-z\\-]*:secretsmanager:[a-z0-9\\-]*:[0-9]{12}:secret:.*', ], 'SecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'SecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 5, ], 'Seed' => [ 'type' => 'long', ], 'SelectedStep' => [ 'type' => 'structure', 'required' => [ 'StepName', ], 'members' => [ 'StepName' => [ 'shape' => 'String256', ], ], ], 'SelectedStepList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SelectedStep', ], 'max' => 50, 'min' => 1, ], 'SelectiveExecutionConfig' => [ 'type' => 'structure', 'required' => [ 'SourcePipelineExecutionArn', 'SelectedSteps', ], 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'SelectedSteps' => [ 'shape' => 'SelectedStepList', ], ], ], 'SelectiveExecutionResult' => [ 'type' => 'structure', 'members' => [ 'SourcePipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'SendPipelineExecutionStepFailureRequest' => [ 'type' => 'structure', 'required' => [ 'CallbackToken', ], 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'FailureReason' => [ 'shape' => 'String256', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'SendPipelineExecutionStepFailureResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'SendPipelineExecutionStepSuccessRequest' => [ 'type' => 'structure', 'required' => [ 'CallbackToken', ], 'members' => [ 'CallbackToken' => [ 'shape' => 'CallbackToken', ], 'OutputParameters' => [ 'shape' => 'OutputParameterList', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'SendPipelineExecutionStepSuccessResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'ServerlessMaxConcurrency' => [ 'type' => 'integer', 'max' => 200, 'min' => 1, ], 'ServerlessMemorySizeInMB' => [ 'type' => 'integer', 'max' => 6144, 'min' => 1024, ], 'ServerlessProvisionedConcurrency' => [ 'type' => 'integer', 'max' => 200, 'min' => 1, ], 'ServiceCatalogEntityId' => [ 'type' => 'string', 'max' => 100, 'min' => 1, 'pattern' => '^[a-zA-Z0-9_\\-]*', ], 'ServiceCatalogProvisionedProductDetails' => [ 'type' => 'structure', 'members' => [ 'ProvisionedProductId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisionedProductStatusMessage' => [ 'shape' => 'ProvisionedProductStatusMessage', ], ], ], 'ServiceCatalogProvisioningDetails' => [ 'type' => 'structure', 'required' => [ 'ProductId', ], 'members' => [ 'ProductId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningArtifactId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'PathId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningParameters' => [ 'shape' => 'ProvisioningParameters', ], ], ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'type' => 'structure', 'members' => [ 'ProvisioningArtifactId' => [ 'shape' => 'ServiceCatalogEntityId', ], 'ProvisioningParameters' => [ 'shape' => 'ProvisioningParameters', ], ], ], 'SessionExpirationDurationInSeconds' => [ 'type' => 'integer', 'max' => 43200, 'min' => 1800, ], 'ShadowModeConfig' => [ 'type' => 'structure', 'required' => [ 'SourceModelVariantName', 'ShadowModelVariants', ], 'members' => [ 'SourceModelVariantName' => [ 'shape' => 'ModelVariantName', ], 'ShadowModelVariants' => [ 'shape' => 'ShadowModelVariantConfigList', ], ], ], 'ShadowModelVariantConfig' => [ 'type' => 'structure', 'required' => [ 'ShadowModelVariantName', 'SamplingPercentage', ], 'members' => [ 'ShadowModelVariantName' => [ 'shape' => 'ModelVariantName', ], 'SamplingPercentage' => [ 'shape' => 'Percentage', ], ], ], 'ShadowModelVariantConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ShadowModelVariantConfig', ], 'max' => 1, 'min' => 1, ], 'SharingSettings' => [ 'type' => 'structure', 'members' => [ 'NotebookOutputOption' => [ 'shape' => 'NotebookOutputOption', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'S3KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'ShuffleConfig' => [ 'type' => 'structure', 'required' => [ 'Seed', ], 'members' => [ 'Seed' => [ 'shape' => 'Seed', ], ], ], 'SingleSignOnUserIdentifier' => [ 'type' => 'string', 'pattern' => 'UserName', ], 'SnsTopicArn' => [ 'type' => 'string', 'max' => 2048, 'pattern' => 'arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]+', ], 'SortActionsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortArtifactsBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', ], ], 'SortAssociationsBy' => [ 'type' => 'string', 'enum' => [ 'SourceArn', 'DestinationArn', 'SourceType', 'DestinationType', 'CreationTime', ], ], 'SortBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'SortContextsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortExperimentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortInferenceExperimentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', ], ], 'SortLineageGroupsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortOrder' => [ 'type' => 'string', 'enum' => [ 'Ascending', 'Descending', ], ], 'SortPipelineExecutionsBy' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'PipelineExecutionArn', ], ], 'SortPipelinesBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortTrialComponentsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SortTrialsBy' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', ], ], 'SourceAlgorithm' => [ 'type' => 'structure', 'required' => [ 'AlgorithmName', ], 'members' => [ 'ModelDataUrl' => [ 'shape' => 'Url', ], 'AlgorithmName' => [ 'shape' => 'ArnOrName', ], ], ], 'SourceAlgorithmList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SourceAlgorithm', ], 'max' => 1, 'min' => 1, ], 'SourceAlgorithmSpecification' => [ 'type' => 'structure', 'required' => [ 'SourceAlgorithms', ], 'members' => [ 'SourceAlgorithms' => [ 'shape' => 'SourceAlgorithmList', ], ], ], 'SourceIpConfig' => [ 'type' => 'structure', 'required' => [ 'Cidrs', ], 'members' => [ 'Cidrs' => [ 'shape' => 'Cidrs', ], ], ], 'SourceType' => [ 'type' => 'string', 'max' => 128, ], 'SourceUri' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'SpaceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:space/.*', ], 'SpaceDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'Status' => [ 'shape' => 'SpaceStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'SpaceList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SpaceDetails', ], ], 'SpaceName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'SpaceSettings' => [ 'type' => 'structure', 'members' => [ 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], ], ], 'SpaceSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', ], ], 'SpaceStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'SpawnRate' => [ 'type' => 'integer', 'min' => 0, ], 'SplitType' => [ 'type' => 'string', 'enum' => [ 'None', 'Line', 'RecordIO', 'TFRecord', ], ], 'StageStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'READYTODEPLOY', 'STARTING', 'INPROGRESS', 'DEPLOYED', 'FAILED', 'STOPPING', 'STOPPED', ], ], 'Stairs' => [ 'type' => 'structure', 'members' => [ 'DurationInSeconds' => [ 'shape' => 'TrafficDurationInSeconds', ], 'NumberOfSteps' => [ 'shape' => 'NumberOfSteps', ], 'UsersPerStep' => [ 'shape' => 'UsersPerStep', ], ], ], 'StartEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'StartInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], ], ], 'StartInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'StartMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'StartNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'StartPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', 'ClientRequestToken', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineNameOrArn', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'PipelineParameters' => [ 'shape' => 'ParameterList', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], 'SelectiveExecutionConfig' => [ 'shape' => 'SelectiveExecutionConfig', ], ], ], 'StartPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'Statistic' => [ 'type' => 'string', 'enum' => [ 'Average', 'Minimum', 'Maximum', 'SampleCount', 'Sum', ], ], 'StatusDetails' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'StatusMessage' => [ 'type' => 'string', ], 'StepDescription' => [ 'type' => 'string', 'max' => 3072, 'min' => 0, 'pattern' => '.*', ], 'StepDisplayName' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '.*', ], 'StepName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^[A-Za-z0-9\\-_]*$', ], 'StepStatus' => [ 'type' => 'string', 'enum' => [ 'Starting', 'Executing', 'Stopping', 'Stopped', 'Failed', 'Succeeded', ], ], 'StopAutoMLJobRequest' => [ 'type' => 'structure', 'required' => [ 'AutoMLJobName', ], 'members' => [ 'AutoMLJobName' => [ 'shape' => 'AutoMLJobName', ], ], ], 'StopCompilationJobRequest' => [ 'type' => 'structure', 'required' => [ 'CompilationJobName', ], 'members' => [ 'CompilationJobName' => [ 'shape' => 'EntityName', ], ], ], 'StopEdgeDeploymentStageRequest' => [ 'type' => 'structure', 'required' => [ 'EdgeDeploymentPlanName', 'StageName', ], 'members' => [ 'EdgeDeploymentPlanName' => [ 'shape' => 'EntityName', ], 'StageName' => [ 'shape' => 'EntityName', ], ], ], 'StopEdgePackagingJobRequest' => [ 'type' => 'structure', 'required' => [ 'EdgePackagingJobName', ], 'members' => [ 'EdgePackagingJobName' => [ 'shape' => 'EntityName', ], ], ], 'StopHyperParameterTuningJobRequest' => [ 'type' => 'structure', 'required' => [ 'HyperParameterTuningJobName', ], 'members' => [ 'HyperParameterTuningJobName' => [ 'shape' => 'HyperParameterTuningJobName', ], ], ], 'StopInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'ModelVariantActions', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'ModelVariantActions' => [ 'shape' => 'ModelVariantActionMap', ], 'DesiredModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DesiredState' => [ 'shape' => 'InferenceExperimentStopDesiredState', ], 'Reason' => [ 'shape' => 'InferenceExperimentStatusReason', ], ], ], 'StopInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'StopInferenceRecommendationsJobRequest' => [ 'type' => 'structure', 'required' => [ 'JobName', ], 'members' => [ 'JobName' => [ 'shape' => 'RecommendationJobName', ], ], ], 'StopLabelingJobRequest' => [ 'type' => 'structure', 'required' => [ 'LabelingJobName', ], 'members' => [ 'LabelingJobName' => [ 'shape' => 'LabelingJobName', ], ], ], 'StopMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], ], ], 'StopNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], ], ], 'StopPipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', 'ClientRequestToken', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'ClientRequestToken' => [ 'shape' => 'IdempotencyToken', 'idempotencyToken' => true, ], ], ], 'StopPipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'StopProcessingJobRequest' => [ 'type' => 'structure', 'required' => [ 'ProcessingJobName', ], 'members' => [ 'ProcessingJobName' => [ 'shape' => 'ProcessingJobName', ], ], ], 'StopTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], ], ], 'StopTransformJobRequest' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], ], ], 'StoppingCondition' => [ 'type' => 'structure', 'members' => [ 'MaxRuntimeInSeconds' => [ 'shape' => 'MaxRuntimeInSeconds', ], 'MaxWaitTimeInSeconds' => [ 'shape' => 'MaxWaitTimeInSeconds', ], ], ], 'String' => [ 'type' => 'string', ], 'String1024' => [ 'type' => 'string', 'max' => 1024, ], 'String128' => [ 'type' => 'string', 'max' => 128, ], 'String200' => [ 'type' => 'string', 'max' => 200, 'min' => 1, 'pattern' => '.+', ], 'String2048' => [ 'type' => 'string', 'max' => 2048, ], 'String256' => [ 'type' => 'string', 'max' => 256, ], 'String3072' => [ 'type' => 'string', 'max' => 3072, ], 'String40' => [ 'type' => 'string', 'max' => 40, ], 'String64' => [ 'type' => 'string', 'max' => 64, ], 'String8192' => [ 'type' => 'string', 'max' => 8192, ], 'StringParameterValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'StudioLifecycleConfigAppType' => [ 'type' => 'string', 'enum' => [ 'JupyterServer', 'KernelGateway', ], ], 'StudioLifecycleConfigArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:studio-lifecycle-config/.*', ], 'StudioLifecycleConfigContent' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'StudioLifecycleConfigDetails' => [ 'type' => 'structure', 'members' => [ 'StudioLifecycleConfigArn' => [ 'shape' => 'StudioLifecycleConfigArn', ], 'StudioLifecycleConfigName' => [ 'shape' => 'StudioLifecycleConfigName', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'StudioLifecycleConfigAppType' => [ 'shape' => 'StudioLifecycleConfigAppType', ], ], ], 'StudioLifecycleConfigName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'StudioLifecycleConfigSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', 'Name', ], ], 'StudioLifecycleConfigsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StudioLifecycleConfigDetails', ], ], 'SubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'Subnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubnetId', ], 'max' => 16, 'min' => 1, ], 'SubscribedWorkteam' => [ 'type' => 'structure', 'required' => [ 'WorkteamArn', ], 'members' => [ 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'MarketplaceTitle' => [ 'shape' => 'String200', ], 'SellerName' => [ 'shape' => 'String', ], 'MarketplaceDescription' => [ 'shape' => 'String200', ], 'ListingId' => [ 'shape' => 'String', ], ], ], 'SubscribedWorkteams' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubscribedWorkteam', ], ], 'Success' => [ 'type' => 'boolean', ], 'SuggestionQuery' => [ 'type' => 'structure', 'members' => [ 'PropertyNameQuery' => [ 'shape' => 'PropertyNameQuery', ], ], ], 'TableFormat' => [ 'type' => 'string', 'enum' => [ 'Glue', 'Iceberg', ], ], 'TableName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*', ], 'TabularJobConfig' => [ 'type' => 'structure', 'required' => [ 'TargetAttributeName', ], 'members' => [ 'CandidateGenerationConfig' => [ 'shape' => 'CandidateGenerationConfig', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'Mode' => [ 'shape' => 'AutoMLMode', ], 'GenerateCandidateDefinitionsOnly' => [ 'shape' => 'GenerateCandidateDefinitionsOnly', ], 'ProblemType' => [ 'shape' => 'ProblemType', ], 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'SampleWeightAttributeName' => [ 'shape' => 'SampleWeightAttributeName', ], ], ], 'TabularResolvedAttributes' => [ 'type' => 'structure', 'members' => [ 'ProblemType' => [ 'shape' => 'ProblemType', ], ], ], 'Tag' => [ 'type' => 'structure', 'required' => [ 'Key', 'Value', ], 'members' => [ 'Key' => [ 'shape' => 'TagKey', ], 'Value' => [ 'shape' => 'TagValue', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], 'max' => 50, 'min' => 0, ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TargetAttributeName' => [ 'type' => 'string', 'min' => 1, ], 'TargetDevice' => [ 'type' => 'string', 'enum' => [ 'lambda', 'ml_m4', 'ml_m5', 'ml_c4', 'ml_c5', 'ml_p2', 'ml_p3', 'ml_g4dn', 'ml_inf1', 'ml_inf2', 'ml_trn1', 'ml_eia2', 'jetson_tx1', 'jetson_tx2', 'jetson_nano', 'jetson_xavier', 'rasp3b', 'imx8qm', 'deeplens', 'rk3399', 'rk3288', 'aisage', 'sbe_c', 'qcs605', 'qcs603', 'sitara_am57x', 'amba_cv2', 'amba_cv22', 'amba_cv25', 'x86_win32', 'x86_win64', 'coreml', 'jacinto_tda4vm', 'imx8mplus', ], ], 'TargetLabelColumn' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'TargetObjectiveMetricValue' => [ 'type' => 'float', ], 'TargetPlatform' => [ 'type' => 'structure', 'required' => [ 'Os', 'Arch', ], 'members' => [ 'Os' => [ 'shape' => 'TargetPlatformOs', ], 'Arch' => [ 'shape' => 'TargetPlatformArch', ], 'Accelerator' => [ 'shape' => 'TargetPlatformAccelerator', ], ], ], 'TargetPlatformAccelerator' => [ 'type' => 'string', 'enum' => [ 'INTEL_GRAPHICS', 'MALI', 'NVIDIA', 'NNA', ], ], 'TargetPlatformArch' => [ 'type' => 'string', 'enum' => [ 'X86_64', 'X86', 'ARM64', 'ARM_EABI', 'ARM_EABIHF', ], ], 'TargetPlatformOs' => [ 'type' => 'string', 'enum' => [ 'ANDROID', 'LINUX', ], ], 'TargetTrackingScalingPolicyConfiguration' => [ 'type' => 'structure', 'members' => [ 'MetricSpecification' => [ 'shape' => 'MetricSpecification', ], 'TargetValue' => [ 'shape' => 'Double', ], ], ], 'TaskAvailabilityLifetimeInSeconds' => [ 'type' => 'integer', 'min' => 60, ], 'TaskCount' => [ 'type' => 'integer', 'min' => 0, ], 'TaskDescription' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '.+', ], 'TaskInput' => [ 'type' => 'string', 'max' => 128000, 'min' => 2, 'pattern' => '[\\S\\s]+', ], 'TaskKeyword' => [ 'type' => 'string', 'max' => 30, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+( [A-Za-z0-9]+)*$', ], 'TaskKeywords' => [ 'type' => 'list', 'member' => [ 'shape' => 'TaskKeyword', ], 'max' => 5, 'min' => 1, ], 'TaskTimeLimitInSeconds' => [ 'type' => 'integer', 'min' => 30, ], 'TaskTitle' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[\\t\\n\\r -\\uD7FF\\uE000-\\uFFFD]*$', ], 'TemplateContent' => [ 'type' => 'string', 'max' => 128000, 'min' => 1, 'pattern' => '[\\S\\s]+', ], 'TemplateContentSha256' => [ 'type' => 'string', 'max' => 128000, 'min' => 1, ], 'TemplateUrl' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'TensorBoardAppSettings' => [ 'type' => 'structure', 'members' => [ 'DefaultResourceSpec' => [ 'shape' => 'ResourceSpec', ], ], ], 'TensorBoardOutputConfig' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'LocalPath' => [ 'shape' => 'DirectoryPath', ], 'S3OutputPath' => [ 'shape' => 'S3Uri', ], ], ], 'TenthFractionsOfACent' => [ 'type' => 'integer', 'max' => 9, 'min' => 0, ], 'TerminationWaitInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'TextClassificationJobConfig' => [ 'type' => 'structure', 'required' => [ 'ContentColumn', 'TargetLabelColumn', ], 'members' => [ 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'ContentColumn' => [ 'shape' => 'ContentColumn', ], 'TargetLabelColumn' => [ 'shape' => 'TargetLabelColumn', ], ], ], 'ThingName' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[a-zA-Z0-9:_-]+', ], 'TimeSeriesConfig' => [ 'type' => 'structure', 'required' => [ 'TargetAttributeName', 'TimestampAttributeName', 'ItemIdentifierAttributeName', ], 'members' => [ 'TargetAttributeName' => [ 'shape' => 'TargetAttributeName', ], 'TimestampAttributeName' => [ 'shape' => 'TimestampAttributeName', ], 'ItemIdentifierAttributeName' => [ 'shape' => 'ItemIdentifierAttributeName', ], 'GroupingAttributeNames' => [ 'shape' => 'GroupingAttributeNames', ], ], ], 'TimeSeriesForecastingJobConfig' => [ 'type' => 'structure', 'required' => [ 'ForecastFrequency', 'ForecastHorizon', 'TimeSeriesConfig', ], 'members' => [ 'FeatureSpecificationS3Uri' => [ 'shape' => 'S3Uri', ], 'CompletionCriteria' => [ 'shape' => 'AutoMLJobCompletionCriteria', ], 'ForecastFrequency' => [ 'shape' => 'ForecastFrequency', ], 'ForecastHorizon' => [ 'shape' => 'ForecastHorizon', ], 'ForecastQuantiles' => [ 'shape' => 'ForecastQuantiles', ], 'Transformations' => [ 'shape' => 'TimeSeriesTransformations', ], 'TimeSeriesConfig' => [ 'shape' => 'TimeSeriesConfig', ], ], ], 'TimeSeriesForecastingSettings' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'FeatureStatus', ], 'AmazonForecastRoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'TimeSeriesTransformations' => [ 'type' => 'structure', 'members' => [ 'Filling' => [ 'shape' => 'FillingTransformations', ], 'Aggregation' => [ 'shape' => 'AggregationTransformations', ], ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'TimestampAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'TrafficDurationInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'TrafficPattern' => [ 'type' => 'structure', 'members' => [ 'TrafficType' => [ 'shape' => 'TrafficType', ], 'Phases' => [ 'shape' => 'Phases', ], 'Stairs' => [ 'shape' => 'Stairs', ], ], ], 'TrafficRoutingConfig' => [ 'type' => 'structure', 'required' => [ 'Type', 'WaitIntervalInSeconds', ], 'members' => [ 'Type' => [ 'shape' => 'TrafficRoutingConfigType', ], 'WaitIntervalInSeconds' => [ 'shape' => 'WaitIntervalInSeconds', ], 'CanarySize' => [ 'shape' => 'CapacitySize', ], 'LinearStepSize' => [ 'shape' => 'CapacitySize', ], ], ], 'TrafficRoutingConfigType' => [ 'type' => 'string', 'enum' => [ 'ALL_AT_ONCE', 'CANARY', 'LINEAR', ], ], 'TrafficType' => [ 'type' => 'string', 'enum' => [ 'PHASES', 'STAIRS', ], ], 'TrainingContainerArgument' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrainingContainerArguments' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingContainerArgument', ], 'max' => 100, 'min' => 1, ], 'TrainingContainerEntrypoint' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingContainerEntrypointString', ], 'max' => 10, 'min' => 1, ], 'TrainingContainerEntrypointString' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrainingEnvironmentKey' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]*', ], 'TrainingEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrainingEnvironmentKey', ], 'value' => [ 'shape' => 'TrainingEnvironmentValue', ], 'max' => 48, ], 'TrainingEnvironmentValue' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\S\\s]*', ], 'TrainingImageConfig' => [ 'type' => 'structure', 'required' => [ 'TrainingRepositoryAccessMode', ], 'members' => [ 'TrainingRepositoryAccessMode' => [ 'shape' => 'TrainingRepositoryAccessMode', ], 'TrainingRepositoryAuthConfig' => [ 'shape' => 'TrainingRepositoryAuthConfig', ], ], ], 'TrainingInputMode' => [ 'type' => 'string', 'enum' => [ 'Pipe', 'File', 'FastFile', ], ], 'TrainingInstanceCount' => [ 'type' => 'integer', 'min' => 0, ], 'TrainingInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.p3dn.24xlarge', 'ml.p4d.24xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.c5n.xlarge', 'ml.c5n.2xlarge', 'ml.c5n.4xlarge', 'ml.c5n.9xlarge', 'ml.c5n.18xlarge', 'ml.g5.xlarge', 'ml.g5.2xlarge', 'ml.g5.4xlarge', 'ml.g5.8xlarge', 'ml.g5.16xlarge', 'ml.g5.12xlarge', 'ml.g5.24xlarge', 'ml.g5.48xlarge', 'ml.trn1.2xlarge', 'ml.trn1.32xlarge', 'ml.trn1n.32xlarge', 'ml.p5.48xlarge', ], ], 'TrainingInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingInstanceType', ], ], 'TrainingJob' => [ 'type' => 'structure', 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'TuningJobArn' => [ 'shape' => 'HyperParameterTuningJobArn', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'ModelArtifacts' => [ 'shape' => 'ModelArtifacts', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'SecondaryStatus' => [ 'shape' => 'SecondaryStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'AlgorithmSpecification' => [ 'shape' => 'AlgorithmSpecification', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingStartTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'SecondaryStatusTransitions' => [ 'shape' => 'SecondaryStatusTransitions', ], 'FinalMetricDataList' => [ 'shape' => 'FinalMetricDataList', ], 'EnableNetworkIsolation' => [ 'shape' => 'Boolean', ], 'EnableInterContainerTrafficEncryption' => [ 'shape' => 'Boolean', ], 'EnableManagedSpotTraining' => [ 'shape' => 'Boolean', ], 'CheckpointConfig' => [ 'shape' => 'CheckpointConfig', ], 'TrainingTimeInSeconds' => [ 'shape' => 'TrainingTimeInSeconds', ], 'BillableTimeInSeconds' => [ 'shape' => 'BillableTimeInSeconds', ], 'DebugHookConfig' => [ 'shape' => 'DebugHookConfig', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'DebugRuleConfigurations' => [ 'shape' => 'DebugRuleConfigurations', ], 'TensorBoardOutputConfig' => [ 'shape' => 'TensorBoardOutputConfig', ], 'DebugRuleEvaluationStatuses' => [ 'shape' => 'DebugRuleEvaluationStatuses', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfig', ], 'Environment' => [ 'shape' => 'TrainingEnvironmentMap', ], 'RetryStrategy' => [ 'shape' => 'RetryStrategy', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'TrainingJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*', ], 'TrainingJobDefinition' => [ 'type' => 'structure', 'required' => [ 'TrainingInputMode', 'InputDataConfig', 'OutputDataConfig', 'ResourceConfig', 'StoppingCondition', ], 'members' => [ 'TrainingInputMode' => [ 'shape' => 'TrainingInputMode', ], 'HyperParameters' => [ 'shape' => 'HyperParameters', ], 'InputDataConfig' => [ 'shape' => 'InputDataConfig', ], 'OutputDataConfig' => [ 'shape' => 'OutputDataConfig', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfig', ], 'StoppingCondition' => [ 'shape' => 'StoppingCondition', ], ], ], 'TrainingJobEarlyStoppingType' => [ 'type' => 'string', 'enum' => [ 'Off', 'Auto', ], ], 'TrainingJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'TrainingJobSortByOptions' => [ 'type' => 'string', 'enum' => [ 'Name', 'CreationTime', 'Status', 'FinalObjectiveMetricValue', ], ], 'TrainingJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TrainingJobStatusCounter' => [ 'type' => 'integer', 'min' => 0, ], 'TrainingJobStatusCounters' => [ 'type' => 'structure', 'members' => [ 'Completed' => [ 'shape' => 'TrainingJobStatusCounter', ], 'InProgress' => [ 'shape' => 'TrainingJobStatusCounter', ], 'RetryableError' => [ 'shape' => 'TrainingJobStatusCounter', ], 'NonRetryableError' => [ 'shape' => 'TrainingJobStatusCounter', ], 'Stopped' => [ 'shape' => 'TrainingJobStatusCounter', ], ], ], 'TrainingJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'TrainingJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrainingJobSummary', ], ], 'TrainingJobSummary' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', 'TrainingJobArn', 'CreationTime', 'TrainingJobStatus', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TrainingEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TrainingJobStatus' => [ 'shape' => 'TrainingJobStatus', ], 'WarmPoolStatus' => [ 'shape' => 'WarmPoolStatus', ], ], ], 'TrainingRepositoryAccessMode' => [ 'type' => 'string', 'enum' => [ 'Platform', 'Vpc', ], ], 'TrainingRepositoryAuthConfig' => [ 'type' => 'structure', 'required' => [ 'TrainingRepositoryCredentialsProviderArn', ], 'members' => [ 'TrainingRepositoryCredentialsProviderArn' => [ 'shape' => 'TrainingRepositoryCredentialsProviderArn', ], ], ], 'TrainingRepositoryCredentialsProviderArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => 'arn:[\\p{Alnum}\\-]+:lambda:[\\p{Alnum}\\-]+:[0-9]{12}:function:.*', ], 'TrainingSpecification' => [ 'type' => 'structure', 'required' => [ 'TrainingImage', 'SupportedTrainingInstanceTypes', 'TrainingChannels', ], 'members' => [ 'TrainingImage' => [ 'shape' => 'ContainerImage', ], 'TrainingImageDigest' => [ 'shape' => 'ImageDigest', ], 'SupportedHyperParameters' => [ 'shape' => 'HyperParameterSpecifications', ], 'SupportedTrainingInstanceTypes' => [ 'shape' => 'TrainingInstanceTypes', ], 'SupportsDistributedTraining' => [ 'shape' => 'Boolean', ], 'MetricDefinitions' => [ 'shape' => 'MetricDefinitionList', ], 'TrainingChannels' => [ 'shape' => 'ChannelSpecifications', ], 'SupportedTuningJobObjectiveMetrics' => [ 'shape' => 'HyperParameterTuningJobObjectives', ], ], ], 'TrainingTimeInSeconds' => [ 'type' => 'integer', 'min' => 1, ], 'TransformDataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataSource', ], 'members' => [ 'S3DataSource' => [ 'shape' => 'TransformS3DataSource', ], ], ], 'TransformEnvironmentKey' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[a-zA-Z_][a-zA-Z0-9_]{0,1023}', ], 'TransformEnvironmentMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TransformEnvironmentKey', ], 'value' => [ 'shape' => 'TransformEnvironmentValue', ], 'max' => 16, ], 'TransformEnvironmentValue' => [ 'type' => 'string', 'max' => 10240, 'pattern' => '[\\S\\s]*', ], 'TransformInput' => [ 'type' => 'structure', 'required' => [ 'DataSource', ], 'members' => [ 'DataSource' => [ 'shape' => 'TransformDataSource', ], 'ContentType' => [ 'shape' => 'ContentType', ], 'CompressionType' => [ 'shape' => 'CompressionType', ], 'SplitType' => [ 'shape' => 'SplitType', ], ], ], 'TransformInstanceCount' => [ 'type' => 'integer', 'min' => 1, ], 'TransformInstanceType' => [ 'type' => 'string', 'enum' => [ 'ml.m4.xlarge', 'ml.m4.2xlarge', 'ml.m4.4xlarge', 'ml.m4.10xlarge', 'ml.m4.16xlarge', 'ml.c4.xlarge', 'ml.c4.2xlarge', 'ml.c4.4xlarge', 'ml.c4.8xlarge', 'ml.p2.xlarge', 'ml.p2.8xlarge', 'ml.p2.16xlarge', 'ml.p3.2xlarge', 'ml.p3.8xlarge', 'ml.p3.16xlarge', 'ml.c5.xlarge', 'ml.c5.2xlarge', 'ml.c5.4xlarge', 'ml.c5.9xlarge', 'ml.c5.18xlarge', 'ml.m5.large', 'ml.m5.xlarge', 'ml.m5.2xlarge', 'ml.m5.4xlarge', 'ml.m5.12xlarge', 'ml.m5.24xlarge', 'ml.g4dn.xlarge', 'ml.g4dn.2xlarge', 'ml.g4dn.4xlarge', 'ml.g4dn.8xlarge', 'ml.g4dn.12xlarge', 'ml.g4dn.16xlarge', ], ], 'TransformInstanceTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformInstanceType', ], 'min' => 1, ], 'TransformJob' => [ 'type' => 'structure', 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], 'ModelName' => [ 'shape' => 'ModelName', ], 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'ModelClientConfig' => [ 'shape' => 'ModelClientConfig', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformStartTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LabelingJobArn' => [ 'shape' => 'LabelingJobArn', ], 'AutoMLJobArn' => [ 'shape' => 'AutoMLJobArn', ], 'DataProcessing' => [ 'shape' => 'DataProcessing', ], 'ExperimentConfig' => [ 'shape' => 'ExperimentConfig', ], 'Tags' => [ 'shape' => 'TagList', ], 'DataCaptureConfig' => [ 'shape' => 'BatchDataCaptureConfig', ], ], ], 'TransformJobArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:transform-job/.*', ], 'TransformJobDefinition' => [ 'type' => 'structure', 'required' => [ 'TransformInput', 'TransformOutput', 'TransformResources', ], 'members' => [ 'MaxConcurrentTransforms' => [ 'shape' => 'MaxConcurrentTransforms', ], 'MaxPayloadInMB' => [ 'shape' => 'MaxPayloadInMB', ], 'BatchStrategy' => [ 'shape' => 'BatchStrategy', ], 'Environment' => [ 'shape' => 'TransformEnvironmentMap', ], 'TransformInput' => [ 'shape' => 'TransformInput', ], 'TransformOutput' => [ 'shape' => 'TransformOutput', ], 'TransformResources' => [ 'shape' => 'TransformResources', ], ], ], 'TransformJobName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'TransformJobStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TransformJobStepMetadata' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'TransformJobArn', ], ], ], 'TransformJobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TransformJobSummary', ], ], 'TransformJobSummary' => [ 'type' => 'structure', 'required' => [ 'TransformJobName', 'TransformJobArn', 'CreationTime', 'TransformJobStatus', ], 'members' => [ 'TransformJobName' => [ 'shape' => 'TransformJobName', ], 'TransformJobArn' => [ 'shape' => 'TransformJobArn', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'TransformEndTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'TransformJobStatus' => [ 'shape' => 'TransformJobStatus', ], 'FailureReason' => [ 'shape' => 'FailureReason', ], ], ], 'TransformOutput' => [ 'type' => 'structure', 'required' => [ 'S3OutputPath', ], 'members' => [ 'S3OutputPath' => [ 'shape' => 'S3Uri', ], 'Accept' => [ 'shape' => 'Accept', ], 'AssembleWith' => [ 'shape' => 'AssemblyType', ], 'KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'TransformResources' => [ 'type' => 'structure', 'required' => [ 'InstanceType', 'InstanceCount', ], 'members' => [ 'InstanceType' => [ 'shape' => 'TransformInstanceType', ], 'InstanceCount' => [ 'shape' => 'TransformInstanceCount', ], 'VolumeKmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'TransformS3DataSource' => [ 'type' => 'structure', 'required' => [ 'S3DataType', 'S3Uri', ], 'members' => [ 'S3DataType' => [ 'shape' => 'S3DataType', ], 'S3Uri' => [ 'shape' => 'S3Uri', ], ], ], 'TransformationAttributeName' => [ 'type' => 'string', 'max' => 256, 'min' => 1, ], 'Trial' => [ 'type' => 'structure', 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialArn' => [ 'shape' => 'TrialArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'Source' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'Tags' => [ 'shape' => 'TagList', ], 'TrialComponentSummaries' => [ 'shape' => 'TrialComponentSimpleSummaries', ], ], ], 'TrialArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial/.*', ], 'TrialComponent' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'Source' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'Metrics' => [ 'shape' => 'TrialComponentMetricSummaries', ], 'MetadataProperties' => [ 'shape' => 'MetadataProperties', ], 'SourceDetail' => [ 'shape' => 'TrialComponentSourceDetail', ], 'LineageGroupArn' => [ 'shape' => 'LineageGroupArn', ], 'Tags' => [ 'shape' => 'TagList', ], 'Parents' => [ 'shape' => 'Parents', ], 'RunName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'TrialComponentArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:experiment-trial-component/.*', ], 'TrialComponentArtifact' => [ 'type' => 'structure', 'required' => [ 'Value', ], 'members' => [ 'MediaType' => [ 'shape' => 'MediaType', ], 'Value' => [ 'shape' => 'TrialComponentArtifactValue', ], ], ], 'TrialComponentArtifactValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '.*', ], 'TrialComponentArtifacts' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrialComponentKey64', ], 'value' => [ 'shape' => 'TrialComponentArtifact', ], 'max' => 30, ], 'TrialComponentKey256' => [ 'type' => 'string', 'max' => 256, 'pattern' => '.*', ], 'TrialComponentKey64' => [ 'type' => 'string', 'max' => 64, 'pattern' => '.*', ], 'TrialComponentMetricSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentMetricSummary', ], ], 'TrialComponentMetricSummary' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'MetricName', ], 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'TimeStamp' => [ 'shape' => 'Timestamp', ], 'Max' => [ 'shape' => 'OptionalDouble', ], 'Min' => [ 'shape' => 'OptionalDouble', ], 'Last' => [ 'shape' => 'OptionalDouble', ], 'Count' => [ 'shape' => 'OptionalInteger', ], 'Avg' => [ 'shape' => 'OptionalDouble', ], 'StdDev' => [ 'shape' => 'OptionalDouble', ], ], ], 'TrialComponentParameterValue' => [ 'type' => 'structure', 'members' => [ 'StringValue' => [ 'shape' => 'StringParameterValue', ], 'NumberValue' => [ 'shape' => 'DoubleParameterValue', ], ], ], 'TrialComponentParameters' => [ 'type' => 'map', 'key' => [ 'shape' => 'TrialComponentKey256', ], 'value' => [ 'shape' => 'TrialComponentParameterValue', ], 'max' => 150, ], 'TrialComponentPrimaryStatus' => [ 'type' => 'string', 'enum' => [ 'InProgress', 'Completed', 'Failed', 'Stopping', 'Stopped', ], ], 'TrialComponentSimpleSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSimpleSummary', ], ], 'TrialComponentSimpleSummary' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'TrialComponentSource' => [ 'shape' => 'TrialComponentSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], ], ], 'TrialComponentSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'TrialComponentSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'TrialComponentSourceDetail' => [ 'type' => 'structure', 'members' => [ 'SourceArn' => [ 'shape' => 'TrialComponentSourceArn', ], 'TrainingJob' => [ 'shape' => 'TrainingJob', ], 'ProcessingJob' => [ 'shape' => 'ProcessingJob', ], 'TransformJob' => [ 'shape' => 'TransformJob', ], ], ], 'TrialComponentSources' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSource', ], ], 'TrialComponentStatus' => [ 'type' => 'structure', 'members' => [ 'PrimaryStatus' => [ 'shape' => 'TrialComponentPrimaryStatus', ], 'Message' => [ 'shape' => 'TrialComponentStatusMessage', ], ], ], 'TrialComponentStatusMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '.*', ], 'TrialComponentSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialComponentSummary', ], ], 'TrialComponentSummary' => [ 'type' => 'structure', 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialComponentSource' => [ 'shape' => 'TrialComponentSource', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'CreatedBy' => [ 'shape' => 'UserContext', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedBy' => [ 'shape' => 'UserContext', ], ], ], 'TrialSource' => [ 'type' => 'structure', 'required' => [ 'SourceArn', ], 'members' => [ 'SourceArn' => [ 'shape' => 'TrialSourceArn', ], 'SourceType' => [ 'shape' => 'SourceType', ], ], ], 'TrialSourceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:.*', ], 'TrialSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'TrialSummary', ], ], 'TrialSummary' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'TrialSource' => [ 'shape' => 'TrialSource', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'TtlDuration' => [ 'type' => 'structure', 'members' => [ 'Unit' => [ 'shape' => 'TtlDurationUnit', ], 'Value' => [ 'shape' => 'TtlDurationValue', ], ], ], 'TtlDurationUnit' => [ 'type' => 'string', 'enum' => [ 'Seconds', 'Minutes', 'Hours', 'Days', 'Weeks', ], ], 'TtlDurationValue' => [ 'type' => 'integer', 'min' => 1, ], 'TuningJobCompletionCriteria' => [ 'type' => 'structure', 'members' => [ 'TargetObjectiveMetricValue' => [ 'shape' => 'TargetObjectiveMetricValue', ], 'BestObjectiveNotImproving' => [ 'shape' => 'BestObjectiveNotImproving', ], 'ConvergenceDetected' => [ 'shape' => 'ConvergenceDetected', ], ], ], 'TuningJobStepMetaData' => [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'HyperParameterTuningJobArn', ], ], ], 'USD' => [ 'type' => 'structure', 'members' => [ 'Dollars' => [ 'shape' => 'Dollars', ], 'Cents' => [ 'shape' => 'Cents', ], 'TenthFractionsOfACent' => [ 'shape' => 'TenthFractionsOfACent', ], ], ], 'UiConfig' => [ 'type' => 'structure', 'members' => [ 'UiTemplateS3Uri' => [ 'shape' => 'S3Uri', ], 'HumanTaskUiArn' => [ 'shape' => 'HumanTaskUiArn', ], ], ], 'UiTemplate' => [ 'type' => 'structure', 'required' => [ 'Content', ], 'members' => [ 'Content' => [ 'shape' => 'TemplateContent', ], ], ], 'UiTemplateInfo' => [ 'type' => 'structure', 'members' => [ 'Url' => [ 'shape' => 'TemplateUrl', ], 'ContentSha256' => [ 'shape' => 'TemplateContentSha256', ], ], ], 'UpdateActionRequest' => [ 'type' => 'structure', 'required' => [ 'ActionName', ], 'members' => [ 'ActionName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Status' => [ 'shape' => 'ActionStatus', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateActionResponse' => [ 'type' => 'structure', 'members' => [ 'ActionArn' => [ 'shape' => 'ActionArn', ], ], ], 'UpdateAppImageConfigRequest' => [ 'type' => 'structure', 'required' => [ 'AppImageConfigName', ], 'members' => [ 'AppImageConfigName' => [ 'shape' => 'AppImageConfigName', ], 'KernelGatewayImageConfig' => [ 'shape' => 'KernelGatewayImageConfig', ], ], ], 'UpdateAppImageConfigResponse' => [ 'type' => 'structure', 'members' => [ 'AppImageConfigArn' => [ 'shape' => 'AppImageConfigArn', ], ], ], 'UpdateArtifactRequest' => [ 'type' => 'structure', 'required' => [ 'ArtifactArn', ], 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], 'ArtifactName' => [ 'shape' => 'ExperimentEntityName', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateArtifactResponse' => [ 'type' => 'structure', 'members' => [ 'ArtifactArn' => [ 'shape' => 'ArtifactArn', ], ], ], 'UpdateCodeRepositoryInput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryName', ], 'members' => [ 'CodeRepositoryName' => [ 'shape' => 'EntityName', ], 'GitConfig' => [ 'shape' => 'GitConfigForUpdate', ], ], ], 'UpdateCodeRepositoryOutput' => [ 'type' => 'structure', 'required' => [ 'CodeRepositoryArn', ], 'members' => [ 'CodeRepositoryArn' => [ 'shape' => 'CodeRepositoryArn', ], ], ], 'UpdateContextRequest' => [ 'type' => 'structure', 'required' => [ 'ContextName', ], 'members' => [ 'ContextName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], 'Properties' => [ 'shape' => 'LineageEntityParameters', ], 'PropertiesToRemove' => [ 'shape' => 'ListLineageEntityParameterKey', ], ], ], 'UpdateContextResponse' => [ 'type' => 'structure', 'members' => [ 'ContextArn' => [ 'shape' => 'ContextArn', ], ], ], 'UpdateDeviceFleetRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'OutputConfig', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'Description' => [ 'shape' => 'DeviceFleetDescription', ], 'OutputConfig' => [ 'shape' => 'EdgeOutputConfig', ], 'EnableIotRoleAlias' => [ 'shape' => 'EnableIotRoleAlias', ], ], ], 'UpdateDevicesRequest' => [ 'type' => 'structure', 'required' => [ 'DeviceFleetName', 'Devices', ], 'members' => [ 'DeviceFleetName' => [ 'shape' => 'EntityName', ], 'Devices' => [ 'shape' => 'Devices', ], ], ], 'UpdateDomainRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'DefaultUserSettings' => [ 'shape' => 'UserSettings', ], 'DomainSettingsForUpdate' => [ 'shape' => 'DomainSettingsForUpdate', ], 'DefaultSpaceSettings' => [ 'shape' => 'DefaultSpaceSettings', ], 'AppSecurityGroupManagement' => [ 'shape' => 'AppSecurityGroupManagement', ], ], ], 'UpdateDomainResponse' => [ 'type' => 'structure', 'members' => [ 'DomainArn' => [ 'shape' => 'DomainArn', ], ], ], 'UpdateEndpointInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'EndpointConfigName', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'EndpointConfigName' => [ 'shape' => 'EndpointConfigName', ], 'RetainAllVariantProperties' => [ 'shape' => 'Boolean', ], 'ExcludeRetainedVariantProperties' => [ 'shape' => 'VariantPropertyList', ], 'DeploymentConfig' => [ 'shape' => 'DeploymentConfig', ], 'RetainDeploymentConfig' => [ 'shape' => 'Boolean', ], ], ], 'UpdateEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'UpdateEndpointWeightsAndCapacitiesInput' => [ 'type' => 'structure', 'required' => [ 'EndpointName', 'DesiredWeightsAndCapacities', ], 'members' => [ 'EndpointName' => [ 'shape' => 'EndpointName', ], 'DesiredWeightsAndCapacities' => [ 'shape' => 'DesiredWeightAndCapacityList', ], ], ], 'UpdateEndpointWeightsAndCapacitiesOutput' => [ 'type' => 'structure', 'required' => [ 'EndpointArn', ], 'members' => [ 'EndpointArn' => [ 'shape' => 'EndpointArn', ], ], ], 'UpdateExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'ExperimentName', ], 'members' => [ 'ExperimentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Description' => [ 'shape' => 'ExperimentDescription', ], ], ], 'UpdateExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'ExperimentArn' => [ 'shape' => 'ExperimentArn', ], ], ], 'UpdateFeatureGroupRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureAdditions' => [ 'shape' => 'FeatureAdditions', ], 'OnlineStoreConfig' => [ 'shape' => 'OnlineStoreConfigUpdate', ], ], ], 'UpdateFeatureGroupResponse' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupArn', ], 'members' => [ 'FeatureGroupArn' => [ 'shape' => 'FeatureGroupArn', ], ], ], 'UpdateFeatureMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'FeatureGroupName', 'FeatureName', ], 'members' => [ 'FeatureGroupName' => [ 'shape' => 'FeatureGroupNameOrArn', ], 'FeatureName' => [ 'shape' => 'FeatureName', ], 'Description' => [ 'shape' => 'FeatureDescription', ], 'ParameterAdditions' => [ 'shape' => 'FeatureParameterAdditions', ], 'ParameterRemovals' => [ 'shape' => 'FeatureParameterRemovals', ], ], ], 'UpdateHubRequest' => [ 'type' => 'structure', 'required' => [ 'HubName', ], 'members' => [ 'HubName' => [ 'shape' => 'HubName', ], 'HubDescription' => [ 'shape' => 'HubDescription', ], 'HubDisplayName' => [ 'shape' => 'HubDisplayName', ], 'HubSearchKeywords' => [ 'shape' => 'HubSearchKeywordList', ], ], ], 'UpdateHubResponse' => [ 'type' => 'structure', 'required' => [ 'HubArn', ], 'members' => [ 'HubArn' => [ 'shape' => 'HubArn', ], ], ], 'UpdateImageRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'DeleteProperties' => [ 'shape' => 'ImageDeletePropertyList', ], 'Description' => [ 'shape' => 'ImageDescription', ], 'DisplayName' => [ 'shape' => 'ImageDisplayName', ], 'ImageName' => [ 'shape' => 'ImageName', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], ], ], 'UpdateImageResponse' => [ 'type' => 'structure', 'members' => [ 'ImageArn' => [ 'shape' => 'ImageArn', ], ], ], 'UpdateImageVersionRequest' => [ 'type' => 'structure', 'required' => [ 'ImageName', ], 'members' => [ 'ImageName' => [ 'shape' => 'ImageName', ], 'Alias' => [ 'shape' => 'SageMakerImageVersionAlias', ], 'Version' => [ 'shape' => 'ImageVersionNumber', ], 'AliasesToAdd' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'AliasesToDelete' => [ 'shape' => 'SageMakerImageVersionAliases', ], 'VendorGuidance' => [ 'shape' => 'VendorGuidance', ], 'JobType' => [ 'shape' => 'JobType', ], 'MLFramework' => [ 'shape' => 'MLFramework', ], 'ProgrammingLang' => [ 'shape' => 'ProgrammingLang', ], 'Processor' => [ 'shape' => 'Processor', ], 'Horovod' => [ 'shape' => 'Horovod', ], 'ReleaseNotes' => [ 'shape' => 'ReleaseNotes', ], ], ], 'UpdateImageVersionResponse' => [ 'type' => 'structure', 'members' => [ 'ImageVersionArn' => [ 'shape' => 'ImageVersionArn', ], ], ], 'UpdateInferenceExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'InferenceExperimentName', ], 'Schedule' => [ 'shape' => 'InferenceExperimentSchedule', ], 'Description' => [ 'shape' => 'InferenceExperimentDescription', ], 'ModelVariants' => [ 'shape' => 'ModelVariantConfigList', ], 'DataStorageConfig' => [ 'shape' => 'InferenceExperimentDataStorageConfig', ], 'ShadowModeConfig' => [ 'shape' => 'ShadowModeConfig', ], ], ], 'UpdateInferenceExperimentResponse' => [ 'type' => 'structure', 'required' => [ 'InferenceExperimentArn', ], 'members' => [ 'InferenceExperimentArn' => [ 'shape' => 'InferenceExperimentArn', ], ], ], 'UpdateModelCardRequest' => [ 'type' => 'structure', 'required' => [ 'ModelCardName', ], 'members' => [ 'ModelCardName' => [ 'shape' => 'ModelCardNameOrArn', ], 'Content' => [ 'shape' => 'ModelCardContent', ], 'ModelCardStatus' => [ 'shape' => 'ModelCardStatus', ], ], ], 'UpdateModelCardResponse' => [ 'type' => 'structure', 'required' => [ 'ModelCardArn', ], 'members' => [ 'ModelCardArn' => [ 'shape' => 'ModelCardArn', ], ], ], 'UpdateModelPackageInput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], 'ModelApprovalStatus' => [ 'shape' => 'ModelApprovalStatus', ], 'ApprovalDescription' => [ 'shape' => 'ApprovalDescription', ], 'CustomerMetadataProperties' => [ 'shape' => 'CustomerMetadataMap', ], 'CustomerMetadataPropertiesToRemove' => [ 'shape' => 'CustomerMetadataKeyList', ], 'AdditionalInferenceSpecificationsToAdd' => [ 'shape' => 'AdditionalInferenceSpecifications', ], ], ], 'UpdateModelPackageOutput' => [ 'type' => 'structure', 'required' => [ 'ModelPackageArn', ], 'members' => [ 'ModelPackageArn' => [ 'shape' => 'ModelPackageArn', ], ], ], 'UpdateMonitoringAlertRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringAlertName', 'DatapointsToAlert', 'EvaluationPeriod', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], 'DatapointsToAlert' => [ 'shape' => 'MonitoringDatapointsToAlert', ], 'EvaluationPeriod' => [ 'shape' => 'MonitoringEvaluationPeriod', ], ], ], 'UpdateMonitoringAlertResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], 'MonitoringAlertName' => [ 'shape' => 'MonitoringAlertName', ], ], ], 'UpdateMonitoringScheduleRequest' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleName', 'MonitoringScheduleConfig', ], 'members' => [ 'MonitoringScheduleName' => [ 'shape' => 'MonitoringScheduleName', ], 'MonitoringScheduleConfig' => [ 'shape' => 'MonitoringScheduleConfig', ], ], ], 'UpdateMonitoringScheduleResponse' => [ 'type' => 'structure', 'required' => [ 'MonitoringScheduleArn', ], 'members' => [ 'MonitoringScheduleArn' => [ 'shape' => 'MonitoringScheduleArn', ], ], ], 'UpdateNotebookInstanceInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceName', ], 'members' => [ 'NotebookInstanceName' => [ 'shape' => 'NotebookInstanceName', ], 'InstanceType' => [ 'shape' => 'InstanceType', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'LifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'DisassociateLifecycleConfig' => [ 'shape' => 'DisassociateNotebookInstanceLifecycleConfig', ], 'VolumeSizeInGB' => [ 'shape' => 'NotebookInstanceVolumeSizeInGB', ], 'DefaultCodeRepository' => [ 'shape' => 'CodeRepositoryNameOrUrl', ], 'AdditionalCodeRepositories' => [ 'shape' => 'AdditionalCodeRepositoryNamesOrUrls', ], 'AcceleratorTypes' => [ 'shape' => 'NotebookInstanceAcceleratorTypes', ], 'DisassociateAcceleratorTypes' => [ 'shape' => 'DisassociateNotebookInstanceAcceleratorTypes', ], 'DisassociateDefaultCodeRepository' => [ 'shape' => 'DisassociateDefaultCodeRepository', ], 'DisassociateAdditionalCodeRepositories' => [ 'shape' => 'DisassociateAdditionalCodeRepositories', ], 'RootAccess' => [ 'shape' => 'RootAccess', ], 'InstanceMetadataServiceConfiguration' => [ 'shape' => 'InstanceMetadataServiceConfiguration', ], ], ], 'UpdateNotebookInstanceLifecycleConfigInput' => [ 'type' => 'structure', 'required' => [ 'NotebookInstanceLifecycleConfigName', ], 'members' => [ 'NotebookInstanceLifecycleConfigName' => [ 'shape' => 'NotebookInstanceLifecycleConfigName', ], 'OnCreate' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], 'OnStart' => [ 'shape' => 'NotebookInstanceLifecycleConfigList', ], ], ], 'UpdateNotebookInstanceLifecycleConfigOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdateNotebookInstanceOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdatePipelineExecutionRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineExecutionArn', ], 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], 'PipelineExecutionDescription' => [ 'shape' => 'PipelineExecutionDescription', ], 'PipelineExecutionDisplayName' => [ 'shape' => 'PipelineExecutionName', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'UpdatePipelineExecutionResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineExecutionArn' => [ 'shape' => 'PipelineExecutionArn', ], ], ], 'UpdatePipelineRequest' => [ 'type' => 'structure', 'required' => [ 'PipelineName', ], 'members' => [ 'PipelineName' => [ 'shape' => 'PipelineName', ], 'PipelineDisplayName' => [ 'shape' => 'PipelineName', ], 'PipelineDefinition' => [ 'shape' => 'PipelineDefinition', ], 'PipelineDefinitionS3Location' => [ 'shape' => 'PipelineDefinitionS3Location', ], 'PipelineDescription' => [ 'shape' => 'PipelineDescription', ], 'RoleArn' => [ 'shape' => 'RoleArn', ], 'ParallelismConfiguration' => [ 'shape' => 'ParallelismConfiguration', ], ], ], 'UpdatePipelineResponse' => [ 'type' => 'structure', 'members' => [ 'PipelineArn' => [ 'shape' => 'PipelineArn', ], ], ], 'UpdateProjectInput' => [ 'type' => 'structure', 'required' => [ 'ProjectName', ], 'members' => [ 'ProjectName' => [ 'shape' => 'ProjectEntityName', ], 'ProjectDescription' => [ 'shape' => 'EntityDescription', ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'shape' => 'ServiceCatalogProvisioningUpdateDetails', ], 'Tags' => [ 'shape' => 'TagList', ], ], ], 'UpdateProjectOutput' => [ 'type' => 'structure', 'required' => [ 'ProjectArn', ], 'members' => [ 'ProjectArn' => [ 'shape' => 'ProjectArn', ], ], ], 'UpdateSpaceRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'SpaceName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'SpaceName' => [ 'shape' => 'SpaceName', ], 'SpaceSettings' => [ 'shape' => 'SpaceSettings', ], ], ], 'UpdateSpaceResponse' => [ 'type' => 'structure', 'members' => [ 'SpaceArn' => [ 'shape' => 'SpaceArn', ], ], ], 'UpdateTrainingJobRequest' => [ 'type' => 'structure', 'required' => [ 'TrainingJobName', ], 'members' => [ 'TrainingJobName' => [ 'shape' => 'TrainingJobName', ], 'ProfilerConfig' => [ 'shape' => 'ProfilerConfigForUpdate', ], 'ProfilerRuleConfigurations' => [ 'shape' => 'ProfilerRuleConfigurations', ], 'ResourceConfig' => [ 'shape' => 'ResourceConfigForUpdate', ], ], ], 'UpdateTrainingJobResponse' => [ 'type' => 'structure', 'required' => [ 'TrainingJobArn', ], 'members' => [ 'TrainingJobArn' => [ 'shape' => 'TrainingJobArn', ], ], ], 'UpdateTrialComponentRequest' => [ 'type' => 'structure', 'required' => [ 'TrialComponentName', ], 'members' => [ 'TrialComponentName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], 'Status' => [ 'shape' => 'TrialComponentStatus', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'Parameters' => [ 'shape' => 'TrialComponentParameters', ], 'ParametersToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], 'InputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'InputArtifactsToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], 'OutputArtifacts' => [ 'shape' => 'TrialComponentArtifacts', ], 'OutputArtifactsToRemove' => [ 'shape' => 'ListTrialComponentKey256', ], ], ], 'UpdateTrialComponentResponse' => [ 'type' => 'structure', 'members' => [ 'TrialComponentArn' => [ 'shape' => 'TrialComponentArn', ], ], ], 'UpdateTrialRequest' => [ 'type' => 'structure', 'required' => [ 'TrialName', ], 'members' => [ 'TrialName' => [ 'shape' => 'ExperimentEntityName', ], 'DisplayName' => [ 'shape' => 'ExperimentEntityName', ], ], ], 'UpdateTrialResponse' => [ 'type' => 'structure', 'members' => [ 'TrialArn' => [ 'shape' => 'TrialArn', ], ], ], 'UpdateUserProfileRequest' => [ 'type' => 'structure', 'required' => [ 'DomainId', 'UserProfileName', ], 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'UserSettings' => [ 'shape' => 'UserSettings', ], ], ], 'UpdateUserProfileResponse' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'UserProfileArn', ], ], ], 'UpdateWorkforceRequest' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfig', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigRequest', ], ], ], 'UpdateWorkforceResponse' => [ 'type' => 'structure', 'required' => [ 'Workforce', ], 'members' => [ 'Workforce' => [ 'shape' => 'Workforce', ], ], ], 'UpdateWorkteamRequest' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'Description' => [ 'shape' => 'String200', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], ], ], 'UpdateWorkteamResponse' => [ 'type' => 'structure', 'required' => [ 'Workteam', ], 'members' => [ 'Workteam' => [ 'shape' => 'Workteam', ], ], ], 'Url' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '^(https|s3)://([^/]+)/?(.*)$', ], 'UserContext' => [ 'type' => 'structure', 'members' => [ 'UserProfileArn' => [ 'shape' => 'String', ], 'UserProfileName' => [ 'shape' => 'String', ], 'DomainId' => [ 'shape' => 'String', ], 'IamIdentity' => [ 'shape' => 'IamIdentity', ], ], ], 'UserProfileArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:user-profile/.*', ], 'UserProfileDetails' => [ 'type' => 'structure', 'members' => [ 'DomainId' => [ 'shape' => 'DomainId', ], 'UserProfileName' => [ 'shape' => 'UserProfileName', ], 'Status' => [ 'shape' => 'UserProfileStatus', ], 'CreationTime' => [ 'shape' => 'CreationTime', ], 'LastModifiedTime' => [ 'shape' => 'LastModifiedTime', ], ], ], 'UserProfileList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserProfileDetails', ], ], 'UserProfileName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'UserProfileSortKey' => [ 'type' => 'string', 'enum' => [ 'CreationTime', 'LastModifiedTime', ], ], 'UserProfileStatus' => [ 'type' => 'string', 'enum' => [ 'Deleting', 'Failed', 'InService', 'Pending', 'Updating', 'Update_Failed', 'Delete_Failed', ], ], 'UserSettings' => [ 'type' => 'structure', 'members' => [ 'ExecutionRole' => [ 'shape' => 'RoleArn', ], 'SecurityGroups' => [ 'shape' => 'SecurityGroupIds', ], 'SharingSettings' => [ 'shape' => 'SharingSettings', ], 'JupyterServerAppSettings' => [ 'shape' => 'JupyterServerAppSettings', ], 'KernelGatewayAppSettings' => [ 'shape' => 'KernelGatewayAppSettings', ], 'TensorBoardAppSettings' => [ 'shape' => 'TensorBoardAppSettings', ], 'RStudioServerProAppSettings' => [ 'shape' => 'RStudioServerProAppSettings', ], 'RSessionAppSettings' => [ 'shape' => 'RSessionAppSettings', ], 'CanvasAppSettings' => [ 'shape' => 'CanvasAppSettings', ], ], ], 'UsersPerStep' => [ 'type' => 'integer', 'max' => 3, 'min' => 1, ], 'UtilizationMetric' => [ 'type' => 'float', 'min' => 0.0, ], 'UtilizationPercentagePerCore' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ValidationFraction' => [ 'type' => 'float', 'max' => 1, 'min' => 0, ], 'VariantName' => [ 'type' => 'string', 'max' => 63, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'VariantProperty' => [ 'type' => 'structure', 'required' => [ 'VariantPropertyType', ], 'members' => [ 'VariantPropertyType' => [ 'shape' => 'VariantPropertyType', ], ], ], 'VariantPropertyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'VariantProperty', ], 'max' => 3, 'min' => 0, ], 'VariantPropertyType' => [ 'type' => 'string', 'enum' => [ 'DesiredInstanceCount', 'DesiredWeight', 'DataCaptureConfig', ], ], 'VariantStatus' => [ 'type' => 'string', 'enum' => [ 'Creating', 'Updating', 'Deleting', 'ActivatingTraffic', 'Baking', ], ], 'VariantStatusMessage' => [ 'type' => 'string', 'max' => 1024, ], 'VariantWeight' => [ 'type' => 'float', 'min' => 0, ], 'VendorGuidance' => [ 'type' => 'string', 'enum' => [ 'NOT_PROVIDED', 'STABLE', 'TO_BE_ARCHIVED', 'ARCHIVED', ], ], 'VersionId' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'VersionedArnOrName' => [ 'type' => 'string', 'max' => 176, 'min' => 1, 'pattern' => '(arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:[a-z\\-]*\\/)?([a-zA-Z0-9]([a-zA-Z0-9-]){0,62})(? [ 'type' => 'structure', 'members' => [ 'Arn' => [ 'shape' => 'AssociationEntityArn', ], 'Type' => [ 'shape' => 'String40', ], 'LineageType' => [ 'shape' => 'LineageType', ], ], ], 'Vertices' => [ 'type' => 'list', 'member' => [ 'shape' => 'Vertex', ], ], 'VolumeSizeInGB' => [ 'type' => 'integer', 'min' => 1, ], 'VpcConfig' => [ 'type' => 'structure', 'required' => [ 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'SecurityGroupIds' => [ 'shape' => 'VpcSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'Subnets', ], ], ], 'VpcId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '[-0-9a-zA-Z]+', ], 'VpcSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'WaitIntervalInSeconds' => [ 'type' => 'integer', 'max' => 3600, 'min' => 0, ], 'WarmPoolResourceStatus' => [ 'type' => 'string', 'enum' => [ 'Available', 'Terminated', 'Reused', 'InUse', ], ], 'WarmPoolStatus' => [ 'type' => 'structure', 'required' => [ 'Status', ], 'members' => [ 'Status' => [ 'shape' => 'WarmPoolResourceStatus', ], 'ResourceRetainedBillableTimeInSeconds' => [ 'shape' => 'ResourceRetainedBillableTimeInSeconds', ], 'ReusedByJob' => [ 'shape' => 'TrainingJobName', ], ], ], 'Workforce' => [ 'type' => 'structure', 'required' => [ 'WorkforceName', 'WorkforceArn', ], 'members' => [ 'WorkforceName' => [ 'shape' => 'WorkforceName', ], 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'SourceIpConfig' => [ 'shape' => 'SourceIpConfig', ], 'SubDomain' => [ 'shape' => 'String', ], 'CognitoConfig' => [ 'shape' => 'CognitoConfig', ], 'OidcConfig' => [ 'shape' => 'OidcConfigForResponse', ], 'CreateDate' => [ 'shape' => 'Timestamp', ], 'WorkforceVpcConfig' => [ 'shape' => 'WorkforceVpcConfigResponse', ], 'Status' => [ 'shape' => 'WorkforceStatus', ], 'FailureReason' => [ 'shape' => 'WorkforceFailureReason', ], ], ], 'WorkforceArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workforce/.*', ], 'WorkforceFailureReason' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '.+', ], 'WorkforceName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9]([a-zA-Z0-9\\-]){0,62}$', ], 'WorkforceSecurityGroupId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^sg-[0-9a-z]*$', ], 'WorkforceSecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkforceSecurityGroupId', ], 'max' => 5, 'min' => 1, ], 'WorkforceStatus' => [ 'type' => 'string', 'enum' => [ 'Initializing', 'Updating', 'Deleting', 'Failed', 'Active', ], ], 'WorkforceSubnetId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^subnet-[0-9a-z]*$', ], 'WorkforceSubnets' => [ 'type' => 'list', 'member' => [ 'shape' => 'WorkforceSubnetId', ], 'max' => 16, 'min' => 1, ], 'WorkforceVpcConfigRequest' => [ 'type' => 'structure', 'members' => [ 'VpcId' => [ 'shape' => 'WorkforceVpcId', ], 'SecurityGroupIds' => [ 'shape' => 'WorkforceSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'WorkforceSubnets', ], ], ], 'WorkforceVpcConfigResponse' => [ 'type' => 'structure', 'required' => [ 'VpcId', 'SecurityGroupIds', 'Subnets', ], 'members' => [ 'VpcId' => [ 'shape' => 'WorkforceVpcId', ], 'SecurityGroupIds' => [ 'shape' => 'WorkforceSecurityGroupIds', ], 'Subnets' => [ 'shape' => 'WorkforceSubnets', ], 'VpcEndpointId' => [ 'shape' => 'WorkforceVpcEndpointId', ], ], ], 'WorkforceVpcEndpointId' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '^vpce-[0-9a-z]*$', ], 'WorkforceVpcId' => [ 'type' => 'string', 'max' => 32, 'pattern' => '^vpc-[0-9a-z]*$', ], 'Workforces' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workforce', ], ], 'WorkspaceSettings' => [ 'type' => 'structure', 'members' => [ 'S3ArtifactPath' => [ 'shape' => 'S3Uri', ], 'S3KmsKeyId' => [ 'shape' => 'KmsKeyId', ], ], ], 'Workteam' => [ 'type' => 'structure', 'required' => [ 'WorkteamName', 'MemberDefinitions', 'WorkteamArn', 'Description', ], 'members' => [ 'WorkteamName' => [ 'shape' => 'WorkteamName', ], 'MemberDefinitions' => [ 'shape' => 'MemberDefinitions', ], 'WorkteamArn' => [ 'shape' => 'WorkteamArn', ], 'WorkforceArn' => [ 'shape' => 'WorkforceArn', ], 'ProductListingIds' => [ 'shape' => 'ProductListings', ], 'Description' => [ 'shape' => 'String200', ], 'SubDomain' => [ 'shape' => 'String', ], 'CreateDate' => [ 'shape' => 'Timestamp', ], 'LastUpdatedDate' => [ 'shape' => 'Timestamp', ], 'NotificationConfiguration' => [ 'shape' => 'NotificationConfiguration', ], ], ], 'WorkteamArn' => [ 'type' => 'string', 'max' => 256, 'pattern' => 'arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workteam/.*', ], 'WorkteamName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}', ], 'Workteams' => [ 'type' => 'list', 'member' => [ 'shape' => 'Workteam', ], ], ],]; diff --git a/src/data/sagemaker/2017-07-24/docs-2.json b/src/data/sagemaker/2017-07-24/docs-2.json index f3b4cd8b86..03bc95bbec 100644 --- a/src/data/sagemaker/2017-07-24/docs-2.json +++ b/src/data/sagemaker/2017-07-24/docs-2.json @@ -22,7 +22,7 @@ "CreateEdgeDeploymentPlan": "

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

", "CreateEdgeDeploymentStage": "

Creates a new stage in an existing edge deployment plan.

", "CreateEdgePackagingJob": "

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

", - "CreateEndpoint": "

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API.

Use this API to deploy models using SageMaker hosting services.

For an example that calls this method when deploying a model to SageMaker hosting services, see the Create Endpoint example notebook.

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

When SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.

", + "CreateEndpoint": "

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API.

Use this API to deploy models using SageMaker hosting services.

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

When SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.

", "CreateEndpointConfig": "

Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want SageMaker to provision. Then you call the CreateEndpoint API.

Use this API if you want to use SageMaker hosting services to deploy models into production.

In the request, you define a ProductionVariant, for each model that you want to deploy. Each ProductionVariant parameter also describes the resources that you want SageMaker to provision. This includes the number and type of ML compute instances to deploy.

If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

", "CreateExperiment": "

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

In the Studio UI, trials are referred to as run groups and trial components are referred to as runs.

The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.

To add a description to an experiment, specify the optional Description parameter. To add a description later, or to change the description, call the UpdateExperiment API.

To get a list of all your experiments, call the ListExperiments API. To view an experiment's properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API.

", "CreateFeatureGroup": "

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record.

The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account.

You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

", @@ -11622,6 +11622,18 @@ "RecommendationJobContainerConfig$SupportedInstanceTypes": "

A list of the instance types that are used to generate inferences in real-time.

" } }, + "RecommendationJobSupportedResponseMIMEType": { + "base": null, + "refs": { + "RecommendationJobSupportedResponseMIMETypes$member": null + } + }, + "RecommendationJobSupportedResponseMIMETypes": { + "base": null, + "refs": { + "RecommendationJobContainerConfig$SupportedResponseMIMETypes": "

The supported MIME types for the output data.

" + } + }, "RecommendationJobType": { "base": null, "refs": { @@ -13341,7 +13353,7 @@ "CreateModelExplainabilityJobDefinitionRequest$Tags": "

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

", "CreateModelInput$Tags": "

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

", "CreateModelPackageGroupInput$Tags": "

A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

", - "CreateModelPackageInput$Tags": "

A list of key value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

", + "CreateModelPackageInput$Tags": "

A list of key value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

If you supply ModelPackageGroupName, your model package belongs to the model group you specify and uses the tags associated with the model group. In this case, you cannot supply a tag argument.

", "CreateModelQualityJobDefinitionRequest$Tags": "

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

", "CreateMonitoringScheduleRequest$Tags": "

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

", "CreateNotebookInstanceInput$Tags": "

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

", diff --git a/src/data/sagemaker/2017-07-24/docs-2.json.php b/src/data/sagemaker/2017-07-24/docs-2.json.php index 0b51feae91..c80e37b08f 100644 --- a/src/data/sagemaker/2017-07-24/docs-2.json.php +++ b/src/data/sagemaker/2017-07-24/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

Provides APIs for creating and managing SageMaker resources.

Other Resources:

', 'operations' => [ 'AddAssociation' => '

Creates an association between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'AddTags' => '

Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.

Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies.

Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the Tags parameter of CreateHyperParameterTuningJob

Tags that you add to a SageMaker Studio Domain or User Profile by calling this API are also added to any Apps that the Domain or User Profile launches after you call this API, but not to Apps that the Domain or User Profile launched before you called this API. To make sure that the tags associated with a Domain or User Profile are also added to all Apps that the Domain or User Profile launches, add the tags when you first create the Domain or User Profile by specifying them in the Tags parameter of CreateDomain or CreateUserProfile.

', 'AssociateTrialComponent' => '

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

', 'BatchDescribeModelPackage' => '

This action batch describes a list of versioned model packages

', 'CreateAction' => '

Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateAlgorithm' => '

Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.

', 'CreateApp' => '

Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

', 'CreateAppImageConfig' => '

Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.

', 'CreateArtifact' => '

Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateAutoMLJob' => '

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.

We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2.

You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.

', 'CreateAutoMLJobV2' => '

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.

CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2.

For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig.

You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.

', 'CreateCodeRepository' => '

Creates a Git repository as a resource in your SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.

The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository.

', 'CreateCompilationJob' => '

Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify.

If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource.

In the request body, you provide the following:

You can also provide a Tag to track the model compilation job\'s resource use and costs. The response body contains the CompilationJobArn for the compiled job.

To stop a model compilation job, use StopCompilationJob. To get information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

', 'CreateContext' => '

Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateDataQualityJobDefinition' => '

Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'CreateDeviceFleet' => '

Creates a device fleet.

', 'CreateDomain' => '

Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. Users within a domain can share notebook files and other artifacts with each other.

EFS storage

When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files.

SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption.

VPC configuration

All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For other Studio traffic, you can specify the AppNetworkAccessType parameter. AppNetworkAccessType corresponds to the network access type that you choose when you onboard to Studio. The following options are available:

NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully.

For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC.

', 'CreateEdgeDeploymentPlan' => '

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

', 'CreateEdgeDeploymentStage' => '

Creates a new stage in an existing edge deployment plan.

', 'CreateEdgePackagingJob' => '

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

', 'CreateEndpoint' => '

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API.

Use this API to deploy models using SageMaker hosting services.

For an example that calls this method when deploying a model to SageMaker hosting services, see the Create Endpoint example notebook.

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

When SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.

', 'CreateEndpointConfig' => '

Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want SageMaker to provision. Then you call the CreateEndpoint API.

Use this API if you want to use SageMaker hosting services to deploy models into production.

In the request, you define a ProductionVariant, for each model that you want to deploy. Each ProductionVariant parameter also describes the resources that you want SageMaker to provision. This includes the number and type of ML compute instances to deploy.

If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

', 'CreateExperiment' => '

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

In the Studio UI, trials are referred to as run groups and trial components are referred to as runs.

The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.

To add a description to an experiment, specify the optional Description parameter. To add a description later, or to change the description, call the UpdateExperiment API.

To get a list of all your experiments, call the ListExperiments API. To view an experiment\'s properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API.

', 'CreateFeatureGroup' => '

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record.

The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account.

You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

', 'CreateFlowDefinition' => '

Creates a flow definition.

', 'CreateHub' => '

Create a hub.

Hub APIs are only callable through SageMaker Studio.

', 'CreateHumanTaskUi' => '

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

', 'CreateHyperParameterTuningJob' => '

Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by an objective metric that you choose.

A hyperparameter tuning job automatically creates Amazon SageMaker experiments, trials, and trial components for each training job that it runs. You can view these entities in Amazon SageMaker Studio. For more information, see View Experiments, Trials, and Trial Components.

Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

', 'CreateImage' => '

Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see Bring your own SageMaker image.

', 'CreateImageVersion' => '

Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Elastic Container Registry (ECR) container image specified by BaseImage.

', 'CreateInferenceExperiment' => '

Creates an inference experiment using the configurations specified in the request.

Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests.

Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint\'s model variants based on your specified configuration.

While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.

', 'CreateInferenceRecommendationsJob' => '

Starts a recommendation job. You can create either an instance recommendation or load test job.

', 'CreateLabelingJob' => '

Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models.

You can select your workforce from one of three providers:

You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling.

The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data.

The output can be used as the manifest file for another labeling job or as training data for your machine learning models.

You can use this operation to create a static labeling job or a streaming labeling job. A static labeling job stops if all data objects in the input manifest file identified in ManifestS3Uri have been labeled. A streaming labeling job runs perpetually until it is manually stopped, or remains idle for 10 days. You can send new data objects to an active (InProgress) streaming labeling job in real time. To learn how to create a static labeling job, see Create a Labeling Job (API) in the Amazon SageMaker Developer Guide. To learn how to create a streaming labeling job, see Create a Streaming Labeling Job.

', 'CreateModel' => '

Creates a model in SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the model for predictions.

Use this API to create a model if you want to use SageMaker hosting services or run a batch transform job.

To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then create an endpoint with the CreateEndpoint API. SageMaker then deploys all of the containers that you defined for the model in the hosting environment.

For an example that calls this method when deploying a model to SageMaker hosting services, see Create a Model (Amazon Web Services SDK for Python (Boto 3)).

To run a batch transform using your model, you start a job with the CreateTransformJob API. SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location.

In the request, you also provide an IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role.

', 'CreateModelBiasJobDefinition' => '

Creates the definition for a model bias job.

', 'CreateModelCard' => '

Creates an Amazon SageMaker Model Card.

For information about how to use model cards, see Amazon SageMaker Model Card.

', 'CreateModelCardExportJob' => '

Creates an Amazon SageMaker Model Card export job.

', 'CreateModelExplainabilityJobDefinition' => '

Creates the definition for a model explainability job.

', 'CreateModelPackage' => '

Creates a model package that you can use to create SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 location of your model artifacts, provide values for InferenceSpecification. To create a model from an algorithm resource that you created or subscribed to in Amazon Web Services Marketplace, provide a value for SourceAlgorithmSpecification.

There are two types of model packages:

', 'CreateModelPackageGroup' => '

Creates a model group. A model group contains a group of model versions.

', 'CreateModelQualityJobDefinition' => '

Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'CreateMonitoringSchedule' => '

Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endpoint.

', 'CreateNotebookInstance' => '

Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.

In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. SageMaker launches the instance, installs common libraries that you can use to explore datasets for model training, and attaches an ML storage volume to the notebook instance.

SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use SageMaker with a specific algorithm or with a machine learning framework.

After receiving the request, SageMaker does the following:

  1. Creates a network interface in the SageMaker VPC.

  2. (Option) If you specified SubnetId, SageMaker creates a network interface in your own VPC, which is inferred from the subnet ID that you provide in the input. When creating this network interface, SageMaker attaches the security group that you specified in the request to the network interface that it creates in your VPC.

  3. Launches an EC2 instance of the type specified in the request in the SageMaker VPC. If you specified SubnetId of your VPC, SageMaker specifies both network interfaces when launching this instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security groups allow it.

After creating the notebook instance, SageMaker returns its Amazon Resource Name (ARN). You can\'t change the name of a notebook instance after you create it.

After SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating SageMaker endpoints, and validate hosted models.

For more information, see How It Works.

', 'CreateNotebookInstanceLifecycleConfig' => '

Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'CreatePipeline' => '

Creates a pipeline using a JSON pipeline definition.

', 'CreatePresignedDomainUrl' => '

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain\'s Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM.

The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app.

You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint .

The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.

', 'CreatePresignedNotebookInstanceUrl' => '

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker console, when you choose Open next to a notebook instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.

You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the NotIpAddress condition operator and the aws:SourceIP condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see Limit Access to a Notebook Instance by IP Address.

The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page.

', 'CreateProcessingJob' => '

Creates a processing job.

', 'CreateProject' => '

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.

', 'CreateSpace' => '

Creates a space used for real time collaboration in a Domain.

', 'CreateStudioLifecycleConfig' => '

Creates a new Studio Lifecycle Configuration.

', 'CreateTrainingJob' => '

Starts a model training job. After training completes, SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify.

If you choose to host your model using SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference.

In the request body, you provide the following:

For more information about SageMaker, see How It Works.

', 'CreateTransformJob' => '

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.

To perform batch transformations, you create a transform job and use the data that you have readily available.

In the request body, you provide the following:

For more information about how batch transformation works, see Batch Transform.

', 'CreateTrial' => '

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial and then use the Search API to search for the tags.

To get a list of all your trials, call the ListTrials API. To view a trial\'s properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API.

', 'CreateTrialComponent' => '

Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials.

Trial components include pre-processing jobs, training jobs, and batch transform jobs.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial component and then use the Search API to search for the tags.

', 'CreateUserProfile' => '

Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user\'s private Amazon Elastic File System (EFS) home directory.

', 'CreateWorkforce' => '

Use this operation to create a workforce. This operation will return an error if a workforce already exists in the Amazon Web Services Region that you specify. You can only create one workforce in each Amazon Web Services Region per Amazon Web Services account.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use the DeleteWorkforce API operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. For more information, see Create a Private Workforce (Amazon Cognito).

To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and Amazon A2I to create work teams. For more information, see Create a Private Workforce (OIDC IdP).

', 'CreateWorkteam' => '

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team.

You cannot create more than 25 work teams in an account and region.

', 'DeleteAction' => '

Deletes an action.

', 'DeleteAlgorithm' => '

Removes the specified algorithm from your account.

', 'DeleteApp' => '

Used to stop and delete an app.

', 'DeleteAppImageConfig' => '

Deletes an AppImageConfig.

', 'DeleteArtifact' => '

Deletes an artifact. Either ArtifactArn or Source must be specified.

', 'DeleteAssociation' => '

Deletes an association.

', 'DeleteCodeRepository' => '

Deletes the specified Git repository from your account.

', 'DeleteContext' => '

Deletes an context.

', 'DeleteDataQualityJobDefinition' => '

Deletes a data quality monitoring job definition.

', 'DeleteDeviceFleet' => '

Deletes a fleet.

', 'DeleteDomain' => '

Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.

', 'DeleteEdgeDeploymentPlan' => '

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

', 'DeleteEdgeDeploymentStage' => '

Delete a stage in an edge deployment plan if (and only if) the stage is inactive.

', 'DeleteEndpoint' => '

Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created.

SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don\'t need to use the RevokeGrant API call.

When you delete your endpoint, SageMaker asynchronously deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn , otherwise SageMaker cannot delete these resources.

', 'DeleteEndpointConfig' => '

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

', 'DeleteExperiment' => '

Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials API to get a list of the trials associated with the experiment.

', 'DeleteFeatureGroup' => '

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called.

Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.

', 'DeleteFlowDefinition' => '

Deletes the specified flow definition.

', 'DeleteHub' => '

Delete a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DeleteHubContent' => '

Delete the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DeleteHumanTaskUi' => '

Use this operation to delete a human task user interface (worker task template).

To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

', 'DeleteImage' => '

Deletes a SageMaker image and all versions of the image. The container images aren\'t deleted.

', 'DeleteImageVersion' => '

Deletes a version of a SageMaker image. The container image the version represents isn\'t deleted.

', 'DeleteInferenceExperiment' => '

Deletes an inference experiment.

This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

', 'DeleteModel' => '

Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

', 'DeleteModelBiasJobDefinition' => '

Deletes an Amazon SageMaker model bias job definition.

', 'DeleteModelCard' => '

Deletes an Amazon SageMaker Model Card.

', 'DeleteModelExplainabilityJobDefinition' => '

Deletes an Amazon SageMaker model explainability job definition.

', 'DeleteModelPackage' => '

Deletes a model package.

A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

', 'DeleteModelPackageGroup' => '

Deletes the specified model group.

', 'DeleteModelPackageGroupPolicy' => '

Deletes a model group resource policy.

', 'DeleteModelQualityJobDefinition' => '

Deletes the secified model quality monitoring job definition.

', 'DeleteMonitoringSchedule' => '

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

', 'DeleteNotebookInstance' => '

Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API.

When you delete a notebook instance, you lose all of your data. SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

', 'DeleteNotebookInstanceLifecycleConfig' => '

Deletes a notebook instance lifecycle configuration.

', 'DeletePipeline' => '

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

', 'DeleteProject' => '

Delete the specified project.

', 'DeleteSpace' => '

Used to delete a space.

', 'DeleteStudioLifecycleConfig' => '

Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

', 'DeleteTags' => '

Deletes the specified tags from an SageMaker resource.

To list a resource\'s tags, use the ListTags API.

When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.

When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API.

', 'DeleteTrial' => '

Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent API to get the list of trial components.

', 'DeleteTrialComponent' => '

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

', 'DeleteUserProfile' => '

Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.

', 'DeleteWorkforce' => '

Use this operation to delete a workforce.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

If a private workforce contains one or more work teams, you must use the DeleteWorkteam operation to delete all work teams before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will recieve a ResourceInUse error.

', 'DeleteWorkteam' => '

Deletes an existing work team. This operation can\'t be undone.

', 'DeregisterDevices' => '

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

', 'DescribeAction' => '

Describes an action.

', 'DescribeAlgorithm' => '

Returns a description of the specified algorithm that is in your account.

', 'DescribeApp' => '

Describes the app.

', 'DescribeAppImageConfig' => '

Describes an AppImageConfig.

', 'DescribeArtifact' => '

Describes an artifact.

', 'DescribeAutoMLJob' => '

Returns information about an AutoML job created by calling CreateAutoMLJob.

AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.

', 'DescribeAutoMLJobV2' => '

Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.

', 'DescribeCodeRepository' => '

Gets details about the specified Git repository.

', 'DescribeCompilationJob' => '

Returns information about a model compilation job.

To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

', 'DescribeContext' => '

Describes a context.

', 'DescribeDataQualityJobDefinition' => '

Gets the details of a data quality monitoring job definition.

', 'DescribeDevice' => '

Describes the device.

', 'DescribeDeviceFleet' => '

A description of the fleet the device belongs to.

', 'DescribeDomain' => '

The description of the domain.

', 'DescribeEdgeDeploymentPlan' => '

Describes an edge deployment plan with deployment status per stage.

', 'DescribeEdgePackagingJob' => '

A description of edge packaging jobs.

', 'DescribeEndpoint' => '

Returns the description of an endpoint.

', 'DescribeEndpointConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', 'DescribeExperiment' => '

Provides a list of an experiment\'s properties.

', 'DescribeFeatureGroup' => '

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

', 'DescribeFeatureMetadata' => '

Shows the metadata for a feature within a feature group.

', 'DescribeFlowDefinition' => '

Returns information about the specified flow definition.

', 'DescribeHub' => '

Describe a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DescribeHubContent' => '

Describe the content of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DescribeHumanTaskUi' => '

Returns information about the requested human task user interface (worker task template).

', 'DescribeHyperParameterTuningJob' => '

Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.

', 'DescribeImage' => '

Describes a SageMaker image.

', 'DescribeImageVersion' => '

Describes a version of a SageMaker image.

', 'DescribeInferenceExperiment' => '

Returns details about an inference experiment.

', 'DescribeInferenceRecommendationsJob' => '

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

', 'DescribeLabelingJob' => '

Gets information about a labeling job.

', 'DescribeLineageGroup' => '

Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

', 'DescribeModel' => '

Describes a model that you created using the CreateModel API.

', 'DescribeModelBiasJobDefinition' => '

Returns a description of a model bias job definition.

', 'DescribeModelCard' => '

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

', 'DescribeModelCardExportJob' => '

Describes an Amazon SageMaker Model Card export job.

', 'DescribeModelExplainabilityJobDefinition' => '

Returns a description of a model explainability job definition.

', 'DescribeModelPackage' => '

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.

To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.

', 'DescribeModelPackageGroup' => '

Gets a description for the specified model group.

', 'DescribeModelQualityJobDefinition' => '

Returns a description of a model quality job definition.

', 'DescribeMonitoringSchedule' => '

Describes the schedule for a monitoring job.

', 'DescribeNotebookInstance' => '

Returns information about a notebook instance.

', 'DescribeNotebookInstanceLifecycleConfig' => '

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'DescribePipeline' => '

Describes the details of a pipeline.

', 'DescribePipelineDefinitionForExecution' => '

Describes the details of an execution\'s pipeline definition.

', 'DescribePipelineExecution' => '

Describes the details of a pipeline execution.

', 'DescribeProcessingJob' => '

Returns a description of a processing job.

', 'DescribeProject' => '

Describes the details of a project.

', 'DescribeSpace' => '

Describes the space.

', 'DescribeStudioLifecycleConfig' => '

Describes the Studio Lifecycle Configuration.

', 'DescribeSubscribedWorkteam' => '

Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

', 'DescribeTrainingJob' => '

Returns information about a training job.

Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and BillableTimeInSeconds may not be present in the response.

', 'DescribeTransformJob' => '

Returns information about a transform job.

', 'DescribeTrial' => '

Provides a list of a trial\'s properties.

', 'DescribeTrialComponent' => '

Provides a list of a trials component\'s properties.

', 'DescribeUserProfile' => '

Describes a user profile. For more information, see CreateUserProfile.

', 'DescribeWorkforce' => '

Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs). Allowable IP address ranges are the IP addresses that workers can use to access tasks.

This operation applies only to private workforces.

', 'DescribeWorkteam' => '

Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team\'s Amazon Resource Name (ARN).

', 'DisableSagemakerServicecatalogPortfolio' => '

Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'DisassociateTrialComponent' => '

Disassociates a trial component from a trial. This doesn\'t effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent API.

To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.

', 'EnableSagemakerServicecatalogPortfolio' => '

Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'GetDeviceFleetReport' => '

Describes a fleet.

', 'GetLineageGroupPolicy' => '

The resource policy for the lineage group.

', 'GetModelPackageGroupPolicy' => '

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

', 'GetSagemakerServicecatalogPortfolioStatus' => '

Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'GetScalingConfigurationRecommendation' => '

Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.

', 'GetSearchSuggestions' => '

An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

', 'ImportHubContent' => '

Import hub content.

Hub APIs are only callable through SageMaker Studio.

', 'ListActions' => '

Lists the actions in your account and their properties.

', 'ListAlgorithms' => '

Lists the machine learning algorithms that have been created.

', 'ListAliases' => '

Lists the aliases of a specified image or image version.

', 'ListAppImageConfigs' => '

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

', 'ListApps' => '

Lists apps.

', 'ListArtifacts' => '

Lists the artifacts in your account and their properties.

', 'ListAssociations' => '

Lists the associations in your account and their properties.

', 'ListAutoMLJobs' => '

Request a list of jobs.

', 'ListCandidatesForAutoMLJob' => '

List the candidates created for the job.

', 'ListCodeRepositories' => '

Gets a list of the Git repositories in your account.

', 'ListCompilationJobs' => '

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

', 'ListContexts' => '

Lists the contexts in your account and their properties.

', 'ListDataQualityJobDefinitions' => '

Lists the data quality job definitions in your account.

', 'ListDeviceFleets' => '

Returns a list of devices in the fleet.

', 'ListDevices' => '

A list of devices.

', 'ListDomains' => '

Lists the domains.

', 'ListEdgeDeploymentPlans' => '

Lists all edge deployment plans.

', 'ListEdgePackagingJobs' => '

Returns a list of edge packaging jobs.

', 'ListEndpointConfigs' => '

Lists endpoint configurations.

', 'ListEndpoints' => '

Lists endpoints.

', 'ListExperiments' => '

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

', 'ListFeatureGroups' => '

List FeatureGroups based on given filter and order.

', 'ListFlowDefinitions' => '

Returns information about the flow definitions in your account.

', 'ListHubContentVersions' => '

List hub content versions.

Hub APIs are only callable through SageMaker Studio.

', 'ListHubContents' => '

List the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'ListHubs' => '

List all existing hubs.

Hub APIs are only callable through SageMaker Studio.

', 'ListHumanTaskUis' => '

Returns information about the human task user interfaces in your account.

', 'ListHyperParameterTuningJobs' => '

Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.

', 'ListImageVersions' => '

Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.

', 'ListImages' => '

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

', 'ListInferenceExperiments' => '

Returns the list of all inference experiments.

', 'ListInferenceRecommendationsJobSteps' => '

Returns a list of the subtasks for an Inference Recommender job.

The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

', 'ListInferenceRecommendationsJobs' => '

Lists recommendation jobs that satisfy various filters.

', 'ListLabelingJobs' => '

Gets a list of labeling jobs.

', 'ListLabelingJobsForWorkteam' => '

Gets a list of labeling jobs assigned to a specified work team.

', 'ListLineageGroups' => '

A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

', 'ListModelBiasJobDefinitions' => '

Lists model bias jobs definitions that satisfy various filters.

', 'ListModelCardExportJobs' => '

List the export jobs for the Amazon SageMaker Model Card.

', 'ListModelCardVersions' => '

List existing versions of an Amazon SageMaker Model Card.

', 'ListModelCards' => '

List existing model cards.

', 'ListModelExplainabilityJobDefinitions' => '

Lists model explainability job definitions that satisfy various filters.

', 'ListModelMetadata' => '

Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.

', 'ListModelPackageGroups' => '

Gets a list of the model groups in your Amazon Web Services account.

', 'ListModelPackages' => '

Lists the model packages that have been created.

', 'ListModelQualityJobDefinitions' => '

Gets a list of model quality monitoring job definitions in your account.

', 'ListModels' => '

Lists models created with the CreateModel API.

', 'ListMonitoringAlertHistory' => '

Gets a list of past alerts in a model monitoring schedule.

', 'ListMonitoringAlerts' => '

Gets the alerts for a single monitoring schedule.

', 'ListMonitoringExecutions' => '

Returns list of all monitoring job executions.

', 'ListMonitoringSchedules' => '

Returns list of all monitoring schedules.

', 'ListNotebookInstanceLifecycleConfigs' => '

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.

', 'ListNotebookInstances' => '

Returns a list of the SageMaker notebook instances in the requester\'s account in an Amazon Web Services Region.

', 'ListPipelineExecutionSteps' => '

Gets a list of PipeLineExecutionStep objects.

', 'ListPipelineExecutions' => '

Gets a list of the pipeline executions.

', 'ListPipelineParametersForExecution' => '

Gets a list of parameters for a pipeline execution.

', 'ListPipelines' => '

Gets a list of pipelines.

', 'ListProcessingJobs' => '

Lists processing jobs that satisfy various filters.

', 'ListProjects' => '

Gets a list of the projects in an Amazon Web Services account.

', 'ListResourceCatalogs' => '

Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

', 'ListSpaces' => '

Lists spaces.

', 'ListStageDevices' => '

Lists devices allocated to the stage, containing detailed device information and deployment status.

', 'ListStudioLifecycleConfigs' => '

Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.

', 'ListSubscribedWorkteams' => '

Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

', 'ListTags' => '

Returns the tags for the specified SageMaker resource.

', 'ListTrainingJobs' => '

Lists training jobs.

When StatusEquals and MaxResults are set at the same time, the MaxResults number of training jobs are first retrieved ignoring the StatusEquals parameter and then they are filtered by the StatusEquals parameter, which is returned as a response.

For example, if ListTrainingJobs is invoked with the following parameters:

{ ... MaxResults: 100, StatusEquals: InProgress ... }

First, 100 trainings jobs with any status, including those other than InProgress, are selected (sorted according to the creation time, from the most current to the oldest). Next, those with a status of InProgress are returned.

You can quickly test the API using the following Amazon Web Services CLI code.

aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress

', 'ListTrainingJobsForHyperParameterTuningJob' => '

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

', 'ListTransformJobs' => '

Lists transform jobs.

', 'ListTrialComponents' => '

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:

', 'ListTrials' => '

Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.

', 'ListUserProfiles' => '

Lists user profiles.

', 'ListWorkforces' => '

Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.

', 'ListWorkteams' => '

Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

', 'PutModelPackageGroupPolicy' => '

Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

', 'QueryLineage' => '

Use this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide.

', 'RegisterDevices' => '

Register devices.

', 'RenderUiTemplate' => '

Renders the UI template so that you can preview the worker\'s experience.

', 'RetryPipelineExecution' => '

Retry the execution of the pipeline.

', 'Search' => '

Finds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order.

You can query against the following value types: numeric, text, Boolean, and timestamp.

The Search API may provide access to otherwise restricted data. See Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference for more information.

', 'SendPipelineExecutionStepFailure' => '

Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

', 'SendPipelineExecutionStepSuccess' => '

Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step\'s output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

', 'StartEdgeDeploymentStage' => '

Starts a stage in an edge deployment plan.

', 'StartInferenceExperiment' => '

Starts an inference experiment.

', 'StartMonitoringSchedule' => '

Starts a previously stopped monitoring schedule.

By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.

', 'StartNotebookInstance' => '

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker sets the notebook instance status to InService. A notebook instance\'s status must be InService before you can connect to your Jupyter notebook.

', 'StartPipelineExecution' => '

Starts a pipeline execution.

', 'StopAutoMLJob' => '

A method for forcing a running job to shut down.

', 'StopCompilationJob' => '

Stops a model compilation job.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn\'t stopped, it sends the SIGKILL signal.

When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobStatus to Stopped.

', 'StopEdgeDeploymentStage' => '

Stops a stage in an edge deployment plan.

', 'StopEdgePackagingJob' => '

Request to stop an edge packaging job.

', 'StopHyperParameterTuningJob' => '

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.

All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.

', 'StopInferenceExperiment' => '

Stops an inference experiment.

', 'StopInferenceRecommendationsJob' => '

Stops an Inference Recommender job.

', 'StopLabelingJob' => '

Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

', 'StopMonitoringSchedule' => '

Stops a previously started monitoring schedule.

', 'StopNotebookInstance' => '

Terminates the ML compute instance. Before terminating the instance, SageMaker disconnects the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker stops charging you for the ML compute instance when you call StopNotebookInstance.

To access data on the ML storage volume for a notebook instance that has been terminated, call the StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

', 'StopPipelineExecution' => '

Stops a pipeline execution.

Callback Step

A pipeline execution won\'t stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping".

You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure.

Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.

Lambda Step

A pipeline execution can\'t be stopped while a lambda step is running because the Lambda function invoked by the lambda step can\'t be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.

', 'StopProcessingJob' => '

Stops a processing job.

', 'StopTrainingJob' => '

Stops a training job. To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost.

When it receives a StopTrainingJob request, SageMaker changes the status of the job to Stopping. After SageMaker stops the job, it sets the status to Stopped.

', 'StopTransformJob' => '

Stops a batch transform job.

When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a batch transform job before it is completed, Amazon SageMaker doesn\'t store the job\'s output in Amazon S3.

', 'UpdateAction' => '

Updates an action.

', 'UpdateAppImageConfig' => '

Updates the properties of an AppImageConfig.

', 'UpdateArtifact' => '

Updates an artifact.

', 'UpdateCodeRepository' => '

Updates the specified Git repository with the specified values.

', 'UpdateContext' => '

Updates a context.

', 'UpdateDeviceFleet' => '

Updates a fleet of devices.

', 'UpdateDevices' => '

Updates one or more devices in a fleet.

', 'UpdateDomain' => '

Updates the default settings for new user profiles in the domain.

', 'UpdateEndpoint' => '

Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is no availability loss).

When SageMaker receives the request, it sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

', 'UpdateEndpointWeightsAndCapacities' => '

Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API.

', 'UpdateExperiment' => '

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

', 'UpdateFeatureGroup' => '

Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the UpdateFeatureGroup API.

You can add features for your feature group using the FeatureAdditions request parameter. Features cannot be removed from a feature group.

You can update the online store configuration by using the OnlineStoreConfig request parameter. If a TtlDuration is specified, the default TtlDuration applies for all records added to the feature group after the feature group is updated. If a record level TtlDuration exists from using the PutRecord API, the record level TtlDuration applies to that record instead of the default TtlDuration.

', 'UpdateFeatureMetadata' => '

Updates the description and parameters of the feature group.

', 'UpdateHub' => '

Update a hub.

Hub APIs are only callable through SageMaker Studio.

', 'UpdateImage' => '

Updates the properties of a SageMaker image. To change the image\'s tags, use the AddTags and DeleteTags APIs.

', 'UpdateImageVersion' => '

Updates the properties of a SageMaker image version.

', 'UpdateInferenceExperiment' => '

Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperiment.

', 'UpdateModelCard' => '

Update an Amazon SageMaker Model Card.

You cannot update both model card content and model card status in a single call.

', 'UpdateModelPackage' => '

Updates a versioned model.

', 'UpdateMonitoringAlert' => '

Update the parameters of a model monitor alert.

', 'UpdateMonitoringSchedule' => '

Updates a previously created schedule.

', 'UpdateNotebookInstance' => '

Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.

', 'UpdateNotebookInstanceLifecycleConfig' => '

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.

', 'UpdatePipeline' => '

Updates a pipeline.

', 'UpdatePipelineExecution' => '

Updates a pipeline execution.

', 'UpdateProject' => '

Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.

You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or updated, you may lose resources already created by the project.

', 'UpdateSpace' => '

Updates the settings of a space.

', 'UpdateTrainingJob' => '

Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

', 'UpdateTrial' => '

Updates the display name of a trial.

', 'UpdateTrialComponent' => '

Updates one or more properties of a trial component.

', 'UpdateUserProfile' => '

Updates a user profile.

', 'UpdateWorkforce' => '

Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.

The worker portal is now supported in VPC and public internet.

Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn\'t restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal.

To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "10.0.0.0/16".

Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.

Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP.

You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the DeleteWorkteam operation.

After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the DescribeWorkforce operation.

This operation only applies to private workforces.

', 'UpdateWorkteam' => '

Updates an existing work team with new member definitions or description.

', ], 'shapes' => [ 'Accept' => [ 'base' => NULL, 'refs' => [ 'TransformOutput$Accept' => '

The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

', ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'LabelingJobForWorkteamSummary$WorkRequesterAccountId' => '

The Amazon Web Services account ID of the account used to start the labeling job.

', ], ], 'ActionArn' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'CreateActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'DeleteActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'DescribeActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'UpdateActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', ], ], 'ActionSource' => [ 'base' => '

A structure describing the source of an action.

', 'refs' => [ 'ActionSummary$Source' => '

The source of the action.

', 'CreateActionRequest$Source' => '

The source type, ID, and URI.

', 'DescribeActionResponse$Source' => '

The source of the action.

', ], ], 'ActionStatus' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$Status' => '

The status of the action.

', 'CreateActionRequest$Status' => '

The status of the action.

', 'DescribeActionResponse$Status' => '

The status of the action.

', 'UpdateActionRequest$Status' => '

The new status for the action.

', ], ], 'ActionSummaries' => [ 'base' => NULL, 'refs' => [ 'ListActionsResponse$ActionSummaries' => '

A list of actions and their properties.

', ], ], 'ActionSummary' => [ 'base' => '

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

', 'refs' => [ 'ActionSummaries$member' => NULL, ], ], 'AddAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'AddAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'AddTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'AddTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'AdditionalCodeRepositoryNamesOrUrls' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$AdditionalCodeRepositories' => '

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'DescribeNotebookInstanceOutput$AdditionalCodeRepositories' => '

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'NotebookInstanceSummary$AdditionalCodeRepositories' => '

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'UpdateNotebookInstanceInput$AdditionalCodeRepositories' => '

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', ], ], 'AdditionalInferenceSpecificationDefinition' => [ 'base' => '

A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package

', 'refs' => [ 'AdditionalInferenceSpecifications$member' => NULL, ], ], 'AdditionalInferenceSpecifications' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageInput$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', 'DescribeModelPackageOutput$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', 'ModelPackage$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects.

', 'UpdateModelPackageInput$AdditionalInferenceSpecificationsToAdd' => '

An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', ], ], 'AgentVersion' => [ 'base' => '

Edge Manager agent version.

', 'refs' => [ 'AgentVersions$member' => NULL, ], ], 'AgentVersions' => [ 'base' => NULL, 'refs' => [ 'GetDeviceFleetReportResponse$AgentVersions' => '

The versions of Edge Manager agent deployed on the fleet.

', ], ], 'AggregationTransformationValue' => [ 'base' => NULL, 'refs' => [ 'AggregationTransformations$value' => NULL, ], ], 'AggregationTransformations' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesTransformations$Aggregation' => '

A key value pair defining the aggregation method for a column, where the key is the column name and the value is the aggregation method.

The supported aggregation methods are sum (default), avg, first, min, max.

Aggregation is only supported for the target column.

', ], ], 'Alarm' => [ 'base' => '

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

', 'refs' => [ 'AlarmList$member' => NULL, ], ], 'AlarmList' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackConfig$Alarms' => '

List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.

', ], ], 'AlarmName' => [ 'base' => NULL, 'refs' => [ 'Alarm$AlarmName' => '

The name of a CloudWatch alarm in your account.

', ], ], 'AlgorithmArn' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the algorithm.

', 'CreateAlgorithmOutput$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the new algorithm.

', 'DescribeAlgorithmOutput$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the algorithm.

', ], ], 'AlgorithmImage' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$TrainingImage' => '

The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for SageMaker built-in algorithms, see Docker Registry Paths and Example Code in the Amazon SageMaker developer guide. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information about using your custom training container, see Using Your Own Algorithms with Amazon SageMaker.

You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter.

For more information, see the note in the AlgorithmName parameter description.

', 'DebugRuleConfiguration$RuleEvaluatorImage' => '

The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

', 'HyperParameterAlgorithmSpecification$TrainingImage' => '

The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

', 'ProfilerRuleConfiguration$RuleEvaluatorImage' => '

The Amazon Elastic Container Registry Image for the managed rule evaluation.

', ], ], 'AlgorithmSortBy' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsInput$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'AlgorithmSpecification' => [ 'base' => '

Specifies the training algorithm to use in a CreateTrainingJob request.

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

', 'refs' => [ 'CreateTrainingJobRequest$AlgorithmSpecification' => '

The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode. For more information about algorithms provided by SageMaker, see Algorithms. For information about providing your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

', 'DescribeTrainingJobResponse$AlgorithmSpecification' => '

Information about the algorithm used for training, and algorithm metadata.

', 'TrainingJob$AlgorithmSpecification' => '

Information about the algorithm used for training, and algorithm metadata.

', ], ], 'AlgorithmStatus' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$AlgorithmStatus' => '

The overall status of the algorithm.

', 'DescribeAlgorithmOutput$AlgorithmStatus' => '

The current status of the algorithm.

', ], ], 'AlgorithmStatusDetails' => [ 'base' => '

Specifies the validation and image scan statuses of the algorithm.

', 'refs' => [ 'DescribeAlgorithmOutput$AlgorithmStatusDetails' => '

Details about the current status of the algorithm.

', ], ], 'AlgorithmStatusItem' => [ 'base' => '

Represents the overall status of an algorithm.

', 'refs' => [ 'AlgorithmStatusItemList$member' => NULL, ], ], 'AlgorithmStatusItemList' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusDetails$ValidationStatuses' => '

The status of algorithm validation.

', 'AlgorithmStatusDetails$ImageScanStatuses' => '

The status of the scan of the algorithm\'s Docker image container.

', ], ], 'AlgorithmSummary' => [ 'base' => '

Provides summary information about an algorithm.

', 'refs' => [ 'AlgorithmSummaryList$member' => NULL, ], ], 'AlgorithmSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsOutput$AlgorithmSummaryList' => '

>An array of AlgorithmSummary objects, each of which lists an algorithm.

', ], ], 'AlgorithmValidationProfile' => [ 'base' => '

Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

', 'refs' => [ 'AlgorithmValidationProfiles$member' => NULL, ], ], 'AlgorithmValidationProfiles' => [ 'base' => NULL, 'refs' => [ 'AlgorithmValidationSpecification$ValidationProfiles' => '

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.

', ], ], 'AlgorithmValidationSpecification' => [ 'base' => '

Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.

', 'refs' => [ 'CreateAlgorithmInput$ValidationSpecification' => '

Specifies configurations for one or more training jobs and that SageMaker runs to test the algorithm\'s training code and, optionally, one or more batch transform jobs that SageMaker runs to test the algorithm\'s inference code.

', 'DescribeAlgorithmOutput$ValidationSpecification' => '

Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.

', ], ], 'AnnotationConsolidationConfig' => [ 'base' => '

Configures how labels are consolidated across human workers and processes output data.

', 'refs' => [ 'HumanTaskConfig$AnnotationConsolidationConfig' => '

Configures how labels are consolidated across human workers.

', ], ], 'AppArn' => [ 'base' => NULL, 'refs' => [ 'CreateAppResponse$AppArn' => '

The Amazon Resource Name (ARN) of the app.

', 'DescribeAppResponse$AppArn' => '

The Amazon Resource Name (ARN) of the app.

', ], ], 'AppDetails' => [ 'base' => '

Details about an Amazon SageMaker app.

', 'refs' => [ 'AppList$member' => NULL, ], ], 'AppImageConfigArn' => [ 'base' => NULL, 'refs' => [ 'AppImageConfigDetails$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'CreateAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'DescribeAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'UpdateAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) for the AppImageConfig.

', ], ], 'AppImageConfigDetails' => [ 'base' => '

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

', 'refs' => [ 'AppImageConfigList$member' => NULL, ], ], 'AppImageConfigList' => [ 'base' => NULL, 'refs' => [ 'ListAppImageConfigsResponse$AppImageConfigs' => '

A list of AppImageConfigs and their properties.

', ], ], 'AppImageConfigName' => [ 'base' => NULL, 'refs' => [ 'AppImageConfigDetails$AppImageConfigName' => '

The name of the AppImageConfig. Must be unique to your account.

', 'CreateAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig. Must be unique to your account.

', 'CustomImage$AppImageConfigName' => '

The name of the AppImageConfig.

', 'DeleteAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to delete.

', 'DescribeAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to describe.

', 'DescribeAppImageConfigResponse$AppImageConfigName' => '

The name of the AppImageConfig.

', 'ListAppImageConfigsRequest$NameContains' => '

A filter that returns only AppImageConfigs whose name contains the specified string.

', 'UpdateAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to update.

', ], ], 'AppImageConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListAppImageConfigsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'AppInstanceType' => [ 'base' => NULL, 'refs' => [ 'ResourceSpec$InstanceType' => '

The instance type that the image version runs on.

JupyterServer apps only support the system value.

For KernelGateway apps, the system value is translated to ml.t3.medium. KernelGateway apps also support all other values for available instance types.

', ], ], 'AppList' => [ 'base' => NULL, 'refs' => [ 'ListAppsResponse$Apps' => '

The list of apps.

', ], ], 'AppManaged' => [ 'base' => NULL, 'refs' => [ 'ProcessingInput$AppManaged' => '

When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

', 'ProcessingOutput$AppManaged' => '

When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

', ], ], 'AppName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$AppName' => '

The name of the app.

', 'CreateAppRequest$AppName' => '

The name of the app.

', 'DeleteAppRequest$AppName' => '

The name of the app.

', 'DescribeAppRequest$AppName' => '

The name of the app.

', 'DescribeAppResponse$AppName' => '

The name of the app.

', ], ], 'AppNetworkAccessType' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AppNetworkAccessType' => '

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

', 'DescribeDomainResponse$AppNetworkAccessType' => '

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

', ], ], 'AppSecurityGroupManagement' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided. If setting up the domain for use with RStudio, this value must be set to Service.

', 'DescribeDomainResponse$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.

', 'UpdateDomainRequest$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided. If setting up the domain for use with RStudio, this value must be set to Service.

', ], ], 'AppSortKey' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'AppSpecification' => [ 'base' => '

Configuration to run a processing job in a specified container image.

', 'refs' => [ 'CreateProcessingJobRequest$AppSpecification' => '

Configures the processing job to run a specified Docker container image.

', 'DescribeProcessingJobResponse$AppSpecification' => '

Configures the processing job to run a specified container image.

', 'ProcessingJob$AppSpecification' => NULL, ], ], 'AppStatus' => [ 'base' => NULL, 'refs' => [ 'AppDetails$Status' => '

The status.

', 'DescribeAppResponse$Status' => '

The status.

', ], ], 'AppType' => [ 'base' => NULL, 'refs' => [ 'AppDetails$AppType' => '

The type of app.

', 'CreateAppRequest$AppType' => '

The type of app.

', 'DeleteAppRequest$AppType' => '

The type of app.

', 'DescribeAppRequest$AppType' => '

The type of app.

', 'DescribeAppResponse$AppType' => '

The type of app.

', ], ], 'ApprovalDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeModelPackageOutput$ApprovalDescription' => '

A description provided for the model approval.

', 'ModelPackage$ApprovalDescription' => '

A description provided when the model approval is set.

', 'UpdateModelPackageInput$ApprovalDescription' => '

A description for the approval status of the model.

', ], ], 'ArnOrName' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$AlgorithmName' => '

The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace.

You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter.

Note that the AlgorithmName parameter is mutually exclusive with the TrainingImage parameter. If you specify a value for the AlgorithmName parameter, you can\'t specify a value for TrainingImage, and vice versa.

If you specify values for both parameters, the training job might break; if you don\'t specify any value for both parameters, the training job might raise a null error.

', 'CreateModelPackageInput$ModelPackageGroupName' => '

The name or Amazon Resource Name (ARN) of the model package group that this model version belongs to.

This parameter is required for versioned models, and does not apply to unversioned models.

', 'DeleteModelPackageGroupInput$ModelPackageGroupName' => '

The name of the model group to delete.

', 'DescribeAlgorithmInput$AlgorithmName' => '

The name of the algorithm to describe.

', 'DescribeModelPackageGroupInput$ModelPackageGroupName' => '

The name of gthe model group to describe.

', 'HyperParameterAlgorithmSpecification$AlgorithmName' => '

The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

', 'ListModelPackagesInput$ModelPackageGroupName' => '

A filter that returns only model versions that belong to the specified model group.

', 'SourceAlgorithm$AlgorithmName' => '

The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

', ], ], 'ArtifactArn' => [ 'base' => NULL, 'refs' => [ 'ArtifactSummary$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'CreateArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'DeleteArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to delete.

', 'DeleteArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'DescribeArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to describe.

', 'DescribeArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'UpdateArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to update.

', 'UpdateArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', ], ], 'ArtifactDigest' => [ 'base' => NULL, 'refs' => [ 'ModelDigests$ArtifactDigest' => '

Provides a hash value that uniquely identifies the stored model artifacts.

', ], ], 'ArtifactSource' => [ 'base' => '

A structure describing the source of an artifact.

', 'refs' => [ 'ArtifactSummary$Source' => '

The source of the artifact.

', 'CreateArtifactRequest$Source' => '

The ID, ID type, and URI of the source.

', 'DeleteArtifactRequest$Source' => '

The URI of the source.

', 'DescribeArtifactResponse$Source' => '

The source of the artifact.

', ], ], 'ArtifactSourceIdType' => [ 'base' => NULL, 'refs' => [ 'ArtifactSourceType$SourceIdType' => '

The type of ID.

', ], ], 'ArtifactSourceType' => [ 'base' => '

The ID and ID type of an artifact source.

', 'refs' => [ 'ArtifactSourceTypes$member' => NULL, ], ], 'ArtifactSourceTypes' => [ 'base' => NULL, 'refs' => [ 'ArtifactSource$SourceTypes' => '

A list of source types.

', ], ], 'ArtifactSummaries' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsResponse$ArtifactSummaries' => '

A list of artifacts and their properties.

', ], ], 'ArtifactSummary' => [ 'base' => '

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

', 'refs' => [ 'ArtifactSummaries$member' => NULL, ], ], 'AssemblyType' => [ 'base' => NULL, 'refs' => [ 'TransformOutput$AssembleWith' => '

Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

', ], ], 'AssociateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociationEdgeType' => [ 'base' => NULL, 'refs' => [ 'AddAssociationRequest$AssociationType' => '

The type of association. The following are suggested uses for each type. Amazon SageMaker places no restrictions on their use.

', 'AssociationSummary$AssociationType' => '

The type of the association.

', 'Edge$AssociationType' => '

The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.

', 'ListAssociationsRequest$AssociationType' => '

A filter that returns only associations of the specified type.

', ], ], 'AssociationEntityArn' => [ 'base' => NULL, 'refs' => [ 'AddAssociationRequest$SourceArn' => '

The ARN of the source.

', 'AddAssociationRequest$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'AddAssociationResponse$SourceArn' => '

The ARN of the source.

', 'AddAssociationResponse$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'AssociationSummary$SourceArn' => '

The ARN of the source.

', 'AssociationSummary$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'DeleteAssociationRequest$SourceArn' => '

The ARN of the source.

', 'DeleteAssociationRequest$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'DeleteAssociationResponse$SourceArn' => '

The ARN of the source.

', 'DeleteAssociationResponse$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'Edge$SourceArn' => '

The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.

', 'Edge$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.

', 'ListAssociationsRequest$SourceArn' => '

A filter that returns only associations with the specified source ARN.

', 'ListAssociationsRequest$DestinationArn' => '

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

', 'QueryLineageStartArns$member' => NULL, 'Vertex$Arn' => '

The Amazon Resource Name (ARN) of the lineage entity resource.

', ], ], 'AssociationSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsResponse$AssociationSummaries' => '

A list of associations and their properties.

', ], ], 'AssociationSummary' => [ 'base' => '

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

', 'refs' => [ 'AssociationSummaries$member' => NULL, ], ], 'AsyncInferenceClientConfig' => [ 'base' => '

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

', 'refs' => [ 'AsyncInferenceConfig$ClientConfig' => '

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

', ], ], 'AsyncInferenceConfig' => [ 'base' => '

Specifies configuration for how an endpoint performs asynchronous inference.

', 'refs' => [ 'CreateEndpointConfigInput$AsyncInferenceConfig' => '

Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using InvokeEndpointAsync.

', 'DescribeEndpointConfigOutput$AsyncInferenceConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', 'DescribeEndpointOutput$AsyncInferenceConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', ], ], 'AsyncInferenceNotificationConfig' => [ 'base' => '

Specifies the configuration for notifications of inference results for asynchronous inference.

', 'refs' => [ 'AsyncInferenceOutputConfig$NotificationConfig' => '

Specifies the configuration for notifications of inference results for asynchronous inference.

', ], ], 'AsyncInferenceOutputConfig' => [ 'base' => '

Specifies the configuration for asynchronous inference invocation outputs.

', 'refs' => [ 'AsyncInferenceConfig$OutputConfig' => '

Specifies the configuration for asynchronous inference invocation outputs.

', ], ], 'AsyncNotificationTopicTypeList' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceNotificationConfig$IncludeInferenceResponseIn' => '

The Amazon SNS topics where you want the inference response to be included.

The inference response is included only if the response size is less than or equal to 128 KB.

', ], ], 'AsyncNotificationTopicTypes' => [ 'base' => NULL, 'refs' => [ 'AsyncNotificationTopicTypeList$member' => NULL, ], ], 'AthenaCatalog' => [ 'base' => '

The name of the data catalog used in Athena query execution.

', 'refs' => [ 'AthenaDatasetDefinition$Catalog' => NULL, ], ], 'AthenaDatabase' => [ 'base' => '

The name of the database used in the Athena query execution.

', 'refs' => [ 'AthenaDatasetDefinition$Database' => NULL, ], ], 'AthenaDatasetDefinition' => [ 'base' => '

Configuration for Athena Dataset Definition input.

', 'refs' => [ 'DatasetDefinition$AthenaDatasetDefinition' => NULL, ], ], 'AthenaQueryString' => [ 'base' => '

The SQL query statements, to be executed.

', 'refs' => [ 'AthenaDatasetDefinition$QueryString' => NULL, ], ], 'AthenaResultCompressionType' => [ 'base' => '

The compression used for Athena query results.

', 'refs' => [ 'AthenaDatasetDefinition$OutputCompression' => NULL, ], ], 'AthenaResultFormat' => [ 'base' => '

The data storage format for Athena query results.

', 'refs' => [ 'AthenaDatasetDefinition$OutputFormat' => NULL, ], ], 'AthenaWorkGroup' => [ 'base' => '

The name of the workgroup in which the Athena query is being started.

', 'refs' => [ 'AthenaDatasetDefinition$WorkGroup' => NULL, ], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'AttributeNames$member' => NULL, ], ], 'AttributeNames' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$AttributeNames' => '

A list of one or more attribute names to use that are found in a specified augmented manifest file.

', ], ], 'AuthMode' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AuthMode' => '

The mode of authentication that members use to access the domain.

', 'DescribeDomainResponse$AuthMode' => '

The domain\'s authentication mode.

', ], ], 'AutoGenerateEndpointName' => [ 'base' => NULL, 'refs' => [ 'ModelDeployConfig$AutoGenerateEndpointName' => '

Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

', ], ], 'AutoMLAlgorithm' => [ 'base' => NULL, 'refs' => [ 'AutoMLAlgorithms$member' => NULL, ], ], 'AutoMLAlgorithmConfig' => [ 'base' => '

The collection of algorithms run on a dataset for training the model candidates of an Autopilot job.

', 'refs' => [ 'AutoMLAlgorithmsConfig$member' => NULL, ], ], 'AutoMLAlgorithms' => [ 'base' => NULL, 'refs' => [ 'AutoMLAlgorithmConfig$AutoMLAlgorithms' => '

The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.

Selected algorithms must belong to the list corresponding to the training mode set in AutoMLJobConfig.Mode (ENSEMBLING or HYPERPARAMETER_TUNING). Choose a minimum of 1 algorithm.

', ], ], 'AutoMLAlgorithmsConfig' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateGenerationConfig$AlgorithmsConfig' => '

Stores the configuration information for the selection of algorithms used to train the model candidates.

The list of available algorithms to choose from depends on the training mode set in AutoMLJobConfig.Mode .

For the list of all algorithms per training mode, see AutoMLAlgorithmConfig.

For more information on each algorithm, see the Algorithm support section in Autopilot developer guide.

', 'CandidateGenerationConfig$AlgorithmsConfig' => '

Stores the configuration information for the selection of algorithms used to train model candidates on tabular data.

The list of available algorithms to choose from depends on the training mode set in TabularJobConfig.Mode .

For the list of all algorithms per problem type and training mode, see AutoMLAlgorithmConfig.

For more information on each algorithm, see the Algorithm support section in Autopilot developer guide.

', ], ], 'AutoMLCandidate' => [ 'base' => '

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

', 'refs' => [ 'AutoMLCandidates$member' => NULL, 'DescribeAutoMLJobResponse$BestCandidate' => '

The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.

', 'DescribeAutoMLJobV2Response$BestCandidate' => '

Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

', ], ], 'AutoMLCandidateGenerationConfig' => [ 'base' => '

Stores the configuration information for how a candidate is generated (optional).

', 'refs' => [ 'AutoMLJobConfig$CandidateGenerationConfig' => '

The configuration for generating a candidate for an AutoML job (optional).

', ], ], 'AutoMLCandidateStep' => [ 'base' => '

Information about the steps for a candidate and what step it is working on.

', 'refs' => [ 'CandidateSteps$member' => NULL, ], ], 'AutoMLCandidates' => [ 'base' => NULL, 'refs' => [ 'ListCandidatesForAutoMLJobResponse$Candidates' => '

Summaries about the AutoMLCandidates.

', ], ], 'AutoMLChannel' => [ 'base' => '

A channel is a named input source that training algorithms can consume. The validation dataset size is limited to less than 2 GB. The training dataset size must be less than 100 GB. For more information, see Channel.

A validation dataset must contain the same headers as the training dataset.

', 'refs' => [ 'AutoMLInputDataConfig$member' => NULL, ], ], 'AutoMLChannelType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$ChannelType' => '

The channel type (optional) is an enum string. The default value is training. Channels for training and validation must share the same ContentType and TargetAttributeName. For information on specifying training and validation channel types, see How to specify training and validation datasets.

', 'AutoMLJobChannel$ChannelType' => '

The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

The type of channel defaults to training for the time-series forecasting problem type.

', ], ], 'AutoMLContainerDefinition' => [ 'base' => '

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition.

', 'refs' => [ 'AutoMLContainerDefinitions$member' => NULL, ], ], 'AutoMLContainerDefinitions' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$InferenceContainers' => '

Information about the recommended inference container definitions.

', 'AutoMLInferenceContainerDefinitions$value' => '

Information about the recommended inference container definitions.

', ], ], 'AutoMLDataSource' => [ 'base' => '

The data source for the Autopilot job.

', 'refs' => [ 'AutoMLChannel$DataSource' => '

The data source for an AutoML channel.

', 'AutoMLJobChannel$DataSource' => '

The data source for an AutoML channel (Required).

', ], ], 'AutoMLDataSplitConfig' => [ 'base' => '

This structure specifies how to split the data into train and validation datasets.

The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob, the validation dataset must be less than 2 GB in size.

', 'refs' => [ 'AutoMLJobConfig$DataSplitConfig' => '

The configuration for splitting the input training dataset.

Type: AutoMLDataSplitConfig

', 'CreateAutoMLJobV2Request$DataSplitConfig' => '

This structure specifies how to split the data into train and validation datasets.

The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob, the validation dataset must be less than 2 GB in size.

This attribute must not be set for the time-series forecasting problem type, as Autopilot automatically splits the input dataset into training and validation sets.

', 'DescribeAutoMLJobV2Response$DataSplitConfig' => '

Returns the configuration settings of how the data are split into train and validation datasets.

', ], ], 'AutoMLFailureReason' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$FailureReason' => '

The failure reason.

', 'AutoMLJobSummary$FailureReason' => '

The failure reason of an AutoML job.

', 'AutoMLPartialFailureReason$PartialFailureMessage' => '

The message containing the reason for a partial failure of an AutoML job.

', 'DescribeAutoMLJobResponse$FailureReason' => '

Returns the failure reason for an AutoML job, when applicable.

', 'DescribeAutoMLJobV2Response$FailureReason' => '

Returns the reason for the failure of the AutoML job V2, when applicable.

', ], ], 'AutoMLInferenceContainerDefinitions' => [ 'base' => '

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the V2 API only (for example, for jobs created by calling CreateAutoMLJobV2).

', 'refs' => [ 'AutoMLCandidate$InferenceContainerDefinitions' => '

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2) related to image or text classification problem types only.

', ], ], 'AutoMLInputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$InputDataConfig' => '

An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

', 'DescribeAutoMLJobResponse$InputDataConfig' => '

Returns the input data configuration for the AutoML job.

', ], ], 'AutoMLJobArn' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the AutoML job.

', 'AutoMLJobSummary$AutoMLJobArn' => '

The ARN of the AutoML job.

', 'CreateAutoMLJobResponse$AutoMLJobArn' => '

The unique ARN assigned to the AutoML job when it is created.

', 'CreateAutoMLJobV2Response$AutoMLJobArn' => '

The unique ARN assigned to the AutoMLJob when it is created.

', 'DescribeAutoMLJobResponse$AutoMLJobArn' => '

Returns the ARN of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobArn' => '

Returns the Amazon Resource Name (ARN) of the AutoML job V2.

', 'DescribeProcessingJobResponse$AutoMLJobArn' => '

The ARN of an AutoML job associated with this processing job.

', 'DescribeTrainingJobResponse$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of an AutoML job.

', 'DescribeTransformJobResponse$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML transform job.

', 'ProcessingJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

', 'TrainingJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the job.

', 'TransformJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

', ], ], 'AutoMLJobArtifacts' => [ 'base' => '

The artifacts that are generated during an AutoML job.

', 'refs' => [ 'DescribeAutoMLJobResponse$AutoMLJobArtifacts' => '

Returns information on the job\'s artifacts found in AutoMLJobArtifacts.

', 'DescribeAutoMLJobV2Response$AutoMLJobArtifacts' => NULL, ], ], 'AutoMLJobChannel' => [ 'base' => '

A channel is a named input source that training algorithms can consume. This channel is used for AutoML jobs V2 (jobs created by calling CreateAutoMLJobV2).

', 'refs' => [ 'AutoMLJobInputDataConfig$member' => NULL, ], ], 'AutoMLJobCompletionCriteria' => [ 'base' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'refs' => [ 'AutoMLJobConfig$CompletionCriteria' => '

How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

', 'AutoMLResolvedAttributes$CompletionCriteria' => NULL, 'ImageClassificationJobConfig$CompletionCriteria' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'ResolvedAttributes$CompletionCriteria' => NULL, 'TabularJobConfig$CompletionCriteria' => NULL, 'TextClassificationJobConfig$CompletionCriteria' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'TimeSeriesForecastingJobConfig$CompletionCriteria' => NULL, ], ], 'AutoMLJobConfig' => [ 'base' => '

A collection of settings used for an AutoML job.

', 'refs' => [ 'CreateAutoMLJobRequest$AutoMLJobConfig' => '

A collection of settings used to configure an AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobConfig' => '

Returns the configuration for the AutoML job.

', ], ], 'AutoMLJobInputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobV2Request$AutoMLJobInputDataConfig' => '

An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob input parameters. The supported formats depend on the problem type:

', 'DescribeAutoMLJobV2Response$AutoMLJobInputDataConfig' => '

Returns an array of channel objects describing the input data and their location.

', ], ], 'AutoMLJobName' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobName' => '

The name of the AutoML job you are requesting.

', 'CreateAutoMLJobRequest$AutoMLJobName' => '

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

', 'CreateAutoMLJobV2Request$AutoMLJobName' => '

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

', 'DescribeAutoMLJobRequest$AutoMLJobName' => '

Requests information about an AutoML job using its unique name.

', 'DescribeAutoMLJobResponse$AutoMLJobName' => '

Returns the name of the AutoML job.

', 'DescribeAutoMLJobV2Request$AutoMLJobName' => '

Requests information about an AutoML job V2 using its unique name.

', 'DescribeAutoMLJobV2Response$AutoMLJobName' => '

Returns the name of the AutoML job V2.

', 'ListCandidatesForAutoMLJobRequest$AutoMLJobName' => '

List the candidates created for the job by providing the job\'s name.

', 'StopAutoMLJobRequest$AutoMLJobName' => '

The name of the object you are requesting.

', ], ], 'AutoMLJobObjective' => [ 'base' => '

Specifies a metric to minimize or maximize as the objective of a job.

', 'refs' => [ 'AutoMLResolvedAttributes$AutoMLJobObjective' => NULL, 'CreateAutoMLJobRequest$AutoMLJobObjective' => '

Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.

', 'CreateAutoMLJobV2Request$AutoMLJobObjective' => '

Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. For the list of default values per problem type, see AutoMLJobObjective.

For tabular problem types, you must either provide both the AutoMLJobObjective and indicate the type of supervised learning problem in AutoMLProblemTypeConfig (TabularJobConfig.ProblemType), or none at all.

', 'DescribeAutoMLJobResponse$AutoMLJobObjective' => '

Returns the job\'s objective.

', 'DescribeAutoMLJobV2Response$AutoMLJobObjective' => '

Returns the job\'s objective.

', 'ResolvedAttributes$AutoMLJobObjective' => NULL, ], ], 'AutoMLJobObjectiveType' => [ 'base' => NULL, 'refs' => [ 'FinalAutoMLJobObjectiveMetric$Type' => '

The type of metric with the best result.

', ], ], 'AutoMLJobSecondaryStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobSecondaryStatus' => '

The secondary status of the AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobSecondaryStatus' => '

Returns the secondary status of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobSecondaryStatus' => '

Returns the secondary status of the AutoML job V2.

', ], ], 'AutoMLJobStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobStatus' => '

The status of the AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobStatus' => '

Returns the status of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobStatus' => '

Returns the status of the AutoML job V2.

', 'ListAutoMLJobsRequest$StatusEquals' => '

Request a list of jobs, using a filter for status.

', ], ], 'AutoMLJobStepMetadata' => [ 'base' => '

Metadata for an AutoML job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$AutoMLJob' => '

The Amazon Resource Name (ARN) of the AutoML job that was run by this step.

', ], ], 'AutoMLJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsResponse$AutoMLJobSummaries' => '

Returns a summary list of jobs.

', ], ], 'AutoMLJobSummary' => [ 'base' => '

Provides a summary about an AutoML job.

', 'refs' => [ 'AutoMLJobSummaries$member' => NULL, ], ], 'AutoMLMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$MaxResults' => '

Request a list of jobs up to a specified limit.

', 'ListCandidatesForAutoMLJobRequest$MaxResults' => '

List the job\'s candidates up to a specified limit.

', ], ], 'AutoMLMetricEnum' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobObjective$MetricName' => '

The name of the objective metric used to measure the predictive quality of a machine learning system. During training, the model\'s parameters are updated iteratively to optimize its performance based on the feedback provided by the objective metric when evaluating the model on the validation dataset.

For the list of all available metrics supported by Autopilot, see Autopilot metrics.

If you do not specify a metric explicitly, the default behavior is to automatically use:

', 'FinalAutoMLJobObjectiveMetric$MetricName' => '

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

', 'FinalAutoMLJobObjectiveMetric$StandardMetricName' => '

The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.

', 'MetricDatum$MetricName' => '

The name of the metric.

', ], ], 'AutoMLMetricExtendedEnum' => [ 'base' => NULL, 'refs' => [ 'MetricDatum$StandardMetricName' => '

The name of the standard metric.

For definitions of the standard metrics, see Autopilot candidate metrics .

', ], ], 'AutoMLMode' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobConfig$Mode' => '

The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.

The ENSEMBLING mode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported by ENSEMBLING mode.

The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported by HYPERPARAMETER_TUNING mode.

', 'TabularJobConfig$Mode' => '

The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.

The ENSEMBLING mode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported by ENSEMBLING mode.

The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported by HYPERPARAMETER_TUNING mode.

', ], ], 'AutoMLNameContains' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$NameContains' => '

Request a list of jobs, using a search filter for name.

', ], ], 'AutoMLOutputDataConfig' => [ 'base' => '

The output data configuration.

', 'refs' => [ 'CreateAutoMLJobRequest$OutputDataConfig' => '

Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

', 'CreateAutoMLJobV2Request$OutputDataConfig' => '

Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.

', 'DescribeAutoMLJobResponse$OutputDataConfig' => '

Returns the job\'s output data config.

', 'DescribeAutoMLJobV2Response$OutputDataConfig' => '

Returns the job\'s output data config.

', ], ], 'AutoMLPartialFailureReason' => [ 'base' => '

The reason for a partial failure of an AutoML job.

', 'refs' => [ 'AutoMLPartialFailureReasons$member' => NULL, ], ], 'AutoMLPartialFailureReasons' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$PartialFailureReasons' => '

The list of reasons for partial failures within an AutoML job.

', 'DescribeAutoMLJobResponse$PartialFailureReasons' => '

Returns a list of reasons for partial failures within an AutoML job.

', 'DescribeAutoMLJobV2Response$PartialFailureReasons' => '

Returns a list of reasons for partial failures within an AutoML job V2.

', ], ], 'AutoMLProblemTypeConfig' => [ 'base' => '

A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.

', 'refs' => [ 'CreateAutoMLJobV2Request$AutoMLProblemTypeConfig' => '

Defines the configuration settings of one of the supported problem types.

', 'DescribeAutoMLJobV2Response$AutoMLProblemTypeConfig' => '

Returns the configuration settings of the problem type set for the AutoML job V2.

', ], ], 'AutoMLProblemTypeConfigName' => [ 'base' => NULL, 'refs' => [ 'DescribeAutoMLJobV2Response$AutoMLProblemTypeConfigName' => '

Returns the name of the problem type configuration set for the AutoML job V2.

', ], ], 'AutoMLProblemTypeResolvedAttributes' => [ 'base' => '

The resolved attributes specific to the problem type of an AutoML job V2.

', 'refs' => [ 'AutoMLResolvedAttributes$AutoMLProblemTypeResolvedAttributes' => '

Defines the resolved attributes specific to a problem type.

', ], ], 'AutoMLProcessingUnit' => [ 'base' => NULL, 'refs' => [ 'AutoMLInferenceContainerDefinitions$key' => '

Processing unit for an inference container. Currently Autopilot only supports CPU or GPU.

', ], ], 'AutoMLResolvedAttributes' => [ 'base' => '

The resolved attributes used to configure an AutoML job V2.

', 'refs' => [ 'DescribeAutoMLJobV2Response$ResolvedAttributes' => '

Returns the resolved attributes used by the AutoML job V2.

', ], ], 'AutoMLS3DataSource' => [ 'base' => '

Describes the Amazon S3 data source.

', 'refs' => [ 'AutoMLDataSource$S3DataSource' => '

The Amazon S3 location of the input data.

', ], ], 'AutoMLS3DataType' => [ 'base' => NULL, 'refs' => [ 'AutoMLS3DataSource$S3DataType' => '

The data type.

', ], ], 'AutoMLSecurityConfig' => [ 'base' => '

Security options.

', 'refs' => [ 'AutoMLJobConfig$SecurityConfig' => '

The security configuration for traffic encryption or Amazon VPC settings.

', 'CreateAutoMLJobV2Request$SecurityConfig' => '

The security configuration for traffic encryption or Amazon VPC settings.

', 'DescribeAutoMLJobV2Response$SecurityConfig' => '

Returns the security configuration for traffic encryption or Amazon VPC settings.

', ], ], 'AutoMLSortBy' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$SortBy' => '

The parameter by which to sort the results. The default is Name.

', ], ], 'AutoMLSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$SortOrder' => '

The sort order for the results. The default is Descending.

', 'ListCandidatesForAutoMLJobRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', ], ], 'AutoParameter' => [ 'base' => '

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

', 'refs' => [ 'AutoParameters$member' => NULL, ], ], 'AutoParameters' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$AutoParameters' => '

A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for your tuning job.

', ], ], 'AutoRollbackConfig' => [ 'base' => '

Automatic rollback configuration for handling endpoint deployment failures and recovery.

', 'refs' => [ 'DeploymentConfig$AutoRollbackConfiguration' => '

Automatic rollback configuration for handling endpoint deployment failures and recovery.

', ], ], 'Autotune' => [ 'base' => '

A flag to indicate if you want to use Autotune to automatically find optimal values for the following fields:

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$Autotune' => '

Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following fields:

', 'DescribeHyperParameterTuningJobResponse$Autotune' => '

A flag to indicate if autotune is enabled for the hyperparameter tuning job.

', ], ], 'AutotuneMode' => [ 'base' => NULL, 'refs' => [ 'Autotune$Mode' => '

Set Mode to Enabled if you want to use Autotune.

', ], ], 'AwsManagedHumanLoopRequestSource' => [ 'base' => NULL, 'refs' => [ 'HumanLoopRequestSource$AwsManagedHumanLoopRequestSource' => '

Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

', ], ], 'BacktestResultsLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$BacktestResults' => '

The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.

', ], ], 'BatchDataCaptureConfig' => [ 'base' => '

Configuration to control how SageMaker captures inference data for batch transform jobs.

', 'refs' => [ 'CreateTransformJobRequest$DataCaptureConfig' => '

Configuration to control how SageMaker captures inference data.

', 'DescribeTransformJobResponse$DataCaptureConfig' => '

Configuration to control how SageMaker captures inference data.

', 'TransformJob$DataCaptureConfig' => NULL, ], ], 'BatchDescribeModelPackageError' => [ 'base' => '

The error code and error description associated with the resource.

', 'refs' => [ 'BatchDescribeModelPackageErrorMap$value' => NULL, ], ], 'BatchDescribeModelPackageErrorMap' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageOutput$BatchDescribeModelPackageErrorMap' => '

A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.

', ], ], 'BatchDescribeModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchDescribeModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchDescribeModelPackageSummary' => [ 'base' => '

Provides summary information about the model package.

', 'refs' => [ 'ModelPackageSummaries$value' => NULL, ], ], 'BatchStrategy' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set the SplitType property to Line, RecordIO, or TFRecord.

To use only one record when making an HTTP invocation request to a container, set BatchStrategy to SingleRecord and SplitType to Line.

To fit as many records in a mini-batch as can fit within the MaxPayloadInMB limit, set BatchStrategy to MultiRecord and SplitType to Line.

', 'DescribeTransformJobResponse$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set SplitType to Line, RecordIO, or TFRecord.

', 'TransformJob$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

', 'TransformJobDefinition$BatchStrategy' => '

A string that determines the number of records included in a single mini-batch.

SingleRecord means only one record is used per mini-batch. MultiRecord means a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB limit.

', ], ], 'BatchTransformInput' => [ 'base' => '

Input object for the batch transform job.

', 'refs' => [ 'DataQualityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelBiasJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelExplainabilityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelQualityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'MonitoringInput$BatchTransformInput' => '

Input object for the batch transform job.

', ], ], 'BestObjectiveNotImproving' => [ 'base' => '

A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.

', 'refs' => [ 'TuningJobCompletionCriteria$BestObjectiveNotImproving' => '

A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.

', ], ], 'Bias' => [ 'base' => '

Contains bias metrics for a model.

', 'refs' => [ 'ModelMetrics$Bias' => '

Metrics that measure bais in a model.

', ], ], 'BillableTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$BillableTimeInSeconds' => '

The billable time in seconds. Billable time refers to the absolute wall-clock time.

Multiply BillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker bills you if you run distributed training. The formula is as follows: BillableTimeInSeconds * InstanceCount .

You can calculate the savings from using managed spot training using the formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100. For example, if BillableTimeInSeconds is 100 and TrainingTimeInSeconds is 500, the savings is 80%.

', 'TrainingJob$BillableTimeInSeconds' => '

The billable time in seconds.

', ], ], 'BlockedReason' => [ 'base' => NULL, 'refs' => [ 'OfflineStoreStatus$BlockedReason' => '

The justification for why the OfflineStoreStatus is Blocked (if applicable).

', ], ], 'BlueGreenUpdatePolicy' => [ 'base' => '

Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.

', 'refs' => [ 'DeploymentConfig$BlueGreenUpdatePolicy' => '

Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$EnableSageMakerMetricsTimeSeries' => '

To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren\'t generated except in the following cases:

', 'AutoMLSecurityConfig$EnableInterContainerTrafficEncryption' => '

Whether to use traffic encryption between the container layers.

', 'BatchDataCaptureConfig$GenerateInferenceId' => '

Flag that indicates whether to append inference id to the output.

', 'ChannelSpecification$IsRequired' => '

Indicates whether the channel is required by the algorithm.

', 'ClarifyCheckStepMetadata$SkipCheck' => '

This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to False, the previous baseline of the configured check type must be available.

', 'ClarifyCheckStepMetadata$RegisterNewBaseline' => '

This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. If it is set to False, the previous baseline of the configured check type must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints property.

', 'CreateModelInput$EnableNetworkIsolation' => '

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

', 'CreateTrainingJobRequest$EnableNetworkIsolation' => '

Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If you enable network isolation for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'CreateTrainingJobRequest$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training. For more information, see Protect Communications Between ML Compute Instances in a Distributed Training Job.

', 'CreateTrainingJobRequest$EnableManagedSpotTraining' => '

To train models using managed spot training, choose True. Managed spot training provides a fully managed and scalable infrastructure for training machine learning models. this option is useful when training jobs can be interrupted and when there is flexibility when the training job is run.

The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be used as a starting point to train models incrementally. Amazon SageMaker provides metrics and logs in CloudWatch. They can be used to see when managed spot training jobs are running, interrupted, resumed, or completed.

', 'DescribeModelOutput$EnableNetworkIsolation' => '

If True, no inbound or outbound network calls can be made to or from the model container.

', 'DescribeTrainingJobResponse$EnableNetworkIsolation' => '

If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, choose True. If you enable network isolation for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'DescribeTrainingJobResponse$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithms in distributed training.

', 'DescribeTrainingJobResponse$EnableManagedSpotTraining' => '

A Boolean indicating whether managed spot training is enabled (True) or not (False).

', 'HyperParameterSpecification$IsTunable' => '

Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

', 'HyperParameterSpecification$IsRequired' => '

Indicates whether this hyperparameter is required.

', 'HyperParameterTrainingJobDefinition$EnableNetworkIsolation' => '

Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'HyperParameterTrainingJobDefinition$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

', 'HyperParameterTrainingJobDefinition$EnableManagedSpotTraining' => '

A Boolean indicating whether managed spot training is enabled (True) or not (False).

', 'ListStageDevicesRequest$ExcludeDevicesDeployedInOtherStage' => '

Toggle for excluding devices deployed in other stages.

', 'Model$EnableNetworkIsolation' => '

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

', 'ModelDashboardIndicatorAction$Enabled' => '

Indicates whether the alert action is turned on.

', 'MonitoringCsvDatasetFormat$Header' => '

Indicates if the CSV data has a header.

', 'MonitoringJsonDatasetFormat$Line' => '

Indicates if the file should be read as a json object per line.

', 'MonitoringNetworkConfig$EnableInterContainerTrafficEncryption' => '

Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

', 'MonitoringNetworkConfig$EnableNetworkIsolation' => '

Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

', 'NetworkConfig$EnableInterContainerTrafficEncryption' => '

Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.

', 'NetworkConfig$EnableNetworkIsolation' => '

Whether to allow inbound and outbound network calls to and from the containers used for the processing job.

', 'OfflineStoreConfig$DisableGlueTableCreation' => '

Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to False, Feature Store will name the OfflineStore Glue table following Athena\'s naming recommendations.

The default value is False.

', 'OnlineStoreConfig$EnableOnlineStore' => '

Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

The default value is False.

', 'QualityCheckStepMetadata$SkipCheck' => '

This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to False, the previous baseline of the configured check type must be available.

', 'QualityCheckStepMetadata$RegisterNewBaseline' => '

This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. If it is set to False, the previous baseline of the configured check type must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics properties.

', 'QueryLineageRequest$IncludeEdges' => '

Setting this value to True retrieves not only the entities of interest but also the Associations and lineage entities on the path. Set to False to only return lineage entities that match your query.

', 'TrainingJob$EnableNetworkIsolation' => '

If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can\'t communicate beyond the VPC they run in.

', 'TrainingJob$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

', 'TrainingJob$EnableManagedSpotTraining' => '

When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

', 'TrainingSpecification$SupportsDistributedTraining' => '

Indicates whether the algorithm supports distributed training. If set to false, buyers can\'t request more than one instance during training.

', 'UpdateEndpointInput$RetainAllVariantProperties' => '

When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

', 'UpdateEndpointInput$RetainDeploymentConfig' => '

Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

', ], ], 'BooleanOperator' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$Operator' => '

A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or. The default value is And.

', ], ], 'Branch' => [ 'base' => NULL, 'refs' => [ 'GitConfig$Branch' => '

The default branch for the Git repository.

', ], ], 'BucketName' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$Bucket' => '

Name of the S3 bucket.

', ], ], 'CacheHitResult' => [ 'base' => '

Details on the cache hit of a pipeline execution step.

', 'refs' => [ 'PipelineExecutionStep$CacheHitResult' => '

If this pipeline execution step was cached, details on the cache hit.

', ], ], 'CallbackStepMetadata' => [ 'base' => '

Metadata about a callback step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Callback' => '

The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

', ], ], 'CallbackToken' => [ 'base' => NULL, 'refs' => [ 'CallbackStepMetadata$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', 'SendPipelineExecutionStepFailureRequest$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', 'SendPipelineExecutionStepSuccessRequest$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', ], ], 'CandidateArtifactLocations' => [ 'base' => '

The location of artifacts for an AutoML candidate job.

', 'refs' => [ 'CandidateProperties$CandidateArtifactLocations' => '

The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

', ], ], 'CandidateDefinitionNotebookLocation' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobArtifacts$CandidateDefinitionNotebookLocation' => '

The URL of the notebook location.

', ], ], 'CandidateGenerationConfig' => [ 'base' => '

Stores the configuration information for how model candidates are generated using an AutoML job V2.

', 'refs' => [ 'TabularJobConfig$CandidateGenerationConfig' => '

The configuration information of how model candidates are generated.

', ], ], 'CandidateName' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateName' => '

The name of the candidate.

', 'ListCandidatesForAutoMLJobRequest$CandidateNameEquals' => '

List the candidates for the job and filter by candidate name.

', ], ], 'CandidateProperties' => [ 'base' => '

The properties of an AutoML candidate job.

', 'refs' => [ 'AutoMLCandidate$CandidateProperties' => '

The properties of an AutoML candidate job.

', ], ], 'CandidateSortBy' => [ 'base' => NULL, 'refs' => [ 'ListCandidatesForAutoMLJobRequest$SortBy' => '

The parameter by which to sort the results. The default is Descending.

', ], ], 'CandidateStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateStatus' => '

The candidate\'s status.

', 'ListCandidatesForAutoMLJobRequest$StatusEquals' => '

List the candidates for the job and filter by status.

', ], ], 'CandidateStepArn' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepArn' => '

The ARN for the candidate\'s step.

', ], ], 'CandidateStepName' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepName' => '

The name for the candidate\'s step.

', ], ], 'CandidateStepType' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepType' => '

Whether the candidate is at the transform, training, or processing step.

', ], ], 'CandidateSteps' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateSteps' => '

Information about the candidate\'s steps.

', ], ], 'CanvasAppSettings' => [ 'base' => '

The SageMaker Canvas application settings.

', 'refs' => [ 'UserSettings$CanvasAppSettings' => '

The Canvas app settings.

', ], ], 'CapacitySize' => [ 'base' => '

Specifies the type and size of the endpoint capacity to activate for a blue/green deployment, a rolling deployment, or a rollback strategy. You can specify your batches as either instance count or the overall percentage or your fleet.

For a rollback strategy, if you don\'t specify the fields in this object, or if you set the Value to 100%, then SageMaker uses a blue/green rollback strategy and rolls all traffic back to the blue fleet.

', 'refs' => [ 'RollingUpdatePolicy$MaximumBatchSize' => '

Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant\'s total instance count.

', 'RollingUpdatePolicy$RollbackMaximumBatchSize' => '

Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.

', 'TrafficRoutingConfig$CanarySize' => '

Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant\'s total instance count.

', 'TrafficRoutingConfig$LinearStepSize' => '

Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant\'s total instance count.

', ], ], 'CapacitySizeType' => [ 'base' => NULL, 'refs' => [ 'CapacitySize$Type' => '

Specifies the endpoint capacity type.

  • INSTANCE_COUNT: The endpoint activates based on the number of instances.

  • CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.

', ], ], 'CapacitySizeValue' => [ 'base' => NULL, 'refs' => [ 'CapacitySize$Value' => '

Defines the capacity size, either as a number of instances or a capacity percentage.

', ], ], 'CaptureContentTypeHeader' => [ 'base' => '

Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.

', 'refs' => [ 'DataCaptureConfig$CaptureContentTypeHeader' => '

Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.

', 'InferenceExperimentDataStorageConfig$ContentType' => NULL, ], ], 'CaptureMode' => [ 'base' => NULL, 'refs' => [ 'CaptureOption$CaptureMode' => '

Specify the boundary of data to capture.

', ], ], 'CaptureOption' => [ 'base' => '

Specifies data Model Monitor will capture.

', 'refs' => [ 'CaptureOptionList$member' => NULL, ], ], 'CaptureOptionList' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$CaptureOptions' => '

Specifies data Model Monitor will capture. You can configure whether to collect only input, only output, or both

', ], ], 'CaptureStatus' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfigSummary$CaptureStatus' => '

Whether data capture is currently functional.

', ], ], 'Catalog' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$Catalog' => '

The name of the Glue table catalog.

', ], ], 'CategoricalParameter' => [ 'base' => '

Environment parameters you want to benchmark your load test against.

', 'refs' => [ 'CategoricalParameters$member' => NULL, ], ], 'CategoricalParameterRange' => [ 'base' => '

A list of categorical hyperparameters to tune.

', 'refs' => [ 'CategoricalParameterRanges$member' => NULL, ], ], 'CategoricalParameterRangeSpecification' => [ 'base' => '

Defines the possible values for a categorical hyperparameter.

', 'refs' => [ 'ParameterRange$CategoricalParameterRangeSpecification' => '

A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.

', ], ], 'CategoricalParameterRangeValues' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameter$Value' => '

The list of values you can pass.

', ], ], 'CategoricalParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$CategoricalParameterRanges' => '

The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.

', ], ], 'CategoricalParameters' => [ 'base' => NULL, 'refs' => [ 'EnvironmentParameterRanges$CategoricalParameterRanges' => '

Specified a list of parameters for each category.

', ], ], 'Cents' => [ 'base' => NULL, 'refs' => [ 'USD$Cents' => '

The fractional portion, in cents, of the amount.

', ], ], 'CertifyForMarketplace' => [ 'base' => NULL, 'refs' => [ 'CreateAlgorithmInput$CertifyForMarketplace' => '

Whether to certify the algorithm so that it can be listed in Amazon Web Services Marketplace.

', 'CreateModelPackageInput$CertifyForMarketplace' => '

Whether to certify the model package for listing on Amazon Web Services Marketplace.

This parameter is optional for unversioned models, and does not apply to versioned models.

', 'DescribeAlgorithmOutput$CertifyForMarketplace' => '

Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

', 'DescribeModelPackageOutput$CertifyForMarketplace' => '

Whether the model package is certified for listing on Amazon Web Services Marketplace.

', 'ModelPackage$CertifyForMarketplace' => '

Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

', ], ], 'Channel' => [ 'base' => '

A channel is a named input source that training algorithms can consume.

', 'refs' => [ 'InputDataConfig$member' => NULL, ], ], 'ChannelName' => [ 'base' => NULL, 'refs' => [ 'Channel$ChannelName' => '

The name of the channel.

', 'ChannelSpecification$Name' => '

The name of the channel.

', ], ], 'ChannelSpecification' => [ 'base' => '

Defines a named input source, called a channel, to be used by an algorithm.

', 'refs' => [ 'ChannelSpecifications$member' => NULL, ], ], 'ChannelSpecifications' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$TrainingChannels' => '

A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

', ], ], 'CheckpointConfig' => [ 'base' => '

Contains information about the output location for managed spot training checkpoint data.

', 'refs' => [ 'CreateTrainingJobRequest$CheckpointConfig' => '

Contains information about the output location for managed spot training checkpoint data.

', 'DescribeTrainingJobResponse$CheckpointConfig' => NULL, 'HyperParameterTrainingJobDefinition$CheckpointConfig' => NULL, 'TrainingJob$CheckpointConfig' => NULL, ], ], 'Cidr' => [ 'base' => NULL, 'refs' => [ 'Cidrs$member' => NULL, ], ], 'Cidrs' => [ 'base' => NULL, 'refs' => [ 'SourceIpConfig$Cidrs' => '

A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

', ], ], 'ClarifyCheckStepMetadata' => [ 'base' => '

The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'PipelineExecutionStepMetadata$ClarifyCheck' => '

Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted,

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

', ], ], 'ClarifyContentTemplate' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ContentTemplate' => '

A template string used to format a JSON record into an acceptable model container input. For example, a ContentTemplate string \'{"myfeatures":$features}\' will format a list of features [1,2,3] into the record string \'{"myfeatures":[1,2,3]}\'. Required only when the model container input is in JSON Lines format.

', ], ], 'ClarifyEnableExplanations' => [ 'base' => NULL, 'refs' => [ 'ClarifyExplainerConfig$EnableExplanations' => '

A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations for additional information.

', ], ], 'ClarifyExplainerConfig' => [ 'base' => '

The configuration parameters for the SageMaker Clarify explainer.

', 'refs' => [ 'ExplainerConfig$ClarifyExplainerConfig' => '

A member of ExplainerConfig that contains configuration parameters for the SageMaker Clarify explainer.

', ], ], 'ClarifyFeatureHeaders' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeatureHeaders' => '

The names of the features. If provided, these are included in the endpoint response payload to help readability of the InvokeEndpoint output. See the Response section under Invoke the endpoint in the Developer Guide for more information.

', ], ], 'ClarifyFeatureType' => [ 'base' => NULL, 'refs' => [ 'ClarifyFeatureTypes$member' => NULL, ], ], 'ClarifyFeatureTypes' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeatureTypes' => '

A list of data types of the features (optional). Applicable only to NLP explainability. If provided, FeatureTypes must have at least one \'text\' string (for example, [\'text\']). If FeatureTypes is not provided, the explainer infers the feature types based on the baseline data. The feature types are included in the endpoint response payload. For additional information see the response section under Invoke the endpoint in the Developer Guide for more information.

', ], ], 'ClarifyFeaturesAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeaturesAttribute' => '

Provides the JMESPath expression to extract the features from a model container input in JSON Lines format. For example, if FeaturesAttribute is the JMESPath expression \'myfeatures\', it extracts a list of features [1,2,3] from request data \'{"myfeatures":[1,2,3]}\'.

', ], ], 'ClarifyHeader' => [ 'base' => NULL, 'refs' => [ 'ClarifyFeatureHeaders$member' => NULL, 'ClarifyLabelHeaders$member' => NULL, ], ], 'ClarifyInferenceConfig' => [ 'base' => '

The inference configuration parameter for the model container.

', 'refs' => [ 'ClarifyExplainerConfig$InferenceConfig' => '

The inference configuration parameter for the model container.

', ], ], 'ClarifyLabelAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelAttribute' => '

A JMESPath expression used to locate the list of label headers in the model container output.

Example: If the model container output of a batch request is \'{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}\', then set LabelAttribute to \'labels\' to extract the list of label headers ["cat","dog","fish"]

', ], ], 'ClarifyLabelHeaders' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelHeaders' => '

For multiclass classification problems, the label headers are the names of the classes. Otherwise, the label header is the name of the predicted label. These are used to help readability for the output of the InvokeEndpoint API. See the response section under Invoke the endpoint in the Developer Guide for more information. If there are no label headers in the model container output, provide them manually using this parameter.

', ], ], 'ClarifyLabelIndex' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelIndex' => '

A zero-based index used to extract a label header or list of label headers from model container output in CSV format.

Example for a multiclass model: If the model container output consists of label headers followed by probabilities: \'"[\\\'cat\\\',\\\'dog\\\',\\\'fish\\\']","[0.1,0.6,0.3]"\', set LabelIndex to 0 to select the label headers [\'cat\',\'dog\',\'fish\'].

', ], ], 'ClarifyMaxPayloadInMB' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$MaxPayloadInMB' => '

The maximum payload size (MB) allowed of a request from the explainer to the model container. Defaults to 6 MB.

', ], ], 'ClarifyMaxRecordCount' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$MaxRecordCount' => '

The maximum number of records in a request that the model container can process when querying the model container for the predictions of a synthetic dataset. A record is a unit of input data that inference can be made on, for example, a single line in CSV data. If MaxRecordCount is 1, the model container expects one record per request. A value of 2 or greater means that the model expects batch requests, which can reduce overhead and speed up the inferencing process. If this parameter is not provided, the explainer will tune the record count per request according to the model container\'s capacity at runtime.

', ], ], 'ClarifyMimeType' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapBaselineConfig$MimeType' => '

The MIME type of the baseline data. Choose from \'text/csv\' or \'application/jsonlines\'. Defaults to \'text/csv\'.

', ], ], 'ClarifyProbabilityAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ProbabilityAttribute' => '

A JMESPath expression used to extract the probability (or score) from the model container output if the model container is in JSON Lines format.

Example: If the model container output of a single request is \'{"predicted_label":1,"probability":0.6}\', then set ProbabilityAttribute to \'probability\'.

', ], ], 'ClarifyProbabilityIndex' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ProbabilityIndex' => '

A zero-based index used to extract a probability value (score) or list from model container output in CSV format. If this value is not provided, the entire model container output will be treated as a probability value (score) or list.

Example for a single class model: If the model container output consists of a string-formatted prediction label followed by its probability: \'1,0.6\', set ProbabilityIndex to 1 to select the probability value 0.6.

Example for a multiclass model: If the model container output consists of a string-formatted prediction label followed by its probability: \'"[\\\'cat\\\',\\\'dog\\\',\\\'fish\\\']","[0.1,0.6,0.3]"\', set ProbabilityIndex to 1 to select the probability values [0.1,0.6,0.3].

', ], ], 'ClarifyShapBaseline' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapBaselineConfig$ShapBaseline' => '

The inline SHAP baseline data in string format. ShapBaseline can have one or multiple records to be used as the baseline dataset. The format of the SHAP baseline file should be the same format as the training dataset. For example, if the training dataset is in CSV format and each record contains four features, and all features are numerical, then the format of the baseline data should also share these characteristics. For natural language processing (NLP) of text columns, the baseline value should be the value used to replace the unit of text specified by the Granularity of the TextConfig parameter. The size limit for ShapBasline is 4 KB. Use the ShapBaselineUri parameter if you want to provide more than 4 KB of baseline data.

', ], ], 'ClarifyShapBaselineConfig' => [ 'base' => '

The configuration for the SHAP baseline (also called the background or reference dataset) of the Kernal SHAP algorithm.

  • The number of records in the baseline data determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.

  • ShapBaseline and ShapBaselineUri are mutually exclusive parameters. One or the either is required to configure a SHAP baseline.

', 'refs' => [ 'ClarifyShapConfig$ShapBaselineConfig' => '

The configuration for the SHAP baseline of the Kernal SHAP algorithm.

', ], ], 'ClarifyShapConfig' => [ 'base' => '

The configuration for SHAP analysis using SageMaker Clarify Explainer.

', 'refs' => [ 'ClarifyExplainerConfig$ShapConfig' => '

The configuration for SHAP analysis.

', ], ], 'ClarifyShapNumberOfSamples' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$NumberOfSamples' => '

The number of samples to be used for analysis by the Kernal SHAP algorithm.

The number of samples determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.

', ], ], 'ClarifyShapSeed' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$Seed' => '

The starting value used to initialize the random number generator in the explainer. Provide a value for this parameter to obtain a deterministic SHAP result.

', ], ], 'ClarifyShapUseLogit' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$UseLogit' => '

A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions. Defaults to false.

', ], ], 'ClarifyTextConfig' => [ 'base' => '

A parameter used to configure the SageMaker Clarify explainer to treat text features as text so that explanations are provided for individual units of text. Required only for natural language processing (NLP) explainability.

', 'refs' => [ 'ClarifyShapConfig$TextConfig' => '

A parameter that indicates if text features are treated as text and explanations are provided for individual units of text. Required for natural language processing (NLP) explainability only.

', ], ], 'ClarifyTextGranularity' => [ 'base' => NULL, 'refs' => [ 'ClarifyTextConfig$Granularity' => '

The unit of granularity for the analysis of text features. For example, if the unit is \'token\', then each token (like a word in English) of the text is treated as a feature. SHAP values are computed for each unit/feature.

', ], ], 'ClarifyTextLanguage' => [ 'base' => NULL, 'refs' => [ 'ClarifyTextConfig$Language' => '

Specifies the language of the text features in ISO 639-1 or ISO 639-3 code of a supported language.

For a mix of multiple languages, use code \'xx\'.

', ], ], 'ClientId' => [ 'base' => NULL, 'refs' => [ 'CognitoConfig$ClientId' => '

The client ID for your Amazon Cognito user pool.

', 'CognitoMemberDefinition$ClientId' => '

An identifier for an application client. You must create the app client ID using Amazon Cognito.

', 'OidcConfig$ClientId' => '

The OIDC IdP client ID used to configure your private workforce.

', 'OidcConfigForResponse$ClientId' => '

The OIDC IdP client ID used to configure your private workforce.

', ], ], 'ClientSecret' => [ 'base' => NULL, 'refs' => [ 'OidcConfig$ClientSecret' => '

The OIDC IdP client secret used to configure your private workforce.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ClientToken' => '

A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

', 'CreateModelPackageInput$ClientToken' => '

A unique token that guarantees that the call to this API is idempotent.

', ], ], 'CodeRepositories' => [ 'base' => NULL, 'refs' => [ 'JupyterServerAppSettings$CodeRepositories' => '

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

', ], ], 'CodeRepository' => [ 'base' => '

A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.

', 'refs' => [ 'CodeRepositories$member' => NULL, ], ], 'CodeRepositoryArn' => [ 'base' => NULL, 'refs' => [ 'CodeRepositorySummary$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the Git repository.

', 'CreateCodeRepositoryOutput$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the new repository.

', 'DescribeCodeRepositoryOutput$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the Git repository.

', 'UpdateCodeRepositoryOutput$CodeRepositoryArn' => '

The ARN of the Git repository.

', ], ], 'CodeRepositoryContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$DefaultCodeRepositoryContains' => '

A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.

', ], ], 'CodeRepositoryNameContains' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$NameContains' => '

A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

', ], ], 'CodeRepositoryNameOrUrl' => [ 'base' => NULL, 'refs' => [ 'AdditionalCodeRepositoryNamesOrUrls$member' => NULL, 'CreateNotebookInstanceInput$DefaultCodeRepository' => '

A Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'DescribeNotebookInstanceOutput$DefaultCodeRepository' => '

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'ListNotebookInstancesInput$AdditionalCodeRepositoryEquals' => '

A filter that returns only notebook instances with associated with the specified git repository.

', 'NotebookInstanceSummary$DefaultCodeRepository' => '

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'UpdateNotebookInstanceInput$DefaultCodeRepository' => '

The Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', ], ], 'CodeRepositorySortBy' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'CodeRepositorySortOrder' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'CodeRepositorySummary' => [ 'base' => '

Specifies summary information about a Git repository.

', 'refs' => [ 'CodeRepositorySummaryList$member' => NULL, ], ], 'CodeRepositorySummaryList' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesOutput$CodeRepositorySummaryList' => '

Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name

  • Amazon Resource Name (ARN)

  • Creation time

  • Last modified time

  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', ], ], 'CognitoConfig' => [ 'base' => '

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

', 'refs' => [ 'CreateWorkforceRequest$CognitoConfig' => '

Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Do not use OidcConfig if you specify values for CognitoConfig.

', 'Workforce$CognitoConfig' => '

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

', ], ], 'CognitoMemberDefinition' => [ 'base' => '

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

', 'refs' => [ 'MemberDefinition$CognitoMemberDefinition' => '

The Amazon Cognito user group that is part of the work team.

', ], ], 'CognitoUserGroup' => [ 'base' => NULL, 'refs' => [ 'CognitoMemberDefinition$UserGroup' => '

An identifier for a user group.

', ], ], 'CognitoUserPool' => [ 'base' => NULL, 'refs' => [ 'CognitoConfig$UserPool' => '

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

', 'CognitoMemberDefinition$UserPool' => '

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

', ], ], 'CollectionConfiguration' => [ 'base' => '

Configuration information for the Amazon SageMaker Debugger output tensor collections.

', 'refs' => [ 'CollectionConfigurations$member' => NULL, ], ], 'CollectionConfigurations' => [ 'base' => NULL, 'refs' => [ 'DebugHookConfig$CollectionConfigurations' => '

Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', ], ], 'CollectionName' => [ 'base' => NULL, 'refs' => [ 'CollectionConfiguration$CollectionName' => '

The name of the tensor collection. The name must be unique relative to other rule configuration names.

', ], ], 'CollectionParameters' => [ 'base' => NULL, 'refs' => [ 'CollectionConfiguration$CollectionParameters' => '

Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

', ], ], 'CompilationJobArn' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationJobArn' => '

The Amazon Resource Name (ARN) of the model compilation job.

', 'CreateCompilationJobResponse$CompilationJobArn' => '

If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:

  • CompilationJobArn: The Amazon Resource Name (ARN) of the compiled job.

', 'DescribeCompilationJobResponse$CompilationJobArn' => '

The Amazon Resource Name (ARN) of the model compilation job.

', ], ], 'CompilationJobStatus' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationJobStatus' => '

The status of the model compilation job.

', 'DescribeCompilationJobResponse$CompilationJobStatus' => '

The status of the model compilation job.

', 'ListCompilationJobsRequest$StatusEquals' => '

A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

', ], ], 'CompilationJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListCompilationJobsResponse$CompilationJobSummaries' => '

An array of CompilationJobSummary objects, each describing a model compilation job.

', ], ], 'CompilationJobSummary' => [ 'base' => '

A summary of a model compilation job.

', 'refs' => [ 'CompilationJobSummaries$member' => NULL, ], ], 'CompilerOptions' => [ 'base' => NULL, 'refs' => [ 'OutputConfig$CompilerOptions' => '

Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

  • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model\'s input. "float32" is used if "DTYPE" is not specified. Options for data type are:

    • float32: Use either "float" or "float32".

    • int64: Use either "int64" or "long".

    For example, {"dtype" : "float32"}.

  • CPU: Compilation for CPU supports the following compiler options.

    • mcpu: CPU micro-architecture. For example, {\'mcpu\': \'skylake-avx512\'}

    • mattr: CPU flags. For example, {\'mattr\': [\'+neon\', \'+vfpv4\']}

  • ARM: Details of ARM CPU compilations.

    • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

      For example, add {\'mattr\': [\'+neon\']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

  • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

    • gpu_code: Specifies the targeted architecture.

    • trt-ver: Specifies the TensorRT versions in x.y.z. format.

    • cuda-ver: Specifies the CUDA version in x.y format.

    For example, {\'gpu-code\': \'sm_72\', \'trt-ver\': \'6.0.1\', \'cuda-ver\': \'10.1\'}

  • ANDROID: Compilation for the Android OS supports the following compiler options:

    • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {\'ANDROID_PLATFORM\': 28}.

    • mattr: Add {\'mattr\': [\'+neon\']} to compiler options if compiling for ARM 32-bit platform with NEON support.

  • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\\"--verbose 1 --num-neuroncores 2 -O2\\"".

    For information about supported compiler options, see Neuron Compiler CLI Reference Guide.

  • CoreML: Compilation for the CoreML OutputConfig TargetDevice supports the following compiler options:

    • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.

  • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

    • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".

    • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow\'s default signature def key.

    • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

', ], ], 'CompleteOnConvergence' => [ 'base' => NULL, 'refs' => [ 'ConvergenceDetected$CompleteOnConvergence' => '

A flag to stop a tuning job once AMT has detected that the job has converged.

', ], ], 'CompressionType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$CompressionType' => '

You can use Gzip or None. The default value is None.

', 'AutoMLJobChannel$CompressionType' => '

The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

', 'Channel$CompressionType' => '

If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

', 'CompressionTypes$member' => NULL, 'TransformInput$CompressionType' => '

If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

', ], ], 'CompressionTypes' => [ 'base' => NULL, 'refs' => [ 'ChannelSpecification$SupportedCompressionTypes' => '

The allowed compression types, if data compression is used.

', ], ], 'ConditionOutcome' => [ 'base' => NULL, 'refs' => [ 'ConditionStepMetadata$Outcome' => '

The outcome of the Condition step evaluation.

', ], ], 'ConditionStepMetadata' => [ 'base' => '

Metadata for a Condition step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Condition' => '

The outcome of the condition evaluation that was run by this step execution.

', ], ], 'ConfigKey' => [ 'base' => NULL, 'refs' => [ 'CollectionParameters$key' => NULL, 'HookParameters$key' => NULL, 'ProfilingParameters$key' => NULL, 'RuleParameters$key' => NULL, ], ], 'ConfigValue' => [ 'base' => NULL, 'refs' => [ 'CollectionParameters$value' => NULL, 'HookParameters$value' => NULL, 'ProfilingParameters$value' => NULL, 'RuleParameters$value' => NULL, ], ], 'ConflictException' => [ 'base' => '

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

', 'refs' => [], ], 'ContainerArgument' => [ 'base' => NULL, 'refs' => [ 'ContainerArguments$member' => NULL, 'MonitoringContainerArguments$member' => NULL, ], ], 'ContainerArguments' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ContainerArguments' => '

The arguments for a container used to run a processing job.

', ], ], 'ContainerDefinition' => [ 'base' => '

Describes the container, as part of model definition.

', 'refs' => [ 'ContainerDefinitionList$member' => NULL, 'CreateModelInput$PrimaryContainer' => '

The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.

', 'DescribeModelOutput$PrimaryContainer' => '

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

', 'Model$PrimaryContainer' => NULL, ], ], 'ContainerDefinitionList' => [ 'base' => NULL, 'refs' => [ 'CreateModelInput$Containers' => '

Specifies the containers in the inference pipeline.

', 'DescribeModelOutput$Containers' => '

The containers in the inference pipeline.

', 'Model$Containers' => '

The containers in the inference pipeline.

', ], ], 'ContainerEntrypoint' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ContainerEntrypoint' => '

The entrypoint for a container used to run a processing job.

', 'DataQualityAppSpecification$ContainerEntrypoint' => '

The entrypoint for a container used to run a monitoring job.

', 'ModelQualityAppSpecification$ContainerEntrypoint' => '

Specifies the entrypoint for a container that the monitoring job runs.

', 'MonitoringAppSpecification$ContainerEntrypoint' => '

Specifies the entrypoint for a container used to run the monitoring job.

', ], ], 'ContainerEntrypointString' => [ 'base' => NULL, 'refs' => [ 'ContainerEntrypoint$member' => NULL, ], ], 'ContainerHostname' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$ContainerHostname' => '

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.

', 'ModelPackageContainerDefinition$ContainerHostname' => '

The DNS host name for the Docker container.

', ], ], 'ContainerImage' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$Image' => '

The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.

', 'ContainerDefinition$Image' => '

The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.

', 'DeployedImage$SpecifiedImage' => '

The image path you specified when you created the model.

', 'DeployedImage$ResolvedImage' => '

The specific digest path of the image hosted in this ProductionVariant.

', 'ModelPackageContainerDefinition$Image' => '

The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

', 'TrainingSpecification$TrainingImage' => '

The Amazon ECR registry path of the Docker image that contains the training algorithm.

', ], ], 'ContainerMode' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$Mode' => '

Whether the container hosts a single model or multiple models.

', ], ], 'ContentClassifier' => [ 'base' => NULL, 'refs' => [ 'ContentClassifiers$member' => NULL, ], ], 'ContentClassifiers' => [ 'base' => NULL, 'refs' => [ 'LabelingJobDataAttributes$ContentClassifiers' => '

Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

', ], ], 'ContentColumn' => [ 'base' => NULL, 'refs' => [ 'TextClassificationJobConfig$ContentColumn' => '

The name of the column used to provide the sentences to be classified. It should not be the same as the target column.

', ], ], 'ContentDigest' => [ 'base' => NULL, 'refs' => [ 'FileSource$ContentDigest' => '

The digest of the file source.

', 'MetricsSource$ContentDigest' => '

The hash key used for the metrics source.

', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$ContentType' => '

The content type of the data from the input source. You can use text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

', 'AutoMLJobChannel$ContentType' => '

The content type of the data from the input source. The following are the allowed content types for different problems:

  • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

  • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

  • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

  • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

', 'Channel$ContentType' => '

The MIME type of the data.

', 'ContentTypes$member' => NULL, 'FileSource$ContentType' => '

The type of content stored in the file source.

', 'MetricsSource$ContentType' => '

The metric source content type.

', 'TransformInput$ContentType' => '

The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

', ], ], 'ContentTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedContentTypes' => '

The supported MIME types for the input data.

', 'ChannelSpecification$SupportedContentTypes' => '

The supported MIME types for the data.

', 'InferenceSpecification$SupportedContentTypes' => '

The supported MIME types for the input data.

', ], ], 'ContextArn' => [ 'base' => NULL, 'refs' => [ 'ContextSummary$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'CreateContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'DeleteContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'DescribeContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'UpdateContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', ], ], 'ContextSource' => [ 'base' => '

A structure describing the source of a context.

', 'refs' => [ 'ContextSummary$Source' => '

The source of the context.

', 'CreateContextRequest$Source' => '

The source type, ID, and URI.

', 'DescribeContextResponse$Source' => '

The source of the context.

', ], ], 'ContextSummaries' => [ 'base' => NULL, 'refs' => [ 'ListContextsResponse$ContextSummaries' => '

A list of contexts and their properties.

', ], ], 'ContextSummary' => [ 'base' => '

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

', 'refs' => [ 'ContextSummaries$member' => NULL, ], ], 'ContinuousParameterRange' => [ 'base' => '

A list of continuous hyperparameters to tune.

', 'refs' => [ 'ContinuousParameterRanges$member' => NULL, ], ], 'ContinuousParameterRangeSpecification' => [ 'base' => '

Defines the possible values for a continuous hyperparameter.

', 'refs' => [ 'ParameterRange$ContinuousParameterRangeSpecification' => '

A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.

', ], ], 'ContinuousParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$ContinuousParameterRanges' => '

The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.

', ], ], 'ConvergenceDetected' => [ 'base' => '

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

', 'refs' => [ 'TuningJobCompletionCriteria$ConvergenceDetected' => '

A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.

', ], ], 'CreateActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateAlgorithmOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobV2Request' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobV2Response' => [ 'base' => NULL, 'refs' => [], ], 'CreateCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCompilationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceRecommendationsJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLabelingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelBiasJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardExportJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardExportJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelExplainabilityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedDomainUrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedDomainUrlResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedNotebookInstanceUrlInput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedNotebookInstanceUrlOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProcessingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStudioLifecycleConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransformJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreationTime' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$CreationTime' => '

A timestamp that shows when the algorithm was created.

', 'AppDetails$CreationTime' => '

The creation time.

', 'BatchDescribeModelPackageSummary$CreationTime' => '

The creation time of the mortgage package summary.

', 'CodeRepositorySummary$CreationTime' => '

The date and time that the Git repository was created.

', 'CompilationJobSummary$CreationTime' => '

The time when the model compilation job was created.

', 'DescribeAlgorithmOutput$CreationTime' => '

A timestamp specifying when the algorithm was created.

', 'DescribeAppResponse$CreationTime' => '

The creation time.

', 'DescribeCodeRepositoryOutput$CreationTime' => '

The date and time that the repository was created.

', 'DescribeCompilationJobResponse$CreationTime' => '

The time that the model compilation job was created.

', 'DescribeDomainResponse$CreationTime' => '

The creation time.

', 'DescribeFeatureGroupResponse$CreationTime' => '

A timestamp indicating when SageMaker created the FeatureGroup.

', 'DescribeFeatureMetadataResponse$CreationTime' => '

A timestamp indicating when the feature was created.

', 'DescribeInferenceRecommendationsJobResponse$CreationTime' => '

A timestamp that shows when the job was created.

', 'DescribeModelPackageGroupOutput$CreationTime' => '

The time that the model group was created.

', 'DescribeModelPackageOutput$CreationTime' => '

A timestamp specifying when the model package was created.

', 'DescribeNotebookInstanceLifecycleConfigOutput$CreationTime' => '

A timestamp that tells when the lifecycle configuration was created.

', 'DescribeNotebookInstanceOutput$CreationTime' => '

A timestamp. Use this parameter to return the time when the notebook instance was created

', 'DescribeSpaceResponse$CreationTime' => '

The creation time.

', 'DescribeUserProfileResponse$CreationTime' => '

The creation time.

', 'DomainDetails$CreationTime' => '

The creation time.

', 'FeatureGroup$CreationTime' => '

The time a FeatureGroup was created.

', 'FeatureMetadata$CreationTime' => '

A timestamp indicating when the feature was created.

', 'InferenceRecommendationsJob$CreationTime' => '

A timestamp that shows when the job was created.

', 'ListAlgorithmsInput$CreationTimeAfter' => '

A filter that returns only algorithms created after the specified time (timestamp).

', 'ListAlgorithmsInput$CreationTimeBefore' => '

A filter that returns only algorithms created before the specified time (timestamp).

', 'ListCodeRepositoriesInput$CreationTimeAfter' => '

A filter that returns only Git repositories that were created after the specified time.

', 'ListCodeRepositoriesInput$CreationTimeBefore' => '

A filter that returns only Git repositories that were created before the specified time.

', 'ListCompilationJobsRequest$CreationTimeAfter' => '

A filter that returns the model compilation jobs that were created after a specified time.

', 'ListCompilationJobsRequest$CreationTimeBefore' => '

A filter that returns the model compilation jobs that were created before a specified time.

', 'ListFeatureGroupsRequest$CreationTimeAfter' => '

Use this parameter to search for FeatureGroupss created after a specific date and time.

', 'ListFeatureGroupsRequest$CreationTimeBefore' => '

Use this parameter to search for FeatureGroupss created before a specific date and time.

', 'ListInferenceRecommendationsJobsRequest$CreationTimeAfter' => '

A filter that returns only jobs created after the specified time (timestamp).

', 'ListInferenceRecommendationsJobsRequest$CreationTimeBefore' => '

A filter that returns only jobs created before the specified time (timestamp).

', 'ListModelPackageGroupsInput$CreationTimeAfter' => '

A filter that returns only model groups created after the specified time.

', 'ListModelPackageGroupsInput$CreationTimeBefore' => '

A filter that returns only model groups created before the specified time.

', 'ListModelPackagesInput$CreationTimeAfter' => '

A filter that returns only model packages created after the specified time (timestamp).

', 'ListModelPackagesInput$CreationTimeBefore' => '

A filter that returns only model packages created before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$CreationTimeBefore' => '

A filter that returns only lifecycle configurations that were created before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$CreationTimeAfter' => '

A filter that returns only lifecycle configurations that were created after the specified time (timestamp).

', 'ListNotebookInstancesInput$CreationTimeBefore' => '

A filter that returns only notebook instances that were created before the specified time (timestamp).

', 'ListNotebookInstancesInput$CreationTimeAfter' => '

A filter that returns only notebook instances that were created after the specified time (timestamp).

', 'ModelPackage$CreationTime' => '

The time that the model package was created.

', 'ModelPackageGroup$CreationTime' => '

The time that the model group was created.

', 'ModelPackageGroupSummary$CreationTime' => '

The time that the model group was created.

', 'ModelPackageSummary$CreationTime' => '

A timestamp that shows when the model package was created.

', 'NotebookInstanceLifecycleConfigSummary$CreationTime' => '

A timestamp that tells when the lifecycle configuration was created.

', 'NotebookInstanceSummary$CreationTime' => '

A timestamp that shows when the notebook instance was created.

', 'SpaceDetails$CreationTime' => '

The creation time.

', 'UserProfileDetails$CreationTime' => '

The creation time.

', ], ], 'CrossAccountFilterOption' => [ 'base' => NULL, 'refs' => [ 'SearchRequest$CrossAccountFilterOption' => '

A cross account filter option. When the value is "CrossAccount" the search results will only include resources made discoverable to you from other accounts. When the value is "SameAccount" or null the search results will only include resources from your account. Default is null. For more information on searching for resources made discoverable to your account, see Search discoverable resources in the SageMaker Developer Guide. The maximum number of ResourceCatalogs viewable is 1000.

', ], ], 'CsvContentType' => [ 'base' => NULL, 'refs' => [ 'CsvContentTypes$member' => NULL, ], ], 'CsvContentTypes' => [ 'base' => NULL, 'refs' => [ 'CaptureContentTypeHeader$CsvContentTypes' => '

The list of all content type headers that SageMaker will treat as CSV and capture accordingly.

', ], ], 'CustomImage' => [ 'base' => '

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

', 'refs' => [ 'CustomImages$member' => NULL, ], ], 'CustomImages' => [ 'base' => NULL, 'refs' => [ 'KernelGatewayAppSettings$CustomImages' => '

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

', 'RSessionAppSettings$CustomImages' => '

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

', ], ], 'CustomerMetadataKey' => [ 'base' => NULL, 'refs' => [ 'CustomerMetadataKeyList$member' => NULL, 'CustomerMetadataMap$key' => NULL, ], ], 'CustomerMetadataKeyList' => [ 'base' => NULL, 'refs' => [ 'UpdateModelPackageInput$CustomerMetadataPropertiesToRemove' => '

The metadata properties associated with the model package versions to remove.

', ], ], 'CustomerMetadataMap' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageInput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', 'DescribeModelPackageOutput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', 'ModelPackage$CustomerMetadataProperties' => '

The metadata properties for the model package.

', 'UpdateModelPackageInput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', ], ], 'CustomerMetadataValue' => [ 'base' => NULL, 'refs' => [ 'CustomerMetadataMap$value' => NULL, ], ], 'CustomizedMetricSpecification' => [ 'base' => '

A customized metric.

', 'refs' => [ 'MetricSpecification$Customized' => '

Information about a customized metric.

', ], ], 'DataCaptureConfig' => [ 'base' => '

Configuration to control how SageMaker captures inference data.

', 'refs' => [ 'CreateEndpointConfigInput$DataCaptureConfig' => NULL, 'DescribeEndpointConfigOutput$DataCaptureConfig' => NULL, ], ], 'DataCaptureConfigSummary' => [ 'base' => '

The currently active data capture configuration used by your Endpoint.

', 'refs' => [ 'DescribeEndpointOutput$DataCaptureConfig' => NULL, 'Endpoint$DataCaptureConfig' => NULL, ], ], 'DataCatalogConfig' => [ 'base' => '

The meta data of the Glue table which serves as data catalog for the OfflineStore.

', 'refs' => [ 'OfflineStoreConfig$DataCatalogConfig' => '

The meta data of the Glue table that is autogenerated when an OfflineStore is created.

', ], ], 'DataDistributionType' => [ 'base' => NULL, 'refs' => [ 'DatasetDefinition$DataDistributionType' => '

Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

', ], ], 'DataExplorationNotebookLocation' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobArtifacts$DataExplorationNotebookLocation' => '

The URL of the notebook location.

', ], ], 'DataInputConfig' => [ 'base' => NULL, 'refs' => [ 'InputConfig$DataInputConfig' => '

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are Framework specific.

  • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input":[1,1024,1024,3]}

      • If using the CLI, {\\"input\\":[1,1024,1024,3]}

    • Examples for two inputs:

      • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}

      • If using the CLI, {\\"data1\\": [1,28,28,1], \\"data2\\":[1,28,28,1]}

  • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input_1":[1,3,224,224]}

      • If using the CLI, {\\"input_1\\":[1,3,224,224]}

    • Examples for two inputs:

      • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}

      • If using the CLI, {\\"input_1\\": [1,3,224,224], \\"input_2\\":[1,3,224,224]}

  • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"data":[1,3,1024,1024]}

      • If using the CLI, {\\"data\\":[1,3,1024,1024]}

    • Examples for two inputs:

      • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}

      • If using the CLI, {\\"var1\\": [1,1,28,28], \\"var2\\":[1,1,28,28]}

  • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

    • Examples for one input in dictionary format:

      • If using the console, {"input0":[1,3,224,224]}

      • If using the CLI, {\\"input0\\":[1,3,224,224]}

    • Example for one input in list format: [[1,3,224,224]]

    • Examples for two inputs in dictionary format:

      • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}

      • If using the CLI, {\\"input0\\":[1,3,224,224], \\"input1\\":[1,3,224,224]}

    • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]

  • XGBOOST: input data name and shape are not needed.

DataInputConfig supports the following parameters for CoreML TargetDevice (ML Model format):

  • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

    • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}

    • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}

  • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}

  • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.

  • bias: If the input type is an Image, you need to provide the bias vector.

  • scale: If the input type is an Image, you need to provide a scale factor.

CoreML ClassifierConfig parameters can be specified using OutputConfig CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

  • Tensor type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}

  • Tensor type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]

  • Image type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}

    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

  • Image type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]

    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

  • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow\'s default signature def key. For example:

    • "DataInputConfig": {"inputs": [1, 224, 224, 3]}

    • "CompilerOptions": {"signature_def_key": "serving_custom"}

  • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

    • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}

    • "CompilerOptions": {"output_names": ["output_tensor:0"]}

', 'ModelInput$DataInputConfig' => '

The input configuration object for the model.

', ], ], 'DataProcessing' => [ 'base' => '

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

', 'refs' => [ 'CreateTransformJobRequest$DataProcessing' => '

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

', 'DescribeTransformJobResponse$DataProcessing' => NULL, 'TransformJob$DataProcessing' => NULL, ], ], 'DataQualityAppSpecification' => [ 'base' => '

Information about the container that a data quality monitoring job runs.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityAppSpecification' => '

Specifies the container that runs the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityAppSpecification' => '

Information about the container that runs the data quality monitoring job.

', ], ], 'DataQualityBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityBaselineConfig' => '

Configures the constraints and baselines for the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityBaselineConfig' => '

The constraints and baselines for the data quality monitoring job definition.

', ], ], 'DataQualityJobInput' => [ 'base' => '

The input for the data quality monitoring job. Currently endpoints are supported for input.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityJobInput' => '

A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityJobInput' => '

The list of inputs for the data quality monitoring job. Currently endpoints are supported.

', ], ], 'DataSource' => [ 'base' => '

Describes the location of the channel data.

', 'refs' => [ 'Channel$DataSource' => '

The location of the channel data.

', ], ], 'Database' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$Database' => '

The name of the Glue table database.

', ], ], 'DatasetDefinition' => [ 'base' => '

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

', 'refs' => [ 'ProcessingInput$DatasetDefinition' => '

Configuration for a Dataset Definition input.

', ], ], 'DebugHookConfig' => [ 'base' => '

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'refs' => [ 'CreateTrainingJobRequest$DebugHookConfig' => NULL, 'DescribeTrainingJobResponse$DebugHookConfig' => NULL, 'TrainingJob$DebugHookConfig' => NULL, ], ], 'DebugRuleConfiguration' => [ 'base' => '

Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the DebugRuleConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'refs' => [ 'DebugRuleConfigurations$member' => NULL, ], ], 'DebugRuleConfigurations' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$DebugRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.

', 'DescribeTrainingJobResponse$DebugRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.

', 'TrainingJob$DebugRuleConfigurations' => '

Information about the debug rule configuration.

', ], ], 'DebugRuleEvaluationStatus' => [ 'base' => '

Information about the status of the rule evaluation.

', 'refs' => [ 'DebugRuleEvaluationStatuses$member' => NULL, ], ], 'DebugRuleEvaluationStatuses' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$DebugRuleEvaluationStatuses' => '

Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.

', 'TrainingJob$DebugRuleEvaluationStatuses' => '

Information about the evaluation status of the rules for the training job.

', ], ], 'DefaultGid' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$DefaultGid' => '

The default POSIX group ID (GID). If not specified, defaults to 100.

', ], ], 'DefaultSpaceSettings' => [ 'base' => '

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

', 'refs' => [ 'CreateDomainRequest$DefaultSpaceSettings' => '

The default settings used to create a space.

', 'DescribeDomainResponse$DefaultSpaceSettings' => '

The default settings used to create a space.

', 'UpdateDomainRequest$DefaultSpaceSettings' => '

The default settings used to create a space within the Domain.

', ], ], 'DefaultUid' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$DefaultUid' => '

The default POSIX user ID (UID). If not specified, defaults to 1000.

', ], ], 'DeleteActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'DependencyCopyPath' => [ 'base' => NULL, 'refs' => [ 'HubContentDependency$DependencyCopyPath' => '

The hub content dependency copy path.

', ], ], 'DependencyOriginPath' => [ 'base' => NULL, 'refs' => [ 'HubContentDependency$DependencyOriginPath' => '

The hub content dependency origin path.

', ], ], 'DeployedImage' => [ 'base' => '

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

', 'refs' => [ 'DeployedImages$member' => NULL, ], ], 'DeployedImages' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$DeployedImages' => '

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

', 'ProductionVariantSummary$DeployedImages' => '

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

', ], ], 'DeploymentConfig' => [ 'base' => '

The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

', 'refs' => [ 'CreateEndpointInput$DeploymentConfig' => NULL, 'DescribeEndpointOutput$LastDeploymentConfig' => '

The most recent deployment configuration for the endpoint.

', 'UpdateEndpointInput$DeploymentConfig' => '

The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

', ], ], 'DeploymentRecommendation' => [ 'base' => '

A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob to create an inference recommendation job.

', 'refs' => [ 'DescribeModelOutput$DeploymentRecommendation' => '

A set of recommended deployment configurations for the model.

', 'Model$DeploymentRecommendation' => '

A set of recommended deployment configurations for the model.

', ], ], 'DeploymentStage' => [ 'base' => '

Contains information about a stage in an edge deployment plan.

', 'refs' => [ 'DeploymentStages$member' => NULL, ], ], 'DeploymentStageMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeDeploymentPlanRequest$MaxResults' => '

The maximum number of results to select (50 by default).

', ], ], 'DeploymentStageStatusSummaries' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeDeploymentPlanResponse$Stages' => '

List of stages in the edge deployment plan.

', ], ], 'DeploymentStageStatusSummary' => [ 'base' => '

Contains information summarizing the deployment stage results.

', 'refs' => [ 'DeploymentStageStatusSummaries$member' => NULL, ], ], 'DeploymentStages' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanRequest$Stages' => '

List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

', 'CreateEdgeDeploymentStageRequest$Stages' => '

List of stages to be added to the edge deployment plan.

', ], ], 'DeregisterDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAlgorithmOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobV2Request' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobV2Response' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCompilationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDataQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceFleetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgeDeploymentPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgePackagingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubContentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceRecommendationsJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLabelingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLineageGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLineageGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelBiasJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardExportJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardExportJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelExplainabilityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineDefinitionForExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineDefinitionForExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProcessingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStudioLifecycleConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubscribedWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubscribedWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransformJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$Description' => '

A free-form description of a FeatureGroup.

', 'DescribeFeatureGroupResponse$Description' => '

A free form description of the feature group.

', 'FeatureGroup$Description' => '

A free form description of a FeatureGroup.

', ], ], 'DesiredWeightAndCapacity' => [ 'base' => '

Specifies weight and capacity values for a production variant.

', 'refs' => [ 'DesiredWeightAndCapacityList$member' => NULL, ], ], 'DesiredWeightAndCapacityList' => [ 'base' => NULL, 'refs' => [ 'UpdateEndpointWeightsAndCapacitiesInput$DesiredWeightsAndCapacities' => '

An object that provides new capacity and weight values for a variant.

', ], ], 'DestinationS3Uri' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceOutputConfig$S3OutputPath' => '

The Amazon S3 location to upload inference responses to.

', 'AsyncInferenceOutputConfig$S3FailurePath' => '

The Amazon S3 location to upload failure inference responses to.

', 'BatchTransformInput$DataCapturedDestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'DataCaptureConfig$DestinationS3Uri' => '

The Amazon S3 location used to capture the data.

', 'DataCaptureConfigSummary$DestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'InferenceExperimentDataStorageConfig$Destination' => '

The Amazon S3 bucket where the inference request and response data is stored.

', 'ProductionVariantCoreDumpConfig$DestinationS3Uri' => '

The Amazon S3 bucket to send the core dump to.

', ], ], 'DetailedAlgorithmStatus' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusItem$Status' => '

The current status.

', ], ], 'DetailedModelPackageStatus' => [ 'base' => NULL, 'refs' => [ 'ModelPackageStatusItem$Status' => '

The current status.

', ], ], 'Device' => [ 'base' => '

Information of a particular device.

', 'refs' => [ 'Devices$member' => NULL, ], ], 'DeviceArn' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$DeviceArn' => '

The Amazon Resource Name (ARN) of the device.

', 'DeviceDeploymentSummary$DeviceArn' => '

The ARN of the device.

', 'DeviceSummary$DeviceArn' => '

Amazon Resource Name (ARN) of the device.

', ], ], 'DeviceDeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'DeviceDeploymentSummary$DeviceDeploymentStatus' => '

The deployment status of the device.

', ], ], 'DeviceDeploymentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListStageDevicesResponse$DeviceDeploymentSummaries' => '

List of summaries of devices allocated to the stage.

', ], ], 'DeviceDeploymentSummary' => [ 'base' => '

Contains information summarizing device details and deployment status.

', 'refs' => [ 'DeviceDeploymentSummaries$member' => NULL, ], ], 'DeviceDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$Description' => '

A description of the device.

', 'Device$Description' => '

Description of the device.

', 'DeviceDeploymentSummary$Description' => '

The description of the device.

', 'DeviceSummary$Description' => '

A description of the device.

', ], ], 'DeviceFleetArn' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceFleetResponse$DeviceFleetArn' => '

The The Amazon Resource Name (ARN) of the fleet.

', 'DeviceFleetSummary$DeviceFleetArn' => '

Amazon Resource Name (ARN) of the device fleet.

', 'GetDeviceFleetReportResponse$DeviceFleetArn' => '

The Amazon Resource Name (ARN) of the device.

', ], ], 'DeviceFleetDescription' => [ 'base' => NULL, 'refs' => [ 'CreateDeviceFleetRequest$Description' => '

A description of the fleet.

', 'DescribeDeviceFleetResponse$Description' => '

A description of the fleet.

', 'GetDeviceFleetReportResponse$Description' => '

Description of the fleet.

', 'UpdateDeviceFleetRequest$Description' => '

Description of the fleet.

', ], ], 'DeviceFleetSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsResponse$DeviceFleetSummaries' => '

Summary of the device fleet.

', ], ], 'DeviceFleetSummary' => [ 'base' => '

Summary of the device fleet.

', 'refs' => [ 'DeviceFleetSummaries$member' => NULL, ], ], 'DeviceName' => [ 'base' => NULL, 'refs' => [ 'Device$DeviceName' => '

The name of the device.

', 'DeviceDeploymentSummary$DeviceName' => '

The name of the device.

', 'DeviceNames$member' => NULL, 'DeviceSelectionConfig$DeviceNameContains' => '

A filter to select devices with names containing this name.

', ], ], 'DeviceNames' => [ 'base' => NULL, 'refs' => [ 'DeregisterDevicesRequest$DeviceNames' => '

The unique IDs of the devices.

', 'DeviceSelectionConfig$DeviceNames' => '

List of devices chosen to deploy.

', ], ], 'DeviceSelectionConfig' => [ 'base' => '

Contains information about the configurations of selected devices.

', 'refs' => [ 'DeploymentStage$DeviceSelectionConfig' => '

Configuration of the devices in the stage.

', 'DeploymentStageStatusSummary$DeviceSelectionConfig' => '

Configuration of the devices in the stage.

', ], ], 'DeviceStats' => [ 'base' => '

Status of devices.

', 'refs' => [ 'GetDeviceFleetReportResponse$DeviceStats' => '

Status of devices.

', ], ], 'DeviceSubsetType' => [ 'base' => NULL, 'refs' => [ 'DeviceSelectionConfig$DeviceSubsetType' => '

Type of device subsets to deploy to the current stage.

', ], ], 'DeviceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDevicesResponse$DeviceSummaries' => '

Summary of devices.

', ], ], 'DeviceSummary' => [ 'base' => '

Summary of the device.

', 'refs' => [ 'DeviceSummaries$member' => NULL, ], ], 'Devices' => [ 'base' => NULL, 'refs' => [ 'RegisterDevicesRequest$Devices' => '

A list of devices to register with SageMaker Edge Manager.

', 'UpdateDevicesRequest$Devices' => '

List of devices to register with Edge Manager agent.

', ], ], 'DirectInternetAccess' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$DirectInternetAccess' => '

Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

', 'DescribeNotebookInstanceOutput$DirectInternetAccess' => '

Describes whether SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

', ], ], 'Direction' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$Direction' => '

Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.

', ], ], 'DirectoryPath' => [ 'base' => NULL, 'refs' => [ 'CheckpointConfig$LocalPath' => '

(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

', 'DebugHookConfig$LocalPath' => '

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

', 'DebugRuleConfiguration$LocalPath' => '

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

', 'FileSystemDataSource$DirectoryPath' => '

The full path to the directory to associate with the channel.

', 'ProfilerRuleConfiguration$LocalPath' => '

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

', 'TensorBoardOutputConfig$LocalPath' => '

Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

', ], ], 'DisableProfiler' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$DisableProfiler' => '

Configuration to turn off Amazon SageMaker Debugger\'s system monitoring and profiling functionality. To turn it off, set to True.

', 'ProfilerConfigForUpdate$DisableProfiler' => '

To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to True.

', ], ], 'DisableSagemakerServicecatalogPortfolioInput' => [ 'base' => NULL, 'refs' => [], ], 'DisableSagemakerServicecatalogPortfolioOutput' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAdditionalCodeRepositories' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateAdditionalCodeRepositories' => '

A list of names or URLs of the default Git repositories to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateDefaultCodeRepository' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateDefaultCodeRepository' => '

The name or URL of the default Git repository to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateNotebookInstanceAcceleratorTypes' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateAcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types to remove from this notebook instance. This operation is idempotent. If you specify an accelerator type that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateNotebookInstanceLifecycleConfig' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateLifecycleConfig' => '

Set to true to remove the notebook instance lifecycle configuration currently associated with the notebook instance. This operation is idempotent. If you specify a lifecycle configuration that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DocumentSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$DocumentSchemaVersion' => '

The document schema version for the hub content.

', 'HubContentInfo$DocumentSchemaVersion' => '

The version of the hub content document schema.

', 'ImportHubContentRequest$DocumentSchemaVersion' => '

The version of the hub content schema to import.

', 'ListHubContentVersionsRequest$MaxSchemaVersion' => '

The upper bound of the hub content schema version.

', 'ListHubContentsRequest$MaxSchemaVersion' => '

The upper bound of the hub content schema verion.

', ], ], 'Dollars' => [ 'base' => NULL, 'refs' => [ 'USD$Dollars' => '

The whole number of dollars in the amount.

', ], ], 'DomainArn' => [ 'base' => NULL, 'refs' => [ 'CreateDomainResponse$DomainArn' => '

The Amazon Resource Name (ARN) of the created domain.

', 'DescribeDomainResponse$DomainArn' => '

The domain\'s Amazon Resource Name (ARN).

', 'DomainDetails$DomainArn' => '

The domain\'s Amazon Resource Name (ARN).

', 'UpdateDomainResponse$DomainArn' => '

The Amazon Resource Name (ARN) of the domain.

', ], ], 'DomainDetails' => [ 'base' => '

The domain\'s details.

', 'refs' => [ 'DomainList$member' => NULL, ], ], 'DomainId' => [ 'base' => NULL, 'refs' => [ 'AppDetails$DomainId' => '

The domain ID.

', 'CreateAppRequest$DomainId' => '

The domain ID.

', 'CreatePresignedDomainUrlRequest$DomainId' => '

The domain ID.

', 'CreateSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'CreateUserProfileRequest$DomainId' => '

The ID of the associated Domain.

', 'DeleteAppRequest$DomainId' => '

The domain ID.

', 'DeleteDomainRequest$DomainId' => '

The domain ID.

', 'DeleteSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'DeleteUserProfileRequest$DomainId' => '

The domain ID.

', 'DescribeAppRequest$DomainId' => '

The domain ID.

', 'DescribeAppResponse$DomainId' => '

The domain ID.

', 'DescribeDomainRequest$DomainId' => '

The domain ID.

', 'DescribeDomainResponse$DomainId' => '

The domain ID.

', 'DescribeSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'DescribeSpaceResponse$DomainId' => '

The ID of the associated Domain.

', 'DescribeUserProfileRequest$DomainId' => '

The domain ID.

', 'DescribeUserProfileResponse$DomainId' => '

The ID of the domain that contains the profile.

', 'DomainDetails$DomainId' => '

The domain ID.

', 'ListAppsRequest$DomainIdEquals' => '

A parameter to search for the domain ID.

', 'ListSpacesRequest$DomainIdEquals' => '

A parameter to search for the Domain ID.

', 'ListUserProfilesRequest$DomainIdEquals' => '

A parameter by which to filter the results.

', 'SpaceDetails$DomainId' => '

The ID of the associated Domain.

', 'UpdateDomainRequest$DomainId' => '

The ID of the domain to be updated.

', 'UpdateSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'UpdateUserProfileRequest$DomainId' => '

The domain ID.

', 'UserProfileDetails$DomainId' => '

The domain ID.

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$Domains' => '

The list of domains.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$DomainName' => '

A name for the domain.

', 'DescribeDomainResponse$DomainName' => '

The domain name.

', 'DomainDetails$DomainName' => '

The domain name.

', ], ], 'DomainSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'DomainSettings$SecurityGroupIds' => '

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

', 'DomainSettingsForUpdate$SecurityGroupIds' => '

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

', ], ], 'DomainSettings' => [ 'base' => '

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

', 'refs' => [ 'CreateDomainRequest$DomainSettings' => '

A collection of Domain settings.

', 'DescribeDomainResponse$DomainSettings' => '

A collection of Domain settings.

', ], ], 'DomainSettingsForUpdate' => [ 'base' => '

A collection of Domain configuration settings to update.

', 'refs' => [ 'UpdateDomainRequest$DomainSettingsForUpdate' => '

A collection of DomainSettings configuration values to update.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$Status' => '

The status.

', 'DomainDetails$Status' => '

The status.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'TargetTrackingScalingPolicyConfiguration$TargetValue' => '

The recommended target value to specify for the metric when creating a scaling policy.

', ], ], 'DoubleParameterValue' => [ 'base' => NULL, 'refs' => [ 'TrialComponentParameterValue$NumberValue' => '

The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can\'t specify the StringValue parameter.

', ], ], 'DriftCheckBaselines' => [ 'base' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'CreateModelPackageInput$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

', 'DescribeModelPackageOutput$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

', 'ModelPackage$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckBias' => [ 'base' => '

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$Bias' => '

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckExplainability' => [ 'base' => '

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$Explainability' => '

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckModelDataQuality' => [ 'base' => '

Represents the drift check data quality baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$ModelDataQuality' => '

Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckModelQuality' => [ 'base' => '

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$ModelQuality' => '

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

', ], ], 'DynamicScalingConfiguration' => [ 'base' => '

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

', 'refs' => [ 'GetScalingConfigurationRecommendationResponse$DynamicScalingConfiguration' => '

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

', ], ], 'EMRStepMetadata' => [ 'base' => '

The configurations and outcomes of an Amazon EMR step execution.

', 'refs' => [ 'PipelineExecutionStepMetadata$EMR' => '

The configurations and outcomes of an Amazon EMR step execution.

', ], ], 'Edge' => [ 'base' => '

A directed edge connecting two lineage entities.

', 'refs' => [ 'Edges$member' => NULL, ], ], 'EdgeDeploymentConfig' => [ 'base' => '

Contains information about the configuration of a deployment.

', 'refs' => [ 'DeploymentStage$DeploymentConfig' => '

Configuration of the deployment details.

', 'DeploymentStageStatusSummary$DeploymentConfig' => '

Configuration of the deployment details.

', ], ], 'EdgeDeploymentModelConfig' => [ 'base' => '

Contains information about the configuration of a model in a deployment.

', 'refs' => [ 'EdgeDeploymentModelConfigs$member' => NULL, ], ], 'EdgeDeploymentModelConfigs' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanRequest$ModelConfigs' => '

List of models associated with the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$ModelConfigs' => '

List of models associated with the edge deployment plan.

', ], ], 'EdgeDeploymentPlanArn' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanResponse$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPlanArn' => '

The ARN of edge deployment plan.

', 'DeviceDeploymentSummary$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', ], ], 'EdgeDeploymentPlanSummaries' => [ 'base' => NULL, 'refs' => [ 'ListEdgeDeploymentPlansResponse$EdgeDeploymentPlanSummaries' => '

List of summaries of edge deployment plans.

', ], ], 'EdgeDeploymentPlanSummary' => [ 'base' => '

Contains information summarizing an edge deployment plan.

', 'refs' => [ 'EdgeDeploymentPlanSummaries$member' => NULL, ], ], 'EdgeDeploymentStatus' => [ 'base' => '

Contains information summarizing the deployment stage results.

', 'refs' => [ 'DeploymentStageStatusSummary$DeploymentStatus' => '

General status of the current state.

', ], ], 'EdgeModel' => [ 'base' => '

The model on the edge device.

', 'refs' => [ 'EdgeModels$member' => NULL, ], ], 'EdgeModelStat' => [ 'base' => '

Status of edge devices with this model.

', 'refs' => [ 'EdgeModelStats$member' => NULL, ], ], 'EdgeModelStats' => [ 'base' => NULL, 'refs' => [ 'GetDeviceFleetReportResponse$ModelStats' => '

Status of model on device.

', ], ], 'EdgeModelSummaries' => [ 'base' => NULL, 'refs' => [ 'DeviceSummary$Models' => '

Models on the device.

', ], ], 'EdgeModelSummary' => [ 'base' => '

Summary of model on edge device.

', 'refs' => [ 'EdgeModelSummaries$member' => NULL, ], ], 'EdgeModels' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$Models' => '

Models on the device.

', ], ], 'EdgeOutputConfig' => [ 'base' => '

The output configuration.

', 'refs' => [ 'CreateDeviceFleetRequest$OutputConfig' => '

The output configuration for storing sample data collected by the fleet.

', 'CreateEdgePackagingJobRequest$OutputConfig' => '

Provides information about the output location for the packaged model.

', 'DescribeDeviceFleetResponse$OutputConfig' => '

The output configuration for storing sampled data.

', 'DescribeEdgePackagingJobResponse$OutputConfig' => '

The output configuration for the edge packaging job.

', 'GetDeviceFleetReportResponse$OutputConfig' => '

The output configuration for storing sample data collected by the fleet.

', 'UpdateDeviceFleetRequest$OutputConfig' => '

Output configuration for storing sample data collected by the fleet.

', ], ], 'EdgePackagingJobArn' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgePackagingJobResponse$EdgePackagingJobArn' => '

The Amazon Resource Name (ARN) of the edge packaging job.

', 'EdgePackagingJobSummary$EdgePackagingJobArn' => '

The Amazon Resource Name (ARN) of the edge packaging job.

', ], ], 'EdgePackagingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgePackagingJobResponse$EdgePackagingJobStatus' => '

The current status of the packaging job.

', 'EdgePackagingJobSummary$EdgePackagingJobStatus' => '

The status of the edge packaging job.

', 'ListEdgePackagingJobsRequest$StatusEquals' => '

The job status to filter for.

', ], ], 'EdgePackagingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListEdgePackagingJobsResponse$EdgePackagingJobSummaries' => '

Summaries of edge packaging jobs.

', ], ], 'EdgePackagingJobSummary' => [ 'base' => '

Summary of edge packaging job.

', 'refs' => [ 'EdgePackagingJobSummaries$member' => NULL, ], ], 'EdgePresetDeploymentArtifact' => [ 'base' => NULL, 'refs' => [ 'EdgePresetDeploymentOutput$Artifact' => '

The Amazon Resource Name (ARN) of the generated deployable resource.

', ], ], 'EdgePresetDeploymentOutput' => [ 'base' => '

The output of a SageMaker Edge Manager deployable resource.

', 'refs' => [ 'DescribeEdgePackagingJobResponse$PresetDeploymentOutput' => '

The output of a SageMaker Edge Manager deployable resource.

', ], ], 'EdgePresetDeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'EdgePresetDeploymentOutput$Status' => '

The status of the deployable resource.

', ], ], 'EdgePresetDeploymentType' => [ 'base' => NULL, 'refs' => [ 'EdgeOutputConfig$PresetDeploymentType' => '

The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

', 'EdgePresetDeploymentOutput$Type' => '

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

', ], ], 'EdgeVersion' => [ 'base' => NULL, 'refs' => [ 'AgentVersion$Version' => '

Version of the agent.

', 'CreateEdgePackagingJobRequest$ModelVersion' => '

The version of the model.

', 'DescribeDeviceResponse$AgentVersion' => '

Edge Manager agent version.

', 'DescribeEdgePackagingJobResponse$ModelVersion' => '

The version of the model.

', 'DeviceSummary$AgentVersion' => '

Edge Manager agent version.

', 'EdgeModel$ModelVersion' => '

The model version.

', 'EdgeModelStat$ModelVersion' => '

The model version.

', 'EdgeModelSummary$ModelVersion' => '

The version model.

', 'EdgePackagingJobSummary$ModelVersion' => '

The version of the model.

', ], ], 'Edges' => [ 'base' => NULL, 'refs' => [ 'QueryLineageResponse$Edges' => '

A list of edges that connect vertices in the response.

', ], ], 'EfsUid' => [ 'base' => NULL, 'refs' => [ 'DescribeSpaceResponse$HomeEfsFileSystemUid' => '

The ID of the space\'s profile in the Amazon Elastic File System volume.

', 'DescribeUserProfileResponse$HomeEfsFileSystemUid' => '

The ID of the user\'s profile in the Amazon Elastic File System (EFS) volume.

', ], ], 'EnableCapture' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$EnableCapture' => '

Whether data capture should be enabled or disabled (defaults to enabled).

', 'DataCaptureConfigSummary$EnableCapture' => '

Whether data capture is enabled or disabled.

', ], ], 'EnableIotRoleAlias' => [ 'base' => NULL, 'refs' => [ 'CreateDeviceFleetRequest$EnableIotRoleAlias' => '

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

', 'UpdateDeviceFleetRequest$EnableIotRoleAlias' => '

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

', ], ], 'EnableSagemakerServicecatalogPortfolioInput' => [ 'base' => NULL, 'refs' => [], ], 'EnableSagemakerServicecatalogPortfolioOutput' => [ 'base' => NULL, 'refs' => [], ], 'Endpoint' => [ 'base' => '

A hosted endpoint for real-time inference.

', 'refs' => [ 'SearchRecord$Endpoint' => NULL, ], ], 'EndpointArn' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'DescribeEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'Endpoint$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'EndpointSummary$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'ModelDashboardEndpoint$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'UpdateEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'UpdateEndpointWeightsAndCapacitiesOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the updated endpoint.

', ], ], 'EndpointConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigOutput$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', 'DescribeEndpointConfigOutput$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', 'EndpointConfigSummary$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', ], ], 'EndpointConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration. You specify this name in a CreateEndpoint request.

', 'CreateEndpointInput$EndpointConfigName' => '

The name of an endpoint configuration. For more information, see CreateEndpointConfig.

', 'DeleteEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration that you want to delete.

', 'DescribeEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration.

', 'DescribeEndpointConfigOutput$EndpointConfigName' => '

Name of the SageMaker endpoint configuration.

', 'DescribeEndpointOutput$EndpointConfigName' => '

The name of the endpoint configuration associated with this endpoint.

', 'Endpoint$EndpointConfigName' => '

The endpoint configuration associated with the endpoint.

', 'EndpointConfigSummary$EndpointConfigName' => '

The name of the endpoint configuration.

', 'EndpointMetadata$EndpointConfigName' => '

The name of the endpoint configuration.

', 'PendingDeploymentSummary$EndpointConfigName' => '

The name of the endpoint configuration used in the deployment.

', 'UpdateEndpointInput$EndpointConfigName' => '

The name of the new endpoint configuration.

', ], ], 'EndpointConfigNameContains' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$NameContains' => '

A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

', ], ], 'EndpointConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'EndpointConfigSummary' => [ 'base' => '

Provides summary information for an endpoint configuration.

', 'refs' => [ 'EndpointConfigSummaryList$member' => NULL, ], ], 'EndpointConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsOutput$EndpointConfigs' => '

An array of endpoint configurations.

', ], ], 'EndpointInfo' => [ 'base' => '

Details about a customer endpoint that was compared in an Inference Recommender job.

', 'refs' => [ 'EndpointPerformance$EndpointInfo' => NULL, 'Endpoints$member' => NULL, ], ], 'EndpointInput' => [ 'base' => '

Input object for the endpoint

', 'refs' => [ 'DataQualityJobInput$EndpointInput' => NULL, 'ModelBiasJobInput$EndpointInput' => NULL, 'ModelExplainabilityJobInput$EndpointInput' => NULL, 'ModelQualityJobInput$EndpointInput' => NULL, 'MonitoringInput$EndpointInput' => '

The endpoint for a monitoring job.

', ], ], 'EndpointInputConfiguration' => [ 'base' => '

The endpoint configuration for the load test.

', 'refs' => [ 'EndpointInputConfigurations$member' => NULL, ], ], 'EndpointInputConfigurations' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$EndpointConfigurations' => '

Specifies the endpoint configuration to use for a job.

', ], ], 'EndpointMetadata' => [ 'base' => '

The metadata of the endpoint.

', 'refs' => [ 'DescribeInferenceExperimentResponse$EndpointMetadata' => '

The metadata of the endpoint on which the inference experiment ran.

', ], ], 'EndpointName' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointInput$EndpointName' => '

The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint.

', 'CreateInferenceExperimentRequest$EndpointName' => '

The name of the Amazon SageMaker endpoint on which you want to run the inference experiment.

', 'DeleteEndpointInput$EndpointName' => '

The name of the endpoint that you want to delete.

', 'DescribeEndpointInput$EndpointName' => '

The name of the endpoint.

', 'DescribeEndpointOutput$EndpointName' => '

Name of the endpoint.

', 'DescribeMonitoringScheduleResponse$EndpointName' => '

The name of the endpoint for the monitoring job.

', 'Endpoint$EndpointName' => '

The name of the endpoint.

', 'EndpointInfo$EndpointName' => '

The name of a customer\'s endpoint.

', 'EndpointInput$EndpointName' => '

An endpoint in customer\'s account which has enabled DataCaptureConfig enabled.

', 'EndpointMetadata$EndpointName' => '

The name of the endpoint.

', 'EndpointSummary$EndpointName' => '

The name of the endpoint.

', 'GetScalingConfigurationRecommendationRequest$EndpointName' => '

The name of an endpoint benchmarked during a previously completed inference recommendation job. This name should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

Specify either this field or the RecommendationId field.

', 'GetScalingConfigurationRecommendationResponse$EndpointName' => '

The name of an endpoint benchmarked during a previously completed Inference Recommender job.

', 'ListDataQualityJobDefinitionsRequest$EndpointName' => '

A filter that lists the data quality job definitions associated with the specified endpoint.

', 'ListModelBiasJobDefinitionsRequest$EndpointName' => '

Name of the endpoint to monitor for model bias.

', 'ListModelExplainabilityJobDefinitionsRequest$EndpointName' => '

Name of the endpoint to monitor for model explainability.

', 'ListModelQualityJobDefinitionsRequest$EndpointName' => '

A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.

', 'ListMonitoringExecutionsRequest$EndpointName' => '

Name of a specific endpoint to fetch jobs for.

', 'ListMonitoringSchedulesRequest$EndpointName' => '

Name of a specific endpoint to fetch schedules for.

', 'ModelDashboardEndpoint$EndpointName' => '

The endpoint name.

', 'ModelDashboardMonitoringSchedule$EndpointName' => '

The endpoint which is monitored.

', 'ModelDeployConfig$EndpointName' => '

Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

', 'ModelDeployResult$EndpointName' => '

The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

', 'MonitoringExecutionSummary$EndpointName' => '

The name of the endpoint used to run the monitoring job.

', 'MonitoringJobDefinitionSummary$EndpointName' => '

The name of the endpoint that the job monitors.

', 'MonitoringSchedule$EndpointName' => '

The endpoint that hosts the model being monitored.

', 'MonitoringScheduleSummary$EndpointName' => '

The name of the endpoint using the monitoring schedule.

', 'UpdateEndpointInput$EndpointName' => '

The name of the endpoint whose configuration you want to update.

', 'UpdateEndpointWeightsAndCapacitiesInput$EndpointName' => '

The name of an existing SageMaker endpoint.

', ], ], 'EndpointNameContains' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsInput$NameContains' => '

A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

', ], ], 'EndpointOutputConfiguration' => [ 'base' => '

The endpoint configuration made by Inference Recommender during a recommendation job.

', 'refs' => [ 'InferenceRecommendation$EndpointConfiguration' => '

Defines the endpoint configuration parameters.

', 'RecommendationJobInferenceBenchmark$EndpointConfiguration' => NULL, ], ], 'EndpointPerformance' => [ 'base' => '

The performance results from running an Inference Recommender job on an existing endpoint.

', 'refs' => [ 'EndpointPerformances$member' => NULL, ], ], 'EndpointPerformances' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$EndpointPerformances' => '

The performance results from running an Inference Recommender job on an existing endpoint.

', ], ], 'EndpointSortKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'EndpointStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeEndpointOutput$EndpointStatus' => '

The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.

  • Creating: CreateEndpoint is executing.

  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.

  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.

  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.

  • InService: Endpoint is available to process incoming requests.

  • Deleting: DeleteEndpoint is executing.

  • Failed: Endpoint could not be created, updated, or re-scaled. Use the FailureReason value returned by DescribeEndpoint for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

  • UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint is in service with a mix of the old and new endpoint configurations. For information about how to remedy this issue and restore the endpoint\'s status to InService, see Rolling Deployments.

', 'Endpoint$EndpointStatus' => '

The status of the endpoint.

', 'EndpointMetadata$EndpointStatus' => '

The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.

', 'EndpointSummary$EndpointStatus' => '

The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.

  • Creating: CreateEndpoint is executing.

  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.

  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.

  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.

  • InService: Endpoint is available to process incoming requests.

  • Deleting: DeleteEndpoint is executing.

  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

To get a list of endpoints with a specified status, use the StatusEquals filter with a call to ListEndpoints.

', 'ListEndpointsInput$StatusEquals' => '

A filter that returns only endpoints with the specified status.

', 'ModelDashboardEndpoint$EndpointStatus' => '

The endpoint status.

', ], ], 'EndpointSummary' => [ 'base' => '

Provides summary information for an endpoint.

', 'refs' => [ 'EndpointSummaryList$member' => NULL, ], ], 'EndpointSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsOutput$Endpoints' => '

An array or endpoint objects.

', ], ], 'Endpoints' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$Endpoints' => '

Existing customer endpoints on which to run an Inference Recommender job.

', ], ], 'EntityDescription' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Description' => '

A description of the additional Inference specification

', 'AlgorithmSummary$AlgorithmDescription' => '

A brief description of the algorithm.

', 'BatchDescribeModelPackageSummary$ModelPackageDescription' => '

The description of the model package.

', 'ChannelSpecification$Description' => '

A brief description of the channel.

', 'CreateAlgorithmInput$AlgorithmDescription' => '

A description of the algorithm.

', 'CreateModelPackageGroupInput$ModelPackageGroupDescription' => '

A description for the model group.

', 'CreateModelPackageInput$ModelPackageDescription' => '

A description of the model package.

', 'CreateProjectInput$ProjectDescription' => '

A description for the project.

', 'DescribeAlgorithmOutput$AlgorithmDescription' => '

A brief summary about the algorithm.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupDescription' => '

A description of the model group.

', 'DescribeModelPackageOutput$ModelPackageDescription' => '

A brief summary of the model package.

', 'DescribeProjectOutput$ProjectDescription' => '

The description of the project.

', 'HyperParameterSpecification$Description' => '

A brief description of the hyperparameter.

', 'ModelPackage$ModelPackageDescription' => '

The description of the model package.

', 'ModelPackageGroup$ModelPackageGroupDescription' => '

The description for the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupDescription' => '

A description of the model group.

', 'ModelPackageSummary$ModelPackageDescription' => '

A brief description of the model package.

', 'Project$ProjectDescription' => '

The description of the project.

', 'ProjectSummary$ProjectDescription' => '

The description of the project.

', 'UpdateProjectInput$ProjectDescription' => '

The description for the project.

', ], ], 'EntityName' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Name' => '

A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.

', 'AlgorithmStatusItem$Name' => '

The name of the algorithm for which the overall status is being reported.

', 'AlgorithmSummary$AlgorithmName' => '

The name of the algorithm that is described by the summary.

', 'AlgorithmValidationProfile$ProfileName' => '

The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'BatchDescribeModelPackageSummary$ModelPackageGroupName' => '

The group name for the model package

', 'CodeRepositorySummary$CodeRepositoryName' => '

The name of the Git repository.

', 'CompilationJobSummary$CompilationJobName' => '

The name of the model compilation job that you want a summary for.

', 'CreateAlgorithmInput$AlgorithmName' => '

The name of the algorithm.

', 'CreateCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'CreateCompilationJobRequest$CompilationJobName' => '

A name for the model compilation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.

', 'CreateDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet that the device belongs to.

', 'CreateEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'CreateEdgeDeploymentPlanRequest$DeviceFleetName' => '

The device fleet used for this edge deployment plan.

', 'CreateEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'CreateEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'CreateEdgePackagingJobRequest$CompilationJobName' => '

The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.

', 'CreateEdgePackagingJobRequest$ModelName' => '

The name of the model.

', 'CreateModelCardExportJobRequest$ModelCardExportJobName' => '

The name of the model card export job.

', 'CreateModelCardRequest$ModelCardName' => '

The unique name of the model card.

', 'CreateModelPackageGroupInput$ModelPackageGroupName' => '

The name of the model group.

', 'CreateModelPackageInput$ModelPackageName' => '

The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

This parameter is required for unversioned models. It is not applicable to versioned models.

', 'DeleteAlgorithmInput$AlgorithmName' => '

The name of the algorithm to delete.

', 'DeleteCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to delete.

', 'DeleteDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet to delete.

', 'DeleteEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to delete.

', 'DeleteEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan from which the stage will be deleted.

', 'DeleteEdgeDeploymentStageRequest$StageName' => '

The name of the stage.

', 'DeleteModelCardRequest$ModelCardName' => '

The name of the model card to delete.

', 'DeleteModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group for which to delete the policy.

', 'DeploymentStage$StageName' => '

The name of the stage.

', 'DeploymentStageStatusSummary$StageName' => '

The name of the stage.

', 'DeregisterDevicesRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', 'DescribeAlgorithmOutput$AlgorithmName' => '

The name of the algorithm being described.

', 'DescribeCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to describe.

', 'DescribeCodeRepositoryOutput$CodeRepositoryName' => '

The name of the Git repository.

', 'DescribeCompilationJobRequest$CompilationJobName' => '

The name of the model compilation job that you want information about.

', 'DescribeCompilationJobResponse$CompilationJobName' => '

The name of the model compilation job.

', 'DescribeDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet.

', 'DescribeDeviceFleetResponse$DeviceFleetName' => '

The name of the fleet.

', 'DescribeDeviceRequest$DeviceName' => '

The unique ID of the device.

', 'DescribeDeviceRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', 'DescribeDeviceResponse$DeviceName' => '

The unique identifier of the device.

', 'DescribeDeviceResponse$DeviceFleetName' => '

The name of the fleet the device belongs to.

', 'DescribeEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the deployment plan to describe.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$DeviceFleetName' => '

The device fleet used for this edge deployment plan.

', 'DescribeEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'DescribeEdgePackagingJobResponse$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'DescribeEdgePackagingJobResponse$CompilationJobName' => '

The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

', 'DescribeEdgePackagingJobResponse$ModelName' => '

The name of the model.

', 'DescribeModelCardExportJobResponse$ModelCardExportJobName' => '

The name of the model card export job to describe.

', 'DescribeModelCardExportJobResponse$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card that the model export job exports.

', 'DescribeModelCardResponse$ModelCardName' => '

The name of the model card.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupName' => '

The name of the model group.

', 'DescribeModelPackageOutput$ModelPackageName' => '

The name of the model package being described.

', 'DescribeModelPackageOutput$ModelPackageGroupName' => '

If the model is a versioned model, the name of the model group that the versioned model belongs to.

', 'DeviceDeploymentSummary$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'DeviceDeploymentSummary$StageName' => '

The name of the stage in the edge deployment plan.

', 'DeviceDeploymentSummary$DeployedStageName' => '

The name of the deployed stage.

', 'DeviceDeploymentSummary$DeviceFleetName' => '

The name of the fleet to which the device belongs to.

', 'DeviceFleetSummary$DeviceFleetName' => '

Name of the device fleet.

', 'DeviceSummary$DeviceName' => '

The unique identifier of the device.

', 'DeviceSummary$DeviceFleetName' => '

The name of the fleet the device belongs to.

', 'EdgeDeploymentModelConfig$ModelHandle' => '

The name the device application uses to reference this model.

', 'EdgeDeploymentModelConfig$EdgePackagingJobName' => '

The edge packaging job associated with this deployment.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'EdgeDeploymentPlanSummary$DeviceFleetName' => '

The name of the device fleet used for the deployment.

', 'EdgeModel$ModelName' => '

The name of the model.

', 'EdgeModelStat$ModelName' => '

The name of the model.

', 'EdgeModelSummary$ModelName' => '

The name of the model.

', 'EdgePackagingJobSummary$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'EdgePackagingJobSummary$CompilationJobName' => '

The name of the SageMaker Neo compilation job.

', 'EdgePackagingJobSummary$ModelName' => '

The name of the model.

', 'GetDeviceFleetReportRequest$DeviceFleetName' => '

The name of the fleet.

', 'GetDeviceFleetReportResponse$DeviceFleetName' => '

The name of the fleet.

', 'GetModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group for which to get the resource policy.

', 'ListDevicesRequest$ModelName' => '

A filter that searches devices that contains this name in any of their models.

', 'ListDevicesRequest$DeviceFleetName' => '

Filter for fleets containing this name in their device fleet name.

', 'ListModelCardExportJobsRequest$ModelCardName' => '

List export jobs for the model card with the specified name.

', 'ListModelCardExportJobsRequest$ModelCardExportJobNameContains' => '

Only list model card export jobs with names that contain the specified string.

', 'ListModelCardsRequest$NameContains' => '

Only list model cards with names that contain the specified string.

', 'ListStageDevicesRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'ListStageDevicesRequest$StageName' => '

The name of the stage in the deployment.

', 'ModelCard$ModelCardName' => '

The unique name of the model card.

', 'ModelCardExportJobSummary$ModelCardExportJobName' => '

The name of the model card export job.

', 'ModelCardExportJobSummary$ModelCardName' => '

The name of the model card that the export job exports.

', 'ModelCardSummary$ModelCardName' => '

The name of the model card.

', 'ModelCardVersionSummary$ModelCardName' => '

The name of the model card.

', 'ModelDashboardModelCard$ModelCardName' => '

The name of a model card.

', 'ModelPackage$ModelPackageName' => '

The name of the model.

', 'ModelPackage$ModelPackageGroupName' => '

The model group to which the model belongs.

', 'ModelPackageGroup$ModelPackageGroupName' => '

The name of the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupName' => '

The name of the model group.

', 'ModelPackageStatusItem$Name' => '

The name of the model package for which the overall status is being reported.

', 'ModelPackageSummary$ModelPackageName' => '

The name of the model package.

', 'ModelPackageSummary$ModelPackageGroupName' => '

If the model package is a versioned model, the model group that the versioned model belongs to.

', 'ModelPackageValidationProfile$ProfileName' => '

The name of the profile for the model package.

', 'PutModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group to add a resource policy to.

', 'RegisterDevicesRequest$DeviceFleetName' => '

The name of the fleet.

', 'StartEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to start.

', 'StartEdgeDeploymentStageRequest$StageName' => '

The name of the stage to start.

', 'StopCompilationJobRequest$CompilationJobName' => '

The name of the model compilation job to stop.

', 'StopEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to stop.

', 'StopEdgeDeploymentStageRequest$StageName' => '

The name of the stage to stop.

', 'StopEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'UpdateCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to update.

', 'UpdateDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet.

', 'UpdateDevicesRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', ], ], 'EnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'EnvironmentMap$key' => NULL, ], ], 'EnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$Environment' => '

The environment variables to set in the container. For more information, see ContainerDefinition.

', 'ContainerDefinition$Environment' => '

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

', 'ModelPackageContainerDefinition$Environment' => '

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

', 'RealTimeInferenceRecommendation$Environment' => '

The recommended environment variables to set in the model container for Real-Time Inference.

', ], ], 'EnvironmentParameter' => [ 'base' => '

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

', 'refs' => [ 'EnvironmentParameters$member' => NULL, ], ], 'EnvironmentParameterRanges' => [ 'base' => '

Specifies the range of environment parameters

', 'refs' => [ 'EndpointInputConfiguration$EnvironmentParameterRanges' => '

The parameter you want to benchmark against.

', ], ], 'EnvironmentParameters' => [ 'base' => NULL, 'refs' => [ 'ModelConfiguration$EnvironmentParameters' => '

Defines the environment parameters that includes key, value types, and values.

', ], ], 'EnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentMap$value' => NULL, ], ], 'ExecutionRoleIdentityConfig' => [ 'base' => NULL, 'refs' => [ 'DomainSettings$ExecutionRoleIdentityConfig' => '

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.

', 'DomainSettingsForUpdate$ExecutionRoleIdentityConfig' => '

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.

', ], ], 'ExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsRequest$StatusEquals' => '

A filter that retrieves only jobs with a specific status.

', 'MonitoringExecutionSummary$MonitoringExecutionStatus' => '

The status of the monitoring job.

', ], ], 'ExitMessage' => [ 'base' => NULL, 'refs' => [ 'DescribeProcessingJobResponse$ExitMessage' => '

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', 'ProcessingJob$ExitMessage' => '

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', 'ProcessingJobSummary$ExitMessage' => '

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', ], ], 'Experiment' => [ 'base' => '

The properties of an experiment as returned by the Search API.

', 'refs' => [ 'SearchRecord$Experiment' => '

The properties of an experiment.

', ], ], 'ExperimentArn' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'DeleteExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment that is being deleted.

', 'DescribeExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'Experiment$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentSummary$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'UpdateExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', ], ], 'ExperimentConfig' => [ 'base' => '

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

', 'refs' => [ 'CreateProcessingJobRequest$ExperimentConfig' => NULL, 'CreateTrainingJobRequest$ExperimentConfig' => NULL, 'CreateTransformJobRequest$ExperimentConfig' => NULL, 'DescribeProcessingJobResponse$ExperimentConfig' => '

The configuration information used to create an experiment.

', 'DescribeTrainingJobResponse$ExperimentConfig' => NULL, 'DescribeTransformJobResponse$ExperimentConfig' => NULL, 'ProcessingJob$ExperimentConfig' => NULL, 'TrainingJob$ExperimentConfig' => NULL, 'TransformJob$ExperimentConfig' => NULL, ], ], 'ExperimentDescription' => [ 'base' => NULL, 'refs' => [ 'CreateActionRequest$Description' => '

The description of the action.

', 'CreateContextRequest$Description' => '

The description of the context.

', 'CreateExperimentRequest$Description' => '

The description of the experiment.

', 'DescribeActionResponse$Description' => '

The description of the action.

', 'DescribeContextResponse$Description' => '

The description of the context.

', 'DescribeExperimentResponse$Description' => '

The description of the experiment.

', 'DescribeLineageGroupResponse$Description' => '

The description of the lineage group.

', 'Experiment$Description' => '

The description of the experiment.

', 'UpdateActionRequest$Description' => '

The new description for the action.

', 'UpdateContextRequest$Description' => '

The new description for the context.

', 'UpdateExperimentRequest$Description' => '

The description of the experiment.

', ], ], 'ExperimentEntityName' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionName' => '

The name of the action.

', 'ArtifactSummary$ArtifactName' => '

The name of the artifact.

', 'AssociateTrialComponentRequest$TrialComponentName' => '

The name of the component to associated with the trial.

', 'AssociateTrialComponentRequest$TrialName' => '

The name of the trial to associate with.

', 'AssociationSummary$SourceName' => '

The name of the source.

', 'AssociationSummary$DestinationName' => '

The name of the destination.

', 'ContextSummary$ContextName' => '

The name of the context.

', 'CreateActionRequest$ActionName' => '

The name of the action. Must be unique to your account in an Amazon Web Services Region.

', 'CreateArtifactRequest$ArtifactName' => '

The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

', 'CreateContextRequest$ContextName' => '

The name of the context. Must be unique to your account in an Amazon Web Services Region.

', 'CreateExperimentRequest$ExperimentName' => '

The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateExperimentRequest$DisplayName' => '

The name of the experiment as displayed. The name doesn\'t need to be unique. If you don\'t specify DisplayName, the value in ExperimentName is displayed.

', 'CreateTrialComponentRequest$TrialComponentName' => '

The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateTrialComponentRequest$DisplayName' => '

The name of the component as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'CreateTrialRequest$TrialName' => '

The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateTrialRequest$DisplayName' => '

The name of the trial as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialName is displayed.

', 'CreateTrialRequest$ExperimentName' => '

The name of the experiment to associate the trial with.

', 'DeleteActionRequest$ActionName' => '

The name of the action to delete.

', 'DeleteContextRequest$ContextName' => '

The name of the context to delete.

', 'DeleteExperimentRequest$ExperimentName' => '

The name of the experiment to delete.

', 'DeleteTrialComponentRequest$TrialComponentName' => '

The name of the component to delete.

', 'DeleteTrialRequest$TrialName' => '

The name of the trial to delete.

', 'DescribeActionRequest$ActionName' => '

The name of the action to describe.

', 'DescribeContextResponse$ContextName' => '

The name of the context.

', 'DescribeExperimentRequest$ExperimentName' => '

The name of the experiment to describe.

', 'DescribeExperimentResponse$ExperimentName' => '

The name of the experiment.

', 'DescribeExperimentResponse$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'DescribeLineageGroupRequest$LineageGroupName' => '

The name of the lineage group.

', 'DescribeLineageGroupResponse$LineageGroupName' => '

The name of the lineage group.

', 'DescribeLineageGroupResponse$DisplayName' => '

The display name of the lineage group.

', 'DescribeTrialComponentResponse$TrialComponentName' => '

The name of the trial component.

', 'DescribeTrialComponentResponse$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'DescribeTrialRequest$TrialName' => '

The name of the trial to describe.

', 'DescribeTrialResponse$TrialName' => '

The name of the trial.

', 'DescribeTrialResponse$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'DescribeTrialResponse$ExperimentName' => '

The name of the experiment the trial is part of.

', 'DisassociateTrialComponentRequest$TrialComponentName' => '

The name of the component to disassociate from the trial.

', 'DisassociateTrialComponentRequest$TrialName' => '

The name of the trial to disassociate from.

', 'Experiment$ExperimentName' => '

The name of the experiment.

', 'Experiment$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'ExperimentConfig$ExperimentName' => '

The name of an existing experiment to associate with the trial component.

', 'ExperimentConfig$TrialName' => '

The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

', 'ExperimentConfig$TrialComponentDisplayName' => '

The display name for the trial component. If this key isn\'t specified, the display name is the trial component name.

', 'ExperimentConfig$RunName' => '

The name of the experiment run to associate with the trial component.

', 'ExperimentSummary$ExperimentName' => '

The name of the experiment.

', 'ExperimentSummary$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'LineageGroupSummary$LineageGroupName' => '

The name or Amazon Resource Name (ARN) of the lineage group.

', 'LineageGroupSummary$DisplayName' => '

The display name of the lineage group summary.

', 'ListTrialComponentsRequest$ExperimentName' => '

A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can\'t filter by SourceArn or TrialName.

', 'ListTrialComponentsRequest$TrialName' => '

A filter that returns only components that are part of the specified trial. If you specify TrialName, you can\'t filter by ExperimentName or SourceArn.

', 'ListTrialsRequest$ExperimentName' => '

A filter that returns only trials that are part of the specified experiment.

', 'ListTrialsRequest$TrialComponentName' => '

A filter that returns only trials that are associated with the specified trial component.

', 'Parent$TrialName' => '

The name of the trial.

', 'Parent$ExperimentName' => '

The name of the experiment.

', 'PipelineExperimentConfig$ExperimentName' => '

The name of the experiment.

', 'PipelineExperimentConfig$TrialName' => '

The name of the trial.

', 'Trial$TrialName' => '

The name of the trial.

', 'Trial$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'Trial$ExperimentName' => '

The name of the experiment the trial is part of.

', 'TrialComponent$TrialComponentName' => '

The name of the trial component.

', 'TrialComponent$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'TrialComponent$RunName' => '

The name of the experiment run.

', 'TrialComponentSimpleSummary$TrialComponentName' => '

The name of the trial component.

', 'TrialComponentSummary$TrialComponentName' => '

The name of the trial component.

', 'TrialComponentSummary$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'TrialSummary$TrialName' => '

The name of the trial.

', 'TrialSummary$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'UpdateActionRequest$ActionName' => '

The name of the action to update.

', 'UpdateArtifactRequest$ArtifactName' => '

The new name for the artifact.

', 'UpdateContextRequest$ContextName' => '

The name of the context to update.

', 'UpdateExperimentRequest$ExperimentName' => '

The name of the experiment to update.

', 'UpdateExperimentRequest$DisplayName' => '

The name of the experiment as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'UpdateTrialComponentRequest$TrialComponentName' => '

The name of the component to update.

', 'UpdateTrialComponentRequest$DisplayName' => '

The name of the component as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'UpdateTrialRequest$TrialName' => '

The name of the trial to update.

', 'UpdateTrialRequest$DisplayName' => '

The name of the trial as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialName is displayed.

', ], ], 'ExperimentEntityNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribeActionResponse$ActionName' => '

The name of the action.

', 'DescribeArtifactResponse$ArtifactName' => '

The name of the artifact.

', 'DescribeContextRequest$ContextName' => '

The name of the context to describe.

', 'DescribeTrialComponentRequest$TrialComponentName' => '

The name of the trial component to describe.

', ], ], 'ExperimentSource' => [ 'base' => '

The source of the experiment.

', 'refs' => [ 'DescribeExperimentResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the type.

', 'Experiment$Source' => NULL, 'ExperimentSummary$ExperimentSource' => NULL, ], ], 'ExperimentSourceArn' => [ 'base' => NULL, 'refs' => [ 'ExperimentSource$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'ExperimentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsResponse$ExperimentSummaries' => '

A list of the summaries of your experiments.

', ], ], 'ExperimentSummary' => [ 'base' => '

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

', 'refs' => [ 'ExperimentSummaries$member' => NULL, ], ], 'ExpiresInSeconds' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlRequest$ExpiresInSeconds' => '

The number of seconds until the pre-signed URL expires. This value defaults to 300.

', ], ], 'Explainability' => [ 'base' => '

Contains explainability metrics for a model.

', 'refs' => [ 'ModelMetrics$Explainability' => '

Metrics that help explain a model.

', ], ], 'ExplainabilityLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$Explainability' => '

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

', ], ], 'ExplainerConfig' => [ 'base' => '

A parameter to activate explainers.

', 'refs' => [ 'CreateEndpointConfigInput$ExplainerConfig' => '

A member of CreateEndpointConfig that enables explainers.

', 'DescribeEndpointConfigOutput$ExplainerConfig' => '

The configuration parameters for an explainer.

', 'DescribeEndpointOutput$ExplainerConfig' => '

The configuration parameters for an explainer.

', ], ], 'FailStepMetadata' => [ 'base' => '

The container for the metadata for Fail step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Fail' => '

The configurations and outcomes of a Fail step execution.

', ], ], 'FailureHandlingPolicy' => [ 'base' => NULL, 'refs' => [ 'EdgeDeploymentConfig$FailureHandlingPolicy' => '

Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.

', ], ], 'FailureReason' => [ 'base' => NULL, 'refs' => [ 'ConflictException$Message' => NULL, 'DescribeAppResponse$FailureReason' => '

The failure reason.

', 'DescribeCompilationJobResponse$FailureReason' => '

If a model compilation job failed, the reason it failed.

', 'DescribeDomainResponse$FailureReason' => '

The failure reason.

', 'DescribeEndpointOutput$FailureReason' => '

If the status of the endpoint is Failed, the reason why it failed.

', 'DescribeFeatureGroupResponse$FailureReason' => '

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.

  • The FeatureGroup could not be deleted from the OfflineStore.

', 'DescribeFlowDefinitionResponse$FailureReason' => '

The reason your flow definition failed.

', 'DescribeHubContentResponse$FailureReason' => '

The failure reason if importing hub content failed.

', 'DescribeHubResponse$FailureReason' => '

The failure reason if importing hub content failed.

', 'DescribeHyperParameterTuningJobResponse$FailureReason' => '

If the tuning job failed, the reason it failed.

', 'DescribeImageResponse$FailureReason' => '

When a create, update, or delete operation fails, the reason for the failure.

', 'DescribeImageVersionResponse$FailureReason' => '

When a create or delete operation fails, the reason for the failure.

', 'DescribeInferenceRecommendationsJobResponse$FailureReason' => '

If the job fails, provides information why the job failed.

', 'DescribeLabelingJobResponse$FailureReason' => '

If the job failed, the reason that it failed.

', 'DescribeModelCardExportJobResponse$FailureReason' => '

The failure reason if the model export job fails.

', 'DescribeMonitoringScheduleResponse$FailureReason' => '

A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

', 'DescribeNotebookInstanceOutput$FailureReason' => '

If status is Failed, the reason it failed.

', 'DescribeProcessingJobResponse$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'DescribeSpaceResponse$FailureReason' => '

The failure reason.

', 'DescribeTrainingJobResponse$FailureReason' => '

If the training job failed, the reason it failed.

', 'DescribeTransformJobResponse$FailureReason' => '

If the transform job failed, FailureReason describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see Log Amazon SageMaker Events with Amazon CloudWatch.

', 'DescribeUserProfileResponse$FailureReason' => '

The failure reason.

', 'Endpoint$FailureReason' => '

If the endpoint failed, the reason it failed.

', 'EndpointMetadata$FailureReason' => '

If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.

', 'FeatureGroup$FailureReason' => '

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

', 'FlowDefinitionSummary$FailureReason' => '

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

', 'HyperParameterTrainingJobSummary$FailureReason' => '

The reason that the training job failed.

', 'HyperParameterTuningJobSearchEntity$FailureReason' => '

The error that was created when a hyperparameter tuning job failed.

', 'Image$FailureReason' => '

When a create, update, or delete operation fails, the reason for the failure.

', 'ImageVersion$FailureReason' => '

When a create or delete operation fails, the reason for the failure.

', 'InferenceRecommendationsJob$FailureReason' => '

If the job fails, provides information why the job failed.

', 'LabelingJobSummary$FailureReason' => '

If the LabelingJobStatus field is Failed, this field contains a description of the error.

', 'LastUpdateStatus$FailureReason' => '

If the update wasn\'t successful, indicates the reason why it failed.

', 'ModelDashboardMonitoringSchedule$FailureReason' => '

If a monitoring job failed, provides the reason.

', 'MonitoringExecutionSummary$FailureReason' => '

Contains the reason a monitoring job failed, if it failed.

', 'MonitoringSchedule$FailureReason' => '

If the monitoring schedule failed, the reason it failed.

', 'PipelineExecutionStep$FailureReason' => '

The reason why the step failed execution. This is only returned if the step failed its execution.

', 'ProcessingJob$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'ProcessingJobSummary$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'ResourceInUse$Message' => NULL, 'ResourceLimitExceeded$Message' => NULL, 'ResourceNotFound$Message' => NULL, 'TrainingJob$FailureReason' => '

If the training job failed, the reason it failed.

', 'TransformJob$FailureReason' => '

If the transform job failed, the reason it failed.

', 'TransformJobSummary$FailureReason' => '

If the transform job failed, the reason it failed.

', ], ], 'FeatureAdditions' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureGroupRequest$FeatureAdditions' => '

Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you\'ve made a valid request. It takes some time after you\'ve made a valid request for Feature Store to update the feature group.

', ], ], 'FeatureDefinition' => [ 'base' => '

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

', 'refs' => [ 'FeatureAdditions$member' => NULL, 'FeatureDefinitions$member' => NULL, ], ], 'FeatureDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$FeatureDefinitions' => '

A list of Feature names and types. Name and Type is compulsory per Feature.

Valid feature FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

', 'DescribeFeatureGroupResponse$FeatureDefinitions' => '

A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

', 'FeatureGroup$FeatureDefinitions' => '

A list of Features. Each Feature must include a FeatureName and a FeatureType.

Valid FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

', ], ], 'FeatureDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$Description' => '

The description you added to describe the feature.

', 'FeatureMetadata$Description' => '

An optional description that you specify to better describe the feature.

', 'UpdateFeatureMetadataRequest$Description' => '

A description that you can write to better describe the feature.

', ], ], 'FeatureGroup' => [ 'base' => '

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

', 'refs' => [ 'SearchRecord$FeatureGroup' => NULL, ], ], 'FeatureGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.

', 'DescribeFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of the FeatureGroup.

', 'DescribeFeatureMetadataResponse$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group that contains the feature.

', 'FeatureGroup$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of a FeatureGroup.

', 'FeatureGroupSummary$FeatureGroupArn' => '

Unique identifier for the FeatureGroup.

', 'FeatureMetadata$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group.

', 'UpdateFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group that you\'re updating.

', ], ], 'FeatureGroupMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$MaxResults' => '

The maximum number of results returned by ListFeatureGroups.

', ], ], 'FeatureGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$FeatureGroupName' => '

The name of the FeatureGroup. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name:

  • Must start and end with an alphanumeric character.

  • Can only contain alphanumeric character and hyphens. Spaces are not allowed.

', 'DeleteFeatureGroupRequest$FeatureGroupName' => '

The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeFeatureGroupResponse$FeatureGroupName' => '

he name of the FeatureGroup.

', 'DescribeFeatureMetadataResponse$FeatureGroupName' => '

The name of the feature group that you\'ve specified.

', 'FeatureGroup$FeatureGroupName' => '

The name of the FeatureGroup.

', 'FeatureGroupSummary$FeatureGroupName' => '

The name of FeatureGroup.

', 'FeatureMetadata$FeatureGroupName' => '

The name of the feature group containing the feature.

', 'ProcessingFeatureStoreOutput$FeatureGroupName' => '

The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

', ], ], 'FeatureGroupNameContains' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$NameContains' => '

A string that partially matches one or more FeatureGroups names. Filters FeatureGroups by name.

', ], ], 'FeatureGroupNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the FeatureGroup you want described.

', 'DescribeFeatureMetadataRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group containing the feature.

', 'UpdateFeatureGroupRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group that you\'re updating.

', 'UpdateFeatureMetadataRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group containing the feature that you\'re updating.

', ], ], 'FeatureGroupSortBy' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$SortBy' => '

The value on which the feature group list is sorted.

', ], ], 'FeatureGroupSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$SortOrder' => '

The order in which feature groups are listed.

', ], ], 'FeatureGroupStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupResponse$FeatureGroupStatus' => '

The status of the feature group.

', 'FeatureGroup$FeatureGroupStatus' => '

A FeatureGroup status.

', 'FeatureGroupSummary$FeatureGroupStatus' => '

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

', 'ListFeatureGroupsRequest$FeatureGroupStatusEquals' => '

A FeatureGroup status. Filters by FeatureGroup status.

', ], ], 'FeatureGroupSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsResponse$FeatureGroupSummaries' => '

A summary of feature groups.

', ], ], 'FeatureGroupSummary' => [ 'base' => '

The name, ARN, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

', 'refs' => [ 'FeatureGroupSummaries$member' => NULL, ], ], 'FeatureMetadata' => [ 'base' => '

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

', 'refs' => [ 'SearchRecord$FeatureMetadata' => '

The feature metadata used to search through the features.

', ], ], 'FeatureName' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$RecordIdentifierFeatureName' => '

The name of the Feature whose value uniquely identifies a Record defined in the FeatureStore. Only the latest record per identifier value will be stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature definitions\' names.

You use the RecordIdentifierFeatureName to access data in a FeatureStore.

This name:

  • Must start and end with an alphanumeric character.

  • Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.

', 'CreateFeatureGroupRequest$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

An EventTime can be a String or Fractional.

  • Fractional: EventTime feature values must be a Unix timestamp in seconds.

  • String: EventTime feature values must be an ISO-8601 string in the format. The following formats are supported yyyy-MM-dd\'T\'HH:mm:ssZ and yyyy-MM-dd\'T\'HH:mm:ss.SSSZ where yyyy, MM, and dd represent the year, month, and day respectively and HH, mm, ss, and if applicable, SSS represent the hour, month, second and milliseconds respsectively. \'T\' and Z are constants.

', 'DescribeFeatureGroupResponse$RecordIdentifierFeatureName' => '

The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

', 'DescribeFeatureGroupResponse$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

', 'DescribeFeatureMetadataRequest$FeatureName' => '

The name of the feature.

', 'DescribeFeatureMetadataResponse$FeatureName' => '

The name of the feature that you\'ve specified.

', 'FeatureDefinition$FeatureName' => '

The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

', 'FeatureGroup$RecordIdentifierFeatureName' => '

The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup FeatureDefinitions.

', 'FeatureGroup$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

', 'FeatureMetadata$FeatureName' => '

The name of feature.

', 'UpdateFeatureMetadataRequest$FeatureName' => '

The name of the feature that you\'re updating.

', ], ], 'FeatureParameter' => [ 'base' => '

A key-value pair that you specify to describe the feature.

', 'refs' => [ 'FeatureParameterAdditions$member' => NULL, 'FeatureParameters$member' => NULL, ], ], 'FeatureParameterAdditions' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureMetadataRequest$ParameterAdditions' => '

A list of key-value pairs that you can add to better describe the feature.

', ], ], 'FeatureParameterKey' => [ 'base' => NULL, 'refs' => [ 'FeatureParameter$Key' => '

A key that must contain a value to describe the feature.

', 'FeatureParameterRemovals$member' => NULL, ], ], 'FeatureParameterRemovals' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureMetadataRequest$ParameterRemovals' => '

A list of parameter keys that you can specify to remove parameters that describe your feature.

', ], ], 'FeatureParameterValue' => [ 'base' => NULL, 'refs' => [ 'FeatureParameter$Value' => '

The value that belongs to a key.

', ], ], 'FeatureParameters' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$Parameters' => '

The key-value pairs that you added to describe the feature.

', 'FeatureMetadata$Parameters' => '

Optional key-value pairs that you specify to better describe the feature.

', ], ], 'FeatureStatus' => [ 'base' => NULL, 'refs' => [ 'ModelRegisterSettings$Status' => '

Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

', 'TimeSeriesForecastingSettings$Status' => '

Describes whether time series forecasting is enabled or disabled in the Canvas application.

', ], ], 'FeatureType' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$FeatureType' => '

The data type of the feature.

', 'FeatureDefinition$FeatureType' => '

The value type of a feature. Valid values are Integral, Fractional, or String.

', 'FeatureMetadata$FeatureType' => '

The data type of the feature.

', ], ], 'FileSource' => [ 'base' => '

Contains details regarding the file source.

', 'refs' => [ 'DriftCheckBias$ConfigFile' => '

The bias config file for a model.

', 'DriftCheckExplainability$ConfigFile' => '

The explainability config file for the model.

', ], ], 'FileSystemAccessMode' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemAccessMode' => '

The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

', ], ], 'FileSystemConfig' => [ 'base' => '

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

', 'refs' => [ 'KernelGatewayImageConfig$FileSystemConfig' => '

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

', ], ], 'FileSystemDataSource' => [ 'base' => '

Specifies a file system data source for a channel.

', 'refs' => [ 'DataSource$FileSystemDataSource' => '

The file system that is associated with a channel.

', ], ], 'FileSystemId' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemId' => '

The file system id.

', ], ], 'FileSystemType' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemType' => '

The file system type.

', ], ], 'FillingTransformationMap' => [ 'base' => NULL, 'refs' => [ 'FillingTransformations$value' => NULL, ], ], 'FillingTransformationValue' => [ 'base' => NULL, 'refs' => [ 'FillingTransformationMap$value' => NULL, ], ], 'FillingTransformations' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesTransformations$Filling' => '

A key value pair defining the filling method for a column, where the key is the column name and the value is an object which defines the filling logic. You can specify multiple filling methods for a single column.

The supported filling methods and their corresponding options are:

  • frontfill: none (Supported only for target column)

  • middlefill: zero, value, median, mean, min, max

  • backfill: zero, value, median, mean, min, max

  • futurefill: zero, value, median, mean, min, max

To set a filling method to a specific value, set the fill parameter to the chosen filling method value (for example "backfill" : "value"), and define the filling value in an additional parameter prefixed with "_value". For example, to set backfill to a value of 2, you must include two parameters: "backfill": "value" and "backfill_value":"2".

', ], ], 'FillingType' => [ 'base' => NULL, 'refs' => [ 'FillingTransformationMap$key' => NULL, ], ], 'Filter' => [ 'base' => '

A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search API.

If you specify a Value, but not an Operator, SageMaker uses the equals operator.

In search, there are several property types:

Metrics

To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9":

{

"Name": "Metrics.accuracy",

"Operator": "GreaterThan",

"Value": "0.9"

}

HyperParameters

To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5":

{

"Name": "HyperParameters.learning_rate",

"Operator": "LessThan",

"Value": "0.5"

}

Tags

To define a tag filter, enter a value with the form Tags.<key>.

', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'NestedFilters$Filters' => '

A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

', 'SearchExpression$Filters' => '

A list of filter objects.

', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'Filter$Value' => '

A value used with Name and Operator to determine which resources satisfy the filter\'s condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd\'T\'HH:MM:SS.

', ], ], 'FinalAutoMLJobObjectiveMetric' => [ 'base' => '

The best candidate result from an AutoML training job.

', 'refs' => [ 'AutoMLCandidate$FinalAutoMLJobObjectiveMetric' => NULL, ], ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'base' => '

Shows the latest objective metric emitted by a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

', 'refs' => [ 'HyperParameterTrainingJobSummary$FinalHyperParameterTuningJobObjectiveMetric' => '

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

', ], ], 'FinalMetricDataList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$FinalMetricDataList' => '

A collection of MetricData objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.

', 'TrainingJob$FinalMetricDataList' => '

A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

', ], ], 'FlatInvocations' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobStoppingConditions$FlatInvocations' => '

Stops a load test when the number of invocations (TPS) peaks and flattens, which means that the instance has reached capacity. The default value is Stop. If you want the load test to continue after invocations have flattened, set the value to Continue.

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'MetricData$Value' => '

The value of the metric.

', 'MetricDatum$Value' => '

The value of the metric.

', 'RecommendationMetrics$CostPerHour' => '

Defines the cost per hour for the instance.

', 'RecommendationMetrics$CostPerInference' => '

Defines the cost per inference for the instance .

', ], ], 'FlowDefinitionArn' => [ 'base' => NULL, 'refs' => [ 'CreateFlowDefinitionResponse$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow definition you create.

', 'DescribeFlowDefinitionResponse$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow defintion.

', 'FlowDefinitionSummary$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow definition.

', ], ], 'FlowDefinitionName' => [ 'base' => NULL, 'refs' => [ 'CreateFlowDefinitionRequest$FlowDefinitionName' => '

The name of your flow definition.

', 'DeleteFlowDefinitionRequest$FlowDefinitionName' => '

The name of the flow definition you are deleting.

', 'DescribeFlowDefinitionRequest$FlowDefinitionName' => '

The name of the flow definition.

', 'DescribeFlowDefinitionResponse$FlowDefinitionName' => '

The Amazon Resource Name (ARN) of the flow definition.

', 'FlowDefinitionSummary$FlowDefinitionName' => '

The name of the flow definition.

', ], ], 'FlowDefinitionOutputConfig' => [ 'base' => '

Contains information about where human output will be stored.

', 'refs' => [ 'CreateFlowDefinitionRequest$OutputConfig' => '

An object containing information about where the human review results will be uploaded.

', 'DescribeFlowDefinitionResponse$OutputConfig' => '

An object containing information about the output file.

', ], ], 'FlowDefinitionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeFlowDefinitionResponse$FlowDefinitionStatus' => '

The status of the flow definition. Valid values are listed below.

', 'FlowDefinitionSummary$FlowDefinitionStatus' => '

The status of the flow definition. Valid values:

', ], ], 'FlowDefinitionSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFlowDefinitionsResponse$FlowDefinitionSummaries' => '

An array of objects describing the flow definitions.

', ], ], 'FlowDefinitionSummary' => [ 'base' => '

Contains summary information about the flow definition.

', 'refs' => [ 'FlowDefinitionSummaries$member' => NULL, ], ], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskAvailabilityLifetimeInSeconds' => '

The length of time that a task remains available for review by human workers.

', ], ], 'FlowDefinitionTaskCount' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskCount' => '

The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

', ], ], 'FlowDefinitionTaskDescription' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskDescription' => '

A description for the human worker task.

', ], ], 'FlowDefinitionTaskKeyword' => [ 'base' => NULL, 'refs' => [ 'FlowDefinitionTaskKeywords$member' => NULL, ], ], 'FlowDefinitionTaskKeywords' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskKeywords' => '

Keywords used to describe the task so that workers can discover the task.

', ], ], 'FlowDefinitionTaskTimeLimitInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskTimeLimitInSeconds' => '

The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

', ], ], 'FlowDefinitionTaskTitle' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskTitle' => '

A title for the human worker task.

', ], ], 'ForecastFrequency' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastFrequency' => '

The frequency of predictions in a forecast.

Valid intervals are an integer followed by Y (Year), M (Month), W (Week), D (Day), H (Hour), and min (Minute). For example, 1D indicates every day and 15min indicates every 15 minutes. The value of a frequency must not overlap with the next larger frequency. For example, you must use a frequency of 1H instead of 60min.

The valid values for each frequency are the following:

  • Minute - 1-59

  • Hour - 1-23

  • Day - 1-6

  • Week - 1-4

  • Month - 1-11

  • Year - 1

', ], ], 'ForecastHorizon' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastHorizon' => '

The number of time-steps that the model predicts. The forecast horizon is also called the prediction length. The maximum forecast horizon is the lesser of 500 time-steps or 1/4 of the time-steps in the dataset.

', ], ], 'ForecastQuantile' => [ 'base' => NULL, 'refs' => [ 'ForecastQuantiles$member' => NULL, ], ], 'ForecastQuantiles' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastQuantiles' => '

The quantiles used to train the model for forecasts at a specified quantile. You can specify quantiles from 0.01 (p1) to 0.99 (p99), by increments of 0.01 or higher. Up to five forecast quantiles can be specified. When ForecastQuantiles is not provided, the AutoML job uses the quantiles p10, p50, and p90 as default.

', ], ], 'Framework' => [ 'base' => NULL, 'refs' => [ 'InputConfig$Framework' => '

Identifies the framework in which the model was trained. For example: TENSORFLOW.

', ], ], 'FrameworkVersion' => [ 'base' => NULL, 'refs' => [ 'InputConfig$FrameworkVersion' => '

Specifies the framework version to use. This API field is only supported for the MXNet, PyTorch, TensorFlow and TensorFlow Lite frameworks.

For information about framework versions supported for cloud targets and edge devices, see Cloud Supported Instance Types and Frameworks and Edge Supported Frameworks.

', ], ], 'GenerateCandidateDefinitionsOnly' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$GenerateCandidateDefinitionsOnly' => '

Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

', 'DescribeAutoMLJobResponse$GenerateCandidateDefinitionsOnly' => '

Indicates whether the output for an AutoML job generates candidate definitions only.

', 'TabularJobConfig$GenerateCandidateDefinitionsOnly' => '

Generates possible candidates without training the models. A model candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

', ], ], 'GetDeviceFleetReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeviceFleetReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetLineageGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLineageGroupPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'GetModelPackageGroupPolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSagemakerServicecatalogPortfolioStatusInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSagemakerServicecatalogPortfolioStatusOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetScalingConfigurationRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetScalingConfigurationRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSearchSuggestionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSearchSuggestionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GitConfig' => [ 'base' => '

Specifies configuration details for a Git repository in your Amazon Web Services account.

', 'refs' => [ 'CodeRepositorySummary$GitConfig' => '

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', 'CreateCodeRepositoryInput$GitConfig' => '

Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

', 'DescribeCodeRepositoryOutput$GitConfig' => '

Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', ], ], 'GitConfigForUpdate' => [ 'base' => '

Specifies configuration details for a Git repository when the repository is updated.

', 'refs' => [ 'UpdateCodeRepositoryInput$GitConfig' => '

The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', ], ], 'GitConfigUrl' => [ 'base' => NULL, 'refs' => [ 'GitConfig$RepositoryUrl' => '

The URL where the Git repository is located.

', ], ], 'Group' => [ 'base' => NULL, 'refs' => [ 'Groups$member' => NULL, ], ], 'GroupingAttributeName' => [ 'base' => NULL, 'refs' => [ 'GroupingAttributeNames$member' => NULL, ], ], 'GroupingAttributeNames' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$GroupingAttributeNames' => '

A set of columns names that can be grouped with the item identifier column to create a composite key for which a target value is predicted.

', ], ], 'Groups' => [ 'base' => NULL, 'refs' => [ 'OidcMemberDefinition$Groups' => '

A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

', ], ], 'HookParameters' => [ 'base' => NULL, 'refs' => [ 'DebugHookConfig$HookParameters' => '

Configuration information for the Amazon SageMaker Debugger hook parameters.

', ], ], 'Horovod' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Horovod' => '

Indicates Horovod compatibility.

', 'DescribeImageVersionResponse$Horovod' => '

Indicates Horovod compatibility.

', 'UpdateImageVersionRequest$Horovod' => '

Indicates Horovod compatibility.

', ], ], 'HubArn' => [ 'base' => NULL, 'refs' => [ 'CreateHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'DescribeHubContentResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub that contains the content.

', 'DescribeHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'HubInfo$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'ImportHubContentResponse$HubArn' => '

The ARN of the hub that the content was imported into.

', 'UpdateHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the updated hub.

', ], ], 'HubContentArn' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentArn' => '

The Amazon Resource Name (ARN) of the hub content.

', 'HubContentInfo$HubContentArn' => '

The Amazon Resource Name (ARN) of the hub content.

', 'ImportHubContentResponse$HubContentArn' => '

The ARN of the hub content that was imported.

', ], ], 'HubContentDependency' => [ 'base' => '

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

', 'refs' => [ 'HubContentDependencyList$member' => NULL, ], ], 'HubContentDependencyList' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDependencies' => '

The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

', ], ], 'HubContentDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDescription' => '

A description of the hub content.

', 'HubContentInfo$HubContentDescription' => '

A description of the hub content.

', 'ImportHubContentRequest$HubContentDescription' => '

A description of the hub content to import.

', ], ], 'HubContentDisplayName' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDisplayName' => '

The display name of the hub content.

', 'HubContentInfo$HubContentDisplayName' => '

The display name of the hub content.

', 'ImportHubContentRequest$HubContentDisplayName' => '

The display name of the hub content to import.

', ], ], 'HubContentDocument' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDocument' => '

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

', 'ImportHubContentRequest$HubContentDocument' => '

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

', ], ], 'HubContentInfo' => [ 'base' => '

Information about hub content.

', 'refs' => [ 'HubContentInfoList$member' => NULL, ], ], 'HubContentInfoList' => [ 'base' => NULL, 'refs' => [ 'ListHubContentVersionsResponse$HubContentSummaries' => '

The summaries of the listed hub content versions.

', 'ListHubContentsResponse$HubContentSummaries' => '

The summaries of the listed hub content.

', ], ], 'HubContentMarkdown' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentMarkdown' => '

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

', 'ImportHubContentRequest$HubContentMarkdown' => '

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

', ], ], 'HubContentName' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentName' => '

The name of the content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentName' => '

The name of the content to describe.

', 'DescribeHubContentResponse$HubContentName' => '

The name of the hub content.

', 'HubContentInfo$HubContentName' => '

The name of the hub content.

', 'ImportHubContentRequest$HubContentName' => '

The name of the hub content to import.

', 'ListHubContentVersionsRequest$HubContentName' => '

The name of the hub content.

', ], ], 'HubContentSearchKeywordList' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentSearchKeywords' => '

The searchable keywords for the hub content.

', 'HubContentInfo$HubContentSearchKeywords' => '

The searchable keywords for the hub content.

', 'ImportHubContentRequest$HubContentSearchKeywords' => '

The searchable keywords of the hub content.

', ], ], 'HubContentSortBy' => [ 'base' => NULL, 'refs' => [ 'ListHubContentVersionsRequest$SortBy' => '

Sort hub content versions by either name or creation time.

', 'ListHubContentsRequest$SortBy' => '

Sort hub content versions by either name or creation time.

', ], ], 'HubContentStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentStatus' => '

The status of the hub content.

', 'HubContentInfo$HubContentStatus' => '

The status of the hub content.

', ], ], 'HubContentType' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentType' => '

The type of content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentType' => '

The type of content in the hub.

', 'DescribeHubContentResponse$HubContentType' => '

The type of hub content.

', 'HubContentInfo$HubContentType' => '

The type of hub content.

', 'ImportHubContentRequest$HubContentType' => '

The type of hub content to import.

', 'ListHubContentVersionsRequest$HubContentType' => '

The type of hub content to list versions of.

', 'ListHubContentsRequest$HubContentType' => '

The type of hub content to list.

', ], ], 'HubContentVersion' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentVersion' => '

The version of the content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentVersion' => '

The version of the content to describe.

', 'DescribeHubContentResponse$HubContentVersion' => '

The version of the hub content.

', 'HubContentInfo$HubContentVersion' => '

The version of the hub content.

', 'ImportHubContentRequest$HubContentVersion' => '

The version of the hub content to import.

', 'ListHubContentVersionsRequest$MinVersion' => '

The lower bound of the hub content versions to list.

', ], ], 'HubDescription' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubDescription' => '

A description of the hub.

', 'DescribeHubResponse$HubDescription' => '

A description of the hub.

', 'HubInfo$HubDescription' => '

A description of the hub.

', 'UpdateHubRequest$HubDescription' => '

A description of the updated hub.

', ], ], 'HubDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubDisplayName' => '

The display name of the hub.

', 'DescribeHubResponse$HubDisplayName' => '

The display name of the hub.

', 'HubInfo$HubDisplayName' => '

The display name of the hub.

', 'UpdateHubRequest$HubDisplayName' => '

The display name of the hub.

', ], ], 'HubInfo' => [ 'base' => '

Information about a hub.

', 'refs' => [ 'HubInfoList$member' => NULL, ], ], 'HubInfoList' => [ 'base' => NULL, 'refs' => [ 'ListHubsResponse$HubSummaries' => '

The summaries of the listed hubs.

', ], ], 'HubName' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubName' => '

The name of the hub to create.

', 'DeleteHubContentRequest$HubName' => '

The name of the hub that you want to delete content in.

', 'DeleteHubRequest$HubName' => '

The name of the hub to delete.

', 'DescribeHubContentRequest$HubName' => '

The name of the hub that contains the content to describe.

', 'DescribeHubContentResponse$HubName' => '

The name of the hub that contains the content.

', 'DescribeHubRequest$HubName' => '

The name of the hub to describe.

', 'DescribeHubResponse$HubName' => '

The name of the hub.

', 'HubInfo$HubName' => '

The name of the hub.

', 'ImportHubContentRequest$HubName' => '

The name of the hub to import content into.

', 'ListHubContentVersionsRequest$HubName' => '

The name of the hub to list the content versions of.

', 'ListHubContentsRequest$HubName' => '

The name of the hub to list the contents of.

', 'UpdateHubRequest$HubName' => '

The name of the hub to update.

', ], ], 'HubS3StorageConfig' => [ 'base' => '

The Amazon S3 storage configuration of a hub.

', 'refs' => [ 'CreateHubRequest$S3StorageConfig' => '

The Amazon S3 storage configuration for the hub.

', 'DescribeHubResponse$S3StorageConfig' => '

The Amazon S3 storage configuration for the hub.

', ], ], 'HubSearchKeyword' => [ 'base' => NULL, 'refs' => [ 'HubContentSearchKeywordList$member' => NULL, 'HubSearchKeywordList$member' => NULL, ], ], 'HubSearchKeywordList' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'DescribeHubResponse$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'HubInfo$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'UpdateHubRequest$HubSearchKeywords' => '

The searchable keywords for the hub.

', ], ], 'HubSortBy' => [ 'base' => NULL, 'refs' => [ 'ListHubsRequest$SortBy' => '

Sort hubs by either name or creation time.

', ], ], 'HubStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHubResponse$HubStatus' => '

The status of the hub.

', 'HubInfo$HubStatus' => '

The status of the hub.

', ], ], 'HumanLoopActivationConditions' => [ 'base' => NULL, 'refs' => [ 'HumanLoopActivationConditionsConfig$HumanLoopActivationConditions' => '

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

', ], ], 'HumanLoopActivationConditionsConfig' => [ 'base' => '

Defines under what conditions SageMaker creates a human loop. Used within CreateFlowDefinition. See HumanLoopActivationConditionsConfig for the required format of activation conditions.

', 'refs' => [ 'HumanLoopActivationConfig$HumanLoopActivationConditionsConfig' => '

Container structure for defining under what conditions SageMaker creates a human loop.

', ], ], 'HumanLoopActivationConfig' => [ 'base' => '

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopActivationConfig' => '

An object containing information about the events that trigger a human workflow.

', 'DescribeFlowDefinitionResponse$HumanLoopActivationConfig' => '

An object containing information about what triggers a human review workflow.

', ], ], 'HumanLoopConfig' => [ 'base' => '

Describes the work to be performed by human workers.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopConfig' => '

An object containing information about the tasks the human reviewers will perform.

', 'DescribeFlowDefinitionResponse$HumanLoopConfig' => '

An object containing information about who works on the task, the workforce task price, and other task details.

', ], ], 'HumanLoopRequestSource' => [ 'base' => '

Container for configuring the source of human task requests.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopRequestSource' => '

Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

', 'DescribeFlowDefinitionResponse$HumanLoopRequestSource' => '

Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

', ], ], 'HumanTaskConfig' => [ 'base' => '

Information required for human workers to complete a labeling task.

', 'refs' => [ 'CreateLabelingJobRequest$HumanTaskConfig' => '

Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).

', 'DescribeLabelingJobResponse$HumanTaskConfig' => '

Configuration information required for human workers to complete a labeling task.

', ], ], 'HumanTaskUiArn' => [ 'base' => NULL, 'refs' => [ 'CreateHumanTaskUiResponse$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human review workflow user interface you create.

', 'DescribeHumanTaskUiResponse$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface (worker task template).

', 'HumanLoopConfig$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

', 'HumanTaskUiSummary$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface.

', 'RenderUiTemplateRequest$HumanTaskUiArn' => '

The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

', 'UiConfig$HumanTaskUiArn' => '

The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

Named Entity Recognition

Use the following HumanTaskUiArn for named entity recognition labeling jobs:

arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

3D Point Cloud HumanTaskUiArns

Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

Video Frame HumanTaskUiArns

Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

  • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

', ], ], 'HumanTaskUiName' => [ 'base' => NULL, 'refs' => [ 'CreateHumanTaskUiRequest$HumanTaskUiName' => '

The name of the user interface you are creating.

', 'DeleteHumanTaskUiRequest$HumanTaskUiName' => '

The name of the human task user interface (work task template) you want to delete.

', 'DescribeHumanTaskUiRequest$HumanTaskUiName' => '

The name of the human task user interface (worker task template) you want information about.

', 'DescribeHumanTaskUiResponse$HumanTaskUiName' => '

The name of the human task user interface (worker task template).

', 'HumanTaskUiSummary$HumanTaskUiName' => '

The name of the human task user interface.

', ], ], 'HumanTaskUiStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHumanTaskUiResponse$HumanTaskUiStatus' => '

The status of the human task user interface (worker task template). Valid values are listed below.

', ], ], 'HumanTaskUiSummaries' => [ 'base' => NULL, 'refs' => [ 'ListHumanTaskUisResponse$HumanTaskUiSummaries' => '

An array of objects describing the human task user interfaces.

', ], ], 'HumanTaskUiSummary' => [ 'base' => '

Container for human task user interface information.

', 'refs' => [ 'HumanTaskUiSummaries$member' => NULL, ], ], 'HyperParameterAlgorithmSpecification' => [ 'base' => '

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$AlgorithmSpecification' => '

The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

', ], ], 'HyperParameterKey' => [ 'base' => NULL, 'refs' => [ 'HyperParameters$key' => NULL, ], ], 'HyperParameterScalingType' => [ 'base' => NULL, 'refs' => [ 'ContinuousParameterRange$ScalingType' => '

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto

SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.

Linear

Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.

Logarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

ReverseLogarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

', 'IntegerParameterRange$ScalingType' => '

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto

SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.

Linear

Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.

Logarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

', ], ], 'HyperParameterSpecification' => [ 'base' => '

Defines a hyperparameter to be used by an algorithm.

', 'refs' => [ 'HyperParameterSpecifications$member' => NULL, ], ], 'HyperParameterSpecifications' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedHyperParameters' => '

A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

', ], ], 'HyperParameterTrainingJobDefinition' => [ 'base' => '

Defines the training jobs launched by a hyperparameter tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$TrainingJobDefinition' => '

The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.

', 'DescribeHyperParameterTuningJobResponse$TrainingJobDefinition' => '

The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.

', 'HyperParameterTrainingJobDefinitions$member' => NULL, 'HyperParameterTuningJobSearchEntity$TrainingJobDefinition' => NULL, ], ], 'HyperParameterTrainingJobDefinitionName' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobDefinition$DefinitionName' => '

The job definition name.

', 'HyperParameterTrainingJobSummary$TrainingJobDefinitionName' => '

The training job definition name.

', ], ], 'HyperParameterTrainingJobDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobRequest$TrainingJobDefinitions' => '

A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

', 'DescribeHyperParameterTuningJobResponse$TrainingJobDefinitions' => '

A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

', 'HyperParameterTuningJobSearchEntity$TrainingJobDefinitions' => '

The job definitions included in a hyperparameter tuning job.

', ], ], 'HyperParameterTrainingJobEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobEnvironmentMap$key' => NULL, ], ], 'HyperParameterTrainingJobEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobDefinition$Environment' => '

An environment variable that you can pass into the SageMaker CreateTrainingJob API. You can use an existing environment variable from the training container or use your own. See Define metrics and variables for more information.

The maximum number of items specified for Map Entries refers to the maximum number of environment variables for each TrainingJobDefinition and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of environment variables for all the training job definitions can\'t exceed the maximum number specified.

', ], ], 'HyperParameterTrainingJobEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobEnvironmentMap$value' => NULL, ], ], 'HyperParameterTrainingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsForHyperParameterTuningJobResponse$TrainingJobSummaries' => '

A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.

', ], ], 'HyperParameterTrainingJobSummary' => [ 'base' => '

The container for the summary information about a training job.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$BestTrainingJob' => '

A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.

', 'DescribeHyperParameterTuningJobResponse$OverallBestTrainingJob' => '

If the hyperparameter tuning job is an warm start tuning job with a WarmStartType of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.

', 'HyperParameterTrainingJobSummaries$member' => NULL, 'HyperParameterTuningJobSearchEntity$BestTrainingJob' => NULL, 'HyperParameterTuningJobSearchEntity$OverallBestTrainingJob' => NULL, ], ], 'HyperParameterTuningAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningResourceConfig$AllocationStrategy' => '

The strategy that determines the order of preference for resources specified in InstanceConfigs used in hyperparameter optimization.

', ], ], 'HyperParameterTuningInstanceConfig' => [ 'base' => '

The configuration for hyperparameter tuning resources for use in training jobs launched by the tuning job. These resources include compute instances and storage volumes. Specify one or more compute instance configurations and allocation strategies to select resources (optional).

', 'refs' => [ 'HyperParameterTuningInstanceConfigs$member' => NULL, ], ], 'HyperParameterTuningInstanceConfigs' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningResourceConfig$InstanceConfigs' => '

A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used.

If you only want to use a single instance configuration inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.

', ], ], 'HyperParameterTuningJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobResponse$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job.

', 'DescribeTrainingJobResponse$TuningJobArn' => '

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job.

', 'TrainingJob$TuningJobArn' => '

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

', 'TuningJobStepMetaData$Arn' => '

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

', ], ], 'HyperParameterTuningJobCompletionDetails' => [ 'base' => '

A structure that contains runtime information about both current and completed hyperparameter tuning jobs.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$TuningJobCompletionDetails' => '

Tuning job completion information returned as the response from a hyperparameter tuning job. This information tells if your tuning job has or has not converged. It also includes the number of training jobs that have not improved model performance as evaluated against the objective function.

', 'HyperParameterTuningJobSearchEntity$TuningJobCompletionDetails' => '

Information about either a current or completed hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobConfig' => [ 'base' => '

Configures a hyperparameter tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$HyperParameterTuningJobConfig' => '

The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job. For more information, see How Hyperparameter Tuning Works.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobConfig' => '

The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobConfig' => NULL, ], ], 'HyperParameterTuningJobConsumedResources' => [ 'base' => '

The total resources consumed by your hyperparameter tuning job.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$ConsumedResources' => NULL, 'HyperParameterTuningJobSearchEntity$ConsumedResources' => '

The total amount of resources consumed by a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobName' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same Amazon Web Services account and Amazon Web Services Region. The name must have 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : + = @ _ % - (hyphen). The name is not case sensitive.

', 'DescribeHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobName' => '

The name of the hyperparameter tuning job.

', 'HyperParameterTrainingJobSummary$TuningJobName' => '

The HyperParameter tuning job that launched the training job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobName' => '

The name of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobName' => '

The name of the tuning job.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job whose training jobs you want to list.

', 'ParentHyperParameterTuningJob$HyperParameterTuningJobName' => '

The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

', 'StopHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job to stop.

', ], ], 'HyperParameterTuningJobObjective' => [ 'base' => '

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$TuningObjective' => NULL, 'HyperParameterTuningJobConfig$HyperParameterTuningJobObjective' => '

The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.

', 'HyperParameterTuningJobObjectives$member' => NULL, ], ], 'HyperParameterTuningJobObjectiveType' => [ 'base' => NULL, 'refs' => [ 'FinalHyperParameterTuningJobObjectiveMetric$Type' => '

Select if you want to minimize or maximize the objective metric during hyperparameter tuning.

', 'HyperParameterTuningJobObjective$Type' => '

Whether to minimize or maximize the objective metric.

', ], ], 'HyperParameterTuningJobObjectives' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedTuningJobObjectiveMetrics' => '

A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobSearchEntity' => [ 'base' => '

An entity returned by the SearchRecord API containing the properties of a hyperparameter tuning job.

', 'refs' => [ 'SearchRecord$HyperParameterTuningJob' => '

The properties of a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListHyperParameterTuningJobsRequest$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'HyperParameterTuningJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobStatus' => '

The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobStatus' => '

The status of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobStatus' => '

The status of the tuning job.

', 'ListHyperParameterTuningJobsRequest$StatusEquals' => '

A filter that returns only tuning jobs with the specified status.

', ], ], 'HyperParameterTuningJobStrategyConfig' => [ 'base' => '

The configuration for a training job launched by a hyperparameter tuning job. Choose Bayesian for Bayesian optimization, and Random for random search optimization. For more advanced use cases, use Hyperband, which evaluates objective metrics for training jobs after every epoch. For more information about strategies, see How Hyperparameter Tuning Works.

', 'refs' => [ 'HyperParameterTuningJobConfig$StrategyConfig' => '

The configuration for the Hyperband optimization strategy. This parameter should be provided only if Hyperband is selected as the strategy for HyperParameterTuningJobConfig.

', ], ], 'HyperParameterTuningJobStrategyType' => [ 'base' => '

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model.

', 'refs' => [ 'HyperParameterTuningJobConfig$Strategy' => '

Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. For information about search strategies, see How Hyperparameter Tuning Works.

', 'HyperParameterTuningJobSummary$Strategy' => '

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.

', ], ], 'HyperParameterTuningJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListHyperParameterTuningJobsResponse$HyperParameterTuningJobSummaries' => '

A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.

', ], ], 'HyperParameterTuningJobSummary' => [ 'base' => '

Provides summary information about a hyperparameter tuning job.

', 'refs' => [ 'HyperParameterTuningJobSummaries$member' => NULL, ], ], 'HyperParameterTuningJobWarmStartConfig' => [ 'base' => '

Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$WarmStartConfig' => '

Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric. If you specify IDENTICAL_DATA_AND_ALGORITHM as the WarmStartType value for the warm start configuration, the training job that performs the best in the new tuning job is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

', 'DescribeHyperParameterTuningJobResponse$WarmStartConfig' => '

The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

', 'HyperParameterTuningJobSearchEntity$WarmStartConfig' => NULL, ], ], 'HyperParameterTuningJobWarmStartType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobWarmStartConfig$WarmStartType' => '

Specifies one of the following:

IDENTICAL_DATA_AND_ALGORITHM

The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

TRANSFER_LEARNING

The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

', ], ], 'HyperParameterTuningMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxRuntimeInSeconds' => '

The maximum time in seconds that a hyperparameter tuning job can run.

', ], ], 'HyperParameterTuningResourceConfig' => [ 'base' => '

The configuration of resources, including compute instances and storage volumes for use in training jobs launched by hyperparameter tuning jobs. HyperParameterTuningResourceConfig is similar to ResourceConfig, but has the additional InstanceConfigs and AllocationStrategy fields to allow for flexible instance management. Specify one or more instance types, count, and the allocation strategy for instance selection.

HyperParameterTuningResourceConfig supports the capabilities of ResourceConfig with the exception of KeepAlivePeriodInSeconds. Hyperparameter tuning jobs use warm pools by default, which reuse clusters between training jobs.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$HyperParameterTuningResourceConfig' => '

The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter to additionally store training data in the storage volume (optional).

', ], ], 'HyperParameterValue' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$DefaultValue' => '

The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

', 'HyperParameters$value' => NULL, ], ], 'HyperParameters' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$HyperParameters' => '

Algorithm-specific parameters that influence the quality of the model. You set hyperparameters before you start the learning process. For a list of hyperparameters for each training algorithm provided by SageMaker, see Algorithms.

You can specify a maximum of 100 hyperparameters. Each hyperparameter is a key-value pair. Each key and value is limited to 256 characters, as specified by the Length Constraint.

Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

', 'DescribeTrainingJobResponse$HyperParameters' => '

Algorithm-specific parameters.

', 'HyperParameterTrainingJobDefinition$StaticHyperParameters' => '

Specifies the values of hyperparameters that do not change for the tuning job.

', 'HyperParameterTrainingJobSummary$TunedHyperParameters' => '

A list of the hyperparameters for which you specified ranges to search.

', 'TrainingJob$HyperParameters' => '

Algorithm-specific parameters.

', 'TrainingJobDefinition$HyperParameters' => '

The hyperparameters used for the training job.

', ], ], 'HyperbandStrategyConfig' => [ 'base' => '

The configuration for Hyperband, a multi-fidelity based hyperparameter tuning strategy. Hyperband uses the final and intermediate results of a training job to dynamically allocate resources to utilized hyperparameter configurations while automatically stopping under-performing configurations. This parameter should be provided only if Hyperband is selected as the StrategyConfig under the HyperParameterTuningJobConfig API.

', 'refs' => [ 'HyperParameterTuningJobStrategyConfig$HyperbandStrategyConfig' => '

The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.

', ], ], 'HyperbandStrategyMaxResource' => [ 'base' => NULL, 'refs' => [ 'HyperbandStrategyConfig$MaxResource' => '

The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy, HyperbandTrainingJ attempts to infer MaxResource from the following keys (if present) in StaticsHyperParameters:

  • epochs

  • numepochs

  • n-epochs

  • n_epochs

  • num_epochs

If HyperbandStrategyConfig is unable to infer a value for MaxResource, it generates a validation error. The maximum value is 20,000 epochs. All metrics that correspond to an objective metric are used to derive early stopping decisions. For distributive training jobs, ensure that duplicate metrics are not printed in the logs across the individual nodes in a training job. If multiple nodes are publishing duplicate or incorrect metrics, training jobs may make an incorrect stopping decision and stop the job prematurely.

', ], ], 'HyperbandStrategyMinResource' => [ 'base' => NULL, 'refs' => [ 'HyperbandStrategyConfig$MinResource' => '

The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. If the value for MinResource has not been reached, the training job is not stopped by Hyperband.

', ], ], 'IamIdentity' => [ 'base' => '

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

', 'refs' => [ 'UserContext$IamIdentity' => '

The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.

', ], ], 'IdempotencyToken' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'DeletePipelineRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'RetryPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', 'SendPipelineExecutionStepFailureRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'SendPipelineExecutionStepSuccessRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'StartPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', 'StopPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', ], ], 'Image' => [ 'base' => '

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

', 'refs' => [ 'Images$member' => NULL, ], ], 'ImageArn' => [ 'base' => NULL, 'refs' => [ 'CreateImageResponse$ImageArn' => '

The ARN of the image.

', 'DescribeImageResponse$ImageArn' => '

The ARN of the image.

', 'DescribeImageVersionResponse$ImageArn' => '

The ARN of the image the version is based on.

', 'Image$ImageArn' => '

The ARN of the image.

', 'ImageVersion$ImageArn' => '

The ARN of the image the version is based on.

', 'ResourceSpec$SageMakerImageArn' => '

The ARN of the SageMaker image that the image version belongs to.

', 'UpdateImageResponse$ImageArn' => '

The ARN of the image.

', ], ], 'ImageBaseImage' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$BaseImage' => '

The registry path of the container image to use as the starting point for this version. The path is an Amazon Elastic Container Registry (ECR) URI in the following format:

<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>

', 'DescribeImageVersionResponse$BaseImage' => '

The registry path of the container image on which this image version is based.

', ], ], 'ImageClassificationJobConfig' => [ 'base' => '

Stores the configuration information for the image classification problem of an AutoML job V2.

', 'refs' => [ 'AutoMLProblemTypeConfig$ImageClassificationJobConfig' => '

Settings used to configure an AutoML job V2 for the image classification problem type.

', ], ], 'ImageConfig' => [ 'base' => '

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

', 'refs' => [ 'ContainerDefinition$ImageConfig' => '

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers.

The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.

', ], ], 'ImageContainerImage' => [ 'base' => NULL, 'refs' => [ 'DescribeImageVersionResponse$ContainerImage' => '

The registry path of the container image that contains this image version.

', ], ], 'ImageDeleteProperty' => [ 'base' => NULL, 'refs' => [ 'ImageDeletePropertyList$member' => NULL, ], ], 'ImageDeletePropertyList' => [ 'base' => NULL, 'refs' => [ 'UpdateImageRequest$DeleteProperties' => '

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

', ], ], 'ImageDescription' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$Description' => '

The description of the image.

', 'DescribeImageResponse$Description' => '

The description of the image.

', 'Image$Description' => '

The description of the image.

', 'UpdateImageRequest$Description' => '

The new description for the image.

', ], ], 'ImageDigest' => [ 'base' => NULL, 'refs' => [ 'ModelPackageContainerDefinition$ImageDigest' => '

An MD5 hash of the training algorithm that identifies the Docker image used for training.

', 'TrainingSpecification$TrainingImageDigest' => '

An MD5 hash of the training algorithm that identifies the Docker image used for training.

', ], ], 'ImageDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$DisplayName' => '

The display name of the image. If not provided, ImageName is displayed.

', 'DescribeImageResponse$DisplayName' => '

The name of the image as displayed.

', 'Image$DisplayName' => '

The name of the image as displayed.

', 'UpdateImageRequest$DisplayName' => '

The new display name for the image.

', ], ], 'ImageName' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$ImageName' => '

The name of the image. Must be unique to your account.

', 'CreateImageVersionRequest$ImageName' => '

The ImageName of the Image to create a version of.

', 'CustomImage$ImageName' => '

The name of the CustomImage. Must be unique to your account.

', 'DeleteImageRequest$ImageName' => '

The name of the image to delete.

', 'DeleteImageVersionRequest$ImageName' => '

The name of the image to delete.

', 'DescribeImageRequest$ImageName' => '

The name of the image to describe.

', 'DescribeImageResponse$ImageName' => '

The name of the image.

', 'DescribeImageVersionRequest$ImageName' => '

The name of the image.

', 'Image$ImageName' => '

The name of the image.

', 'ListAliasesRequest$ImageName' => '

The name of the image.

', 'ListImageVersionsRequest$ImageName' => '

The name of the image to list the versions of.

', 'UpdateImageRequest$ImageName' => '

The name of the image to update.

', 'UpdateImageVersionRequest$ImageName' => '

The name of the image.

', ], ], 'ImageNameContains' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$NameContains' => '

A filter that returns only images whose name contains the specified string.

', ], ], 'ImageSortBy' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$SortBy' => '

The property used to sort results. The default value is CREATION_TIME.

', ], ], 'ImageSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$SortOrder' => '

The sort order. The default value is DESCENDING.

', ], ], 'ImageStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeImageResponse$ImageStatus' => '

The status of the image.

', 'Image$ImageStatus' => '

The status of the image.

', ], ], 'ImageUri' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ImageUri' => '

The container image to be run by the processing job.

', 'DataQualityAppSpecification$ImageUri' => '

The container image that the data quality monitoring job runs.

', 'ModelBiasAppSpecification$ImageUri' => '

The container image to be run by the model bias job.

', 'ModelExplainabilityAppSpecification$ImageUri' => '

The container image to be run by the model explainability job.

', 'ModelQualityAppSpecification$ImageUri' => '

The address of the container image that the monitoring job runs.

', 'MonitoringAppSpecification$ImageUri' => '

The container image to be run by the monitoring job.

', ], ], 'ImageVersion' => [ 'base' => '

A version of a SageMaker Image. A version represents an existing container image.

', 'refs' => [ 'ImageVersions$member' => NULL, ], ], 'ImageVersionArn' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionResponse$ImageVersionArn' => '

The ARN of the image version.

', 'DescribeImageVersionResponse$ImageVersionArn' => '

The ARN of the version.

', 'ImageVersion$ImageVersionArn' => '

The ARN of the version.

', 'ResourceSpec$SageMakerImageVersionArn' => '

The ARN of the image version created on the instance.

', 'UpdateImageVersionResponse$ImageVersionArn' => '

The ARN of the image version.

', ], ], 'ImageVersionNumber' => [ 'base' => NULL, 'refs' => [ 'CustomImage$ImageVersionNumber' => '

The version number of the CustomImage.

', 'DeleteImageVersionRequest$Version' => '

The version to delete.

', 'DescribeImageVersionRequest$Version' => '

The version of the image. If not specified, the latest version is described.

', 'DescribeImageVersionResponse$Version' => '

The version number.

', 'ImageVersion$Version' => '

The version number.

', 'ListAliasesRequest$Version' => '

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

', 'UpdateImageVersionRequest$Version' => '

The version of the image.

', ], ], 'ImageVersionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsRequest$SortBy' => '

The property used to sort results. The default value is CREATION_TIME.

', ], ], 'ImageVersionSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsRequest$SortOrder' => '

The sort order. The default value is DESCENDING.

', ], ], 'ImageVersionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeImageVersionResponse$ImageVersionStatus' => '

The status of the version.

', 'ImageVersion$ImageVersionStatus' => '

The status of the version.

', ], ], 'ImageVersions' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsResponse$ImageVersions' => '

A list of versions and their properties.

', ], ], 'Images' => [ 'base' => NULL, 'refs' => [ 'ListImagesResponse$Images' => '

A list of images and their properties.

', ], ], 'ImportHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportHubContentResponse' => [ 'base' => NULL, 'refs' => [], ], 'InferenceExecutionConfig' => [ 'base' => '

Specifies details about how containers in a multi-container endpoint are run.

', 'refs' => [ 'CreateModelInput$InferenceExecutionConfig' => '

Specifies details of how containers in a multi-container endpoint are called.

', 'DescribeModelOutput$InferenceExecutionConfig' => '

Specifies details of how containers in a multi-container endpoint are called.

', 'Model$InferenceExecutionConfig' => NULL, ], ], 'InferenceExecutionMode' => [ 'base' => NULL, 'refs' => [ 'InferenceExecutionConfig$Mode' => '

How containers in a multi-container are run. The following values are valid.

  • SERIAL - Containers run as a serial pipeline.

  • DIRECT - Only the individual container that you specify is run.

', ], ], 'InferenceExperimentArn' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN for your inference experiment.

', 'DeleteInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the deleted inference experiment.

', 'DescribeInferenceExperimentResponse$Arn' => '

The ARN of the inference experiment being described.

', 'StartInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the started inference experiment to start.

', 'StopInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the stopped inference experiment.

', 'UpdateInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the updated inference experiment.

', ], ], 'InferenceExperimentDataStorageConfig' => [ 'base' => '

The Amazon S3 location and configuration for storing inference request and response data.

', 'refs' => [ 'CreateInferenceExperimentRequest$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

This is an optional parameter that you can use for data capture. For more information, see Capture data.

', 'DescribeInferenceExperimentResponse$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

', 'UpdateInferenceExperimentRequest$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

', ], ], 'InferenceExperimentDescription' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Description' => '

A description for the inference experiment.

', 'DescribeInferenceExperimentResponse$Description' => '

The description of the inference experiment.

', 'InferenceExperimentSummary$Description' => '

The description of the inference experiment.

', 'UpdateInferenceExperimentRequest$Description' => '

The description of the inference experiment.

', ], ], 'InferenceExperimentList' => [ 'base' => NULL, 'refs' => [ 'ListInferenceExperimentsResponse$InferenceExperiments' => '

List of inference experiments.

', ], ], 'InferenceExperimentName' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Name' => '

The name for the inference experiment.

', 'DeleteInferenceExperimentRequest$Name' => '

The name of the inference experiment you want to delete.

', 'DescribeInferenceExperimentRequest$Name' => '

The name of the inference experiment to describe.

', 'DescribeInferenceExperimentResponse$Name' => '

The name of the inference experiment.

', 'InferenceExperimentSummary$Name' => '

The name of the inference experiment.

', 'StartInferenceExperimentRequest$Name' => '

The name of the inference experiment to start.

', 'StopInferenceExperimentRequest$Name' => '

The name of the inference experiment to stop.

', 'UpdateInferenceExperimentRequest$Name' => '

The name of the inference experiment to be updated.

', ], ], 'InferenceExperimentSchedule' => [ 'base' => '

The start and end times of an inference experiment.

The maximum duration that you can set for an inference experiment is 30 days.

', 'refs' => [ 'CreateInferenceExperimentRequest$Schedule' => '

The duration for which you want the inference experiment to run. If you don\'t specify this field, the experiment automatically starts immediately upon creation and concludes after 7 days.

', 'DescribeInferenceExperimentResponse$Schedule' => '

The duration for which the inference experiment ran or will run.

', 'InferenceExperimentSummary$Schedule' => '

The duration for which the inference experiment ran or will run.

The maximum duration that you can set for an inference experiment is 30 days.

', 'UpdateInferenceExperimentRequest$Schedule' => '

The duration for which the inference experiment will run. If the status of the inference experiment is Created, then you can update both the start and end dates. If the status of the inference experiment is Running, then you can update only the end date.

', ], ], 'InferenceExperimentStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$Status' => '

The status of the inference experiment. The following are the possible statuses for an inference experiment:

  • Creating - Amazon SageMaker is creating your experiment.

  • Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time.

  • Updating - When you make changes to your experiment, your experiment shows as updating.

  • Starting - Amazon SageMaker is beginning your experiment.

  • Running - Your experiment is in progress.

  • Stopping - Amazon SageMaker is stopping your experiment.

  • Completed - Your experiment has completed.

  • Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.

', 'InferenceExperimentSummary$Status' => '

The status of the inference experiment.

', 'ListInferenceExperimentsRequest$StatusEquals' => '

Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.

', ], ], 'InferenceExperimentStatusReason' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$StatusReason' => '

The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

', 'InferenceExperimentSummary$StatusReason' => '

The error message for the inference experiment status result.

', 'StopInferenceExperimentRequest$Reason' => '

The reason for stopping the experiment.

', ], ], 'InferenceExperimentStopDesiredState' => [ 'base' => NULL, 'refs' => [ 'StopInferenceExperimentRequest$DesiredState' => '

The desired state of the experiment after stopping. The possible states are the following:

  • Completed: The experiment completed successfully

  • Cancelled: The experiment was canceled

', ], ], 'InferenceExperimentSummary' => [ 'base' => '

Lists a summary of properties of an inference experiment.

', 'refs' => [ 'InferenceExperimentList$member' => NULL, ], ], 'InferenceExperimentType' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Type' => '

The type of the inference experiment that you want to run. The following types of experiments are possible:

  • ShadowMode: You can use this type to validate a shadow variant. For more information, see Shadow tests.

', 'DescribeInferenceExperimentResponse$Type' => '

The type of the inference experiment.

', 'InferenceExperimentSummary$Type' => '

The type of the inference experiment.

', 'ListInferenceExperimentsRequest$Type' => '

Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.

', ], ], 'InferenceImage' => [ 'base' => NULL, 'refs' => [ 'DescribeCompilationJobResponse$InferenceImage' => '

The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.

', ], ], 'InferenceMetrics' => [ 'base' => '

The metrics for an existing endpoint compared in an Inference Recommender job.

', 'refs' => [ 'EndpointPerformance$Metrics' => '

The metrics for an existing endpoint.

', 'RecommendationJobInferenceBenchmark$EndpointMetrics' => NULL, ], ], 'InferenceRecommendation' => [ 'base' => '

A list of recommendations made by Amazon SageMaker Inference Recommender.

', 'refs' => [ 'InferenceRecommendations$member' => NULL, ], ], 'InferenceRecommendations' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$InferenceRecommendations' => '

The recommendations made by Inference Recommender.

', ], ], 'InferenceRecommendationsJob' => [ 'base' => '

A structure that contains a list of recommendation jobs.

', 'refs' => [ 'InferenceRecommendationsJobs$member' => NULL, ], ], 'InferenceRecommendationsJobStep' => [ 'base' => '

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

', 'refs' => [ 'InferenceRecommendationsJobSteps$member' => NULL, ], ], 'InferenceRecommendationsJobSteps' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobStepsResponse$Steps' => '

A list of all subtask details in Inference Recommender.

', ], ], 'InferenceRecommendationsJobs' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobsResponse$InferenceRecommendationsJobs' => '

The recommendations created from the Amazon SageMaker Inference Recommender job.

', ], ], 'InferenceSpecification' => [ 'base' => '

Defines how to perform inference generation after a training job is run.

', 'refs' => [ 'BatchDescribeModelPackageSummary$InferenceSpecification' => NULL, 'CreateAlgorithmInput$InferenceSpecification' => '

Specifies details about inference jobs that the algorithm runs, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.

  • The instance types that the algorithm supports for transform jobs and real-time endpoints used for inference.

  • The input and output content formats that the algorithm supports for inference.

', 'CreateModelPackageInput$InferenceSpecification' => '

Specifies details about inference jobs that can be run with models based on this model package, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.

  • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.

  • The input and output content formats that the model package supports for inference.

', 'DescribeAlgorithmOutput$InferenceSpecification' => '

Details about inference jobs that the algorithm runs.

', 'DescribeModelPackageOutput$InferenceSpecification' => '

Details about inference jobs that can be run with models based on this model package.

', 'ModelPackage$InferenceSpecification' => '

Defines how to perform inference generation after a training job is run.

', ], ], 'InferenceSpecificationName' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$InferenceSpecificationName' => '

The inference specification name in the model package version.

', 'EndpointInputConfiguration$InferenceSpecificationName' => '

The inference specification name in the model package version.

', 'ModelConfiguration$InferenceSpecificationName' => '

The inference specification name in the model package version.

', ], ], 'InitialInstanceCount' => [ 'base' => NULL, 'refs' => [ 'EndpointOutputConfiguration$InitialInstanceCount' => '

The number of instances recommended to launch initially.

', ], ], 'InitialNumberOfUsers' => [ 'base' => NULL, 'refs' => [ 'Phase$InitialNumberOfUsers' => '

Specifies how many concurrent users to start with. The value should be between 1 and 3.

', ], ], 'InitialTaskCount' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$InitialInstanceCount' => '

Number of instances to launch initially.

', ], ], 'InputConfig' => [ 'base' => '

Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', 'refs' => [ 'CreateCompilationJobRequest$InputConfig' => '

Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', 'DescribeCompilationJobResponse$InputConfig' => '

Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', ], ], 'InputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$InputDataConfig' => '

An array of Channel objects. Each channel is a named input source. InputDataConfig describes the input data and its location.

Algorithms can accept input data from one or more channels. For example, an algorithm might have two channels of input data, training_data and validation_data. The configuration for each channel provides the S3, EFS, or FSx location where the input data is stored. It also provides information about the stored data: the MIME type, compression method, and whether the data is wrapped in RecordIO format.

Depending on the input mode that the algorithm supports, SageMaker either copies input data files from an S3 bucket to a local directory in the Docker container, or makes it available as input streams. For example, if you specify an EFS location, input data files are available as input streams. They do not need to be downloaded.

Your input must be in the same Amazon Web Services region as your training job.

', 'DescribeTrainingJobResponse$InputDataConfig' => '

An array of Channel objects that describes each data input channel.

', 'HyperParameterTrainingJobDefinition$InputDataConfig' => '

An array of Channel objects that specify the input for the training jobs that the tuning job launches.

', 'TrainingJob$InputDataConfig' => '

An array of Channel objects that describes each data input channel.

Your input must be in the same Amazon Web Services region as your training job.

', 'TrainingJobDefinition$InputDataConfig' => '

An array of Channel objects, each of which specifies an input source.

', ], ], 'InputMode' => [ 'base' => NULL, 'refs' => [ 'DatasetDefinition$InputMode' => '

Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

', ], ], 'InputModes' => [ 'base' => NULL, 'refs' => [ 'ChannelSpecification$SupportedInputModes' => '

The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

', ], ], 'InstanceGroup' => [ 'base' => '

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .

', 'refs' => [ 'InstanceGroups$member' => NULL, ], ], 'InstanceGroupName' => [ 'base' => NULL, 'refs' => [ 'InstanceGroup$InstanceGroupName' => '

Specifies the name of the instance group.

', 'InstanceGroupNames$member' => NULL, ], ], 'InstanceGroupNames' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$InstanceGroupNames' => '

A list of names of instance groups that get data from the S3 data source.

', ], ], 'InstanceGroups' => [ 'base' => NULL, 'refs' => [ 'ResourceConfig$InstanceGroups' => '

The configuration of a heterogeneous cluster in JSON format.

', ], ], 'InstanceMetadataServiceConfiguration' => [ 'base' => '

Information on the IMDS configuration of the notebook instance

', 'refs' => [ 'CreateNotebookInstanceInput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', 'DescribeNotebookInstanceOutput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', 'UpdateNotebookInstanceInput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$InstanceType' => '

The type of ML compute instance to launch for the notebook instance.

', 'DescribeNotebookInstanceOutput$InstanceType' => '

The type of ML compute instance running on the notebook instance.

', 'NotebookInstanceSummary$InstanceType' => '

The type of ML compute instance that the notebook instance is running on.

', 'RealTimeInferenceConfig$InstanceType' => '

The instance type the model is deployed to.

', 'UpdateNotebookInstanceInput$InstanceType' => '

The Amazon ML compute instance type.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobRequest$ModelCardVersion' => '

The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

', 'DescribeDeviceResponse$MaxModels' => '

The maximum number of models.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentSuccess' => '

The number of edge devices with the successful deployment.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPending' => '

The number of edge devices yet to pick up deployment, or in progress.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentFailed' => '

The number of edge devices that failed the deployment.

', 'DescribeModelCardExportJobResponse$ModelCardVersion' => '

The version of the model card that the model export job exports.

', 'DescribeModelCardRequest$ModelCardVersion' => '

The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.

', 'DescribeModelCardResponse$ModelCardVersion' => '

The version of the model card.

', 'DynamicScalingConfiguration$MinCapacity' => '

The recommended minimum capacity to specify for your autoscaling policy.

', 'DynamicScalingConfiguration$MaxCapacity' => '

The recommended maximum capacity to specify for your autoscaling policy.

', 'DynamicScalingConfiguration$ScaleInCooldown' => '

The recommended scale in cooldown time for your autoscaling policy.

', 'DynamicScalingConfiguration$ScaleOutCooldown' => '

The recommended scale out cooldown time for your autoscaling policy.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentSuccess' => '

The number of edge devices with the successful deployment.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPending' => '

The number of edge devices yet to pick up the deployment, or in progress.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentFailed' => '

The number of edge devices that failed the deployment.

', 'EdgeDeploymentStatus$EdgeDeploymentSuccessInStage' => '

The number of edge devices with the successful deployment in the current stage.

', 'EdgeDeploymentStatus$EdgeDeploymentPendingInStage' => '

The number of edge devices yet to pick up the deployment in current stage, or in progress.

', 'EdgeDeploymentStatus$EdgeDeploymentFailedInStage' => '

The number of edge devices that failed the deployment in current stage.

', 'HyperParameterTuningJobCompletionDetails$NumberOfTrainingJobsObjectiveNotImproving' => '

The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.

', 'HyperParameterTuningJobConsumedResources$RuntimeInSeconds' => '

The wall clock runtime in seconds used by your hyperparameter tuning job.

', 'InferenceMetrics$MaxInvocations' => '

The expected maximum number of requests per minute for the instance.

', 'InferenceMetrics$ModelLatency' => '

The expected model latency at maximum invocations per minute for the instance.

', 'ListModelCardExportJobsRequest$ModelCardVersion' => '

List export jobs for the model card with the specified version.

', 'ModelCard$ModelCardVersion' => '

The version of the model card.

', 'ModelCardExportJobSummary$ModelCardVersion' => '

The version of the model card that the export job exports.

', 'ModelCardVersionSummary$ModelCardVersion' => '

A version of the model card.

', 'ModelDashboardModelCard$ModelCardVersion' => '

The model card version.

', 'ModelLatencyThreshold$ValueInMilliseconds' => '

The model latency percentile value in milliseconds.

', 'RecommendationJobStoppingConditions$MaxInvocations' => '

The maximum number of requests per minute expected for the endpoint.

', 'RecommendationMetrics$MaxInvocations' => '

The expected maximum number of requests per minute for the instance.

', 'RecommendationMetrics$ModelLatency' => '

The expected model latency at maximum invocation per minute for the instance.

', 'ScalingPolicyMetric$InvocationsPerInstance' => '

The number of invocations sent to a model, normalized by InstanceCount in each ProductionVariant. 1/numberOfInstances is sent as the value on each request, where numberOfInstances is the number of active instances for the ProductionVariant behind the endpoint at the time of the request.

', 'ScalingPolicyMetric$ModelLatency' => '

The interval of time taken by a model to respond as viewed from SageMaker. This interval includes the local communication times taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.

', 'ScalingPolicyObjective$MinInvocationsPerMinute' => '

The minimum number of expected requests to your endpoint per minute.

', 'ScalingPolicyObjective$MaxInvocationsPerMinute' => '

The maximum number of expected requests to your endpoint per minute.

', ], ], 'IntegerParameterRange' => [ 'base' => '

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

', 'refs' => [ 'IntegerParameterRanges$member' => NULL, ], ], 'IntegerParameterRangeSpecification' => [ 'base' => '

Defines the possible values for an integer hyperparameter.

', 'refs' => [ 'ParameterRange$IntegerParameterRangeSpecification' => '

A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.

', ], ], 'IntegerParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$IntegerParameterRanges' => '

The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.

', ], ], 'IntegerValue' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$AttemptCount' => '

The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.

', ], ], 'InvocationEndTime' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendation$InvocationEndTime' => '

A timestamp that shows when the benchmark completed.

', 'RecommendationJobInferenceBenchmark$InvocationEndTime' => '

A timestamp that shows when the benchmark completed.

', ], ], 'InvocationStartTime' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendation$InvocationStartTime' => '

A timestamp that shows when the benchmark started.

', 'RecommendationJobInferenceBenchmark$InvocationStartTime' => '

A timestamp that shows when the benchmark started.

', ], ], 'InvocationsMaxRetries' => [ 'base' => NULL, 'refs' => [ 'ModelClientConfig$InvocationsMaxRetries' => '

The maximum number of retries when invocation requests are failing. The default value is 3.

', ], ], 'InvocationsTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ModelClientConfig$InvocationsTimeoutInSeconds' => '

The timeout value in seconds for an invocation request. The default value is 600.

', ], ], 'IotRoleAlias' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceFleetResponse$IotRoleAlias' => '

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

', ], ], 'ItemIdentifierAttributeName' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$ItemIdentifierAttributeName' => '

The name of the column that represents the set of item identifiers for which you want to predict the target value.

', ], ], 'JobDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$JobDurationInSeconds' => '

Specifies the maximum duration of the job, in seconds. The maximum value is 7200.

', ], ], 'JobReferenceCode' => [ 'base' => NULL, 'refs' => [ 'DescribeLabelingJobResponse$JobReferenceCode' => '

A unique identifier for work done as part of a labeling job.

', 'LabelingJobForWorkteamSummary$JobReferenceCode' => '

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

', ], ], 'JobReferenceCodeContains' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamRequest$JobReferenceCodeContains' => '

A filter the limits jobs to only the ones whose job reference code contains the specified string.

', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', 'DescribeImageVersionResponse$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', 'UpdateImageVersionRequest$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', ], ], 'JoinSource' => [ 'base' => NULL, 'refs' => [ 'DataProcessing$JoinSource' => '

Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

', ], ], 'JsonContentType' => [ 'base' => NULL, 'refs' => [ 'JsonContentTypes$member' => NULL, ], ], 'JsonContentTypes' => [ 'base' => NULL, 'refs' => [ 'CaptureContentTypeHeader$JsonContentTypes' => '

The list of all content type headers that SageMaker will treat as JSON and capture accordingly.

', ], ], 'JsonPath' => [ 'base' => NULL, 'refs' => [ 'DataProcessing$InputFilter' => '

A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

Examples: "$", "$[1:]", "$.features"

', 'DataProcessing$OutputFilter' => '

A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren\'t within the dimension size of the joined dataset, you get an error.

Examples: "$", "$[0,5:]", "$[\'id\',\'SageMakerOutput\']"

', ], ], 'JupyterServerAppSettings' => [ 'base' => '

The JupyterServer app settings.

', 'refs' => [ 'DefaultSpaceSettings$JupyterServerAppSettings' => NULL, 'SpaceSettings$JupyterServerAppSettings' => NULL, 'UserSettings$JupyterServerAppSettings' => '

The Jupyter server\'s app settings.

', ], ], 'KeepAlivePeriodInSeconds' => [ 'base' => NULL, 'refs' => [ 'ResourceConfig$KeepAlivePeriodInSeconds' => '

The duration of time in seconds to retain configured resources in a warm pool for subsequent training jobs.

', 'ResourceConfigForUpdate$KeepAlivePeriodInSeconds' => '

The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.

', ], ], 'KernelDisplayName' => [ 'base' => NULL, 'refs' => [ 'KernelSpec$DisplayName' => '

The display name of the kernel.

', ], ], 'KernelGatewayAppSettings' => [ 'base' => '

The KernelGateway app settings.

', 'refs' => [ 'DefaultSpaceSettings$KernelGatewayAppSettings' => NULL, 'SpaceSettings$KernelGatewayAppSettings' => NULL, 'UserSettings$KernelGatewayAppSettings' => '

The kernel gateway app settings.

', ], ], 'KernelGatewayImageConfig' => [ 'base' => '

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

', 'refs' => [ 'AppImageConfigDetails$KernelGatewayImageConfig' => '

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

', 'CreateAppImageConfigRequest$KernelGatewayImageConfig' => '

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.

', 'DescribeAppImageConfigResponse$KernelGatewayImageConfig' => '

The configuration of a KernelGateway app.

', 'UpdateAppImageConfigRequest$KernelGatewayImageConfig' => '

The new KernelGateway app to run on the image.

', ], ], 'KernelName' => [ 'base' => NULL, 'refs' => [ 'KernelSpec$Name' => '

The name of the Jupyter kernel in the image. This value is case sensitive.

', ], ], 'KernelSpec' => [ 'base' => '

The specification of a Jupyter kernel.

', 'refs' => [ 'KernelSpecs$member' => NULL, ], ], 'KernelSpecs' => [ 'base' => NULL, 'refs' => [ 'KernelGatewayImageConfig$KernelSpecs' => '

The specification of the Jupyter kernels in the image.

', ], ], 'Key' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$ObjectKey' => '

The object key (or key name) uniquely identifies the object in an S3 bucket.

', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

', 'AthenaDatasetDefinition$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

', 'AutoMLOutputDataConfig$KmsKeyId' => '

The Key Management Service (KMS) encryption key ID.

', 'AutoMLSecurityConfig$VolumeKmsKeyId' => '

The key used to encrypt stored data.

', 'BatchDataCaptureConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the batch transform job.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'CreateDomainRequest$HomeEfsFileSystemKmsKeyId' => '

Use KmsKeyId.

', 'CreateDomainRequest$KmsKeyId' => '

SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.

', 'CreateEdgePackagingJobRequest$ResourceKey' => '

The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.

', 'CreateEndpointConfigInput$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint, UpdateEndpoint requests. For more information, refer to the Amazon Web Services Key Management Service section Using Key Policies in Amazon Web Services KMS

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a KmsKeyId when using an instance type with local storage. If any of the models that you specify in the ProductionVariants parameter use nitro-based instances with local storage, do not specify a value for the KmsKeyId parameter. If you specify a value for KmsKeyId when using any nitro-based instances with local storage, the call to CreateEndpointConfig fails.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

', 'CreateInferenceExperimentRequest$KmsKey' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. The KmsKey can be any of the following formats:

  • KMS key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • KMS key Alias

    "alias/ExampleAlias"

  • Amazon Resource Name (ARN) of a KMS key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. Amazon SageMaker uses server-side encryption with KMS managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'CreateNotebookInstanceInput$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

', 'DataCaptureConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'DataCaptureConfigSummary$KmsKeyId' => '

The KMS key being used to encrypt the data in Amazon S3.

', 'DescribeDomainResponse$HomeEfsFileSystemKmsKeyId' => '

Use KmsKeyId.

', 'DescribeDomainResponse$KmsKeyId' => '

The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.

', 'DescribeEdgePackagingJobResponse$ResourceKey' => '

The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

', 'DescribeEndpointConfigOutput$KmsKeyId' => '

Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

', 'DescribeInferenceExperimentResponse$KmsKey' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperiment.

', 'DescribeNotebookInstanceOutput$KmsKeyId' => '

The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

', 'EdgeOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account.

', 'FlowDefinitionOutputConfig$KmsKeyId' => '

The Amazon Key Management Service (KMS) key ID for server-side encryption.

', 'HyperParameterTuningResourceConfig$VolumeKmsKeyId' => '

A key used by Amazon Web Services Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key.

KMS Key ID:

"1234abcd-12ab-34cd-56ef-1234567890ab"

Amazon Resource Name (ARN) of a KMS key:

"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about Amazon Web Services Key Management Service, see KMS encryption for more information.

', 'InferenceExperimentDataStorageConfig$KmsKey' => '

The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.

', 'LabelingJobOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

If you don\'t provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role\'s account to encrypt your output data.

If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

', 'LabelingJobResourceConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

The VolumeKmsKeyId can be any of the following formats:

  • KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

', 'ModelCardSecurityConfig$KmsKeyId' => '

A Key Management Service key ID to use for encrypting a model card.

', 'MonitoringClusterConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

', 'MonitoringOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

', 'OnlineStoreSecurityConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

  • "kms:Encrypt"

  • "kms:Decrypt"

  • "kms:DescribeKey"

  • "kms:CreateGrant"

  • "kms:RetireGrant"

  • "kms:ReEncryptFrom"

  • "kms:ReEncryptTo"

  • "kms:GenerateDataKey"

  • "kms:ListAliases"

  • "kms:ListGrants"

  • "kms:RevokeGrant"

The caller (either user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

  • "kms:Decrypt"

', 'OutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'OutputDataConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role\'s account. SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'ProcessingClusterConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

', 'ProcessingOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

', 'ProductionVariantCoreDumpConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role\'s account. SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'RecommendationJobInputConfig$VolumeKmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. This key will be passed to SageMaker Hosting for endpoint creation.

The SageMaker execution role must have kms:CreateGrant permission in order to encrypt data on the storage volume of the endpoints created for inference recommendation. The inference recommendation job will fail asynchronously during endpoint configuration creation if the role passed does not have kms:CreateGrant permission.

The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"

For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.

', 'RecommendationJobOutputConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have kms:GenerateDataKey permission.

The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"

For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.

', 'RedshiftDatasetDefinition$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

', 'ResourceConfig$VolumeKmsKeyId' => '

The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be in any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

', 'S3StorageConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) key ARN of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"

', 'SharingSettings$S3KmsKeyId' => '

When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

', 'TransformOutput$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'TransformResources$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'WorkspaceSettings$S3KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.

', ], ], 'LabelAttributeName' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobRequest$LabelAttributeName' => '

The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements.

  • The name can\'t end with "-metadata".

  • If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref".

    • Image semantic segmentation (SemanticSegmentation), and adjustment (AdjustmentSemanticSegmentation) and verification (VerificationSemanticSegmentation) labeling jobs for this task type.

    • Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type.

    • Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type.

    • 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type.

    • 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type.

If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.

', 'DescribeLabelingJobResponse$LabelAttributeName' => '

The attribute used as the label in the output manifest file.

', ], ], 'LabelCounter' => [ 'base' => NULL, 'refs' => [ 'LabelCounters$TotalLabeled' => '

The total number of objects labeled.

', 'LabelCounters$HumanLabeled' => '

The total number of objects labeled by a human worker.

', 'LabelCounters$MachineLabeled' => '

The total number of objects labeled by automated data labeling.

', 'LabelCounters$FailedNonRetryableError' => '

The total number of objects that could not be labeled due to an error.

', 'LabelCounters$Unlabeled' => '

The total number of objects not yet labeled.

', 'LabelCountersForWorkteam$HumanLabeled' => '

The total number of data objects labeled by a human worker.

', 'LabelCountersForWorkteam$PendingHuman' => '

The total number of data objects that need to be labeled by a human worker.

', 'LabelCountersForWorkteam$Total' => '

The total number of tasks in the labeling job.

', ], ], 'LabelCounters' => [ 'base' => '

Provides a breakdown of the number of objects labeled.

', 'refs' => [ 'DescribeLabelingJobResponse$LabelCounters' => '

Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn\'t be labeled, and the total number of objects labeled.

', 'LabelingJobSummary$LabelCounters' => '

Counts showing the progress of the labeling job.

', ], ], 'LabelCountersForWorkteam' => [ 'base' => '

Provides counts for human-labeled tasks in the labeling job.

', 'refs' => [ 'LabelingJobForWorkteamSummary$LabelCounters' => '

Provides information about the progress of a labeling job.

', ], ], 'LabelingJobAlgorithmSpecificationArn' => [ 'base' => NULL, 'refs' => [ 'LabelingJobAlgorithmsConfig$LabelingJobAlgorithmSpecificationArn' => '

Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

  • Image classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification

  • Text classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification

  • Object detection

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection

  • Semantic Segmentation

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

', ], ], 'LabelingJobAlgorithmsConfig' => [ 'base' => '

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

', 'refs' => [ 'CreateLabelingJobRequest$LabelingJobAlgorithmsConfig' => '

Configures the information required to perform automated data labeling.

', 'DescribeLabelingJobResponse$LabelingJobAlgorithmsConfig' => '

Configuration information for automated data labeling.

', ], ], 'LabelingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.

', 'DescribeLabelingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job.

', 'DescribeTrainingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.

', 'DescribeTransformJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.

', 'LabelingJobSummary$LabelingJobArn' => '

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

', 'TrainingJob$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job.

', 'TransformJob$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job that created the transform job.

', ], ], 'LabelingJobDataAttributes' => [ 'base' => '

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

', 'refs' => [ 'LabelingJobInputConfig$DataAttributes' => '

Attributes of the data specified by the customer.

', ], ], 'LabelingJobDataSource' => [ 'base' => '

Provides information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

', 'refs' => [ 'LabelingJobInputConfig$DataSource' => '

The location of the input data.

', ], ], 'LabelingJobForWorkteamSummary' => [ 'base' => '

Provides summary information for a work team.

', 'refs' => [ 'LabelingJobForWorkteamSummaryList$member' => NULL, ], ], 'LabelingJobForWorkteamSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamResponse$LabelingJobSummaryList' => '

An array of LabelingJobSummary objects, each describing a labeling job.

', ], ], 'LabelingJobInputConfig' => [ 'base' => '

Input configuration information for a labeling job.

', 'refs' => [ 'CreateLabelingJobRequest$InputConfig' => '

Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

You must specify at least one of the following: S3DataSource or SnsDataSource.

  • Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled.

  • Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use ContentClassifiers to specify that your data is free of personally identifiable information and adult content.

', 'DescribeLabelingJobResponse$InputConfig' => '

Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

', 'LabelingJobSummary$InputConfig' => '

Input configuration for the labeling job.

', ], ], 'LabelingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobRequest$LabelingJobName' => '

The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.

', 'DescribeLabelingJobRequest$LabelingJobName' => '

The name of the labeling job to return information for.

', 'DescribeLabelingJobResponse$LabelingJobName' => '

The name assigned to the labeling job when it was created.

', 'LabelingJobForWorkteamSummary$LabelingJobName' => '

The name of the labeling job that the work team is assigned to.

', 'LabelingJobSummary$LabelingJobName' => '

The name of the labeling job.

', 'StopLabelingJobRequest$LabelingJobName' => '

The name of the labeling job to stop.

', ], ], 'LabelingJobOutput' => [ 'base' => '

Specifies the location of the output produced by the labeling job.

', 'refs' => [ 'DescribeLabelingJobResponse$LabelingJobOutput' => '

The location of the output produced by the labeling job.

', 'LabelingJobSummary$LabelingJobOutput' => '

The location of the output produced by the labeling job.

', ], ], 'LabelingJobOutputConfig' => [ 'base' => '

Output configuration information for a labeling job.

', 'refs' => [ 'CreateLabelingJobRequest$OutputConfig' => '

The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

', 'DescribeLabelingJobResponse$OutputConfig' => '

The location of the job\'s output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

', ], ], 'LabelingJobResourceConfig' => [ 'base' => '

Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.

', 'refs' => [ 'LabelingJobAlgorithmsConfig$LabelingJobResourceConfig' => '

Provides configuration information for a labeling job.

', ], ], 'LabelingJobS3DataSource' => [ 'base' => '

The Amazon S3 location of the input data objects.

', 'refs' => [ 'LabelingJobDataSource$S3DataSource' => '

The Amazon S3 location of the input data objects.

', ], ], 'LabelingJobSnsDataSource' => [ 'base' => '

An Amazon SNS data source used for streaming labeling jobs.

', 'refs' => [ 'LabelingJobDataSource$SnsDataSource' => '

An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming Labeling Job.

', ], ], 'LabelingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeLabelingJobResponse$LabelingJobStatus' => '

The processing status of the labeling job.

', 'LabelingJobSummary$LabelingJobStatus' => '

The current status of the labeling job.

', 'ListLabelingJobsRequest$StatusEquals' => '

A filter that retrieves only labeling jobs with a specific status.

', ], ], 'LabelingJobStoppingConditions' => [ 'base' => '

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

', 'refs' => [ 'CreateLabelingJobRequest$StoppingConditions' => '

A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

', 'DescribeLabelingJobResponse$StoppingConditions' => '

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.

', ], ], 'LabelingJobSummary' => [ 'base' => '

Provides summary information about a labeling job.

', 'refs' => [ 'LabelingJobSummaryList$member' => NULL, ], ], 'LabelingJobSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsResponse$LabelingJobSummaryList' => '

An array of LabelingJobSummary objects, each describing a labeling job.

', ], ], 'LambdaFunctionArn' => [ 'base' => NULL, 'refs' => [ 'AnnotationConsolidationConfig$AnnotationConsolidationLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

', 'HumanTaskConfig$PreHumanTaskLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

3D Point Cloud Modalities

Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation

', 'LabelingJobSummary$PreHumanTaskLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

', 'LabelingJobSummary$AnnotationConsolidationLambdaArn' => '

The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

', ], ], 'LambdaStepMetadata' => [ 'base' => '

Metadata for a Lambda step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Lambda' => '

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

', ], ], 'LastModifiedTime' => [ 'base' => NULL, 'refs' => [ 'CodeRepositorySummary$LastModifiedTime' => '

The date and time that the Git repository was last modified.

', 'CompilationJobSummary$LastModifiedTime' => '

The time when the model compilation job was last modified.

', 'DescribeCodeRepositoryOutput$LastModifiedTime' => '

The date and time that the repository was last changed.

', 'DescribeCompilationJobResponse$LastModifiedTime' => '

The time that the status of the model compilation job was last modified.

', 'DescribeDomainResponse$LastModifiedTime' => '

The last modified time.

', 'DescribeFeatureGroupResponse$LastModifiedTime' => '

A timestamp indicating when the feature group was last updated.

', 'DescribeFeatureMetadataResponse$LastModifiedTime' => '

A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you

', 'DescribeInferenceRecommendationsJobResponse$LastModifiedTime' => '

A timestamp that shows when the job was last modified.

', 'DescribeNotebookInstanceLifecycleConfigOutput$LastModifiedTime' => '

A timestamp that tells when the lifecycle configuration was last modified.

', 'DescribeNotebookInstanceOutput$LastModifiedTime' => '

A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

', 'DescribeSpaceResponse$LastModifiedTime' => '

The last modified time.

', 'DescribeUserProfileResponse$LastModifiedTime' => '

The last modified time.

', 'DomainDetails$LastModifiedTime' => '

The last modified time.

', 'FeatureGroup$LastModifiedTime' => '

A timestamp indicating the last time you updated the feature group.

', 'FeatureMetadata$LastModifiedTime' => '

A timestamp indicating when the feature was last modified.

', 'InferenceRecommendationsJob$LastModifiedTime' => '

A timestamp that shows when the job was last modified.

', 'ListCompilationJobsRequest$LastModifiedTimeAfter' => '

A filter that returns the model compilation jobs that were modified after a specified time.

', 'ListCompilationJobsRequest$LastModifiedTimeBefore' => '

A filter that returns the model compilation jobs that were modified before a specified time.

', 'ListInferenceRecommendationsJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only jobs that were last modified after the specified time (timestamp).

', 'ListInferenceRecommendationsJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only jobs that were last modified before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeBefore' => '

A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeAfter' => '

A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

', 'ListNotebookInstancesInput$LastModifiedTimeBefore' => '

A filter that returns only notebook instances that were modified before the specified time (timestamp).

', 'ListNotebookInstancesInput$LastModifiedTimeAfter' => '

A filter that returns only notebook instances that were modified after the specified time (timestamp).

', 'NotebookInstanceLifecycleConfigSummary$LastModifiedTime' => '

A timestamp that tells when the lifecycle configuration was last modified.

', 'NotebookInstanceSummary$LastModifiedTime' => '

A timestamp that shows when the notebook instance was last modified.

', 'SpaceDetails$LastModifiedTime' => '

The last modified time.

', 'UserProfileDetails$LastModifiedTime' => '

The last modified time.

', ], ], 'LastUpdateStatus' => [ 'base' => '

A value that indicates whether the update was successful.

', 'refs' => [ 'DescribeFeatureGroupResponse$LastUpdateStatus' => '

A value indicating whether the update made to the feature group was successful.

', 'FeatureGroup$LastUpdateStatus' => '

A value that indicates whether the feature group was updated successfully.

', ], ], 'LastUpdateStatusValue' => [ 'base' => NULL, 'refs' => [ 'LastUpdateStatus$Status' => '

A value that indicates whether the update was made successful.

', ], ], 'LifecycleConfigArns' => [ 'base' => NULL, 'refs' => [ 'JupyterServerAppSettings$LifecycleConfigArns' => '

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

', 'KernelGatewayAppSettings$LifecycleConfigArns' => '

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

', ], ], 'LineageEntityParameters' => [ 'base' => NULL, 'refs' => [ 'CreateActionRequest$Properties' => '

A list of properties to add to the action.

', 'CreateArtifactRequest$Properties' => '

A list of properties to add to the artifact.

', 'CreateContextRequest$Properties' => '

A list of properties to add to the context.

', 'DescribeActionResponse$Properties' => '

A list of the action\'s properties.

', 'DescribeArtifactResponse$Properties' => '

A list of the artifact\'s properties.

', 'DescribeContextResponse$Properties' => '

A list of the context\'s properties.

', 'UpdateActionRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', 'UpdateArtifactRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', 'UpdateContextRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', ], ], 'LineageGroupArn' => [ 'base' => NULL, 'refs' => [ 'DescribeActionResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeArtifactResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeContextResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeLineageGroupResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeTrialComponentResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'GetLineageGroupPolicyResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'LineageGroupSummary$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group resource.

', 'TrialComponent$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group resource.

', ], ], 'LineageGroupNameOrArn' => [ 'base' => NULL, 'refs' => [ 'GetLineageGroupPolicyRequest$LineageGroupName' => '

The name or Amazon Resource Name (ARN) of the lineage group.

', ], ], 'LineageGroupSummaries' => [ 'base' => NULL, 'refs' => [ 'ListLineageGroupsResponse$LineageGroupSummaries' => '

A list of lineage groups and their properties.

', ], ], 'LineageGroupSummary' => [ 'base' => '

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

', 'refs' => [ 'LineageGroupSummaries$member' => NULL, ], ], 'LineageType' => [ 'base' => NULL, 'refs' => [ 'QueryLineageTypes$member' => NULL, 'Vertex$LineageType' => '

The type of resource of the lineage entity.

', ], ], 'ListActionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListActionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAlgorithmsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListAlgorithmsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListAliasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAliasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAppImageConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAppImageConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAppsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAppsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListArtifactsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAutoMLJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAutoMLJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCandidatesForAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCandidatesForAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCodeRepositoriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListCodeRepositoriesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListCompilationJobsRequest$SortBy' => '

The field by which to sort results. The default is CreationTime.

', ], ], 'ListContextsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListContextsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsRequest$SortBy' => '

The column to sort by.

', ], ], 'ListDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansSortBy' => [ 'base' => NULL, 'refs' => [ 'ListEdgeDeploymentPlansRequest$SortBy' => '

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

', ], ], 'ListEdgePackagingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgePackagingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgePackagingJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListEdgePackagingJobsRequest$SortBy' => '

Use to specify what column to sort by.

', ], ], 'ListEndpointConfigsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointConfigsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFeatureGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFeatureGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFlowDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFlowDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHumanTaskUisRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHumanTaskUisResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHyperParameterTuningJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHyperParameterTuningJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImageVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImageVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobStepsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobStepsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobsRequest$SortBy' => '

The parameter by which to sort the results.

', ], ], 'ListLabelingJobsForWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsForWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsForWorkteamSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'ListLabelingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLineageEntityParameterKey' => [ 'base' => NULL, 'refs' => [ 'UpdateActionRequest$PropertiesToRemove' => '

A list of properties to remove.

', 'UpdateArtifactRequest$PropertiesToRemove' => '

A list of properties to remove.

', 'UpdateContextRequest$PropertiesToRemove' => '

A list of properties to remove.

', ], ], 'ListLineageGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLineageGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsRequest$MaxResults' => '

The maximum number of results to select.

', 'ListDevicesRequest$MaxResults' => '

Maximum number of results to select.

', 'ListEdgeDeploymentPlansRequest$MaxResults' => '

The maximum number of results to select (50 by default).

', 'ListEdgePackagingJobsRequest$MaxResults' => '

Maximum number of results to select.

', 'ListStageDevicesRequest$MaxResults' => '

The maximum number of requests to select.

', ], ], 'ListModelBiasJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelBiasJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardExportJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardExportJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelExplainabilityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelExplainabilityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackageGroupsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackageGroupsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackagesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackagesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelQualityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelQualityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringExecutionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringSchedulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringSchedulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstanceLifecycleConfigsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstanceLifecycleConfigsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstancesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstancesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionStepsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionStepsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineParametersForExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineParametersForExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelinesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelinesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProcessingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProcessingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceCatalogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceCatalogsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDevicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStudioLifecycleConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStudioLifecycleConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSubscribedWorkteamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSubscribedWorkteamsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTagsInput$MaxResults' => '

Maximum number of tags to return.

', ], ], 'ListTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsForHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsForHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTransformJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTransformJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialComponentKey256' => [ 'base' => NULL, 'refs' => [ 'UpdateTrialComponentRequest$ParametersToRemove' => '

The hyperparameters to remove from the component.

', 'UpdateTrialComponentRequest$InputArtifactsToRemove' => '

The input artifacts to remove from the component.

', 'UpdateTrialComponentRequest$OutputArtifactsToRemove' => '

The output artifacts to remove from the component.

', ], ], 'ListTrialComponentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialComponentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUserProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUserProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListWorkforcesRequest$SortBy' => '

Sort workforces using the workforce name or creation date.

', ], ], 'ListWorkteamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkteamsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkteamsSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListWorkteamsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'AgentVersion$AgentCount' => '

The number of Edge Manager agents.

', 'DeviceStats$ConnectedDeviceCount' => '

The number of devices connected with a heartbeat.

', 'DeviceStats$RegisteredDeviceCount' => '

The number of registered devices.

', 'EdgeModelStat$OfflineDeviceCount' => '

The number of devices that have this model version and do not have a heart beat.

', 'EdgeModelStat$ConnectedDeviceCount' => '

The number of devices that have this model version and have a heart beat.

', 'EdgeModelStat$ActiveDeviceCount' => '

The number of devices that have this model version, a heart beat, and are currently running.

', 'EdgeModelStat$SamplingDeviceCount' => '

The number of devices with this model version and are producing sample data.

', ], ], 'MLFramework' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$MLFramework' => '

The machine learning framework vended in the image version.

', 'DescribeImageVersionResponse$MLFramework' => '

The machine learning framework vended in the image version.

', 'UpdateImageVersionRequest$MLFramework' => '

The machine learning framework vended in the image version.

', ], ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxAutoMLJobRuntimeInSeconds' => '

The maximum runtime, in seconds, an AutoML job has to complete.

If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.

', ], ], 'MaxCandidates' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxCandidates' => '

The maximum number of times a training job is allowed to run.

For text and image classification, as well as time-series forecasting problem types, the supported value is 1. For tabular problem types, the maximum value is 750.

', ], ], 'MaxConcurrentInvocationsPerInstance' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceClientConfig$MaxConcurrentInvocationsPerInstance' => '

The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.

', ], ], 'MaxConcurrentTaskCount' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$MaxConcurrentTaskCount' => '

Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects. To increase the maximum value to 5000 objects, contact Amazon Web Services Support.

', ], ], 'MaxConcurrentTransforms' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For more information on execution-parameters, see How Containers Serve Requests. For built-in algorithms, you don\'t need to set a value for MaxConcurrentTransforms.

', 'DescribeTransformJobResponse$MaxConcurrentTransforms' => '

The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.

', 'TransformJob$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don\'t need to set a value for MaxConcurrentTransforms.

', 'TransformJobDefinition$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

', ], ], 'MaxHumanLabeledObjectCount' => [ 'base' => NULL, 'refs' => [ 'LabelingJobStoppingConditions$MaxHumanLabeledObjectCount' => '

The maximum number of objects that can be labeled by human workers.

', ], ], 'MaxNumberOfTests' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobResourceLimit$MaxNumberOfTests' => '

Defines the maximum number of load tests.

', ], ], 'MaxNumberOfTrainingJobs' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxNumberOfTrainingJobs' => '

The maximum number of training jobs that a hyperparameter tuning job can launch.

', ], ], 'MaxNumberOfTrainingJobsNotImproving' => [ 'base' => NULL, 'refs' => [ 'BestObjectiveNotImproving$MaxNumberOfTrainingJobsNotImproving' => '

The number of training jobs that have failed to improve model performance by 1% or greater over prior training jobs as evaluated against an objective function.

', ], ], 'MaxParallelExecutionSteps' => [ 'base' => NULL, 'refs' => [ 'ParallelismConfiguration$MaxParallelExecutionSteps' => '

The max number of steps that can be executed in parallel.

', ], ], 'MaxParallelOfTests' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobResourceLimit$MaxParallelOfTests' => '

Defines the maximum number of parallel load tests.

', ], ], 'MaxParallelTrainingJobs' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxParallelTrainingJobs' => '

The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

', ], ], 'MaxPayloadInMB' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$MaxPayloadInMB' => '

The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB.

The value of MaxPayloadInMB cannot be greater than 100 MB. If you specify the MaxConcurrentTransforms parameter, the value of (MaxConcurrentTransforms * MaxPayloadInMB) also cannot exceed 100 MB.

For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked encoding.

', 'DescribeTransformJobResponse$MaxPayloadInMB' => '

The maximum payload size, in MB, used in the transform job.

', 'TransformJob$MaxPayloadInMB' => '

The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

', 'TransformJobDefinition$MaxPayloadInMB' => '

The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).

', ], ], 'MaxPercentageOfInputDatasetLabeled' => [ 'base' => NULL, 'refs' => [ 'LabelingJobStoppingConditions$MaxPercentageOfInputDatasetLabeled' => '

The maximum number of input data objects that should be labeled.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$MaxResults' => '

The maximum number of actions to return in the response. The default value is 10.

', 'ListAlgorithmsInput$MaxResults' => '

The maximum number of algorithms to return in the response.

', 'ListAliasesRequest$MaxResults' => '

The maximum number of aliases to return.

', 'ListAppImageConfigsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListAppsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListArtifactsRequest$MaxResults' => '

The maximum number of artifacts to return in the response. The default value is 10.

', 'ListAssociationsRequest$MaxResults' => '

The maximum number of associations to return in the response. The default value is 10.

', 'ListCodeRepositoriesInput$MaxResults' => '

The maximum number of Git repositories to return in the response.

', 'ListCompilationJobsRequest$MaxResults' => '

The maximum number of model compilation jobs to return in the response.

', 'ListContextsRequest$MaxResults' => '

The maximum number of contexts to return in the response. The default value is 10.

', 'ListDataQualityJobDefinitionsRequest$MaxResults' => '

The maximum number of data quality monitoring job definitions to return in the response.

', 'ListDomainsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListEndpointConfigsInput$MaxResults' => '

The maximum number of training jobs to return in the response.

', 'ListEndpointsInput$MaxResults' => '

The maximum number of endpoints to return in the response. This value defaults to 10.

', 'ListExperimentsRequest$MaxResults' => '

The maximum number of experiments to return in the response. The default value is 10.

', 'ListFlowDefinitionsRequest$MaxResults' => '

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

', 'ListHubContentVersionsRequest$MaxResults' => '

The maximum number of hub content versions to list.

', 'ListHubContentsRequest$MaxResults' => '

The maximum amount of hub content to list.

', 'ListHubsRequest$MaxResults' => '

The maximum number of hubs to list.

', 'ListHumanTaskUisRequest$MaxResults' => '

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

', 'ListHyperParameterTuningJobsRequest$MaxResults' => '

The maximum number of tuning jobs to return. The default value is 10.

', 'ListImageVersionsRequest$MaxResults' => '

The maximum number of versions to return in the response. The default value is 10.

', 'ListImagesRequest$MaxResults' => '

The maximum number of images to return in the response. The default value is 10.

', 'ListInferenceExperimentsRequest$MaxResults' => '

The maximum number of results to select.

', 'ListInferenceRecommendationsJobStepsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListInferenceRecommendationsJobsRequest$MaxResults' => '

The maximum number of recommendations to return in the response.

', 'ListLabelingJobsForWorkteamRequest$MaxResults' => '

The maximum number of labeling jobs to return in each page of the response.

', 'ListLabelingJobsRequest$MaxResults' => '

The maximum number of labeling jobs to return in each page of the response.

', 'ListLineageGroupsRequest$MaxResults' => '

The maximum number of endpoints to return in the response. This value defaults to 10.

', 'ListModelBiasJobDefinitionsRequest$MaxResults' => '

The maximum number of model bias jobs to return in the response. The default value is 10.

', 'ListModelCardExportJobsRequest$MaxResults' => '

The maximum number of model card export jobs to list.

', 'ListModelCardVersionsRequest$MaxResults' => '

The maximum number of model card versions to list.

', 'ListModelCardsRequest$MaxResults' => '

The maximum number of model cards to list.

', 'ListModelExplainabilityJobDefinitionsRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListModelMetadataRequest$MaxResults' => '

The maximum number of models to return in the response.

', 'ListModelPackageGroupsInput$MaxResults' => '

The maximum number of results to return in the response.

', 'ListModelPackagesInput$MaxResults' => '

The maximum number of model packages to return in the response.

', 'ListModelQualityJobDefinitionsRequest$MaxResults' => '

The maximum number of results to return in a call to ListModelQualityJobDefinitions.

', 'ListModelsInput$MaxResults' => '

The maximum number of models to return in the response.

', 'ListMonitoringAlertHistoryRequest$MaxResults' => '

The maximum number of results to display. The default is 100.

', 'ListMonitoringAlertsRequest$MaxResults' => '

The maximum number of results to display. The default is 100.

', 'ListMonitoringExecutionsRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListMonitoringSchedulesRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListNotebookInstanceLifecycleConfigsInput$MaxResults' => '

The maximum number of lifecycle configurations to return in the response.

', 'ListNotebookInstancesInput$MaxResults' => '

The maximum number of notebook instances to return.

', 'ListPipelineExecutionStepsRequest$MaxResults' => '

The maximum number of pipeline execution steps to return in the response.

', 'ListPipelineExecutionsRequest$MaxResults' => '

The maximum number of pipeline executions to return in the response.

', 'ListPipelineParametersForExecutionRequest$MaxResults' => '

The maximum number of parameters to return in the response.

', 'ListPipelinesRequest$MaxResults' => '

The maximum number of pipelines to return in the response.

', 'ListProcessingJobsRequest$MaxResults' => '

The maximum number of processing jobs to return in the response.

', 'ListProjectsInput$MaxResults' => '

The maximum number of projects to return in the response.

', 'ListResourceCatalogsRequest$MaxResults' => '

The maximum number of results returned by ListResourceCatalogs.

', 'ListSpacesRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListStudioLifecycleConfigsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListSubscribedWorkteamsRequest$MaxResults' => '

The maximum number of work teams to return in each page of the response.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$MaxResults' => '

The maximum number of training jobs to return. The default value is 10.

', 'ListTrainingJobsRequest$MaxResults' => '

The maximum number of training jobs to return in the response.

', 'ListTransformJobsRequest$MaxResults' => '

The maximum number of transform jobs to return in the response. The default value is 10.

', 'ListTrialComponentsRequest$MaxResults' => '

The maximum number of components to return in the response. The default value is 10.

', 'ListTrialsRequest$MaxResults' => '

The maximum number of trials to return in the response. The default value is 10.

', 'ListUserProfilesRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListWorkforcesRequest$MaxResults' => '

The maximum number of workforces returned in the response.

', 'ListWorkteamsRequest$MaxResults' => '

The maximum number of work teams to return in each page of the response.

', 'SearchRequest$MaxResults' => '

The maximum number of results to return.

', ], ], 'MaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'StoppingCondition$MaxRuntimeInSeconds' => '

The maximum length of time, in seconds, that a training or compilation job can run before it is stopped.

For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model.

For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

The maximum time that a TrainingJob can run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.

', ], ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxRuntimePerTrainingJobInSeconds' => '

The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the StoppingCondition used by the CreateHyperParameterTuningJob action.

For job V2s (jobs created by calling CreateAutoMLJobV2), this field controls the runtime of the job candidate.

', ], ], 'MaxWaitTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'StoppingCondition$MaxWaitTimeInSeconds' => '

The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, SageMaker ends the job.

When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

', ], ], 'MaximumExecutionTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'BlueGreenUpdatePolicy$MaximumExecutionTimeoutInSeconds' => '

Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total waiting time specified in TerminationWaitInSeconds and WaitIntervalInSeconds.

', 'RollingUpdatePolicy$MaximumExecutionTimeoutInSeconds' => '

The time limit for the total deployment. Exceeding this limit causes a timeout.

', ], ], 'MaximumRetryAttempts' => [ 'base' => NULL, 'refs' => [ 'RetryStrategy$MaximumRetryAttempts' => '

The number of times to retry the job. When the job is retried, it\'s SecondaryStatus is changed to STARTING.

', ], ], 'MediaType' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifact$MediaType' => '

The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

', ], ], 'MemberDefinition' => [ 'base' => '

Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.

', 'refs' => [ 'MemberDefinitions$member' => NULL, ], ], 'MemberDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. Do not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups.

', 'UpdateWorkteamRequest$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. You should not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups. Be aware that user groups that are already in the work team must also be listed in Groups when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.

', 'Workteam$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

', ], ], 'MetadataProperties' => [ 'base' => '

Metadata properties of the tracking entity, trial, or trial component.

', 'refs' => [ 'CreateActionRequest$MetadataProperties' => NULL, 'CreateArtifactRequest$MetadataProperties' => NULL, 'CreateModelPackageInput$MetadataProperties' => NULL, 'CreateTrialComponentRequest$MetadataProperties' => NULL, 'CreateTrialRequest$MetadataProperties' => NULL, 'DescribeActionResponse$MetadataProperties' => NULL, 'DescribeArtifactResponse$MetadataProperties' => NULL, 'DescribeModelPackageOutput$MetadataProperties' => NULL, 'DescribeTrialComponentResponse$MetadataProperties' => NULL, 'DescribeTrialResponse$MetadataProperties' => NULL, 'ModelPackage$MetadataProperties' => '

Metadata properties of the tracking entity, trial, or trial component.

', 'Trial$MetadataProperties' => NULL, 'TrialComponent$MetadataProperties' => NULL, ], ], 'MetadataPropertyValue' => [ 'base' => NULL, 'refs' => [ 'MetadataProperties$CommitId' => '

The commit ID.

', 'MetadataProperties$Repository' => '

The repository.

', 'MetadataProperties$GeneratedBy' => '

The entity this entity was generated by.

', 'MetadataProperties$ProjectId' => '

The project ID.

', ], ], 'MetricData' => [ 'base' => '

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

', 'refs' => [ 'FinalMetricDataList$member' => NULL, ], ], 'MetricDataList' => [ 'base' => NULL, 'refs' => [ 'CandidateProperties$CandidateMetrics' => '

Information about the candidate metrics for an AutoML job.

', ], ], 'MetricDatum' => [ 'base' => '

Information about the metric for a candidate produced by an AutoML job.

', 'refs' => [ 'MetricDataList$member' => NULL, ], ], 'MetricDefinition' => [ 'base' => '

Specifies a metric that the training algorithm writes to stderr or stdout. You can view these logs to understand how your training job performs and check for any errors encountered during training. SageMaker hyperparameter tuning captures all defined metrics. Specify one of the defined metrics to use as an objective metric using the TuningObjective parameter in the HyperParameterTrainingJobDefinition API to evaluate job performance during hyperparameter tuning.

', 'refs' => [ 'MetricDefinitionList$member' => NULL, ], ], 'MetricDefinitionList' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$MetricDefinitions' => '

A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. SageMaker publishes each metric to Amazon CloudWatch.

', 'HyperParameterAlgorithmSpecification$MetricDefinitions' => '

An array of MetricDefinition objects that specify the metrics that the algorithm emits.

', 'TrainingSpecification$MetricDefinitions' => '

A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

', ], ], 'MetricName' => [ 'base' => NULL, 'refs' => [ 'FinalHyperParameterTuningJobObjectiveMetric$MetricName' => '

The name of the objective metric. For SageMaker built-in algorithms, metrics are defined per algorithm. See the metrics for XGBoost as an example. You can also use a custom algorithm for training and define your own metrics. For more information, see Define metrics and environment variables.

', 'HyperParameterTuningJobObjective$MetricName' => '

The name of the metric to use for the objective metric.

', 'MetricData$MetricName' => '

The name of the metric.

', 'MetricDefinition$Name' => '

The name of the metric.

', 'TrialComponentMetricSummary$MetricName' => '

The name of the metric.

', ], ], 'MetricRegex' => [ 'base' => NULL, 'refs' => [ 'MetricDefinition$Regex' => '

A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining metrics and environment variables.

', ], ], 'MetricSetSource' => [ 'base' => NULL, 'refs' => [ 'MetricDatum$Set' => '

The dataset split from which the AutoML job produced the metric.

', ], ], 'MetricSpecification' => [ 'base' => '

An object containing information about a metric.

', 'refs' => [ 'TargetTrackingScalingPolicyConfiguration$MetricSpecification' => '

An object containing information about a metric.

', ], ], 'MetricValue' => [ 'base' => NULL, 'refs' => [ 'FinalAutoMLJobObjectiveMetric$Value' => '

The value of the metric with the best result.

', 'FinalHyperParameterTuningJobObjectiveMetric$Value' => '

The value of the objective metric.

', ], ], 'MetricsSource' => [ 'base' => '

Details about the metrics source.

', 'refs' => [ 'Bias$Report' => '

The bias report for a model

', 'Bias$PreTrainingReport' => '

The pre-training bias report for a model.

', 'Bias$PostTrainingReport' => '

The post-training bias report for a model.

', 'DriftCheckBias$PreTrainingConstraints' => '

The pre-training constraints.

', 'DriftCheckBias$PostTrainingConstraints' => '

The post-training constraints.

', 'DriftCheckExplainability$Constraints' => '

The drift check explainability constraints.

', 'DriftCheckModelDataQuality$Statistics' => '

The drift check model data quality statistics.

', 'DriftCheckModelDataQuality$Constraints' => '

The drift check model data quality constraints.

', 'DriftCheckModelQuality$Statistics' => '

The drift check model quality statistics.

', 'DriftCheckModelQuality$Constraints' => '

The drift check model quality constraints.

', 'Explainability$Report' => '

The explainability report for a model.

', 'ModelDataQuality$Statistics' => '

Data quality statistics for a model.

', 'ModelDataQuality$Constraints' => '

Data quality constraints for a model.

', 'ModelQuality$Statistics' => '

Model quality statistics.

', 'ModelQuality$Constraints' => '

Model quality constraints.

', ], ], 'MinimumInstanceMetadataServiceVersion' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataServiceConfiguration$MinimumInstanceMetadataServiceVersion' => '

Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.

', ], ], 'Model' => [ 'base' => '

The properties of a model as returned by the Search API.

', 'refs' => [ 'ModelDashboardModel$Model' => '

A model displayed in the Model Dashboard.

', ], ], 'ModelApprovalStatus' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelApprovalStatus' => '

The approval status of the model.

', 'CreateModelPackageInput$ModelApprovalStatus' => '

Whether the model is approved for deployment.

This parameter is optional for versioned models, and does not apply to unversioned models.

For versioned models, the value of this parameter must be set to Approved to deploy the model.

', 'DescribeModelPackageOutput$ModelApprovalStatus' => '

The approval status of the model package.

', 'ListModelPackagesInput$ModelApprovalStatus' => '

A filter that returns only the model packages with the specified approval status.

', 'ModelPackage$ModelApprovalStatus' => '

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

', 'ModelPackageSummary$ModelApprovalStatus' => '

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

', 'UpdateModelPackageInput$ModelApprovalStatus' => '

The approval status of the model.

', ], ], 'ModelArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelOutput$ModelArn' => '

The ARN of the model created in SageMaker.

', 'DescribeModelOutput$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', 'LabelingJobAlgorithmsConfig$InitialActiveLearningModelArn' => '

At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

', 'LabelingJobOutput$FinalActiveLearningModelArn' => '

The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.

', 'Model$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', 'ModelSummary$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', ], ], 'ModelArtifacts' => [ 'base' => '

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

', 'refs' => [ 'DescribeCompilationJobResponse$ModelArtifacts' => '

Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.

', 'DescribeTrainingJobResponse$ModelArtifacts' => '

Information about the Amazon S3 location that is configured for storing model artifacts.

', 'TrainingJob$ModelArtifacts' => '

Information about the Amazon S3 location that is configured for storing model artifacts.

', ], ], 'ModelBiasAppSpecification' => [ 'base' => '

Docker container image configuration object for the model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasAppSpecification' => '

Configures the model bias job to run a specified Docker container image.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasAppSpecification' => '

Configures the model bias job to run a specified Docker container image.

', ], ], 'ModelBiasBaselineConfig' => [ 'base' => '

The configuration for a baseline model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasBaselineConfig' => '

The baseline configuration for a model bias job.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasBaselineConfig' => '

The baseline configuration for a model bias job.

', ], ], 'ModelBiasJobInput' => [ 'base' => '

Inputs for the model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasJobInput' => '

Inputs for the model bias job.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasJobInput' => '

Inputs for the model bias job.

', ], ], 'ModelCacheSetting' => [ 'base' => NULL, 'refs' => [ 'MultiModelConfig$ModelCacheSetting' => '

Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

', ], ], 'ModelCard' => [ 'base' => '

An Amazon SageMaker Model Card.

', 'refs' => [ 'SearchRecord$ModelCard' => '

An Amazon SageMaker Model Card that documents details about a machine learning model.

', ], ], 'ModelCardArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the successfully created model card.

', 'DescribeModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCard$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCardSummary$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCardVersionSummary$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelDashboardModelCard$ModelCardArn' => '

The Amazon Resource Name (ARN) for a model card.

', 'UpdateModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the updated model card.

', ], ], 'ModelCardContent' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardRequest$Content' => '

The content of the model card. Content must be in model card JSON schema and provided as a string.

', 'DescribeModelCardResponse$Content' => '

The content of the model card.

', 'ModelCard$Content' => '

The content of the model card. Content uses the model card JSON schema and provided as a string.

', 'UpdateModelCardRequest$Content' => '

The updated model card content. Content must be in model card JSON schema and provided as a string.

When updating model card content, be sure to include the full content and not just updated content.

', ], ], 'ModelCardExportArtifacts' => [ 'base' => '

The artifacts of the model card export job.

', 'refs' => [ 'DescribeModelCardExportJobResponse$ExportArtifacts' => '

The exported model card artifacts.

', ], ], 'ModelCardExportJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobResponse$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', 'DescribeModelCardExportJobRequest$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job to describe.

', 'DescribeModelCardExportJobResponse$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', 'ModelCardExportJobSummary$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', ], ], 'ModelCardExportJobSortBy' => [ 'base' => 'Attribute by which to sort returned export jobs.', 'refs' => [ 'ListModelCardExportJobsRequest$SortBy' => '

Sort model card export jobs by either name or creation time. Sorts by creation time by default.

', ], ], 'ModelCardExportJobSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListModelCardExportJobsRequest$SortOrder' => '

Sort model card export jobs by ascending or descending order.

', ], ], 'ModelCardExportJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelCardExportJobResponse$Status' => '

The completion status of the model card export job.

  • InProgress: The model card export job is in progress.

  • Completed: The model card export job is complete.

  • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

', 'ListModelCardExportJobsRequest$StatusEquals' => '

Only list model card export jobs with the specified status.

', 'ModelCardExportJobSummary$Status' => '

The completion status of the model card export job.

', ], ], 'ModelCardExportJobSummary' => [ 'base' => '

The summary of the Amazon SageMaker Model Card export job.

', 'refs' => [ 'ModelCardExportJobSummaryList$member' => NULL, ], ], 'ModelCardExportJobSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardExportJobsResponse$ModelCardExportJobSummaries' => '

The summaries of the listed model card export jobs.

', ], ], 'ModelCardExportOutputConfig' => [ 'base' => '

Configure the export output details for an Amazon SageMaker Model Card.

', 'refs' => [ 'CreateModelCardExportJobRequest$OutputConfig' => '

The model card output configuration that specifies the Amazon S3 path for exporting.

', 'DescribeModelCardExportJobResponse$OutputConfig' => '

The export output details for the model card.

', ], ], 'ModelCardNameOrArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to export.

', 'DescribeModelCardRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to describe.

', 'ListModelCardVersionsRequest$ModelCardName' => '

List model card versions for the model card with the specified name or Amazon Resource Name (ARN).

', 'UpdateModelCardRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to update.

', ], ], 'ModelCardProcessingStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelCardResponse$ModelCardProcessingStatus' => '

The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

  • DeletePending: Model card deletion request received.

  • DeleteInProgress: Model card deletion is in progress.

  • ContentDeleted: Deleted model card content.

  • ExportJobsDeleted: Deleted all export jobs associated with the model card.

  • DeleteCompleted: Successfully deleted the model card.

  • DeleteFailed: The model card failed to delete.

', ], ], 'ModelCardSecurityConfig' => [ 'base' => '

Configure the security settings to protect model card data.

', 'refs' => [ 'CreateModelCardRequest$SecurityConfig' => '

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.

', 'DescribeModelCardResponse$SecurityConfig' => '

The security configuration used to protect model card content.

', 'ModelCard$SecurityConfig' => '

The security configuration used to protect model card data.

', 'ModelDashboardModelCard$SecurityConfig' => '

The KMS Key ID (KMSKeyId) for encryption of model card information.

', ], ], 'ModelCardSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelCardsRequest$SortBy' => '

Sort model cards by either name or creation time. Sorts by creation time by default.

', ], ], 'ModelCardSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsRequest$SortOrder' => '

Sort model card versions by ascending or descending order.

', 'ListModelCardsRequest$SortOrder' => '

Sort model cards by ascending or descending order.

', ], ], 'ModelCardStatus' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardRequest$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'DescribeModelCardResponse$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ListModelCardVersionsRequest$ModelCardStatus' => '

Only list model card versions with the specified approval status.

', 'ListModelCardsRequest$ModelCardStatus' => '

Only list model cards with the specified approval status.

', 'ModelCard$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelCardSummary$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelCardVersionSummary$ModelCardStatus' => '

The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelDashboardModelCard$ModelCardStatus' => '

The model card status.

', 'UpdateModelCardRequest$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', ], ], 'ModelCardSummary' => [ 'base' => '

A summary of the model card.

', 'refs' => [ 'ModelCardSummaryList$member' => NULL, ], ], 'ModelCardSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardsResponse$ModelCardSummaries' => '

The summaries of the listed model cards.

', ], ], 'ModelCardVersionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsRequest$SortBy' => '

Sort listed model card versions by version. Sorts by version by default.

', ], ], 'ModelCardVersionSummary' => [ 'base' => '

A summary of a specific version of the model card.

', 'refs' => [ 'ModelCardVersionSummaryList$member' => NULL, ], ], 'ModelCardVersionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsResponse$ModelCardVersionSummaryList' => '

The summaries of the listed versions of the model card.

', ], ], 'ModelClientConfig' => [ 'base' => '

Configures the timeout and maximum number of retries for processing a transform job invocation.

', 'refs' => [ 'CreateTransformJobRequest$ModelClientConfig' => '

Configures the timeout and maximum number of retries for processing a transform job invocation.

', 'DescribeTransformJobResponse$ModelClientConfig' => '

The timeout and maximum number of retries for processing a transform job invocation.

', 'TransformJob$ModelClientConfig' => NULL, ], ], 'ModelCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$CompressionType' => '

Specifies how the ML model data is prepared.

If you choose Gzip and choose S3Object as the value of S3DataType, S3Uri identifies an object that is a gzip-compressed TAR archive. SageMaker will attempt to decompress and untar the object during model deployment.

If you choose None and chooose S3Object as the value of S3DataType, S3Uri identifies an object that represents an uncompressed ML model to deploy.

If you choose None and choose S3Prefix as the value of S3DataType, S3Uri identifies a key name prefix, under which all objects represents the uncompressed ML model to deploy.

If you choose None, then SageMaker will follow rules below when creating model data files under /opt/ml/model directory for use by your inference code:

  • If you choose S3Object as the value of S3DataType, then SageMaker will split the key of the S3 object referenced by S3Uri by slash (/), and use the last part as the filename of the file holding the content of the S3 object.

  • If you choose S3Prefix as the value of S3DataType, then for each S3 object under the key name pefix referenced by S3Uri, SageMaker will trim its key by the prefix, and use the remainder as the path (relative to /opt/ml/model) of the file holding the content of the S3 object. SageMaker will split the remainder by slash (/), using intermediate parts as directory names and the last part as filename of the file holding the content of the S3 object.

  • Do not use any of the following as file names or directory names:

    • An empty or blank string

    • A string which contains null bytes

    • A string longer than 255 bytes

    • A single dot (.)

    • A double dot (..)

  • Ambiguous file names will result in model deployment failure. For example, if your uncompressed ML model consists of two S3 objects s3://mybucket/model/weights and s3://mybucket/model/weights/part1 and you specify s3://mybucket/model/ as the value of S3Uri and S3Prefix as the value of S3DataType, then it will result in name clash between /opt/ml/model/weights (a regular file) and /opt/ml/model/weights/ (a directory).

  • Do not organize the model artifacts in S3 console using folders. When you create a folder in S3 console, S3 creates a 0-byte object with a key set to the folder name you provide. They key of the 0-byte object ends with a slash (/) which violates SageMaker restrictions on model artifact file names, leading to model deployment failure.

', ], ], 'ModelConfiguration' => [ 'base' => '

Defines the model configuration. Includes the specification name and environment parameters.

', 'refs' => [ 'InferenceRecommendation$ModelConfiguration' => '

Defines the model configuration.

', 'RecommendationJobInferenceBenchmark$ModelConfiguration' => NULL, ], ], 'ModelDashboardEndpoint' => [ 'base' => '

An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardEndpoints$member' => NULL, ], ], 'ModelDashboardEndpoints' => [ 'base' => NULL, 'refs' => [ 'ModelDashboardModel$Endpoints' => '

The endpoints that host a model.

', ], ], 'ModelDashboardIndicatorAction' => [ 'base' => '

An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.

', 'refs' => [ 'MonitoringAlertActions$ModelDashboardIndicator' => '

An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert status.

', ], ], 'ModelDashboardModel' => [ 'base' => '

A model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'SearchRecord$Model' => NULL, ], ], 'ModelDashboardModelCard' => [ 'base' => '

The model card for a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardModel$ModelCard' => '

The model card for a model.

', ], ], 'ModelDashboardMonitoringSchedule' => [ 'base' => '

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardMonitoringSchedules$member' => NULL, ], ], 'ModelDashboardMonitoringSchedules' => [ 'base' => NULL, 'refs' => [ 'ModelDashboardModel$MonitoringSchedules' => '

The monitoring schedules for a model.

', ], ], 'ModelDataQuality' => [ 'base' => '

Data quality constraints and statistics for a model.

', 'refs' => [ 'ModelMetrics$ModelDataQuality' => '

Metrics that measure the quality of the input data for a model.

', ], ], 'ModelDataSource' => [ 'base' => '

Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.

', 'refs' => [ 'ContainerDefinition$ModelDataSource' => '

Specifies the location of ML model data to deploy.

Currently you cannot use ModelDataSource in conjunction with SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker Marketplace.

', ], ], 'ModelDeployConfig' => [ 'base' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'refs' => [ 'CreateAutoMLJobRequest$ModelDeployConfig' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'CreateAutoMLJobV2Request$ModelDeployConfig' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'DescribeAutoMLJobResponse$ModelDeployConfig' => '

Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

', 'DescribeAutoMLJobV2Response$ModelDeployConfig' => '

Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

', ], ], 'ModelDeployResult' => [ 'base' => '

Provides information about the endpoint of the model deployment.

', 'refs' => [ 'DescribeAutoMLJobResponse$ModelDeployResult' => '

Provides information about endpoint for the model deployment.

', 'DescribeAutoMLJobV2Response$ModelDeployResult' => '

Provides information about endpoint for the model deployment.

', ], ], 'ModelDigests' => [ 'base' => '

Provides information to verify the integrity of stored model artifacts.

', 'refs' => [ 'DescribeCompilationJobResponse$ModelDigests' => '

Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.

', ], ], 'ModelExplainabilityAppSpecification' => [ 'base' => '

Docker container image configuration object for the model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityAppSpecification' => '

Configures the model explainability job to run a specified Docker container image.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityAppSpecification' => '

Configures the model explainability job to run a specified Docker container image.

', ], ], 'ModelExplainabilityBaselineConfig' => [ 'base' => '

The configuration for a baseline model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityBaselineConfig' => '

The baseline configuration for a model explainability job.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityBaselineConfig' => '

The baseline configuration for a model explainability job.

', ], ], 'ModelExplainabilityJobInput' => [ 'base' => '

Inputs for the model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityJobInput' => '

Inputs for the model explainability job.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityJobInput' => '

Inputs for the model explainability job.

', ], ], 'ModelInfrastructureConfig' => [ 'base' => '

The configuration for the infrastructure that the model will be deployed to.

', 'refs' => [ 'ModelVariantConfig$InfrastructureConfig' => '

The configuration for the infrastructure that the model will be deployed to.

', 'ModelVariantConfigSummary$InfrastructureConfig' => '

The configuration of the infrastructure that the model has been deployed to.

', ], ], 'ModelInfrastructureType' => [ 'base' => NULL, 'refs' => [ 'ModelInfrastructureConfig$InfrastructureType' => '

The inference option to which to deploy your model. Possible values are the following:

  • RealTime: Deploy to real-time inference.

', ], ], 'ModelInput' => [ 'base' => '

Input object for the model.

', 'refs' => [ 'ModelPackageContainerDefinition$ModelInput' => '

A structure with Model Input details.

', ], ], 'ModelInsightsLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$ModelInsights' => '

The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.

', ], ], 'ModelLatencyThreshold' => [ 'base' => '

The model latency threshold.

', 'refs' => [ 'ModelLatencyThresholds$member' => NULL, ], ], 'ModelLatencyThresholds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobStoppingConditions$ModelLatencyThresholds' => '

The interval of time taken by a model to respond as viewed from SageMaker. The interval includes the local communication time taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.

', ], ], 'ModelMetadataFilter' => [ 'base' => '

Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).

', 'refs' => [ 'ModelMetadataFilters$member' => NULL, ], ], 'ModelMetadataFilterType' => [ 'base' => NULL, 'refs' => [ 'ModelMetadataFilter$Name' => '

The name of the of the model to filter by.

', ], ], 'ModelMetadataFilters' => [ 'base' => NULL, 'refs' => [ 'ModelMetadataSearchExpression$Filters' => '

A list of filter objects.

', ], ], 'ModelMetadataSearchExpression' => [ 'base' => '

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results

', 'refs' => [ 'ListModelMetadataRequest$SearchExpression' => '

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.

', ], ], 'ModelMetadataSummaries' => [ 'base' => NULL, 'refs' => [ 'ListModelMetadataResponse$ModelMetadataSummaries' => '

A structure that holds model metadata.

', ], ], 'ModelMetadataSummary' => [ 'base' => '

A summary of the model metadata.

', 'refs' => [ 'ModelMetadataSummaries$member' => NULL, ], ], 'ModelMetrics' => [ 'base' => '

Contains metrics captured from a model.

', 'refs' => [ 'CreateModelPackageInput$ModelMetrics' => '

A structure that contains model metrics reports.

', 'DescribeModelPackageOutput$ModelMetrics' => '

Metrics for the model.

', 'ModelPackage$ModelMetrics' => '

Metrics for the model.

', ], ], 'ModelName' => [ 'base' => NULL, 'refs' => [ 'CreateModelInput$ModelName' => '

The name of the new model.

', 'CreateTransformJobRequest$ModelName' => '

The name of the model that you want to use for the transform job. ModelName must be the name of an existing Amazon SageMaker model within an Amazon Web Services Region in an Amazon Web Services account.

', 'DeleteModelInput$ModelName' => '

The name of the model to delete.

', 'DescribeModelInput$ModelName' => '

The name of the model.

', 'DescribeModelOutput$ModelName' => '

Name of the SageMaker model.

', 'DescribeTransformJobResponse$ModelName' => '

The name of the model used in the transform job.

', 'InferenceRecommendationsJob$ModelName' => '

The name of the created model.

', 'ListInferenceRecommendationsJobsRequest$ModelNameEquals' => '

A filter that returns only jobs that were created for this model.

', 'Model$ModelName' => '

The name of the model.

', 'ModelSummary$ModelName' => '

The name of the model that you want a summary for.

', 'ModelVariantConfig$ModelName' => '

The name of the Amazon SageMaker Model entity.

', 'ModelVariantConfigSummary$ModelName' => '

The name of the Amazon SageMaker Model entity.

', 'ProductionVariant$ModelName' => '

The name of the model that you want to host. This is the name that you specified when creating the model.

', 'RecommendationJobInputConfig$ModelName' => '

The name of the created model.

', 'TransformJob$ModelName' => '

The name of the model associated with the transform job.

', ], ], 'ModelNameContains' => [ 'base' => NULL, 'refs' => [ 'ListModelsInput$NameContains' => '

A string in the model name. This filter returns only models whose name contains the specified string.

', ], ], 'ModelPackage' => [ 'base' => '

A versioned model that can be deployed for SageMaker inference.

', 'refs' => [ 'SearchRecord$ModelPackage' => NULL, ], ], 'ModelPackageArn' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageErrorMap$key' => NULL, 'BatchDescribeModelPackageSummary$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'CreateCompilationJobRequest$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package. Provide either a ModelPackageVersionArn or an InputConfig object in the request syntax. The presence of both objects in the CreateCompilationJob request will return an exception.

', 'CreateModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the new model package.

', 'DescribeCompilationJobResponse$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.

', 'DescribeModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'InferenceRecommendationsJob$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package.

', 'ListInferenceRecommendationsJobsRequest$ModelPackageVersionArnEquals' => '

A filter that returns only jobs that were created for this versioned model package.

', 'ModelPackage$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'ModelPackageArnList$member' => NULL, 'ModelPackageSummaries$key' => NULL, 'ModelPackageSummary$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'RecommendationJobInputConfig$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package.

', 'UpdateModelPackageInput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'UpdateModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model.

', ], ], 'ModelPackageArnList' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageInput$ModelPackageArnList' => '

The list of Amazon Resource Name (ARN) of the model package groups.

', ], ], 'ModelPackageContainerDefinition' => [ 'base' => '

Describes the Docker container for the model package.

', 'refs' => [ 'ModelPackageContainerDefinitionList$member' => NULL, ], ], 'ModelPackageContainerDefinitionList' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Containers' => '

The Amazon ECR registry path of the Docker image that contains the inference code.

', 'InferenceSpecification$Containers' => '

The Amazon ECR registry path of the Docker image that contains the inference code.

', ], ], 'ModelPackageFrameworkVersion' => [ 'base' => NULL, 'refs' => [ 'ModelPackageContainerDefinition$FrameworkVersion' => '

The framework version of the Model Package Container Image.

', ], ], 'ModelPackageGroup' => [ 'base' => '

A group of versioned models in the model registry.

', 'refs' => [ 'SearchRecord$ModelPackageGroup' => NULL, ], ], 'ModelPackageGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageGroupOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'ModelPackageGroup$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'PutModelPackageGroupPolicyOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model package group.

', ], ], 'ModelPackageGroupSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelPackageGroupsInput$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'ModelPackageGroupStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelPackageGroupOutput$ModelPackageGroupStatus' => '

The status of the model group.

', 'ModelPackageGroup$ModelPackageGroupStatus' => '

The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.

  • IN_PROGRESS - The model group is in the process of being created.

  • COMPLETED - The model group was successfully created.

  • FAILED - The model group failed.

  • DELETING - The model group is in the process of being deleted.

  • DELETE_FAILED - SageMaker failed to delete the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupStatus' => '

The status of the model group.

', ], ], 'ModelPackageGroupSummary' => [ 'base' => '

Summary information about a model group.

', 'refs' => [ 'ModelPackageGroupSummaryList$member' => NULL, ], ], 'ModelPackageGroupSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelPackageGroupsOutput$ModelPackageGroupSummaryList' => '

A list of summaries of the model groups in your Amazon Web Services account.

', ], ], 'ModelPackageSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesInput$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'ModelPackageStatus' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelPackageStatus' => '

The status of the mortgage package.

', 'DescribeModelPackageOutput$ModelPackageStatus' => '

The current status of the model package.

', 'ModelPackage$ModelPackageStatus' => '

The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.

  • IN_PROGRESS - The model package is in the process of being created.

  • COMPLETED - The model package was successfully created.

  • FAILED - The model package failed.

  • DELETING - The model package is in the process of being deleted.

', 'ModelPackageSummary$ModelPackageStatus' => '

The overall status of the model package.

', ], ], 'ModelPackageStatusDetails' => [ 'base' => '

Specifies the validation and image scan statuses of the model package.

', 'refs' => [ 'DescribeModelPackageOutput$ModelPackageStatusDetails' => '

Details about the current status of the model package.

', 'ModelPackage$ModelPackageStatusDetails' => '

Specifies the validation and image scan statuses of the model package.

', ], ], 'ModelPackageStatusItem' => [ 'base' => '

Represents the overall status of a model package.

', 'refs' => [ 'ModelPackageStatusItemList$member' => NULL, ], ], 'ModelPackageStatusItemList' => [ 'base' => NULL, 'refs' => [ 'ModelPackageStatusDetails$ValidationStatuses' => '

The validation status of the model package.

', 'ModelPackageStatusDetails$ImageScanStatuses' => '

The status of the scan of the Docker image container for the model package.

', ], ], 'ModelPackageSummaries' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageOutput$ModelPackageSummaries' => '

The summaries for the model package versions

', ], ], 'ModelPackageSummary' => [ 'base' => '

Provides summary information about a model package.

', 'refs' => [ 'ModelPackageSummaryList$member' => NULL, ], ], 'ModelPackageSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesOutput$ModelPackageSummaryList' => '

An array of ModelPackageSummary objects, each of which lists a model package.

', ], ], 'ModelPackageType' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesInput$ModelPackageType' => '

A filter that returns only the model packages of the specified type. This can be one of the following values.

  • UNVERSIONED - List only unversioined models. This is the default value if no ModelPackageType is specified.

  • VERSIONED - List only versioned models.

  • BOTH - List both versioned and unversioned models.

', ], ], 'ModelPackageValidationProfile' => [ 'base' => '

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

', 'refs' => [ 'ModelPackageValidationProfiles$member' => NULL, ], ], 'ModelPackageValidationProfiles' => [ 'base' => NULL, 'refs' => [ 'ModelPackageValidationSpecification$ValidationProfiles' => '

An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

', ], ], 'ModelPackageValidationSpecification' => [ 'base' => '

Specifies batch transform jobs that SageMaker runs to validate your model package.

', 'refs' => [ 'CreateModelPackageInput$ValidationSpecification' => '

Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.

', 'DescribeModelPackageOutput$ValidationSpecification' => '

Configurations for one or more transform jobs that SageMaker runs to test the model package.

', 'ModelPackage$ValidationSpecification' => '

Specifies batch transform jobs that SageMaker runs to validate your model package.

', ], ], 'ModelPackageVersion' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelPackageVersion' => '

The version number of a versioned model.

', 'DescribeModelPackageOutput$ModelPackageVersion' => '

The version of the model package.

', 'ModelPackage$ModelPackageVersion' => '

The version number of a versioned model.

', 'ModelPackageSummary$ModelPackageVersion' => '

If the model package is a versioned model, the version of the model.

', ], ], 'ModelQuality' => [ 'base' => '

Model quality statistics and constraints.

', 'refs' => [ 'ModelMetrics$ModelQuality' => '

Metrics that measure the quality of a model.

', ], ], 'ModelQualityAppSpecification' => [ 'base' => '

Container image configuration object for the monitoring job.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityAppSpecification' => '

The container that runs the monitoring job.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityAppSpecification' => '

Configures the model quality job to run a specified Docker container image.

', ], ], 'ModelQualityBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityBaselineConfig' => '

Specifies the constraints and baselines for the monitoring job.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityBaselineConfig' => '

The baseline configuration for a model quality job.

', ], ], 'ModelQualityJobInput' => [ 'base' => '

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityJobInput' => '

A list of the inputs that are monitored. Currently endpoints are supported.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityJobInput' => '

Inputs for the model quality job.

', ], ], 'ModelRegisterSettings' => [ 'base' => '

The model registry settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$ModelRegisterSettings' => '

The model registry settings for the SageMaker Canvas application.

', ], ], 'ModelSetupTime' => [ 'base' => NULL, 'refs' => [ 'RecommendationMetrics$ModelSetupTime' => '

The time it takes to launch new compute resources for a serverless endpoint. The time can vary depending on the model size, how long it takes to download the model, and the start-up time of the container.

NaN indicates that the value is not available.

', ], ], 'ModelSortKey' => [ 'base' => NULL, 'refs' => [ 'ListModelsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'ModelStepMetadata' => [ 'base' => '

Metadata for Model steps.

', 'refs' => [ 'PipelineExecutionStepMetadata$Model' => '

The Amazon Resource Name (ARN) of the model that was created by this step execution.

', ], ], 'ModelSummary' => [ 'base' => '

Provides summary information about a model.

', 'refs' => [ 'ModelSummaryList$member' => NULL, ], ], 'ModelSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelsOutput$Models' => '

An array of ModelSummary objects, each of which lists a model.

', ], ], 'ModelVariantAction' => [ 'base' => NULL, 'refs' => [ 'ModelVariantActionMap$value' => NULL, ], ], 'ModelVariantActionMap' => [ 'base' => NULL, 'refs' => [ 'StopInferenceExperimentRequest$ModelVariantActions' => '

Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:

  • Promote - Promote the shadow variant to a production variant

  • Remove - Delete the variant

  • Retain - Keep the variant as it is

', ], ], 'ModelVariantConfig' => [ 'base' => '

Contains information about the deployment options of a model.

', 'refs' => [ 'ModelVariantConfigList$member' => NULL, ], ], 'ModelVariantConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$ModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant in the inference experiment. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.

', 'StopInferenceExperimentRequest$DesiredModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.

', 'UpdateInferenceExperimentRequest$ModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.

', ], ], 'ModelVariantConfigSummary' => [ 'base' => '

Summary of the deployment configuration of a model.

', 'refs' => [ 'ModelVariantConfigSummaryList$member' => NULL, ], ], 'ModelVariantConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$ModelVariants' => '

An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.

', ], ], 'ModelVariantName' => [ 'base' => NULL, 'refs' => [ 'ModelVariantActionMap$key' => NULL, 'ModelVariantConfig$VariantName' => '

The name of the variant.

', 'ModelVariantConfigSummary$VariantName' => '

The name of the variant.

', 'ShadowModeConfig$SourceModelVariantName' => '

The name of the production variant, which takes all the inference requests.

', 'ShadowModelVariantConfig$ShadowModelVariantName' => '

The name of the shadow variant.

', ], ], 'ModelVariantStatus' => [ 'base' => NULL, 'refs' => [ 'ModelVariantConfigSummary$Status' => '

The status of deployment for the model variant on the hosted inference endpoint.

  • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

  • InService - The model variant is running on the hosted inference endpoint.

  • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

  • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

  • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

', ], ], 'MonitoringAlertActions' => [ 'base' => '

A list of alert actions taken in response to an alert going into InAlert status.

', 'refs' => [ 'MonitoringAlertSummary$Actions' => '

A list of alert actions taken in response to an alert going into InAlert status.

', ], ], 'MonitoringAlertHistoryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryResponse$MonitoringAlertHistory' => '

An alert history for a model monitoring schedule.

', ], ], 'MonitoringAlertHistorySortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$SortBy' => '

The field used to sort results. The default is CreationTime.

', ], ], 'MonitoringAlertHistorySummary' => [ 'base' => '

Provides summary information of an alert\'s history.

', 'refs' => [ 'MonitoringAlertHistoryList$member' => NULL, ], ], 'MonitoringAlertName' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$MonitoringAlertName' => '

The name of a monitoring alert.

', 'MonitoringAlertHistorySummary$MonitoringAlertName' => '

The name of a monitoring alert.

', 'MonitoringAlertSummary$MonitoringAlertName' => '

The name of a monitoring alert.

', 'UpdateMonitoringAlertRequest$MonitoringAlertName' => '

The name of a monitoring alert.

', 'UpdateMonitoringAlertResponse$MonitoringAlertName' => '

The name of a monitoring alert.

', ], ], 'MonitoringAlertStatus' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$StatusEquals' => '

A filter that retrieves only alerts with a specific status.

', 'MonitoringAlertHistorySummary$AlertStatus' => '

The current alert status of an alert.

', 'MonitoringAlertSummary$AlertStatus' => '

The current status of an alert.

', ], ], 'MonitoringAlertSummary' => [ 'base' => '

Provides summary information about a monitor alert.

', 'refs' => [ 'MonitoringAlertSummaryList$member' => NULL, ], ], 'MonitoringAlertSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertsResponse$MonitoringAlertSummaries' => '

A JSON array where each element is a summary for a monitoring alert.

', 'ModelDashboardMonitoringSchedule$MonitoringAlertSummaries' => '

A JSON array where each element is a summary for a monitoring alert.

', ], ], 'MonitoringAppSpecification' => [ 'base' => '

Container image configuration object for the monitoring job.

', 'refs' => [ 'MonitoringJobDefinition$MonitoringAppSpecification' => '

Configures the monitoring job to run a specified Docker container image.

', ], ], 'MonitoringBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'MonitoringJobDefinition$BaselineConfig' => '

Baseline configuration used to validate that the data conforms to the specified constraints and statistics

', ], ], 'MonitoringClusterConfig' => [ 'base' => '

Configuration for the cluster used to run model monitoring jobs.

', 'refs' => [ 'MonitoringResources$ClusterConfig' => '

The configuration for the cluster resources used to run the processing job.

', ], ], 'MonitoringConstraintsResource' => [ 'base' => '

The constraints resource for a monitoring job.

', 'refs' => [ 'DataQualityBaselineConfig$ConstraintsResource' => NULL, 'ModelBiasBaselineConfig$ConstraintsResource' => NULL, 'ModelExplainabilityBaselineConfig$ConstraintsResource' => NULL, 'ModelQualityBaselineConfig$ConstraintsResource' => NULL, 'MonitoringBaselineConfig$ConstraintsResource' => '

The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

', ], ], 'MonitoringContainerArguments' => [ 'base' => NULL, 'refs' => [ 'DataQualityAppSpecification$ContainerArguments' => '

The arguments to send to the container that the monitoring job runs.

', 'ModelQualityAppSpecification$ContainerArguments' => '

An array of arguments for the container used to run the monitoring job.

', 'MonitoringAppSpecification$ContainerArguments' => '

An array of arguments for the container used to run the monitoring job.

', ], ], 'MonitoringCsvDatasetFormat' => [ 'base' => '

Represents the CSV dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Csv' => '

The CSV dataset used in the monitoring job.

', ], ], 'MonitoringDatapointsToAlert' => [ 'base' => NULL, 'refs' => [ 'MonitoringAlertSummary$DatapointsToAlert' => '

Within EvaluationPeriod, how many execution failures will raise an alert.

', 'UpdateMonitoringAlertRequest$DatapointsToAlert' => '

Within EvaluationPeriod, how many execution failures will raise an alert.

', ], ], 'MonitoringDatasetFormat' => [ 'base' => '

Represents the dataset format used when running a monitoring job.

', 'refs' => [ 'BatchTransformInput$DatasetFormat' => '

The dataset format for your batch transform job.

', ], ], 'MonitoringEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'DataQualityAppSpecification$Environment' => '

Sets the environment variables in the container that the monitoring job runs.

', 'ModelBiasAppSpecification$Environment' => '

Sets the environment variables in the Docker container.

', 'ModelExplainabilityAppSpecification$Environment' => '

Sets the environment variables in the Docker container.

', 'ModelQualityAppSpecification$Environment' => '

Sets the environment variables in the container that the monitoring job runs.

', 'MonitoringJobDefinition$Environment' => '

Sets the environment variables in the Docker container.

', ], ], 'MonitoringEvaluationPeriod' => [ 'base' => NULL, 'refs' => [ 'MonitoringAlertSummary$EvaluationPeriod' => '

The number of most recent monitoring executions to consider when evaluating alert status.

', 'UpdateMonitoringAlertRequest$EvaluationPeriod' => '

The number of most recent monitoring executions to consider when evaluating alert status.

', ], ], 'MonitoringExecutionSortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsRequest$SortBy' => '

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

', ], ], 'MonitoringExecutionSummary' => [ 'base' => '

Summary of information about the last monitoring job to run.

', 'refs' => [ 'DescribeMonitoringScheduleResponse$LastMonitoringExecutionSummary' => '

Describes metadata on the last execution to run, if there was one.

', 'ModelDashboardMonitoringSchedule$LastMonitoringExecutionSummary' => NULL, 'MonitoringExecutionSummaryList$member' => NULL, 'MonitoringSchedule$LastMonitoringExecutionSummary' => NULL, ], ], 'MonitoringExecutionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsResponse$MonitoringExecutionSummaries' => '

A JSON array in which each element is a summary for a monitoring execution.

', ], ], 'MonitoringGroundTruthS3Input' => [ 'base' => '

The ground truth labels for the dataset used for the monitoring job.

', 'refs' => [ 'ModelBiasJobInput$GroundTruthS3Input' => '

Location of ground truth labels to use in model bias job.

', 'ModelQualityJobInput$GroundTruthS3Input' => '

The ground truth label provided for the model.

', ], ], 'MonitoringInput' => [ 'base' => '

The inputs for a monitoring job.

', 'refs' => [ 'MonitoringInputs$member' => NULL, ], ], 'MonitoringInputs' => [ 'base' => NULL, 'refs' => [ 'MonitoringJobDefinition$MonitoringInputs' => '

The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.

', ], ], 'MonitoringJobDefinition' => [ 'base' => '

Defines the monitoring job.

', 'refs' => [ 'MonitoringScheduleConfig$MonitoringJobDefinition' => '

Defines the monitoring job.

', ], ], 'MonitoringJobDefinitionArn' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the job definition.

', 'CreateModelBiasJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model bias job.

', 'CreateModelExplainabilityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model explainability job.

', 'CreateModelQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model quality monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the data quality monitoring job definition.

', 'DescribeModelBiasJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model bias job.

', 'DescribeModelExplainabilityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model explainability job.

', 'DescribeModelQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model quality job.

', 'MonitoringJobDefinitionSummary$MonitoringJobDefinitionArn' => '

The Amazon Resource Name (ARN) of the monitoring job.

', ], ], 'MonitoringJobDefinitionName' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name for the monitoring job definition.

', 'CreateModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'CreateModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'CreateModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the monitoring job definition.

', 'DeleteDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the data quality monitoring job definition to delete.

', 'DeleteModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the model bias job definition to delete.

', 'DeleteModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition to delete.

', 'DeleteModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the model quality monitoring job definition to delete.

', 'DescribeDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the data quality monitoring job definition to describe.

', 'DescribeDataQualityJobDefinitionResponse$JobDefinitionName' => '

The name of the data quality monitoring job definition.

', 'DescribeModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelBiasJobDefinitionResponse$JobDefinitionName' => '

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelExplainabilityJobDefinitionResponse$JobDefinitionName' => '

The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the model quality job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelQualityJobDefinitionResponse$JobDefinitionName' => '

The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'ListMonitoringExecutionsRequest$MonitoringJobDefinitionName' => '

Gets a list of the monitoring job runs of the specified monitoring job definitions.

', 'ListMonitoringSchedulesRequest$MonitoringJobDefinitionName' => '

Gets a list of the monitoring schedules for the specified monitoring job definition.

', 'MonitoringExecutionSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job.

', 'MonitoringJobDefinitionSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job.

', 'MonitoringScheduleConfig$MonitoringJobDefinitionName' => '

The name of the monitoring job definition to schedule.

', 'MonitoringScheduleSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job definition that the schedule is for.

', ], ], 'MonitoringJobDefinitionSortKey' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityJobDefinitionsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListModelBiasJobDefinitionsRequest$SortBy' => '

Whether to sort results by the Name or CreationTime field. The default is CreationTime.

', 'ListModelExplainabilityJobDefinitionsRequest$SortBy' => '

Whether to sort results by the Name or CreationTime field. The default is CreationTime.

', 'ListModelQualityJobDefinitionsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'MonitoringJobDefinitionSummary' => [ 'base' => '

Summary information about a monitoring job.

', 'refs' => [ 'MonitoringJobDefinitionSummaryList$member' => NULL, ], ], 'MonitoringJobDefinitionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityJobDefinitionsResponse$JobDefinitionSummaries' => '

A list of data quality monitoring job definitions.

', 'ListModelBiasJobDefinitionsResponse$JobDefinitionSummaries' => '

A JSON array in which each element is a summary for a model bias jobs.

', 'ListModelExplainabilityJobDefinitionsResponse$JobDefinitionSummaries' => '

A JSON array in which each element is a summary for a explainability bias jobs.

', 'ListModelQualityJobDefinitionsResponse$JobDefinitionSummaries' => '

A list of summaries of model quality monitoring job definitions.

', ], ], 'MonitoringJsonDatasetFormat' => [ 'base' => '

Represents the JSON dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Json' => '

The JSON dataset used in the monitoring job

', ], ], 'MonitoringMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'MonitoringStoppingCondition$MaxRuntimeInSeconds' => '

The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

', ], ], 'MonitoringNetworkConfig' => [ 'base' => '

The networking configuration for the monitoring job.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$NetworkConfig' => '

Specifies networking configuration for the monitoring job.

', 'CreateModelBiasJobDefinitionRequest$NetworkConfig' => '

Networking options for a model bias job.

', 'CreateModelExplainabilityJobDefinitionRequest$NetworkConfig' => '

Networking options for a model explainability job.

', 'CreateModelQualityJobDefinitionRequest$NetworkConfig' => '

Specifies the network configuration for the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$NetworkConfig' => '

The networking configuration for the data quality monitoring job.

', 'DescribeModelBiasJobDefinitionResponse$NetworkConfig' => '

Networking options for a model bias job.

', 'DescribeModelExplainabilityJobDefinitionResponse$NetworkConfig' => '

Networking options for a model explainability job.

', 'DescribeModelQualityJobDefinitionResponse$NetworkConfig' => '

Networking options for a model quality job.

', ], ], 'MonitoringOutput' => [ 'base' => '

The output object for a monitoring job.

', 'refs' => [ 'MonitoringOutputs$member' => NULL, ], ], 'MonitoringOutputConfig' => [ 'base' => '

The output configuration for monitoring jobs.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityJobOutputConfig' => NULL, 'CreateModelBiasJobDefinitionRequest$ModelBiasJobOutputConfig' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityJobOutputConfig' => NULL, 'CreateModelQualityJobDefinitionRequest$ModelQualityJobOutputConfig' => NULL, 'DescribeDataQualityJobDefinitionResponse$DataQualityJobOutputConfig' => NULL, 'DescribeModelBiasJobDefinitionResponse$ModelBiasJobOutputConfig' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityJobOutputConfig' => NULL, 'DescribeModelQualityJobDefinitionResponse$ModelQualityJobOutputConfig' => NULL, 'MonitoringJobDefinition$MonitoringOutputConfig' => '

The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).

', ], ], 'MonitoringOutputs' => [ 'base' => NULL, 'refs' => [ 'MonitoringOutputConfig$MonitoringOutputs' => '

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

', ], ], 'MonitoringParquetDatasetFormat' => [ 'base' => '

Represents the Parquet dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Parquet' => '

The Parquet dataset used in the monitoring job

', ], ], 'MonitoringProblemType' => [ 'base' => NULL, 'refs' => [ 'ModelQualityAppSpecification$ProblemType' => '

The machine learning problem type of the model that the monitoring job monitors.

', ], ], 'MonitoringResources' => [ 'base' => '

Identifies the resources to deploy for a monitoring job.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$JobResources' => NULL, 'CreateModelBiasJobDefinitionRequest$JobResources' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$JobResources' => NULL, 'CreateModelQualityJobDefinitionRequest$JobResources' => NULL, 'DescribeDataQualityJobDefinitionResponse$JobResources' => NULL, 'DescribeModelBiasJobDefinitionResponse$JobResources' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$JobResources' => NULL, 'DescribeModelQualityJobDefinitionResponse$JobResources' => NULL, 'MonitoringJobDefinition$MonitoringResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.

', ], ], 'MonitoringS3Output' => [ 'base' => '

Information about where and how you want to store the results of a monitoring job.

', 'refs' => [ 'MonitoringOutput$S3Output' => '

The Amazon S3 storage location where the results of a monitoring job are saved.

', ], ], 'MonitoringS3Uri' => [ 'base' => NULL, 'refs' => [ 'MonitoringGroundTruthS3Input$S3Uri' => '

The address of the Amazon S3 location of the ground truth labels.

', 'MonitoringS3Output$S3Uri' => '

A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

', ], ], 'MonitoringSchedule' => [ 'base' => '

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'refs' => [ 'MonitoringScheduleList$member' => NULL, ], ], 'MonitoringScheduleArn' => [ 'base' => NULL, 'refs' => [ 'CreateMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'DescribeProcessingJobResponse$MonitoringScheduleArn' => '

The ARN of a monitoring schedule for an endpoint associated with this processing job.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of a monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'MonitoringScheduleSummary$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'ProcessingJob$MonitoringScheduleArn' => '

The ARN of a monitoring schedule for an endpoint associated with this processing job.

', 'UpdateMonitoringAlertResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'UpdateMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', ], ], 'MonitoringScheduleConfig' => [ 'base' => '

Configures the monitoring schedule and defines the monitoring job.

', 'refs' => [ 'CreateMonitoringScheduleRequest$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleConfig' => NULL, 'MonitoringSchedule$MonitoringScheduleConfig' => NULL, 'UpdateMonitoringScheduleRequest$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', ], ], 'MonitoringScheduleList' => [ 'base' => NULL, 'refs' => [ 'Endpoint$MonitoringSchedules' => '

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

', ], ], 'MonitoringScheduleName' => [ 'base' => NULL, 'refs' => [ 'CreateMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

', 'DeleteMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule to delete.

', 'DescribeMonitoringScheduleRequest$MonitoringScheduleName' => '

Name of a previously created monitoring schedule.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleName' => '

Name of the monitoring schedule.

', 'ListMonitoringAlertHistoryRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'ListMonitoringAlertsRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'ListMonitoringExecutionsRequest$MonitoringScheduleName' => '

Name of a specific schedule to fetch jobs for.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'MonitoringAlertHistorySummary$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'MonitoringExecutionSummary$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'MonitoringScheduleSummary$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'StartMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the schedule to start.

', 'StopMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the schedule to stop.

', 'UpdateMonitoringAlertRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'UpdateMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

', ], ], 'MonitoringScheduleSortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringSchedulesRequest$SortBy' => '

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

', ], ], 'MonitoringScheduleSummary' => [ 'base' => '

Summarizes the monitoring schedule.

', 'refs' => [ 'MonitoringScheduleSummaryList$member' => NULL, ], ], 'MonitoringScheduleSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringSchedulesResponse$MonitoringScheduleSummaries' => '

A JSON array in which each element is a summary for a monitoring schedule.

', ], ], 'MonitoringStatisticsResource' => [ 'base' => '

The statistics resource for a monitoring job.

', 'refs' => [ 'DataQualityBaselineConfig$StatisticsResource' => NULL, 'MonitoringBaselineConfig$StatisticsResource' => '

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

', ], ], 'MonitoringStoppingCondition' => [ 'base' => '

A time limit for how long the monitoring job is allowed to run before stopping.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelBiasJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelQualityJobDefinitionRequest$StoppingCondition' => NULL, 'DescribeDataQualityJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelBiasJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelQualityJobDefinitionResponse$StoppingCondition' => NULL, 'MonitoringJobDefinition$StoppingCondition' => '

Specifies a time limit for how long the monitoring job is allowed to run.

', ], ], 'MonitoringTimeOffsetString' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$StartTimeOffset' => '

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'BatchTransformInput$EndTimeOffset' => '

If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'EndpointInput$StartTimeOffset' => '

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'EndpointInput$EndTimeOffset' => '

If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', ], ], 'MonitoringType' => [ 'base' => NULL, 'refs' => [ 'DescribeMonitoringScheduleResponse$MonitoringType' => '

The type of the monitoring job that this schedule runs. This is one of the following values.

  • DATA_QUALITY - The schedule is for a data quality monitoring job.

  • MODEL_QUALITY - The schedule is for a model quality monitoring job.

  • MODEL_BIAS - The schedule is for a bias monitoring job.

  • MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.

', 'ListMonitoringExecutionsRequest$MonitoringTypeEquals' => '

A filter that returns only the monitoring job runs of the specified monitoring type.

', 'ListMonitoringSchedulesRequest$MonitoringTypeEquals' => '

A filter that returns only the monitoring schedules for the specified monitoring type.

', 'ModelDashboardMonitoringSchedule$MonitoringType' => '

The monitor type of a model monitor.

', 'MonitoringExecutionSummary$MonitoringType' => '

The type of the monitoring job.

', 'MonitoringSchedule$MonitoringType' => '

The type of the monitoring job definition to schedule.

', 'MonitoringScheduleConfig$MonitoringType' => '

The type of the monitoring job definition to schedule.

', 'MonitoringScheduleSummary$MonitoringType' => '

The type of the monitoring job definition that the schedule is for.

', ], ], 'MountPath' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$MountPath' => '

The path within the image to mount the user\'s EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

', ], ], 'MultiModelConfig' => [ 'base' => '

Specifies additional configuration for hosting multi-model endpoints.

', 'refs' => [ 'ContainerDefinition$MultiModelConfig' => '

Specifies additional configuration for multi-model endpoints.

', ], ], 'NameContains' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsInput$NameContains' => '

A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

', 'ListCompilationJobsRequest$NameContains' => '

A filter that returns the model compilation jobs whose name contains a specified string.

', 'ListDataQualityJobDefinitionsRequest$NameContains' => '

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

', 'ListDeviceFleetsRequest$NameContains' => '

Filter for fleets containing this name in their fleet device name.

', 'ListEdgeDeploymentPlansRequest$NameContains' => '

Selects edge deployment plans with names containing this name.

', 'ListEdgeDeploymentPlansRequest$DeviceFleetNameContains' => '

Selects edge deployment plans with a device fleet name containing this name.

', 'ListEdgePackagingJobsRequest$NameContains' => '

Filter for jobs containing this name in their packaging job name.

', 'ListEdgePackagingJobsRequest$ModelNameContains' => '

Filter for jobs where the model name contains this string.

', 'ListHubContentsRequest$NameContains' => '

Only list hub content if the name contains the specified string.

', 'ListHubsRequest$NameContains' => '

Only list hubs with names that contain the specified string.

', 'ListHyperParameterTuningJobsRequest$NameContains' => '

A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

', 'ListInferenceExperimentsRequest$NameContains' => '

Selects inference experiments whose names contain this name.

', 'ListInferenceRecommendationsJobsRequest$NameContains' => '

A string in the job name. This filter returns only recommendations whose name contains the specified string.

', 'ListLabelingJobsRequest$NameContains' => '

A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.

', 'ListModelBiasJobDefinitionsRequest$NameContains' => '

Filter for model bias jobs whose name contains a specified string.

', 'ListModelExplainabilityJobDefinitionsRequest$NameContains' => '

Filter for model explainability jobs whose name contains a specified string.

', 'ListModelPackageGroupsInput$NameContains' => '

A string in the model group name. This filter returns only model groups whose name contains the specified string.

', 'ListModelPackagesInput$NameContains' => '

A string in the model package name. This filter returns only model packages whose name contains the specified string.

', 'ListModelQualityJobDefinitionsRequest$NameContains' => '

A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.

', 'ListMonitoringSchedulesRequest$NameContains' => '

Filter for monitoring schedules whose name contains a specified string.

', 'ListTrainingJobsRequest$NameContains' => '

A string in the training job name. This filter returns only training jobs whose name contains the specified string.

', 'ListTransformJobsRequest$NameContains' => '

A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.

', ], ], 'NeoVpcConfig' => [ 'base' => '

The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.

', 'refs' => [ 'CreateCompilationJobRequest$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

', 'DescribeCompilationJobResponse$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

', ], ], 'NeoVpcSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'NeoVpcSecurityGroupIds$member' => NULL, ], ], 'NeoVpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'NeoVpcConfig$SecurityGroupIds' => '

The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'NeoVpcSubnetId' => [ 'base' => NULL, 'refs' => [ 'NeoVpcSubnets$member' => NULL, ], ], 'NeoVpcSubnets' => [ 'base' => NULL, 'refs' => [ 'NeoVpcConfig$Subnets' => '

The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

', ], ], 'NestedFilters' => [ 'base' => '

A list of nested Filter objects. A resource must satisfy the conditions of all filters to be included in the results returned from the Search API.

For example, to filter on a training job\'s InputDataConfig property with a specific channel name and S3Uri prefix, define the following filters:

  • \'{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}\',

  • \'{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"}\'

', 'refs' => [ 'NestedFiltersList$member' => NULL, ], ], 'NestedFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$NestedFilters' => '

A list of nested filter objects.

', ], ], 'NetworkConfig' => [ 'base' => '

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

', 'refs' => [ 'CreateProcessingJobRequest$NetworkConfig' => '

Networking options for a processing job, such as whether to allow inbound and outbound network calls to and from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.

', 'DescribeProcessingJobResponse$NetworkConfig' => '

Networking options for a processing job.

', 'MonitoringJobDefinition$NetworkConfig' => '

Specifies networking options for an monitoring job.

', 'ProcessingJob$NetworkConfig' => NULL, ], ], 'NetworkInterfaceId' => [ 'base' => NULL, 'refs' => [ 'DescribeNotebookInstanceOutput$NetworkInterfaceId' => '

The network interface IDs that SageMaker created at the time of creating the instance.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceRequest$NextToken' => '

Next token of device description.

', 'DescribeDeviceResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'DescribeEdgeDeploymentPlanRequest$NextToken' => '

If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.

', 'DescribeEdgeDeploymentPlanResponse$NextToken' => '

Token to use when calling the next set of stages in the edge deployment plan.

', 'DescribeFeatureGroupRequest$NextToken' => '

A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

', 'DescribeFeatureGroupResponse$NextToken' => '

A token to resume pagination of the list of Features (FeatureDefinitions).

', 'ListActionsRequest$NextToken' => '

If the previous call to ListActions didn\'t return the full set of actions, the call returns a token for getting the next set of actions.

', 'ListActionsResponse$NextToken' => '

A token for getting the next set of actions, if there are any.

', 'ListAlgorithmsInput$NextToken' => '

If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.

', 'ListAlgorithmsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListAliasesRequest$NextToken' => '

If the previous call to ListAliases didn\'t return the full set of aliases, the call returns a token for retrieving the next set of aliases.

', 'ListAliasesResponse$NextToken' => '

A token for getting the next set of aliases, if more aliases exist.

', 'ListAppImageConfigsRequest$NextToken' => '

If the previous call to ListImages didn\'t return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

', 'ListAppImageConfigsResponse$NextToken' => '

A token for getting the next set of AppImageConfigs, if there are any.

', 'ListAppsRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListAppsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListArtifactsRequest$NextToken' => '

If the previous call to ListArtifacts didn\'t return the full set of artifacts, the call returns a token for getting the next set of artifacts.

', 'ListArtifactsResponse$NextToken' => '

A token for getting the next set of artifacts, if there are any.

', 'ListAssociationsRequest$NextToken' => '

If the previous call to ListAssociations didn\'t return the full set of associations, the call returns a token for getting the next set of associations.

', 'ListAssociationsResponse$NextToken' => '

A token for getting the next set of associations, if there are any.

', 'ListAutoMLJobsRequest$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListAutoMLJobsResponse$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCandidatesForAutoMLJobRequest$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCandidatesForAutoMLJobResponse$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCodeRepositoriesInput$NextToken' => '

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

', 'ListCodeRepositoriesOutput$NextToken' => '

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

', 'ListCompilationJobsRequest$NextToken' => '

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

', 'ListCompilationJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this NextToken. To retrieve the next set of model compilation jobs, use this token in the next request.

', 'ListContextsRequest$NextToken' => '

If the previous call to ListContexts didn\'t return the full set of contexts, the call returns a token for getting the next set of contexts.

', 'ListContextsResponse$NextToken' => '

A token for getting the next set of contexts, if there are any.

', 'ListDataQualityJobDefinitionsRequest$NextToken' => '

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

', 'ListDataQualityJobDefinitionsResponse$NextToken' => '

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.

', 'ListDeviceFleetsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDeviceFleetsResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDevicesRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDevicesResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDomainsRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListDomainsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListEdgeDeploymentPlansRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListEdgeDeploymentPlansResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListEdgePackagingJobsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListEdgePackagingJobsResponse$NextToken' => '

Token to use when calling the next page of results.

', 'ListExperimentsRequest$NextToken' => '

If the previous call to ListExperiments didn\'t return the full set of experiments, the call returns a token for getting the next set of experiments.

', 'ListExperimentsResponse$NextToken' => '

A token for getting the next set of experiments, if there are any.

', 'ListFeatureGroupsRequest$NextToken' => '

A token to resume pagination of ListFeatureGroups results.

', 'ListFeatureGroupsResponse$NextToken' => '

A token to resume pagination of ListFeatureGroups results.

', 'ListFlowDefinitionsRequest$NextToken' => '

A token to resume pagination.

', 'ListFlowDefinitionsResponse$NextToken' => '

A token to resume pagination.

', 'ListHubContentVersionsRequest$NextToken' => '

If the response to a previous ListHubContentVersions request was truncated, the response includes a NextToken. To retrieve the next set of hub content versions, use the token in the next request.

', 'ListHubContentVersionsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.

', 'ListHubContentsRequest$NextToken' => '

If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.

', 'ListHubContentsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.

', 'ListHubsRequest$NextToken' => '

If the response to a previous ListHubs request was truncated, the response includes a NextToken. To retrieve the next set of hubs, use the token in the next request.

', 'ListHubsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.

', 'ListHumanTaskUisRequest$NextToken' => '

A token to resume pagination.

', 'ListHumanTaskUisResponse$NextToken' => '

A token to resume pagination.

', 'ListHyperParameterTuningJobsRequest$NextToken' => '

If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

', 'ListHyperParameterTuningJobsResponse$NextToken' => '

If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

', 'ListImageVersionsRequest$NextToken' => '

If the previous call to ListImageVersions didn\'t return the full set of versions, the call returns a token for getting the next set of versions.

', 'ListImageVersionsResponse$NextToken' => '

A token for getting the next set of versions, if there are any.

', 'ListImagesRequest$NextToken' => '

If the previous call to ListImages didn\'t return the full set of images, the call returns a token for getting the next set of images.

', 'ListImagesResponse$NextToken' => '

A token for getting the next set of images, if there are any.

', 'ListInferenceExperimentsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListInferenceExperimentsResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListInferenceRecommendationsJobStepsRequest$NextToken' => '

A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

', 'ListInferenceRecommendationsJobStepsResponse$NextToken' => '

A token that you can specify in your next request to return more results from the list.

', 'ListInferenceRecommendationsJobsRequest$NextToken' => '

If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.

', 'ListInferenceRecommendationsJobsResponse$NextToken' => '

A token for getting the next set of recommendations, if there are any.

', 'ListLabelingJobsForWorkteamRequest$NextToken' => '

If the result of the previous ListLabelingJobsForWorkteam request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListLabelingJobsForWorkteamResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

', 'ListLabelingJobsRequest$NextToken' => '

If the result of the previous ListLabelingJobs request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListLabelingJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

', 'ListLineageGroupsRequest$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListLineageGroupsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListModelBiasJobDefinitionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListModelBiasJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListModelCardExportJobsRequest$NextToken' => '

If the response to a previous ListModelCardExportJobs request was truncated, the response includes a NextToken. To retrieve the next set of model card export jobs, use the token in the next request.

', 'ListModelCardExportJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.

', 'ListModelCardVersionsRequest$NextToken' => '

If the response to a previous ListModelCardVersions request was truncated, the response includes a NextToken. To retrieve the next set of model card versions, use the token in the next request.

', 'ListModelCardVersionsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.

', 'ListModelCardsRequest$NextToken' => '

If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

', 'ListModelCardsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.

', 'ListModelExplainabilityJobDefinitionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListModelExplainabilityJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListModelMetadataRequest$NextToken' => '

If the response to a previous ListModelMetadataResponse request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.

', 'ListModelMetadataResponse$NextToken' => '

A token for getting the next set of recommendations, if there are any.

', 'ListModelPackageGroupsInput$NextToken' => '

If the result of the previous ListModelPackageGroups request was truncated, the response includes a NextToken. To retrieve the next set of model groups, use the token in the next request.

', 'ListModelPackageGroupsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.

', 'ListModelPackagesInput$NextToken' => '

If the response to a previous ListModelPackages request was truncated, the response includes a NextToken. To retrieve the next set of model packages, use the token in the next request.

', 'ListModelPackagesOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.

', 'ListModelQualityJobDefinitionsRequest$NextToken' => '

If the result of the previous ListModelQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.

', 'ListModelQualityJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.

', 'ListMonitoringAlertHistoryRequest$NextToken' => '

If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

', 'ListMonitoringAlertHistoryResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

', 'ListMonitoringAlertsRequest$NextToken' => '

If the result of the previous ListMonitoringAlerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

', 'ListMonitoringAlertsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

', 'ListMonitoringExecutionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListMonitoringExecutionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques

', 'ListMonitoringSchedulesRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListMonitoringSchedulesResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListNotebookInstanceLifecycleConfigsInput$NextToken' => '

If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken. To get the next set of lifecycle configurations, use the token in the next request.

', 'ListNotebookInstanceLifecycleConfigsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

', 'ListNotebookInstancesInput$NextToken' => '

If the previous call to the ListNotebookInstances is truncated, the response includes a NextToken. You can use this token in your subsequent ListNotebookInstances request to fetch the next set of notebook instances.

You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.

', 'ListNotebookInstancesOutput$NextToken' => '

If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

', 'ListPipelineExecutionStepsRequest$NextToken' => '

If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

', 'ListPipelineExecutionStepsResponse$NextToken' => '

If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

', 'ListPipelineExecutionsRequest$NextToken' => '

If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

', 'ListPipelineExecutionsResponse$NextToken' => '

If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

', 'ListPipelineParametersForExecutionRequest$NextToken' => '

If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

', 'ListPipelineParametersForExecutionResponse$NextToken' => '

If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

', 'ListPipelinesRequest$NextToken' => '

If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

', 'ListPipelinesResponse$NextToken' => '

If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

', 'ListProcessingJobsRequest$NextToken' => '

If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

', 'ListProcessingJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

', 'ListProjectsInput$NextToken' => '

If the result of the previous ListProjects request was truncated, the response includes a NextToken. To retrieve the next set of projects, use the token in the next request.

', 'ListProjectsOutput$NextToken' => '

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

', 'ListResourceCatalogsRequest$NextToken' => '

A token to resume pagination of ListResourceCatalogs results.

', 'ListResourceCatalogsResponse$NextToken' => '

A token to resume pagination of ListResourceCatalogs results.

', 'ListSpacesRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListSpacesResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListStageDevicesRequest$NextToken' => '

The response from the last list when returning a list large enough to neeed tokening.

', 'ListStageDevicesResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListStudioLifecycleConfigsRequest$NextToken' => '

If the previous call to ListStudioLifecycleConfigs didn\'t return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

', 'ListStudioLifecycleConfigsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListSubscribedWorkteamsRequest$NextToken' => '

If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListSubscribedWorkteamsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

', 'ListTagsInput$NextToken' => '

If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

', 'ListTagsOutput$NextToken' => '

If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$NextToken' => '

If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsForHyperParameterTuningJobResponse$NextToken' => '

If the result of this ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsRequest$NextToken' => '

If the result of the previous ListTrainingJobs request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

', 'ListTransformJobsRequest$NextToken' => '

If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.

', 'ListTransformJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.

', 'ListTrialComponentsRequest$NextToken' => '

If the previous call to ListTrialComponents didn\'t return the full set of components, the call returns a token for getting the next set of components.

', 'ListTrialComponentsResponse$NextToken' => '

A token for getting the next set of components, if there are any.

', 'ListTrialsRequest$NextToken' => '

If the previous call to ListTrials didn\'t return the full set of trials, the call returns a token for getting the next set of trials.

', 'ListTrialsResponse$NextToken' => '

A token for getting the next set of trials, if there are any.

', 'ListUserProfilesRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListUserProfilesResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListWorkforcesRequest$NextToken' => '

A token to resume pagination.

', 'ListWorkforcesResponse$NextToken' => '

A token to resume pagination.

', 'ListWorkteamsRequest$NextToken' => '

If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListWorkteamsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

', 'SearchRequest$NextToken' => '

If more than MaxResults resources match the specified SearchExpression, the response includes a NextToken. The NextToken can be passed to the next SearchRequest to continue retrieving results.

', 'SearchResponse$NextToken' => '

If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

', ], ], 'NotebookInstanceAcceleratorType' => [ 'base' => NULL, 'refs' => [ 'NotebookInstanceAcceleratorTypes$member' => NULL, ], ], 'NotebookInstanceAcceleratorTypes' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$AcceleratorTypes' => '

A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'DescribeNotebookInstanceOutput$AcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'UpdateNotebookInstanceInput$AcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types to associate with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', ], ], 'NotebookInstanceArn' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceOutput$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', 'DescribeNotebookInstanceOutput$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', 'NotebookInstanceSummary$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', ], ], 'NotebookInstanceLifecycleConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn' => '

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

', 'DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn' => '

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

', 'NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigArn' => '

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

', ], ], 'NotebookInstanceLifecycleConfigContent' => [ 'base' => NULL, 'refs' => [ 'NotebookInstanceLifecycleHook$Content' => '

A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceLifecycleConfigInput$OnCreate' => '

A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

', 'CreateNotebookInstanceLifecycleConfigInput$OnStart' => '

A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

', 'DescribeNotebookInstanceLifecycleConfigOutput$OnCreate' => '

The shell script that runs only once, when you create a notebook instance.

', 'DescribeNotebookInstanceLifecycleConfigOutput$OnStart' => '

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.

', 'UpdateNotebookInstanceLifecycleConfigInput$OnCreate' => '

The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

', 'UpdateNotebookInstanceLifecycleConfigInput$OnStart' => '

The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

', ], ], 'NotebookInstanceLifecycleConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$LifecycleConfigName' => '

The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'CreateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'DeleteNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration to delete.

', 'DescribeNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration to describe.

', 'DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'DescribeNotebookInstanceOutput$NotebookInstanceLifecycleConfigName' => '

Returns the name of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance

', 'ListNotebookInstancesInput$NotebookInstanceLifecycleConfigNameContains' => '

A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.

', 'NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'NotebookInstanceSummary$NotebookInstanceLifecycleConfigName' => '

The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'UpdateNotebookInstanceInput$LifecycleConfigName' => '

The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'UpdateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$NameContains' => '

A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

', ], ], 'NotebookInstanceLifecycleConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'NotebookInstanceLifecycleConfigSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$SortOrder' => '

The sort order for results.

', ], ], 'NotebookInstanceLifecycleConfigSummary' => [ 'base' => '

Provides a summary of a notebook instance lifecycle configuration.

', 'refs' => [ 'NotebookInstanceLifecycleConfigSummaryList$member' => NULL, ], ], 'NotebookInstanceLifecycleConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsOutput$NotebookInstanceLifecycleConfigs' => '

An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleHook' => [ 'base' => '

Contains the notebook instance lifecycle configuration script.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'refs' => [ 'NotebookInstanceLifecycleConfigList$member' => NULL, ], ], 'NotebookInstanceName' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$NotebookInstanceName' => '

The name of the new notebook instance.

', 'CreatePresignedNotebookInstanceUrlInput$NotebookInstanceName' => '

The name of the notebook instance.

', 'DeleteNotebookInstanceInput$NotebookInstanceName' => '

The name of the SageMaker notebook instance to delete.

', 'DescribeNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance that you want information about.

', 'DescribeNotebookInstanceOutput$NotebookInstanceName' => '

The name of the SageMaker notebook instance.

', 'NotebookInstanceSummary$NotebookInstanceName' => '

The name of the notebook instance that you want a summary for.

', 'StartNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to start.

', 'StopNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to terminate.

', 'UpdateNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to update.

', ], ], 'NotebookInstanceNameContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$NameContains' => '

A string in the notebook instances\' name. This filter returns only notebook instances whose name contains the specified string.

', ], ], 'NotebookInstanceSortKey' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'NotebookInstanceSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$SortOrder' => '

The sort order for results.

', ], ], 'NotebookInstanceStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeNotebookInstanceOutput$NotebookInstanceStatus' => '

The status of the notebook instance.

', 'ListNotebookInstancesInput$StatusEquals' => '

A filter that returns only notebook instances with the specified status.

', 'NotebookInstanceSummary$NotebookInstanceStatus' => '

The status of the notebook instance.

', ], ], 'NotebookInstanceSummary' => [ 'base' => '

Provides summary information for an SageMaker notebook instance.

', 'refs' => [ 'NotebookInstanceSummaryList$member' => NULL, ], ], 'NotebookInstanceSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesOutput$NotebookInstances' => '

An array of NotebookInstanceSummary objects, one for each notebook instance.

', ], ], 'NotebookInstanceUrl' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedNotebookInstanceUrlOutput$AuthorizedUrl' => '

A JSON object that contains the URL string.

', 'DescribeNotebookInstanceOutput$Url' => '

The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

', 'NotebookInstanceSummary$Url' => '

The URL that you use to connect to the Jupyter notebook running in your notebook instance.

', ], ], 'NotebookInstanceVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

', 'DescribeNotebookInstanceOutput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the notebook instance.

', 'UpdateNotebookInstanceInput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB. ML storage volumes are encrypted, so SageMaker can\'t determine the amount of available free space on the volume. Because of this, you can increase the volume size when you update a notebook instance, but you can\'t decrease the volume size. If you want to decrease the size of the ML storage volume in use, create a new notebook instance with the desired size.

', ], ], 'NotebookOutputOption' => [ 'base' => NULL, 'refs' => [ 'SharingSettings$NotebookOutputOption' => '

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

', ], ], 'NotificationConfiguration' => [ 'base' => '

Configures Amazon SNS notifications of available or expiring work items for work teams.

', 'refs' => [ 'CreateWorkteamRequest$NotificationConfiguration' => '

Configures notification of workers regarding available or expiring work items.

', 'UpdateWorkteamRequest$NotificationConfiguration' => '

Configures SNS topic notifications for available or expiring work items

', 'Workteam$NotificationConfiguration' => '

Configures SNS notifications of available or expiring work items for work teams.

', ], ], 'NotificationTopicArn' => [ 'base' => NULL, 'refs' => [ 'NotificationConfiguration$NotificationTopicArn' => '

The ARN for the Amazon SNS topic to which notifications should be published.

', ], ], 'NumberOfHumanWorkersPerDataObject' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$NumberOfHumanWorkersPerDataObject' => '

The number of human workers that will label an object.

', 'LabelingJobForWorkteamSummary$NumberOfHumanWorkersPerDataObject' => '

The configured number of workers per data object.

', ], ], 'NumberOfSteps' => [ 'base' => NULL, 'refs' => [ 'Stairs$NumberOfSteps' => '

Specifies how many steps to perform during traffic.

', ], ], 'ObjectiveStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$ObjectiveStatus' => '

The objective\'s status.

', 'HyperParameterTrainingJobSummary$ObjectiveStatus' => '

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • Pending: The training job is in progress and evaluation of its final objective metric is pending.

  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

', ], ], 'ObjectiveStatusCounter' => [ 'base' => NULL, 'refs' => [ 'ObjectiveStatusCounters$Succeeded' => '

The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

', 'ObjectiveStatusCounters$Pending' => '

The number of training jobs that are in progress and pending evaluation of their final objective metric.

', 'ObjectiveStatusCounters$Failed' => '

The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

', ], ], 'ObjectiveStatusCounters' => [ 'base' => '

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$ObjectiveStatusCounters' => '

The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.

', 'HyperParameterTuningJobSearchEntity$ObjectiveStatusCounters' => NULL, 'HyperParameterTuningJobSummary$ObjectiveStatusCounters' => '

The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

', ], ], 'OfflineStoreConfig' => [ 'base' => '

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

', 'refs' => [ 'CreateFeatureGroupRequest$OfflineStoreConfig' => '

Use this to configure an OfflineFeatureStore. This parameter allows you to specify:

  • The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore.

  • A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog.

  • An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent.

  • Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

To learn more about this parameter, see OfflineStoreConfig.

', 'DescribeFeatureGroupResponse$OfflineStoreConfig' => '

The configuration of the offline store. It includes the following configurations:

  • Amazon S3 location of the offline store.

  • Configuration of the Glue data catalog.

  • Table format of the offline store.

  • Option to disable the automatic creation of a Glue table for the offline store.

  • Encryption configuration.

', 'FeatureGroup$OfflineStoreConfig' => NULL, ], ], 'OfflineStoreStatus' => [ 'base' => '

The status of OfflineStore.

', 'refs' => [ 'DescribeFeatureGroupResponse$OfflineStoreStatus' => '

The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

', 'FeatureGroup$OfflineStoreStatus' => NULL, 'FeatureGroupSummary$OfflineStoreStatus' => '

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

', ], ], 'OfflineStoreStatusValue' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$OfflineStoreStatusEquals' => '

An OfflineStore status. Filters by OfflineStore status.

', 'OfflineStoreStatus$Status' => '

An OfflineStore status.

', ], ], 'OidcConfig' => [ 'base' => '

Use this parameter to configure your OIDC Identity Provider (IdP).

', 'refs' => [ 'CreateWorkforceRequest$OidcConfig' => '

Use this parameter to configure a private workforce using your own OIDC Identity Provider.

Do not use CognitoConfig if you specify values for OidcConfig.

', 'UpdateWorkforceRequest$OidcConfig' => '

Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

', ], ], 'OidcConfigForResponse' => [ 'base' => '

Your OIDC IdP workforce configuration.

', 'refs' => [ 'Workforce$OidcConfig' => '

The configuration of an OIDC Identity Provider (IdP) private workforce.

', ], ], 'OidcEndpoint' => [ 'base' => NULL, 'refs' => [ 'OidcConfig$Issuer' => '

The OIDC IdP issuer used to configure your private workforce.

', 'OidcConfig$AuthorizationEndpoint' => '

The OIDC IdP authorization endpoint used to configure your private workforce.

', 'OidcConfig$TokenEndpoint' => '

The OIDC IdP token endpoint used to configure your private workforce.

', 'OidcConfig$UserInfoEndpoint' => '

The OIDC IdP user information endpoint used to configure your private workforce.

', 'OidcConfig$LogoutEndpoint' => '

The OIDC IdP logout endpoint used to configure your private workforce.

', 'OidcConfig$JwksUri' => '

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

', 'OidcConfigForResponse$Issuer' => '

The OIDC IdP issuer used to configure your private workforce.

', 'OidcConfigForResponse$AuthorizationEndpoint' => '

The OIDC IdP authorization endpoint used to configure your private workforce.

', 'OidcConfigForResponse$TokenEndpoint' => '

The OIDC IdP token endpoint used to configure your private workforce.

', 'OidcConfigForResponse$UserInfoEndpoint' => '

The OIDC IdP user information endpoint used to configure your private workforce.

', 'OidcConfigForResponse$LogoutEndpoint' => '

The OIDC IdP logout endpoint used to configure your private workforce.

', 'OidcConfigForResponse$JwksUri' => '

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

', ], ], 'OidcMemberDefinition' => [ 'base' => '

A list of user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

', 'refs' => [ 'MemberDefinition$OidcMemberDefinition' => '

A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

', ], ], 'OnlineStoreConfig' => [ 'base' => '

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly.

The default value is False.

', 'refs' => [ 'CreateFeatureGroupRequest$OnlineStoreConfig' => '

You can turn the OnlineStore on or off by specifying True for the EnableOnlineStore flag in OnlineStoreConfig.

You can also include an Amazon Web Services KMS key ID (KMSKeyId) for at-rest encryption of the OnlineStore.

The default value is False.

', 'DescribeFeatureGroupResponse$OnlineStoreConfig' => '

The configuration for the OnlineStore.

', 'FeatureGroup$OnlineStoreConfig' => NULL, ], ], 'OnlineStoreConfigUpdate' => [ 'base' => '

Updates the feature group online store configuration.

', 'refs' => [ 'UpdateFeatureGroupRequest$OnlineStoreConfig' => '

Updates the feature group online store configuration.

', ], ], 'OnlineStoreSecurityConfig' => [ 'base' => '

The security configuration for OnlineStore.

', 'refs' => [ 'OnlineStoreConfig$SecurityConfig' => '

Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

', ], ], 'OnlineStoreTotalSizeBytes' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupResponse$OnlineStoreTotalSizeBytes' => '

The size of the OnlineStore in bytes.

', ], ], 'Operator' => [ 'base' => NULL, 'refs' => [ 'Filter$Operator' => '

A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

Equals

The value of Name equals Value.

NotEquals

The value of Name doesn\'t equal Value.

Exists

The Name property exists.

NotExists

The Name property does not exist.

GreaterThan

The value of Name is greater than Value. Not supported for text properties.

GreaterThanOrEqualTo

The value of Name is greater than or equal to Value. Not supported for text properties.

LessThan

The value of Name is less than Value. Not supported for text properties.

LessThanOrEqualTo

The value of Name is less than or equal to Value. Not supported for text properties.

In

The value of Name is one of the comma delimited strings in Value. Only supported for text properties.

Contains

The value of Name contains the string Value. Only supported for text properties.

A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

  • Experiment.DisplayName

  • Experiment.ExperimentName

  • Experiment.Tags

  • Trial.DisplayName

  • Trial.TrialName

  • Trial.Tags

  • TrialComponent.DisplayName

  • TrialComponent.TrialComponentName

  • TrialComponent.Tags

  • TrialComponent.InputArtifacts

  • TrialComponent.OutputArtifacts

A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "\'CONTAINS\' operator usage limit of 1 exceeded."

', ], ], 'OptionalDouble' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$Max' => '

The maximum value of the metric.

', 'TrialComponentMetricSummary$Min' => '

The minimum value of the metric.

', 'TrialComponentMetricSummary$Last' => '

The most recent value of the metric.

', 'TrialComponentMetricSummary$Avg' => '

The average value of the metric.

', 'TrialComponentMetricSummary$StdDev' => '

The standard deviation of the metric.

', ], ], 'OptionalInteger' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$Count' => '

The number of samples used to generate the metric.

', ], ], 'OptionalVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the processing instance.

', 'HyperParameterTuningResourceConfig$VolumeSizeInGB' => '

The volume size in GB for the storage volume to be used in processing hyperparameter optimization jobs (optional). These volumes store model artifacts, incremental states and optionally, scratch space for training algorithms. Do not provide a value for this parameter if a value for InstanceConfigs is also specified.

Some instance types have a fixed total local storage size. If you select one of these instances for training, VolumeSizeInGB cannot be greater than this total size. For a list of instance types with local instance storage and their sizes, see instance store volumes.

SageMaker supports only the General Purpose SSD (gp2) storage volume type.

', 'ProfilerRuleConfiguration$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the processing instance.

', ], ], 'OrderKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListEndpointsInput$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListModelsInput$SortOrder' => '

The sort order for results. The default is Descending.

', ], ], 'OutputCompressionType' => [ 'base' => NULL, 'refs' => [ 'OutputDataConfig$CompressionType' => '

The model output compression type. Select None to output an uncompressed model, recommended for large model outputs. Defaults to gzip.

', ], ], 'OutputConfig' => [ 'base' => '

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

', 'refs' => [ 'CreateCompilationJobRequest$OutputConfig' => '

Provides information about the output location for the compiled model and the target device the model runs on.

', 'DescribeCompilationJobResponse$OutputConfig' => '

Information about the output location for the compiled model and the target device that the model runs on.

', ], ], 'OutputDataConfig' => [ 'base' => '

Provides information about how to store model training results (model artifacts).

', 'refs' => [ 'CreateTrainingJobRequest$OutputDataConfig' => '

Specifies the path to the S3 location where you want to store model artifacts. SageMaker creates subfolders for the artifacts.

', 'DescribeTrainingJobResponse$OutputDataConfig' => '

The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.

', 'HyperParameterTrainingJobDefinition$OutputDataConfig' => '

Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

', 'TrainingJob$OutputDataConfig' => '

The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.

', 'TrainingJobDefinition$OutputDataConfig' => '

the path to the S3 bucket where you want to store model artifacts. SageMaker creates subfolders for the artifacts.

', ], ], 'OutputParameter' => [ 'base' => '

An output parameter of a pipeline step.

', 'refs' => [ 'OutputParameterList$member' => NULL, ], ], 'OutputParameterList' => [ 'base' => NULL, 'refs' => [ 'CallbackStepMetadata$OutputParameters' => '

A list of the output parameters of the callback step.

', 'LambdaStepMetadata$OutputParameters' => '

A list of the output parameters of the Lambda step.

', 'SendPipelineExecutionStepSuccessRequest$OutputParameters' => '

A list of the output parameters of the callback step.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$NextToken' => '

If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

', 'ListEndpointConfigsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request

', 'ListEndpointsInput$NextToken' => '

If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

', 'ListEndpointsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

', 'ListModelsInput$NextToken' => '

If the response to a previous ListModels request was truncated, the response includes a NextToken. To retrieve the next set of models, use the token in the next request.

', 'ListModelsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.

', ], ], 'ParallelismConfiguration' => [ 'base' => '

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

', 'refs' => [ 'CreatePipelineRequest$ParallelismConfiguration' => '

This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default.

', 'DescribePipelineExecutionResponse$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline.

', 'DescribePipelineResponse$ParallelismConfiguration' => '

Lists the parallelism configuration applied to the pipeline.

', 'Pipeline$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline.

', 'PipelineExecution$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline execution.

', 'RetryPipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline.

', 'StartPipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

', 'UpdatePipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

', 'UpdatePipelineRequest$ParallelismConfiguration' => '

If specified, it applies to all executions of this pipeline by default.

', ], ], 'Parameter' => [ 'base' => '

Assigns a value to a named Pipeline parameter.

', 'refs' => [ 'ParameterList$member' => NULL, ], ], 'ParameterKey' => [ 'base' => NULL, 'refs' => [ 'AutoParameter$Name' => '

The name of the hyperparameter to optimize using Autotune.

', 'CategoricalParameterRange$Name' => '

The name of the categorical hyperparameter to tune.

', 'ContinuousParameterRange$Name' => '

The name of the continuous hyperparameter to tune.

', 'IntegerParameterRange$Name' => '

The name of the hyperparameter to search.

', ], ], 'ParameterList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineParametersForExecutionResponse$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', 'PipelineExecution$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', 'StartPipelineExecutionRequest$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$Name' => '

The name of this hyperparameter. The name must be unique.

', ], ], 'ParameterRange' => [ 'base' => '

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

', 'refs' => [ 'HyperParameterSpecification$Range' => '

The allowed range for this hyperparameter.

', ], ], 'ParameterRanges' => [ 'base' => '

Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

The maximum number of items specified for Array Members refers to the maximum number of hyperparameters for each range and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of hyperparameters for all the ranges can\'t exceed the maximum number specified.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$HyperParameterRanges' => NULL, 'HyperParameterTuningJobConfig$ParameterRanges' => '

The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal configuration for the highest model performance against your chosen objective metric.

', ], ], 'ParameterType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$Type' => '

The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

', ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'AutoParameter$ValueHint' => '

An example value of the hyperparameter to optimize using Autotune.

', 'ContinuousParameterRange$MinValue' => '

The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

', 'ContinuousParameterRange$MaxValue' => '

The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

', 'ContinuousParameterRangeSpecification$MinValue' => '

The minimum floating-point value allowed.

', 'ContinuousParameterRangeSpecification$MaxValue' => '

The maximum floating-point value allowed.

', 'IntegerParameterRange$MinValue' => '

The minimum value of the hyperparameter to search.

', 'IntegerParameterRange$MaxValue' => '

The maximum value of the hyperparameter to search.

', 'IntegerParameterRangeSpecification$MinValue' => '

The minimum integer value allowed.

', 'IntegerParameterRangeSpecification$MaxValue' => '

The maximum integer value allowed.

', 'ParameterValues$member' => NULL, ], ], 'ParameterValues' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameterRange$Values' => '

A list of the categories for the hyperparameter.

', 'CategoricalParameterRangeSpecification$Values' => '

The allowed categories for the hyperparameter.

', ], ], 'Parent' => [ 'base' => '

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

', 'refs' => [ 'Parents$member' => NULL, ], ], 'ParentHyperParameterTuningJob' => [ 'base' => '

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

', 'refs' => [ 'ParentHyperParameterTuningJobs$member' => NULL, ], ], 'ParentHyperParameterTuningJobs' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobWarmStartConfig$ParentHyperParameterTuningJobs' => '

An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

', ], ], 'Parents' => [ 'base' => NULL, 'refs' => [ 'TrialComponent$Parents' => '

An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

', ], ], 'PendingDeploymentSummary' => [ 'base' => '

The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.

', 'refs' => [ 'DescribeEndpointOutput$PendingDeploymentSummary' => '

Returns the summary of an in-progress deployment. This field is only returned when the endpoint is creating or updating with a new endpoint configuration.

', ], ], 'PendingProductionVariantSummary' => [ 'base' => '

The production variant summary for a deployment when an endpoint is creating or updating with the CreateEndpoint or UpdateEndpoint operations. Describes the VariantStatus , weight and capacity for a production variant associated with an endpoint.

', 'refs' => [ 'PendingProductionVariantSummaryList$member' => NULL, ], ], 'PendingProductionVariantSummaryList' => [ 'base' => NULL, 'refs' => [ 'PendingDeploymentSummary$ProductionVariants' => '

An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.

', 'PendingDeploymentSummary$ShadowProductionVariants' => '

An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants for the in-progress deployment.

', ], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'DeviceSelectionConfig$Percentage' => '

Percentage of devices in the fleet to deploy to the current stage.

', 'ShadowModelVariantConfig$SamplingPercentage' => '

The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.

', ], ], 'Phase' => [ 'base' => '

Defines the traffic pattern.

', 'refs' => [ 'Phases$member' => NULL, ], ], 'Phases' => [ 'base' => NULL, 'refs' => [ 'TrafficPattern$Phases' => '

Defines the phases traffic specification.

', ], ], 'Pipeline' => [ 'base' => '

A SageMaker Model Building Pipeline instance.

', 'refs' => [ 'SearchRecord$Pipeline' => NULL, ], ], 'PipelineArn' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the created pipeline.

', 'DeletePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline to delete.

', 'DescribePipelineExecutionResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'DescribePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'Pipeline$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'PipelineExecution$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline that was executed.

', 'PipelineSummary$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'UpdatePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the updated pipeline.

', ], ], 'PipelineDefinition' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineDefinition' => '

The JSON pipeline definition of the pipeline.

', 'DescribePipelineDefinitionForExecutionResponse$PipelineDefinition' => '

The JSON pipeline definition.

', 'DescribePipelineResponse$PipelineDefinition' => '

The JSON pipeline definition.

', 'UpdatePipelineRequest$PipelineDefinition' => '

The JSON pipeline definition.

', ], ], 'PipelineDefinitionS3Location' => [ 'base' => '

The location of the pipeline definition stored in Amazon S3.

', 'refs' => [ 'CreatePipelineRequest$PipelineDefinitionS3Location' => '

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

', 'UpdatePipelineRequest$PipelineDefinitionS3Location' => '

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

', ], ], 'PipelineDescription' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineDescription' => '

A description of the pipeline.

', 'DescribePipelineResponse$PipelineDescription' => '

The description of the pipeline.

', 'Pipeline$PipelineDescription' => '

The description of the pipeline.

', 'PipelineSummary$PipelineDescription' => '

The description of the pipeline.

', 'UpdatePipelineRequest$PipelineDescription' => '

The description of the pipeline.

', ], ], 'PipelineExecution' => [ 'base' => '

An execution of a pipeline.

', 'refs' => [ 'SearchRecord$PipelineExecution' => NULL, ], ], 'PipelineExecutionArn' => [ 'base' => NULL, 'refs' => [ 'CacheHitResult$SourcePipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineDefinitionForExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'ListPipelineExecutionStepsRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'ListPipelineParametersForExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'PipelineExecution$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'RetryPipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'RetryPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'SelectiveExecutionConfig$SourcePipelineExecutionArn' => '

The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success.

', 'SelectiveExecutionResult$SourcePipelineExecutionArn' => '

The ARN from an execution of the current pipeline.

', 'SendPipelineExecutionStepFailureResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'SendPipelineExecutionStepSuccessResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StartPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StopPipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StopPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'UpdatePipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the updated pipeline execution.

', ], ], 'PipelineExecutionDescription' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'PipelineExecution$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'StartPipelineExecutionRequest$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionDescription' => '

The description of the pipeline execution.

', ], ], 'PipelineExecutionFailureReason' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$FailureReason' => '

If the execution failed, a message describing why.

', 'PipelineExecution$FailureReason' => '

If the execution failed, a message describing why.

', ], ], 'PipelineExecutionName' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'PipelineExecution$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'StartPipelineExecutionRequest$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', ], ], 'PipelineExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionStatus' => '

The status of the pipeline execution.

', 'PipelineExecution$PipelineExecutionStatus' => '

The status of the pipeline status.

', 'PipelineExecutionSummary$PipelineExecutionStatus' => '

The status of the pipeline execution.

', ], ], 'PipelineExecutionStep' => [ 'base' => '

An execution of a step in a pipeline.

', 'refs' => [ 'PipelineExecutionStepList$member' => NULL, ], ], 'PipelineExecutionStepList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionStepsResponse$PipelineExecutionSteps' => '

A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.

', ], ], 'PipelineExecutionStepMetadata' => [ 'base' => '

Metadata for a step execution.

', 'refs' => [ 'PipelineExecutionStep$Metadata' => '

Metadata to run the pipeline step.

', ], ], 'PipelineExecutionSummary' => [ 'base' => '

A pipeline execution summary.

', 'refs' => [ 'PipelineExecutionSummaryList$member' => NULL, ], ], 'PipelineExecutionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionsResponse$PipelineExecutionSummaries' => '

Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

', ], ], 'PipelineExperimentConfig' => [ 'base' => '

Specifies the names of the experiment and trial created by a pipeline.

', 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExperimentConfig' => NULL, 'PipelineExecution$PipelineExperimentConfig' => NULL, ], ], 'PipelineName' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineName' => '

The name of the pipeline.

', 'CreatePipelineRequest$PipelineDisplayName' => '

The display name of the pipeline.

', 'DeletePipelineRequest$PipelineName' => '

The name of the pipeline to delete.

', 'DescribePipelineResponse$PipelineName' => '

The name of the pipeline.

', 'DescribePipelineResponse$PipelineDisplayName' => '

The display name of the pipeline.

', 'ListPipelinesRequest$PipelineNamePrefix' => '

The prefix of the pipeline name.

', 'Pipeline$PipelineName' => '

The name of the pipeline.

', 'Pipeline$PipelineDisplayName' => '

The display name of the pipeline.

', 'PipelineSummary$PipelineName' => '

The name of the pipeline.

', 'PipelineSummary$PipelineDisplayName' => '

The display name of the pipeline.

', 'UpdatePipelineRequest$PipelineName' => '

The name of the pipeline to update.

', 'UpdatePipelineRequest$PipelineDisplayName' => '

The display name of the pipeline.

', ], ], 'PipelineNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline to describe.

', 'ListPipelineExecutionsRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline.

', 'StartPipelineExecutionRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline.

', ], ], 'PipelineParameterName' => [ 'base' => NULL, 'refs' => [ 'Parameter$Name' => '

The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

', ], ], 'PipelineStatus' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineResponse$PipelineStatus' => '

The status of the pipeline execution.

', 'Pipeline$PipelineStatus' => '

The status of the pipeline.

', ], ], 'PipelineSummary' => [ 'base' => '

A summary of a pipeline.

', 'refs' => [ 'PipelineSummaryList$member' => NULL, ], ], 'PipelineSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPipelinesResponse$PipelineSummaries' => '

Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

', ], ], 'PlatformIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$PlatformIdentifier' => '

The platform identifier of the notebook instance runtime environment.

', 'DescribeNotebookInstanceOutput$PlatformIdentifier' => '

The platform identifier of the notebook instance runtime environment.

', ], ], 'PolicyString' => [ 'base' => NULL, 'refs' => [ 'GetModelPackageGroupPolicyOutput$ResourcePolicy' => '

The resource policy for the model group.

', 'PutModelPackageGroupPolicyInput$ResourcePolicy' => '

The resource policy for the model group.

', ], ], 'PredefinedMetricSpecification' => [ 'base' => '

A specification for a predefined metric.

', 'refs' => [ 'MetricSpecification$Predefined' => '

Information about a predefined metric.

', ], ], 'PresignedDomainUrl' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlResponse$AuthorizedUrl' => '

The presigned URL.

', ], ], 'ProbabilityThresholdAttribute' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$ProbabilityThresholdAttribute' => '

The threshold for the class probability to be evaluated as a positive result.

', 'EndpointInput$ProbabilityThresholdAttribute' => '

The threshold for the class probability to be evaluated as a positive result.

', ], ], 'ProblemType' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$ProblemType' => '

Defines the type of supervised learning problem available for the candidates. For more information, see Amazon SageMaker Autopilot problem types.

', 'DescribeAutoMLJobResponse$ProblemType' => '

Returns the job\'s problem type.

', 'ResolvedAttributes$ProblemType' => '

The problem type.

', 'TabularJobConfig$ProblemType' => '

The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see Amazon SageMaker Autopilot problem types.

You must either specify the type of supervised learning problem in ProblemType and provide the AutoMLJobObjective metric, or none at all.

', 'TabularResolvedAttributes$ProblemType' => '

The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.

', ], ], 'ProcessingClusterConfig' => [ 'base' => '

Configuration for the cluster used to run a processing job.

', 'refs' => [ 'ProcessingResources$ClusterConfig' => '

The configuration for the resources in a cluster used to run the processing job.

', ], ], 'ProcessingEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'MonitoringEnvironmentMap$key' => NULL, 'ProcessingEnvironmentMap$key' => NULL, ], ], 'ProcessingEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$Environment' => '

The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

', 'DescribeProcessingJobResponse$Environment' => '

The environment variables set in the Docker container.

', 'ProcessingJob$Environment' => '

Sets the environment variables in the Docker container.

', ], ], 'ProcessingEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'MonitoringEnvironmentMap$value' => NULL, 'ProcessingEnvironmentMap$value' => NULL, ], ], 'ProcessingFeatureStoreOutput' => [ 'base' => '

Configuration for processing job outputs in Amazon SageMaker Feature Store.

', 'refs' => [ 'ProcessingOutput$FeatureStoreOutput' => '

Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

', ], ], 'ProcessingInput' => [ 'base' => '

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

', 'refs' => [ 'ProcessingInputs$member' => NULL, ], ], 'ProcessingInputs' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$ProcessingInputs' => '

An array of inputs configuring the data to download into the processing container.

', 'DescribeProcessingJobResponse$ProcessingInputs' => '

The inputs for a processing job.

', 'ProcessingJob$ProcessingInputs' => '

List of input configurations for the processing job.

', ], ], 'ProcessingInstanceCount' => [ 'base' => NULL, 'refs' => [ 'MonitoringClusterConfig$InstanceCount' => '

The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

', 'ProcessingClusterConfig$InstanceCount' => '

The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

', ], ], 'ProcessingInstanceType' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$InstanceType' => '

The instance type to deploy a custom rule for debugging a training job.

', 'MonitoringClusterConfig$InstanceType' => '

The ML compute instance type for the processing job.

', 'ProcessingClusterConfig$InstanceType' => '

The ML compute instance type for the processing job.

', 'ProfilerRuleConfiguration$InstanceType' => '

The instance type to deploy a custom rule for profiling a training job.

', ], ], 'ProcessingJob' => [ 'base' => '

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

', 'refs' => [ 'TrialComponentSourceDetail$ProcessingJob' => '

Information about a processing job that\'s the source of a trial component.

', ], ], 'ProcessingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobResponse$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'DebugRuleEvaluationStatus$RuleEvaluationJobArn' => '

The Amazon Resource Name (ARN) of the rule evaluation job.

', 'DescribeProcessingJobResponse$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'MonitoringExecutionSummary$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the monitoring job.

', 'ProcessingJob$ProcessingJobArn' => '

The ARN of the processing job.

', 'ProcessingJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'ProcessingJobSummary$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job..

', 'ProfilerRuleEvaluationStatus$RuleEvaluationJobArn' => '

The Amazon Resource Name (ARN) of the rule evaluation job.

', ], ], 'ProcessingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DataQualityBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the data quality monitoring job.

', 'DescribeProcessingJobRequest$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeProcessingJobResponse$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'ModelBiasBaselineConfig$BaseliningJobName' => '

The name of the baseline model bias job.

', 'ModelExplainabilityBaselineConfig$BaseliningJobName' => '

The name of the baseline model explainability job.

', 'ModelQualityBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the monitoring job.

', 'MonitoringBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the monitoring job.

', 'ProcessingJob$ProcessingJobName' => '

The name of the processing job.

', 'ProcessingJobSummary$ProcessingJobName' => '

The name of the processing job.

', 'StopProcessingJobRequest$ProcessingJobName' => '

The name of the processing job to stop.

', ], ], 'ProcessingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeProcessingJobResponse$ProcessingJobStatus' => '

Provides the status of a processing job.

', 'ListProcessingJobsRequest$StatusEquals' => '

A filter that retrieves only processing jobs with a specific status.

', 'ProcessingJob$ProcessingJobStatus' => '

The status of the processing job.

', 'ProcessingJobSummary$ProcessingJobStatus' => '

The status of the processing job.

', ], ], 'ProcessingJobStepMetadata' => [ 'base' => '

Metadata for a processing job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$ProcessingJob' => '

The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

', ], ], 'ProcessingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListProcessingJobsResponse$ProcessingJobSummaries' => '

An array of ProcessingJobSummary objects, each listing a processing job.

', ], ], 'ProcessingJobSummary' => [ 'base' => '

Summary of information about a processing job.

', 'refs' => [ 'ProcessingJobSummaries$member' => NULL, ], ], 'ProcessingLocalPath' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$LocalPath' => '

Path to the filesystem where the batch transform data is available to the container.

', 'DatasetDefinition$LocalPath' => '

The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

', 'EndpointInput$LocalPath' => '

Path to the filesystem where the endpoint data is available to the container.

', 'MonitoringS3Output$LocalPath' => '

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

', 'ProcessingS3Input$LocalPath' => '

The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

', 'ProcessingS3Output$LocalPath' => '

The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container\'s entrypoint is invoked.

', ], ], 'ProcessingMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProcessingStoppingCondition$MaxRuntimeInSeconds' => '

Specifies the maximum runtime in seconds.

', ], ], 'ProcessingOutput' => [ 'base' => '

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

', 'refs' => [ 'ProcessingOutputs$member' => NULL, ], ], 'ProcessingOutputConfig' => [ 'base' => '

Configuration for uploading output from the processing container.

', 'refs' => [ 'CreateProcessingJobRequest$ProcessingOutputConfig' => '

Output configuration for the processing job.

', 'DescribeProcessingJobResponse$ProcessingOutputConfig' => '

Output configuration for the processing job.

', 'ProcessingJob$ProcessingOutputConfig' => NULL, ], ], 'ProcessingOutputs' => [ 'base' => NULL, 'refs' => [ 'ProcessingOutputConfig$Outputs' => '

An array of outputs configuring the data to upload from the processing container.

', ], ], 'ProcessingResources' => [ 'base' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'refs' => [ 'CreateProcessingJobRequest$ProcessingResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'DescribeProcessingJobResponse$ProcessingResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'ProcessingJob$ProcessingResources' => NULL, ], ], 'ProcessingS3CompressionType' => [ 'base' => NULL, 'refs' => [ 'ProcessingS3Input$S3CompressionType' => '

Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

', ], ], 'ProcessingS3DataDistributionType' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$S3DataDistributionType' => '

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

', 'EndpointInput$S3DataDistributionType' => '

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

', 'ProcessingS3Input$S3DataDistributionType' => '

Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

', ], ], 'ProcessingS3DataType' => [ 'base' => NULL, 'refs' => [ 'ProcessingS3Input$S3DataType' => '

Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

', ], ], 'ProcessingS3Input' => [ 'base' => '

Configuration for downloading input data from Amazon S3 into the processing container.

', 'refs' => [ 'ProcessingInput$S3Input' => '

Configuration for downloading input data from Amazon S3 into the processing container.

', ], ], 'ProcessingS3InputMode' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$S3InputMode' => '

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

', 'EndpointInput$S3InputMode' => '

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

', 'ProcessingS3Input$S3InputMode' => '

Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

', ], ], 'ProcessingS3Output' => [ 'base' => '

Configuration for uploading output data to Amazon S3 from the processing container.

', 'refs' => [ 'ProcessingOutput$S3Output' => '

Configuration for processing job outputs in Amazon S3.

', ], ], 'ProcessingS3UploadMode' => [ 'base' => NULL, 'refs' => [ 'MonitoringS3Output$S3UploadMode' => '

Whether to upload the results of the monitoring job continuously or after the job completes.

', 'ProcessingS3Output$S3UploadMode' => '

Whether to upload the results of the processing job continuously or after the job completes.

', ], ], 'ProcessingStoppingCondition' => [ 'base' => '

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

', 'refs' => [ 'CreateProcessingJobRequest$StoppingCondition' => '

The time limit for how long the processing job is allowed to run.

', 'DescribeProcessingJobResponse$StoppingCondition' => '

The time limit for how long the processing job is allowed to run.

', 'ProcessingJob$StoppingCondition' => NULL, ], ], 'ProcessingVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'MonitoringClusterConfig$VolumeSizeInGB' => '

The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

', 'ProcessingClusterConfig$VolumeSizeInGB' => '

The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can\'t request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

', ], ], 'Processor' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', 'DescribeImageVersionResponse$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', 'UpdateImageVersionRequest$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', ], ], 'ProductId' => [ 'base' => NULL, 'refs' => [ 'DescribeAlgorithmOutput$ProductId' => '

The product identifier of the algorithm.

', 'ModelPackageContainerDefinition$ProductId' => '

The Amazon Web Services Marketplace product ID of the model package.

', ], ], 'ProductListings' => [ 'base' => NULL, 'refs' => [ 'Workteam$ProductListingIds' => '

The Amazon Marketplace identifier for a vendor\'s work team.

', ], ], 'ProductionVariant' => [ 'base' => '

Identifies a model that you want to host and the resources chosen to deploy for hosting it. If you are deploying multiple models, tell SageMaker how to distribute traffic among the models by specifying variant weights. For more information on production variants, check Production variants.

', 'refs' => [ 'ProductionVariantList$member' => NULL, ], ], 'ProductionVariantAcceleratorType' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$AcceleratorType' => '

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'ProductionVariant$AcceleratorType' => '

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

', ], ], 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$ContainerStartupHealthCheckTimeoutInSeconds' => '

The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests.

', ], ], 'ProductionVariantCoreDumpConfig' => [ 'base' => '

Specifies configuration for a core dump from the model container when the process crashes.

', 'refs' => [ 'ProductionVariant$CoreDumpConfig' => '

Specifies configuration for a core dump from the model container when the process crashes.

', ], ], 'ProductionVariantInstanceType' => [ 'base' => NULL, 'refs' => [ 'EndpointInputConfiguration$InstanceType' => '

The instance types to use for the load test.

', 'EndpointOutputConfiguration$InstanceType' => '

The instance type recommended by Amazon SageMaker Inference Recommender.

', 'PendingProductionVariantSummary$InstanceType' => '

The type of instances associated with the variant.

', 'ProductionVariant$InstanceType' => '

The ML compute instance type.

', 'RealTimeInferenceRecommendation$InstanceType' => '

The recommended instance type for Real-Time Inference.

', 'RealtimeInferenceInstanceTypes$member' => NULL, ], ], 'ProductionVariantList' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigInput$ProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

', 'CreateEndpointConfigInput$ShadowProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.

', 'DescribeEndpointConfigOutput$ProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

', 'DescribeEndpointConfigOutput$ShadowProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

', ], ], 'ProductionVariantModelDataDownloadTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$ModelDataDownloadTimeoutInSeconds' => '

The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant.

', ], ], 'ProductionVariantSSMAccess' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$EnableSSMAccess' => '

You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoint. You can turn on or turn off SSM access for a production variant behind an existing endpoint by creating a new endpoint configuration and calling UpdateEndpoint.

', ], ], 'ProductionVariantServerlessConfig' => [ 'base' => '

Specifies the serverless configuration for an endpoint variant.

', 'refs' => [ 'EndpointInputConfiguration$ServerlessConfig' => NULL, 'EndpointOutputConfiguration$ServerlessConfig' => NULL, 'PendingProductionVariantSummary$CurrentServerlessConfig' => '

The serverless configuration for the endpoint.

', 'PendingProductionVariantSummary$DesiredServerlessConfig' => '

The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.

', 'ProductionVariant$ServerlessConfig' => '

The serverless configuration for an endpoint. Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.

', 'ProductionVariantSummary$CurrentServerlessConfig' => '

The serverless configuration for the endpoint.

', 'ProductionVariantSummary$DesiredServerlessConfig' => '

The serverless configuration requested for the endpoint update.

', ], ], 'ProductionVariantServerlessUpdateConfig' => [ 'base' => '

Specifies the serverless update concurrency configuration for an endpoint variant.

', 'refs' => [ 'DesiredWeightAndCapacity$ServerlessUpdateConfig' => '

Specifies the serverless update concurrency configuration for an endpoint variant.

', ], ], 'ProductionVariantStatus' => [ 'base' => '

Describes the status of the production variant.

', 'refs' => [ 'ProductionVariantStatusList$member' => NULL, ], ], 'ProductionVariantStatusList' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$VariantStatus' => '

The endpoint variant status which describes the current deployment stage status or operational status.

', 'ProductionVariantSummary$VariantStatus' => '

The endpoint variant status which describes the current deployment stage status or operational status.

', ], ], 'ProductionVariantSummary' => [ 'base' => '

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

', 'refs' => [ 'ProductionVariantSummaryList$member' => NULL, ], ], 'ProductionVariantSummaryList' => [ 'base' => NULL, 'refs' => [ 'DescribeEndpointOutput$ProductionVariants' => '

An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.

', 'DescribeEndpointOutput$ShadowProductionVariants' => '

An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

', 'Endpoint$ProductionVariants' => '

A list of the production variants hosted on the endpoint. Each production variant is a model.

', 'Endpoint$ShadowProductionVariants' => '

A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

', ], ], 'ProductionVariantVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currently only Amazon EBS gp2 storage volumes are supported.

', ], ], 'ProfilerConfig' => [ 'base' => '

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

', 'refs' => [ 'CreateTrainingJobRequest$ProfilerConfig' => NULL, 'DescribeTrainingJobResponse$ProfilerConfig' => NULL, 'TrainingJob$ProfilerConfig' => NULL, ], ], 'ProfilerConfigForUpdate' => [ 'base' => '

Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and storage paths.

', 'refs' => [ 'UpdateTrainingJobRequest$ProfilerConfig' => '

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

', ], ], 'ProfilerRuleConfiguration' => [ 'base' => '

Configuration information for profiling rules.

', 'refs' => [ 'ProfilerRuleConfigurations$member' => NULL, ], ], 'ProfilerRuleConfigurations' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', 'DescribeTrainingJobResponse$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', 'UpdateTrainingJobRequest$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', ], ], 'ProfilerRuleEvaluationStatus' => [ 'base' => '

Information about the status of the rule evaluation.

', 'refs' => [ 'ProfilerRuleEvaluationStatuses$member' => NULL, ], ], 'ProfilerRuleEvaluationStatuses' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$ProfilerRuleEvaluationStatuses' => '

Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.

', ], ], 'ProfilingIntervalInMilliseconds' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$ProfilingIntervalInMilliseconds' => '

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

', 'ProfilerConfigForUpdate$ProfilingIntervalInMilliseconds' => '

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

', ], ], 'ProfilingParameters' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$ProfilingParameters' => '

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'ProfilerConfigForUpdate$ProfilingParameters' => '

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', ], ], 'ProfilingStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$ProfilingStatus' => '

Profiling status of a training job.

', ], ], 'ProgrammingLang' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ProgrammingLang' => '

The supported programming language and its version.

', 'DescribeImageVersionResponse$ProgrammingLang' => '

The supported programming language and its version.

', 'UpdateImageVersionRequest$ProgrammingLang' => '

The supported programming language and its version.

', ], ], 'Project' => [ 'base' => '

The properties of a project as returned by the Search API.

', 'refs' => [ 'SearchRecord$Project' => '

The properties of a project.

', ], ], 'ProjectArn' => [ 'base' => NULL, 'refs' => [ 'CreateProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'DescribeProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'Project$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'ProjectSummary$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'UpdateProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', ], ], 'ProjectEntityName' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$ProjectName' => '

The name of the project.

', 'DeleteProjectInput$ProjectName' => '

The name of the project to delete.

', 'DescribeProjectInput$ProjectName' => '

The name of the project to describe.

', 'DescribeProjectOutput$ProjectName' => '

The name of the project.

', 'ListProjectsInput$NameContains' => '

A filter that returns the projects whose name contains a specified string.

', 'Project$ProjectName' => '

The name of the project.

', 'ProjectSummary$ProjectName' => '

The name of the project.

', 'UpdateProjectInput$ProjectName' => '

The name of the project.

', ], ], 'ProjectId' => [ 'base' => NULL, 'refs' => [ 'CreateProjectOutput$ProjectId' => '

The ID of the new project.

', 'DescribeProjectOutput$ProjectId' => '

The ID of the project.

', 'Project$ProjectId' => '

The ID of the project.

', 'ProjectSummary$ProjectId' => '

The ID of the project.

', ], ], 'ProjectSortBy' => [ 'base' => NULL, 'refs' => [ 'ListProjectsInput$SortBy' => '

The field by which to sort results. The default is CreationTime.

', ], ], 'ProjectSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListProjectsInput$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'ProjectStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeProjectOutput$ProjectStatus' => '

The status of the project.

', 'Project$ProjectStatus' => '

The status of the project.

', 'ProjectSummary$ProjectStatus' => '

The status of the project.

', ], ], 'ProjectSummary' => [ 'base' => '

Information about a project.

', 'refs' => [ 'ProjectSummaryList$member' => NULL, ], ], 'ProjectSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListProjectsOutput$ProjectSummaryList' => '

A list of summaries of projects.

', ], ], 'PropertyNameHint' => [ 'base' => NULL, 'refs' => [ 'PropertyNameQuery$PropertyNameHint' => '

Text that begins a property\'s name.

', ], ], 'PropertyNameQuery' => [ 'base' => '

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

', 'refs' => [ 'SuggestionQuery$PropertyNameQuery' => '

Defines a property name hint. Only property names that begin with the specified hint are included in the response.

', ], ], 'PropertyNameSuggestion' => [ 'base' => '

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

', 'refs' => [ 'PropertyNameSuggestionList$member' => NULL, ], ], 'PropertyNameSuggestionList' => [ 'base' => NULL, 'refs' => [ 'GetSearchSuggestionsResponse$PropertyNameSuggestions' => '

A list of property names for a Resource that match a SuggestionQuery.

', ], ], 'ProvisionedProductStatusMessage' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisionedProductDetails$ProvisionedProductStatusMessage' => '

The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.

  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.

  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.

  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.

  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

', ], ], 'ProvisioningParameter' => [ 'base' => '

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'ProvisioningParameters$member' => NULL, ], ], 'ProvisioningParameterKey' => [ 'base' => NULL, 'refs' => [ 'ProvisioningParameter$Key' => '

The key that identifies a provisioning parameter.

', ], ], 'ProvisioningParameterValue' => [ 'base' => NULL, 'refs' => [ 'ProvisioningParameter$Value' => '

The value of the provisioning parameter.

', ], ], 'ProvisioningParameters' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisioningDetails$ProvisioningParameters' => '

A list of key value pairs that you specify when you provision a product.

', 'ServiceCatalogProvisioningUpdateDetails$ProvisioningParameters' => '

A list of key value pairs that you specify when you provision a product.

', ], ], 'PublicWorkforceTaskPrice' => [ 'base' => '

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

  • 0.012

  • 0.024

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

  • 2.400

  • 2.280

  • 2.160

  • 2.040

  • 1.920

  • 1.800

  • 1.680

  • 1.560

  • 1.440

  • 1.320

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

', 'refs' => [ 'HumanLoopConfig$PublicWorkforceTaskPrice' => NULL, 'HumanTaskConfig$PublicWorkforceTaskPrice' => '

The price that you pay for each task performed by an Amazon Mechanical Turk worker.

', ], ], 'PutModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'PutModelPackageGroupPolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'QualityCheckStepMetadata' => [ 'base' => '

Container for the metadata for a Quality check step. For more information, see the topic on QualityCheck step in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'PipelineExecutionStepMetadata$QualityCheck' => '

The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted.

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The Boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

', ], ], 'QueryFilters' => [ 'base' => '

A set of filters to narrow the set of lineage entities connected to the StartArn(s) returned by the QueryLineage API action.

', 'refs' => [ 'QueryLineageRequest$Filters' => '

A set of filtering parameters that allow you to specify which entities should be returned.

  • Properties - Key-value pairs to match on the lineage entities\' properties.

  • LineageTypes - A set of lineage entity types to match on. For example: TrialComponent, Artifact, or Context.

  • CreatedBefore - Filter entities created before this date.

  • ModifiedBefore - Filter entities modified before this date.

  • ModifiedAfter - Filter entities modified after this date.

', ], ], 'QueryLineageMaxDepth' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$MaxDepth' => '

The maximum depth in lineage relationships from the StartArns that are traversed. Depth is a measure of the number of Associations from the StartArn entity to the matched results.

', ], ], 'QueryLineageMaxResults' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$MaxResults' => '

Limits the number of vertices in the results. Use the NextToken in a response to to retrieve the next page of results.

', ], ], 'QueryLineageRequest' => [ 'base' => NULL, 'refs' => [], ], 'QueryLineageResponse' => [ 'base' => NULL, 'refs' => [], ], 'QueryLineageStartArns' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$StartArns' => '

A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.

', ], ], 'QueryLineageTypes' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$LineageTypes' => '

Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

', ], ], 'QueryProperties' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$Properties' => '

Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.

', ], ], 'QueryTypes' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$Types' => '

Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.

', ], ], 'RSessionAppSettings' => [ 'base' => '

A collection of settings that apply to an RSessionGateway app.

', 'refs' => [ 'UserSettings$RSessionAppSettings' => '

A collection of settings that configure the RSessionGateway app.

', ], ], 'RStudioServerProAccessStatus' => [ 'base' => NULL, 'refs' => [ 'RStudioServerProAppSettings$AccessStatus' => '

Indicates whether the current user has access to the RStudioServerPro app.

', ], ], 'RStudioServerProAppSettings' => [ 'base' => '

A collection of settings that configure user interaction with the RStudioServerPro app.

', 'refs' => [ 'UserSettings$RStudioServerProAppSettings' => '

A collection of settings that configure user interaction with the RStudioServerPro app.

', ], ], 'RStudioServerProDomainSettings' => [ 'base' => '

A collection of settings that configure the RStudioServerPro Domain-level app.

', 'refs' => [ 'DomainSettings$RStudioServerProDomainSettings' => '

A collection of settings that configure the RStudioServerPro Domain-level app.

', ], ], 'RStudioServerProDomainSettingsForUpdate' => [ 'base' => '

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

', 'refs' => [ 'DomainSettingsForUpdate$RStudioServerProDomainSettingsForUpdate' => '

A collection of RStudioServerPro Domain-level app settings to update. A single RStudioServerPro application is created for a domain.

', ], ], 'RStudioServerProUserGroup' => [ 'base' => NULL, 'refs' => [ 'RStudioServerProAppSettings$UserGroup' => '

The level of permissions that the user has within the RStudioServerPro app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.

', ], ], 'RandomSeed' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobConfig$RandomSeed' => '

A value used to initialize a pseudo-random number generator. Setting a random seed and using the same seed later for the same tuning job will allow hyperparameter optimization to find more a consistent hyperparameter configuration between the two runs.

', ], ], 'RealTimeInferenceConfig' => [ 'base' => '

The infrastructure configuration for deploying the model to a real-time inference endpoint.

', 'refs' => [ 'ModelInfrastructureConfig$RealTimeInferenceConfig' => '

The infrastructure configuration for deploying the model to real-time inference.

', ], ], 'RealTimeInferenceRecommendation' => [ 'base' => '

The recommended configuration to use for Real-Time Inference.

', 'refs' => [ 'RealTimeInferenceRecommendations$member' => NULL, ], ], 'RealTimeInferenceRecommendations' => [ 'base' => NULL, 'refs' => [ 'DeploymentRecommendation$RealTimeInferenceRecommendations' => '

A list of RealTimeInferenceRecommendation items.

', ], ], 'RealtimeInferenceInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedRealtimeInferenceInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

', 'InferenceSpecification$SupportedRealtimeInferenceInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

This parameter is required for unversioned models, and optional for versioned models.

', ], ], 'RecommendationFailureReason' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInferenceBenchmark$FailureReason' => '

The reason why a benchmark failed.

', ], ], 'RecommendationJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobResponse$JobArn' => '

The Amazon Resource Name (ARN) of the recommendation job.

', 'DescribeInferenceRecommendationsJobResponse$JobArn' => '

The Amazon Resource Name (ARN) of the job.

', 'InferenceRecommendationsJob$JobArn' => '

The Amazon Resource Name (ARN) of the recommendation job.

', ], ], 'RecommendationJobCompilationJobName' => [ 'base' => NULL, 'refs' => [ 'ModelConfiguration$CompilationJobName' => '

The name of the compilation job used to create the recommended model artifacts.

', ], ], 'RecommendationJobCompiledOutputConfig' => [ 'base' => '

Provides information about the output configuration for the compiled model.

', 'refs' => [ 'RecommendationJobOutputConfig$CompiledOutputConfig' => '

Provides information about the output configuration for the compiled model.

', ], ], 'RecommendationJobContainerConfig' => [ 'base' => '

Specifies mandatory fields for running an Inference Recommender job directly in the CreateInferenceRecommendationsJob API. The fields specified in ContainerConfig override the corresponding fields in the model package. Use ContainerConfig if you want to specify these fields for the recommendation job but don\'t want to edit them in your model package.

', 'refs' => [ 'RecommendationJobInputConfig$ContainerConfig' => '

Specifies mandatory fields for running an Inference Recommender job. The fields specified in ContainerConfig override the corresponding fields in the model package.

', ], ], 'RecommendationJobDataInputConfig' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$DataInputConfig' => '

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig.

', ], ], 'RecommendationJobDescription' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobDescription' => '

Description of the recommendation job.

', 'DescribeInferenceRecommendationsJobResponse$JobDescription' => '

The job description that you provided when you initiated the job.

', 'InferenceRecommendationsJob$JobDescription' => '

The job description.

', ], ], 'RecommendationJobInferenceBenchmark' => [ 'base' => '

The details for a specific benchmark from an Inference Recommender job.

', 'refs' => [ 'InferenceRecommendationsJobStep$InferenceBenchmark' => '

The details for a specific benchmark.

', ], ], 'RecommendationJobInputConfig' => [ 'base' => '

The input configuration of the recommendation job.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$InputConfig' => '

Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.

', 'DescribeInferenceRecommendationsJobResponse$InputConfig' => '

Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.

', ], ], 'RecommendationJobName' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobName' => '

A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account. The job name is passed down to the resources created by the recommendation job. The names of resources (such as the model, endpoint configuration, endpoint, and compilation) that are prefixed with the job name are truncated at 40 characters.

', 'DescribeInferenceRecommendationsJobRequest$JobName' => '

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeInferenceRecommendationsJobResponse$JobName' => '

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'GetScalingConfigurationRecommendationRequest$InferenceRecommendationsJobName' => '

The name of a previously completed Inference Recommender job.

', 'GetScalingConfigurationRecommendationResponse$InferenceRecommendationsJobName' => '

The name of a previously completed Inference Recommender job.

', 'InferenceRecommendationsJob$JobName' => '

The name of the job.

', 'InferenceRecommendationsJobStep$JobName' => '

The name of the Inference Recommender job.

', 'ListInferenceRecommendationsJobStepsRequest$JobName' => '

The name for the Inference Recommender job.

', 'StopInferenceRecommendationsJobRequest$JobName' => '

The name of the job you want to stop.

', ], ], 'RecommendationJobOutputConfig' => [ 'base' => '

Provides information about the output configuration for the compiled model.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$OutputConfig' => '

Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.

', ], ], 'RecommendationJobPayloadConfig' => [ 'base' => '

The configuration for the payload for a recommendation job.

', 'refs' => [ 'RecommendationJobContainerConfig$PayloadConfig' => '

Specifies the SamplePayloadUrl and all other sample payload-related fields.

', ], ], 'RecommendationJobResourceLimit' => [ 'base' => '

Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.

', 'refs' => [ 'RecommendationJobInputConfig$ResourceLimit' => '

Defines the resource limit of the job.

', ], ], 'RecommendationJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$Status' => '

The status of the job.

', 'InferenceRecommendationsJob$Status' => '

The status of the job.

', 'InferenceRecommendationsJobStep$Status' => '

The current status of the benchmark.

', 'ListInferenceRecommendationsJobStepsRequest$Status' => '

A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

', 'ListInferenceRecommendationsJobsRequest$StatusEquals' => '

A filter that retrieves only inference recommendations jobs with a specific status.

', ], ], 'RecommendationJobStoppingConditions' => [ 'base' => '

Specifies conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$StoppingConditions' => '

A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.

', 'DescribeInferenceRecommendationsJobResponse$StoppingConditions' => '

The stopping conditions that you provided when you initiated the job.

', ], ], 'RecommendationJobSupportedContentTypes' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobPayloadConfig$SupportedContentTypes' => '

The supported MIME types for the input data.

', ], ], 'RecommendationJobSupportedEndpointType' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$SupportedEndpointType' => '

The endpoint type to receive recommendations for. By default this is null, and the results of the inference recommendation job return a combined list of both real-time and serverless benchmarks. By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.

', ], ], 'RecommendationJobSupportedInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$SupportedInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

', ], ], 'RecommendationJobType' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobType' => '

Defines the type of recommendation job. Specify Default to initiate an instance recommendation and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.

', 'DescribeInferenceRecommendationsJobResponse$JobType' => '

The job type that you provided when you initiated the job.

', 'InferenceRecommendationsJob$JobType' => '

The recommendation job type.

', ], ], 'RecommendationJobVpcConfig' => [ 'base' => '

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

', 'refs' => [ 'RecommendationJobInputConfig$VpcConfig' => '

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

', ], ], 'RecommendationJobVpcSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcSecurityGroupIds$member' => NULL, ], ], 'RecommendationJobVpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcConfig$SecurityGroupIds' => '

The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'RecommendationJobVpcSubnetId' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcSubnets$member' => NULL, ], ], 'RecommendationJobVpcSubnets' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcConfig$Subnets' => '

The ID of the subnets in the VPC to which you want to connect your model.

', ], ], 'RecommendationMetrics' => [ 'base' => '

The metrics of recommendations.

', 'refs' => [ 'InferenceRecommendation$Metrics' => '

The metrics used to decide what recommendation to make.

', 'RecommendationJobInferenceBenchmark$Metrics' => NULL, ], ], 'RecommendationStatus' => [ 'base' => NULL, 'refs' => [ 'DeploymentRecommendation$RecommendationStatus' => '

Status of the deployment recommendation. The status NOT_APPLICABLE means that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status is IN_PROGRESS, retry your API call after a few seconds to get a COMPLETED deployment recommendation.

', ], ], 'RecommendationStepType' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendationsJobStep$StepType' => '

The type of the subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

', 'ListInferenceRecommendationsJobStepsRequest$StepType' => '

A filter to return details about the specified type of subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

', ], ], 'RecordWrapper' => [ 'base' => NULL, 'refs' => [ 'Channel$RecordWrapperType' => '

Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don\'t need to set this attribute. For more information, see Create a Dataset Using RecordIO.

In File mode, leave this field unset or set it to None.

', ], ], 'RedshiftClusterId' => [ 'base' => '

The Redshift cluster Identifier.

', 'refs' => [ 'RedshiftDatasetDefinition$ClusterId' => NULL, ], ], 'RedshiftDatabase' => [ 'base' => '

The name of the Redshift database used in Redshift query execution.

', 'refs' => [ 'RedshiftDatasetDefinition$Database' => NULL, ], ], 'RedshiftDatasetDefinition' => [ 'base' => '

Configuration for Redshift Dataset Definition input.

', 'refs' => [ 'DatasetDefinition$RedshiftDatasetDefinition' => NULL, ], ], 'RedshiftQueryString' => [ 'base' => '

The SQL query statements to be executed.

', 'refs' => [ 'RedshiftDatasetDefinition$QueryString' => NULL, ], ], 'RedshiftResultCompressionType' => [ 'base' => '

The compression used for Redshift query results.

', 'refs' => [ 'RedshiftDatasetDefinition$OutputCompression' => NULL, ], ], 'RedshiftResultFormat' => [ 'base' => '

The data storage format for Redshift query results.

', 'refs' => [ 'RedshiftDatasetDefinition$OutputFormat' => NULL, ], ], 'RedshiftUserName' => [ 'base' => '

The database user name used in Redshift query execution.

', 'refs' => [ 'RedshiftDatasetDefinition$DbUser' => NULL, ], ], 'RegisterDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterModelStepMetadata' => [ 'base' => '

Metadata for a register model job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$RegisterModel' => '

The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.

', ], ], 'ReleaseNotes' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ReleaseNotes' => '

The maintainer description of the image version.

', 'DescribeImageVersionResponse$ReleaseNotes' => '

The maintainer description of the image version.

', 'UpdateImageVersionRequest$ReleaseNotes' => '

The maintainer description of the image version.

', ], ], 'RenderUiTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'RenderUiTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'RenderableTask' => [ 'base' => '

Contains input values for a task.

', 'refs' => [ 'RenderUiTemplateRequest$Task' => '

A RenderableTask object containing a representative task to render.

', ], ], 'RenderingError' => [ 'base' => '

A description of an error that occurred while rendering the template.

', 'refs' => [ 'RenderingErrorList$member' => NULL, ], ], 'RenderingErrorList' => [ 'base' => NULL, 'refs' => [ 'RenderUiTemplateResponse$Errors' => '

A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

', ], ], 'RepositoryAccessMode' => [ 'base' => NULL, 'refs' => [ 'ImageConfig$RepositoryAccessMode' => '

Set this to one of the following values:

  • Platform - The model image is hosted in Amazon ECR.

  • Vpc - The model image is hosted in a private Docker registry in your VPC.

', ], ], 'RepositoryAuthConfig' => [ 'base' => '

Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field of the ImageConfig object that you passed to a call to CreateModel and the private Docker registry where the model image is hosted requires authentication.

', 'refs' => [ 'ImageConfig$RepositoryAuthConfig' => '

(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

', ], ], 'RepositoryCredentialsProviderArn' => [ 'base' => NULL, 'refs' => [ 'RepositoryAuthConfig$RepositoryCredentialsProviderArn' => '

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

', ], ], 'RepositoryUrl' => [ 'base' => NULL, 'refs' => [ 'CodeRepository$RepositoryUrl' => '

The URL of the Git repository.

', ], ], 'ResolvedAttributes' => [ 'base' => '

The resolved attributes.

', 'refs' => [ 'DescribeAutoMLJobResponse$ResolvedAttributes' => '

Contains ProblemType, AutoMLJobObjective, and CompletionCriteria. If you do not provide these values, they are inferred.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'AddTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource that you want to tag.

', 'DeleteTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to delete.

', 'ListTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

', ], ], 'ResourceCatalog' => [ 'base' => '

A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store DefaultFeatureGroupCatalog, see Share Amazon SageMaker Catalog resource type in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'ResourceCatalogList$member' => NULL, ], ], 'ResourceCatalogArn' => [ 'base' => NULL, 'refs' => [ 'ResourceCatalog$ResourceCatalogArn' => '

The Amazon Resource Name (ARN) of the ResourceCatalog.

', ], ], 'ResourceCatalogDescription' => [ 'base' => NULL, 'refs' => [ 'ResourceCatalog$Description' => '

A free form description of the ResourceCatalog.

', ], ], 'ResourceCatalogList' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsResponse$ResourceCatalogs' => '

A list of the requested ResourceCatalogs.

', ], ], 'ResourceCatalogName' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$NameContains' => '

A string that partially matches one or more ResourceCatalogs names. Filters ResourceCatalog by name.

', 'ResourceCatalog$ResourceCatalogName' => '

The name of the ResourceCatalog.

', ], ], 'ResourceCatalogSortBy' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$SortBy' => '

The value on which the resource catalog list is sorted.

', ], ], 'ResourceCatalogSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$SortOrder' => '

The order in which the resource catalogs are listed.

', ], ], 'ResourceConfig' => [ 'base' => '

Describes the resources, including machine learning (ML) compute instances and ML storage volumes, to use for model training.

', 'refs' => [ 'CreateTrainingJobRequest$ResourceConfig' => '

The resources, including the ML compute instances and ML storage volumes, to use for model training.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use ML storage volumes for scratch space. If you want SageMaker to use the ML storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

', 'DescribeTrainingJobResponse$ResourceConfig' => '

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

', 'HyperParameterTrainingJobDefinition$ResourceConfig' => '

The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

If you want to use hyperparameter optimization with instance type flexibility, use HyperParameterTuningResourceConfig instead.

', 'TrainingJob$ResourceConfig' => '

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

', 'TrainingJobDefinition$ResourceConfig' => '

The resources, including the ML compute instances and ML storage volumes, to use for model training.

', ], ], 'ResourceConfigForUpdate' => [ 'base' => '

The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the ResourceConfig cannot be updated.

', 'refs' => [ 'UpdateTrainingJobRequest$ResourceConfig' => '

The training job ResourceConfig to update warm pool retention length.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$HomeEfsFileSystemId' => '

The ID of the Amazon Elastic File System (EFS) managed by this Domain.

', ], ], 'ResourceInUse' => [ 'base' => '

Resource being accessed is in use.

', 'refs' => [], ], 'ResourceLimitExceeded' => [ 'base' => '

You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

', 'refs' => [], ], 'ResourceLimits' => [ 'base' => '

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

', 'refs' => [ 'HyperParameterTuningJobConfig$ResourceLimits' => '

The ResourceLimits object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$ResourceLimits' => '

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

', ], ], 'ResourceNotFound' => [ 'base' => '

Resource being access is not found.

', 'refs' => [], ], 'ResourcePolicyString' => [ 'base' => NULL, 'refs' => [ 'GetLineageGroupPolicyResponse$ResourcePolicy' => '

The resource policy that gives access to the lineage group in another account.

', ], ], 'ResourcePropertyName' => [ 'base' => NULL, 'refs' => [ 'Filter$Name' => '

A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

', 'NestedFilters$NestedPropertyName' => '

The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

', 'PropertyNameSuggestion$PropertyName' => '

A suggested property name based on what you entered in the search textbox in the SageMaker console.

', 'SearchRequest$SortBy' => '

The name of the resource property used to sort the SearchResults. The default is LastModifiedTime.

', ], ], 'ResourceRetainedBillableTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'WarmPoolStatus$ResourceRetainedBillableTimeInSeconds' => '

The billable time in seconds used by the warm pool. Billable time refers to the absolute wall-clock time.

Multiply ResourceRetainedBillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker bills you if you run warm pool training. The formula is as follows: ResourceRetainedBillableTimeInSeconds * InstanceCount.

', ], ], 'ResourceSpec' => [ 'base' => '

Specifies the ARN\'s of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

', 'refs' => [ 'CreateAppRequest$ResourceSpec' => '

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

The value of InstanceType passed as part of the ResourceSpec in the CreateApp call overrides the value passed as part of the ResourceSpec configured for the user profile or the domain. If InstanceType is not specified in any of those three ResourceSpec values for a KernelGateway app, the CreateApp call fails with a request validation error.

', 'DescribeAppResponse$ResourceSpec' => '

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

', 'JupyterServerAppSettings$DefaultResourceSpec' => '

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.

', 'KernelGatewayAppSettings$DefaultResourceSpec' => '

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

', 'RSessionAppSettings$DefaultResourceSpec' => NULL, 'RStudioServerProDomainSettings$DefaultResourceSpec' => NULL, 'RStudioServerProDomainSettingsForUpdate$DefaultResourceSpec' => NULL, 'TensorBoardAppSettings$DefaultResourceSpec' => '

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'GetSearchSuggestionsRequest$Resource' => '

The name of the SageMaker resource to search for.

', 'SearchRequest$Resource' => '

The name of the SageMaker resource to search for.

', ], ], 'ResponseMIMEType' => [ 'base' => NULL, 'refs' => [ 'ResponseMIMETypes$member' => NULL, ], ], 'ResponseMIMETypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedResponseMIMETypes' => '

The supported MIME types for the output data.

', 'InferenceSpecification$SupportedResponseMIMETypes' => '

The supported MIME types for the output data.

', ], ], 'RetentionPolicy' => [ 'base' => '

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

', 'refs' => [ 'DeleteDomainRequest$RetentionPolicy' => '

The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).

', ], ], 'RetentionType' => [ 'base' => NULL, 'refs' => [ 'RetentionPolicy$HomeEfsFileSystem' => '

The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

', ], ], 'RetryPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RetryPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'RetryStrategy' => [ 'base' => '

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

', 'refs' => [ 'CreateTrainingJobRequest$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'DescribeTrainingJobResponse$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'HyperParameterTrainingJobDefinition$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'TrainingJob$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', ], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'AlgorithmValidationSpecification$ValidationRole' => '

The IAM roles that SageMaker uses to run the training jobs.

', 'CreateAutoMLJobRequest$RoleArn' => '

The ARN of the role that is used to access the data.

', 'CreateAutoMLJobV2Request$RoleArn' => '

The ARN of the role that is used to access the data.

', 'CreateCompilationJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

During model compilation, Amazon SageMaker needs your permission to:

  • Read input data from an S3 bucket

  • Write model artifacts to an S3 bucket

  • Write logs to Amazon CloudWatch Logs

  • Publish metrics to Amazon CloudWatch

You grant permissions for all of these tasks to an IAM role. To pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission. For more information, see Amazon SageMaker Roles.

', 'CreateDataQualityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateDeviceFleetRequest$RoleArn' => '

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

', 'CreateEdgePackagingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact SageMaker Neo.

', 'CreateFeatureGroupRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

', 'CreateFlowDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

', 'CreateImageRequest$RoleArn' => '

The ARN of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'CreateInferenceExperimentRequest$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'CreateInferenceRecommendationsJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'CreateLabelingJobRequest$RoleArn' => '

The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.

', 'CreateModelBiasJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateModelExplainabilityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateModelInput$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'CreateModelQualityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateNotebookInstanceInput$RoleArn' => '

When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'CreatePipelineRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.

', 'CreateProcessingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateTrainingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf.

During model training, SageMaker needs your permission to read input data from an S3 bucket, download a Docker image that contains training code, write model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant permissions for all of these tasks to an IAM role. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'DefaultSpaceSettings$ExecutionRole' => '

The ARN of the execution role for the space.

', 'DescribeAutoMLJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeAutoMLJobV2Response$RoleArn' => '

The ARN of the Identity and Access Management role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeCompilationJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.

', 'DescribeDataQualityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeDeviceFleetResponse$RoleArn' => '

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

', 'DescribeEdgePackagingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

', 'DescribeFeatureGroupResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

', 'DescribeFlowDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

', 'DescribeImageResponse$RoleArn' => '

The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'DescribeInferenceExperimentResponse$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'DescribeInferenceRecommendationsJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.

', 'DescribeLabelingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.

', 'DescribeModelBiasJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeModelExplainabilityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeModelOutput$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

', 'DescribeModelQualityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeNotebookInstanceOutput$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role associated with the instance.

', 'DescribePipelineResponse$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline uses to execute.

', 'DescribeProcessingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeTrainingJobResponse$RoleArn' => '

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

', 'FeatureGroup$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

', 'HyperParameterTrainingJobDefinition$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

', 'InferenceExperimentSummary$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'InferenceRecommendationsJob$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'Model$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

', 'ModelPackageValidationSpecification$ValidationRole' => '

The IAM roles to be used for the validation of the model package.

', 'ModelRegisterSettings$CrossAccountModelRegisterRoleArn' => '

The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.

', 'MonitoringJobDefinition$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'Pipeline$RoleArn' => '

The Amazon Resource Name (ARN) of the role that created the pipeline.

', 'PipelineSummary$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline used to execute.

', 'ProcessingJob$RoleArn' => '

The ARN of the role used to create the processing job.

', 'RStudioServerProDomainSettings$DomainExecutionRoleArn' => '

The ARN of the execution role for the RStudioServerPro Domain-level app.

', 'RStudioServerProDomainSettingsForUpdate$DomainExecutionRoleArn' => '

The execution role for the RStudioServerPro Domain-level app.

', 'RedshiftDatasetDefinition$ClusterRoleArn' => '

The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

', 'RenderUiTemplateRequest$RoleArn' => '

The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

', 'TimeSeriesForecastingSettings$AmazonForecastRoleArn' => '

The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas application. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the AmazonSageMakerCanvasForecastAccess policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.

', 'TrainingJob$RoleArn' => '

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

', 'UpdateDeviceFleetRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the device.

', 'UpdateImageRequest$RoleArn' => '

The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'UpdateNotebookInstanceInput$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the notebook instance. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'UpdatePipelineRequest$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline uses to execute.

', 'UserSettings$ExecutionRole' => '

The execution role for the user.

', ], ], 'RollingUpdatePolicy' => [ 'base' => '

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

', 'refs' => [ 'DeploymentConfig$RollingUpdatePolicy' => '

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

', ], ], 'RootAccess' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

', 'DescribeNotebookInstanceOutput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

', 'UpdateNotebookInstanceInput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

If you set this to Disabled, users don\'t have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.

', ], ], 'RuleConfigurationName' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$RuleConfigurationName' => '

The name of the rule configuration. It must be unique relative to other rule configuration names.

', 'DebugRuleEvaluationStatus$RuleConfigurationName' => '

The name of the rule configuration.

', 'ProfilerRuleConfiguration$RuleConfigurationName' => '

The name of the rule configuration. It must be unique relative to other rule configuration names.

', 'ProfilerRuleEvaluationStatus$RuleConfigurationName' => '

The name of the rule configuration.

', ], ], 'RuleEvaluationStatus' => [ 'base' => NULL, 'refs' => [ 'DebugRuleEvaluationStatus$RuleEvaluationStatus' => '

Status of the rule evaluation.

', 'ProfilerRuleEvaluationStatus$RuleEvaluationStatus' => '

Status of the rule evaluation.

', ], ], 'RuleParameters' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$RuleParameters' => '

Runtime configuration for rule container.

', 'ProfilerRuleConfiguration$RuleParameters' => '

Runtime configuration for rule container.

', ], ], 'S3DataDistribution' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$S3DataDistributionType' => '

If you want SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

If you want SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

Don\'t choose more ML compute instances for training than available S3 objects. If you do, some nodes won\'t get any data and you will pay for nodes that aren\'t getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

', ], ], 'S3DataSource' => [ 'base' => '

Describes the S3 data source.

Your input bucket must be in the same Amazon Web Services region as your training job.

', 'refs' => [ 'DataSource$S3DataSource' => '

The S3 location of the data source that is associated with a channel.

', ], ], 'S3DataType' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$S3DataType' => '

If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.

If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel\'s input mode is Pipe.

', 'TransformS3DataSource$S3DataType' => '

If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

The following values are compatible: ManifestFile, S3Prefix

The following value is not compatible: AugmentedManifestFile

', ], ], 'S3ModelDataSource' => [ 'base' => '

Specifies the S3 location of ML model data to deploy.

', 'refs' => [ 'ModelDataSource$S3DataSource' => '

Specifies the S3 location of ML model data to deploy.

', ], ], 'S3ModelDataType' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$S3DataType' => '

Specifies the type of ML model data to deploy.

If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix as part of the ML model data to deploy. A valid key name prefix identified by S3Uri always ends with a forward slash (/).

If you choose S3Object, S3Uri identifies an object that is the ML model data to deploy.

', ], ], 'S3ModelUri' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$S3Uri' => '

Specifies the S3 path of ML model data to deploy.

', ], ], 'S3OutputPath' => [ 'base' => NULL, 'refs' => [ 'HubS3StorageConfig$S3OutputPath' => '

The Amazon S3 bucket prefix for hosting hub content.

', ], ], 'S3StorageConfig' => [ 'base' => '

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

', 'refs' => [ 'OfflineStoreConfig$S3StorageConfig' => '

The Amazon Simple Storage (Amazon S3) location of OfflineStore.

', ], ], 'S3Uri' => [ 'base' => NULL, 'refs' => [ 'AthenaDatasetDefinition$OutputS3Uri' => '

The location in Amazon S3 where Athena query results are stored.

', 'AutoMLCandidateGenerationConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job. You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

These column keys may not include the target column.

In ensembling mode, Autopilot only supports the following data types: numeric, categorical, text, and datetime. In HPO mode, Autopilot can support numeric, categorical, text, datetime, and sequence.

If only FeatureDataTypes is provided, the column keys (col1, col2,..) should be a subset of the column names in the input data.

If both FeatureDataTypes and FeatureAttributeNames are provided, then the column keys should be a subset of the column names provided in FeatureAttributeNames.

The key name FeatureAttributeNames is fixed. The values listed in ["col1", "col2", ...] are case sensitive and should be a list of strings containing unique values that are a subset of the column names in the input data. The list of columns provided must not include the target column.

', 'AutoMLOutputDataConfig$S3OutputPath' => '

The Amazon S3 output path. Must be 128 characters or less.

', 'AutoMLS3DataSource$S3Uri' => '

The URL to the Amazon S3 data source. The Uri refers to the Amazon S3 prefix or ManifestFile depending on the data type.

', 'BatchDataCaptureConfig$DestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'CheckpointConfig$S3Uri' => '

Identifies the S3 path where you want SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

', 'CreateLabelingJobRequest$LabelCategoryConfigS3Uri' => '

The S3 URI of the file, referred to as a label category configuration file, that defines the categories used to label the data objects.

For 3D point cloud and video frame task types, you can add label category attributes and frame attributes to your label category configuration file. To learn how, see Create a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs.

For named entity recognition jobs, in addition to "labels", you must provide worker instructions in the label category configuration file using the "instructions" parameter: "instructions": {"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>", "fullInstruction":"<p>Add additional instructions.</p>"}. For details and an example, see Create a Named Entity Recognition Labeling Job (API) .

For all other built-in task types and custom tasks, your label category configuration file must be a JSON file in the following format. Identify the labels you want to use by replacing label_1, label_2,...,label_n with your label categories.

{

"document-version": "2018-11-28",

"labels": [{"label": "label_1"},{"label": "label_2"},...{"label": "label_n"}]

}

Note the following about the label category configuration file:

  • For image classification and text classification (single and multi-label) you must specify at least two label categories. For all other task types, the minimum number of label categories required is one.

  • Each label category must be unique, you cannot specify duplicate label categories.

  • If you create a 3D point cloud or video frame adjustment or verification labeling job, you must include auditLabelAttributeName in the label category configuration. Use this parameter to enter the LabelAttributeName of the labeling job you want to adjust or verify annotations of.

', 'CreateModelPackageInput$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). This archive can hold multiple files that are all equally used in the load test. Each file in the archive must satisfy the size constraints of the InvokeEndpoint call.

', 'DataQualityAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'DataQualityAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'DebugHookConfig$S3OutputPath' => '

Path to Amazon S3 storage location for metrics and tensors.

', 'DebugRuleConfiguration$S3OutputPath' => '

Path to Amazon S3 storage location for rules.

', 'DescribeEdgePackagingJobResponse$ModelArtifact' => '

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

', 'DescribeLabelingJobResponse$LabelCategoryConfigS3Uri' => '

The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:

  • Semantic segmentation labeling jobs using automated labeling: 20 labels

  • Box bounding labeling jobs (all): 10 labels

The file is a JSON structure in the following format:

{

"document-version": "2018-11-28"

"labels": [

{

"label": "label 1"

},

{

"label": "label 2"

},

...

{

"label": "label n"

}

]

}

', 'EdgeOutputConfig$S3OutputLocation' => '

The Amazon Simple Storage (S3) bucker URI.

', 'FileSource$S3Uri' => '

The Amazon S3 URI for the file source.

', 'FlowDefinitionOutputConfig$S3OutputPath' => '

The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

', 'InferenceRecommendationsJob$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'InputConfig$S3Uri' => '

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'LabelingJobOutput$OutputDatasetS3Uri' => '

The Amazon S3 bucket location of the manifest file for labeled data.

', 'LabelingJobOutputConfig$S3OutputPath' => '

The Amazon S3 location to write output data.

', 'LabelingJobS3DataSource$ManifestS3Uri' => '

The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.

  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

', 'MetricsSource$S3Uri' => '

The S3 URI for the metrics source.

', 'ModelArtifacts$S3ModelArtifacts' => '

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

', 'ModelBiasAppSpecification$ConfigUri' => '

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

', 'ModelCardExportArtifacts$S3ExportArtifacts' => '

The Amazon S3 URI of the exported model artifacts.

', 'ModelCardExportOutputConfig$S3OutputPath' => '

The Amazon S3 output path to export your model card PDF.

', 'ModelExplainabilityAppSpecification$ConfigUri' => '

JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

', 'ModelQualityAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'ModelQualityAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'MonitoringAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'MonitoringAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'MonitoringConstraintsResource$S3Uri' => '

The Amazon S3 URI for the constraints resource.

', 'MonitoringStatisticsResource$S3Uri' => '

The Amazon S3 URI for the statistics resource.

', 'OutputConfig$S3OutputLocation' => '

Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

', 'OutputDataConfig$S3OutputPath' => '

Identifies the S3 path where you want SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

', 'ProcessingS3Input$S3Uri' => '

The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

', 'ProcessingS3Output$S3Uri' => '

A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

', 'ProfilerConfig$S3OutputPath' => '

Path to Amazon S3 storage location for system and framework metrics.

', 'ProfilerConfigForUpdate$S3OutputPath' => '

Path to Amazon S3 storage location for system and framework metrics.

', 'ProfilerRuleConfiguration$S3OutputPath' => '

Path to Amazon S3 storage location for rules.

', 'RecommendationJobCompiledOutputConfig$S3OutputUri' => '

Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.

', 'RedshiftDatasetDefinition$OutputS3Uri' => '

The location in Amazon S3 where the Redshift query results are stored.

', 'S3DataSource$S3Uri' => '

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix

  • A manifest might look like this: s3://bucketname/example.manifest

    A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

    The following code example shows a valid manifest format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},

    "relative/path/to/custdata-1",

    "relative/path/custdata-2",

    ...

    "relative/path/custdata-N"

    ]

    This JSON is equivalent to the following S3Uri list:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1

    s3://customer_bucket/some/prefix/relative/path/custdata-2

    ...

    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that SageMaker uses to perform tasks on your behalf.

Your input bucket must be located in same Amazon Web Services region as your training job.

', 'S3StorageConfig$S3Uri' => '

The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

', 'S3StorageConfig$ResolvedOutputS3Uri' => '

The S3 path where offline records are written.

', 'SharingSettings$S3OutputPath' => '

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

', 'TabularJobConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job V2. You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

These column keys may not include the target column.

In ensembling mode, Autopilot only supports the following data types: numeric, categorical, text, and datetime. In HPO mode, Autopilot can support numeric, categorical, text, datetime, and sequence.

If only FeatureDataTypes is provided, the column keys (col1, col2,..) should be a subset of the column names in the input data.

If both FeatureDataTypes and FeatureAttributeNames are provided, then the column keys should be a subset of the column names provided in FeatureAttributeNames.

The key name FeatureAttributeNames is fixed. The values listed in ["col1", "col2", ...] are case sensitive and should be a list of strings containing unique values that are a subset of the column names in the input data. The list of columns provided must not include the target column.

', 'TensorBoardOutputConfig$S3OutputPath' => '

Path to Amazon S3 storage location for TensorBoard output.

', 'TimeSeriesForecastingJobConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing additional selected features that complement the target, itemID, timestamp, and grouped columns set in TimeSeriesConfig. When not provided, the AutoML job V2 includes all the columns from the original dataset that are not already declared in TimeSeriesConfig. If provided, the AutoML job V2 only considers these additional columns as a complement to the ones declared in TimeSeriesConfig.

You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

Autopilot supports the following data types: numeric, categorical, text, and datetime.

These column keys must not include any column set in TimeSeriesConfig.

', 'TransformOutput$S3OutputPath' => '

The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn\'t upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

', 'TransformS3DataSource$S3Uri' => '

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix.

  • A manifest might look like this: s3://bucketname/example.manifest

    The manifest is an S3 object which is a JSON file with the following format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},

    "relative/path/to/custdata-1",

    "relative/path/custdata-2",

    ...

    "relative/path/custdata-N"

    ]

    The preceding JSON matches the following S3Uris:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1

    s3://customer_bucket/some/prefix/relative/path/custdata-2

    ...

    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

', 'UiConfig$UiTemplateS3Uri' => '

The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

', 'WorkspaceSettings$S3ArtifactPath' => '

The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.

', ], ], 'SageMakerImageVersionAlias' => [ 'base' => NULL, 'refs' => [ 'DeleteImageVersionRequest$Alias' => '

The alias of the image to delete.

', 'DescribeImageVersionRequest$Alias' => '

The alias of the image version.

', 'ListAliasesRequest$Alias' => '

The alias of the image version.

', 'SageMakerImageVersionAliases$member' => NULL, 'UpdateImageVersionRequest$Alias' => '

The alias of the image version.

', ], ], 'SageMakerImageVersionAliases' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Aliases' => '

A list of aliases created with the image version.

', 'ListAliasesResponse$SageMakerImageVersionAliases' => '

A list of SageMaker image version aliases.

', 'UpdateImageVersionRequest$AliasesToAdd' => '

A list of aliases to add.

', 'UpdateImageVersionRequest$AliasesToDelete' => '

A list of aliases to delete.

', ], ], 'SagemakerServicecatalogStatus' => [ 'base' => NULL, 'refs' => [ 'GetSagemakerServicecatalogPortfolioStatusOutput$Status' => '

Whether Service Catalog is enabled or disabled in SageMaker.

', ], ], 'SampleWeightAttributeName' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$SampleWeightAttributeName' => '

If specified, this column name indicates which column of the dataset should be treated as sample weights for use by the objective metric during the training, evaluation, and the selection of the best model. This column is not considered as a predictive feature. For more information on Autopilot metrics, see Metrics and validation.

Sample weights should be numeric, non-negative, with larger values indicating which rows are more important than others. Data points that have invalid or no weight value are excluded.

Support for sample weights is available in Ensembling mode only.

', 'TabularJobConfig$SampleWeightAttributeName' => '

If specified, this column name indicates which column of the dataset should be treated as sample weights for use by the objective metric during the training, evaluation, and the selection of the best model. This column is not considered as a predictive feature. For more information on Autopilot metrics, see Metrics and validation.

Sample weights should be numeric, non-negative, with larger values indicating which rows are more important than others. Data points that have invalid or no weight value are excluded.

Support for sample weights is available in Ensembling mode only.

', ], ], 'SamplingPercentage' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$InitialSamplingPercentage' => '

The percentage of requests SageMaker will capture. A lower value is recommended for Endpoints with high traffic.

', 'DataCaptureConfigSummary$CurrentSamplingPercentage' => '

The percentage of requests being captured by your Endpoint.

', ], ], 'ScalingPolicies' => [ 'base' => NULL, 'refs' => [ 'DynamicScalingConfiguration$ScalingPolicies' => '

An object of the scaling policies for each metric.

', ], ], 'ScalingPolicy' => [ 'base' => '

An object containing a recommended scaling policy.

', 'refs' => [ 'ScalingPolicies$member' => NULL, ], ], 'ScalingPolicyMetric' => [ 'base' => '

The metric for a scaling policy.

', 'refs' => [ 'GetScalingConfigurationRecommendationResponse$Metric' => '

An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.

', ], ], 'ScalingPolicyObjective' => [ 'base' => '

An object where you specify the anticipated traffic pattern for an endpoint.

', 'refs' => [ 'GetScalingConfigurationRecommendationRequest$ScalingPolicyObjective' => '

An object where you specify the anticipated traffic pattern for an endpoint.

', 'GetScalingConfigurationRecommendationResponse$ScalingPolicyObjective' => '

An object representing the anticipated traffic pattern for an endpoint that you specified in the request.

', ], ], 'ScheduleConfig' => [ 'base' => '

Configuration details about the monitoring schedule.

', 'refs' => [ 'MonitoringScheduleConfig$ScheduleConfig' => '

Configures the monitoring schedule.

', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'ScheduleConfig$ScheduleExpression' => '

A cron expression that describes details about the monitoring schedule.

Currently the only supported cron expressions are:

  • If you want to set the job to start every hour, please use the following:

    Hourly: cron(0 * ? * * *)

  • If you want to start the job daily:

    cron(0 [00-23] ? * * *)

For example, the following are valid cron expressions:

  • Daily at noon UTC: cron(0 12 ? * * *)

  • Daily at midnight UTC: cron(0 0 ? * * *)

To support running every 6, 12 hours, the following are also supported:

cron(0 [00-23]/[01-24] ? * * *)

For example, the following are valid cron expressions:

  • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)

  • Every two hours starting at midnight: cron(0 0/2 ? * * *)

  • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.

  • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

', ], ], 'ScheduleStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeMonitoringScheduleResponse$MonitoringScheduleStatus' => '

The status of an monitoring job.

', 'ListMonitoringSchedulesRequest$StatusEquals' => '

A filter that returns only monitoring schedules modified before a specified time.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleStatus' => '

The status of the monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleStatus' => '

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.

  • FAILED - The schedule failed.

  • SCHEDULED - The schedule was successfully created.

  • STOPPED - The schedule was stopped.

', 'MonitoringScheduleSummary$MonitoringScheduleStatus' => '

The status of the monitoring schedule.

', ], ], 'SearchExpression' => [ 'base' => '

A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements.

A SearchExpression contains the following components:

  • A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.

  • A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.

  • A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects.

  • A Boolean operator: And or Or.

', 'refs' => [ 'SearchExpressionList$member' => NULL, 'SearchRequest$SearchExpression' => '

A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive SubExpressions, NestedFilters, and Filters that can be included in a SearchExpression object is 50.

', ], ], 'SearchExpressionList' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$SubExpressions' => '

A list of search expression objects.

', ], ], 'SearchRecord' => [ 'base' => '

A single resource returned as part of the Search API response.

', 'refs' => [ 'SearchResultsList$member' => NULL, ], ], 'SearchRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchResultsList' => [ 'base' => NULL, 'refs' => [ 'SearchResponse$Results' => '

A list of SearchRecord objects.

', ], ], 'SearchSortOrder' => [ 'base' => NULL, 'refs' => [ 'SearchRequest$SortOrder' => '

How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

', ], ], 'SecondaryStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$SecondaryStatus' => '

Provides detailed information about the state of the training job. For detailed information on the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Interrupted - The job stopped because the managed spot training instances were interrupted.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • MaxWaitTimeExceeded - The job stopped because it exceeded the maximum allowed wait time.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTraining

  • DownloadingTrainingImage

', 'SecondaryStatusTransition$Status' => '

Contains a secondary status information from a training job.

Status might be one of the following secondary statuses:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTrainingStack

  • DownloadingTrainingImage

', 'TrainingJob$SecondaryStatus' => '

Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTrainingStack

  • DownloadingTrainingImage

', ], ], 'SecondaryStatusTransition' => [ 'base' => '

An array element of SecondaryStatusTransitions for DescribeTrainingJob. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job\'s secondary status.

', 'refs' => [ 'SecondaryStatusTransitions$member' => NULL, ], ], 'SecondaryStatusTransitions' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$SecondaryStatusTransitions' => '

A history of all of the secondary statuses that the training job has transitioned through.

', 'TrainingJob$SecondaryStatusTransitions' => '

A history of all of the secondary statuses that the training job has transitioned through.

', ], ], 'SecretArn' => [ 'base' => NULL, 'refs' => [ 'GitConfig$SecretArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', 'GitConfigForUpdate$SecretArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$SecurityGroupIdForDomainBoundary' => '

The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.

', 'DomainSecurityGroupIds$member' => NULL, 'SecurityGroupIds$member' => NULL, 'VpcSecurityGroupIds$member' => NULL, ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', 'DefaultSpaceSettings$SecurityGroups' => '

The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.

', 'DescribeNotebookInstanceOutput$SecurityGroups' => '

The IDs of the VPC security groups.

', 'UserSettings$SecurityGroups' => '

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly, unless specified as part of the DefaultUserSettings for the domain.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

', ], ], 'Seed' => [ 'base' => NULL, 'refs' => [ 'ShuffleConfig$Seed' => '

Determines the shuffling order in ShuffleConfig value.

', ], ], 'SelectedStep' => [ 'base' => '

A step selected to run in selective execution mode.

', 'refs' => [ 'SelectedStepList$member' => NULL, ], ], 'SelectedStepList' => [ 'base' => NULL, 'refs' => [ 'SelectiveExecutionConfig$SelectedSteps' => '

A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.

', ], ], 'SelectiveExecutionConfig' => [ 'base' => '

The selective execution configuration applied to the pipeline run.

', 'refs' => [ 'DescribePipelineExecutionResponse$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', 'PipelineExecution$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', 'StartPipelineExecutionRequest$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', ], ], 'SelectiveExecutionResult' => [ 'base' => '

The ARN from an execution of the current pipeline.

', 'refs' => [ 'PipelineExecutionStep$SelectiveExecutionResult' => '

The ARN from an execution of the current pipeline from which results are reused for this step.

', ], ], 'SendPipelineExecutionStepFailureRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepFailureResponse' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepSuccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepSuccessResponse' => [ 'base' => NULL, 'refs' => [], ], 'ServerlessMaxConcurrency' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$MaxConcurrency' => '

The maximum number of concurrent invocations your serverless endpoint can process.

', 'ProductionVariantServerlessUpdateConfig$MaxConcurrency' => '

The updated maximum number of concurrent invocations your serverless endpoint can process.

', ], ], 'ServerlessMemorySizeInMB' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$MemorySizeInMB' => '

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

', ], ], 'ServerlessProvisionedConcurrency' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$ProvisionedConcurrency' => '

The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.

', 'ProductionVariantServerlessUpdateConfig$ProvisionedConcurrency' => '

The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

', ], ], 'ServiceCatalogEntityId' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisionedProductDetails$ProvisionedProductId' => '

The ID of the provisioned product.

', 'ServiceCatalogProvisioningDetails$ProductId' => '

The ID of the product to provision.

', 'ServiceCatalogProvisioningDetails$ProvisioningArtifactId' => '

The ID of the provisioning artifact.

', 'ServiceCatalogProvisioningDetails$PathId' => '

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

', 'ServiceCatalogProvisioningUpdateDetails$ProvisioningArtifactId' => '

The ID of the provisioning artifact.

', ], ], 'ServiceCatalogProvisionedProductDetails' => [ 'base' => '

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'DescribeProjectOutput$ServiceCatalogProvisionedProductDetails' => '

Information about a provisioned service catalog product.

', 'Project$ServiceCatalogProvisionedProductDetails' => NULL, ], ], 'ServiceCatalogProvisioningDetails' => [ 'base' => '

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'CreateProjectInput$ServiceCatalogProvisioningDetails' => '

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don\'t provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

', 'DescribeProjectOutput$ServiceCatalogProvisioningDetails' => '

Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.

', 'Project$ServiceCatalogProvisioningDetails' => NULL, ], ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'base' => '

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'UpdateProjectInput$ServiceCatalogProvisioningUpdateDetails' => '

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don\'t provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

', ], ], 'SessionExpirationDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlRequest$SessionExpirationDurationInSeconds' => '

The session expiration duration in seconds. This value defaults to 43200.

', 'CreatePresignedNotebookInstanceUrlInput$SessionExpirationDurationInSeconds' => '

The duration of the session, in seconds. The default is 12 hours.

', ], ], 'ShadowModeConfig' => [ 'base' => '

The configuration of ShadowMode inference experiment type, which specifies a production variant to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.

', 'refs' => [ 'CreateInferenceExperimentRequest$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.

', 'DescribeInferenceExperimentResponse$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.

', 'UpdateInferenceExperimentRequest$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.

', ], ], 'ShadowModelVariantConfig' => [ 'base' => '

The name and sampling percentage of a shadow variant.

', 'refs' => [ 'ShadowModelVariantConfigList$member' => NULL, ], ], 'ShadowModelVariantConfigList' => [ 'base' => NULL, 'refs' => [ 'ShadowModeConfig$ShadowModelVariants' => '

List of shadow variant configurations.

', ], ], 'SharingSettings' => [ 'base' => '

Specifies options for sharing 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.

', 'refs' => [ 'UserSettings$SharingSettings' => '

Specifies options for sharing SageMaker Studio notebooks.

', ], ], 'ShuffleConfig' => [ 'base' => '

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, when ShuffleConfig is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

', 'refs' => [ 'Channel$ShuffleConfig' => '

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

', ], ], 'SingleSignOnUserIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateUserProfileRequest$SingleSignOnUserIdentifier' => '

A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain\'s AuthMode is IAM Identity Center, this field is required. If the Domain\'s AuthMode is not IAM Identity Center, this field cannot be specified.

', 'DescribeUserProfileResponse$SingleSignOnUserIdentifier' => '

The IAM Identity Center user identifier.

', ], ], 'SnsTopicArn' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceNotificationConfig$SuccessTopic' => '

Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

', 'AsyncInferenceNotificationConfig$ErrorTopic' => '

Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

', 'LabelingJobOutputConfig$SnsTopicArn' => '

An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

To learn more, see Receive Output Data from a Streaming Labeling Job.

', 'LabelingJobSnsDataSource$SnsTopicArn' => '

The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

', ], ], 'SortActionsBy' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortArtifactsBy' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortAssociationsBy' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortBy' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListProcessingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListTrainingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListTransformJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'SortContextsBy' => [ 'base' => NULL, 'refs' => [ 'ListContextsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortExperimentsBy' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortInferenceExperimentsBy' => [ 'base' => NULL, 'refs' => [ 'ListInferenceExperimentsRequest$SortBy' => '

The column by which to sort the listed inference experiments.

', ], ], 'SortLineageGroupsBy' => [ 'base' => NULL, 'refs' => [ 'ListLineageGroupsRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAlgorithmsInput$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListAppImageConfigsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAppsRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListArtifactsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAssociationsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListCompilationJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListContextsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListDataQualityJobDefinitionsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListDeviceFleetsRequest$SortOrder' => '

What direction to sort in.

', 'ListEdgeDeploymentPlansRequest$SortOrder' => '

The direction of the sorting (ascending or descending).

', 'ListEdgePackagingJobsRequest$SortOrder' => '

What direction to sort by.

', 'ListExperimentsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListFlowDefinitionsRequest$SortOrder' => '

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

', 'ListHubContentVersionsRequest$SortOrder' => '

Sort hub content versions by ascending or descending order.

', 'ListHubContentsRequest$SortOrder' => '

Sort hubs by ascending or descending order.

', 'ListHubsRequest$SortOrder' => '

Sort hubs by ascending or descending order.

', 'ListHumanTaskUisRequest$SortOrder' => '

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

', 'ListHyperParameterTuningJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListInferenceExperimentsRequest$SortOrder' => '

The direction of sorting (ascending or descending).

', 'ListInferenceRecommendationsJobsRequest$SortOrder' => '

The sort order for the results.

', 'ListLabelingJobsForWorkteamRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListLabelingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListLineageGroupsRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListModelBiasJobDefinitionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListModelExplainabilityJobDefinitionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListModelPackageGroupsInput$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListModelPackagesInput$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListModelQualityJobDefinitionsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListMonitoringAlertHistoryRequest$SortOrder' => '

The sort order, whether Ascending or Descending, of the alert history. The default is Descending.

', 'ListMonitoringExecutionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListMonitoringSchedulesRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListPipelineExecutionStepsRequest$SortOrder' => '

The field by which to sort results. The default is CreatedTime.

', 'ListPipelineExecutionsRequest$SortOrder' => '

The sort order for results.

', 'ListPipelinesRequest$SortOrder' => '

The sort order for results.

', 'ListProcessingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListSpacesRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListStudioLifecycleConfigsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListTrainingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListTransformJobsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListTrialComponentsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListTrialsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListUserProfilesRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListWorkforcesRequest$SortOrder' => '

Sort workforces in ascending or descending order.

', 'ListWorkteamsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'SortPipelineExecutionsBy' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionsRequest$SortBy' => '

The field by which to sort results. The default is CreatedTime.

', ], ], 'SortPipelinesBy' => [ 'base' => NULL, 'refs' => [ 'ListPipelinesRequest$SortBy' => '

The field by which to sort results. The default is CreatedTime.

', ], ], 'SortTrialComponentsBy' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortTrialsBy' => [ 'base' => NULL, 'refs' => [ 'ListTrialsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SourceAlgorithm' => [ 'base' => '

Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

', 'refs' => [ 'SourceAlgorithmList$member' => NULL, ], ], 'SourceAlgorithmList' => [ 'base' => NULL, 'refs' => [ 'SourceAlgorithmSpecification$SourceAlgorithms' => '

A list of the algorithms that were used to create a model package.

', ], ], 'SourceAlgorithmSpecification' => [ 'base' => '

A list of algorithms that were used to create a model package.

', 'refs' => [ 'CreateModelPackageInput$SourceAlgorithmSpecification' => '

Details about the algorithm that was used to create the model package.

', 'DescribeModelPackageOutput$SourceAlgorithmSpecification' => '

Details about the algorithm that was used to create the model package.

', 'ModelPackage$SourceAlgorithmSpecification' => '

A list of algorithms that were used to create a model package.

', ], ], 'SourceIpConfig' => [ 'base' => '

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn\'t restricted to specific IP addresses.

', 'refs' => [ 'CreateWorkforceRequest$SourceIpConfig' => NULL, 'UpdateWorkforceRequest$SourceIpConfig' => '

A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

Maximum: Ten CIDR values

', 'Workforce$SourceIpConfig' => '

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn\'t restricted to specific IP addresses.

', ], ], 'SourceType' => [ 'base' => NULL, 'refs' => [ 'ExperimentSource$SourceType' => '

The source type.

', 'TrialComponentSource$SourceType' => '

The source job type.

', 'TrialSource$SourceType' => '

The source job type.

', ], ], 'SourceUri' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SourceUri' => '

A filter that returns only actions with the specified source URI.

', 'ListArtifactsRequest$SourceUri' => '

A filter that returns only artifacts with the specified source URI.

', 'ListContextsRequest$SourceUri' => '

A filter that returns only contexts with the specified source URI.

', ], ], 'SpaceArn' => [ 'base' => NULL, 'refs' => [ 'CreateSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', 'DescribeSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', 'UpdateSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', ], ], 'SpaceDetails' => [ 'base' => '

The space\'s details.

', 'refs' => [ 'SpaceList$member' => NULL, ], ], 'SpaceList' => [ 'base' => NULL, 'refs' => [ 'ListSpacesResponse$Spaces' => '

The list of spaces.

', ], ], 'SpaceName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$SpaceName' => '

The name of the space.

', 'CreateAppRequest$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'CreatePresignedDomainUrlRequest$SpaceName' => '

The name of the space.

', 'CreateSpaceRequest$SpaceName' => '

The name of the space.

', 'DeleteAppRequest$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'DeleteSpaceRequest$SpaceName' => '

The name of the space.

', 'DescribeAppRequest$SpaceName' => '

The name of the space.

', 'DescribeAppResponse$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'DescribeSpaceRequest$SpaceName' => '

The name of the space.

', 'DescribeSpaceResponse$SpaceName' => '

The name of the space.

', 'ListAppsRequest$SpaceNameEquals' => '

A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.

', 'ListSpacesRequest$SpaceNameContains' => '

A parameter by which to filter the results.

', 'SpaceDetails$SpaceName' => '

The name of the space.

', 'UpdateSpaceRequest$SpaceName' => '

The name of the space.

', ], ], 'SpaceSettings' => [ 'base' => '

A collection of space settings.

', 'refs' => [ 'CreateSpaceRequest$SpaceSettings' => '

A collection of space settings.

', 'DescribeSpaceResponse$SpaceSettings' => '

A collection of space settings.

', 'UpdateSpaceRequest$SpaceSettings' => '

A collection of space settings.

', ], ], 'SpaceSortKey' => [ 'base' => NULL, 'refs' => [ 'ListSpacesRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'SpaceStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeSpaceResponse$Status' => '

The status.

', 'SpaceDetails$Status' => '

The status.

', ], ], 'SpawnRate' => [ 'base' => NULL, 'refs' => [ 'Phase$SpawnRate' => '

Specified how many new users to spawn in a minute.

', ], ], 'SplitType' => [ 'base' => NULL, 'refs' => [ 'TransformInput$SplitType' => '

The method to use to split the transform job\'s data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

  • RecordIO

  • TFRecord

When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

', ], ], 'StageStatus' => [ 'base' => NULL, 'refs' => [ 'EdgeDeploymentStatus$StageStatus' => '

The general status of the current stage.

', ], ], 'Stairs' => [ 'base' => '

Defines the stairs traffic pattern for an Inference Recommender load test. This pattern type consists of multiple steps where the number of users increases at each step.

Specify either the stairs or phases traffic pattern.

', 'refs' => [ 'TrafficPattern$Stairs' => '

Defines the stairs traffic pattern.

', ], ], 'StartEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'StartPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'Statistic' => [ 'base' => NULL, 'refs' => [ 'CustomizedMetricSpecification$Statistic' => '

The statistic of the customized metric.

', ], ], 'StatusDetails' => [ 'base' => NULL, 'refs' => [ 'DebugRuleEvaluationStatus$StatusDetails' => '

Details from the rule evaluation.

', 'ProfilerRuleEvaluationStatus$StatusDetails' => '

Details from the rule evaluation.

', ], ], 'StatusMessage' => [ 'base' => NULL, 'refs' => [ 'SecondaryStatusTransition$StatusMessage' => '

A detailed description of the progress within a secondary status.

SageMaker provides secondary statuses and status messages that apply to each of them:

Starting
  • Starting the training job.

  • Launching requested ML instances.

  • Insufficient capacity error from EC2 while launching instances, retrying!

  • Launched instance was unhealthy, replacing it!

  • Preparing the instances for training.

Training
  • Downloading the training image.

  • Training image download completed. Training in progress.

Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don\'t use status messages in if statements.

To have an overview of your training job\'s progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

  • TrainingJobStatus - InProgress

  • SecondaryStatus - Training

  • StatusMessage - Downloading the training image

', ], ], 'StepDescription' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepDescription' => '

The description of the step.

', ], ], 'StepDisplayName' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepDisplayName' => '

The display name of the step.

', ], ], 'StepName' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepName' => '

The name of the step that is executed.

', ], ], 'StepStatus' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepStatus' => '

The status of the step execution.

', ], ], 'StopAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'StopPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StoppingCondition' => [ 'base' => '

Specifies a limit to how long a model training job or model compilation job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap model training costs.

To stop a training job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

The training algorithms provided by SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with CreateModel.

The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.

', 'refs' => [ 'CreateCompilationJobRequest$StoppingCondition' => '

Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

', 'CreateTrainingJobRequest$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'DescribeCompilationJobResponse$StoppingCondition' => '

Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

', 'DescribeTrainingJobResponse$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'HyperParameterTrainingJobDefinition$StoppingCondition' => '

Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

', 'TrainingJob$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'TrainingJobDefinition$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusItem$FailureReason' => '

if the overall status is Failed, the reason for the failure.

', 'BatchDescribeModelPackageError$ErrorCode' => '

', 'BatchDescribeModelPackageError$ErrorResponse' => '

', 'BatchTransformInput$FeaturesAttribute' => '

The attributes of the input data that are the input features.

', 'BatchTransformInput$InferenceAttribute' => '

The attribute of the input data that represents the ground truth label.

', 'BatchTransformInput$ProbabilityAttribute' => '

In a classification problem, the attribute that represents the class probability.

', 'CreateModelPackageInput$Domain' => '

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

', 'CreateModelPackageInput$Task' => '

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification. The following tasks are supported by Inference Recommender: "IMAGE_CLASSIFICATION" | "OBJECT_DETECTION" | "TEXT_GENERATION" |"IMAGE_SEGMENTATION" | "FILL_MASK" | "CLASSIFICATION" | "REGRESSION" | "OTHER".

Specify "OTHER" if none of the tasks listed fit your use case.

', 'CustomizedMetricSpecification$MetricName' => '

The name of the customized metric.

', 'CustomizedMetricSpecification$Namespace' => '

The namespace of the customized metric.

', 'DescribeEdgePackagingJobResponse$EdgePackagingJobStatusMessage' => '

Returns a message describing the job status and error messages.

', 'DescribeEdgePackagingJobResponse$ModelSignature' => '

The signature document of files in the model artifact.

', 'DescribeModelPackageOutput$Domain' => '

The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.

', 'DescribeModelPackageOutput$Task' => '

The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.

', 'DescribeModelPackageOutput$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored. This path points to a single gzip compressed tar archive (.tar.gz suffix).

', 'DeviceDeploymentSummary$DeviceDeploymentStatusMessage' => '

The detailed error message for the deployoment status result.

', 'EdgeDeploymentStatus$EdgeDeploymentStatusMessage' => '

A detailed message about deployment status in current stage.

', 'EdgeOutputConfig$PresetDeploymentConfig' => '

The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

  • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.

  • ComponentDescription (optional) - Description of the component.

  • ComponentVersion (optional) - The version of the component.

    Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

  • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.

  • PlatformArchitecture (optional) - The processor architecture for the platform.

    Supported architectures Windows include: Windows32_x86, Windows64_x64.

    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

', 'EdgePresetDeploymentOutput$StatusMessage' => '

Returns a message describing the status of the deployed resource.

', 'EndpointInput$FeaturesAttribute' => '

The attributes of the input data that are the input features.

', 'EndpointInput$InferenceAttribute' => '

The attribute of the input data that represents the ground truth label.

', 'EndpointInput$ProbabilityAttribute' => '

In a classification problem, the attribute that represents the class probability.

', 'EndpointOutputConfiguration$EndpointName' => '

The name of the endpoint made during a recommendation job.

', 'EndpointOutputConfiguration$VariantName' => '

The name of the production variant (deployed model) made during a recommendation job.

', 'EnvironmentParameter$Key' => '

The environment key suggested by the Amazon SageMaker Inference Recommender.

', 'EnvironmentParameter$ValueType' => '

The value type suggested by the Amazon SageMaker Inference Recommender.

', 'EnvironmentParameter$Value' => '

The value suggested by the Amazon SageMaker Inference Recommender.

', 'GetScalingConfigurationRecommendationRequest$RecommendationId' => '

The recommendation ID of a previously completed inference recommendation. This ID should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

Specify either this field or the EndpointName field.

', 'GetScalingConfigurationRecommendationResponse$RecommendationId' => '

The recommendation ID of a previously completed inference recommendation.

', 'IamIdentity$Arn' => '

The Amazon Resource Name (ARN) of the IAM identity.

', 'IamIdentity$PrincipalId' => '

The ID of the principal that assumes the IAM identity.

', 'IamIdentity$SourceIdentity' => '

The person or application which assumes the IAM identity.

', 'InferenceRecommendation$RecommendationId' => '

The recommendation ID which uniquely identifies each recommendation.

', 'ListProcessingJobsRequest$NameContains' => '

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

', 'ModelCard$ModelId' => '

The unique name (ID) of the model.

', 'ModelCard$RiskRating' => '

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

', 'ModelCard$ModelPackageGroupName' => '

The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

', 'ModelDashboardModelCard$ModelId' => '

For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.

', 'ModelDashboardModelCard$RiskRating' => '

A model card\'s risk rating. Can be low, medium, or high.

', 'ModelMetadataSummary$Domain' => '

The machine learning domain of the model.

', 'ModelMetadataSummary$Framework' => '

The machine learning framework of the model.

', 'ModelMetadataSummary$Task' => '

The machine learning task of the model.

', 'ModelMetadataSummary$Model' => '

The name of the model.

', 'ModelMetadataSummary$FrameworkVersion' => '

The framework version of the model.

', 'ModelPackage$Domain' => '

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

', 'ModelPackage$Task' => '

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.

', 'ModelPackage$SamplePayloadUrl' => '

The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'ModelPackageContainerDefinition$Framework' => '

The machine learning framework of the model package container image.

', 'ModelPackageContainerDefinition$NearestModelName' => '

The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model. You can find a list of benchmarked models by calling ListModelMetadata.

', 'ModelPackageStatusItem$FailureReason' => '

if the overall status is Failed, the reason for the failure.

', 'PredefinedMetricSpecification$PredefinedMetricType' => '

The metric type. You can only apply SageMaker metric types to SageMaker endpoints.

', 'ProcessingInput$InputName' => '

The name for the processing job input.

', 'ProcessingOutput$OutputName' => '

The name for the processing job output.

', 'ProductListings$member' => NULL, 'RStudioServerProDomainSettings$RStudioConnectUrl' => '

A URL pointing to an RStudio Connect server.

', 'RStudioServerProDomainSettings$RStudioPackageManagerUrl' => '

A URL pointing to an RStudio Package Manager server.

', 'RStudioServerProDomainSettingsForUpdate$RStudioConnectUrl' => '

A URL pointing to an RStudio Connect server.

', 'RStudioServerProDomainSettingsForUpdate$RStudioPackageManagerUrl' => '

A URL pointing to an RStudio Package Manager server.

', 'RealTimeInferenceRecommendation$RecommendationId' => '

The recommendation ID which uniquely identifies each recommendation.

', 'RecommendationJobContainerConfig$Domain' => '

The machine learning domain of the model and its components.

Valid Values: COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING | MACHINE_LEARNING

', 'RecommendationJobContainerConfig$Task' => '

The machine learning task that the model accomplishes.

Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER

', 'RecommendationJobContainerConfig$Framework' => '

The machine learning framework of the container image.

Valid Values: TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN

', 'RecommendationJobContainerConfig$FrameworkVersion' => '

The framework version of the container image.

', 'RecommendationJobContainerConfig$NearestModelName' => '

The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model.

Valid Values: efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn | densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet

', 'RecommendationJobPayloadConfig$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'RecommendationJobSupportedContentTypes$member' => NULL, 'RecommendationJobSupportedInstanceTypes$member' => NULL, 'RenderUiTemplateResponse$RenderedContent' => '

A Liquid template that renders the HTML for the worker UI.

', 'RenderingError$Code' => '

A unique identifier for a specific class of errors.

', 'RenderingError$Message' => '

A human-readable message describing the error.

', 'SubscribedWorkteam$SellerName' => '

The name of the vendor in the Amazon Marketplace.

', 'SubscribedWorkteam$ListingId' => '

Marketplace product listing ID.

', 'UserContext$UserProfileArn' => '

The Amazon Resource Name (ARN) of the user\'s profile.

', 'UserContext$UserProfileName' => '

The name of the user\'s profile.

', 'UserContext$DomainId' => '

The domain associated with the user.

', 'Workforce$SubDomain' => '

The subdomain for your OIDC Identity Provider.

', 'Workteam$SubDomain' => '

The URI of the labeling job\'s user interface. Workers open this URI to start labeling your data objects.

', ], ], 'String1024' => [ 'base' => NULL, 'refs' => [ 'ClarifyCheckStepMetadata$BaselineUsedForDriftCheckConstraints' => '

The Amazon S3 URI of baseline constraints file to be used for the drift check.

', 'ClarifyCheckStepMetadata$CalculatedBaselineConstraints' => '

The Amazon S3 URI of the newly calculated baseline constraints file.

', 'ClarifyCheckStepMetadata$ViolationReport' => '

The Amazon S3 URI of the violation report if violations are detected.

', 'CreateDomainResponse$Url' => '

The URL to the created domain.

', 'DescribeDomainResponse$Url' => '

The domain\'s URL.

', 'DomainDetails$Url' => '

The domain\'s URL.

', 'EMRStepMetadata$LogFilePath' => '

The path to the log file where the cluster step\'s failure root cause is recorded.

', 'OutputParameter$Value' => '

The value of the output parameter.

', 'Parameter$Value' => '

The literal value for the parameter.

', 'QualityCheckStepMetadata$BaselineUsedForDriftCheckStatistics' => '

The Amazon S3 URI of the baseline statistics file used for the drift check.

', 'QualityCheckStepMetadata$BaselineUsedForDriftCheckConstraints' => '

The Amazon S3 URI of the baseline constraints file used for the drift check.

', 'QualityCheckStepMetadata$CalculatedBaselineStatistics' => '

The Amazon S3 URI of the newly calculated baseline statistics file.

', 'QualityCheckStepMetadata$CalculatedBaselineConstraints' => '

The Amazon S3 URI of the newly calculated baseline constraints file.

', 'QualityCheckStepMetadata$ViolationReport' => '

The Amazon S3 URI of violation report if violations are detected.

', ], ], 'String128' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameterRangeValues$member' => NULL, ], ], 'String200' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$Description' => '

A description of the work team.

', 'SubscribedWorkteam$MarketplaceTitle' => '

The title of the service provided by the vendor in the Amazon Marketplace.

', 'SubscribedWorkteam$MarketplaceDescription' => '

The description of the vendor from the Amazon Marketplace.

', 'UpdateWorkteamRequest$Description' => '

An updated description for the work team.

', 'Workteam$Description' => '

A description of the work team.

', ], ], 'String2048' => [ 'base' => NULL, 'refs' => [ 'ActionSource$SourceUri' => '

The URI of the source.

', 'ArtifactSource$SourceUri' => '

The URI of the source.

', 'ContextSource$SourceUri' => '

The URI of the source.

', ], ], 'String256' => [ 'base' => NULL, 'refs' => [ 'ActionSource$SourceType' => '

The type of the source.

', 'ActionSource$SourceId' => '

The ID of the source.

', 'ArtifactSourceType$Value' => '

The ID.

', 'ArtifactSummary$ArtifactType' => '

The type of the artifact.

', 'AssociationSummary$SourceType' => '

The source type.

', 'AssociationSummary$DestinationType' => '

The destination type.

', 'CallbackStepMetadata$SqsQueueUrl' => '

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

', 'ClarifyCheckStepMetadata$CheckType' => '

The type of the Clarify Check step

', 'ClarifyCheckStepMetadata$ModelPackageGroupName' => '

The model package group name.

', 'ClarifyCheckStepMetadata$CheckJobArn' => '

The Amazon Resource Name (ARN) of the check processing job that was run by this step\'s execution.

', 'ContextSource$SourceType' => '

The type of the source.

', 'ContextSource$SourceId' => '

The ID of the source.

', 'ContextSummary$ContextType' => '

The type of the context.

', 'CreateActionRequest$ActionType' => '

The action type.

', 'CreateArtifactRequest$ArtifactType' => '

The artifact type.

', 'CreateContextRequest$ContextType' => '

The context type.

', 'CreateUserProfileRequest$SingleSignOnUserValue' => '

The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain\'s AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain\'s AuthMode is not IAM Identity Center, this field cannot be specified.

', 'DescribeActionResponse$ActionType' => '

The type of the action.

', 'DescribeArtifactResponse$ArtifactType' => '

The type of the artifact.

', 'DescribeContextResponse$ContextType' => '

The type of the context.

', 'DescribeDomainResponse$SingleSignOnManagedApplicationInstanceId' => '

The IAM Identity Center managed application instance ID.

', 'DescribeUserProfileResponse$SingleSignOnUserValue' => '

The IAM Identity Center user value.

', 'EMRStepMetadata$ClusterId' => '

The identifier of the EMR cluster.

', 'EMRStepMetadata$StepId' => '

The identifier of the EMR cluster step.

', 'EMRStepMetadata$StepName' => '

The name of the EMR cluster step.

', 'LambdaStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

', 'ListActionsRequest$ActionType' => '

A filter that returns only actions of the specified type.

', 'ListArtifactsRequest$ArtifactType' => '

A filter that returns only artifacts of the specified type.

', 'ListAssociationsRequest$SourceType' => '

A filter that returns only associations with the specified source type.

', 'ListAssociationsRequest$DestinationType' => '

A filter that returns only associations with the specified destination type.

', 'ListContextsRequest$ContextType' => '

A filter that returns only contexts of the specified type.

', 'ListTrialComponentsRequest$SourceArn' => '

A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can\'t filter by ExperimentName or TrialName.

', 'ModelMetadataFilter$Value' => '

The value to filter the model metadata.

', 'ModelStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the created model.

', 'OutputParameter$Name' => '

The name of the output parameter.

', 'QualityCheckStepMetadata$CheckType' => '

The type of the Quality check step.

', 'QualityCheckStepMetadata$ModelPackageGroupName' => '

The model package group name.

', 'QualityCheckStepMetadata$CheckJobArn' => '

The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.

', 'QueryProperties$key' => NULL, 'QueryProperties$value' => NULL, 'RegisterModelStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the model package.

', 'SelectedStep$StepName' => '

The name of the pipeline step.

', 'SendPipelineExecutionStepFailureRequest$FailureReason' => '

A message describing why the step failed.

', ], ], 'String3072' => [ 'base' => NULL, 'refs' => [ 'FailStepMetadata$ErrorMessage' => '

A message that you define and then is processed and rendered by the Fail step when the error occurs.

', 'PipelineExecutionSummary$PipelineExecutionFailureReason' => '

A message generated by SageMaker Pipelines describing why the pipeline execution failed.

', ], ], 'String40' => [ 'base' => NULL, 'refs' => [ 'QueryTypes$member' => NULL, 'Vertex$Type' => '

The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

', ], ], 'String64' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionType' => '

The type of the action.

', 'CategoricalParameter$Name' => '

The Name of the environment variable.

', 'ModelLatencyThreshold$Percentile' => '

The model latency percentile threshold. For custom load tests, specify the value as P95.

', ], ], 'String8192' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$NextToken' => '

Limits the number of vertices in the request. Use the NextToken in a response to to retrieve the next page of results.

', 'QueryLineageResponse$NextToken' => '

Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.

', ], ], 'StringParameterValue' => [ 'base' => NULL, 'refs' => [ 'LineageEntityParameters$key' => NULL, 'LineageEntityParameters$value' => NULL, 'ListLineageEntityParameterKey$member' => NULL, 'TrialComponentParameterValue$StringValue' => '

The string value of a categorical hyperparameter. If you specify a value for this parameter, you can\'t specify the NumberValue parameter.

', ], ], 'StudioLifecycleConfigAppType' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigAppType' => '

The App type that the Lifecycle Configuration is attached to.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigAppType' => '

The App type that the Lifecycle Configuration is attached to.

', 'ListStudioLifecycleConfigsRequest$AppTypeEquals' => '

A parameter to search for the App Type to which the Lifecycle Configuration is attached.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigAppType' => '

The App type to which the Lifecycle Configuration is attached.

', ], ], 'StudioLifecycleConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigResponse$StudioLifecycleConfigArn' => '

The ARN of your created Lifecycle Configuration.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigArn' => '

The ARN of the Lifecycle Configuration to describe.

', 'LifecycleConfigArns$member' => NULL, 'ResourceSpec$LifecycleConfigArn' => '

The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigArn' => '

The Amazon Resource Name (ARN) of the Lifecycle Configuration.

', ], ], 'StudioLifecycleConfigContent' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigContent' => '

The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigContent' => '

The content of your Studio Lifecycle Configuration script.

', ], ], 'StudioLifecycleConfigDetails' => [ 'base' => '

Details of the Studio Lifecycle Configuration.

', 'refs' => [ 'StudioLifecycleConfigsList$member' => NULL, ], ], 'StudioLifecycleConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to create.

', 'DeleteStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to delete.

', 'DescribeStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to describe.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration that is described.

', 'ListStudioLifecycleConfigsRequest$NameContains' => '

A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration.

', ], ], 'StudioLifecycleConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListStudioLifecycleConfigsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'StudioLifecycleConfigsList' => [ 'base' => NULL, 'refs' => [ 'ListStudioLifecycleConfigsResponse$StudioLifecycleConfigs' => '

A list of Lifecycle Configurations and their properties.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$SubnetId' => '

The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

', 'DescribeNotebookInstanceOutput$SubnetId' => '

The ID of the VPC subnet.

', 'Subnets$member' => NULL, ], ], 'Subnets' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$SubnetIds' => '

The VPC subnets that Studio uses for communication.

', 'DescribeDomainResponse$SubnetIds' => '

The VPC subnets that Studio uses for communication.

', 'VpcConfig$Subnets' => '

The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

', ], ], 'SubscribedWorkteam' => [ 'base' => '

Describes a work team of a vendor that does the a labelling job.

', 'refs' => [ 'DescribeSubscribedWorkteamResponse$SubscribedWorkteam' => '

A Workteam instance that contains information about the work team.

', 'SubscribedWorkteams$member' => NULL, ], ], 'SubscribedWorkteams' => [ 'base' => NULL, 'refs' => [ 'ListSubscribedWorkteamsResponse$SubscribedWorkteams' => '

An array of Workteam objects, each describing a work team.

', ], ], 'Success' => [ 'base' => NULL, 'refs' => [ 'DeleteWorkteamResponse$Success' => '

Returns true if the work team was successfully deleted; otherwise, returns false.

', ], ], 'SuggestionQuery' => [ 'base' => '

Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.

', 'refs' => [ 'GetSearchSuggestionsRequest$SuggestionQuery' => '

Limits the property names that are included in the response.

', ], ], 'TableFormat' => [ 'base' => NULL, 'refs' => [ 'OfflineStoreConfig$TableFormat' => '

Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

', ], ], 'TableName' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$TableName' => '

The name of the Glue table.

', ], ], 'TabularJobConfig' => [ 'base' => '

The collection of settings used by an AutoML job V2 for the TABULAR problem type.

', 'refs' => [ 'AutoMLProblemTypeConfig$TabularJobConfig' => '

Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).

', ], ], 'TabularResolvedAttributes' => [ 'base' => '

The resolved attributes specific to the TABULAR problem type.

', 'refs' => [ 'AutoMLProblemTypeResolvedAttributes$TabularResolvedAttributes' => '

Defines the resolved attributes for the TABULAR problem type.

', ], ], 'Tag' => [ 'base' => '

A tag object that consists of a key and an optional value, used to manage metadata for SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags.

For more information on adding metadata to your Amazon Web Services resources with tagging, see Tagging Amazon Web Services resources. For advice on best practices for managing Amazon Web Services resources with tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The tag key. Tag keys must be unique per resource.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'DeleteTagsInput$TagKeys' => '

An array or one or more tag keys to delete.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AddTagsInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'AddTagsOutput$Tags' => '

A list of tags associated with the SageMaker resource.

', 'CreateActionRequest$Tags' => '

A list of tags to apply to the action.

', 'CreateAlgorithmInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateAppImageConfigRequest$Tags' => '

A list of tags to apply to the AppImageConfig.

', 'CreateAppRequest$Tags' => '

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

', 'CreateArtifactRequest$Tags' => '

A list of tags to apply to the artifact.

', 'CreateAutoMLJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

', 'CreateAutoMLJobV2Request$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, such as by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

', 'CreateCodeRepositoryInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateCompilationJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateContextRequest$Tags' => '

A list of tags to apply to the context.

', 'CreateDataQualityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateDeviceFleetRequest$Tags' => '

Creates tags for the specified fleet.

', 'CreateDomainRequest$Tags' => '

Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

Tags that you specify for the Domain are also added to all Apps that the Domain launches.

', 'CreateEdgeDeploymentPlanRequest$Tags' => '

List of tags with which to tag the edge deployment plan.

', 'CreateEdgePackagingJobRequest$Tags' => '

Creates tags for the packaging job.

', 'CreateEndpointConfigInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateEndpointInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateExperimentRequest$Tags' => '

A list of tags to associate with the experiment. You can use Search API to search on the tags.

', 'CreateFeatureGroupRequest$Tags' => '

Tags used to identify Features in each FeatureGroup.

', 'CreateFlowDefinitionRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.

', 'CreateHubRequest$Tags' => '

Any tags to associate with the hub.

', 'CreateHumanTaskUiRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

', 'CreateHyperParameterTuningJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

Tags that you specify for the tuning job are also added to all training jobs that the tuning job launches.

', 'CreateImageRequest$Tags' => '

A list of tags to apply to the image.

', 'CreateInferenceExperimentRequest$Tags' => '

Array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging your Amazon Web Services Resources.

', 'CreateInferenceRecommendationsJobRequest$Tags' => '

The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.

', 'CreateLabelingJobRequest$Tags' => '

An array of key/value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelBiasJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelCardRequest$Tags' => '

Key-value pairs used to manage metadata for model cards.

', 'CreateModelExplainabilityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateModelPackageGroupInput$Tags' => '

A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'CreateModelPackageInput$Tags' => '

A list of key value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'CreateModelQualityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateMonitoringScheduleRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateNotebookInstanceInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreatePipelineRequest$Tags' => '

A list of tags to apply to the created pipeline.

', 'CreateProcessingJobRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateProjectInput$Tags' => '

An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'CreateSpaceRequest$Tags' => '

Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

', 'CreateStudioLifecycleConfigRequest$Tags' => '

Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

', 'CreateTrainingJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateTransformJobRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateTrialComponentRequest$Tags' => '

A list of tags to associate with the component. You can use Search API to search on the tags.

', 'CreateTrialRequest$Tags' => '

A list of tags to associate with the trial. You can use Search API to search on the tags.

', 'CreateUserProfileRequest$Tags' => '

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

', 'CreateWorkforceRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize our workforce. Each tag consists of a key and a value, both of which you define.

', 'CreateWorkteamRequest$Tags' => '

An array of key-value pairs.

For more information, see Resource Tag and Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'DescribeLabelingJobResponse$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'Endpoint$Tags' => '

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'Experiment$Tags' => '

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

', 'FeatureGroup$Tags' => '

Tags used to define a FeatureGroup.

', 'HyperParameterTuningJobSearchEntity$Tags' => '

The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.

', 'ImportHubContentRequest$Tags' => '

Any tags associated with the hub content.

', 'ListTagsOutput$Tags' => '

An array of Tag objects, each with a tag key and a value.

', 'Model$Tags' => '

A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'ModelCard$Tags' => '

Key-value pairs used to manage metadata for the model card.

', 'ModelDashboardModelCard$Tags' => '

The tags associated with a model card.

', 'ModelPackage$Tags' => '

A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'ModelPackageGroup$Tags' => '

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'MonitoringSchedule$Tags' => '

A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'Pipeline$Tags' => '

A list of tags that apply to the pipeline.

', 'ProcessingJob$Tags' => '

An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'Project$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'RegisterDevicesRequest$Tags' => '

The tags associated with devices.

', 'TrainingJob$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'TransformJob$Tags' => '

A list of tags associated with the transform job.

', 'Trial$Tags' => '

The list of tags that are associated with the trial. You can use Search API to search on the tags.

', 'TrialComponent$Tags' => '

The list of tags that are associated with the component. You can use Search API to search on the tags.

', 'UpdateProjectInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The tag value.

', ], ], 'TargetAttributeName' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$TargetAttributeName' => '

The name of the target variable in supervised learning, usually represented by \'y\'.

', 'TabularJobConfig$TargetAttributeName' => '

The name of the target variable in supervised learning, usually represented by \'y\'.

', 'TimeSeriesConfig$TargetAttributeName' => '

The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical.

', ], ], 'TargetDevice' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetDevice' => '

The type of device that the model will run on after the compilation job has completed.

', 'OutputConfig$TargetDevice' => '

Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

Currently ml_trn1 is available only in US East (N. Virginia) Region, and ml_inf2 is available only in US East (Ohio) Region.

', ], ], 'TargetLabelColumn' => [ 'base' => NULL, 'refs' => [ 'TextClassificationJobConfig$TargetLabelColumn' => '

The name of the column used to provide the class labels. It should not be same as the content column.

', ], ], 'TargetObjectiveMetricValue' => [ 'base' => NULL, 'refs' => [ 'TuningJobCompletionCriteria$TargetObjectiveMetricValue' => '

The value of the objective metric.

', ], ], 'TargetPlatform' => [ 'base' => '

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

', 'refs' => [ 'OutputConfig$TargetPlatform' => '

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

  • Raspberry Pi 3 Model B+

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},

    "CompilerOptions": {\'mattr\': [\'+neon\']}

  • Jetson TX2

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},

    "CompilerOptions": {\'gpu-code\': \'sm_62\', \'trt-ver\': \'6.0.1\', \'cuda-ver\': \'10.0\'}

  • EC2 m5.2xlarge instance OS

    "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},

    "CompilerOptions": {\'mcpu\': \'skylake-avx512\'}

  • RK3399

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}

  • ARMv7 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},

    "CompilerOptions": {\'ANDROID_PLATFORM\': 25, \'mattr\': [\'+neon\']}

  • ARMv8 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},

    "CompilerOptions": {\'ANDROID_PLATFORM\': 29}

', ], ], 'TargetPlatformAccelerator' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformAccelerator' => '

The type of accelerator that the model will run on after the compilation job has completed.

', 'TargetPlatform$Accelerator' => '

Specifies a target platform accelerator (optional).

  • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options

  • MALI: ARM Mali graphics processor

  • INTEL_GRAPHICS: Integrated Intel graphics

', ], ], 'TargetPlatformArch' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformArch' => '

The type of architecture that the model will run on after the compilation job has completed.

', 'TargetPlatform$Arch' => '

Specifies a target platform architecture.

  • X86_64: 64-bit version of the x86 instruction set.

  • X86: 32-bit version of the x86 instruction set.

  • ARM64: ARMv8 64-bit CPU.

  • ARM_EABIHF: ARMv7 32-bit, Hard Float.

  • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

', ], ], 'TargetPlatformOs' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformOs' => '

The type of OS that the model will run on after the compilation job has completed.

', 'TargetPlatform$Os' => '

Specifies a target platform OS.

  • LINUX: Linux-based operating systems.

  • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {\'ANDROID_PLATFORM\': 28}

', ], ], 'TargetTrackingScalingPolicyConfiguration' => [ 'base' => '

A target tracking scaling policy. Includes support for predefined or customized metrics.

When using the PutScalingPolicy API, this parameter is required when you are creating a policy with the policy type TargetTrackingScaling.

', 'refs' => [ 'ScalingPolicy$TargetTracking' => '

A target tracking scaling policy. Includes support for predefined or customized metrics.

', ], ], 'TaskAvailabilityLifetimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskAvailabilityLifetimeInSeconds' => '

The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

  • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).

  • If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.

', ], ], 'TaskCount' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$DesiredInstanceCount' => '

The variant\'s capacity.

', 'PendingProductionVariantSummary$CurrentInstanceCount' => '

The number of instances associated with the variant.

', 'PendingProductionVariantSummary$DesiredInstanceCount' => '

The number of instances requested in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

', 'ProductionVariantSummary$CurrentInstanceCount' => '

The number of instances associated with the variant.

', 'ProductionVariantSummary$DesiredInstanceCount' => '

The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

', 'RealTimeInferenceConfig$InstanceCount' => '

The number of instances of the type specified by InstanceType.

', ], ], 'TaskDescription' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskDescription' => '

A description of the task for your human workers.

', ], ], 'TaskInput' => [ 'base' => NULL, 'refs' => [ 'RenderableTask$Input' => '

A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

', ], ], 'TaskKeyword' => [ 'base' => NULL, 'refs' => [ 'TaskKeywords$member' => NULL, ], ], 'TaskKeywords' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskKeywords' => '

Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

', ], ], 'TaskTimeLimitInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskTimeLimitInSeconds' => '

The amount of time that a worker has to complete a task.

If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

  • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).

  • For 3D point cloud and video frame labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.

', ], ], 'TaskTitle' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskTitle' => '

A title for the task for your human workers.

', ], ], 'TemplateContent' => [ 'base' => NULL, 'refs' => [ 'UiTemplate$Content' => '

The content of the Liquid template for the worker user interface.

', ], ], 'TemplateContentSha256' => [ 'base' => NULL, 'refs' => [ 'UiTemplateInfo$ContentSha256' => '

The SHA-256 digest of the contents of the template.

', ], ], 'TemplateUrl' => [ 'base' => NULL, 'refs' => [ 'UiTemplateInfo$Url' => '

The URL for the user interface template.

', ], ], 'TensorBoardAppSettings' => [ 'base' => '

The TensorBoard app settings.

', 'refs' => [ 'UserSettings$TensorBoardAppSettings' => '

The TensorBoard app settings.

', ], ], 'TensorBoardOutputConfig' => [ 'base' => '

Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.

', 'refs' => [ 'CreateTrainingJobRequest$TensorBoardOutputConfig' => NULL, 'DescribeTrainingJobResponse$TensorBoardOutputConfig' => NULL, 'TrainingJob$TensorBoardOutputConfig' => NULL, ], ], 'TenthFractionsOfACent' => [ 'base' => NULL, 'refs' => [ 'USD$TenthFractionsOfACent' => '

Fractions of a cent, in tenths.

', ], ], 'TerminationWaitInSeconds' => [ 'base' => NULL, 'refs' => [ 'BlueGreenUpdatePolicy$TerminationWaitInSeconds' => '

Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0.

', ], ], 'TextClassificationJobConfig' => [ 'base' => '

Stores the configuration information for the text classification problem of an AutoML job V2.

', 'refs' => [ 'AutoMLProblemTypeConfig$TextClassificationJobConfig' => '

Settings used to configure an AutoML job V2 for the text classification problem type.

', ], ], 'ThingName' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$IotThingName' => '

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

', 'Device$IotThingName' => '

Amazon Web Services Internet of Things (IoT) object name.

', 'DeviceSummary$IotThingName' => '

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

', ], ], 'TimeSeriesConfig' => [ 'base' => '

The collection of components that defines the time-series.

', 'refs' => [ 'TimeSeriesForecastingJobConfig$TimeSeriesConfig' => '

The collection of components that defines the time-series.

', ], ], 'TimeSeriesForecastingJobConfig' => [ 'base' => '

The collection of settings used by an AutoML job V2 for the time-series forecasting problem type.

The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

', 'refs' => [ 'AutoMLProblemTypeConfig$TimeSeriesForecastingJobConfig' => '

Settings used to configure an AutoML job V2 for a time-series forecasting problem type.

The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

', ], ], 'TimeSeriesForecastingSettings' => [ 'base' => '

Time series forecast settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$TimeSeriesForecastingSettings' => '

Time series forecast settings for the Canvas application.

', ], ], 'TimeSeriesTransformations' => [ 'base' => '

Transformations allowed on the dataset. Supported transformations are Filling and Aggregation. Filling specifies how to add values to missing values in the dataset. Aggregation defines how to aggregate data that does not align with forecast frequency.

', 'refs' => [ 'TimeSeriesForecastingJobConfig$Transformations' => '

The transformations modifying specific attributes of the time-series, such as filling strategies for missing values.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$CreationTime' => '

When the action was created.

', 'ActionSummary$LastModifiedTime' => '

When the action was last modified.

', 'AppImageConfigDetails$CreationTime' => '

When the AppImageConfig was created.

', 'AppImageConfigDetails$LastModifiedTime' => '

When the AppImageConfig was last modified.

', 'ArtifactSummary$CreationTime' => '

When the artifact was created.

', 'ArtifactSummary$LastModifiedTime' => '

When the artifact was last modified.

', 'AssociationSummary$CreationTime' => '

When the association was created.

', 'AutoMLCandidate$CreationTime' => '

The creation time.

', 'AutoMLCandidate$EndTime' => '

The end time.

', 'AutoMLCandidate$LastModifiedTime' => '

The last modified time.

', 'AutoMLJobSummary$CreationTime' => '

When the AutoML job was created.

', 'AutoMLJobSummary$EndTime' => '

The end time of an AutoML job.

', 'AutoMLJobSummary$LastModifiedTime' => '

When the AutoML job was last modified.

', 'CompilationJobSummary$CompilationStartTime' => '

The time when the model compilation job started.

', 'CompilationJobSummary$CompilationEndTime' => '

The time when the model compilation job completed.

', 'ContextSummary$CreationTime' => '

When the context was created.

', 'ContextSummary$LastModifiedTime' => '

When the context was last modified.

', 'CreateTrialComponentRequest$StartTime' => '

When the component started.

', 'CreateTrialComponentRequest$EndTime' => '

When the component ended.

', 'DebugRuleEvaluationStatus$LastModifiedTime' => '

Timestamp when the rule evaluation status was last modified.

', 'DeployedImage$ResolutionTime' => '

The date and time when the image path for the model resolved to the ResolvedImage

', 'DescribeActionResponse$CreationTime' => '

When the action was created.

', 'DescribeActionResponse$LastModifiedTime' => '

When the action was last modified.

', 'DescribeAppImageConfigResponse$CreationTime' => '

When the AppImageConfig was created.

', 'DescribeAppImageConfigResponse$LastModifiedTime' => '

When the AppImageConfig was last modified.

', 'DescribeAppResponse$LastHealthCheckTimestamp' => '

The timestamp of the last health check.

', 'DescribeAppResponse$LastUserActivityTimestamp' => '

The timestamp of the last user\'s activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

', 'DescribeArtifactResponse$CreationTime' => '

When the artifact was created.

', 'DescribeArtifactResponse$LastModifiedTime' => '

When the artifact was last modified.

', 'DescribeAutoMLJobResponse$CreationTime' => '

Returns the creation time of the AutoML job.

', 'DescribeAutoMLJobResponse$EndTime' => '

Returns the end time of the AutoML job.

', 'DescribeAutoMLJobResponse$LastModifiedTime' => '

Returns the job\'s last modified time.

', 'DescribeAutoMLJobV2Response$CreationTime' => '

Returns the creation time of the AutoML job V2.

', 'DescribeAutoMLJobV2Response$EndTime' => '

Returns the end time of the AutoML job V2.

', 'DescribeAutoMLJobV2Response$LastModifiedTime' => '

Returns the job\'s last modified time.

', 'DescribeCompilationJobResponse$CompilationStartTime' => '

The time when the model compilation job started the CompilationJob instances.

You are billed for the time between this timestamp and the timestamp in the CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That\'s because it takes time to download the compilation job, which depends on the size of the compilation job container.

', 'DescribeCompilationJobResponse$CompilationEndTime' => '

The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job\'s model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed.

', 'DescribeContextResponse$CreationTime' => '

When the context was created.

', 'DescribeContextResponse$LastModifiedTime' => '

When the context was last modified.

', 'DescribeDataQualityJobDefinitionResponse$CreationTime' => '

The time that the data quality monitoring job definition was created.

', 'DescribeDeviceFleetResponse$CreationTime' => '

Timestamp of when the device fleet was created.

', 'DescribeDeviceFleetResponse$LastModifiedTime' => '

Timestamp of when the device fleet was last updated.

', 'DescribeDeviceResponse$RegistrationTime' => '

The timestamp of the last registration or de-reregistration.

', 'DescribeDeviceResponse$LatestHeartbeat' => '

The last heartbeat received from the device.

', 'DescribeEdgeDeploymentPlanResponse$CreationTime' => '

The time when the edge deployment plan was created.

', 'DescribeEdgeDeploymentPlanResponse$LastModifiedTime' => '

The time when the edge deployment plan was last updated.

', 'DescribeEdgePackagingJobResponse$CreationTime' => '

The timestamp of when the packaging job was created.

', 'DescribeEdgePackagingJobResponse$LastModifiedTime' => '

The timestamp of when the job was last updated.

', 'DescribeEndpointConfigOutput$CreationTime' => '

A timestamp that shows when the endpoint configuration was created.

', 'DescribeEndpointOutput$CreationTime' => '

A timestamp that shows when the endpoint was created.

', 'DescribeEndpointOutput$LastModifiedTime' => '

A timestamp that shows when the endpoint was last modified.

', 'DescribeExperimentResponse$CreationTime' => '

When the experiment was created.

', 'DescribeExperimentResponse$LastModifiedTime' => '

When the experiment was last modified.

', 'DescribeFlowDefinitionResponse$CreationTime' => '

The timestamp when the flow definition was created.

', 'DescribeHubContentResponse$CreationTime' => '

The date and time that hub content was created.

', 'DescribeHubResponse$CreationTime' => '

The date and time that the hub was created.

', 'DescribeHubResponse$LastModifiedTime' => '

The date and time that the hub was last modified.

', 'DescribeHumanTaskUiResponse$CreationTime' => '

The timestamp when the human task user interface was created.

', 'DescribeHyperParameterTuningJobResponse$CreationTime' => '

The date and time that the tuning job started.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningEndTime' => '

The date and time that the tuning job ended.

', 'DescribeHyperParameterTuningJobResponse$LastModifiedTime' => '

The date and time that the status of the tuning job was modified.

', 'DescribeImageResponse$CreationTime' => '

When the image was created.

', 'DescribeImageResponse$LastModifiedTime' => '

When the image was last modified.

', 'DescribeImageVersionResponse$CreationTime' => '

When the version was created.

', 'DescribeImageVersionResponse$LastModifiedTime' => '

When the version was last modified.

', 'DescribeInferenceExperimentResponse$CreationTime' => '

The timestamp at which you created the inference experiment.

', 'DescribeInferenceExperimentResponse$CompletionTime' => '

The timestamp at which the inference experiment was completed.

', 'DescribeInferenceExperimentResponse$LastModifiedTime' => '

The timestamp at which you last modified the inference experiment.

', 'DescribeInferenceRecommendationsJobResponse$CompletionTime' => '

A timestamp that shows when the job completed.

', 'DescribeLabelingJobResponse$CreationTime' => '

The date and time that the labeling job was created.

', 'DescribeLabelingJobResponse$LastModifiedTime' => '

The date and time that the labeling job was last updated.

', 'DescribeLineageGroupResponse$CreationTime' => '

The creation time of lineage group.

', 'DescribeLineageGroupResponse$LastModifiedTime' => '

The last modified time of the lineage group.

', 'DescribeModelBiasJobDefinitionResponse$CreationTime' => '

The time at which the model bias job was created.

', 'DescribeModelCardExportJobResponse$CreatedAt' => '

The date and time that the model export job was created.

', 'DescribeModelCardExportJobResponse$LastModifiedAt' => '

The date and time that the model export job was last modified.

', 'DescribeModelCardResponse$CreationTime' => '

The date and time the model card was created.

', 'DescribeModelCardResponse$LastModifiedTime' => '

The date and time the model card was last modified.

', 'DescribeModelExplainabilityJobDefinitionResponse$CreationTime' => '

The time at which the model explainability job was created.

', 'DescribeModelOutput$CreationTime' => '

A timestamp that shows when the model was created.

', 'DescribeModelPackageOutput$LastModifiedTime' => '

The last time that the model package was modified.

', 'DescribeModelQualityJobDefinitionResponse$CreationTime' => '

The time at which the model quality job was created.

', 'DescribeMonitoringScheduleResponse$CreationTime' => '

The time at which the monitoring job was created.

', 'DescribeMonitoringScheduleResponse$LastModifiedTime' => '

The time at which the monitoring job was last modified.

', 'DescribePipelineDefinitionForExecutionResponse$CreationTime' => '

The time when the pipeline was created.

', 'DescribePipelineExecutionResponse$CreationTime' => '

The time when the pipeline execution was created.

', 'DescribePipelineExecutionResponse$LastModifiedTime' => '

The time when the pipeline execution was modified last.

', 'DescribePipelineResponse$CreationTime' => '

The time when the pipeline was created.

', 'DescribePipelineResponse$LastModifiedTime' => '

The time when the pipeline was last modified.

', 'DescribePipelineResponse$LastRunTime' => '

The time when the pipeline was last run.

', 'DescribeProcessingJobResponse$ProcessingEndTime' => '

The time at which the processing job completed.

', 'DescribeProcessingJobResponse$ProcessingStartTime' => '

The time at which the processing job started.

', 'DescribeProcessingJobResponse$LastModifiedTime' => '

The time at which the processing job was last modified.

', 'DescribeProcessingJobResponse$CreationTime' => '

The time at which the processing job was created.

', 'DescribeProjectOutput$CreationTime' => '

The time when the project was created.

', 'DescribeProjectOutput$LastModifiedTime' => '

The timestamp when project was last modified.

', 'DescribeStudioLifecycleConfigResponse$CreationTime' => '

The creation time of the Studio Lifecycle Configuration.

', 'DescribeStudioLifecycleConfigResponse$LastModifiedTime' => '

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

', 'DescribeTrainingJobResponse$CreationTime' => '

A timestamp that indicates when the training job was created.

', 'DescribeTrainingJobResponse$TrainingStartTime' => '

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

', 'DescribeTrainingJobResponse$TrainingEndTime' => '

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'DescribeTrainingJobResponse$LastModifiedTime' => '

A timestamp that indicates when the status of the training job was last modified.

', 'DescribeTransformJobResponse$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'DescribeTransformJobResponse$TransformStartTime' => '

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

', 'DescribeTransformJobResponse$TransformEndTime' => '

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

', 'DescribeTrialComponentResponse$StartTime' => '

When the component started.

', 'DescribeTrialComponentResponse$EndTime' => '

When the component ended.

', 'DescribeTrialComponentResponse$CreationTime' => '

When the component was created.

', 'DescribeTrialComponentResponse$LastModifiedTime' => '

When the component was last modified.

', 'DescribeTrialResponse$CreationTime' => '

When the trial was created.

', 'DescribeTrialResponse$LastModifiedTime' => '

When the trial was last modified.

', 'DeviceDeploymentSummary$DeploymentStartTime' => '

The time when the deployment on the device started.

', 'DeviceFleetSummary$CreationTime' => '

Timestamp of when the device fleet was created.

', 'DeviceFleetSummary$LastModifiedTime' => '

Timestamp of when the device fleet was last updated.

', 'DeviceSummary$RegistrationTime' => '

The timestamp of the last registration or de-reregistration.

', 'DeviceSummary$LatestHeartbeat' => '

The last heartbeat received from the device.

', 'EdgeDeploymentPlanSummary$CreationTime' => '

The time when the edge deployment plan was created.

', 'EdgeDeploymentPlanSummary$LastModifiedTime' => '

The time when the edge deployment plan was last updated.

', 'EdgeDeploymentStatus$EdgeDeploymentStageStartTime' => '

The time when the deployment API started.

', 'EdgeModel$LatestSampleTime' => '

The timestamp of the last data sample taken.

', 'EdgeModel$LatestInference' => '

The timestamp of the last inference that was made.

', 'EdgePackagingJobSummary$CreationTime' => '

The timestamp of when the job was created.

', 'EdgePackagingJobSummary$LastModifiedTime' => '

The timestamp of when the edge packaging job was last updated.

', 'Endpoint$CreationTime' => '

The time that the endpoint was created.

', 'Endpoint$LastModifiedTime' => '

The last time the endpoint was modified.

', 'EndpointConfigSummary$CreationTime' => '

A timestamp that shows when the endpoint configuration was created.

', 'EndpointSummary$CreationTime' => '

A timestamp that shows when the endpoint was created.

', 'EndpointSummary$LastModifiedTime' => '

A timestamp that shows when the endpoint was last modified.

', 'Experiment$CreationTime' => '

When the experiment was created.

', 'Experiment$LastModifiedTime' => '

When the experiment was last modified.

', 'ExperimentSummary$CreationTime' => '

When the experiment was created.

', 'ExperimentSummary$LastModifiedTime' => '

When the experiment was last modified.

', 'FeatureGroupSummary$CreationTime' => '

A timestamp indicating the time of creation time of the FeatureGroup.

', 'FlowDefinitionSummary$CreationTime' => '

The timestamp when SageMaker created the flow definition.

', 'GetDeviceFleetReportResponse$ReportGenerated' => '

Timestamp of when the report was generated.

', 'HubContentInfo$CreationTime' => '

The date and time that the hub content was created.

', 'HubInfo$CreationTime' => '

The date and time that the hub was created.

', 'HubInfo$LastModifiedTime' => '

The date and time that the hub was last modified.

', 'HumanTaskUiSummary$CreationTime' => '

A timestamp when SageMaker created the human task user interface.

', 'HyperParameterTrainingJobSummary$CreationTime' => '

The date and time that the training job was created.

', 'HyperParameterTrainingJobSummary$TrainingStartTime' => '

The date and time that the training job started.

', 'HyperParameterTrainingJobSummary$TrainingEndTime' => '

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'HyperParameterTuningJobCompletionDetails$ConvergenceDetectedTime' => '

The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.

', 'HyperParameterTuningJobSearchEntity$CreationTime' => '

The time that a hyperparameter tuning job was created.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningEndTime' => '

The time that a hyperparameter tuning job ended.

', 'HyperParameterTuningJobSearchEntity$LastModifiedTime' => '

The time that a hyperparameter tuning job was last modified.

', 'HyperParameterTuningJobSummary$CreationTime' => '

The date and time that the tuning job was created.

', 'HyperParameterTuningJobSummary$HyperParameterTuningEndTime' => '

The date and time that the tuning job ended.

', 'HyperParameterTuningJobSummary$LastModifiedTime' => '

The date and time that the tuning job was modified.

', 'Image$CreationTime' => '

When the image was created.

', 'Image$LastModifiedTime' => '

When the image was last modified.

', 'ImageVersion$CreationTime' => '

When the version was created.

', 'ImageVersion$LastModifiedTime' => '

When the version was last modified.

', 'InferenceExperimentSchedule$StartTime' => '

The timestamp at which the inference experiment started or will start.

', 'InferenceExperimentSchedule$EndTime' => '

The timestamp at which the inference experiment ended or will end.

', 'InferenceExperimentSummary$CreationTime' => '

The timestamp at which the inference experiment was created.

', 'InferenceExperimentSummary$CompletionTime' => '

The timestamp at which the inference experiment was completed.

', 'InferenceExperimentSummary$LastModifiedTime' => '

The timestamp when you last modified the inference experiment.

', 'InferenceRecommendationsJob$CompletionTime' => '

A timestamp that shows when the job completed.

', 'LabelingJobForWorkteamSummary$CreationTime' => '

The date and time that the labeling job was created.

', 'LabelingJobSummary$CreationTime' => '

The date and time that the job was created (timestamp).

', 'LabelingJobSummary$LastModifiedTime' => '

The date and time that the job was last modified (timestamp).

', 'LineageGroupSummary$CreationTime' => '

The creation time of the lineage group summary.

', 'LineageGroupSummary$LastModifiedTime' => '

The last modified time of the lineage group summary.

', 'ListActionsRequest$CreatedAfter' => '

A filter that returns only actions created on or after the specified time.

', 'ListActionsRequest$CreatedBefore' => '

A filter that returns only actions created on or before the specified time.

', 'ListAppImageConfigsRequest$CreationTimeBefore' => '

A filter that returns only AppImageConfigs created on or before the specified time.

', 'ListAppImageConfigsRequest$CreationTimeAfter' => '

A filter that returns only AppImageConfigs created on or after the specified time.

', 'ListAppImageConfigsRequest$ModifiedTimeBefore' => '

A filter that returns only AppImageConfigs modified on or before the specified time.

', 'ListAppImageConfigsRequest$ModifiedTimeAfter' => '

A filter that returns only AppImageConfigs modified on or after the specified time.

', 'ListArtifactsRequest$CreatedAfter' => '

A filter that returns only artifacts created on or after the specified time.

', 'ListArtifactsRequest$CreatedBefore' => '

A filter that returns only artifacts created on or before the specified time.

', 'ListAssociationsRequest$CreatedAfter' => '

A filter that returns only associations created on or after the specified time.

', 'ListAssociationsRequest$CreatedBefore' => '

A filter that returns only associations created on or before the specified time.

', 'ListAutoMLJobsRequest$CreationTimeAfter' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$CreationTimeBefore' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$LastModifiedTimeAfter' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$LastModifiedTimeBefore' => '

Request a list of jobs, using a filter for time.

', 'ListCodeRepositoriesInput$LastModifiedTimeAfter' => '

A filter that returns only Git repositories that were last modified after the specified time.

', 'ListCodeRepositoriesInput$LastModifiedTimeBefore' => '

A filter that returns only Git repositories that were last modified before the specified time.

', 'ListContextsRequest$CreatedAfter' => '

A filter that returns only contexts created on or after the specified time.

', 'ListContextsRequest$CreatedBefore' => '

A filter that returns only contexts created on or before the specified time.

', 'ListDataQualityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only data quality monitoring job definitions created before the specified time.

', 'ListDataQualityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only data quality monitoring job definitions created after the specified time.

', 'ListDeviceFleetsRequest$CreationTimeAfter' => '

Filter fleets where packaging job was created after specified time.

', 'ListDeviceFleetsRequest$CreationTimeBefore' => '

Filter fleets where the edge packaging job was created before specified time.

', 'ListDeviceFleetsRequest$LastModifiedTimeAfter' => '

Select fleets where the job was updated after X

', 'ListDeviceFleetsRequest$LastModifiedTimeBefore' => '

Select fleets where the job was updated before X

', 'ListDevicesRequest$LatestHeartbeatAfter' => '

Select fleets where the job was updated after X

', 'ListEdgeDeploymentPlansRequest$CreationTimeAfter' => '

Selects edge deployment plans created after this time.

', 'ListEdgeDeploymentPlansRequest$CreationTimeBefore' => '

Selects edge deployment plans created before this time.

', 'ListEdgeDeploymentPlansRequest$LastModifiedTimeAfter' => '

Selects edge deployment plans that were last updated after this time.

', 'ListEdgeDeploymentPlansRequest$LastModifiedTimeBefore' => '

Selects edge deployment plans that were last updated before this time.

', 'ListEdgePackagingJobsRequest$CreationTimeAfter' => '

Select jobs where the job was created after specified time.

', 'ListEdgePackagingJobsRequest$CreationTimeBefore' => '

Select jobs where the job was created before specified time.

', 'ListEdgePackagingJobsRequest$LastModifiedTimeAfter' => '

Select jobs where the job was updated after specified time.

', 'ListEdgePackagingJobsRequest$LastModifiedTimeBefore' => '

Select jobs where the job was updated before specified time.

', 'ListEndpointConfigsInput$CreationTimeBefore' => '

A filter that returns only endpoint configurations created before the specified time (timestamp).

', 'ListEndpointConfigsInput$CreationTimeAfter' => '

A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

', 'ListEndpointsInput$CreationTimeBefore' => '

A filter that returns only endpoints that were created before the specified time (timestamp).

', 'ListEndpointsInput$CreationTimeAfter' => '

A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).

', 'ListEndpointsInput$LastModifiedTimeBefore' => '

A filter that returns only endpoints that were modified before the specified timestamp.

', 'ListEndpointsInput$LastModifiedTimeAfter' => '

A filter that returns only endpoints that were modified after the specified timestamp.

', 'ListExperimentsRequest$CreatedAfter' => '

A filter that returns only experiments created after the specified time.

', 'ListExperimentsRequest$CreatedBefore' => '

A filter that returns only experiments created before the specified time.

', 'ListFlowDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

', 'ListFlowDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only flow definitions that were created before the specified timestamp.

', 'ListHubContentVersionsRequest$CreationTimeBefore' => '

Only list hub content versions that were created before the time specified.

', 'ListHubContentVersionsRequest$CreationTimeAfter' => '

Only list hub content versions that were created after the time specified.

', 'ListHubContentsRequest$CreationTimeBefore' => '

Only list hub content that was created before the time specified.

', 'ListHubContentsRequest$CreationTimeAfter' => '

Only list hub content that was created after the time specified.

', 'ListHubsRequest$CreationTimeBefore' => '

Only list hubs that were created before the time specified.

', 'ListHubsRequest$CreationTimeAfter' => '

Only list hubs that were created after the time specified.

', 'ListHubsRequest$LastModifiedTimeBefore' => '

Only list hubs that were last modified before the time specified.

', 'ListHubsRequest$LastModifiedTimeAfter' => '

Only list hubs that were last modified after the time specified.

', 'ListHumanTaskUisRequest$CreationTimeAfter' => '

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

', 'ListHumanTaskUisRequest$CreationTimeBefore' => '

A filter that returns only human task user interfaces that were created before the specified timestamp.

', 'ListHyperParameterTuningJobsRequest$CreationTimeAfter' => '

A filter that returns only tuning jobs that were created after the specified time.

', 'ListHyperParameterTuningJobsRequest$CreationTimeBefore' => '

A filter that returns only tuning jobs that were created before the specified time.

', 'ListHyperParameterTuningJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only tuning jobs that were modified after the specified time.

', 'ListHyperParameterTuningJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only tuning jobs that were modified before the specified time.

', 'ListImageVersionsRequest$CreationTimeAfter' => '

A filter that returns only versions created on or after the specified time.

', 'ListImageVersionsRequest$CreationTimeBefore' => '

A filter that returns only versions created on or before the specified time.

', 'ListImageVersionsRequest$LastModifiedTimeAfter' => '

A filter that returns only versions modified on or after the specified time.

', 'ListImageVersionsRequest$LastModifiedTimeBefore' => '

A filter that returns only versions modified on or before the specified time.

', 'ListImagesRequest$CreationTimeAfter' => '

A filter that returns only images created on or after the specified time.

', 'ListImagesRequest$CreationTimeBefore' => '

A filter that returns only images created on or before the specified time.

', 'ListImagesRequest$LastModifiedTimeAfter' => '

A filter that returns only images modified on or after the specified time.

', 'ListImagesRequest$LastModifiedTimeBefore' => '

A filter that returns only images modified on or before the specified time.

', 'ListInferenceExperimentsRequest$CreationTimeAfter' => '

Selects inference experiments which were created after this timestamp.

', 'ListInferenceExperimentsRequest$CreationTimeBefore' => '

Selects inference experiments which were created before this timestamp.

', 'ListInferenceExperimentsRequest$LastModifiedTimeAfter' => '

Selects inference experiments which were last modified after this timestamp.

', 'ListInferenceExperimentsRequest$LastModifiedTimeBefore' => '

Selects inference experiments which were last modified before this timestamp.

', 'ListLabelingJobsForWorkteamRequest$CreationTimeAfter' => '

A filter that returns only labeling jobs created after the specified time (timestamp).

', 'ListLabelingJobsForWorkteamRequest$CreationTimeBefore' => '

A filter that returns only labeling jobs created before the specified time (timestamp).

', 'ListLabelingJobsRequest$CreationTimeAfter' => '

A filter that returns only labeling jobs created after the specified time (timestamp).

', 'ListLabelingJobsRequest$CreationTimeBefore' => '

A filter that returns only labeling jobs created before the specified time (timestamp).

', 'ListLabelingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only labeling jobs modified after the specified time (timestamp).

', 'ListLabelingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only labeling jobs modified before the specified time (timestamp).

', 'ListLineageGroupsRequest$CreatedAfter' => '

A timestamp to filter against lineage groups created after a certain point in time.

', 'ListLineageGroupsRequest$CreatedBefore' => '

A timestamp to filter against lineage groups created before a certain point in time.

', 'ListModelBiasJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model bias jobs created before a specified time.

', 'ListModelBiasJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model bias jobs created after a specified time.

', 'ListModelCardExportJobsRequest$CreationTimeAfter' => '

Only list model card export jobs that were created after the time specified.

', 'ListModelCardExportJobsRequest$CreationTimeBefore' => '

Only list model card export jobs that were created before the time specified.

', 'ListModelCardVersionsRequest$CreationTimeAfter' => '

Only list model card versions that were created after the time specified.

', 'ListModelCardVersionsRequest$CreationTimeBefore' => '

Only list model card versions that were created before the time specified.

', 'ListModelCardsRequest$CreationTimeAfter' => '

Only list model cards that were created after the time specified.

', 'ListModelCardsRequest$CreationTimeBefore' => '

Only list model cards that were created before the time specified.

', 'ListModelExplainabilityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model explainability jobs created before a specified time.

', 'ListModelExplainabilityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model explainability jobs created after a specified time.

', 'ListModelQualityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model quality monitoring job definitions created before the specified time.

', 'ListModelQualityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model quality monitoring job definitions created after the specified time.

', 'ListModelsInput$CreationTimeBefore' => '

A filter that returns only models created before the specified time (timestamp).

', 'ListModelsInput$CreationTimeAfter' => '

A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).

', 'ListMonitoringAlertHistoryRequest$CreationTimeBefore' => '

A filter that returns only alerts created on or before the specified time.

', 'ListMonitoringAlertHistoryRequest$CreationTimeAfter' => '

A filter that returns only alerts created on or after the specified time.

', 'ListMonitoringExecutionsRequest$ScheduledTimeBefore' => '

Filter for jobs scheduled before a specified time.

', 'ListMonitoringExecutionsRequest$ScheduledTimeAfter' => '

Filter for jobs scheduled after a specified time.

', 'ListMonitoringExecutionsRequest$CreationTimeBefore' => '

A filter that returns only jobs created before a specified time.

', 'ListMonitoringExecutionsRequest$CreationTimeAfter' => '

A filter that returns only jobs created after a specified time.

', 'ListMonitoringExecutionsRequest$LastModifiedTimeBefore' => '

A filter that returns only jobs modified after a specified time.

', 'ListMonitoringExecutionsRequest$LastModifiedTimeAfter' => '

A filter that returns only jobs modified before a specified time.

', 'ListMonitoringSchedulesRequest$CreationTimeBefore' => '

A filter that returns only monitoring schedules created before a specified time.

', 'ListMonitoringSchedulesRequest$CreationTimeAfter' => '

A filter that returns only monitoring schedules created after a specified time.

', 'ListMonitoringSchedulesRequest$LastModifiedTimeBefore' => '

A filter that returns only monitoring schedules modified before a specified time.

', 'ListMonitoringSchedulesRequest$LastModifiedTimeAfter' => '

A filter that returns only monitoring schedules modified after a specified time.

', 'ListPipelineExecutionsRequest$CreatedAfter' => '

A filter that returns the pipeline executions that were created after a specified time.

', 'ListPipelineExecutionsRequest$CreatedBefore' => '

A filter that returns the pipeline executions that were created before a specified time.

', 'ListPipelinesRequest$CreatedAfter' => '

A filter that returns the pipelines that were created after a specified time.

', 'ListPipelinesRequest$CreatedBefore' => '

A filter that returns the pipelines that were created before a specified time.

', 'ListProcessingJobsRequest$CreationTimeAfter' => '

A filter that returns only processing jobs created after the specified time.

', 'ListProcessingJobsRequest$CreationTimeBefore' => '

A filter that returns only processing jobs created after the specified time.

', 'ListProcessingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only processing jobs modified after the specified time.

', 'ListProcessingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only processing jobs modified before the specified time.

', 'ListProjectsInput$CreationTimeAfter' => '

A filter that returns the projects that were created after a specified time.

', 'ListProjectsInput$CreationTimeBefore' => '

A filter that returns the projects that were created before a specified time.

', 'ListResourceCatalogsRequest$CreationTimeAfter' => '

Use this parameter to search for ResourceCatalogs created after a specific date and time.

', 'ListResourceCatalogsRequest$CreationTimeBefore' => '

Use this parameter to search for ResourceCatalogs created before a specific date and time.

', 'ListStudioLifecycleConfigsRequest$CreationTimeBefore' => '

A filter that returns only Lifecycle Configurations created on or before the specified time.

', 'ListStudioLifecycleConfigsRequest$CreationTimeAfter' => '

A filter that returns only Lifecycle Configurations created on or after the specified time.

', 'ListStudioLifecycleConfigsRequest$ModifiedTimeBefore' => '

A filter that returns only Lifecycle Configurations modified before the specified time.

', 'ListStudioLifecycleConfigsRequest$ModifiedTimeAfter' => '

A filter that returns only Lifecycle Configurations modified after the specified time.

', 'ListTrainingJobsRequest$CreationTimeAfter' => '

A filter that returns only training jobs created after the specified time (timestamp).

', 'ListTrainingJobsRequest$CreationTimeBefore' => '

A filter that returns only training jobs created before the specified time (timestamp).

', 'ListTrainingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only training jobs modified after the specified time (timestamp).

', 'ListTrainingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only training jobs modified before the specified time (timestamp).

', 'ListTransformJobsRequest$CreationTimeAfter' => '

A filter that returns only transform jobs created after the specified time.

', 'ListTransformJobsRequest$CreationTimeBefore' => '

A filter that returns only transform jobs created before the specified time.

', 'ListTransformJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only transform jobs modified after the specified time.

', 'ListTransformJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only transform jobs modified before the specified time.

', 'ListTrialComponentsRequest$CreatedAfter' => '

A filter that returns only components created after the specified time.

', 'ListTrialComponentsRequest$CreatedBefore' => '

A filter that returns only components created before the specified time.

', 'ListTrialsRequest$CreatedAfter' => '

A filter that returns only trials created after the specified time.

', 'ListTrialsRequest$CreatedBefore' => '

A filter that returns only trials created before the specified time.

', 'MetricData$Timestamp' => '

The date and time that the algorithm emitted the metric.

', 'Model$CreationTime' => '

A timestamp that indicates when the model was created.

', 'ModelCard$CreationTime' => '

The date and time that the model card was created.

', 'ModelCard$LastModifiedTime' => '

The date and time that the model card was last modified.

', 'ModelCardExportJobSummary$CreatedAt' => '

The date and time that the model card export job was created.

', 'ModelCardExportJobSummary$LastModifiedAt' => '

The date and time that the model card export job was last modified..

', 'ModelCardSummary$CreationTime' => '

The date and time that the model card was created.

', 'ModelCardSummary$LastModifiedTime' => '

The date and time that the model card was last modified.

', 'ModelCardVersionSummary$CreationTime' => '

The date and time that the model card version was created.

', 'ModelCardVersionSummary$LastModifiedTime' => '

The time date and time that the model card version was last modified.

', 'ModelDashboardEndpoint$CreationTime' => '

A timestamp that indicates when the endpoint was created.

', 'ModelDashboardEndpoint$LastModifiedTime' => '

The last time the endpoint was modified.

', 'ModelDashboardModelCard$CreationTime' => '

A timestamp that indicates when the model card was created.

', 'ModelDashboardModelCard$LastModifiedTime' => '

A timestamp that indicates when the model card was last updated.

', 'ModelDashboardMonitoringSchedule$CreationTime' => '

A timestamp that indicates when the monitoring schedule was created.

', 'ModelDashboardMonitoringSchedule$LastModifiedTime' => '

A timestamp that indicates when the monitoring schedule was last updated.

', 'ModelPackage$LastModifiedTime' => '

The last time the model package was modified.

', 'ModelSummary$CreationTime' => '

A timestamp that indicates when the model was created.

', 'MonitoringAlertHistorySummary$CreationTime' => '

A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert.

', 'MonitoringAlertSummary$CreationTime' => '

A timestamp that indicates when a monitor alert was created.

', 'MonitoringAlertSummary$LastModifiedTime' => '

A timestamp that indicates when a monitor alert was last updated.

', 'MonitoringExecutionSummary$ScheduledTime' => '

The time the monitoring job was scheduled.

', 'MonitoringExecutionSummary$CreationTime' => '

The time at which the monitoring job was created.

', 'MonitoringExecutionSummary$LastModifiedTime' => '

A timestamp that indicates the last time the monitoring job was modified.

', 'MonitoringJobDefinitionSummary$CreationTime' => '

The time that the monitoring job was created.

', 'MonitoringSchedule$CreationTime' => '

The time that the monitoring schedule was created.

', 'MonitoringSchedule$LastModifiedTime' => '

The last time the monitoring schedule was changed.

', 'MonitoringScheduleSummary$CreationTime' => '

The creation time of the monitoring schedule.

', 'MonitoringScheduleSummary$LastModifiedTime' => '

The last time the monitoring schedule was modified.

', 'PendingDeploymentSummary$StartTime' => '

The start time of the deployment.

', 'Pipeline$CreationTime' => '

The creation time of the pipeline.

', 'Pipeline$LastModifiedTime' => '

The time that the pipeline was last modified.

', 'Pipeline$LastRunTime' => '

The time when the pipeline was last run.

', 'PipelineExecution$CreationTime' => '

The creation time of the pipeline execution.

', 'PipelineExecution$LastModifiedTime' => '

The time that the pipeline execution was last modified.

', 'PipelineExecutionStep$StartTime' => '

The time that the step started executing.

', 'PipelineExecutionStep$EndTime' => '

The time that the step stopped executing.

', 'PipelineExecutionSummary$StartTime' => '

The start time of the pipeline execution.

', 'PipelineSummary$CreationTime' => '

The creation time of the pipeline.

', 'PipelineSummary$LastModifiedTime' => '

The time that the pipeline was last modified.

', 'PipelineSummary$LastExecutionTime' => '

The last time that a pipeline execution began.

', 'ProcessingJob$ProcessingEndTime' => '

The time that the processing job ended.

', 'ProcessingJob$ProcessingStartTime' => '

The time that the processing job started.

', 'ProcessingJob$LastModifiedTime' => '

The time the processing job was last modified.

', 'ProcessingJob$CreationTime' => '

The time the processing job was created.

', 'ProcessingJobSummary$CreationTime' => '

The time at which the processing job was created.

', 'ProcessingJobSummary$ProcessingEndTime' => '

The time at which the processing job completed.

', 'ProcessingJobSummary$LastModifiedTime' => '

A timestamp that indicates the last time the processing job was modified.

', 'ProductionVariantStatus$StartTime' => '

The start time of the current status change.

', 'ProfilerRuleEvaluationStatus$LastModifiedTime' => '

Timestamp when the rule evaluation status was last modified.

', 'Project$CreationTime' => '

A timestamp specifying when the project was created.

', 'Project$LastModifiedTime' => '

A timestamp container for when the project was last modified.

', 'ProjectSummary$CreationTime' => '

The time that the project was created.

', 'QueryFilters$CreatedBefore' => '

Filter the lineage entities connected to the StartArn(s) by created date.

', 'QueryFilters$CreatedAfter' => '

Filter the lineage entities connected to the StartArn(s) after the create date.

', 'QueryFilters$ModifiedBefore' => '

Filter the lineage entities connected to the StartArn(s) before the last modified date.

', 'QueryFilters$ModifiedAfter' => '

Filter the lineage entities connected to the StartArn(s) after the last modified date.

', 'ResourceCatalog$CreationTime' => '

The time the ResourceCatalog was created.

', 'SecondaryStatusTransition$StartTime' => '

A timestamp that shows when the training job transitioned to the current secondary status state.

', 'SecondaryStatusTransition$EndTime' => '

A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

', 'StudioLifecycleConfigDetails$CreationTime' => '

The creation time of the Studio Lifecycle Configuration.

', 'StudioLifecycleConfigDetails$LastModifiedTime' => '

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

', 'TrainingJob$CreationTime' => '

A timestamp that indicates when the training job was created.

', 'TrainingJob$TrainingStartTime' => '

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

', 'TrainingJob$TrainingEndTime' => '

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'TrainingJob$LastModifiedTime' => '

A timestamp that indicates when the status of the training job was last modified.

', 'TrainingJobSummary$CreationTime' => '

A timestamp that shows when the training job was created.

', 'TrainingJobSummary$TrainingEndTime' => '

A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

', 'TrainingJobSummary$LastModifiedTime' => '

Timestamp when the training job was last modified.

', 'TransformJob$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'TransformJob$TransformStartTime' => '

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

', 'TransformJob$TransformEndTime' => '

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

', 'TransformJobSummary$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'TransformJobSummary$TransformEndTime' => '

Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

', 'TransformJobSummary$LastModifiedTime' => '

Indicates when the transform job was last modified.

', 'Trial$CreationTime' => '

When the trial was created.

', 'Trial$LastModifiedTime' => '

Who last modified the trial.

', 'TrialComponent$StartTime' => '

When the component started.

', 'TrialComponent$EndTime' => '

When the component ended.

', 'TrialComponent$CreationTime' => '

When the component was created.

', 'TrialComponent$LastModifiedTime' => '

When the component was last modified.

', 'TrialComponentMetricSummary$TimeStamp' => '

When the metric was last updated.

', 'TrialComponentSimpleSummary$CreationTime' => '

When the component was created.

', 'TrialComponentSummary$StartTime' => '

When the component started.

', 'TrialComponentSummary$EndTime' => '

When the component ended.

', 'TrialComponentSummary$CreationTime' => '

When the component was created.

', 'TrialComponentSummary$LastModifiedTime' => '

When the component was last modified.

', 'TrialSummary$CreationTime' => '

When the trial was created.

', 'TrialSummary$LastModifiedTime' => '

When the trial was last modified.

', 'UpdateTrialComponentRequest$StartTime' => '

When the component started.

', 'UpdateTrialComponentRequest$EndTime' => '

When the component ended.

', 'Workforce$LastUpdatedDate' => '

The most recent date that UpdateWorkforce was used to successfully add one or more IP address ranges (CIDRs) to a private workforce\'s allow list.

', 'Workforce$CreateDate' => '

The date that the workforce is created.

', 'Workteam$CreateDate' => '

The date and time that the work team was created (timestamp).

', 'Workteam$LastUpdatedDate' => '

The date and time that the work team was last updated (timestamp).

', ], ], 'TimestampAttributeName' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$TimestampAttributeName' => '

The name of the column indicating a point in time at which the target value of a given item is recorded.

', ], ], 'TrafficDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'Phase$DurationInSeconds' => '

Specifies how long a traffic phase should be. For custom load tests, the value should be between 120 and 3600. This value should not exceed JobDurationInSeconds.

', 'Stairs$DurationInSeconds' => '

Defines how long each traffic step should be.

', ], ], 'TrafficPattern' => [ 'base' => '

Defines the traffic pattern of the load test.

', 'refs' => [ 'RecommendationJobInputConfig$TrafficPattern' => '

Specifies the traffic pattern of the job.

', ], ], 'TrafficRoutingConfig' => [ 'base' => '

Defines the traffic routing strategy during an endpoint deployment to shift traffic from the old fleet to the new fleet.

', 'refs' => [ 'BlueGreenUpdatePolicy$TrafficRoutingConfiguration' => '

Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.

', ], ], 'TrafficRoutingConfigType' => [ 'base' => NULL, 'refs' => [ 'TrafficRoutingConfig$Type' => '

Traffic routing strategy type.

  • ALL_AT_ONCE: Endpoint traffic shifts to the new fleet in a single step.

  • CANARY: Endpoint traffic shifts to the new fleet in two steps. The first step is the canary, which is a small portion of the traffic. The second step is the remainder of the traffic.

  • LINEAR: Endpoint traffic shifts to the new fleet in n steps of a configurable size.

', ], ], 'TrafficType' => [ 'base' => NULL, 'refs' => [ 'TrafficPattern$TrafficType' => '

Defines the traffic patterns. Choose either PHASES or STAIRS.

', ], ], 'TrainingContainerArgument' => [ 'base' => NULL, 'refs' => [ 'TrainingContainerArguments$member' => NULL, ], ], 'TrainingContainerArguments' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$ContainerArguments' => '

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

', ], ], 'TrainingContainerEntrypoint' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$ContainerEntrypoint' => '

The entrypoint script for a Docker container used to run a training job. This script takes precedence over the default train processing instructions. See How Amazon SageMaker Runs Your Training Image for more information.

', ], ], 'TrainingContainerEntrypointString' => [ 'base' => NULL, 'refs' => [ 'TrainingContainerEntrypoint$member' => NULL, ], ], 'TrainingEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'TrainingEnvironmentMap$key' => NULL, ], ], 'TrainingEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$Environment' => '

The environment variables to set in the Docker container.

', 'DescribeTrainingJobResponse$Environment' => '

The environment variables to set in the Docker container.

', 'TrainingJob$Environment' => '

The environment variables to set in the Docker container.

', ], ], 'TrainingEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'TrainingEnvironmentMap$value' => NULL, ], ], 'TrainingImageConfig' => [ 'base' => '

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

', 'refs' => [ 'AlgorithmSpecification$TrainingImageConfig' => '

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

', ], ], 'TrainingInputMode' => [ 'base' => '

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

Pipe mode

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

File mode

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

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

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

FastFile mode

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

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

', 'refs' => [ 'AlgorithmSpecification$TrainingInputMode' => NULL, 'Channel$InputMode' => '

(Optional) The input mode to use for the data channel in a training job. If you don\'t set a value for InputMode, SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job\'s general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

To use a model for incremental training, choose File input model.

', 'HyperParameterAlgorithmSpecification$TrainingInputMode' => NULL, 'InputModes$member' => NULL, 'TrainingJobDefinition$TrainingInputMode' => NULL, ], ], 'TrainingInstanceCount' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$InstanceCount' => '

The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See Step 2: Launch a SageMaker Distributed Training Job Using the SageMaker Python SDK for more information.

', 'HyperParameterTuningResourceConfig$InstanceCount' => '

The number of compute instances of type InstanceType to use. For distributed training, select a value greater than 1.

', 'InstanceGroup$InstanceCount' => '

Specifies the number of instances of the instance group.

', 'ResourceConfig$InstanceCount' => '

The number of ML compute instances to use. For distributed training, provide a value greater than 1.

', ], ], 'TrainingInstanceType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$InstanceType' => '

The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.

', 'HyperParameterTuningResourceConfig$InstanceType' => '

The instance type used to run hyperparameter optimization tuning jobs. See descriptions of instance types for more information.

', 'InstanceGroup$InstanceType' => '

Specifies the instance type of the instance group.

', 'ResourceConfig$InstanceType' => '

The ML compute instance type.

SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022.

Amazon EC2 P4de instances (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge) to reduce model training time. The ml.p4de.24xlarge instances are available in the following Amazon Web Services Regions.

  • US East (N. Virginia) (us-east-1)

  • US West (Oregon) (us-west-2)

To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.

', 'TrainingInstanceTypes$member' => NULL, ], ], 'TrainingInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedTrainingInstanceTypes' => '

A list of the instance types that this algorithm can use for training.

', ], ], 'TrainingJob' => [ 'base' => '

Contains information about a training job.

', 'refs' => [ 'SearchRecord$TrainingJob' => '

The properties of a training job.

', 'TrialComponentSourceDetail$TrainingJob' => '

Information about a training job that\'s the source of a trial component.

', ], ], 'TrainingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'DescribeProcessingJobResponse$TrainingJobArn' => '

The ARN of a training job associated with this processing job.

', 'DescribeTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'HyperParameterTrainingJobSummary$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'ProcessingJob$TrainingJobArn' => '

The ARN of the training job associated with this processing job.

', 'TrainingJob$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'TrainingJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

', 'TrainingJobSummary$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'UpdateTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', ], ], 'TrainingJobDefinition' => [ 'base' => '

Defines the input needed to run a training job using the algorithm.

', 'refs' => [ 'AlgorithmValidationProfile$TrainingJobDefinition' => '

The TrainingJobDefinition object that describes the training job that SageMaker runs to validate your algorithm.

', ], ], 'TrainingJobEarlyStoppingType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobConfig$TrainingJobEarlyStoppingType' => '

Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. Because the Hyperband strategy has its own advanced internal early stopping mechanism, TrainingJobEarlyStoppingType must be OFF to use Hyperband. This parameter can take on one of the following values (the default value is OFF):

OFF

Training jobs launched by the hyperparameter tuning job do not use early stopping.

AUTO

SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

', ], ], 'TrainingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$TrainingJobName' => '

The name of the training job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeTrainingJobRequest$TrainingJobName' => '

The name of the training job.

', 'DescribeTrainingJobResponse$TrainingJobName' => '

Name of the model training job.

', 'HyperParameterTrainingJobSummary$TrainingJobName' => '

The name of the training job.

', 'StopTrainingJobRequest$TrainingJobName' => '

The name of the training job to stop.

', 'TrainingJob$TrainingJobName' => '

The name of the training job.

', 'TrainingJobSummary$TrainingJobName' => '

The name of the training job that you want a summary for.

', 'UpdateTrainingJobRequest$TrainingJobName' => '

The name of a training job to update the Debugger profiling configuration.

', 'WarmPoolStatus$ReusedByJob' => '

The name of the matching training job that reused the warm pool.

', ], ], 'TrainingJobSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsForHyperParameterTuningJobRequest$SortBy' => '

The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

', ], ], 'TrainingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$TrainingJobStatus' => '

The status of the training job.

SageMaker provides the following training job statuses:

  • InProgress - The training is in progress.

  • Completed - The training job has completed.

  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.

  • Stopping - The training job is stopping.

  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

', 'HyperParameterTrainingJobSummary$TrainingJobStatus' => '

The status of the training job.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$StatusEquals' => '

A filter that returns only training jobs with the specified status.

', 'ListTrainingJobsRequest$StatusEquals' => '

A filter that retrieves only training jobs with a specific status.

', 'TrainingJob$TrainingJobStatus' => '

The status of the training job.

Training job statuses are:

  • InProgress - The training is in progress.

  • Completed - The training job has completed.

  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.

  • Stopping - The training job is stopping.

  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

', 'TrainingJobSummary$TrainingJobStatus' => '

The status of the training job.

', ], ], 'TrainingJobStatusCounter' => [ 'base' => NULL, 'refs' => [ 'TrainingJobStatusCounters$Completed' => '

The number of completed training jobs launched by the hyperparameter tuning job.

', 'TrainingJobStatusCounters$InProgress' => '

The number of in-progress training jobs launched by a hyperparameter tuning job.

', 'TrainingJobStatusCounters$RetryableError' => '

The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

', 'TrainingJobStatusCounters$NonRetryableError' => '

The number of training jobs that failed and can\'t be retried. A failed training job can\'t be retried if it failed because a client error occurred.

', 'TrainingJobStatusCounters$Stopped' => '

The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

', ], ], 'TrainingJobStatusCounters' => [ 'base' => '

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$TrainingJobStatusCounters' => '

The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.

', 'HyperParameterTuningJobSearchEntity$TrainingJobStatusCounters' => NULL, 'HyperParameterTuningJobSummary$TrainingJobStatusCounters' => '

The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

', ], ], 'TrainingJobStepMetadata' => [ 'base' => '

Metadata for a training job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TrainingJob' => '

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

', ], ], 'TrainingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsResponse$TrainingJobSummaries' => '

An array of TrainingJobSummary objects, each listing a training job.

', ], ], 'TrainingJobSummary' => [ 'base' => '

Provides summary information about a training job.

', 'refs' => [ 'TrainingJobSummaries$member' => NULL, ], ], 'TrainingRepositoryAccessMode' => [ 'base' => NULL, 'refs' => [ 'TrainingImageConfig$TrainingRepositoryAccessMode' => '

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

', ], ], 'TrainingRepositoryAuthConfig' => [ 'base' => '

An object containing authentication information for a private Docker registry.

', 'refs' => [ 'TrainingImageConfig$TrainingRepositoryAuthConfig' => '

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

', ], ], 'TrainingRepositoryCredentialsProviderArn' => [ 'base' => NULL, 'refs' => [ 'TrainingRepositoryAuthConfig$TrainingRepositoryCredentialsProviderArn' => '

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

', ], ], 'TrainingSpecification' => [ 'base' => '

Defines how the algorithm is used for a training job.

', 'refs' => [ 'CreateAlgorithmInput$TrainingSpecification' => '

Specifies details about training jobs run by this algorithm, including the following:

  • The Amazon ECR path of the container and the version digest of the algorithm.

  • The hyperparameters that the algorithm supports.

  • The instance types that the algorithm supports for training.

  • Whether the algorithm supports distributed training.

  • The metrics that the algorithm emits to Amazon CloudWatch.

  • Which metrics that the algorithm emits can be used as the objective metric for hyperparameter tuning jobs.

  • The input channels that the algorithm supports for training data. For example, an algorithm might support train, validation, and test channels.

', 'DescribeAlgorithmOutput$TrainingSpecification' => '

Details about training jobs run by this algorithm.

', ], ], 'TrainingTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$TrainingTimeInSeconds' => '

The training time in seconds.

', 'TrainingJob$TrainingTimeInSeconds' => '

The training time in seconds.

', ], ], 'TransformDataSource' => [ 'base' => '

Describes the location of the channel data.

', 'refs' => [ 'TransformInput$DataSource' => '

Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

', ], ], 'TransformEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'TransformEnvironmentMap$key' => NULL, ], ], 'TransformEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'DescribeTransformJobResponse$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'TransformJob$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'TransformJobDefinition$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', ], ], 'TransformEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'TransformEnvironmentMap$value' => NULL, ], ], 'TransformInput' => [ 'base' => '

Describes the input source of a transform job and the way the transform job consumes it.

', 'refs' => [ 'CreateTransformJobRequest$TransformInput' => '

Describes the input source and the way the transform job consumes it.

', 'DescribeTransformJobResponse$TransformInput' => '

Describes the dataset to be transformed and the Amazon S3 location where it is stored.

', 'TransformJob$TransformInput' => NULL, 'TransformJobDefinition$TransformInput' => '

A description of the input source and the way the transform job consumes it.

', ], ], 'TransformInstanceCount' => [ 'base' => NULL, 'refs' => [ 'TransformResources$InstanceCount' => '

The number of ML compute instances to use in the transform job. The default value is 1, and the maximum is 100. For distributed transform jobs, specify a value greater than 1.

', ], ], 'TransformInstanceType' => [ 'base' => NULL, 'refs' => [ 'TransformInstanceTypes$member' => NULL, 'TransformResources$InstanceType' => '

The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

', ], ], 'TransformInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedTransformInstanceTypes' => '

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

', 'InferenceSpecification$SupportedTransformInstanceTypes' => '

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

This parameter is required for unversioned models, and optional for versioned models.

', ], ], 'TransformJob' => [ 'base' => '

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.

', 'refs' => [ 'ModelDashboardModel$LastBatchTransformJob' => NULL, 'TrialComponentSourceDetail$TransformJob' => '

Information about a transform job that\'s the source of a trial component.

', ], ], 'TransformJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobResponse$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'DescribeTransformJobResponse$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'TransformJob$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'TransformJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

', 'TransformJobSummary$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', ], ], 'TransformJobDefinition' => [ 'base' => '

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

', 'refs' => [ 'AlgorithmValidationProfile$TransformJobDefinition' => '

The TransformJobDefinition object that describes the transform job that SageMaker runs to validate your algorithm.

', 'ModelPackageValidationProfile$TransformJobDefinition' => '

The TransformJobDefinition object that describes the transform job used for the validation of the model package.

', ], ], 'TransformJobName' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$TransformJobName' => '

The name of the transform job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeTransformJobRequest$TransformJobName' => '

The name of the transform job that you want to view details of.

', 'DescribeTransformJobResponse$TransformJobName' => '

The name of the transform job.

', 'StopTransformJobRequest$TransformJobName' => '

The name of the batch transform job to stop.

', 'TransformJob$TransformJobName' => '

The name of the transform job.

', 'TransformJobSummary$TransformJobName' => '

The name of the transform job.

', ], ], 'TransformJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTransformJobResponse$TransformJobStatus' => '

The status of the transform job. If the transform job failed, the reason is returned in the FailureReason field.

', 'ListTransformJobsRequest$StatusEquals' => '

A filter that retrieves only transform jobs with a specific status.

', 'TransformJob$TransformJobStatus' => '

The status of the transform job.

Transform job statuses are:

  • InProgress - The job is in progress.

  • Completed - The job has completed.

  • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.

  • Stopping - The transform job is stopping.

  • Stopped - The transform job has stopped.

', 'TransformJobSummary$TransformJobStatus' => '

The status of the transform job.

', ], ], 'TransformJobStepMetadata' => [ 'base' => '

Metadata for a transform job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TransformJob' => '

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

', ], ], 'TransformJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTransformJobsResponse$TransformJobSummaries' => '

An array of TransformJobSummary objects.

', ], ], 'TransformJobSummary' => [ 'base' => '

Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs call.

', 'refs' => [ 'TransformJobSummaries$member' => NULL, ], ], 'TransformOutput' => [ 'base' => '

Describes the results of a transform job.

', 'refs' => [ 'CreateTransformJobRequest$TransformOutput' => '

Describes the results of the transform job.

', 'DescribeTransformJobResponse$TransformOutput' => '

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

', 'TransformJob$TransformOutput' => NULL, 'TransformJobDefinition$TransformOutput' => '

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

', ], ], 'TransformResources' => [ 'base' => '

Describes the resources, including ML instance types and ML instance count, to use for transform job.

', 'refs' => [ 'CreateTransformJobRequest$TransformResources' => '

Describes the resources, including ML instance types and ML instance count, to use for the transform job.

', 'DescribeTransformJobResponse$TransformResources' => '

Describes the resources, including ML instance types and ML instance count, to use for the transform job.

', 'TransformJob$TransformResources' => NULL, 'TransformJobDefinition$TransformResources' => '

Identifies the ML compute instances for the transform job.

', ], ], 'TransformS3DataSource' => [ 'base' => '

Describes the S3 data source.

', 'refs' => [ 'TransformDataSource$S3DataSource' => '

The S3 location of the data source that is associated with a channel.

', ], ], 'TransformationAttributeName' => [ 'base' => NULL, 'refs' => [ 'AggregationTransformations$key' => NULL, 'FillingTransformations$key' => NULL, ], ], 'Trial' => [ 'base' => '

The properties of a trial as returned by the Search API.

', 'refs' => [ 'SearchRecord$Trial' => '

The properties of a trial.

', ], ], 'TrialArn' => [ 'base' => NULL, 'refs' => [ 'AssociateTrialComponentResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'CreateTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'DeleteTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial that is being deleted.

', 'DescribeTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'DisassociateTrialComponentResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'Trial$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'TrialSummary$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'UpdateTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', ], ], 'TrialComponent' => [ 'base' => '

The properties of a trial component as returned by the Search API.

', 'refs' => [ 'SearchRecord$TrialComponent' => '

The properties of a trial component.

', ], ], 'TrialComponentArn' => [ 'base' => NULL, 'refs' => [ 'AssociateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'CreateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'DeleteTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the component is being deleted.

', 'DescribeTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'DisassociateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponent$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponentSimpleSummary$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponentSummary$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'UpdateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', ], ], 'TrialComponentArtifact' => [ 'base' => '

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

', 'refs' => [ 'TrialComponentArtifacts$value' => NULL, ], ], 'TrialComponentArtifactValue' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifact$Value' => '

The location of the artifact.

', ], ], 'TrialComponentArtifacts' => [ 'base' => NULL, 'refs' => [ 'CreateTrialComponentRequest$InputArtifacts' => '

The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.

', 'CreateTrialComponentRequest$OutputArtifacts' => '

The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.

', 'DescribeTrialComponentResponse$InputArtifacts' => '

The input artifacts of the component.

', 'DescribeTrialComponentResponse$OutputArtifacts' => '

The output artifacts of the component.

', 'TrialComponent$InputArtifacts' => '

The input artifacts of the component.

', 'TrialComponent$OutputArtifacts' => '

The output artifacts of the component.

', 'UpdateTrialComponentRequest$InputArtifacts' => '

Replaces all of the component\'s input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.

', 'UpdateTrialComponentRequest$OutputArtifacts' => '

Replaces all of the component\'s output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.

', ], ], 'TrialComponentKey256' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentKey256$member' => NULL, 'TrialComponentParameters$key' => NULL, ], ], 'TrialComponentKey64' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifacts$key' => NULL, ], ], 'TrialComponentMetricSummaries' => [ 'base' => NULL, 'refs' => [ 'DescribeTrialComponentResponse$Metrics' => '

The metrics for the component.

', 'TrialComponent$Metrics' => '

The metrics for the component.

', ], ], 'TrialComponentMetricSummary' => [ 'base' => '

A summary of the metrics of a trial component.

', 'refs' => [ 'TrialComponentMetricSummaries$member' => NULL, ], ], 'TrialComponentParameterValue' => [ 'base' => '

The value of a hyperparameter. Only one of NumberValue or StringValue can be specified.

This object is specified in the CreateTrialComponent request.

', 'refs' => [ 'TrialComponentParameters$value' => NULL, ], ], 'TrialComponentParameters' => [ 'base' => NULL, 'refs' => [ 'CreateTrialComponentRequest$Parameters' => '

The hyperparameters for the component.

', 'DescribeTrialComponentResponse$Parameters' => '

The hyperparameters of the component.

', 'TrialComponent$Parameters' => '

The hyperparameters of the component.

', 'UpdateTrialComponentRequest$Parameters' => '

Replaces all of the component\'s hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.

', ], ], 'TrialComponentPrimaryStatus' => [ 'base' => NULL, 'refs' => [ 'TrialComponentStatus$PrimaryStatus' => '

The status of the trial component.

', ], ], 'TrialComponentSimpleSummaries' => [ 'base' => NULL, 'refs' => [ 'Trial$TrialComponentSummaries' => '

A list of the components associated with the trial. For each component, a summary of the component\'s properties is included.

', ], ], 'TrialComponentSimpleSummary' => [ 'base' => '

A short summary of a trial component.

', 'refs' => [ 'TrialComponentSimpleSummaries$member' => NULL, ], ], 'TrialComponentSource' => [ 'base' => '

The Amazon Resource Name (ARN) and job type of the source of a trial component.

', 'refs' => [ 'DescribeTrialComponentResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

', 'TrialComponent$Source' => '

The Amazon Resource Name (ARN) and job type of the source of the component.

', 'TrialComponentSimpleSummary$TrialComponentSource' => NULL, 'TrialComponentSources$member' => NULL, 'TrialComponentSummary$TrialComponentSource' => NULL, ], ], 'TrialComponentSourceArn' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', 'TrialComponentSource$SourceArn' => '

The source Amazon Resource Name (ARN).

', 'TrialComponentSourceDetail$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'TrialComponentSourceDetail' => [ 'base' => '

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

', 'refs' => [ 'TrialComponent$SourceDetail' => '

Details of the source of the component.

', ], ], 'TrialComponentSources' => [ 'base' => NULL, 'refs' => [ 'DescribeTrialComponentResponse$Sources' => '

A list of ARNs and, if applicable, job types for multiple sources of an experiment run.

', ], ], 'TrialComponentStatus' => [ 'base' => '

The status of the trial component.

', 'refs' => [ 'CreateTrialComponentRequest$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'DescribeTrialComponentResponse$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'TrialComponent$Status' => NULL, 'TrialComponentSummary$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'UpdateTrialComponentRequest$Status' => '

The new status of the component.

', ], ], 'TrialComponentStatusMessage' => [ 'base' => NULL, 'refs' => [ 'TrialComponentStatus$Message' => '

If the component failed, a message describing why.

', ], ], 'TrialComponentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentsResponse$TrialComponentSummaries' => '

A list of the summaries of your trial components.

', ], ], 'TrialComponentSummary' => [ 'base' => '

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

', 'refs' => [ 'TrialComponentSummaries$member' => NULL, ], ], 'TrialSource' => [ 'base' => '

The source of the trial.

', 'refs' => [ 'DescribeTrialResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

', 'Trial$Source' => NULL, 'TrialSummary$TrialSource' => NULL, ], ], 'TrialSourceArn' => [ 'base' => NULL, 'refs' => [ 'TrialSource$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'TrialSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrialsResponse$TrialSummaries' => '

A list of the summaries of your trials.

', ], ], 'TrialSummary' => [ 'base' => '

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

', 'refs' => [ 'TrialSummaries$member' => NULL, ], ], 'TtlDuration' => [ 'base' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', 'refs' => [ 'OnlineStoreConfig$TtlDuration' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', 'OnlineStoreConfigUpdate$TtlDuration' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', ], ], 'TtlDurationUnit' => [ 'base' => NULL, 'refs' => [ 'TtlDuration$Unit' => '

TtlDuration time unit.

', ], ], 'TtlDurationValue' => [ 'base' => NULL, 'refs' => [ 'TtlDuration$Value' => '

TtlDuration time value.

', ], ], 'TuningJobCompletionCriteria' => [ 'base' => '

The job completion criteria.

', 'refs' => [ 'HyperParameterTuningJobConfig$TuningJobCompletionCriteria' => '

The tuning job\'s completion criteria.

', ], ], 'TuningJobStepMetaData' => [ 'base' => '

Metadata for a tuning step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TuningJob' => '

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

', ], ], 'USD' => [ 'base' => '

Represents an amount of money in United States dollars.

', 'refs' => [ 'PublicWorkforceTaskPrice$AmountInUsd' => '

Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

', ], ], 'UiConfig' => [ 'base' => '

Provided configuration information for the worker UI for a labeling job. Provide either HumanTaskUiArn or UiTemplateS3Uri.

For named entity recognition, 3D point cloud and video frame labeling jobs, use HumanTaskUiArn.

For all other Ground Truth built-in task types and custom task types, use UiTemplateS3Uri to specify the location of a worker task template in Amazon S3.

', 'refs' => [ 'HumanTaskConfig$UiConfig' => '

Information about the user interface that workers use to complete the labeling task.

', ], ], 'UiTemplate' => [ 'base' => '

The Liquid template for the worker user interface.

', 'refs' => [ 'CreateHumanTaskUiRequest$UiTemplate' => NULL, 'RenderUiTemplateRequest$UiTemplate' => '

A Template object containing the worker UI template to render.

', ], ], 'UiTemplateInfo' => [ 'base' => '

Container for user interface template information.

', 'refs' => [ 'DescribeHumanTaskUiResponse$UiTemplate' => NULL, ], ], 'UpdateActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointWeightsAndCapacitiesInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointWeightsAndCapacitiesOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringAlertRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringAlertResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$ModelDataUrl' => '

The location of the model artifacts. For more information, see ContainerDefinition.

', 'ClarifyShapBaselineConfig$ShapBaselineUri' => '

The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored. The format of the SHAP baseline file should be the same format as the format of the training dataset. For example, if the training dataset is in CSV format, and each record in the training dataset has four features, and all features are numerical, then the baseline file should also have this same format. Each record should contain only the features. If you are using a virtual private cloud (VPC), the ShapBaselineUri should be accessible to the VPC. For more information about setting up endpoints with Amazon Virtual Private Cloud, see Give SageMaker access to Resources in your Amazon Virtual Private Cloud.

', 'ContainerDefinition$ModelDataUrl' => '

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

If you use a built-in algorithm to create a model, SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

', 'ModelPackageContainerDefinition$ModelDataUrl' => '

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the model package.

', 'SourceAlgorithm$ModelDataUrl' => '

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same Amazon Web Services region as the algorithm.

', ], ], 'UserContext' => [ 'base' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

', 'refs' => [ 'AssociationSummary$CreatedBy' => NULL, 'DescribeActionResponse$CreatedBy' => NULL, 'DescribeActionResponse$LastModifiedBy' => NULL, 'DescribeArtifactResponse$CreatedBy' => NULL, 'DescribeArtifactResponse$LastModifiedBy' => NULL, 'DescribeContextResponse$CreatedBy' => NULL, 'DescribeContextResponse$LastModifiedBy' => NULL, 'DescribeExperimentResponse$CreatedBy' => '

Who created the experiment.

', 'DescribeExperimentResponse$LastModifiedBy' => '

Who last modified the experiment.

', 'DescribeLineageGroupResponse$CreatedBy' => NULL, 'DescribeLineageGroupResponse$LastModifiedBy' => NULL, 'DescribeModelCardResponse$CreatedBy' => NULL, 'DescribeModelCardResponse$LastModifiedBy' => NULL, 'DescribeModelPackageGroupOutput$CreatedBy' => NULL, 'DescribeModelPackageOutput$CreatedBy' => NULL, 'DescribeModelPackageOutput$LastModifiedBy' => NULL, 'DescribePipelineExecutionResponse$CreatedBy' => NULL, 'DescribePipelineExecutionResponse$LastModifiedBy' => NULL, 'DescribePipelineResponse$CreatedBy' => NULL, 'DescribePipelineResponse$LastModifiedBy' => NULL, 'DescribeProjectOutput$CreatedBy' => NULL, 'DescribeProjectOutput$LastModifiedBy' => NULL, 'DescribeTrialComponentResponse$CreatedBy' => '

Who created the trial component.

', 'DescribeTrialComponentResponse$LastModifiedBy' => '

Who last modified the component.

', 'DescribeTrialResponse$CreatedBy' => '

Who created the trial.

', 'DescribeTrialResponse$LastModifiedBy' => '

Who last modified the trial.

', 'Experiment$CreatedBy' => '

Who created the experiment.

', 'Experiment$LastModifiedBy' => NULL, 'ModelCard$CreatedBy' => NULL, 'ModelCard$LastModifiedBy' => NULL, 'ModelDashboardModelCard$CreatedBy' => NULL, 'ModelDashboardModelCard$LastModifiedBy' => NULL, 'ModelPackage$CreatedBy' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

', 'ModelPackage$LastModifiedBy' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

', 'ModelPackageGroup$CreatedBy' => NULL, 'Pipeline$CreatedBy' => NULL, 'Pipeline$LastModifiedBy' => NULL, 'PipelineExecution$CreatedBy' => NULL, 'PipelineExecution$LastModifiedBy' => NULL, 'Project$CreatedBy' => '

Who created the project.

', 'Project$LastModifiedBy' => NULL, 'Trial$CreatedBy' => '

Who created the trial.

', 'Trial$LastModifiedBy' => NULL, 'TrialComponent$CreatedBy' => '

Who created the trial component.

', 'TrialComponent$LastModifiedBy' => NULL, 'TrialComponentSimpleSummary$CreatedBy' => NULL, 'TrialComponentSummary$CreatedBy' => '

Who created the trial component.

', 'TrialComponentSummary$LastModifiedBy' => '

Who last modified the component.

', ], ], 'UserProfileArn' => [ 'base' => NULL, 'refs' => [ 'CreateUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', 'DescribeUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', 'UpdateUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', ], ], 'UserProfileDetails' => [ 'base' => '

The user profile details.

', 'refs' => [ 'UserProfileList$member' => NULL, ], ], 'UserProfileList' => [ 'base' => NULL, 'refs' => [ 'ListUserProfilesResponse$UserProfiles' => '

The list of user profiles.

', ], ], 'UserProfileName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$UserProfileName' => '

The user profile name.

', 'CreateAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'CreatePresignedDomainUrlRequest$UserProfileName' => '

The name of the UserProfile to sign-in as.

', 'CreateUserProfileRequest$UserProfileName' => '

A name for the UserProfile. This value is not case sensitive.

', 'DeleteAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'DeleteUserProfileRequest$UserProfileName' => '

The user profile name.

', 'DescribeAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'DescribeAppResponse$UserProfileName' => '

The user profile name.

', 'DescribeUserProfileRequest$UserProfileName' => '

The user profile name. This value is not case sensitive.

', 'DescribeUserProfileResponse$UserProfileName' => '

The user profile name.

', 'ListAppsRequest$UserProfileNameEquals' => '

A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.

', 'ListUserProfilesRequest$UserProfileNameContains' => '

A parameter by which to filter the results.

', 'UpdateUserProfileRequest$UserProfileName' => '

The user profile name.

', 'UserProfileDetails$UserProfileName' => '

The user profile name.

', ], ], 'UserProfileSortKey' => [ 'base' => NULL, 'refs' => [ 'ListUserProfilesRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'UserProfileStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeUserProfileResponse$Status' => '

The status.

', 'UserProfileDetails$Status' => '

The status.

', ], ], 'UserSettings' => [ 'base' => '

A collection of settings that apply to users of Amazon SageMaker Studio. 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.

', 'refs' => [ 'CreateDomainRequest$DefaultUserSettings' => '

The default settings to use to create a user profile when UserSettings isn\'t specified in the call to the CreateUserProfile API.

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.

', 'CreateUserProfileRequest$UserSettings' => '

A collection of settings.

', 'DescribeDomainResponse$DefaultUserSettings' => '

Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile.

', 'DescribeUserProfileResponse$UserSettings' => '

A collection of settings.

', 'UpdateDomainRequest$DefaultUserSettings' => '

A collection of settings.

', 'UpdateUserProfileRequest$UserSettings' => '

A collection of settings.

', ], ], 'UsersPerStep' => [ 'base' => NULL, 'refs' => [ 'Stairs$UsersPerStep' => '

Specifies how many new users to spawn in each step.

', ], ], 'UtilizationMetric' => [ 'base' => NULL, 'refs' => [ 'RecommendationMetrics$CpuUtilization' => '

The expected CPU utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

', 'RecommendationMetrics$MemoryUtilization' => '

The expected memory utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

', ], ], 'UtilizationPercentagePerCore' => [ 'base' => NULL, 'refs' => [ 'GetScalingConfigurationRecommendationRequest$TargetCpuUtilizationPerCore' => '

The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.

', 'GetScalingConfigurationRecommendationResponse$TargetCpuUtilizationPerCore' => '

The percentage of how much utilization you want an instance to use before autoscaling, which you specified in the request. The default value is 50%.

', ], ], 'ValidationFraction' => [ 'base' => NULL, 'refs' => [ 'AutoMLDataSplitConfig$ValidationFraction' => '

The validation fraction (optional) is a float that specifies the portion of the training dataset to be used for validation. The default value is 0.2, and values must be greater than 0 and less than 1. We recommend setting this value to be less than 0.5.

', ], ], 'VariantName' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$VariantName' => '

The name of the variant to update.

', 'PendingProductionVariantSummary$VariantName' => '

The name of the variant.

', 'ProductionVariant$VariantName' => '

The name of the production variant.

', 'ProductionVariantSummary$VariantName' => '

The name of the variant.

', ], ], 'VariantProperty' => [ 'base' => '

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the RetainAllVariantProperties option of UpdateEndpointInput set to true, the VariantProperty objects listed in the ExcludeRetainedVariantProperties parameter of UpdateEndpointInput override the existing variant properties of the endpoint.

', 'refs' => [ 'VariantPropertyList$member' => NULL, ], ], 'VariantPropertyList' => [ 'base' => NULL, 'refs' => [ 'UpdateEndpointInput$ExcludeRetainedVariantProperties' => '

When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don\'t specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

', ], ], 'VariantPropertyType' => [ 'base' => NULL, 'refs' => [ 'VariantProperty$VariantPropertyType' => '

The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.

  • DesiredWeight: Overrides the existing variant weights using the InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.

  • DataCaptureConfig: (Not currently supported.)

', ], ], 'VariantStatus' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantStatus$Status' => '

The endpoint variant status which describes the current deployment stage status or operational status.

  • Creating: Creating inference resources for the production variant.

  • Deleting: Terminating inference resources for the production variant.

  • Updating: Updating capacity for the production variant.

  • ActivatingTraffic: Turning on traffic for the production variant.

  • Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.

', ], ], 'VariantStatusMessage' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantStatus$StatusMessage' => '

A message that describes the status of the production variant.

', ], ], 'VariantWeight' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$DesiredWeight' => '

The variant\'s weight.

', 'PendingProductionVariantSummary$CurrentWeight' => '

The weight associated with the variant.

', 'PendingProductionVariantSummary$DesiredWeight' => '

The requested weight for the variant in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

', 'ProductionVariant$InitialVariantWeight' => '

Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the VariantWeight to the sum of all VariantWeight values across all ProductionVariants. If unspecified, it defaults to 1.0.

', 'ProductionVariantSummary$CurrentWeight' => '

The weight associated with the variant.

', 'ProductionVariantSummary$DesiredWeight' => '

The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

', ], ], 'VendorGuidance' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$VendorGuidance' => '

The stability of the image version, specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', 'DescribeImageVersionResponse$VendorGuidance' => '

The stability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', 'UpdateImageVersionRequest$VendorGuidance' => '

The availability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$VersionId' => '

Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

', ], ], 'VersionedArnOrName' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to use to create the model.

', 'DeleteModelPackageInput$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to delete.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'DescribeModelPackageInput$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to describe.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', ], ], 'Vertex' => [ 'base' => '

A lineage entity connected to the starting entity(ies).

', 'refs' => [ 'Vertices$member' => NULL, ], ], 'Vertices' => [ 'base' => NULL, 'refs' => [ 'QueryLineageResponse$Vertices' => '

A list of vertices connected to the start entity(ies) in the lineage graph.

', ], ], 'VolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$VolumeSizeInGB' => '

The volume size in GB of the data to be processed for hyperparameter optimization (optional).

', 'ResourceConfig$VolumeSizeInGB' => '

The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

When using an ML instance with NVMe SSD volumes, SageMaker doesn\'t provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance\'s storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include ml.p4d, ml.g4dn, and ml.g5.

When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through VolumeSizeInGB in the ResourceConfig API. For example, ML instance families that use EBS volumes include ml.c5 and ml.p2.

To look up instance types and their instance storage types and volumes, see Amazon EC2 Instance Types.

To find the default local paths defined by the SageMaker training platform, see Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs.

', ], ], 'VpcConfig' => [ 'base' => '

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'refs' => [ 'AutoMLSecurityConfig$VpcConfig' => '

The VPC configuration.

', 'CreateModelInput$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. VpcConfig is used in hosting services and in batch transform. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud.

', 'CreateTrainingJobRequest$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your training job to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'DescribeModelOutput$VpcConfig' => '

A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

', 'DescribeTrainingJobResponse$VpcConfig' => '

A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'HyperParameterTrainingJobDefinition$VpcConfig' => '

The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'LabelingJobResourceConfig$VpcConfig' => NULL, 'Model$VpcConfig' => NULL, 'MonitoringNetworkConfig$VpcConfig' => NULL, 'NetworkConfig$VpcConfig' => NULL, 'TrainingJob$VpcConfig' => '

A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$VpcId' => '

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

', 'DescribeDomainResponse$VpcId' => '

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

', ], ], 'VpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'WaitIntervalInSeconds' => [ 'base' => NULL, 'refs' => [ 'RollingUpdatePolicy$WaitIntervalInSeconds' => '

The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.

', 'TrafficRoutingConfig$WaitIntervalInSeconds' => '

The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet.

', ], ], 'WarmPoolResourceStatus' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsRequest$WarmPoolStatusEquals' => '

A filter that retrieves only training jobs with a specific warm pool status.

', 'WarmPoolStatus$Status' => '

The status of the warm pool.

  • InUse: The warm pool is in use for the training job.

  • Available: The warm pool is available to reuse for a matching training job.

  • Reused: The warm pool moved to a matching training job for reuse.

  • Terminated: The warm pool is no longer available. Warm pools are unavailable if they are terminated by a user, terminated for a patch update, or terminated for exceeding the specified KeepAlivePeriodInSeconds.

', ], ], 'WarmPoolStatus' => [ 'base' => '

Status and billing information about the warm pool.

', 'refs' => [ 'DescribeTrainingJobResponse$WarmPoolStatus' => '

The status of the warm pool associated with the training job.

', 'TrainingJobSummary$WarmPoolStatus' => '

The status of the warm pool associated with the training job.

', ], ], 'Workforce' => [ 'base' => '

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'refs' => [ 'DescribeWorkforceResponse$Workforce' => '

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'UpdateWorkforceResponse$Workforce' => '

A single private workforce. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'Workforces$member' => NULL, ], ], 'WorkforceArn' => [ 'base' => NULL, 'refs' => [ 'CreateWorkforceResponse$WorkforceArn' => '

The Amazon Resource Name (ARN) of the workforce.

', 'Workforce$WorkforceArn' => '

The Amazon Resource Name (ARN) of the private workforce.

', 'Workteam$WorkforceArn' => '

The Amazon Resource Name (ARN) of the workforce.

', ], ], 'WorkforceFailureReason' => [ 'base' => NULL, 'refs' => [ 'Workforce$FailureReason' => '

The reason your workforce failed.

', ], ], 'WorkforceName' => [ 'base' => NULL, 'refs' => [ 'CreateWorkforceRequest$WorkforceName' => '

The name of the private workforce.

', 'CreateWorkteamRequest$WorkforceName' => '

The name of the workforce.

', 'DeleteWorkforceRequest$WorkforceName' => '

The name of the workforce.

', 'DescribeWorkforceRequest$WorkforceName' => '

The name of the private workforce whose access you want to restrict. WorkforceName is automatically set to default when a workforce is created and cannot be modified.

', 'ListWorkforcesRequest$NameContains' => '

A filter you can use to search for workforces using part of the workforce name.

', 'UpdateWorkforceRequest$WorkforceName' => '

The name of the private workforce that you want to update. You can find your workforce name by using the ListWorkforces operation.

', 'Workforce$WorkforceName' => '

The name of the private workforce.

', ], ], 'WorkforceSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'WorkforceSecurityGroupIds$member' => NULL, ], ], 'WorkforceSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', 'WorkforceVpcConfigResponse$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', ], ], 'WorkforceStatus' => [ 'base' => NULL, 'refs' => [ 'Workforce$Status' => '

The status of your workforce.

', ], ], 'WorkforceSubnetId' => [ 'base' => NULL, 'refs' => [ 'WorkforceSubnets$member' => NULL, ], ], 'WorkforceSubnets' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$Subnets' => '

The ID of the subnets in the VPC that you want to connect.

', 'WorkforceVpcConfigResponse$Subnets' => '

The ID of the subnets in the VPC that you want to connect.

', ], ], 'WorkforceVpcConfigRequest' => [ 'base' => '

The VPC object you use to create or update a workforce.

', 'refs' => [ 'CreateWorkforceRequest$WorkforceVpcConfig' => '

Use this parameter to configure a workforce using VPC.

', 'UpdateWorkforceRequest$WorkforceVpcConfig' => '

Use this parameter to update your VPC configuration for a workforce.

', ], ], 'WorkforceVpcConfigResponse' => [ 'base' => '

A VpcConfig object that specifies the VPC that you want your workforce to connect to.

', 'refs' => [ 'Workforce$WorkforceVpcConfig' => '

The configuration of a VPC workforce.

', ], ], 'WorkforceVpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigResponse$VpcEndpointId' => '

The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

', ], ], 'WorkforceVpcId' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$VpcId' => '

The ID of the VPC that the workforce uses for communication.

', 'WorkforceVpcConfigResponse$VpcId' => '

The ID of the VPC that the workforce uses for communication.

', ], ], 'Workforces' => [ 'base' => NULL, 'refs' => [ 'ListWorkforcesResponse$Workforces' => '

A list containing information about your workforce.

', ], ], 'WorkspaceSettings' => [ 'base' => '

The workspace settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$WorkspaceSettings' => '

The workspace settings for the SageMaker Canvas application.

', ], ], 'Workteam' => [ 'base' => '

Provides details about a labeling work team.

', 'refs' => [ 'DescribeWorkteamResponse$Workteam' => '

A Workteam instance that contains information about the work team.

', 'UpdateWorkteamResponse$Workteam' => '

A Workteam object that describes the updated work team.

', 'Workteams$member' => NULL, ], ], 'WorkteamArn' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamResponse$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.

', 'DescribeSubscribedWorkteamRequest$WorkteamArn' => '

The Amazon Resource Name (ARN) of the subscribed work team to describe.

', 'HumanLoopConfig$WorkteamArn' => '

Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

', 'HumanTaskConfig$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

', 'LabelingJobSummary$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team assigned to the job.

', 'ListLabelingJobsForWorkteamRequest$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.

', 'SubscribedWorkteam$WorkteamArn' => '

The Amazon Resource Name (ARN) of the vendor that you have subscribed.

', 'Workteam$WorkteamArn' => '

The Amazon Resource Name (ARN) that identifies the work team.

', ], ], 'WorkteamName' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$WorkteamName' => '

The name of the work team. Use this name to identify the work team.

', 'DeleteWorkteamRequest$WorkteamName' => '

The name of the work team to delete.

', 'DescribeWorkteamRequest$WorkteamName' => '

The name of the work team to return a description of.

', 'ListSubscribedWorkteamsRequest$NameContains' => '

A string in the work team name. This filter returns only work teams whose name contains the specified string.

', 'ListWorkteamsRequest$NameContains' => '

A string in the work team\'s name. This filter returns only work teams whose name contains the specified string.

', 'UpdateWorkteamRequest$WorkteamName' => '

The name of the work team to update.

', 'Workteam$WorkteamName' => '

The name of the work team.

', ], ], 'Workteams' => [ 'base' => NULL, 'refs' => [ 'ListWorkteamsResponse$Workteams' => '

An array of Workteam objects, each describing a work team.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '

Provides APIs for creating and managing SageMaker resources.

Other Resources:

', 'operations' => [ 'AddAssociation' => '

Creates an association between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'AddTags' => '

Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.

Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies.

Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the Tags parameter of CreateHyperParameterTuningJob

Tags that you add to a SageMaker Studio Domain or User Profile by calling this API are also added to any Apps that the Domain or User Profile launches after you call this API, but not to Apps that the Domain or User Profile launched before you called this API. To make sure that the tags associated with a Domain or User Profile are also added to all Apps that the Domain or User Profile launches, add the tags when you first create the Domain or User Profile by specifying them in the Tags parameter of CreateDomain or CreateUserProfile.

', 'AssociateTrialComponent' => '

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

', 'BatchDescribeModelPackage' => '

This action batch describes a list of versioned model packages

', 'CreateAction' => '

Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateAlgorithm' => '

Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.

', 'CreateApp' => '

Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

', 'CreateAppImageConfig' => '

Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.

', 'CreateArtifact' => '

Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateAutoMLJob' => '

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.

We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2.

You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.

', 'CreateAutoMLJobV2' => '

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.

CreateAutoMLJobV2 and DescribeAutoMLJobV2 are new versions of CreateAutoMLJob and DescribeAutoMLJob which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2.

For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig.

You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2.

', 'CreateCodeRepository' => '

Creates a Git repository as a resource in your SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.

The repository can be hosted either in Amazon Web Services CodeCommit or in any other Git repository.

', 'CreateCompilationJob' => '

Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify.

If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource.

In the request body, you provide the following:

  • A name for the compilation job

  • Information about the input model artifacts

  • The output location for the compiled model and the device (target) that the model runs on

  • The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the model compilation job.

You can also provide a Tag to track the model compilation job\'s resource use and costs. The response body contains the CompilationJobArn for the compiled job.

To stop a model compilation job, use StopCompilationJob. To get information about a particular model compilation job, use DescribeCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

', 'CreateContext' => '

Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking.

', 'CreateDataQualityJobDefinition' => '

Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'CreateDeviceFleet' => '

Creates a device fleet.

', 'CreateDomain' => '

Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. Users within a domain can share notebook files and other artifacts with each other.

EFS storage

When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files.

SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption.

VPC configuration

All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For other Studio traffic, you can specify the AppNetworkAccessType parameter. AppNetworkAccessType corresponds to the network access type that you choose when you onboard to Studio. The following options are available:

  • PublicInternetOnly - Non-EFS traffic goes through a VPC managed by Amazon SageMaker, which allows internet access. This is the default value.

  • VpcOnly - All Studio traffic is through the specified VPC and subnets. Internet access is disabled by default. To allow internet access, you must specify a NAT gateway.

    When internet access is disabled, you won\'t be able to run a Studio notebook or to train or host models unless your VPC has an interface endpoint to the SageMaker API and runtime or a NAT gateway and your security groups allow outbound connections.

NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully.

For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC.

', 'CreateEdgeDeploymentPlan' => '

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

', 'CreateEdgeDeploymentStage' => '

Creates a new stage in an existing edge deployment plan.

', 'CreateEdgePackagingJob' => '

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

', 'CreateEndpoint' => '

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig API.

Use this API to deploy models using SageMaker hosting services.

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

When SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console, and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint and CreateEndpointConfig API operations, add the following policies to the role.

  • Option 1: For a full SageMaker access, search and attach the AmazonSageMakerFullAccess policy.

  • Option 2: For granting a limited access to an IAM role, paste the following Action elements manually into the JSON file of the IAM role:

    "Action": ["sagemaker:CreateEndpoint", "sagemaker:CreateEndpointConfig"]

    "Resource": [

    "arn:aws:sagemaker:region:account-id:endpoint/endpointName"

    "arn:aws:sagemaker:region:account-id:endpoint-config/endpointConfigName"

    ]

    For more information, see SageMaker API Permissions: Actions, Permissions, and Resources Reference.

', 'CreateEndpointConfig' => '

Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want SageMaker to provision. Then you call the CreateEndpoint API.

Use this API if you want to use SageMaker hosting services to deploy models into production.

In the request, you define a ProductionVariant, for each model that you want to deploy. Each ProductionVariant parameter also describes the resources that you want SageMaker to provision. This includes the number and type of ML compute instances to deploy.

If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B.

When you call CreateEndpoint, a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads , the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig before calling CreateEndpoint to minimize the potential impact of a DynamoDB eventually consistent read.

', 'CreateExperiment' => '

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

In the Studio UI, trials are referred to as run groups and trial components are referred to as runs.

The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to experiments, trials, trial components and then use the Search API to search for the tags.

To add a description to an experiment, specify the optional Description parameter. To add a description later, or to change the description, call the UpdateExperiment API.

To get a list of all your experiments, call the ListExperiments API. To view an experiment\'s properties, call the DescribeExperiment API. To get a list of all the trials associated with an experiment, call the ListTrials API. To create a trial call the CreateTrial API.

', 'CreateFeatureGroup' => '

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record.

The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas to see the FeatureGroups quota for your Amazon Web Services account.

You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

', 'CreateFlowDefinition' => '

Creates a flow definition.

', 'CreateHub' => '

Create a hub.

Hub APIs are only callable through SageMaker Studio.

', 'CreateHumanTaskUi' => '

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

', 'CreateHyperParameterTuningJob' => '

Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by an objective metric that you choose.

A hyperparameter tuning job automatically creates Amazon SageMaker experiments, trials, and trial components for each training job that it runs. You can view these entities in Amazon SageMaker Studio. For more information, see View Experiments, Trials, and Trial Components.

Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

', 'CreateImage' => '

Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see Bring your own SageMaker image.

', 'CreateImageVersion' => '

Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Elastic Container Registry (ECR) container image specified by BaseImage.

', 'CreateInferenceExperiment' => '

Creates an inference experiment using the configurations specified in the request.

Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests.

Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint\'s model variants based on your specified configuration.

While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests.

', 'CreateInferenceRecommendationsJob' => '

Starts a recommendation job. You can create either an instance recommendation or load test job.

', 'CreateLabelingJob' => '

Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models.

You can select your workforce from one of three providers:

  • A private workforce that you create. It can include employees, contractors, and outside experts. Use a private workforce when want the data to stay within your organization or when a specific set of skills is required.

  • One or more vendors that you select from the Amazon Web Services Marketplace. Vendors provide expertise in specific areas.

  • The Amazon Mechanical Turk workforce. This is the largest workforce, but it should only be used for public data or data that has been stripped of any personally identifiable information.

You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling.

The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data.

The output can be used as the manifest file for another labeling job or as training data for your machine learning models.

You can use this operation to create a static labeling job or a streaming labeling job. A static labeling job stops if all data objects in the input manifest file identified in ManifestS3Uri have been labeled. A streaming labeling job runs perpetually until it is manually stopped, or remains idle for 10 days. You can send new data objects to an active (InProgress) streaming labeling job in real time. To learn how to create a static labeling job, see Create a Labeling Job (API) in the Amazon SageMaker Developer Guide. To learn how to create a streaming labeling job, see Create a Streaming Labeling Job.

', 'CreateModel' => '

Creates a model in SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the model for predictions.

Use this API to create a model if you want to use SageMaker hosting services or run a batch transform job.

To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then create an endpoint with the CreateEndpoint API. SageMaker then deploys all of the containers that you defined for the model in the hosting environment.

For an example that calls this method when deploying a model to SageMaker hosting services, see Create a Model (Amazon Web Services SDK for Python (Boto 3)).

To run a batch transform using your model, you start a job with the CreateTransformJob API. SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location.

In the request, you also provide an IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role.

', 'CreateModelBiasJobDefinition' => '

Creates the definition for a model bias job.

', 'CreateModelCard' => '

Creates an Amazon SageMaker Model Card.

For information about how to use model cards, see Amazon SageMaker Model Card.

', 'CreateModelCardExportJob' => '

Creates an Amazon SageMaker Model Card export job.

', 'CreateModelExplainabilityJobDefinition' => '

Creates the definition for a model explainability job.

', 'CreateModelPackage' => '

Creates a model package that you can use to create SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 location of your model artifacts, provide values for InferenceSpecification. To create a model from an algorithm resource that you created or subscribed to in Amazon Web Services Marketplace, provide a value for SourceAlgorithmSpecification.

There are two types of model packages:

  • Versioned - a model that is part of a model group in the model registry.

  • Unversioned - a model package that is not part of a model group.

', 'CreateModelPackageGroup' => '

Creates a model group. A model group contains a group of model versions.

', 'CreateModelQualityJobDefinition' => '

Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'CreateMonitoringSchedule' => '

Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endpoint.

', 'CreateNotebookInstance' => '

Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.

In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. SageMaker launches the instance, installs common libraries that you can use to explore datasets for model training, and attaches an ML storage volume to the notebook instance.

SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use SageMaker with a specific algorithm or with a machine learning framework.

After receiving the request, SageMaker does the following:

  1. Creates a network interface in the SageMaker VPC.

  2. (Option) If you specified SubnetId, SageMaker creates a network interface in your own VPC, which is inferred from the subnet ID that you provide in the input. When creating this network interface, SageMaker attaches the security group that you specified in the request to the network interface that it creates in your VPC.

  3. Launches an EC2 instance of the type specified in the request in the SageMaker VPC. If you specified SubnetId of your VPC, SageMaker specifies both network interfaces when launching this instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security groups allow it.

After creating the notebook instance, SageMaker returns its Amazon Resource Name (ARN). You can\'t change the name of a notebook instance after you create it.

After SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating SageMaker endpoints, and validate hosted models.

For more information, see How It Works.

', 'CreateNotebookInstanceLifecycleConfig' => '

Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'CreatePipeline' => '

Creates a pipeline using a JSON pipeline definition.

', 'CreatePresignedDomainUrl' => '

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain\'s Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM.

The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app.

You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint .

The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.

', 'CreatePresignedNotebookInstanceUrl' => '

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker console, when you choose Open next to a notebook instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.

You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the NotIpAddress condition operator and the aws:SourceIP condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see Limit Access to a Notebook Instance by IP Address.

The URL that you get from a call to CreatePresignedNotebookInstanceUrl is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page.

', 'CreateProcessingJob' => '

Creates a processing job.

', 'CreateProject' => '

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.

', 'CreateSpace' => '

Creates a space used for real time collaboration in a Domain.

', 'CreateStudioLifecycleConfig' => '

Creates a new Studio Lifecycle Configuration.

', 'CreateTrainingJob' => '

Starts a model training job. After training completes, SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify.

If you choose to host your model using SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference.

In the request body, you provide the following:

  • AlgorithmSpecification - Identifies the training algorithm to use.

  • HyperParameters - Specify these algorithm-specific parameters to enable the estimation of model parameters during training. Hyperparameters can be tuned to optimize this learning process. For a list of hyperparameters for each training algorithm provided by SageMaker, see Algorithms.

    Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

  • InputDataConfig - Describes the input required by the training job and the Amazon S3, EFS, or FSx location where it is stored.

  • OutputDataConfig - Identifies the Amazon S3 bucket where you want SageMaker to save the results of model training.

  • ResourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training. In distributed training, you specify more than one instance.

  • EnableManagedSpotTraining - Optimize the cost of training machine learning models by up to 80% by using Amazon EC2 Spot instances. For more information, see Managed Spot Training.

  • RoleArn - The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during model training. You must grant this role the necessary permissions so that SageMaker can successfully complete model training.

  • StoppingCondition - To help cap training costs, use MaxRuntimeInSeconds to set a time limit for training. Use MaxWaitTimeInSeconds to specify how long a managed spot training job has to complete.

  • Environment - The environment variables to set in the Docker container.

  • RetryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

For more information about SageMaker, see How It Works.

', 'CreateTransformJob' => '

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.

To perform batch transformations, you create a transform job and use the data that you have readily available.

In the request body, you provide the following:

  • TransformJobName - Identifies the transform job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

  • ModelName - Identifies the model to use. ModelName must be the name of an existing Amazon SageMaker model in the same Amazon Web Services Region and Amazon Web Services account. For information on creating a model, see CreateModel.

  • TransformInput - Describes the dataset to be transformed and the Amazon S3 location where it is stored.

  • TransformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

  • TransformResources - Identifies the ML compute instances for the transform job.

For more information about how batch transformation works, see Batch Transform.

', 'CreateTrial' => '

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial and then use the Search API to search for the tags.

To get a list of all your trials, call the ListTrials API. To view a trial\'s properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API.

', 'CreateTrialComponent' => '

Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials.

Trial components include pre-processing jobs, training jobs, and batch transform jobs.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial component and then use the Search API to search for the tags.

', 'CreateUserProfile' => '

Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user\'s private Amazon Elastic File System (EFS) home directory.

', 'CreateWorkforce' => '

Use this operation to create a workforce. This operation will return an error if a workforce already exists in the Amazon Web Services Region that you specify. You can only create one workforce in each Amazon Web Services Region per Amazon Web Services account.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use the DeleteWorkforce API operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. For more information, see Create a Private Workforce (Amazon Cognito).

To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and Amazon A2I to create work teams. For more information, see Create a Private Workforce (OIDC IdP).

', 'CreateWorkteam' => '

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team.

You cannot create more than 25 work teams in an account and region.

', 'DeleteAction' => '

Deletes an action.

', 'DeleteAlgorithm' => '

Removes the specified algorithm from your account.

', 'DeleteApp' => '

Used to stop and delete an app.

', 'DeleteAppImageConfig' => '

Deletes an AppImageConfig.

', 'DeleteArtifact' => '

Deletes an artifact. Either ArtifactArn or Source must be specified.

', 'DeleteAssociation' => '

Deletes an association.

', 'DeleteCodeRepository' => '

Deletes the specified Git repository from your account.

', 'DeleteContext' => '

Deletes an context.

', 'DeleteDataQualityJobDefinition' => '

Deletes a data quality monitoring job definition.

', 'DeleteDeviceFleet' => '

Deletes a fleet.

', 'DeleteDomain' => '

Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.

', 'DeleteEdgeDeploymentPlan' => '

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

', 'DeleteEdgeDeploymentStage' => '

Delete a stage in an edge deployment plan if (and only if) the stage is inactive.

', 'DeleteEndpoint' => '

Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created.

SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don\'t need to use the RevokeGrant API call.

When you delete your endpoint, SageMaker asynchronously deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn , otherwise SageMaker cannot delete these resources.

', 'DeleteEndpointConfig' => '

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

', 'DeleteExperiment' => '

Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials API to get a list of the trials associated with the experiment.

', 'DeleteFeatureGroup' => '

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called.

Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.

', 'DeleteFlowDefinition' => '

Deletes the specified flow definition.

', 'DeleteHub' => '

Delete a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DeleteHubContent' => '

Delete the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DeleteHumanTaskUi' => '

Use this operation to delete a human task user interface (worker task template).

To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis. When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

', 'DeleteImage' => '

Deletes a SageMaker image and all versions of the image. The container images aren\'t deleted.

', 'DeleteImageVersion' => '

Deletes a version of a SageMaker image. The container image the version represents isn\'t deleted.

', 'DeleteInferenceExperiment' => '

Deletes an inference experiment.

This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

', 'DeleteModel' => '

Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

', 'DeleteModelBiasJobDefinition' => '

Deletes an Amazon SageMaker model bias job definition.

', 'DeleteModelCard' => '

Deletes an Amazon SageMaker Model Card.

', 'DeleteModelExplainabilityJobDefinition' => '

Deletes an Amazon SageMaker model explainability job definition.

', 'DeleteModelPackage' => '

Deletes a model package.

A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

', 'DeleteModelPackageGroup' => '

Deletes the specified model group.

', 'DeleteModelPackageGroupPolicy' => '

Deletes a model group resource policy.

', 'DeleteModelQualityJobDefinition' => '

Deletes the secified model quality monitoring job definition.

', 'DeleteMonitoringSchedule' => '

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

', 'DeleteNotebookInstance' => '

Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API.

When you delete a notebook instance, you lose all of your data. SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

', 'DeleteNotebookInstanceLifecycleConfig' => '

Deletes a notebook instance lifecycle configuration.

', 'DeletePipeline' => '

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

', 'DeleteProject' => '

Delete the specified project.

', 'DeleteSpace' => '

Used to delete a space.

', 'DeleteStudioLifecycleConfig' => '

Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

', 'DeleteTags' => '

Deletes the specified tags from an SageMaker resource.

To list a resource\'s tags, use the ListTags API.

When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.

When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API.

', 'DeleteTrial' => '

Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent API to get the list of trial components.

', 'DeleteTrialComponent' => '

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

', 'DeleteUserProfile' => '

Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.

', 'DeleteWorkforce' => '

Use this operation to delete a workforce.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

If a private workforce contains one or more work teams, you must use the DeleteWorkteam operation to delete all work teams before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will recieve a ResourceInUse error.

', 'DeleteWorkteam' => '

Deletes an existing work team. This operation can\'t be undone.

', 'DeregisterDevices' => '

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

', 'DescribeAction' => '

Describes an action.

', 'DescribeAlgorithm' => '

Returns a description of the specified algorithm that is in your account.

', 'DescribeApp' => '

Describes the app.

', 'DescribeAppImageConfig' => '

Describes an AppImageConfig.

', 'DescribeArtifact' => '

Describes an artifact.

', 'DescribeAutoMLJob' => '

Returns information about an AutoML job created by calling CreateAutoMLJob.

AutoML jobs created by calling CreateAutoMLJobV2 cannot be described by DescribeAutoMLJob.

', 'DescribeAutoMLJobV2' => '

Returns information about an AutoML job created by calling CreateAutoMLJobV2 or CreateAutoMLJob.

', 'DescribeCodeRepository' => '

Gets details about the specified Git repository.

', 'DescribeCompilationJob' => '

Returns information about a model compilation job.

To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.

', 'DescribeContext' => '

Describes a context.

', 'DescribeDataQualityJobDefinition' => '

Gets the details of a data quality monitoring job definition.

', 'DescribeDevice' => '

Describes the device.

', 'DescribeDeviceFleet' => '

A description of the fleet the device belongs to.

', 'DescribeDomain' => '

The description of the domain.

', 'DescribeEdgeDeploymentPlan' => '

Describes an edge deployment plan with deployment status per stage.

', 'DescribeEdgePackagingJob' => '

A description of edge packaging jobs.

', 'DescribeEndpoint' => '

Returns the description of an endpoint.

', 'DescribeEndpointConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', 'DescribeExperiment' => '

Provides a list of an experiment\'s properties.

', 'DescribeFeatureGroup' => '

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

', 'DescribeFeatureMetadata' => '

Shows the metadata for a feature within a feature group.

', 'DescribeFlowDefinition' => '

Returns information about the specified flow definition.

', 'DescribeHub' => '

Describe a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DescribeHubContent' => '

Describe the content of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'DescribeHumanTaskUi' => '

Returns information about the requested human task user interface (worker task template).

', 'DescribeHyperParameterTuningJob' => '

Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.

', 'DescribeImage' => '

Describes a SageMaker image.

', 'DescribeImageVersion' => '

Describes a version of a SageMaker image.

', 'DescribeInferenceExperiment' => '

Returns details about an inference experiment.

', 'DescribeInferenceRecommendationsJob' => '

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

', 'DescribeLabelingJob' => '

Gets information about a labeling job.

', 'DescribeLineageGroup' => '

Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

', 'DescribeModel' => '

Describes a model that you created using the CreateModel API.

', 'DescribeModelBiasJobDefinition' => '

Returns a description of a model bias job definition.

', 'DescribeModelCard' => '

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

', 'DescribeModelCardExportJob' => '

Describes an Amazon SageMaker Model Card export job.

', 'DescribeModelExplainabilityJobDefinition' => '

Returns a description of a model explainability job definition.

', 'DescribeModelPackage' => '

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.

To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.

', 'DescribeModelPackageGroup' => '

Gets a description for the specified model group.

', 'DescribeModelQualityJobDefinition' => '

Returns a description of a model quality job definition.

', 'DescribeMonitoringSchedule' => '

Describes the schedule for a monitoring job.

', 'DescribeNotebookInstance' => '

Returns information about a notebook instance.

', 'DescribeNotebookInstanceLifecycleConfig' => '

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'DescribePipeline' => '

Describes the details of a pipeline.

', 'DescribePipelineDefinitionForExecution' => '

Describes the details of an execution\'s pipeline definition.

', 'DescribePipelineExecution' => '

Describes the details of a pipeline execution.

', 'DescribeProcessingJob' => '

Returns a description of a processing job.

', 'DescribeProject' => '

Describes the details of a project.

', 'DescribeSpace' => '

Describes the space.

', 'DescribeStudioLifecycleConfig' => '

Describes the Studio Lifecycle Configuration.

', 'DescribeSubscribedWorkteam' => '

Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

', 'DescribeTrainingJob' => '

Returns information about a training job.

Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and BillableTimeInSeconds may not be present in the response.

', 'DescribeTransformJob' => '

Returns information about a transform job.

', 'DescribeTrial' => '

Provides a list of a trial\'s properties.

', 'DescribeTrialComponent' => '

Provides a list of a trials component\'s properties.

', 'DescribeUserProfile' => '

Describes a user profile. For more information, see CreateUserProfile.

', 'DescribeWorkforce' => '

Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs). Allowable IP address ranges are the IP addresses that workers can use to access tasks.

This operation applies only to private workforces.

', 'DescribeWorkteam' => '

Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team\'s Amazon Resource Name (ARN).

', 'DisableSagemakerServicecatalogPortfolio' => '

Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'DisassociateTrialComponent' => '

Disassociates a trial component from a trial. This doesn\'t effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent API.

To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.

', 'EnableSagemakerServicecatalogPortfolio' => '

Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'GetDeviceFleetReport' => '

Describes a fleet.

', 'GetLineageGroupPolicy' => '

The resource policy for the lineage group.

', 'GetModelPackageGroupPolicy' => '

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

', 'GetSagemakerServicecatalogPortfolioStatus' => '

Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

', 'GetScalingConfigurationRecommendation' => '

Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.

', 'GetSearchSuggestions' => '

An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

', 'ImportHubContent' => '

Import hub content.

Hub APIs are only callable through SageMaker Studio.

', 'ListActions' => '

Lists the actions in your account and their properties.

', 'ListAlgorithms' => '

Lists the machine learning algorithms that have been created.

', 'ListAliases' => '

Lists the aliases of a specified image or image version.

', 'ListAppImageConfigs' => '

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

', 'ListApps' => '

Lists apps.

', 'ListArtifacts' => '

Lists the artifacts in your account and their properties.

', 'ListAssociations' => '

Lists the associations in your account and their properties.

', 'ListAutoMLJobs' => '

Request a list of jobs.

', 'ListCandidatesForAutoMLJob' => '

List the candidates created for the job.

', 'ListCodeRepositories' => '

Gets a list of the Git repositories in your account.

', 'ListCompilationJobs' => '

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob. To get information about a particular model compilation job you have created, use DescribeCompilationJob.

', 'ListContexts' => '

Lists the contexts in your account and their properties.

', 'ListDataQualityJobDefinitions' => '

Lists the data quality job definitions in your account.

', 'ListDeviceFleets' => '

Returns a list of devices in the fleet.

', 'ListDevices' => '

A list of devices.

', 'ListDomains' => '

Lists the domains.

', 'ListEdgeDeploymentPlans' => '

Lists all edge deployment plans.

', 'ListEdgePackagingJobs' => '

Returns a list of edge packaging jobs.

', 'ListEndpointConfigs' => '

Lists endpoint configurations.

', 'ListEndpoints' => '

Lists endpoints.

', 'ListExperiments' => '

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

', 'ListFeatureGroups' => '

List FeatureGroups based on given filter and order.

', 'ListFlowDefinitions' => '

Returns information about the flow definitions in your account.

', 'ListHubContentVersions' => '

List hub content versions.

Hub APIs are only callable through SageMaker Studio.

', 'ListHubContents' => '

List the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

', 'ListHubs' => '

List all existing hubs.

Hub APIs are only callable through SageMaker Studio.

', 'ListHumanTaskUis' => '

Returns information about the human task user interfaces in your account.

', 'ListHyperParameterTuningJobs' => '

Gets a list of HyperParameterTuningJobSummary objects that describe the hyperparameter tuning jobs launched in your account.

', 'ListImageVersions' => '

Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.

', 'ListImages' => '

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

', 'ListInferenceExperiments' => '

Returns the list of all inference experiments.

', 'ListInferenceRecommendationsJobSteps' => '

Returns a list of the subtasks for an Inference Recommender job.

The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

', 'ListInferenceRecommendationsJobs' => '

Lists recommendation jobs that satisfy various filters.

', 'ListLabelingJobs' => '

Gets a list of labeling jobs.

', 'ListLabelingJobsForWorkteam' => '

Gets a list of labeling jobs assigned to a specified work team.

', 'ListLineageGroups' => '

A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.

', 'ListModelBiasJobDefinitions' => '

Lists model bias jobs definitions that satisfy various filters.

', 'ListModelCardExportJobs' => '

List the export jobs for the Amazon SageMaker Model Card.

', 'ListModelCardVersions' => '

List existing versions of an Amazon SageMaker Model Card.

', 'ListModelCards' => '

List existing model cards.

', 'ListModelExplainabilityJobDefinitions' => '

Lists model explainability job definitions that satisfy various filters.

', 'ListModelMetadata' => '

Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.

', 'ListModelPackageGroups' => '

Gets a list of the model groups in your Amazon Web Services account.

', 'ListModelPackages' => '

Lists the model packages that have been created.

', 'ListModelQualityJobDefinitions' => '

Gets a list of model quality monitoring job definitions in your account.

', 'ListModels' => '

Lists models created with the CreateModel API.

', 'ListMonitoringAlertHistory' => '

Gets a list of past alerts in a model monitoring schedule.

', 'ListMonitoringAlerts' => '

Gets the alerts for a single monitoring schedule.

', 'ListMonitoringExecutions' => '

Returns list of all monitoring job executions.

', 'ListMonitoringSchedules' => '

Returns list of all monitoring schedules.

', 'ListNotebookInstanceLifecycleConfigs' => '

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.

', 'ListNotebookInstances' => '

Returns a list of the SageMaker notebook instances in the requester\'s account in an Amazon Web Services Region.

', 'ListPipelineExecutionSteps' => '

Gets a list of PipeLineExecutionStep objects.

', 'ListPipelineExecutions' => '

Gets a list of the pipeline executions.

', 'ListPipelineParametersForExecution' => '

Gets a list of parameters for a pipeline execution.

', 'ListPipelines' => '

Gets a list of pipelines.

', 'ListProcessingJobs' => '

Lists processing jobs that satisfy various filters.

', 'ListProjects' => '

Gets a list of the projects in an Amazon Web Services account.

', 'ListResourceCatalogs' => '

Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

', 'ListSpaces' => '

Lists spaces.

', 'ListStageDevices' => '

Lists devices allocated to the stage, containing detailed device information and deployment status.

', 'ListStudioLifecycleConfigs' => '

Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.

', 'ListSubscribedWorkteams' => '

Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

', 'ListTags' => '

Returns the tags for the specified SageMaker resource.

', 'ListTrainingJobs' => '

Lists training jobs.

When StatusEquals and MaxResults are set at the same time, the MaxResults number of training jobs are first retrieved ignoring the StatusEquals parameter and then they are filtered by the StatusEquals parameter, which is returned as a response.

For example, if ListTrainingJobs is invoked with the following parameters:

{ ... MaxResults: 100, StatusEquals: InProgress ... }

First, 100 trainings jobs with any status, including those other than InProgress, are selected (sorted according to the creation time, from the most current to the oldest). Next, those with a status of InProgress are returned.

You can quickly test the API using the following Amazon Web Services CLI code.

aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress

', 'ListTrainingJobsForHyperParameterTuningJob' => '

Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.

', 'ListTransformJobs' => '

Lists transform jobs.

', 'ListTrialComponents' => '

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:

  • ExperimentName

  • SourceArn

  • TrialName

', 'ListTrials' => '

Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.

', 'ListUserProfiles' => '

Lists user profiles.

', 'ListWorkforces' => '

Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.

', 'ListWorkteams' => '

Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

', 'PutModelPackageGroupPolicy' => '

Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

', 'QueryLineage' => '

Use this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities in the Amazon SageMaker Developer Guide.

', 'RegisterDevices' => '

Register devices.

', 'RenderUiTemplate' => '

Renders the UI template so that you can preview the worker\'s experience.

', 'RetryPipelineExecution' => '

Retry the execution of the pipeline.

', 'Search' => '

Finds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order.

You can query against the following value types: numeric, text, Boolean, and timestamp.

The Search API may provide access to otherwise restricted data. See Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference for more information.

', 'SendPipelineExecutionStepFailure' => '

Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

', 'SendPipelineExecutionStepSuccess' => '

Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step\'s output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

', 'StartEdgeDeploymentStage' => '

Starts a stage in an edge deployment plan.

', 'StartInferenceExperiment' => '

Starts an inference experiment.

', 'StartMonitoringSchedule' => '

Starts a previously stopped monitoring schedule.

By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.

', 'StartNotebookInstance' => '

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker sets the notebook instance status to InService. A notebook instance\'s status must be InService before you can connect to your Jupyter notebook.

', 'StartPipelineExecution' => '

Starts a pipeline execution.

', 'StopAutoMLJob' => '

A method for forcing a running job to shut down.

', 'StopCompilationJob' => '

Stops a model compilation job.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn\'t stopped, it sends the SIGKILL signal.

When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobStatus to Stopped.

', 'StopEdgeDeploymentStage' => '

Stops a stage in an edge deployment plan.

', 'StopEdgePackagingJob' => '

Request to stop an edge packaging job.

', 'StopHyperParameterTuningJob' => '

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.

All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.

', 'StopInferenceExperiment' => '

Stops an inference experiment.

', 'StopInferenceRecommendationsJob' => '

Stops an Inference Recommender job.

', 'StopLabelingJob' => '

Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

', 'StopMonitoringSchedule' => '

Stops a previously started monitoring schedule.

', 'StopNotebookInstance' => '

Terminates the ML compute instance. Before terminating the instance, SageMaker disconnects the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker stops charging you for the ML compute instance when you call StopNotebookInstance.

To access data on the ML storage volume for a notebook instance that has been terminated, call the StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

', 'StopPipelineExecution' => '

Stops a pipeline execution.

Callback Step

A pipeline execution won\'t stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping".

You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure.

Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.

Lambda Step

A pipeline execution can\'t be stopped while a lambda step is running because the Lambda function invoked by the lambda step can\'t be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.

', 'StopProcessingJob' => '

Stops a processing job.

', 'StopTrainingJob' => '

Stops a training job. To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost.

When it receives a StopTrainingJob request, SageMaker changes the status of the job to Stopping. After SageMaker stops the job, it sets the status to Stopped.

', 'StopTransformJob' => '

Stops a batch transform job.

When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a batch transform job before it is completed, Amazon SageMaker doesn\'t store the job\'s output in Amazon S3.

', 'UpdateAction' => '

Updates an action.

', 'UpdateAppImageConfig' => '

Updates the properties of an AppImageConfig.

', 'UpdateArtifact' => '

Updates an artifact.

', 'UpdateCodeRepository' => '

Updates the specified Git repository with the specified values.

', 'UpdateContext' => '

Updates a context.

', 'UpdateDeviceFleet' => '

Updates a fleet of devices.

', 'UpdateDevices' => '

Updates one or more devices in a fleet.

', 'UpdateDomain' => '

Updates the default settings for new user profiles in the domain.

', 'UpdateEndpoint' => '

Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is no availability loss).

When SageMaker receives the request, it sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

', 'UpdateEndpointWeightsAndCapacities' => '

Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint API.

', 'UpdateExperiment' => '

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

', 'UpdateFeatureGroup' => '

Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the UpdateFeatureGroup API.

You can add features for your feature group using the FeatureAdditions request parameter. Features cannot be removed from a feature group.

You can update the online store configuration by using the OnlineStoreConfig request parameter. If a TtlDuration is specified, the default TtlDuration applies for all records added to the feature group after the feature group is updated. If a record level TtlDuration exists from using the PutRecord API, the record level TtlDuration applies to that record instead of the default TtlDuration.

', 'UpdateFeatureMetadata' => '

Updates the description and parameters of the feature group.

', 'UpdateHub' => '

Update a hub.

Hub APIs are only callable through SageMaker Studio.

', 'UpdateImage' => '

Updates the properties of a SageMaker image. To change the image\'s tags, use the AddTags and DeleteTags APIs.

', 'UpdateImageVersion' => '

Updates the properties of a SageMaker image version.

', 'UpdateInferenceExperiment' => '

Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperiment.

', 'UpdateModelCard' => '

Update an Amazon SageMaker Model Card.

You cannot update both model card content and model card status in a single call.

', 'UpdateModelPackage' => '

Updates a versioned model.

', 'UpdateMonitoringAlert' => '

Update the parameters of a model monitor alert.

', 'UpdateMonitoringSchedule' => '

Updates a previously created schedule.

', 'UpdateNotebookInstance' => '

Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.

', 'UpdateNotebookInstanceLifecycleConfig' => '

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig API.

', 'UpdatePipeline' => '

Updates a pipeline.

', 'UpdatePipelineExecution' => '

Updates a pipeline execution.

', 'UpdateProject' => '

Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.

You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or updated, you may lose resources already created by the project.

', 'UpdateSpace' => '

Updates the settings of a space.

', 'UpdateTrainingJob' => '

Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

', 'UpdateTrial' => '

Updates the display name of a trial.

', 'UpdateTrialComponent' => '

Updates one or more properties of a trial component.

', 'UpdateUserProfile' => '

Updates a user profile.

', 'UpdateWorkforce' => '

Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.

The worker portal is now supported in VPC and public internet.

Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs. By default, a workforce isn\'t restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal.

To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "10.0.0.0/16".

Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.

Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP.

You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the DeleteWorkteam operation.

After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the DescribeWorkforce operation.

This operation only applies to private workforces.

', 'UpdateWorkteam' => '

Updates an existing work team with new member definitions or description.

', ], 'shapes' => [ 'Accept' => [ 'base' => NULL, 'refs' => [ 'TransformOutput$Accept' => '

The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

', ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'LabelingJobForWorkteamSummary$WorkRequesterAccountId' => '

The Amazon Web Services account ID of the account used to start the labeling job.

', ], ], 'ActionArn' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'CreateActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'DeleteActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'DescribeActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', 'UpdateActionResponse$ActionArn' => '

The Amazon Resource Name (ARN) of the action.

', ], ], 'ActionSource' => [ 'base' => '

A structure describing the source of an action.

', 'refs' => [ 'ActionSummary$Source' => '

The source of the action.

', 'CreateActionRequest$Source' => '

The source type, ID, and URI.

', 'DescribeActionResponse$Source' => '

The source of the action.

', ], ], 'ActionStatus' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$Status' => '

The status of the action.

', 'CreateActionRequest$Status' => '

The status of the action.

', 'DescribeActionResponse$Status' => '

The status of the action.

', 'UpdateActionRequest$Status' => '

The new status for the action.

', ], ], 'ActionSummaries' => [ 'base' => NULL, 'refs' => [ 'ListActionsResponse$ActionSummaries' => '

A list of actions and their properties.

', ], ], 'ActionSummary' => [ 'base' => '

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

', 'refs' => [ 'ActionSummaries$member' => NULL, ], ], 'AddAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'AddAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'AddTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'AddTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'AdditionalCodeRepositoryNamesOrUrls' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$AdditionalCodeRepositories' => '

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'DescribeNotebookInstanceOutput$AdditionalCodeRepositories' => '

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'NotebookInstanceSummary$AdditionalCodeRepositories' => '

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'UpdateNotebookInstanceInput$AdditionalCodeRepositories' => '

An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', ], ], 'AdditionalInferenceSpecificationDefinition' => [ 'base' => '

A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package

', 'refs' => [ 'AdditionalInferenceSpecifications$member' => NULL, ], ], 'AdditionalInferenceSpecifications' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageInput$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', 'DescribeModelPackageOutput$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', 'ModelPackage$AdditionalInferenceSpecifications' => '

An array of additional Inference Specification objects.

', 'UpdateModelPackageInput$AdditionalInferenceSpecificationsToAdd' => '

An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.

', ], ], 'AgentVersion' => [ 'base' => '

Edge Manager agent version.

', 'refs' => [ 'AgentVersions$member' => NULL, ], ], 'AgentVersions' => [ 'base' => NULL, 'refs' => [ 'GetDeviceFleetReportResponse$AgentVersions' => '

The versions of Edge Manager agent deployed on the fleet.

', ], ], 'AggregationTransformationValue' => [ 'base' => NULL, 'refs' => [ 'AggregationTransformations$value' => NULL, ], ], 'AggregationTransformations' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesTransformations$Aggregation' => '

A key value pair defining the aggregation method for a column, where the key is the column name and the value is the aggregation method.

The supported aggregation methods are sum (default), avg, first, min, max.

Aggregation is only supported for the target column.

', ], ], 'Alarm' => [ 'base' => '

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

', 'refs' => [ 'AlarmList$member' => NULL, ], ], 'AlarmList' => [ 'base' => NULL, 'refs' => [ 'AutoRollbackConfig$Alarms' => '

List of CloudWatch alarms in your account that are configured to monitor metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker rolls back the deployment.

', ], ], 'AlarmName' => [ 'base' => NULL, 'refs' => [ 'Alarm$AlarmName' => '

The name of a CloudWatch alarm in your account.

', ], ], 'AlgorithmArn' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the algorithm.

', 'CreateAlgorithmOutput$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the new algorithm.

', 'DescribeAlgorithmOutput$AlgorithmArn' => '

The Amazon Resource Name (ARN) of the algorithm.

', ], ], 'AlgorithmImage' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$TrainingImage' => '

The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for SageMaker built-in algorithms, see Docker Registry Paths and Example Code in the Amazon SageMaker developer guide. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information about using your custom training container, see Using Your Own Algorithms with Amazon SageMaker.

You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter.

For more information, see the note in the AlgorithmName parameter description.

', 'DebugRuleConfiguration$RuleEvaluatorImage' => '

The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

', 'HyperParameterAlgorithmSpecification$TrainingImage' => '

The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

', 'ProfilerRuleConfiguration$RuleEvaluatorImage' => '

The Amazon Elastic Container Registry Image for the managed rule evaluation.

', ], ], 'AlgorithmSortBy' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsInput$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'AlgorithmSpecification' => [ 'base' => '

Specifies the training algorithm to use in a CreateTrainingJob request.

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

', 'refs' => [ 'CreateTrainingJobRequest$AlgorithmSpecification' => '

The registry path of the Docker image that contains the training algorithm and algorithm-specific metadata, including the input mode. For more information about algorithms provided by SageMaker, see Algorithms. For information about providing your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

', 'DescribeTrainingJobResponse$AlgorithmSpecification' => '

Information about the algorithm used for training, and algorithm metadata.

', 'TrainingJob$AlgorithmSpecification' => '

Information about the algorithm used for training, and algorithm metadata.

', ], ], 'AlgorithmStatus' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$AlgorithmStatus' => '

The overall status of the algorithm.

', 'DescribeAlgorithmOutput$AlgorithmStatus' => '

The current status of the algorithm.

', ], ], 'AlgorithmStatusDetails' => [ 'base' => '

Specifies the validation and image scan statuses of the algorithm.

', 'refs' => [ 'DescribeAlgorithmOutput$AlgorithmStatusDetails' => '

Details about the current status of the algorithm.

', ], ], 'AlgorithmStatusItem' => [ 'base' => '

Represents the overall status of an algorithm.

', 'refs' => [ 'AlgorithmStatusItemList$member' => NULL, ], ], 'AlgorithmStatusItemList' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusDetails$ValidationStatuses' => '

The status of algorithm validation.

', 'AlgorithmStatusDetails$ImageScanStatuses' => '

The status of the scan of the algorithm\'s Docker image container.

', ], ], 'AlgorithmSummary' => [ 'base' => '

Provides summary information about an algorithm.

', 'refs' => [ 'AlgorithmSummaryList$member' => NULL, ], ], 'AlgorithmSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsOutput$AlgorithmSummaryList' => '

>An array of AlgorithmSummary objects, each of which lists an algorithm.

', ], ], 'AlgorithmValidationProfile' => [ 'base' => '

Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

', 'refs' => [ 'AlgorithmValidationProfiles$member' => NULL, ], ], 'AlgorithmValidationProfiles' => [ 'base' => NULL, 'refs' => [ 'AlgorithmValidationSpecification$ValidationProfiles' => '

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that SageMaker runs to validate your algorithm.

', ], ], 'AlgorithmValidationSpecification' => [ 'base' => '

Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.

', 'refs' => [ 'CreateAlgorithmInput$ValidationSpecification' => '

Specifies configurations for one or more training jobs and that SageMaker runs to test the algorithm\'s training code and, optionally, one or more batch transform jobs that SageMaker runs to test the algorithm\'s inference code.

', 'DescribeAlgorithmOutput$ValidationSpecification' => '

Details about configurations for one or more training jobs that SageMaker runs to test the algorithm.

', ], ], 'AnnotationConsolidationConfig' => [ 'base' => '

Configures how labels are consolidated across human workers and processes output data.

', 'refs' => [ 'HumanTaskConfig$AnnotationConsolidationConfig' => '

Configures how labels are consolidated across human workers.

', ], ], 'AppArn' => [ 'base' => NULL, 'refs' => [ 'CreateAppResponse$AppArn' => '

The Amazon Resource Name (ARN) of the app.

', 'DescribeAppResponse$AppArn' => '

The Amazon Resource Name (ARN) of the app.

', ], ], 'AppDetails' => [ 'base' => '

Details about an Amazon SageMaker app.

', 'refs' => [ 'AppList$member' => NULL, ], ], 'AppImageConfigArn' => [ 'base' => NULL, 'refs' => [ 'AppImageConfigDetails$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'CreateAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'DescribeAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) of the AppImageConfig.

', 'UpdateAppImageConfigResponse$AppImageConfigArn' => '

The Amazon Resource Name (ARN) for the AppImageConfig.

', ], ], 'AppImageConfigDetails' => [ 'base' => '

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

', 'refs' => [ 'AppImageConfigList$member' => NULL, ], ], 'AppImageConfigList' => [ 'base' => NULL, 'refs' => [ 'ListAppImageConfigsResponse$AppImageConfigs' => '

A list of AppImageConfigs and their properties.

', ], ], 'AppImageConfigName' => [ 'base' => NULL, 'refs' => [ 'AppImageConfigDetails$AppImageConfigName' => '

The name of the AppImageConfig. Must be unique to your account.

', 'CreateAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig. Must be unique to your account.

', 'CustomImage$AppImageConfigName' => '

The name of the AppImageConfig.

', 'DeleteAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to delete.

', 'DescribeAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to describe.

', 'DescribeAppImageConfigResponse$AppImageConfigName' => '

The name of the AppImageConfig.

', 'ListAppImageConfigsRequest$NameContains' => '

A filter that returns only AppImageConfigs whose name contains the specified string.

', 'UpdateAppImageConfigRequest$AppImageConfigName' => '

The name of the AppImageConfig to update.

', ], ], 'AppImageConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListAppImageConfigsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'AppInstanceType' => [ 'base' => NULL, 'refs' => [ 'ResourceSpec$InstanceType' => '

The instance type that the image version runs on.

JupyterServer apps only support the system value.

For KernelGateway apps, the system value is translated to ml.t3.medium. KernelGateway apps also support all other values for available instance types.

', ], ], 'AppList' => [ 'base' => NULL, 'refs' => [ 'ListAppsResponse$Apps' => '

The list of apps.

', ], ], 'AppManaged' => [ 'base' => NULL, 'refs' => [ 'ProcessingInput$AppManaged' => '

When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

', 'ProcessingOutput$AppManaged' => '

When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

', ], ], 'AppName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$AppName' => '

The name of the app.

', 'CreateAppRequest$AppName' => '

The name of the app.

', 'DeleteAppRequest$AppName' => '

The name of the app.

', 'DescribeAppRequest$AppName' => '

The name of the app.

', 'DescribeAppResponse$AppName' => '

The name of the app.

', ], ], 'AppNetworkAccessType' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AppNetworkAccessType' => '

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access

  • VpcOnly - All Studio traffic is through the specified VPC and subnets

', 'DescribeDomainResponse$AppNetworkAccessType' => '

Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.

  • PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access

  • VpcOnly - All Studio traffic is through the specified VPC and subnets

', ], ], 'AppSecurityGroupManagement' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided. If setting up the domain for use with RStudio, this value must be set to Service.

', 'DescribeDomainResponse$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.

', 'UpdateDomainRequest$AppSecurityGroupManagement' => '

The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided. If setting up the domain for use with RStudio, this value must be set to Service.

', ], ], 'AppSortKey' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'AppSpecification' => [ 'base' => '

Configuration to run a processing job in a specified container image.

', 'refs' => [ 'CreateProcessingJobRequest$AppSpecification' => '

Configures the processing job to run a specified Docker container image.

', 'DescribeProcessingJobResponse$AppSpecification' => '

Configures the processing job to run a specified container image.

', 'ProcessingJob$AppSpecification' => NULL, ], ], 'AppStatus' => [ 'base' => NULL, 'refs' => [ 'AppDetails$Status' => '

The status.

', 'DescribeAppResponse$Status' => '

The status.

', ], ], 'AppType' => [ 'base' => NULL, 'refs' => [ 'AppDetails$AppType' => '

The type of app.

', 'CreateAppRequest$AppType' => '

The type of app.

', 'DeleteAppRequest$AppType' => '

The type of app.

', 'DescribeAppRequest$AppType' => '

The type of app.

', 'DescribeAppResponse$AppType' => '

The type of app.

', ], ], 'ApprovalDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeModelPackageOutput$ApprovalDescription' => '

A description provided for the model approval.

', 'ModelPackage$ApprovalDescription' => '

A description provided when the model approval is set.

', 'UpdateModelPackageInput$ApprovalDescription' => '

A description for the approval status of the model.

', ], ], 'ArnOrName' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$AlgorithmName' => '

The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace.

You must specify either the algorithm name to the AlgorithmName parameter or the image URI of the algorithm container to the TrainingImage parameter.

Note that the AlgorithmName parameter is mutually exclusive with the TrainingImage parameter. If you specify a value for the AlgorithmName parameter, you can\'t specify a value for TrainingImage, and vice versa.

If you specify values for both parameters, the training job might break; if you don\'t specify any value for both parameters, the training job might raise a null error.

', 'CreateModelPackageInput$ModelPackageGroupName' => '

The name or Amazon Resource Name (ARN) of the model package group that this model version belongs to.

This parameter is required for versioned models, and does not apply to unversioned models.

', 'DeleteModelPackageGroupInput$ModelPackageGroupName' => '

The name of the model group to delete.

', 'DescribeAlgorithmInput$AlgorithmName' => '

The name of the algorithm to describe.

', 'DescribeModelPackageGroupInput$ModelPackageGroupName' => '

The name of gthe model group to describe.

', 'HyperParameterAlgorithmSpecification$AlgorithmName' => '

The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

', 'ListModelPackagesInput$ModelPackageGroupName' => '

A filter that returns only model versions that belong to the specified model group.

', 'SourceAlgorithm$AlgorithmName' => '

The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

', ], ], 'ArtifactArn' => [ 'base' => NULL, 'refs' => [ 'ArtifactSummary$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'CreateArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'DeleteArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to delete.

', 'DeleteArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'DescribeArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to describe.

', 'DescribeArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', 'UpdateArtifactRequest$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact to update.

', 'UpdateArtifactResponse$ArtifactArn' => '

The Amazon Resource Name (ARN) of the artifact.

', ], ], 'ArtifactDigest' => [ 'base' => NULL, 'refs' => [ 'ModelDigests$ArtifactDigest' => '

Provides a hash value that uniquely identifies the stored model artifacts.

', ], ], 'ArtifactSource' => [ 'base' => '

A structure describing the source of an artifact.

', 'refs' => [ 'ArtifactSummary$Source' => '

The source of the artifact.

', 'CreateArtifactRequest$Source' => '

The ID, ID type, and URI of the source.

', 'DeleteArtifactRequest$Source' => '

The URI of the source.

', 'DescribeArtifactResponse$Source' => '

The source of the artifact.

', ], ], 'ArtifactSourceIdType' => [ 'base' => NULL, 'refs' => [ 'ArtifactSourceType$SourceIdType' => '

The type of ID.

', ], ], 'ArtifactSourceType' => [ 'base' => '

The ID and ID type of an artifact source.

', 'refs' => [ 'ArtifactSourceTypes$member' => NULL, ], ], 'ArtifactSourceTypes' => [ 'base' => NULL, 'refs' => [ 'ArtifactSource$SourceTypes' => '

A list of source types.

', ], ], 'ArtifactSummaries' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsResponse$ArtifactSummaries' => '

A list of artifacts and their properties.

', ], ], 'ArtifactSummary' => [ 'base' => '

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

', 'refs' => [ 'ArtifactSummaries$member' => NULL, ], ], 'AssemblyType' => [ 'base' => NULL, 'refs' => [ 'TransformOutput$AssembleWith' => '

Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

', ], ], 'AssociateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'AssociationEdgeType' => [ 'base' => NULL, 'refs' => [ 'AddAssociationRequest$AssociationType' => '

The type of association. The following are suggested uses for each type. Amazon SageMaker places no restrictions on their use.

  • ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.

  • AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.

  • DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.

  • Produced - The source generated the destination. For example, a training job produced a model artifact.

', 'AssociationSummary$AssociationType' => '

The type of the association.

', 'Edge$AssociationType' => '

The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.

', 'ListAssociationsRequest$AssociationType' => '

A filter that returns only associations of the specified type.

', ], ], 'AssociationEntityArn' => [ 'base' => NULL, 'refs' => [ 'AddAssociationRequest$SourceArn' => '

The ARN of the source.

', 'AddAssociationRequest$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'AddAssociationResponse$SourceArn' => '

The ARN of the source.

', 'AddAssociationResponse$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'AssociationSummary$SourceArn' => '

The ARN of the source.

', 'AssociationSummary$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'DeleteAssociationRequest$SourceArn' => '

The ARN of the source.

', 'DeleteAssociationRequest$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'DeleteAssociationResponse$SourceArn' => '

The ARN of the source.

', 'DeleteAssociationResponse$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination.

', 'Edge$SourceArn' => '

The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.

', 'Edge$DestinationArn' => '

The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.

', 'ListAssociationsRequest$SourceArn' => '

A filter that returns only associations with the specified source ARN.

', 'ListAssociationsRequest$DestinationArn' => '

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

', 'QueryLineageStartArns$member' => NULL, 'Vertex$Arn' => '

The Amazon Resource Name (ARN) of the lineage entity resource.

', ], ], 'AssociationSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsResponse$AssociationSummaries' => '

A list of associations and their properties.

', ], ], 'AssociationSummary' => [ 'base' => '

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

', 'refs' => [ 'AssociationSummaries$member' => NULL, ], ], 'AsyncInferenceClientConfig' => [ 'base' => '

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

', 'refs' => [ 'AsyncInferenceConfig$ClientConfig' => '

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

', ], ], 'AsyncInferenceConfig' => [ 'base' => '

Specifies configuration for how an endpoint performs asynchronous inference.

', 'refs' => [ 'CreateEndpointConfigInput$AsyncInferenceConfig' => '

Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using InvokeEndpointAsync.

', 'DescribeEndpointConfigOutput$AsyncInferenceConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', 'DescribeEndpointOutput$AsyncInferenceConfig' => '

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

', ], ], 'AsyncInferenceNotificationConfig' => [ 'base' => '

Specifies the configuration for notifications of inference results for asynchronous inference.

', 'refs' => [ 'AsyncInferenceOutputConfig$NotificationConfig' => '

Specifies the configuration for notifications of inference results for asynchronous inference.

', ], ], 'AsyncInferenceOutputConfig' => [ 'base' => '

Specifies the configuration for asynchronous inference invocation outputs.

', 'refs' => [ 'AsyncInferenceConfig$OutputConfig' => '

Specifies the configuration for asynchronous inference invocation outputs.

', ], ], 'AsyncNotificationTopicTypeList' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceNotificationConfig$IncludeInferenceResponseIn' => '

The Amazon SNS topics where you want the inference response to be included.

The inference response is included only if the response size is less than or equal to 128 KB.

', ], ], 'AsyncNotificationTopicTypes' => [ 'base' => NULL, 'refs' => [ 'AsyncNotificationTopicTypeList$member' => NULL, ], ], 'AthenaCatalog' => [ 'base' => '

The name of the data catalog used in Athena query execution.

', 'refs' => [ 'AthenaDatasetDefinition$Catalog' => NULL, ], ], 'AthenaDatabase' => [ 'base' => '

The name of the database used in the Athena query execution.

', 'refs' => [ 'AthenaDatasetDefinition$Database' => NULL, ], ], 'AthenaDatasetDefinition' => [ 'base' => '

Configuration for Athena Dataset Definition input.

', 'refs' => [ 'DatasetDefinition$AthenaDatasetDefinition' => NULL, ], ], 'AthenaQueryString' => [ 'base' => '

The SQL query statements, to be executed.

', 'refs' => [ 'AthenaDatasetDefinition$QueryString' => NULL, ], ], 'AthenaResultCompressionType' => [ 'base' => '

The compression used for Athena query results.

', 'refs' => [ 'AthenaDatasetDefinition$OutputCompression' => NULL, ], ], 'AthenaResultFormat' => [ 'base' => '

The data storage format for Athena query results.

', 'refs' => [ 'AthenaDatasetDefinition$OutputFormat' => NULL, ], ], 'AthenaWorkGroup' => [ 'base' => '

The name of the workgroup in which the Athena query is being started.

', 'refs' => [ 'AthenaDatasetDefinition$WorkGroup' => NULL, ], ], 'AttributeName' => [ 'base' => NULL, 'refs' => [ 'AttributeNames$member' => NULL, ], ], 'AttributeNames' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$AttributeNames' => '

A list of one or more attribute names to use that are found in a specified augmented manifest file.

', ], ], 'AuthMode' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$AuthMode' => '

The mode of authentication that members use to access the domain.

', 'DescribeDomainResponse$AuthMode' => '

The domain\'s authentication mode.

', ], ], 'AutoGenerateEndpointName' => [ 'base' => NULL, 'refs' => [ 'ModelDeployConfig$AutoGenerateEndpointName' => '

Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

', ], ], 'AutoMLAlgorithm' => [ 'base' => NULL, 'refs' => [ 'AutoMLAlgorithms$member' => NULL, ], ], 'AutoMLAlgorithmConfig' => [ 'base' => '

The collection of algorithms run on a dataset for training the model candidates of an Autopilot job.

', 'refs' => [ 'AutoMLAlgorithmsConfig$member' => NULL, ], ], 'AutoMLAlgorithms' => [ 'base' => NULL, 'refs' => [ 'AutoMLAlgorithmConfig$AutoMLAlgorithms' => '

The selection of algorithms run on a dataset to train the model candidates of an Autopilot job.

Selected algorithms must belong to the list corresponding to the training mode set in AutoMLJobConfig.Mode (ENSEMBLING or HYPERPARAMETER_TUNING). Choose a minimum of 1 algorithm.

  • In ENSEMBLING mode:

    • "catboost"

    • "extra-trees"

    • "fastai"

    • "lightgbm"

    • "linear-learner"

    • "nn-torch"

    • "randomforest"

    • "xgboost"

  • In HYPERPARAMETER_TUNING mode:

    • "linear-learner"

    • "mlp"

    • "xgboost"

', ], ], 'AutoMLAlgorithmsConfig' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateGenerationConfig$AlgorithmsConfig' => '

Stores the configuration information for the selection of algorithms used to train the model candidates.

The list of available algorithms to choose from depends on the training mode set in AutoMLJobConfig.Mode .

  • AlgorithmsConfig should not be set in AUTO training mode.

  • When AlgorithmsConfig is provided, one AutoMLAlgorithms attribute must be set and one only.

    If the list of algorithms provided as values for AutoMLAlgorithms is empty, AutoMLCandidateGenerationConfig uses the full set of algorithms for the given training mode.

  • When AlgorithmsConfig is not provided, AutoMLCandidateGenerationConfig uses the full set of algorithms for the given training mode.

For the list of all algorithms per training mode, see AutoMLAlgorithmConfig.

For more information on each algorithm, see the Algorithm support section in Autopilot developer guide.

', 'CandidateGenerationConfig$AlgorithmsConfig' => '

Stores the configuration information for the selection of algorithms used to train model candidates on tabular data.

The list of available algorithms to choose from depends on the training mode set in TabularJobConfig.Mode .

  • AlgorithmsConfig should not be set in AUTO training mode.

  • When AlgorithmsConfig is provided, one AutoMLAlgorithms attribute must be set and one only.

    If the list of algorithms provided as values for AutoMLAlgorithms is empty, CandidateGenerationConfig uses the full set of algorithms for the given training mode.

  • When AlgorithmsConfig is not provided, CandidateGenerationConfig uses the full set of algorithms for the given training mode.

For the list of all algorithms per problem type and training mode, see AutoMLAlgorithmConfig.

For more information on each algorithm, see the Algorithm support section in Autopilot developer guide.

', ], ], 'AutoMLCandidate' => [ 'base' => '

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

', 'refs' => [ 'AutoMLCandidates$member' => NULL, 'DescribeAutoMLJobResponse$BestCandidate' => '

The best model candidate selected by SageMaker Autopilot using both the best objective metric and lowest InferenceLatency for an experiment.

', 'DescribeAutoMLJobV2Response$BestCandidate' => '

Information about the candidate produced by an AutoML training job V2, including its status, steps, and other properties.

', ], ], 'AutoMLCandidateGenerationConfig' => [ 'base' => '

Stores the configuration information for how a candidate is generated (optional).

', 'refs' => [ 'AutoMLJobConfig$CandidateGenerationConfig' => '

The configuration for generating a candidate for an AutoML job (optional).

', ], ], 'AutoMLCandidateStep' => [ 'base' => '

Information about the steps for a candidate and what step it is working on.

', 'refs' => [ 'CandidateSteps$member' => NULL, ], ], 'AutoMLCandidates' => [ 'base' => NULL, 'refs' => [ 'ListCandidatesForAutoMLJobResponse$Candidates' => '

Summaries about the AutoMLCandidates.

', ], ], 'AutoMLChannel' => [ 'base' => '

A channel is a named input source that training algorithms can consume. The validation dataset size is limited to less than 2 GB. The training dataset size must be less than 100 GB. For more information, see Channel.

A validation dataset must contain the same headers as the training dataset.

', 'refs' => [ 'AutoMLInputDataConfig$member' => NULL, ], ], 'AutoMLChannelType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$ChannelType' => '

The channel type (optional) is an enum string. The default value is training. Channels for training and validation must share the same ContentType and TargetAttributeName. For information on specifying training and validation channel types, see How to specify training and validation datasets.

', 'AutoMLJobChannel$ChannelType' => '

The type of channel. Defines whether the data are used for training or validation. The default value is training. Channels for training and validation must share the same ContentType

The type of channel defaults to training for the time-series forecasting problem type.

', ], ], 'AutoMLContainerDefinition' => [ 'base' => '

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition.

', 'refs' => [ 'AutoMLContainerDefinitions$member' => NULL, ], ], 'AutoMLContainerDefinitions' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$InferenceContainers' => '

Information about the recommended inference container definitions.

', 'AutoMLInferenceContainerDefinitions$value' => '

Information about the recommended inference container definitions.

', ], ], 'AutoMLDataSource' => [ 'base' => '

The data source for the Autopilot job.

', 'refs' => [ 'AutoMLChannel$DataSource' => '

The data source for an AutoML channel.

', 'AutoMLJobChannel$DataSource' => '

The data source for an AutoML channel (Required).

', ], ], 'AutoMLDataSplitConfig' => [ 'base' => '

This structure specifies how to split the data into train and validation datasets.

The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob, the validation dataset must be less than 2 GB in size.

', 'refs' => [ 'AutoMLJobConfig$DataSplitConfig' => '

The configuration for splitting the input training dataset.

Type: AutoMLDataSplitConfig

', 'CreateAutoMLJobV2Request$DataSplitConfig' => '

This structure specifies how to split the data into train and validation datasets.

The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob, the validation dataset must be less than 2 GB in size.

This attribute must not be set for the time-series forecasting problem type, as Autopilot automatically splits the input dataset into training and validation sets.

', 'DescribeAutoMLJobV2Response$DataSplitConfig' => '

Returns the configuration settings of how the data are split into train and validation datasets.

', ], ], 'AutoMLFailureReason' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$FailureReason' => '

The failure reason.

', 'AutoMLJobSummary$FailureReason' => '

The failure reason of an AutoML job.

', 'AutoMLPartialFailureReason$PartialFailureMessage' => '

The message containing the reason for a partial failure of an AutoML job.

', 'DescribeAutoMLJobResponse$FailureReason' => '

Returns the failure reason for an AutoML job, when applicable.

', 'DescribeAutoMLJobV2Response$FailureReason' => '

Returns the reason for the failure of the AutoML job V2, when applicable.

', ], ], 'AutoMLInferenceContainerDefinitions' => [ 'base' => '

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the V2 API only (for example, for jobs created by calling CreateAutoMLJobV2).

', 'refs' => [ 'AutoMLCandidate$InferenceContainerDefinitions' => '

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2) related to image or text classification problem types only.

', ], ], 'AutoMLInputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$InputDataConfig' => '

An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.

', 'DescribeAutoMLJobResponse$InputDataConfig' => '

Returns the input data configuration for the AutoML job.

', ], ], 'AutoMLJobArn' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the AutoML job.

', 'AutoMLJobSummary$AutoMLJobArn' => '

The ARN of the AutoML job.

', 'CreateAutoMLJobResponse$AutoMLJobArn' => '

The unique ARN assigned to the AutoML job when it is created.

', 'CreateAutoMLJobV2Response$AutoMLJobArn' => '

The unique ARN assigned to the AutoMLJob when it is created.

', 'DescribeAutoMLJobResponse$AutoMLJobArn' => '

Returns the ARN of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobArn' => '

Returns the Amazon Resource Name (ARN) of the AutoML job V2.

', 'DescribeProcessingJobResponse$AutoMLJobArn' => '

The ARN of an AutoML job associated with this processing job.

', 'DescribeTrainingJobResponse$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of an AutoML job.

', 'DescribeTransformJobResponse$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML transform job.

', 'ProcessingJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

', 'TrainingJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the job.

', 'TransformJob$AutoMLJobArn' => '

The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

', ], ], 'AutoMLJobArtifacts' => [ 'base' => '

The artifacts that are generated during an AutoML job.

', 'refs' => [ 'DescribeAutoMLJobResponse$AutoMLJobArtifacts' => '

Returns information on the job\'s artifacts found in AutoMLJobArtifacts.

', 'DescribeAutoMLJobV2Response$AutoMLJobArtifacts' => NULL, ], ], 'AutoMLJobChannel' => [ 'base' => '

A channel is a named input source that training algorithms can consume. This channel is used for AutoML jobs V2 (jobs created by calling CreateAutoMLJobV2).

', 'refs' => [ 'AutoMLJobInputDataConfig$member' => NULL, ], ], 'AutoMLJobCompletionCriteria' => [ 'base' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'refs' => [ 'AutoMLJobConfig$CompletionCriteria' => '

How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

', 'AutoMLResolvedAttributes$CompletionCriteria' => NULL, 'ImageClassificationJobConfig$CompletionCriteria' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'ResolvedAttributes$CompletionCriteria' => NULL, 'TabularJobConfig$CompletionCriteria' => NULL, 'TextClassificationJobConfig$CompletionCriteria' => '

How long a job is allowed to run, or how many candidates a job is allowed to generate.

', 'TimeSeriesForecastingJobConfig$CompletionCriteria' => NULL, ], ], 'AutoMLJobConfig' => [ 'base' => '

A collection of settings used for an AutoML job.

', 'refs' => [ 'CreateAutoMLJobRequest$AutoMLJobConfig' => '

A collection of settings used to configure an AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobConfig' => '

Returns the configuration for the AutoML job.

', ], ], 'AutoMLJobInputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobV2Request$AutoMLJobInputDataConfig' => '

An array of channel objects describing the input data and their location. Each channel is a named input source. Similar to the InputDataConfig attribute in the CreateAutoMLJob input parameters. The supported formats depend on the problem type:

  • For tabular problem types: S3Prefix, ManifestFile.

  • For image classification: S3Prefix, ManifestFile, AugmentedManifestFile.

  • For text classification: S3Prefix.

  • For time-series forecasting: S3Prefix.

', 'DescribeAutoMLJobV2Response$AutoMLJobInputDataConfig' => '

Returns an array of channel objects describing the input data and their location.

', ], ], 'AutoMLJobName' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobName' => '

The name of the AutoML job you are requesting.

', 'CreateAutoMLJobRequest$AutoMLJobName' => '

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

', 'CreateAutoMLJobV2Request$AutoMLJobName' => '

Identifies an Autopilot job. The name must be unique to your account and is case insensitive.

', 'DescribeAutoMLJobRequest$AutoMLJobName' => '

Requests information about an AutoML job using its unique name.

', 'DescribeAutoMLJobResponse$AutoMLJobName' => '

Returns the name of the AutoML job.

', 'DescribeAutoMLJobV2Request$AutoMLJobName' => '

Requests information about an AutoML job V2 using its unique name.

', 'DescribeAutoMLJobV2Response$AutoMLJobName' => '

Returns the name of the AutoML job V2.

', 'ListCandidatesForAutoMLJobRequest$AutoMLJobName' => '

List the candidates created for the job by providing the job\'s name.

', 'StopAutoMLJobRequest$AutoMLJobName' => '

The name of the object you are requesting.

', ], ], 'AutoMLJobObjective' => [ 'base' => '

Specifies a metric to minimize or maximize as the objective of a job.

', 'refs' => [ 'AutoMLResolvedAttributes$AutoMLJobObjective' => NULL, 'CreateAutoMLJobRequest$AutoMLJobObjective' => '

Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.

', 'CreateAutoMLJobV2Request$AutoMLJobObjective' => '

Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. For the list of default values per problem type, see AutoMLJobObjective.

For tabular problem types, you must either provide both the AutoMLJobObjective and indicate the type of supervised learning problem in AutoMLProblemTypeConfig (TabularJobConfig.ProblemType), or none at all.

', 'DescribeAutoMLJobResponse$AutoMLJobObjective' => '

Returns the job\'s objective.

', 'DescribeAutoMLJobV2Response$AutoMLJobObjective' => '

Returns the job\'s objective.

', 'ResolvedAttributes$AutoMLJobObjective' => NULL, ], ], 'AutoMLJobObjectiveType' => [ 'base' => NULL, 'refs' => [ 'FinalAutoMLJobObjectiveMetric$Type' => '

The type of metric with the best result.

', ], ], 'AutoMLJobSecondaryStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobSecondaryStatus' => '

The secondary status of the AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobSecondaryStatus' => '

Returns the secondary status of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobSecondaryStatus' => '

Returns the secondary status of the AutoML job V2.

', ], ], 'AutoMLJobStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$AutoMLJobStatus' => '

The status of the AutoML job.

', 'DescribeAutoMLJobResponse$AutoMLJobStatus' => '

Returns the status of the AutoML job.

', 'DescribeAutoMLJobV2Response$AutoMLJobStatus' => '

Returns the status of the AutoML job V2.

', 'ListAutoMLJobsRequest$StatusEquals' => '

Request a list of jobs, using a filter for status.

', ], ], 'AutoMLJobStepMetadata' => [ 'base' => '

Metadata for an AutoML job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$AutoMLJob' => '

The Amazon Resource Name (ARN) of the AutoML job that was run by this step.

', ], ], 'AutoMLJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsResponse$AutoMLJobSummaries' => '

Returns a summary list of jobs.

', ], ], 'AutoMLJobSummary' => [ 'base' => '

Provides a summary about an AutoML job.

', 'refs' => [ 'AutoMLJobSummaries$member' => NULL, ], ], 'AutoMLMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$MaxResults' => '

Request a list of jobs up to a specified limit.

', 'ListCandidatesForAutoMLJobRequest$MaxResults' => '

List the job\'s candidates up to a specified limit.

', ], ], 'AutoMLMetricEnum' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobObjective$MetricName' => '

The name of the objective metric used to measure the predictive quality of a machine learning system. During training, the model\'s parameters are updated iteratively to optimize its performance based on the feedback provided by the objective metric when evaluating the model on the validation dataset.

For the list of all available metrics supported by Autopilot, see Autopilot metrics.

If you do not specify a metric explicitly, the default behavior is to automatically use:

  • For tabular problem types:

    • Regression: MSE.

    • Binary classification: F1.

    • Multiclass classification: Accuracy.

  • For image or text classification problem types: Accuracy

  • For time-series forecasting problem types: AverageWeightedQuantileLoss

', 'FinalAutoMLJobObjectiveMetric$MetricName' => '

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

', 'FinalAutoMLJobObjectiveMetric$StandardMetricName' => '

The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.

', 'MetricDatum$MetricName' => '

The name of the metric.

', ], ], 'AutoMLMetricExtendedEnum' => [ 'base' => NULL, 'refs' => [ 'MetricDatum$StandardMetricName' => '

The name of the standard metric.

For definitions of the standard metrics, see Autopilot candidate metrics .

', ], ], 'AutoMLMode' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobConfig$Mode' => '

The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.

The ENSEMBLING mode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported by ENSEMBLING mode.

The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported by HYPERPARAMETER_TUNING mode.

', 'TabularJobConfig$Mode' => '

The method that Autopilot uses to train the data. You can either specify the mode manually or let Autopilot choose for you based on the dataset size by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.

The ENSEMBLING mode uses a multi-stack ensemble model to predict classification and regression tasks directly from your dataset. This machine learning mode combines several base models to produce an optimal predictive model. It then uses a stacking ensemble method to combine predictions from contributing members. A multi-stack ensemble model can provide better performance over a single model by combining the predictive capabilities of multiple models. See Autopilot algorithm support for a list of algorithms supported by ENSEMBLING mode.

The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train the best version of a model. HPO automatically selects an algorithm for the type of problem you want to solve. Then HPO finds the best hyperparameters according to your objective metric. See Autopilot algorithm support for a list of algorithms supported by HYPERPARAMETER_TUNING mode.

', ], ], 'AutoMLNameContains' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$NameContains' => '

Request a list of jobs, using a search filter for name.

', ], ], 'AutoMLOutputDataConfig' => [ 'base' => '

The output data configuration.

', 'refs' => [ 'CreateAutoMLJobRequest$OutputDataConfig' => '

Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.

', 'CreateAutoMLJobV2Request$OutputDataConfig' => '

Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job.

', 'DescribeAutoMLJobResponse$OutputDataConfig' => '

Returns the job\'s output data config.

', 'DescribeAutoMLJobV2Response$OutputDataConfig' => '

Returns the job\'s output data config.

', ], ], 'AutoMLPartialFailureReason' => [ 'base' => '

The reason for a partial failure of an AutoML job.

', 'refs' => [ 'AutoMLPartialFailureReasons$member' => NULL, ], ], 'AutoMLPartialFailureReasons' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobSummary$PartialFailureReasons' => '

The list of reasons for partial failures within an AutoML job.

', 'DescribeAutoMLJobResponse$PartialFailureReasons' => '

Returns a list of reasons for partial failures within an AutoML job.

', 'DescribeAutoMLJobV2Response$PartialFailureReasons' => '

Returns a list of reasons for partial failures within an AutoML job V2.

', ], ], 'AutoMLProblemTypeConfig' => [ 'base' => '

A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.

', 'refs' => [ 'CreateAutoMLJobV2Request$AutoMLProblemTypeConfig' => '

Defines the configuration settings of one of the supported problem types.

', 'DescribeAutoMLJobV2Response$AutoMLProblemTypeConfig' => '

Returns the configuration settings of the problem type set for the AutoML job V2.

', ], ], 'AutoMLProblemTypeConfigName' => [ 'base' => NULL, 'refs' => [ 'DescribeAutoMLJobV2Response$AutoMLProblemTypeConfigName' => '

Returns the name of the problem type configuration set for the AutoML job V2.

', ], ], 'AutoMLProblemTypeResolvedAttributes' => [ 'base' => '

The resolved attributes specific to the problem type of an AutoML job V2.

', 'refs' => [ 'AutoMLResolvedAttributes$AutoMLProblemTypeResolvedAttributes' => '

Defines the resolved attributes specific to a problem type.

', ], ], 'AutoMLProcessingUnit' => [ 'base' => NULL, 'refs' => [ 'AutoMLInferenceContainerDefinitions$key' => '

Processing unit for an inference container. Currently Autopilot only supports CPU or GPU.

', ], ], 'AutoMLResolvedAttributes' => [ 'base' => '

The resolved attributes used to configure an AutoML job V2.

', 'refs' => [ 'DescribeAutoMLJobV2Response$ResolvedAttributes' => '

Returns the resolved attributes used by the AutoML job V2.

', ], ], 'AutoMLS3DataSource' => [ 'base' => '

Describes the Amazon S3 data source.

', 'refs' => [ 'AutoMLDataSource$S3DataSource' => '

The Amazon S3 location of the input data.

', ], ], 'AutoMLS3DataType' => [ 'base' => NULL, 'refs' => [ 'AutoMLS3DataSource$S3DataType' => '

The data type.

  • If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training.

    The S3Prefix should have the following format:

    s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER-OR-FILE

  • If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.

    A ManifestFile should have the format shown below:

    [ {"prefix": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"},

    "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-1",

    "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-2",

    ... "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-N" ]

  • If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile is available for V2 API jobs only (for example, for jobs created by calling CreateAutoMLJobV2).

    Here is a minimal, single-record example of an AugmentedManifestFile:

    {"source-ref": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/cats/cat.jpg",

    "label-metadata": {"class-name": "cat" }

    For more information on AugmentedManifestFile, see Provide Dataset Metadata to Training Jobs with an Augmented Manifest File.

', ], ], 'AutoMLSecurityConfig' => [ 'base' => '

Security options.

', 'refs' => [ 'AutoMLJobConfig$SecurityConfig' => '

The security configuration for traffic encryption or Amazon VPC settings.

', 'CreateAutoMLJobV2Request$SecurityConfig' => '

The security configuration for traffic encryption or Amazon VPC settings.

', 'DescribeAutoMLJobV2Response$SecurityConfig' => '

Returns the security configuration for traffic encryption or Amazon VPC settings.

', ], ], 'AutoMLSortBy' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$SortBy' => '

The parameter by which to sort the results. The default is Name.

', ], ], 'AutoMLSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListAutoMLJobsRequest$SortOrder' => '

The sort order for the results. The default is Descending.

', 'ListCandidatesForAutoMLJobRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', ], ], 'AutoParameter' => [ 'base' => '

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

', 'refs' => [ 'AutoParameters$member' => NULL, ], ], 'AutoParameters' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$AutoParameters' => '

A list containing hyperparameter names and example values to be used by Autotune to determine optimal ranges for your tuning job.

', ], ], 'AutoRollbackConfig' => [ 'base' => '

Automatic rollback configuration for handling endpoint deployment failures and recovery.

', 'refs' => [ 'DeploymentConfig$AutoRollbackConfiguration' => '

Automatic rollback configuration for handling endpoint deployment failures and recovery.

', ], ], 'Autotune' => [ 'base' => '

A flag to indicate if you want to use Autotune to automatically find optimal values for the following fields:

  • ParameterRanges: The names and ranges of parameters that a hyperparameter tuning job can optimize.

  • ResourceLimits: The maximum resources that can be used for a training job. These resources include the maximum number of training jobs, the maximum runtime of a tuning job, and the maximum number of training jobs to run at the same time.

  • TrainingJobEarlyStoppingType: A flag that specifies whether or not to use early stopping for training jobs launched by a hyperparameter tuning job.

  • RetryStrategy: The number of times to retry a training job.

  • Strategy: Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training jobs that it launches.

  • ConvergenceDetected: A flag to indicate that Automatic model tuning (AMT) has detected model convergence.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$Autotune' => '

Configures SageMaker Automatic model tuning (AMT) to automatically find optimal parameters for the following fields:

  • ParameterRanges: The names and ranges of parameters that a hyperparameter tuning job can optimize.

  • ResourceLimits: The maximum resources that can be used for a training job. These resources include the maximum number of training jobs, the maximum runtime of a tuning job, and the maximum number of training jobs to run at the same time.

  • TrainingJobEarlyStoppingType: A flag that specifies whether or not to use early stopping for training jobs launched by a hyperparameter tuning job.

  • RetryStrategy: The number of times to retry a training job.

  • Strategy: Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training jobs that it launches.

  • ConvergenceDetected: A flag to indicate that Automatic model tuning (AMT) has detected model convergence.

', 'DescribeHyperParameterTuningJobResponse$Autotune' => '

A flag to indicate if autotune is enabled for the hyperparameter tuning job.

', ], ], 'AutotuneMode' => [ 'base' => NULL, 'refs' => [ 'Autotune$Mode' => '

Set Mode to Enabled if you want to use Autotune.

', ], ], 'AwsManagedHumanLoopRequestSource' => [ 'base' => NULL, 'refs' => [ 'HumanLoopRequestSource$AwsManagedHumanLoopRequestSource' => '

Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

', ], ], 'BacktestResultsLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$BacktestResults' => '

The Amazon S3 prefix to the accuracy metrics and the inference results observed over the testing window. Available only for the time-series forecasting problem type.

', ], ], 'BatchDataCaptureConfig' => [ 'base' => '

Configuration to control how SageMaker captures inference data for batch transform jobs.

', 'refs' => [ 'CreateTransformJobRequest$DataCaptureConfig' => '

Configuration to control how SageMaker captures inference data.

', 'DescribeTransformJobResponse$DataCaptureConfig' => '

Configuration to control how SageMaker captures inference data.

', 'TransformJob$DataCaptureConfig' => NULL, ], ], 'BatchDescribeModelPackageError' => [ 'base' => '

The error code and error description associated with the resource.

', 'refs' => [ 'BatchDescribeModelPackageErrorMap$value' => NULL, ], ], 'BatchDescribeModelPackageErrorMap' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageOutput$BatchDescribeModelPackageErrorMap' => '

A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.

', ], ], 'BatchDescribeModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchDescribeModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchDescribeModelPackageSummary' => [ 'base' => '

Provides summary information about the model package.

', 'refs' => [ 'ModelPackageSummaries$value' => NULL, ], ], 'BatchStrategy' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set the SplitType property to Line, RecordIO, or TFRecord.

To use only one record when making an HTTP invocation request to a container, set BatchStrategy to SingleRecord and SplitType to Line.

To fit as many records in a mini-batch as can fit within the MaxPayloadInMB limit, set BatchStrategy to MultiRecord and SplitType to Line.

', 'DescribeTransformJobResponse$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

To enable the batch strategy, you must set SplitType to Line, RecordIO, or TFRecord.

', 'TransformJob$BatchStrategy' => '

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

', 'TransformJobDefinition$BatchStrategy' => '

A string that determines the number of records included in a single mini-batch.

SingleRecord means only one record is used per mini-batch. MultiRecord means a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB limit.

', ], ], 'BatchTransformInput' => [ 'base' => '

Input object for the batch transform job.

', 'refs' => [ 'DataQualityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelBiasJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelExplainabilityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'ModelQualityJobInput$BatchTransformInput' => '

Input object for the batch transform job.

', 'MonitoringInput$BatchTransformInput' => '

Input object for the batch transform job.

', ], ], 'BestObjectiveNotImproving' => [ 'base' => '

A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.

', 'refs' => [ 'TuningJobCompletionCriteria$BestObjectiveNotImproving' => '

A flag to stop your hyperparameter tuning job if model performance fails to improve as evaluated against an objective function.

', ], ], 'Bias' => [ 'base' => '

Contains bias metrics for a model.

', 'refs' => [ 'ModelMetrics$Bias' => '

Metrics that measure bais in a model.

', ], ], 'BillableTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$BillableTimeInSeconds' => '

The billable time in seconds. Billable time refers to the absolute wall-clock time.

Multiply BillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker bills you if you run distributed training. The formula is as follows: BillableTimeInSeconds * InstanceCount .

You can calculate the savings from using managed spot training using the formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100. For example, if BillableTimeInSeconds is 100 and TrainingTimeInSeconds is 500, the savings is 80%.

', 'TrainingJob$BillableTimeInSeconds' => '

The billable time in seconds.

', ], ], 'BlockedReason' => [ 'base' => NULL, 'refs' => [ 'OfflineStoreStatus$BlockedReason' => '

The justification for why the OfflineStoreStatus is Blocked (if applicable).

', ], ], 'BlueGreenUpdatePolicy' => [ 'base' => '

Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.

', 'refs' => [ 'DeploymentConfig$BlueGreenUpdatePolicy' => '

Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$EnableSageMakerMetricsTimeSeries' => '

To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren\'t generated except in the following cases:

', 'AutoMLSecurityConfig$EnableInterContainerTrafficEncryption' => '

Whether to use traffic encryption between the container layers.

', 'BatchDataCaptureConfig$GenerateInferenceId' => '

Flag that indicates whether to append inference id to the output.

', 'ChannelSpecification$IsRequired' => '

Indicates whether the channel is required by the algorithm.

', 'ClarifyCheckStepMetadata$SkipCheck' => '

This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to False, the previous baseline of the configured check type must be available.

', 'ClarifyCheckStepMetadata$RegisterNewBaseline' => '

This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. If it is set to False, the previous baseline of the configured check type must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints property.

', 'CreateModelInput$EnableNetworkIsolation' => '

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

', 'CreateTrainingJobRequest$EnableNetworkIsolation' => '

Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If you enable network isolation for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'CreateTrainingJobRequest$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training. For more information, see Protect Communications Between ML Compute Instances in a Distributed Training Job.

', 'CreateTrainingJobRequest$EnableManagedSpotTraining' => '

To train models using managed spot training, choose True. Managed spot training provides a fully managed and scalable infrastructure for training machine learning models. this option is useful when training jobs can be interrupted and when there is flexibility when the training job is run.

The complete and intermediate results of jobs are stored in an Amazon S3 bucket, and can be used as a starting point to train models incrementally. Amazon SageMaker provides metrics and logs in CloudWatch. They can be used to see when managed spot training jobs are running, interrupted, resumed, or completed.

', 'DescribeModelOutput$EnableNetworkIsolation' => '

If True, no inbound or outbound network calls can be made to or from the model container.

', 'DescribeTrainingJobResponse$EnableNetworkIsolation' => '

If you want to allow inbound or outbound network calls, except for calls between peers within a training cluster for distributed training, choose True. If you enable network isolation for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'DescribeTrainingJobResponse$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithms in distributed training.

', 'DescribeTrainingJobResponse$EnableManagedSpotTraining' => '

A Boolean indicating whether managed spot training is enabled (True) or not (False).

', 'HyperParameterSpecification$IsTunable' => '

Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

', 'HyperParameterSpecification$IsRequired' => '

Indicates whether this hyperparameter is required.

', 'HyperParameterTrainingJobDefinition$EnableNetworkIsolation' => '

Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

', 'HyperParameterTrainingJobDefinition$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

', 'HyperParameterTrainingJobDefinition$EnableManagedSpotTraining' => '

A Boolean indicating whether managed spot training is enabled (True) or not (False).

', 'ListStageDevicesRequest$ExcludeDevicesDeployedInOtherStage' => '

Toggle for excluding devices deployed in other stages.

', 'Model$EnableNetworkIsolation' => '

Isolates the model container. No inbound or outbound network calls can be made to or from the model container.

', 'ModelDashboardIndicatorAction$Enabled' => '

Indicates whether the alert action is turned on.

', 'MonitoringCsvDatasetFormat$Header' => '

Indicates if the CSV data has a header.

', 'MonitoringJsonDatasetFormat$Line' => '

Indicates if the file should be read as a json object per line.

', 'MonitoringNetworkConfig$EnableInterContainerTrafficEncryption' => '

Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

', 'MonitoringNetworkConfig$EnableNetworkIsolation' => '

Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

', 'NetworkConfig$EnableInterContainerTrafficEncryption' => '

Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.

', 'NetworkConfig$EnableNetworkIsolation' => '

Whether to allow inbound and outbound network calls to and from the containers used for the processing job.

', 'OfflineStoreConfig$DisableGlueTableCreation' => '

Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore. If set to False, Feature Store will name the OfflineStore Glue table following Athena\'s naming recommendations.

The default value is False.

', 'OnlineStoreConfig$EnableOnlineStore' => '

Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

The default value is False.

', 'QualityCheckStepMetadata$SkipCheck' => '

This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to False, the previous baseline of the configured check type must be available.

', 'QualityCheckStepMetadata$RegisterNewBaseline' => '

This flag indicates if a newly calculated baseline can be accessed through step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics. If it is set to False, the previous baseline of the configured check type must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics properties.

', 'QueryLineageRequest$IncludeEdges' => '

Setting this value to True retrieves not only the entities of interest but also the Associations and lineage entities on the path. Set to False to only return lineage entities that match your query.

', 'TrainingJob$EnableNetworkIsolation' => '

If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can\'t communicate beyond the VPC they run in.

', 'TrainingJob$EnableInterContainerTrafficEncryption' => '

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

', 'TrainingJob$EnableManagedSpotTraining' => '

When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

', 'TrainingSpecification$SupportsDistributedTraining' => '

Indicates whether the algorithm supports distributed training. If set to false, buyers can\'t request more than one instance during training.

', 'UpdateEndpointInput$RetainAllVariantProperties' => '

When updating endpoint resources, enables or disables the retention of variant properties, such as the instance count or the variant weight. To retain the variant properties of an endpoint when updating it, set RetainAllVariantProperties to true. To use the variant properties specified in a new EndpointConfig call when updating an endpoint, set RetainAllVariantProperties to false. The default is false.

', 'UpdateEndpointInput$RetainDeploymentConfig' => '

Specifies whether to reuse the last deployment configuration. The default value is false (the configuration is not reused).

', ], ], 'BooleanOperator' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$Operator' => '

A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or. The default value is And.

', ], ], 'Branch' => [ 'base' => NULL, 'refs' => [ 'GitConfig$Branch' => '

The default branch for the Git repository.

', ], ], 'BucketName' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$Bucket' => '

Name of the S3 bucket.

', ], ], 'CacheHitResult' => [ 'base' => '

Details on the cache hit of a pipeline execution step.

', 'refs' => [ 'PipelineExecutionStep$CacheHitResult' => '

If this pipeline execution step was cached, details on the cache hit.

', ], ], 'CallbackStepMetadata' => [ 'base' => '

Metadata about a callback step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Callback' => '

The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

', ], ], 'CallbackToken' => [ 'base' => NULL, 'refs' => [ 'CallbackStepMetadata$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', 'SendPipelineExecutionStepFailureRequest$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', 'SendPipelineExecutionStepSuccessRequest$CallbackToken' => '

The pipeline generated token from the Amazon SQS queue.

', ], ], 'CandidateArtifactLocations' => [ 'base' => '

The location of artifacts for an AutoML candidate job.

', 'refs' => [ 'CandidateProperties$CandidateArtifactLocations' => '

The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

', ], ], 'CandidateDefinitionNotebookLocation' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobArtifacts$CandidateDefinitionNotebookLocation' => '

The URL of the notebook location.

', ], ], 'CandidateGenerationConfig' => [ 'base' => '

Stores the configuration information for how model candidates are generated using an AutoML job V2.

', 'refs' => [ 'TabularJobConfig$CandidateGenerationConfig' => '

The configuration information of how model candidates are generated.

', ], ], 'CandidateName' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateName' => '

The name of the candidate.

', 'ListCandidatesForAutoMLJobRequest$CandidateNameEquals' => '

List the candidates for the job and filter by candidate name.

', ], ], 'CandidateProperties' => [ 'base' => '

The properties of an AutoML candidate job.

', 'refs' => [ 'AutoMLCandidate$CandidateProperties' => '

The properties of an AutoML candidate job.

', ], ], 'CandidateSortBy' => [ 'base' => NULL, 'refs' => [ 'ListCandidatesForAutoMLJobRequest$SortBy' => '

The parameter by which to sort the results. The default is Descending.

', ], ], 'CandidateStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateStatus' => '

The candidate\'s status.

', 'ListCandidatesForAutoMLJobRequest$StatusEquals' => '

List the candidates for the job and filter by status.

', ], ], 'CandidateStepArn' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepArn' => '

The ARN for the candidate\'s step.

', ], ], 'CandidateStepName' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepName' => '

The name for the candidate\'s step.

', ], ], 'CandidateStepType' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidateStep$CandidateStepType' => '

Whether the candidate is at the transform, training, or processing step.

', ], ], 'CandidateSteps' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$CandidateSteps' => '

Information about the candidate\'s steps.

', ], ], 'CanvasAppSettings' => [ 'base' => '

The SageMaker Canvas application settings.

', 'refs' => [ 'UserSettings$CanvasAppSettings' => '

The Canvas app settings.

', ], ], 'CapacitySize' => [ 'base' => '

Specifies the type and size of the endpoint capacity to activate for a blue/green deployment, a rolling deployment, or a rollback strategy. You can specify your batches as either instance count or the overall percentage or your fleet.

For a rollback strategy, if you don\'t specify the fields in this object, or if you set the Value to 100%, then SageMaker uses a blue/green rollback strategy and rolls all traffic back to the blue fleet.

', 'refs' => [ 'RollingUpdatePolicy$MaximumBatchSize' => '

Batch size for each rolling step to provision capacity and turn on traffic on the new endpoint fleet, and terminate capacity on the old endpoint fleet. Value must be between 5% to 50% of the variant\'s total instance count.

', 'RollingUpdatePolicy$RollbackMaximumBatchSize' => '

Batch size for rollback to the old endpoint fleet. Each rolling step to provision capacity and turn on traffic on the old endpoint fleet, and terminate capacity on the new endpoint fleet. If this field is absent, the default value will be set to 100% of total capacity which means to bring up the whole capacity of the old fleet at once during rollback.

', 'TrafficRoutingConfig$CanarySize' => '

Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant\'s total instance count.

', 'TrafficRoutingConfig$LinearStepSize' => '

Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant\'s total instance count.

', ], ], 'CapacitySizeType' => [ 'base' => NULL, 'refs' => [ 'CapacitySize$Type' => '

Specifies the endpoint capacity type.

  • INSTANCE_COUNT: The endpoint activates based on the number of instances.

  • CAPACITY_PERCENT: The endpoint activates based on the specified percentage of capacity.

', ], ], 'CapacitySizeValue' => [ 'base' => NULL, 'refs' => [ 'CapacitySize$Value' => '

Defines the capacity size, either as a number of instances or a capacity percentage.

', ], ], 'CaptureContentTypeHeader' => [ 'base' => '

Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.

', 'refs' => [ 'DataCaptureConfig$CaptureContentTypeHeader' => '

Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.

', 'InferenceExperimentDataStorageConfig$ContentType' => NULL, ], ], 'CaptureMode' => [ 'base' => NULL, 'refs' => [ 'CaptureOption$CaptureMode' => '

Specify the boundary of data to capture.

', ], ], 'CaptureOption' => [ 'base' => '

Specifies data Model Monitor will capture.

', 'refs' => [ 'CaptureOptionList$member' => NULL, ], ], 'CaptureOptionList' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$CaptureOptions' => '

Specifies data Model Monitor will capture. You can configure whether to collect only input, only output, or both

', ], ], 'CaptureStatus' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfigSummary$CaptureStatus' => '

Whether data capture is currently functional.

', ], ], 'Catalog' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$Catalog' => '

The name of the Glue table catalog.

', ], ], 'CategoricalParameter' => [ 'base' => '

Environment parameters you want to benchmark your load test against.

', 'refs' => [ 'CategoricalParameters$member' => NULL, ], ], 'CategoricalParameterRange' => [ 'base' => '

A list of categorical hyperparameters to tune.

', 'refs' => [ 'CategoricalParameterRanges$member' => NULL, ], ], 'CategoricalParameterRangeSpecification' => [ 'base' => '

Defines the possible values for a categorical hyperparameter.

', 'refs' => [ 'ParameterRange$CategoricalParameterRangeSpecification' => '

A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.

', ], ], 'CategoricalParameterRangeValues' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameter$Value' => '

The list of values you can pass.

', ], ], 'CategoricalParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$CategoricalParameterRanges' => '

The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.

', ], ], 'CategoricalParameters' => [ 'base' => NULL, 'refs' => [ 'EnvironmentParameterRanges$CategoricalParameterRanges' => '

Specified a list of parameters for each category.

', ], ], 'Cents' => [ 'base' => NULL, 'refs' => [ 'USD$Cents' => '

The fractional portion, in cents, of the amount.

', ], ], 'CertifyForMarketplace' => [ 'base' => NULL, 'refs' => [ 'CreateAlgorithmInput$CertifyForMarketplace' => '

Whether to certify the algorithm so that it can be listed in Amazon Web Services Marketplace.

', 'CreateModelPackageInput$CertifyForMarketplace' => '

Whether to certify the model package for listing on Amazon Web Services Marketplace.

This parameter is optional for unversioned models, and does not apply to versioned models.

', 'DescribeAlgorithmOutput$CertifyForMarketplace' => '

Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.

', 'DescribeModelPackageOutput$CertifyForMarketplace' => '

Whether the model package is certified for listing on Amazon Web Services Marketplace.

', 'ModelPackage$CertifyForMarketplace' => '

Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

', ], ], 'Channel' => [ 'base' => '

A channel is a named input source that training algorithms can consume.

', 'refs' => [ 'InputDataConfig$member' => NULL, ], ], 'ChannelName' => [ 'base' => NULL, 'refs' => [ 'Channel$ChannelName' => '

The name of the channel.

', 'ChannelSpecification$Name' => '

The name of the channel.

', ], ], 'ChannelSpecification' => [ 'base' => '

Defines a named input source, called a channel, to be used by an algorithm.

', 'refs' => [ 'ChannelSpecifications$member' => NULL, ], ], 'ChannelSpecifications' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$TrainingChannels' => '

A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

', ], ], 'CheckpointConfig' => [ 'base' => '

Contains information about the output location for managed spot training checkpoint data.

', 'refs' => [ 'CreateTrainingJobRequest$CheckpointConfig' => '

Contains information about the output location for managed spot training checkpoint data.

', 'DescribeTrainingJobResponse$CheckpointConfig' => NULL, 'HyperParameterTrainingJobDefinition$CheckpointConfig' => NULL, 'TrainingJob$CheckpointConfig' => NULL, ], ], 'Cidr' => [ 'base' => NULL, 'refs' => [ 'Cidrs$member' => NULL, ], ], 'Cidrs' => [ 'base' => NULL, 'refs' => [ 'SourceIpConfig$Cidrs' => '

A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

', ], ], 'ClarifyCheckStepMetadata' => [ 'base' => '

The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'PipelineExecutionStepMetadata$ClarifyCheck' => '

Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted,

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

', ], ], 'ClarifyContentTemplate' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ContentTemplate' => '

A template string used to format a JSON record into an acceptable model container input. For example, a ContentTemplate string \'{"myfeatures":$features}\' will format a list of features [1,2,3] into the record string \'{"myfeatures":[1,2,3]}\'. Required only when the model container input is in JSON Lines format.

', ], ], 'ClarifyEnableExplanations' => [ 'base' => NULL, 'refs' => [ 'ClarifyExplainerConfig$EnableExplanations' => '

A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations for additional information.

', ], ], 'ClarifyExplainerConfig' => [ 'base' => '

The configuration parameters for the SageMaker Clarify explainer.

', 'refs' => [ 'ExplainerConfig$ClarifyExplainerConfig' => '

A member of ExplainerConfig that contains configuration parameters for the SageMaker Clarify explainer.

', ], ], 'ClarifyFeatureHeaders' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeatureHeaders' => '

The names of the features. If provided, these are included in the endpoint response payload to help readability of the InvokeEndpoint output. See the Response section under Invoke the endpoint in the Developer Guide for more information.

', ], ], 'ClarifyFeatureType' => [ 'base' => NULL, 'refs' => [ 'ClarifyFeatureTypes$member' => NULL, ], ], 'ClarifyFeatureTypes' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeatureTypes' => '

A list of data types of the features (optional). Applicable only to NLP explainability. If provided, FeatureTypes must have at least one \'text\' string (for example, [\'text\']). If FeatureTypes is not provided, the explainer infers the feature types based on the baseline data. The feature types are included in the endpoint response payload. For additional information see the response section under Invoke the endpoint in the Developer Guide for more information.

', ], ], 'ClarifyFeaturesAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$FeaturesAttribute' => '

Provides the JMESPath expression to extract the features from a model container input in JSON Lines format. For example, if FeaturesAttribute is the JMESPath expression \'myfeatures\', it extracts a list of features [1,2,3] from request data \'{"myfeatures":[1,2,3]}\'.

', ], ], 'ClarifyHeader' => [ 'base' => NULL, 'refs' => [ 'ClarifyFeatureHeaders$member' => NULL, 'ClarifyLabelHeaders$member' => NULL, ], ], 'ClarifyInferenceConfig' => [ 'base' => '

The inference configuration parameter for the model container.

', 'refs' => [ 'ClarifyExplainerConfig$InferenceConfig' => '

The inference configuration parameter for the model container.

', ], ], 'ClarifyLabelAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelAttribute' => '

A JMESPath expression used to locate the list of label headers in the model container output.

Example: If the model container output of a batch request is \'{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}\', then set LabelAttribute to \'labels\' to extract the list of label headers ["cat","dog","fish"]

', ], ], 'ClarifyLabelHeaders' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelHeaders' => '

For multiclass classification problems, the label headers are the names of the classes. Otherwise, the label header is the name of the predicted label. These are used to help readability for the output of the InvokeEndpoint API. See the response section under Invoke the endpoint in the Developer Guide for more information. If there are no label headers in the model container output, provide them manually using this parameter.

', ], ], 'ClarifyLabelIndex' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$LabelIndex' => '

A zero-based index used to extract a label header or list of label headers from model container output in CSV format.

Example for a multiclass model: If the model container output consists of label headers followed by probabilities: \'"[\\\'cat\\\',\\\'dog\\\',\\\'fish\\\']","[0.1,0.6,0.3]"\', set LabelIndex to 0 to select the label headers [\'cat\',\'dog\',\'fish\'].

', ], ], 'ClarifyMaxPayloadInMB' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$MaxPayloadInMB' => '

The maximum payload size (MB) allowed of a request from the explainer to the model container. Defaults to 6 MB.

', ], ], 'ClarifyMaxRecordCount' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$MaxRecordCount' => '

The maximum number of records in a request that the model container can process when querying the model container for the predictions of a synthetic dataset. A record is a unit of input data that inference can be made on, for example, a single line in CSV data. If MaxRecordCount is 1, the model container expects one record per request. A value of 2 or greater means that the model expects batch requests, which can reduce overhead and speed up the inferencing process. If this parameter is not provided, the explainer will tune the record count per request according to the model container\'s capacity at runtime.

', ], ], 'ClarifyMimeType' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapBaselineConfig$MimeType' => '

The MIME type of the baseline data. Choose from \'text/csv\' or \'application/jsonlines\'. Defaults to \'text/csv\'.

', ], ], 'ClarifyProbabilityAttribute' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ProbabilityAttribute' => '

A JMESPath expression used to extract the probability (or score) from the model container output if the model container is in JSON Lines format.

Example: If the model container output of a single request is \'{"predicted_label":1,"probability":0.6}\', then set ProbabilityAttribute to \'probability\'.

', ], ], 'ClarifyProbabilityIndex' => [ 'base' => NULL, 'refs' => [ 'ClarifyInferenceConfig$ProbabilityIndex' => '

A zero-based index used to extract a probability value (score) or list from model container output in CSV format. If this value is not provided, the entire model container output will be treated as a probability value (score) or list.

Example for a single class model: If the model container output consists of a string-formatted prediction label followed by its probability: \'1,0.6\', set ProbabilityIndex to 1 to select the probability value 0.6.

Example for a multiclass model: If the model container output consists of a string-formatted prediction label followed by its probability: \'"[\\\'cat\\\',\\\'dog\\\',\\\'fish\\\']","[0.1,0.6,0.3]"\', set ProbabilityIndex to 1 to select the probability values [0.1,0.6,0.3].

', ], ], 'ClarifyShapBaseline' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapBaselineConfig$ShapBaseline' => '

The inline SHAP baseline data in string format. ShapBaseline can have one or multiple records to be used as the baseline dataset. The format of the SHAP baseline file should be the same format as the training dataset. For example, if the training dataset is in CSV format and each record contains four features, and all features are numerical, then the format of the baseline data should also share these characteristics. For natural language processing (NLP) of text columns, the baseline value should be the value used to replace the unit of text specified by the Granularity of the TextConfig parameter. The size limit for ShapBasline is 4 KB. Use the ShapBaselineUri parameter if you want to provide more than 4 KB of baseline data.

', ], ], 'ClarifyShapBaselineConfig' => [ 'base' => '

The configuration for the SHAP baseline (also called the background or reference dataset) of the Kernal SHAP algorithm.

  • The number of records in the baseline data determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.

  • ShapBaseline and ShapBaselineUri are mutually exclusive parameters. One or the either is required to configure a SHAP baseline.

', 'refs' => [ 'ClarifyShapConfig$ShapBaselineConfig' => '

The configuration for the SHAP baseline of the Kernal SHAP algorithm.

', ], ], 'ClarifyShapConfig' => [ 'base' => '

The configuration for SHAP analysis using SageMaker Clarify Explainer.

', 'refs' => [ 'ClarifyExplainerConfig$ShapConfig' => '

The configuration for SHAP analysis.

', ], ], 'ClarifyShapNumberOfSamples' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$NumberOfSamples' => '

The number of samples to be used for analysis by the Kernal SHAP algorithm.

The number of samples determines the size of the synthetic dataset, which has an impact on latency of explainability requests. For more information, see the Synthetic data of Configure and create an endpoint.

', ], ], 'ClarifyShapSeed' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$Seed' => '

The starting value used to initialize the random number generator in the explainer. Provide a value for this parameter to obtain a deterministic SHAP result.

', ], ], 'ClarifyShapUseLogit' => [ 'base' => NULL, 'refs' => [ 'ClarifyShapConfig$UseLogit' => '

A Boolean toggle to indicate if you want to use the logit function (true) or log-odds units (false) for model predictions. Defaults to false.

', ], ], 'ClarifyTextConfig' => [ 'base' => '

A parameter used to configure the SageMaker Clarify explainer to treat text features as text so that explanations are provided for individual units of text. Required only for natural language processing (NLP) explainability.

', 'refs' => [ 'ClarifyShapConfig$TextConfig' => '

A parameter that indicates if text features are treated as text and explanations are provided for individual units of text. Required for natural language processing (NLP) explainability only.

', ], ], 'ClarifyTextGranularity' => [ 'base' => NULL, 'refs' => [ 'ClarifyTextConfig$Granularity' => '

The unit of granularity for the analysis of text features. For example, if the unit is \'token\', then each token (like a word in English) of the text is treated as a feature. SHAP values are computed for each unit/feature.

', ], ], 'ClarifyTextLanguage' => [ 'base' => NULL, 'refs' => [ 'ClarifyTextConfig$Language' => '

Specifies the language of the text features in ISO 639-1 or ISO 639-3 code of a supported language.

For a mix of multiple languages, use code \'xx\'.

', ], ], 'ClientId' => [ 'base' => NULL, 'refs' => [ 'CognitoConfig$ClientId' => '

The client ID for your Amazon Cognito user pool.

', 'CognitoMemberDefinition$ClientId' => '

An identifier for an application client. You must create the app client ID using Amazon Cognito.

', 'OidcConfig$ClientId' => '

The OIDC IdP client ID used to configure your private workforce.

', 'OidcConfigForResponse$ClientId' => '

The OIDC IdP client ID used to configure your private workforce.

', ], ], 'ClientSecret' => [ 'base' => NULL, 'refs' => [ 'OidcConfig$ClientSecret' => '

The OIDC IdP client secret used to configure your private workforce.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ClientToken' => '

A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web Services SDKs, such as the SDK for Python (Boto3), add a unique value to the call.

', 'CreateModelPackageInput$ClientToken' => '

A unique token that guarantees that the call to this API is idempotent.

', ], ], 'CodeRepositories' => [ 'base' => NULL, 'refs' => [ 'JupyterServerAppSettings$CodeRepositories' => '

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

', ], ], 'CodeRepository' => [ 'base' => '

A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.

', 'refs' => [ 'CodeRepositories$member' => NULL, ], ], 'CodeRepositoryArn' => [ 'base' => NULL, 'refs' => [ 'CodeRepositorySummary$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the Git repository.

', 'CreateCodeRepositoryOutput$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the new repository.

', 'DescribeCodeRepositoryOutput$CodeRepositoryArn' => '

The Amazon Resource Name (ARN) of the Git repository.

', 'UpdateCodeRepositoryOutput$CodeRepositoryArn' => '

The ARN of the Git repository.

', ], ], 'CodeRepositoryContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$DefaultCodeRepositoryContains' => '

A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.

', ], ], 'CodeRepositoryNameContains' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$NameContains' => '

A string in the Git repositories name. This filter returns only repositories whose name contains the specified string.

', ], ], 'CodeRepositoryNameOrUrl' => [ 'base' => NULL, 'refs' => [ 'AdditionalCodeRepositoryNamesOrUrls$member' => NULL, 'CreateNotebookInstanceInput$DefaultCodeRepository' => '

A Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'DescribeNotebookInstanceOutput$DefaultCodeRepository' => '

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'ListNotebookInstancesInput$AdditionalCodeRepositoryEquals' => '

A filter that returns only notebook instances with associated with the specified git repository.

', 'NotebookInstanceSummary$DefaultCodeRepository' => '

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', 'UpdateNotebookInstanceInput$DefaultCodeRepository' => '

The Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with SageMaker Notebook Instances.

', ], ], 'CodeRepositorySortBy' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'CodeRepositorySortOrder' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesInput$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'CodeRepositorySummary' => [ 'base' => '

Specifies summary information about a Git repository.

', 'refs' => [ 'CodeRepositorySummaryList$member' => NULL, ], ], 'CodeRepositorySummaryList' => [ 'base' => NULL, 'refs' => [ 'ListCodeRepositoriesOutput$CodeRepositorySummaryList' => '

Gets a list of summaries of the Git repositories. Each summary specifies the following values for the repository:

  • Name

  • Amazon Resource Name (ARN)

  • Creation time

  • Last modified time

  • Configuration information, including the URL location of the repository and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', ], ], 'CognitoConfig' => [ 'base' => '

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

', 'refs' => [ 'CreateWorkforceRequest$CognitoConfig' => '

Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Do not use OidcConfig if you specify values for CognitoConfig.

', 'Workforce$CognitoConfig' => '

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

', ], ], 'CognitoMemberDefinition' => [ 'base' => '

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

', 'refs' => [ 'MemberDefinition$CognitoMemberDefinition' => '

The Amazon Cognito user group that is part of the work team.

', ], ], 'CognitoUserGroup' => [ 'base' => NULL, 'refs' => [ 'CognitoMemberDefinition$UserGroup' => '

An identifier for a user group.

', ], ], 'CognitoUserPool' => [ 'base' => NULL, 'refs' => [ 'CognitoConfig$UserPool' => '

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

', 'CognitoMemberDefinition$UserPool' => '

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

', ], ], 'CollectionConfiguration' => [ 'base' => '

Configuration information for the Amazon SageMaker Debugger output tensor collections.

', 'refs' => [ 'CollectionConfigurations$member' => NULL, ], ], 'CollectionConfigurations' => [ 'base' => NULL, 'refs' => [ 'DebugHookConfig$CollectionConfigurations' => '

Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', ], ], 'CollectionName' => [ 'base' => NULL, 'refs' => [ 'CollectionConfiguration$CollectionName' => '

The name of the tensor collection. The name must be unique relative to other rule configuration names.

', ], ], 'CollectionParameters' => [ 'base' => NULL, 'refs' => [ 'CollectionConfiguration$CollectionParameters' => '

Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

', ], ], 'CompilationJobArn' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationJobArn' => '

The Amazon Resource Name (ARN) of the model compilation job.

', 'CreateCompilationJobResponse$CompilationJobArn' => '

If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns the following data in JSON format:

  • CompilationJobArn: The Amazon Resource Name (ARN) of the compiled job.

', 'DescribeCompilationJobResponse$CompilationJobArn' => '

The Amazon Resource Name (ARN) of the model compilation job.

', ], ], 'CompilationJobStatus' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationJobStatus' => '

The status of the model compilation job.

', 'DescribeCompilationJobResponse$CompilationJobStatus' => '

The status of the model compilation job.

', 'ListCompilationJobsRequest$StatusEquals' => '

A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

', ], ], 'CompilationJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListCompilationJobsResponse$CompilationJobSummaries' => '

An array of CompilationJobSummary objects, each describing a model compilation job.

', ], ], 'CompilationJobSummary' => [ 'base' => '

A summary of a model compilation job.

', 'refs' => [ 'CompilationJobSummaries$member' => NULL, ], ], 'CompilerOptions' => [ 'base' => NULL, 'refs' => [ 'OutputConfig$CompilerOptions' => '

Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

  • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model\'s input. "float32" is used if "DTYPE" is not specified. Options for data type are:

    • float32: Use either "float" or "float32".

    • int64: Use either "int64" or "long".

    For example, {"dtype" : "float32"}.

  • CPU: Compilation for CPU supports the following compiler options.

    • mcpu: CPU micro-architecture. For example, {\'mcpu\': \'skylake-avx512\'}

    • mattr: CPU flags. For example, {\'mattr\': [\'+neon\', \'+vfpv4\']}

  • ARM: Details of ARM CPU compilations.

    • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

      For example, add {\'mattr\': [\'+neon\']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

  • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

    • gpu_code: Specifies the targeted architecture.

    • trt-ver: Specifies the TensorRT versions in x.y.z. format.

    • cuda-ver: Specifies the CUDA version in x.y format.

    For example, {\'gpu-code\': \'sm_72\', \'trt-ver\': \'6.0.1\', \'cuda-ver\': \'10.1\'}

  • ANDROID: Compilation for the Android OS supports the following compiler options:

    • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {\'ANDROID_PLATFORM\': 28}.

    • mattr: Add {\'mattr\': [\'+neon\']} to compiler options if compiling for ARM 32-bit platform with NEON support.

  • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\\"--verbose 1 --num-neuroncores 2 -O2\\"".

    For information about supported compiler options, see Neuron Compiler CLI Reference Guide.

  • CoreML: Compilation for the CoreML OutputConfig TargetDevice supports the following compiler options:

    • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.

  • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

    • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".

    • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow\'s default signature def key.

    • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

', ], ], 'CompleteOnConvergence' => [ 'base' => NULL, 'refs' => [ 'ConvergenceDetected$CompleteOnConvergence' => '

A flag to stop a tuning job once AMT has detected that the job has converged.

', ], ], 'CompressionType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$CompressionType' => '

You can use Gzip or None. The default value is None.

', 'AutoMLJobChannel$CompressionType' => '

The allowed compression types depend on the input format and problem type. We allow the compression type Gzip for S3Prefix inputs on tabular data only. For all other inputs, the compression type should be None. If no compression type is provided, we default to None.

', 'Channel$CompressionType' => '

If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

', 'CompressionTypes$member' => NULL, 'TransformInput$CompressionType' => '

If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

', ], ], 'CompressionTypes' => [ 'base' => NULL, 'refs' => [ 'ChannelSpecification$SupportedCompressionTypes' => '

The allowed compression types, if data compression is used.

', ], ], 'ConditionOutcome' => [ 'base' => NULL, 'refs' => [ 'ConditionStepMetadata$Outcome' => '

The outcome of the Condition step evaluation.

', ], ], 'ConditionStepMetadata' => [ 'base' => '

Metadata for a Condition step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Condition' => '

The outcome of the condition evaluation that was run by this step execution.

', ], ], 'ConfigKey' => [ 'base' => NULL, 'refs' => [ 'CollectionParameters$key' => NULL, 'HookParameters$key' => NULL, 'ProfilingParameters$key' => NULL, 'RuleParameters$key' => NULL, ], ], 'ConfigValue' => [ 'base' => NULL, 'refs' => [ 'CollectionParameters$value' => NULL, 'HookParameters$value' => NULL, 'ProfilingParameters$value' => NULL, 'RuleParameters$value' => NULL, ], ], 'ConflictException' => [ 'base' => '

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

', 'refs' => [], ], 'ContainerArgument' => [ 'base' => NULL, 'refs' => [ 'ContainerArguments$member' => NULL, 'MonitoringContainerArguments$member' => NULL, ], ], 'ContainerArguments' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ContainerArguments' => '

The arguments for a container used to run a processing job.

', ], ], 'ContainerDefinition' => [ 'base' => '

Describes the container, as part of model definition.

', 'refs' => [ 'ContainerDefinitionList$member' => NULL, 'CreateModelInput$PrimaryContainer' => '

The location of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions.

', 'DescribeModelOutput$PrimaryContainer' => '

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

', 'Model$PrimaryContainer' => NULL, ], ], 'ContainerDefinitionList' => [ 'base' => NULL, 'refs' => [ 'CreateModelInput$Containers' => '

Specifies the containers in the inference pipeline.

', 'DescribeModelOutput$Containers' => '

The containers in the inference pipeline.

', 'Model$Containers' => '

The containers in the inference pipeline.

', ], ], 'ContainerEntrypoint' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ContainerEntrypoint' => '

The entrypoint for a container used to run a processing job.

', 'DataQualityAppSpecification$ContainerEntrypoint' => '

The entrypoint for a container used to run a monitoring job.

', 'ModelQualityAppSpecification$ContainerEntrypoint' => '

Specifies the entrypoint for a container that the monitoring job runs.

', 'MonitoringAppSpecification$ContainerEntrypoint' => '

Specifies the entrypoint for a container used to run the monitoring job.

', ], ], 'ContainerEntrypointString' => [ 'base' => NULL, 'refs' => [ 'ContainerEntrypoint$member' => NULL, ], ], 'ContainerHostname' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$ContainerHostname' => '

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.

', 'ModelPackageContainerDefinition$ContainerHostname' => '

The DNS host name for the Docker container.

', ], ], 'ContainerImage' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$Image' => '

The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see ContainerDefinition.

', 'ContainerDefinition$Image' => '

The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.

', 'DeployedImage$SpecifiedImage' => '

The image path you specified when you created the model.

', 'DeployedImage$ResolvedImage' => '

The specific digest path of the image hosted in this ProductionVariant.

', 'ModelPackageContainerDefinition$Image' => '

The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

', 'TrainingSpecification$TrainingImage' => '

The Amazon ECR registry path of the Docker image that contains the training algorithm.

', ], ], 'ContainerMode' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$Mode' => '

Whether the container hosts a single model or multiple models.

', ], ], 'ContentClassifier' => [ 'base' => NULL, 'refs' => [ 'ContentClassifiers$member' => NULL, ], ], 'ContentClassifiers' => [ 'base' => NULL, 'refs' => [ 'LabelingJobDataAttributes$ContentClassifiers' => '

Declares that your content is free of personally identifiable information or adult content. SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

', ], ], 'ContentColumn' => [ 'base' => NULL, 'refs' => [ 'TextClassificationJobConfig$ContentColumn' => '

The name of the column used to provide the sentences to be classified. It should not be the same as the target column.

', ], ], 'ContentDigest' => [ 'base' => NULL, 'refs' => [ 'FileSource$ContentDigest' => '

The digest of the file source.

', 'MetricsSource$ContentDigest' => '

The hash key used for the metrics source.

', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$ContentType' => '

The content type of the data from the input source. You can use text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

', 'AutoMLJobChannel$ContentType' => '

The content type of the data from the input source. The following are the allowed content types for different problems:

  • For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

  • For image classification: image/png, image/jpeg, or image/*. The default value is image/*.

  • For text classification: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

  • For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.

', 'Channel$ContentType' => '

The MIME type of the data.

', 'ContentTypes$member' => NULL, 'FileSource$ContentType' => '

The type of content stored in the file source.

', 'MetricsSource$ContentType' => '

The metric source content type.

', 'TransformInput$ContentType' => '

The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

', ], ], 'ContentTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedContentTypes' => '

The supported MIME types for the input data.

', 'ChannelSpecification$SupportedContentTypes' => '

The supported MIME types for the data.

', 'InferenceSpecification$SupportedContentTypes' => '

The supported MIME types for the input data.

', ], ], 'ContextArn' => [ 'base' => NULL, 'refs' => [ 'ContextSummary$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'CreateContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'DeleteContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'DescribeContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', 'UpdateContextResponse$ContextArn' => '

The Amazon Resource Name (ARN) of the context.

', ], ], 'ContextSource' => [ 'base' => '

A structure describing the source of a context.

', 'refs' => [ 'ContextSummary$Source' => '

The source of the context.

', 'CreateContextRequest$Source' => '

The source type, ID, and URI.

', 'DescribeContextResponse$Source' => '

The source of the context.

', ], ], 'ContextSummaries' => [ 'base' => NULL, 'refs' => [ 'ListContextsResponse$ContextSummaries' => '

A list of contexts and their properties.

', ], ], 'ContextSummary' => [ 'base' => '

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

', 'refs' => [ 'ContextSummaries$member' => NULL, ], ], 'ContinuousParameterRange' => [ 'base' => '

A list of continuous hyperparameters to tune.

', 'refs' => [ 'ContinuousParameterRanges$member' => NULL, ], ], 'ContinuousParameterRangeSpecification' => [ 'base' => '

Defines the possible values for a continuous hyperparameter.

', 'refs' => [ 'ParameterRange$ContinuousParameterRangeSpecification' => '

A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.

', ], ], 'ContinuousParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$ContinuousParameterRanges' => '

The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.

', ], ], 'ConvergenceDetected' => [ 'base' => '

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

', 'refs' => [ 'TuningJobCompletionCriteria$ConvergenceDetected' => '

A flag to top your hyperparameter tuning job if automatic model tuning (AMT) has detected that your model has converged as evaluated against your objective function.

', ], ], 'CreateActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateAlgorithmOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobV2Request' => [ 'base' => NULL, 'refs' => [], ], 'CreateAutoMLJobV2Response' => [ 'base' => NULL, 'refs' => [], ], 'CreateCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateCompilationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDataQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInferenceRecommendationsJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateLabelingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelBiasJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardExportJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardExportJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelExplainabilityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateModelQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedDomainUrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedDomainUrlResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedNotebookInstanceUrlInput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePresignedNotebookInstanceUrlOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateProcessingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStudioLifecycleConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTransformJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreationTime' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSummary$CreationTime' => '

A timestamp that shows when the algorithm was created.

', 'AppDetails$CreationTime' => '

The creation time.

', 'BatchDescribeModelPackageSummary$CreationTime' => '

The creation time of the mortgage package summary.

', 'CodeRepositorySummary$CreationTime' => '

The date and time that the Git repository was created.

', 'CompilationJobSummary$CreationTime' => '

The time when the model compilation job was created.

', 'DescribeAlgorithmOutput$CreationTime' => '

A timestamp specifying when the algorithm was created.

', 'DescribeAppResponse$CreationTime' => '

The creation time.

', 'DescribeCodeRepositoryOutput$CreationTime' => '

The date and time that the repository was created.

', 'DescribeCompilationJobResponse$CreationTime' => '

The time that the model compilation job was created.

', 'DescribeDomainResponse$CreationTime' => '

The creation time.

', 'DescribeFeatureGroupResponse$CreationTime' => '

A timestamp indicating when SageMaker created the FeatureGroup.

', 'DescribeFeatureMetadataResponse$CreationTime' => '

A timestamp indicating when the feature was created.

', 'DescribeInferenceRecommendationsJobResponse$CreationTime' => '

A timestamp that shows when the job was created.

', 'DescribeModelPackageGroupOutput$CreationTime' => '

The time that the model group was created.

', 'DescribeModelPackageOutput$CreationTime' => '

A timestamp specifying when the model package was created.

', 'DescribeNotebookInstanceLifecycleConfigOutput$CreationTime' => '

A timestamp that tells when the lifecycle configuration was created.

', 'DescribeNotebookInstanceOutput$CreationTime' => '

A timestamp. Use this parameter to return the time when the notebook instance was created

', 'DescribeSpaceResponse$CreationTime' => '

The creation time.

', 'DescribeUserProfileResponse$CreationTime' => '

The creation time.

', 'DomainDetails$CreationTime' => '

The creation time.

', 'FeatureGroup$CreationTime' => '

The time a FeatureGroup was created.

', 'FeatureMetadata$CreationTime' => '

A timestamp indicating when the feature was created.

', 'InferenceRecommendationsJob$CreationTime' => '

A timestamp that shows when the job was created.

', 'ListAlgorithmsInput$CreationTimeAfter' => '

A filter that returns only algorithms created after the specified time (timestamp).

', 'ListAlgorithmsInput$CreationTimeBefore' => '

A filter that returns only algorithms created before the specified time (timestamp).

', 'ListCodeRepositoriesInput$CreationTimeAfter' => '

A filter that returns only Git repositories that were created after the specified time.

', 'ListCodeRepositoriesInput$CreationTimeBefore' => '

A filter that returns only Git repositories that were created before the specified time.

', 'ListCompilationJobsRequest$CreationTimeAfter' => '

A filter that returns the model compilation jobs that were created after a specified time.

', 'ListCompilationJobsRequest$CreationTimeBefore' => '

A filter that returns the model compilation jobs that were created before a specified time.

', 'ListFeatureGroupsRequest$CreationTimeAfter' => '

Use this parameter to search for FeatureGroupss created after a specific date and time.

', 'ListFeatureGroupsRequest$CreationTimeBefore' => '

Use this parameter to search for FeatureGroupss created before a specific date and time.

', 'ListInferenceRecommendationsJobsRequest$CreationTimeAfter' => '

A filter that returns only jobs created after the specified time (timestamp).

', 'ListInferenceRecommendationsJobsRequest$CreationTimeBefore' => '

A filter that returns only jobs created before the specified time (timestamp).

', 'ListModelPackageGroupsInput$CreationTimeAfter' => '

A filter that returns only model groups created after the specified time.

', 'ListModelPackageGroupsInput$CreationTimeBefore' => '

A filter that returns only model groups created before the specified time.

', 'ListModelPackagesInput$CreationTimeAfter' => '

A filter that returns only model packages created after the specified time (timestamp).

', 'ListModelPackagesInput$CreationTimeBefore' => '

A filter that returns only model packages created before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$CreationTimeBefore' => '

A filter that returns only lifecycle configurations that were created before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$CreationTimeAfter' => '

A filter that returns only lifecycle configurations that were created after the specified time (timestamp).

', 'ListNotebookInstancesInput$CreationTimeBefore' => '

A filter that returns only notebook instances that were created before the specified time (timestamp).

', 'ListNotebookInstancesInput$CreationTimeAfter' => '

A filter that returns only notebook instances that were created after the specified time (timestamp).

', 'ModelPackage$CreationTime' => '

The time that the model package was created.

', 'ModelPackageGroup$CreationTime' => '

The time that the model group was created.

', 'ModelPackageGroupSummary$CreationTime' => '

The time that the model group was created.

', 'ModelPackageSummary$CreationTime' => '

A timestamp that shows when the model package was created.

', 'NotebookInstanceLifecycleConfigSummary$CreationTime' => '

A timestamp that tells when the lifecycle configuration was created.

', 'NotebookInstanceSummary$CreationTime' => '

A timestamp that shows when the notebook instance was created.

', 'SpaceDetails$CreationTime' => '

The creation time.

', 'UserProfileDetails$CreationTime' => '

The creation time.

', ], ], 'CrossAccountFilterOption' => [ 'base' => NULL, 'refs' => [ 'SearchRequest$CrossAccountFilterOption' => '

A cross account filter option. When the value is "CrossAccount" the search results will only include resources made discoverable to you from other accounts. When the value is "SameAccount" or null the search results will only include resources from your account. Default is null. For more information on searching for resources made discoverable to your account, see Search discoverable resources in the SageMaker Developer Guide. The maximum number of ResourceCatalogs viewable is 1000.

', ], ], 'CsvContentType' => [ 'base' => NULL, 'refs' => [ 'CsvContentTypes$member' => NULL, ], ], 'CsvContentTypes' => [ 'base' => NULL, 'refs' => [ 'CaptureContentTypeHeader$CsvContentTypes' => '

The list of all content type headers that SageMaker will treat as CSV and capture accordingly.

', ], ], 'CustomImage' => [ 'base' => '

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

', 'refs' => [ 'CustomImages$member' => NULL, ], ], 'CustomImages' => [ 'base' => NULL, 'refs' => [ 'KernelGatewayAppSettings$CustomImages' => '

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

', 'RSessionAppSettings$CustomImages' => '

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

', ], ], 'CustomerMetadataKey' => [ 'base' => NULL, 'refs' => [ 'CustomerMetadataKeyList$member' => NULL, 'CustomerMetadataMap$key' => NULL, ], ], 'CustomerMetadataKeyList' => [ 'base' => NULL, 'refs' => [ 'UpdateModelPackageInput$CustomerMetadataPropertiesToRemove' => '

The metadata properties associated with the model package versions to remove.

', ], ], 'CustomerMetadataMap' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageInput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', 'DescribeModelPackageOutput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', 'ModelPackage$CustomerMetadataProperties' => '

The metadata properties for the model package.

', 'UpdateModelPackageInput$CustomerMetadataProperties' => '

The metadata properties associated with the model package versions.

', ], ], 'CustomerMetadataValue' => [ 'base' => NULL, 'refs' => [ 'CustomerMetadataMap$value' => NULL, ], ], 'CustomizedMetricSpecification' => [ 'base' => '

A customized metric.

', 'refs' => [ 'MetricSpecification$Customized' => '

Information about a customized metric.

', ], ], 'DataCaptureConfig' => [ 'base' => '

Configuration to control how SageMaker captures inference data.

', 'refs' => [ 'CreateEndpointConfigInput$DataCaptureConfig' => NULL, 'DescribeEndpointConfigOutput$DataCaptureConfig' => NULL, ], ], 'DataCaptureConfigSummary' => [ 'base' => '

The currently active data capture configuration used by your Endpoint.

', 'refs' => [ 'DescribeEndpointOutput$DataCaptureConfig' => NULL, 'Endpoint$DataCaptureConfig' => NULL, ], ], 'DataCatalogConfig' => [ 'base' => '

The meta data of the Glue table which serves as data catalog for the OfflineStore.

', 'refs' => [ 'OfflineStoreConfig$DataCatalogConfig' => '

The meta data of the Glue table that is autogenerated when an OfflineStore is created.

', ], ], 'DataDistributionType' => [ 'base' => NULL, 'refs' => [ 'DatasetDefinition$DataDistributionType' => '

Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

', ], ], 'DataExplorationNotebookLocation' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobArtifacts$DataExplorationNotebookLocation' => '

The URL of the notebook location.

', ], ], 'DataInputConfig' => [ 'base' => NULL, 'refs' => [ 'InputConfig$DataInputConfig' => '

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are Framework specific.

  • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input":[1,1024,1024,3]}

      • If using the CLI, {\\"input\\":[1,1024,1024,3]}

    • Examples for two inputs:

      • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}

      • If using the CLI, {\\"data1\\": [1,28,28,1], \\"data2\\":[1,28,28,1]}

  • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input_1":[1,3,224,224]}

      • If using the CLI, {\\"input_1\\":[1,3,224,224]}

    • Examples for two inputs:

      • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}

      • If using the CLI, {\\"input_1\\": [1,3,224,224], \\"input_2\\":[1,3,224,224]}

  • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"data":[1,3,1024,1024]}

      • If using the CLI, {\\"data\\":[1,3,1024,1024]}

    • Examples for two inputs:

      • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}

      • If using the CLI, {\\"var1\\": [1,1,28,28], \\"var2\\":[1,1,28,28]}

  • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

    • Examples for one input in dictionary format:

      • If using the console, {"input0":[1,3,224,224]}

      • If using the CLI, {\\"input0\\":[1,3,224,224]}

    • Example for one input in list format: [[1,3,224,224]]

    • Examples for two inputs in dictionary format:

      • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}

      • If using the CLI, {\\"input0\\":[1,3,224,224], \\"input1\\":[1,3,224,224]}

    • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]

  • XGBOOST: input data name and shape are not needed.

DataInputConfig supports the following parameters for CoreML TargetDevice (ML Model format):

  • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

    • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}

    • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}

  • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}

  • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.

  • bias: If the input type is an Image, you need to provide the bias vector.

  • scale: If the input type is an Image, you need to provide a scale factor.

CoreML ClassifierConfig parameters can be specified using OutputConfig CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

  • Tensor type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}

  • Tensor type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]

  • Image type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}

    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

  • Image type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]

    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

  • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow\'s default signature def key. For example:

    • "DataInputConfig": {"inputs": [1, 224, 224, 3]}

    • "CompilerOptions": {"signature_def_key": "serving_custom"}

  • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

    • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}

    • "CompilerOptions": {"output_names": ["output_tensor:0"]}

', 'ModelInput$DataInputConfig' => '

The input configuration object for the model.

', ], ], 'DataProcessing' => [ 'base' => '

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

', 'refs' => [ 'CreateTransformJobRequest$DataProcessing' => '

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

', 'DescribeTransformJobResponse$DataProcessing' => NULL, 'TransformJob$DataProcessing' => NULL, ], ], 'DataQualityAppSpecification' => [ 'base' => '

Information about the container that a data quality monitoring job runs.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityAppSpecification' => '

Specifies the container that runs the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityAppSpecification' => '

Information about the container that runs the data quality monitoring job.

', ], ], 'DataQualityBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityBaselineConfig' => '

Configures the constraints and baselines for the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityBaselineConfig' => '

The constraints and baselines for the data quality monitoring job definition.

', ], ], 'DataQualityJobInput' => [ 'base' => '

The input for the data quality monitoring job. Currently endpoints are supported for input.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityJobInput' => '

A list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.

', 'DescribeDataQualityJobDefinitionResponse$DataQualityJobInput' => '

The list of inputs for the data quality monitoring job. Currently endpoints are supported.

', ], ], 'DataSource' => [ 'base' => '

Describes the location of the channel data.

', 'refs' => [ 'Channel$DataSource' => '

The location of the channel data.

', ], ], 'Database' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$Database' => '

The name of the Glue table database.

', ], ], 'DatasetDefinition' => [ 'base' => '

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

', 'refs' => [ 'ProcessingInput$DatasetDefinition' => '

Configuration for a Dataset Definition input.

', ], ], 'DebugHookConfig' => [ 'base' => '

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'refs' => [ 'CreateTrainingJobRequest$DebugHookConfig' => NULL, 'DescribeTrainingJobResponse$DebugHookConfig' => NULL, 'TrainingJob$DebugHookConfig' => NULL, ], ], 'DebugRuleConfiguration' => [ 'base' => '

Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the DebugRuleConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'refs' => [ 'DebugRuleConfigurations$member' => NULL, ], ], 'DebugRuleConfigurations' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$DebugRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.

', 'DescribeTrainingJobResponse$DebugRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for debugging output tensors.

', 'TrainingJob$DebugRuleConfigurations' => '

Information about the debug rule configuration.

', ], ], 'DebugRuleEvaluationStatus' => [ 'base' => '

Information about the status of the rule evaluation.

', 'refs' => [ 'DebugRuleEvaluationStatuses$member' => NULL, ], ], 'DebugRuleEvaluationStatuses' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$DebugRuleEvaluationStatuses' => '

Evaluation status of Amazon SageMaker Debugger rules for debugging on a training job.

', 'TrainingJob$DebugRuleEvaluationStatuses' => '

Information about the evaluation status of the rules for the training job.

', ], ], 'DefaultGid' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$DefaultGid' => '

The default POSIX group ID (GID). If not specified, defaults to 100.

', ], ], 'DefaultSpaceSettings' => [ 'base' => '

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

', 'refs' => [ 'CreateDomainRequest$DefaultSpaceSettings' => '

The default settings used to create a space.

', 'DescribeDomainResponse$DefaultSpaceSettings' => '

The default settings used to create a space.

', 'UpdateDomainRequest$DefaultSpaceSettings' => '

The default settings used to create a space within the Domain.

', ], ], 'DefaultUid' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$DefaultUid' => '

The default POSIX user ID (UID). If not specified, defaults to 1000.

', ], ], 'DeleteActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeletePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'DependencyCopyPath' => [ 'base' => NULL, 'refs' => [ 'HubContentDependency$DependencyCopyPath' => '

The hub content dependency copy path.

', ], ], 'DependencyOriginPath' => [ 'base' => NULL, 'refs' => [ 'HubContentDependency$DependencyOriginPath' => '

The hub content dependency origin path.

', ], ], 'DeployedImage' => [ 'base' => '

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

', 'refs' => [ 'DeployedImages$member' => NULL, ], ], 'DeployedImages' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$DeployedImages' => '

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

', 'ProductionVariantSummary$DeployedImages' => '

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

', ], ], 'DeploymentConfig' => [ 'base' => '

The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

', 'refs' => [ 'CreateEndpointInput$DeploymentConfig' => NULL, 'DescribeEndpointOutput$LastDeploymentConfig' => '

The most recent deployment configuration for the endpoint.

', 'UpdateEndpointInput$DeploymentConfig' => '

The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

', ], ], 'DeploymentRecommendation' => [ 'base' => '

A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob to create an inference recommendation job.

', 'refs' => [ 'DescribeModelOutput$DeploymentRecommendation' => '

A set of recommended deployment configurations for the model.

', 'Model$DeploymentRecommendation' => '

A set of recommended deployment configurations for the model.

', ], ], 'DeploymentStage' => [ 'base' => '

Contains information about a stage in an edge deployment plan.

', 'refs' => [ 'DeploymentStages$member' => NULL, ], ], 'DeploymentStageMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeDeploymentPlanRequest$MaxResults' => '

The maximum number of results to select (50 by default).

', ], ], 'DeploymentStageStatusSummaries' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgeDeploymentPlanResponse$Stages' => '

List of stages in the edge deployment plan.

', ], ], 'DeploymentStageStatusSummary' => [ 'base' => '

Contains information summarizing the deployment stage results.

', 'refs' => [ 'DeploymentStageStatusSummaries$member' => NULL, ], ], 'DeploymentStages' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanRequest$Stages' => '

List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

', 'CreateEdgeDeploymentStageRequest$Stages' => '

List of stages to be added to the edge deployment plan.

', ], ], 'DeregisterDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAlgorithmInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAlgorithmOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobV2Request' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAutoMLJobV2Response' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCompilationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDataQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDataQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceFleetResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDeviceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgeDeploymentPlanRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgeDeploymentPlanResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEdgePackagingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFeatureMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFlowDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubContentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHumanTaskUiRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHumanTaskUiResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeInferenceRecommendationsJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLabelingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLineageGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeLineageGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelBiasJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelBiasJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardExportJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardExportJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelExplainabilityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelExplainabilityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelQualityJobDefinitionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeModelQualityJobDefinitionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineDefinitionForExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineDefinitionForExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProcessingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStudioLifecycleConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStudioLifecycleConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubscribedWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSubscribedWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTransformJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$Description' => '

A free-form description of a FeatureGroup.

', 'DescribeFeatureGroupResponse$Description' => '

A free form description of the feature group.

', 'FeatureGroup$Description' => '

A free form description of a FeatureGroup.

', ], ], 'DesiredWeightAndCapacity' => [ 'base' => '

Specifies weight and capacity values for a production variant.

', 'refs' => [ 'DesiredWeightAndCapacityList$member' => NULL, ], ], 'DesiredWeightAndCapacityList' => [ 'base' => NULL, 'refs' => [ 'UpdateEndpointWeightsAndCapacitiesInput$DesiredWeightsAndCapacities' => '

An object that provides new capacity and weight values for a variant.

', ], ], 'DestinationS3Uri' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceOutputConfig$S3OutputPath' => '

The Amazon S3 location to upload inference responses to.

', 'AsyncInferenceOutputConfig$S3FailurePath' => '

The Amazon S3 location to upload failure inference responses to.

', 'BatchTransformInput$DataCapturedDestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'DataCaptureConfig$DestinationS3Uri' => '

The Amazon S3 location used to capture the data.

', 'DataCaptureConfigSummary$DestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'InferenceExperimentDataStorageConfig$Destination' => '

The Amazon S3 bucket where the inference request and response data is stored.

', 'ProductionVariantCoreDumpConfig$DestinationS3Uri' => '

The Amazon S3 bucket to send the core dump to.

', ], ], 'DetailedAlgorithmStatus' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusItem$Status' => '

The current status.

', ], ], 'DetailedModelPackageStatus' => [ 'base' => NULL, 'refs' => [ 'ModelPackageStatusItem$Status' => '

The current status.

', ], ], 'Device' => [ 'base' => '

Information of a particular device.

', 'refs' => [ 'Devices$member' => NULL, ], ], 'DeviceArn' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$DeviceArn' => '

The Amazon Resource Name (ARN) of the device.

', 'DeviceDeploymentSummary$DeviceArn' => '

The ARN of the device.

', 'DeviceSummary$DeviceArn' => '

Amazon Resource Name (ARN) of the device.

', ], ], 'DeviceDeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'DeviceDeploymentSummary$DeviceDeploymentStatus' => '

The deployment status of the device.

', ], ], 'DeviceDeploymentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListStageDevicesResponse$DeviceDeploymentSummaries' => '

List of summaries of devices allocated to the stage.

', ], ], 'DeviceDeploymentSummary' => [ 'base' => '

Contains information summarizing device details and deployment status.

', 'refs' => [ 'DeviceDeploymentSummaries$member' => NULL, ], ], 'DeviceDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$Description' => '

A description of the device.

', 'Device$Description' => '

Description of the device.

', 'DeviceDeploymentSummary$Description' => '

The description of the device.

', 'DeviceSummary$Description' => '

A description of the device.

', ], ], 'DeviceFleetArn' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceFleetResponse$DeviceFleetArn' => '

The The Amazon Resource Name (ARN) of the fleet.

', 'DeviceFleetSummary$DeviceFleetArn' => '

Amazon Resource Name (ARN) of the device fleet.

', 'GetDeviceFleetReportResponse$DeviceFleetArn' => '

The Amazon Resource Name (ARN) of the device.

', ], ], 'DeviceFleetDescription' => [ 'base' => NULL, 'refs' => [ 'CreateDeviceFleetRequest$Description' => '

A description of the fleet.

', 'DescribeDeviceFleetResponse$Description' => '

A description of the fleet.

', 'GetDeviceFleetReportResponse$Description' => '

Description of the fleet.

', 'UpdateDeviceFleetRequest$Description' => '

Description of the fleet.

', ], ], 'DeviceFleetSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsResponse$DeviceFleetSummaries' => '

Summary of the device fleet.

', ], ], 'DeviceFleetSummary' => [ 'base' => '

Summary of the device fleet.

', 'refs' => [ 'DeviceFleetSummaries$member' => NULL, ], ], 'DeviceName' => [ 'base' => NULL, 'refs' => [ 'Device$DeviceName' => '

The name of the device.

', 'DeviceDeploymentSummary$DeviceName' => '

The name of the device.

', 'DeviceNames$member' => NULL, 'DeviceSelectionConfig$DeviceNameContains' => '

A filter to select devices with names containing this name.

', ], ], 'DeviceNames' => [ 'base' => NULL, 'refs' => [ 'DeregisterDevicesRequest$DeviceNames' => '

The unique IDs of the devices.

', 'DeviceSelectionConfig$DeviceNames' => '

List of devices chosen to deploy.

', ], ], 'DeviceSelectionConfig' => [ 'base' => '

Contains information about the configurations of selected devices.

', 'refs' => [ 'DeploymentStage$DeviceSelectionConfig' => '

Configuration of the devices in the stage.

', 'DeploymentStageStatusSummary$DeviceSelectionConfig' => '

Configuration of the devices in the stage.

', ], ], 'DeviceStats' => [ 'base' => '

Status of devices.

', 'refs' => [ 'GetDeviceFleetReportResponse$DeviceStats' => '

Status of devices.

', ], ], 'DeviceSubsetType' => [ 'base' => NULL, 'refs' => [ 'DeviceSelectionConfig$DeviceSubsetType' => '

Type of device subsets to deploy to the current stage.

', ], ], 'DeviceSummaries' => [ 'base' => NULL, 'refs' => [ 'ListDevicesResponse$DeviceSummaries' => '

Summary of devices.

', ], ], 'DeviceSummary' => [ 'base' => '

Summary of the device.

', 'refs' => [ 'DeviceSummaries$member' => NULL, ], ], 'Devices' => [ 'base' => NULL, 'refs' => [ 'RegisterDevicesRequest$Devices' => '

A list of devices to register with SageMaker Edge Manager.

', 'UpdateDevicesRequest$Devices' => '

List of devices to register with Edge Manager agent.

', ], ], 'DirectInternetAccess' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$DirectInternetAccess' => '

Sets whether SageMaker provides internet access to the notebook instance. If you set this to Disabled this notebook instance is able to access resources only in your VPC, and is not be able to connect to SageMaker training and endpoint services unless you configure a NAT Gateway in your VPC.

For more information, see Notebook Instances Are Internet-Enabled by Default. You can set the value of this parameter to Disabled only if you set a value for the SubnetId parameter.

', 'DescribeNotebookInstanceOutput$DirectInternetAccess' => '

Describes whether SageMaker provides internet access to the notebook instance. If this value is set to Disabled, the notebook instance does not have internet access, and cannot connect to SageMaker training and endpoint services.

For more information, see Notebook Instances Are Internet-Enabled by Default.

', ], ], 'Direction' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$Direction' => '

Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.

', ], ], 'DirectoryPath' => [ 'base' => NULL, 'refs' => [ 'CheckpointConfig$LocalPath' => '

(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

', 'DebugHookConfig$LocalPath' => '

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

', 'DebugRuleConfiguration$LocalPath' => '

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

', 'FileSystemDataSource$DirectoryPath' => '

The full path to the directory to associate with the channel.

', 'ProfilerRuleConfiguration$LocalPath' => '

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

', 'TensorBoardOutputConfig$LocalPath' => '

Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

', ], ], 'DisableProfiler' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$DisableProfiler' => '

Configuration to turn off Amazon SageMaker Debugger\'s system monitoring and profiling functionality. To turn it off, set to True.

', 'ProfilerConfigForUpdate$DisableProfiler' => '

To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to True.

', ], ], 'DisableSagemakerServicecatalogPortfolioInput' => [ 'base' => NULL, 'refs' => [], ], 'DisableSagemakerServicecatalogPortfolioOutput' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAdditionalCodeRepositories' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateAdditionalCodeRepositories' => '

A list of names or URLs of the default Git repositories to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateDefaultCodeRepository' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateDefaultCodeRepository' => '

The name or URL of the default Git repository to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateNotebookInstanceAcceleratorTypes' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateAcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types to remove from this notebook instance. This operation is idempotent. If you specify an accelerator type that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateNotebookInstanceLifecycleConfig' => [ 'base' => NULL, 'refs' => [ 'UpdateNotebookInstanceInput$DisassociateLifecycleConfig' => '

Set to true to remove the notebook instance lifecycle configuration currently associated with the notebook instance. This operation is idempotent. If you specify a lifecycle configuration that is not associated with the notebook instance when you call this method, it does not throw an error.

', ], ], 'DisassociateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'DocumentSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$DocumentSchemaVersion' => '

The document schema version for the hub content.

', 'HubContentInfo$DocumentSchemaVersion' => '

The version of the hub content document schema.

', 'ImportHubContentRequest$DocumentSchemaVersion' => '

The version of the hub content schema to import.

', 'ListHubContentVersionsRequest$MaxSchemaVersion' => '

The upper bound of the hub content schema version.

', 'ListHubContentsRequest$MaxSchemaVersion' => '

The upper bound of the hub content schema verion.

', ], ], 'Dollars' => [ 'base' => NULL, 'refs' => [ 'USD$Dollars' => '

The whole number of dollars in the amount.

', ], ], 'DomainArn' => [ 'base' => NULL, 'refs' => [ 'CreateDomainResponse$DomainArn' => '

The Amazon Resource Name (ARN) of the created domain.

', 'DescribeDomainResponse$DomainArn' => '

The domain\'s Amazon Resource Name (ARN).

', 'DomainDetails$DomainArn' => '

The domain\'s Amazon Resource Name (ARN).

', 'UpdateDomainResponse$DomainArn' => '

The Amazon Resource Name (ARN) of the domain.

', ], ], 'DomainDetails' => [ 'base' => '

The domain\'s details.

', 'refs' => [ 'DomainList$member' => NULL, ], ], 'DomainId' => [ 'base' => NULL, 'refs' => [ 'AppDetails$DomainId' => '

The domain ID.

', 'CreateAppRequest$DomainId' => '

The domain ID.

', 'CreatePresignedDomainUrlRequest$DomainId' => '

The domain ID.

', 'CreateSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'CreateUserProfileRequest$DomainId' => '

The ID of the associated Domain.

', 'DeleteAppRequest$DomainId' => '

The domain ID.

', 'DeleteDomainRequest$DomainId' => '

The domain ID.

', 'DeleteSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'DeleteUserProfileRequest$DomainId' => '

The domain ID.

', 'DescribeAppRequest$DomainId' => '

The domain ID.

', 'DescribeAppResponse$DomainId' => '

The domain ID.

', 'DescribeDomainRequest$DomainId' => '

The domain ID.

', 'DescribeDomainResponse$DomainId' => '

The domain ID.

', 'DescribeSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'DescribeSpaceResponse$DomainId' => '

The ID of the associated Domain.

', 'DescribeUserProfileRequest$DomainId' => '

The domain ID.

', 'DescribeUserProfileResponse$DomainId' => '

The ID of the domain that contains the profile.

', 'DomainDetails$DomainId' => '

The domain ID.

', 'ListAppsRequest$DomainIdEquals' => '

A parameter to search for the domain ID.

', 'ListSpacesRequest$DomainIdEquals' => '

A parameter to search for the Domain ID.

', 'ListUserProfilesRequest$DomainIdEquals' => '

A parameter by which to filter the results.

', 'SpaceDetails$DomainId' => '

The ID of the associated Domain.

', 'UpdateDomainRequest$DomainId' => '

The ID of the domain to be updated.

', 'UpdateSpaceRequest$DomainId' => '

The ID of the associated Domain.

', 'UpdateUserProfileRequest$DomainId' => '

The domain ID.

', 'UserProfileDetails$DomainId' => '

The domain ID.

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'ListDomainsResponse$Domains' => '

The list of domains.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$DomainName' => '

A name for the domain.

', 'DescribeDomainResponse$DomainName' => '

The domain name.

', 'DomainDetails$DomainName' => '

The domain name.

', ], ], 'DomainSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'DomainSettings$SecurityGroupIds' => '

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

', 'DomainSettingsForUpdate$SecurityGroupIds' => '

The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

', ], ], 'DomainSettings' => [ 'base' => '

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

', 'refs' => [ 'CreateDomainRequest$DomainSettings' => '

A collection of Domain settings.

', 'DescribeDomainResponse$DomainSettings' => '

A collection of Domain settings.

', ], ], 'DomainSettingsForUpdate' => [ 'base' => '

A collection of Domain configuration settings to update.

', 'refs' => [ 'UpdateDomainRequest$DomainSettingsForUpdate' => '

A collection of DomainSettings configuration values to update.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$Status' => '

The status.

', 'DomainDetails$Status' => '

The status.

', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'TargetTrackingScalingPolicyConfiguration$TargetValue' => '

The recommended target value to specify for the metric when creating a scaling policy.

', ], ], 'DoubleParameterValue' => [ 'base' => NULL, 'refs' => [ 'TrialComponentParameterValue$NumberValue' => '

The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can\'t specify the StringValue parameter.

', ], ], 'DriftCheckBaselines' => [ 'base' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'CreateModelPackageInput$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

', 'DescribeModelPackageOutput$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package. For more information, see the topic on Drift Detection against Previous Baselines in SageMaker Pipelines in the Amazon SageMaker Developer Guide.

', 'ModelPackage$DriftCheckBaselines' => '

Represents the drift check baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckBias' => [ 'base' => '

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$Bias' => '

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckExplainability' => [ 'base' => '

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$Explainability' => '

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckModelDataQuality' => [ 'base' => '

Represents the drift check data quality baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$ModelDataQuality' => '

Represents the drift check model data quality baselines that can be used when the model monitor is set using the model package.

', ], ], 'DriftCheckModelQuality' => [ 'base' => '

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

', 'refs' => [ 'DriftCheckBaselines$ModelQuality' => '

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

', ], ], 'DynamicScalingConfiguration' => [ 'base' => '

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

', 'refs' => [ 'GetScalingConfigurationRecommendationResponse$DynamicScalingConfiguration' => '

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

', ], ], 'EMRStepMetadata' => [ 'base' => '

The configurations and outcomes of an Amazon EMR step execution.

', 'refs' => [ 'PipelineExecutionStepMetadata$EMR' => '

The configurations and outcomes of an Amazon EMR step execution.

', ], ], 'Edge' => [ 'base' => '

A directed edge connecting two lineage entities.

', 'refs' => [ 'Edges$member' => NULL, ], ], 'EdgeDeploymentConfig' => [ 'base' => '

Contains information about the configuration of a deployment.

', 'refs' => [ 'DeploymentStage$DeploymentConfig' => '

Configuration of the deployment details.

', 'DeploymentStageStatusSummary$DeploymentConfig' => '

Configuration of the deployment details.

', ], ], 'EdgeDeploymentModelConfig' => [ 'base' => '

Contains information about the configuration of a model in a deployment.

', 'refs' => [ 'EdgeDeploymentModelConfigs$member' => NULL, ], ], 'EdgeDeploymentModelConfigs' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanRequest$ModelConfigs' => '

List of models associated with the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$ModelConfigs' => '

List of models associated with the edge deployment plan.

', ], ], 'EdgeDeploymentPlanArn' => [ 'base' => NULL, 'refs' => [ 'CreateEdgeDeploymentPlanResponse$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPlanArn' => '

The ARN of edge deployment plan.

', 'DeviceDeploymentSummary$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPlanArn' => '

The ARN of the edge deployment plan.

', ], ], 'EdgeDeploymentPlanSummaries' => [ 'base' => NULL, 'refs' => [ 'ListEdgeDeploymentPlansResponse$EdgeDeploymentPlanSummaries' => '

List of summaries of edge deployment plans.

', ], ], 'EdgeDeploymentPlanSummary' => [ 'base' => '

Contains information summarizing an edge deployment plan.

', 'refs' => [ 'EdgeDeploymentPlanSummaries$member' => NULL, ], ], 'EdgeDeploymentStatus' => [ 'base' => '

Contains information summarizing the deployment stage results.

', 'refs' => [ 'DeploymentStageStatusSummary$DeploymentStatus' => '

General status of the current state.

', ], ], 'EdgeModel' => [ 'base' => '

The model on the edge device.

', 'refs' => [ 'EdgeModels$member' => NULL, ], ], 'EdgeModelStat' => [ 'base' => '

Status of edge devices with this model.

', 'refs' => [ 'EdgeModelStats$member' => NULL, ], ], 'EdgeModelStats' => [ 'base' => NULL, 'refs' => [ 'GetDeviceFleetReportResponse$ModelStats' => '

Status of model on device.

', ], ], 'EdgeModelSummaries' => [ 'base' => NULL, 'refs' => [ 'DeviceSummary$Models' => '

Models on the device.

', ], ], 'EdgeModelSummary' => [ 'base' => '

Summary of model on edge device.

', 'refs' => [ 'EdgeModelSummaries$member' => NULL, ], ], 'EdgeModels' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$Models' => '

Models on the device.

', ], ], 'EdgeOutputConfig' => [ 'base' => '

The output configuration.

', 'refs' => [ 'CreateDeviceFleetRequest$OutputConfig' => '

The output configuration for storing sample data collected by the fleet.

', 'CreateEdgePackagingJobRequest$OutputConfig' => '

Provides information about the output location for the packaged model.

', 'DescribeDeviceFleetResponse$OutputConfig' => '

The output configuration for storing sampled data.

', 'DescribeEdgePackagingJobResponse$OutputConfig' => '

The output configuration for the edge packaging job.

', 'GetDeviceFleetReportResponse$OutputConfig' => '

The output configuration for storing sample data collected by the fleet.

', 'UpdateDeviceFleetRequest$OutputConfig' => '

Output configuration for storing sample data collected by the fleet.

', ], ], 'EdgePackagingJobArn' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgePackagingJobResponse$EdgePackagingJobArn' => '

The Amazon Resource Name (ARN) of the edge packaging job.

', 'EdgePackagingJobSummary$EdgePackagingJobArn' => '

The Amazon Resource Name (ARN) of the edge packaging job.

', ], ], 'EdgePackagingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeEdgePackagingJobResponse$EdgePackagingJobStatus' => '

The current status of the packaging job.

', 'EdgePackagingJobSummary$EdgePackagingJobStatus' => '

The status of the edge packaging job.

', 'ListEdgePackagingJobsRequest$StatusEquals' => '

The job status to filter for.

', ], ], 'EdgePackagingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListEdgePackagingJobsResponse$EdgePackagingJobSummaries' => '

Summaries of edge packaging jobs.

', ], ], 'EdgePackagingJobSummary' => [ 'base' => '

Summary of edge packaging job.

', 'refs' => [ 'EdgePackagingJobSummaries$member' => NULL, ], ], 'EdgePresetDeploymentArtifact' => [ 'base' => NULL, 'refs' => [ 'EdgePresetDeploymentOutput$Artifact' => '

The Amazon Resource Name (ARN) of the generated deployable resource.

', ], ], 'EdgePresetDeploymentOutput' => [ 'base' => '

The output of a SageMaker Edge Manager deployable resource.

', 'refs' => [ 'DescribeEdgePackagingJobResponse$PresetDeploymentOutput' => '

The output of a SageMaker Edge Manager deployable resource.

', ], ], 'EdgePresetDeploymentStatus' => [ 'base' => NULL, 'refs' => [ 'EdgePresetDeploymentOutput$Status' => '

The status of the deployable resource.

', ], ], 'EdgePresetDeploymentType' => [ 'base' => NULL, 'refs' => [ 'EdgeOutputConfig$PresetDeploymentType' => '

The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

', 'EdgePresetDeploymentOutput$Type' => '

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

', ], ], 'EdgeVersion' => [ 'base' => NULL, 'refs' => [ 'AgentVersion$Version' => '

Version of the agent.

', 'CreateEdgePackagingJobRequest$ModelVersion' => '

The version of the model.

', 'DescribeDeviceResponse$AgentVersion' => '

Edge Manager agent version.

', 'DescribeEdgePackagingJobResponse$ModelVersion' => '

The version of the model.

', 'DeviceSummary$AgentVersion' => '

Edge Manager agent version.

', 'EdgeModel$ModelVersion' => '

The model version.

', 'EdgeModelStat$ModelVersion' => '

The model version.

', 'EdgeModelSummary$ModelVersion' => '

The version model.

', 'EdgePackagingJobSummary$ModelVersion' => '

The version of the model.

', ], ], 'Edges' => [ 'base' => NULL, 'refs' => [ 'QueryLineageResponse$Edges' => '

A list of edges that connect vertices in the response.

', ], ], 'EfsUid' => [ 'base' => NULL, 'refs' => [ 'DescribeSpaceResponse$HomeEfsFileSystemUid' => '

The ID of the space\'s profile in the Amazon Elastic File System volume.

', 'DescribeUserProfileResponse$HomeEfsFileSystemUid' => '

The ID of the user\'s profile in the Amazon Elastic File System (EFS) volume.

', ], ], 'EnableCapture' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$EnableCapture' => '

Whether data capture should be enabled or disabled (defaults to enabled).

', 'DataCaptureConfigSummary$EnableCapture' => '

Whether data capture is enabled or disabled.

', ], ], 'EnableIotRoleAlias' => [ 'base' => NULL, 'refs' => [ 'CreateDeviceFleetRequest$EnableIotRoleAlias' => '

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

', 'UpdateDeviceFleetRequest$EnableIotRoleAlias' => '

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

', ], ], 'EnableSagemakerServicecatalogPortfolioInput' => [ 'base' => NULL, 'refs' => [], ], 'EnableSagemakerServicecatalogPortfolioOutput' => [ 'base' => NULL, 'refs' => [], ], 'Endpoint' => [ 'base' => '

A hosted endpoint for real-time inference.

', 'refs' => [ 'SearchRecord$Endpoint' => NULL, ], ], 'EndpointArn' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'DescribeEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'Endpoint$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'EndpointSummary$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'ModelDashboardEndpoint$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'UpdateEndpointOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the endpoint.

', 'UpdateEndpointWeightsAndCapacitiesOutput$EndpointArn' => '

The Amazon Resource Name (ARN) of the updated endpoint.

', ], ], 'EndpointConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigOutput$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', 'DescribeEndpointConfigOutput$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', 'EndpointConfigSummary$EndpointConfigArn' => '

The Amazon Resource Name (ARN) of the endpoint configuration.

', ], ], 'EndpointConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration. You specify this name in a CreateEndpoint request.

', 'CreateEndpointInput$EndpointConfigName' => '

The name of an endpoint configuration. For more information, see CreateEndpointConfig.

', 'DeleteEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration that you want to delete.

', 'DescribeEndpointConfigInput$EndpointConfigName' => '

The name of the endpoint configuration.

', 'DescribeEndpointConfigOutput$EndpointConfigName' => '

Name of the SageMaker endpoint configuration.

', 'DescribeEndpointOutput$EndpointConfigName' => '

The name of the endpoint configuration associated with this endpoint.

', 'Endpoint$EndpointConfigName' => '

The endpoint configuration associated with the endpoint.

', 'EndpointConfigSummary$EndpointConfigName' => '

The name of the endpoint configuration.

', 'EndpointMetadata$EndpointConfigName' => '

The name of the endpoint configuration.

', 'PendingDeploymentSummary$EndpointConfigName' => '

The name of the endpoint configuration used in the deployment.

', 'UpdateEndpointInput$EndpointConfigName' => '

The name of the new endpoint configuration.

', ], ], 'EndpointConfigNameContains' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$NameContains' => '

A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

', ], ], 'EndpointConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'EndpointConfigSummary' => [ 'base' => '

Provides summary information for an endpoint configuration.

', 'refs' => [ 'EndpointConfigSummaryList$member' => NULL, ], ], 'EndpointConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsOutput$EndpointConfigs' => '

An array of endpoint configurations.

', ], ], 'EndpointInfo' => [ 'base' => '

Details about a customer endpoint that was compared in an Inference Recommender job.

', 'refs' => [ 'EndpointPerformance$EndpointInfo' => NULL, 'Endpoints$member' => NULL, ], ], 'EndpointInput' => [ 'base' => '

Input object for the endpoint

', 'refs' => [ 'DataQualityJobInput$EndpointInput' => NULL, 'ModelBiasJobInput$EndpointInput' => NULL, 'ModelExplainabilityJobInput$EndpointInput' => NULL, 'ModelQualityJobInput$EndpointInput' => NULL, 'MonitoringInput$EndpointInput' => '

The endpoint for a monitoring job.

', ], ], 'EndpointInputConfiguration' => [ 'base' => '

The endpoint configuration for the load test.

', 'refs' => [ 'EndpointInputConfigurations$member' => NULL, ], ], 'EndpointInputConfigurations' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$EndpointConfigurations' => '

Specifies the endpoint configuration to use for a job.

', ], ], 'EndpointMetadata' => [ 'base' => '

The metadata of the endpoint.

', 'refs' => [ 'DescribeInferenceExperimentResponse$EndpointMetadata' => '

The metadata of the endpoint on which the inference experiment ran.

', ], ], 'EndpointName' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointInput$EndpointName' => '

The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services account. The name is case-insensitive in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint.

', 'CreateInferenceExperimentRequest$EndpointName' => '

The name of the Amazon SageMaker endpoint on which you want to run the inference experiment.

', 'DeleteEndpointInput$EndpointName' => '

The name of the endpoint that you want to delete.

', 'DescribeEndpointInput$EndpointName' => '

The name of the endpoint.

', 'DescribeEndpointOutput$EndpointName' => '

Name of the endpoint.

', 'DescribeMonitoringScheduleResponse$EndpointName' => '

The name of the endpoint for the monitoring job.

', 'Endpoint$EndpointName' => '

The name of the endpoint.

', 'EndpointInfo$EndpointName' => '

The name of a customer\'s endpoint.

', 'EndpointInput$EndpointName' => '

An endpoint in customer\'s account which has enabled DataCaptureConfig enabled.

', 'EndpointMetadata$EndpointName' => '

The name of the endpoint.

', 'EndpointSummary$EndpointName' => '

The name of the endpoint.

', 'GetScalingConfigurationRecommendationRequest$EndpointName' => '

The name of an endpoint benchmarked during a previously completed inference recommendation job. This name should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

Specify either this field or the RecommendationId field.

', 'GetScalingConfigurationRecommendationResponse$EndpointName' => '

The name of an endpoint benchmarked during a previously completed Inference Recommender job.

', 'ListDataQualityJobDefinitionsRequest$EndpointName' => '

A filter that lists the data quality job definitions associated with the specified endpoint.

', 'ListModelBiasJobDefinitionsRequest$EndpointName' => '

Name of the endpoint to monitor for model bias.

', 'ListModelExplainabilityJobDefinitionsRequest$EndpointName' => '

Name of the endpoint to monitor for model explainability.

', 'ListModelQualityJobDefinitionsRequest$EndpointName' => '

A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.

', 'ListMonitoringExecutionsRequest$EndpointName' => '

Name of a specific endpoint to fetch jobs for.

', 'ListMonitoringSchedulesRequest$EndpointName' => '

Name of a specific endpoint to fetch schedules for.

', 'ModelDashboardEndpoint$EndpointName' => '

The endpoint name.

', 'ModelDashboardMonitoringSchedule$EndpointName' => '

The endpoint which is monitored.

', 'ModelDeployConfig$EndpointName' => '

Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

', 'ModelDeployResult$EndpointName' => '

The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

', 'MonitoringExecutionSummary$EndpointName' => '

The name of the endpoint used to run the monitoring job.

', 'MonitoringJobDefinitionSummary$EndpointName' => '

The name of the endpoint that the job monitors.

', 'MonitoringSchedule$EndpointName' => '

The endpoint that hosts the model being monitored.

', 'MonitoringScheduleSummary$EndpointName' => '

The name of the endpoint using the monitoring schedule.

', 'UpdateEndpointInput$EndpointName' => '

The name of the endpoint whose configuration you want to update.

', 'UpdateEndpointWeightsAndCapacitiesInput$EndpointName' => '

The name of an existing SageMaker endpoint.

', ], ], 'EndpointNameContains' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsInput$NameContains' => '

A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

', ], ], 'EndpointOutputConfiguration' => [ 'base' => '

The endpoint configuration made by Inference Recommender during a recommendation job.

', 'refs' => [ 'InferenceRecommendation$EndpointConfiguration' => '

Defines the endpoint configuration parameters.

', 'RecommendationJobInferenceBenchmark$EndpointConfiguration' => NULL, ], ], 'EndpointPerformance' => [ 'base' => '

The performance results from running an Inference Recommender job on an existing endpoint.

', 'refs' => [ 'EndpointPerformances$member' => NULL, ], ], 'EndpointPerformances' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$EndpointPerformances' => '

The performance results from running an Inference Recommender job on an existing endpoint.

', ], ], 'EndpointSortKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'EndpointStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeEndpointOutput$EndpointStatus' => '

The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.

  • Creating: CreateEndpoint is executing.

  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.

  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.

  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.

  • InService: Endpoint is available to process incoming requests.

  • Deleting: DeleteEndpoint is executing.

  • Failed: Endpoint could not be created, updated, or re-scaled. Use the FailureReason value returned by DescribeEndpoint for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

  • UpdateRollbackFailed: Both the rolling deployment and auto-rollback failed. Your endpoint is in service with a mix of the old and new endpoint configurations. For information about how to remedy this issue and restore the endpoint\'s status to InService, see Rolling Deployments.

', 'Endpoint$EndpointStatus' => '

The status of the endpoint.

', 'EndpointMetadata$EndpointStatus' => '

The status of the endpoint. For possible values of the status of an endpoint, see EndpointSummary.

', 'EndpointSummary$EndpointStatus' => '

The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.

  • Creating: CreateEndpoint is executing.

  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.

  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.

  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.

  • InService: Endpoint is available to process incoming requests.

  • Deleting: DeleteEndpoint is executing.

  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

To get a list of endpoints with a specified status, use the StatusEquals filter with a call to ListEndpoints.

', 'ListEndpointsInput$StatusEquals' => '

A filter that returns only endpoints with the specified status.

', 'ModelDashboardEndpoint$EndpointStatus' => '

The endpoint status.

', ], ], 'EndpointSummary' => [ 'base' => '

Provides summary information for an endpoint.

', 'refs' => [ 'EndpointSummaryList$member' => NULL, ], ], 'EndpointSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListEndpointsOutput$Endpoints' => '

An array or endpoint objects.

', ], ], 'Endpoints' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$Endpoints' => '

Existing customer endpoints on which to run an Inference Recommender job.

', ], ], 'EntityDescription' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Description' => '

A description of the additional Inference specification

', 'AlgorithmSummary$AlgorithmDescription' => '

A brief description of the algorithm.

', 'BatchDescribeModelPackageSummary$ModelPackageDescription' => '

The description of the model package.

', 'ChannelSpecification$Description' => '

A brief description of the channel.

', 'CreateAlgorithmInput$AlgorithmDescription' => '

A description of the algorithm.

', 'CreateModelPackageGroupInput$ModelPackageGroupDescription' => '

A description for the model group.

', 'CreateModelPackageInput$ModelPackageDescription' => '

A description of the model package.

', 'CreateProjectInput$ProjectDescription' => '

A description for the project.

', 'DescribeAlgorithmOutput$AlgorithmDescription' => '

A brief summary about the algorithm.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupDescription' => '

A description of the model group.

', 'DescribeModelPackageOutput$ModelPackageDescription' => '

A brief summary of the model package.

', 'DescribeProjectOutput$ProjectDescription' => '

The description of the project.

', 'HyperParameterSpecification$Description' => '

A brief description of the hyperparameter.

', 'ModelPackage$ModelPackageDescription' => '

The description of the model package.

', 'ModelPackageGroup$ModelPackageGroupDescription' => '

The description for the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupDescription' => '

A description of the model group.

', 'ModelPackageSummary$ModelPackageDescription' => '

A brief description of the model package.

', 'Project$ProjectDescription' => '

The description of the project.

', 'ProjectSummary$ProjectDescription' => '

The description of the project.

', 'UpdateProjectInput$ProjectDescription' => '

The description for the project.

', ], ], 'EntityName' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Name' => '

A unique name to identify the additional inference specification. The name must be unique within the list of your additional inference specifications for a particular model package.

', 'AlgorithmStatusItem$Name' => '

The name of the algorithm for which the overall status is being reported.

', 'AlgorithmSummary$AlgorithmName' => '

The name of the algorithm that is described by the summary.

', 'AlgorithmValidationProfile$ProfileName' => '

The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'BatchDescribeModelPackageSummary$ModelPackageGroupName' => '

The group name for the model package

', 'CodeRepositorySummary$CodeRepositoryName' => '

The name of the Git repository.

', 'CompilationJobSummary$CompilationJobName' => '

The name of the model compilation job that you want a summary for.

', 'CreateAlgorithmInput$AlgorithmName' => '

The name of the algorithm.

', 'CreateCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'CreateCompilationJobRequest$CompilationJobName' => '

A name for the model compilation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account.

', 'CreateDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet that the device belongs to.

', 'CreateEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'CreateEdgeDeploymentPlanRequest$DeviceFleetName' => '

The device fleet used for this edge deployment plan.

', 'CreateEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'CreateEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'CreateEdgePackagingJobRequest$CompilationJobName' => '

The name of the SageMaker Neo compilation job that will be used to locate model artifacts for packaging.

', 'CreateEdgePackagingJobRequest$ModelName' => '

The name of the model.

', 'CreateModelCardExportJobRequest$ModelCardExportJobName' => '

The name of the model card export job.

', 'CreateModelCardRequest$ModelCardName' => '

The unique name of the model card.

', 'CreateModelPackageGroupInput$ModelPackageGroupName' => '

The name of the model group.

', 'CreateModelPackageInput$ModelPackageName' => '

The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

This parameter is required for unversioned models. It is not applicable to versioned models.

', 'DeleteAlgorithmInput$AlgorithmName' => '

The name of the algorithm to delete.

', 'DeleteCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to delete.

', 'DeleteDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet to delete.

', 'DeleteEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to delete.

', 'DeleteEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan from which the stage will be deleted.

', 'DeleteEdgeDeploymentStageRequest$StageName' => '

The name of the stage.

', 'DeleteModelCardRequest$ModelCardName' => '

The name of the model card to delete.

', 'DeleteModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group for which to delete the policy.

', 'DeploymentStage$StageName' => '

The name of the stage.

', 'DeploymentStageStatusSummary$StageName' => '

The name of the stage.

', 'DeregisterDevicesRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', 'DescribeAlgorithmOutput$AlgorithmName' => '

The name of the algorithm being described.

', 'DescribeCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to describe.

', 'DescribeCodeRepositoryOutput$CodeRepositoryName' => '

The name of the Git repository.

', 'DescribeCompilationJobRequest$CompilationJobName' => '

The name of the model compilation job that you want information about.

', 'DescribeCompilationJobResponse$CompilationJobName' => '

The name of the model compilation job.

', 'DescribeDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet.

', 'DescribeDeviceFleetResponse$DeviceFleetName' => '

The name of the fleet.

', 'DescribeDeviceRequest$DeviceName' => '

The unique ID of the device.

', 'DescribeDeviceRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', 'DescribeDeviceResponse$DeviceName' => '

The unique identifier of the device.

', 'DescribeDeviceResponse$DeviceFleetName' => '

The name of the fleet the device belongs to.

', 'DescribeEdgeDeploymentPlanRequest$EdgeDeploymentPlanName' => '

The name of the deployment plan to describe.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'DescribeEdgeDeploymentPlanResponse$DeviceFleetName' => '

The device fleet used for this edge deployment plan.

', 'DescribeEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'DescribeEdgePackagingJobResponse$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'DescribeEdgePackagingJobResponse$CompilationJobName' => '

The name of the SageMaker Neo compilation job that is used to locate model artifacts that are being packaged.

', 'DescribeEdgePackagingJobResponse$ModelName' => '

The name of the model.

', 'DescribeModelCardExportJobResponse$ModelCardExportJobName' => '

The name of the model card export job to describe.

', 'DescribeModelCardExportJobResponse$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card that the model export job exports.

', 'DescribeModelCardResponse$ModelCardName' => '

The name of the model card.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupName' => '

The name of the model group.

', 'DescribeModelPackageOutput$ModelPackageName' => '

The name of the model package being described.

', 'DescribeModelPackageOutput$ModelPackageGroupName' => '

If the model is a versioned model, the name of the model group that the versioned model belongs to.

', 'DeviceDeploymentSummary$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'DeviceDeploymentSummary$StageName' => '

The name of the stage in the edge deployment plan.

', 'DeviceDeploymentSummary$DeployedStageName' => '

The name of the deployed stage.

', 'DeviceDeploymentSummary$DeviceFleetName' => '

The name of the fleet to which the device belongs to.

', 'DeviceFleetSummary$DeviceFleetName' => '

Name of the device fleet.

', 'DeviceSummary$DeviceName' => '

The unique identifier of the device.

', 'DeviceSummary$DeviceFleetName' => '

The name of the fleet the device belongs to.

', 'EdgeDeploymentModelConfig$ModelHandle' => '

The name the device application uses to reference this model.

', 'EdgeDeploymentModelConfig$EdgePackagingJobName' => '

The edge packaging job associated with this deployment.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'EdgeDeploymentPlanSummary$DeviceFleetName' => '

The name of the device fleet used for the deployment.

', 'EdgeModel$ModelName' => '

The name of the model.

', 'EdgeModelStat$ModelName' => '

The name of the model.

', 'EdgeModelSummary$ModelName' => '

The name of the model.

', 'EdgePackagingJobSummary$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'EdgePackagingJobSummary$CompilationJobName' => '

The name of the SageMaker Neo compilation job.

', 'EdgePackagingJobSummary$ModelName' => '

The name of the model.

', 'GetDeviceFleetReportRequest$DeviceFleetName' => '

The name of the fleet.

', 'GetDeviceFleetReportResponse$DeviceFleetName' => '

The name of the fleet.

', 'GetModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group for which to get the resource policy.

', 'ListDevicesRequest$ModelName' => '

A filter that searches devices that contains this name in any of their models.

', 'ListDevicesRequest$DeviceFleetName' => '

Filter for fleets containing this name in their device fleet name.

', 'ListModelCardExportJobsRequest$ModelCardName' => '

List export jobs for the model card with the specified name.

', 'ListModelCardExportJobsRequest$ModelCardExportJobNameContains' => '

Only list model card export jobs with names that contain the specified string.

', 'ListModelCardsRequest$NameContains' => '

Only list model cards with names that contain the specified string.

', 'ListStageDevicesRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan.

', 'ListStageDevicesRequest$StageName' => '

The name of the stage in the deployment.

', 'ModelCard$ModelCardName' => '

The unique name of the model card.

', 'ModelCardExportJobSummary$ModelCardExportJobName' => '

The name of the model card export job.

', 'ModelCardExportJobSummary$ModelCardName' => '

The name of the model card that the export job exports.

', 'ModelCardSummary$ModelCardName' => '

The name of the model card.

', 'ModelCardVersionSummary$ModelCardName' => '

The name of the model card.

', 'ModelDashboardModelCard$ModelCardName' => '

The name of a model card.

', 'ModelPackage$ModelPackageName' => '

The name of the model.

', 'ModelPackage$ModelPackageGroupName' => '

The model group to which the model belongs.

', 'ModelPackageGroup$ModelPackageGroupName' => '

The name of the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupName' => '

The name of the model group.

', 'ModelPackageStatusItem$Name' => '

The name of the model package for which the overall status is being reported.

', 'ModelPackageSummary$ModelPackageName' => '

The name of the model package.

', 'ModelPackageSummary$ModelPackageGroupName' => '

If the model package is a versioned model, the model group that the versioned model belongs to.

', 'ModelPackageValidationProfile$ProfileName' => '

The name of the profile for the model package.

', 'PutModelPackageGroupPolicyInput$ModelPackageGroupName' => '

The name of the model group to add a resource policy to.

', 'RegisterDevicesRequest$DeviceFleetName' => '

The name of the fleet.

', 'StartEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to start.

', 'StartEdgeDeploymentStageRequest$StageName' => '

The name of the stage to start.

', 'StopCompilationJobRequest$CompilationJobName' => '

The name of the model compilation job to stop.

', 'StopEdgeDeploymentStageRequest$EdgeDeploymentPlanName' => '

The name of the edge deployment plan to stop.

', 'StopEdgeDeploymentStageRequest$StageName' => '

The name of the stage to stop.

', 'StopEdgePackagingJobRequest$EdgePackagingJobName' => '

The name of the edge packaging job.

', 'UpdateCodeRepositoryInput$CodeRepositoryName' => '

The name of the Git repository to update.

', 'UpdateDeviceFleetRequest$DeviceFleetName' => '

The name of the fleet.

', 'UpdateDevicesRequest$DeviceFleetName' => '

The name of the fleet the devices belong to.

', ], ], 'EnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'EnvironmentMap$key' => NULL, ], ], 'EnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$Environment' => '

The environment variables to set in the container. For more information, see ContainerDefinition.

', 'ContainerDefinition$Environment' => '

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

', 'ModelPackageContainerDefinition$Environment' => '

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

', 'RealTimeInferenceRecommendation$Environment' => '

The recommended environment variables to set in the model container for Real-Time Inference.

', ], ], 'EnvironmentParameter' => [ 'base' => '

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

', 'refs' => [ 'EnvironmentParameters$member' => NULL, ], ], 'EnvironmentParameterRanges' => [ 'base' => '

Specifies the range of environment parameters

', 'refs' => [ 'EndpointInputConfiguration$EnvironmentParameterRanges' => '

The parameter you want to benchmark against.

', ], ], 'EnvironmentParameters' => [ 'base' => NULL, 'refs' => [ 'ModelConfiguration$EnvironmentParameters' => '

Defines the environment parameters that includes key, value types, and values.

', ], ], 'EnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentMap$value' => NULL, ], ], 'ExecutionRoleIdentityConfig' => [ 'base' => NULL, 'refs' => [ 'DomainSettings$ExecutionRoleIdentityConfig' => '

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.

', 'DomainSettingsForUpdate$ExecutionRoleIdentityConfig' => '

The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.

', ], ], 'ExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsRequest$StatusEquals' => '

A filter that retrieves only jobs with a specific status.

', 'MonitoringExecutionSummary$MonitoringExecutionStatus' => '

The status of the monitoring job.

', ], ], 'ExitMessage' => [ 'base' => NULL, 'refs' => [ 'DescribeProcessingJobResponse$ExitMessage' => '

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', 'ProcessingJob$ExitMessage' => '

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', 'ProcessingJobSummary$ExitMessage' => '

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

', ], ], 'Experiment' => [ 'base' => '

The properties of an experiment as returned by the Search API.

', 'refs' => [ 'SearchRecord$Experiment' => '

The properties of an experiment.

', ], ], 'ExperimentArn' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'DeleteExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment that is being deleted.

', 'DescribeExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'Experiment$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentSummary$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'UpdateExperimentResponse$ExperimentArn' => '

The Amazon Resource Name (ARN) of the experiment.

', ], ], 'ExperimentConfig' => [ 'base' => '

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

', 'refs' => [ 'CreateProcessingJobRequest$ExperimentConfig' => NULL, 'CreateTrainingJobRequest$ExperimentConfig' => NULL, 'CreateTransformJobRequest$ExperimentConfig' => NULL, 'DescribeProcessingJobResponse$ExperimentConfig' => '

The configuration information used to create an experiment.

', 'DescribeTrainingJobResponse$ExperimentConfig' => NULL, 'DescribeTransformJobResponse$ExperimentConfig' => NULL, 'ProcessingJob$ExperimentConfig' => NULL, 'TrainingJob$ExperimentConfig' => NULL, 'TransformJob$ExperimentConfig' => NULL, ], ], 'ExperimentDescription' => [ 'base' => NULL, 'refs' => [ 'CreateActionRequest$Description' => '

The description of the action.

', 'CreateContextRequest$Description' => '

The description of the context.

', 'CreateExperimentRequest$Description' => '

The description of the experiment.

', 'DescribeActionResponse$Description' => '

The description of the action.

', 'DescribeContextResponse$Description' => '

The description of the context.

', 'DescribeExperimentResponse$Description' => '

The description of the experiment.

', 'DescribeLineageGroupResponse$Description' => '

The description of the lineage group.

', 'Experiment$Description' => '

The description of the experiment.

', 'UpdateActionRequest$Description' => '

The new description for the action.

', 'UpdateContextRequest$Description' => '

The new description for the context.

', 'UpdateExperimentRequest$Description' => '

The description of the experiment.

', ], ], 'ExperimentEntityName' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionName' => '

The name of the action.

', 'ArtifactSummary$ArtifactName' => '

The name of the artifact.

', 'AssociateTrialComponentRequest$TrialComponentName' => '

The name of the component to associated with the trial.

', 'AssociateTrialComponentRequest$TrialName' => '

The name of the trial to associate with.

', 'AssociationSummary$SourceName' => '

The name of the source.

', 'AssociationSummary$DestinationName' => '

The name of the destination.

', 'ContextSummary$ContextName' => '

The name of the context.

', 'CreateActionRequest$ActionName' => '

The name of the action. Must be unique to your account in an Amazon Web Services Region.

', 'CreateArtifactRequest$ArtifactName' => '

The name of the artifact. Must be unique to your account in an Amazon Web Services Region.

', 'CreateContextRequest$ContextName' => '

The name of the context. Must be unique to your account in an Amazon Web Services Region.

', 'CreateExperimentRequest$ExperimentName' => '

The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateExperimentRequest$DisplayName' => '

The name of the experiment as displayed. The name doesn\'t need to be unique. If you don\'t specify DisplayName, the value in ExperimentName is displayed.

', 'CreateTrialComponentRequest$TrialComponentName' => '

The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateTrialComponentRequest$DisplayName' => '

The name of the component as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'CreateTrialRequest$TrialName' => '

The name of the trial. The name must be unique in your Amazon Web Services account and is not case-sensitive.

', 'CreateTrialRequest$DisplayName' => '

The name of the trial as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialName is displayed.

', 'CreateTrialRequest$ExperimentName' => '

The name of the experiment to associate the trial with.

', 'DeleteActionRequest$ActionName' => '

The name of the action to delete.

', 'DeleteContextRequest$ContextName' => '

The name of the context to delete.

', 'DeleteExperimentRequest$ExperimentName' => '

The name of the experiment to delete.

', 'DeleteTrialComponentRequest$TrialComponentName' => '

The name of the component to delete.

', 'DeleteTrialRequest$TrialName' => '

The name of the trial to delete.

', 'DescribeActionRequest$ActionName' => '

The name of the action to describe.

', 'DescribeContextResponse$ContextName' => '

The name of the context.

', 'DescribeExperimentRequest$ExperimentName' => '

The name of the experiment to describe.

', 'DescribeExperimentResponse$ExperimentName' => '

The name of the experiment.

', 'DescribeExperimentResponse$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'DescribeLineageGroupRequest$LineageGroupName' => '

The name of the lineage group.

', 'DescribeLineageGroupResponse$LineageGroupName' => '

The name of the lineage group.

', 'DescribeLineageGroupResponse$DisplayName' => '

The display name of the lineage group.

', 'DescribeTrialComponentResponse$TrialComponentName' => '

The name of the trial component.

', 'DescribeTrialComponentResponse$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'DescribeTrialRequest$TrialName' => '

The name of the trial to describe.

', 'DescribeTrialResponse$TrialName' => '

The name of the trial.

', 'DescribeTrialResponse$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'DescribeTrialResponse$ExperimentName' => '

The name of the experiment the trial is part of.

', 'DisassociateTrialComponentRequest$TrialComponentName' => '

The name of the component to disassociate from the trial.

', 'DisassociateTrialComponentRequest$TrialName' => '

The name of the trial to disassociate from.

', 'Experiment$ExperimentName' => '

The name of the experiment.

', 'Experiment$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'ExperimentConfig$ExperimentName' => '

The name of an existing experiment to associate with the trial component.

', 'ExperimentConfig$TrialName' => '

The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

', 'ExperimentConfig$TrialComponentDisplayName' => '

The display name for the trial component. If this key isn\'t specified, the display name is the trial component name.

', 'ExperimentConfig$RunName' => '

The name of the experiment run to associate with the trial component.

', 'ExperimentSummary$ExperimentName' => '

The name of the experiment.

', 'ExperimentSummary$DisplayName' => '

The name of the experiment as displayed. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'LineageGroupSummary$LineageGroupName' => '

The name or Amazon Resource Name (ARN) of the lineage group.

', 'LineageGroupSummary$DisplayName' => '

The display name of the lineage group summary.

', 'ListTrialComponentsRequest$ExperimentName' => '

A filter that returns only components that are part of the specified experiment. If you specify ExperimentName, you can\'t filter by SourceArn or TrialName.

', 'ListTrialComponentsRequest$TrialName' => '

A filter that returns only components that are part of the specified trial. If you specify TrialName, you can\'t filter by ExperimentName or SourceArn.

', 'ListTrialsRequest$ExperimentName' => '

A filter that returns only trials that are part of the specified experiment.

', 'ListTrialsRequest$TrialComponentName' => '

A filter that returns only trials that are associated with the specified trial component.

', 'Parent$TrialName' => '

The name of the trial.

', 'Parent$ExperimentName' => '

The name of the experiment.

', 'PipelineExperimentConfig$ExperimentName' => '

The name of the experiment.

', 'PipelineExperimentConfig$TrialName' => '

The name of the trial.

', 'Trial$TrialName' => '

The name of the trial.

', 'Trial$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'Trial$ExperimentName' => '

The name of the experiment the trial is part of.

', 'TrialComponent$TrialComponentName' => '

The name of the trial component.

', 'TrialComponent$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'TrialComponent$RunName' => '

The name of the experiment run.

', 'TrialComponentSimpleSummary$TrialComponentName' => '

The name of the trial component.

', 'TrialComponentSummary$TrialComponentName' => '

The name of the trial component.

', 'TrialComponentSummary$DisplayName' => '

The name of the component as displayed. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'TrialSummary$TrialName' => '

The name of the trial.

', 'TrialSummary$DisplayName' => '

The name of the trial as displayed. If DisplayName isn\'t specified, TrialName is displayed.

', 'UpdateActionRequest$ActionName' => '

The name of the action to update.

', 'UpdateArtifactRequest$ArtifactName' => '

The new name for the artifact.

', 'UpdateContextRequest$ContextName' => '

The name of the context to update.

', 'UpdateExperimentRequest$ExperimentName' => '

The name of the experiment to update.

', 'UpdateExperimentRequest$DisplayName' => '

The name of the experiment as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, ExperimentName is displayed.

', 'UpdateTrialComponentRequest$TrialComponentName' => '

The name of the component to update.

', 'UpdateTrialComponentRequest$DisplayName' => '

The name of the component as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialComponentName is displayed.

', 'UpdateTrialRequest$TrialName' => '

The name of the trial to update.

', 'UpdateTrialRequest$DisplayName' => '

The name of the trial as displayed. The name doesn\'t need to be unique. If DisplayName isn\'t specified, TrialName is displayed.

', ], ], 'ExperimentEntityNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribeActionResponse$ActionName' => '

The name of the action.

', 'DescribeArtifactResponse$ArtifactName' => '

The name of the artifact.

', 'DescribeContextRequest$ContextName' => '

The name of the context to describe.

', 'DescribeTrialComponentRequest$TrialComponentName' => '

The name of the trial component to describe.

', ], ], 'ExperimentSource' => [ 'base' => '

The source of the experiment.

', 'refs' => [ 'DescribeExperimentResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the type.

', 'Experiment$Source' => NULL, 'ExperimentSummary$ExperimentSource' => NULL, ], ], 'ExperimentSourceArn' => [ 'base' => NULL, 'refs' => [ 'ExperimentSource$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'ExperimentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsResponse$ExperimentSummaries' => '

A list of the summaries of your experiments.

', ], ], 'ExperimentSummary' => [ 'base' => '

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

', 'refs' => [ 'ExperimentSummaries$member' => NULL, ], ], 'ExpiresInSeconds' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlRequest$ExpiresInSeconds' => '

The number of seconds until the pre-signed URL expires. This value defaults to 300.

', ], ], 'Explainability' => [ 'base' => '

Contains explainability metrics for a model.

', 'refs' => [ 'ModelMetrics$Explainability' => '

Metrics that help explain a model.

', ], ], 'ExplainabilityLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$Explainability' => '

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

', ], ], 'ExplainerConfig' => [ 'base' => '

A parameter to activate explainers.

', 'refs' => [ 'CreateEndpointConfigInput$ExplainerConfig' => '

A member of CreateEndpointConfig that enables explainers.

', 'DescribeEndpointConfigOutput$ExplainerConfig' => '

The configuration parameters for an explainer.

', 'DescribeEndpointOutput$ExplainerConfig' => '

The configuration parameters for an explainer.

', ], ], 'FailStepMetadata' => [ 'base' => '

The container for the metadata for Fail step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Fail' => '

The configurations and outcomes of a Fail step execution.

', ], ], 'FailureHandlingPolicy' => [ 'base' => NULL, 'refs' => [ 'EdgeDeploymentConfig$FailureHandlingPolicy' => '

Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.

', ], ], 'FailureReason' => [ 'base' => NULL, 'refs' => [ 'ConflictException$Message' => NULL, 'DescribeAppResponse$FailureReason' => '

The failure reason.

', 'DescribeCompilationJobResponse$FailureReason' => '

If a model compilation job failed, the reason it failed.

', 'DescribeDomainResponse$FailureReason' => '

The failure reason.

', 'DescribeEndpointOutput$FailureReason' => '

If the status of the endpoint is Failed, the reason why it failed.

', 'DescribeFeatureGroupResponse$FailureReason' => '

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure can occur because:

  • The FeatureGroup could not be created in the OfflineStore.

  • The FeatureGroup could not be deleted from the OfflineStore.

', 'DescribeFlowDefinitionResponse$FailureReason' => '

The reason your flow definition failed.

', 'DescribeHubContentResponse$FailureReason' => '

The failure reason if importing hub content failed.

', 'DescribeHubResponse$FailureReason' => '

The failure reason if importing hub content failed.

', 'DescribeHyperParameterTuningJobResponse$FailureReason' => '

If the tuning job failed, the reason it failed.

', 'DescribeImageResponse$FailureReason' => '

When a create, update, or delete operation fails, the reason for the failure.

', 'DescribeImageVersionResponse$FailureReason' => '

When a create or delete operation fails, the reason for the failure.

', 'DescribeInferenceRecommendationsJobResponse$FailureReason' => '

If the job fails, provides information why the job failed.

', 'DescribeLabelingJobResponse$FailureReason' => '

If the job failed, the reason that it failed.

', 'DescribeModelCardExportJobResponse$FailureReason' => '

The failure reason if the model export job fails.

', 'DescribeMonitoringScheduleResponse$FailureReason' => '

A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

', 'DescribeNotebookInstanceOutput$FailureReason' => '

If status is Failed, the reason it failed.

', 'DescribeProcessingJobResponse$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'DescribeSpaceResponse$FailureReason' => '

The failure reason.

', 'DescribeTrainingJobResponse$FailureReason' => '

If the training job failed, the reason it failed.

', 'DescribeTransformJobResponse$FailureReason' => '

If the transform job failed, FailureReason describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see Log Amazon SageMaker Events with Amazon CloudWatch.

', 'DescribeUserProfileResponse$FailureReason' => '

The failure reason.

', 'Endpoint$FailureReason' => '

If the endpoint failed, the reason it failed.

', 'EndpointMetadata$FailureReason' => '

If the status of the endpoint is Failed, or the status is InService but update operation fails, this provides the reason why it failed.

', 'FeatureGroup$FailureReason' => '

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

', 'FlowDefinitionSummary$FailureReason' => '

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

', 'HyperParameterTrainingJobSummary$FailureReason' => '

The reason that the training job failed.

', 'HyperParameterTuningJobSearchEntity$FailureReason' => '

The error that was created when a hyperparameter tuning job failed.

', 'Image$FailureReason' => '

When a create, update, or delete operation fails, the reason for the failure.

', 'ImageVersion$FailureReason' => '

When a create or delete operation fails, the reason for the failure.

', 'InferenceRecommendationsJob$FailureReason' => '

If the job fails, provides information why the job failed.

', 'LabelingJobSummary$FailureReason' => '

If the LabelingJobStatus field is Failed, this field contains a description of the error.

', 'LastUpdateStatus$FailureReason' => '

If the update wasn\'t successful, indicates the reason why it failed.

', 'ModelDashboardMonitoringSchedule$FailureReason' => '

If a monitoring job failed, provides the reason.

', 'MonitoringExecutionSummary$FailureReason' => '

Contains the reason a monitoring job failed, if it failed.

', 'MonitoringSchedule$FailureReason' => '

If the monitoring schedule failed, the reason it failed.

', 'PipelineExecutionStep$FailureReason' => '

The reason why the step failed execution. This is only returned if the step failed its execution.

', 'ProcessingJob$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'ProcessingJobSummary$FailureReason' => '

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

', 'ResourceInUse$Message' => NULL, 'ResourceLimitExceeded$Message' => NULL, 'ResourceNotFound$Message' => NULL, 'TrainingJob$FailureReason' => '

If the training job failed, the reason it failed.

', 'TransformJob$FailureReason' => '

If the transform job failed, the reason it failed.

', 'TransformJobSummary$FailureReason' => '

If the transform job failed, the reason it failed.

', ], ], 'FeatureAdditions' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureGroupRequest$FeatureAdditions' => '

Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you\'ve made a valid request. It takes some time after you\'ve made a valid request for Feature Store to update the feature group.

', ], ], 'FeatureDefinition' => [ 'base' => '

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

', 'refs' => [ 'FeatureAdditions$member' => NULL, 'FeatureDefinitions$member' => NULL, ], ], 'FeatureDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$FeatureDefinitions' => '

A list of Feature names and types. Name and Type is compulsory per Feature.

Valid feature FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

', 'DescribeFeatureGroupResponse$FeatureDefinitions' => '

A list of the Features in the FeatureGroup. Each feature is defined by a FeatureName and FeatureType.

', 'FeatureGroup$FeatureDefinitions' => '

A list of Features. Each Feature must include a FeatureName and a FeatureType.

Valid FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

', ], ], 'FeatureDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$Description' => '

The description you added to describe the feature.

', 'FeatureMetadata$Description' => '

An optional description that you specify to better describe the feature.

', 'UpdateFeatureMetadataRequest$Description' => '

A description that you can write to better describe the feature.

', ], ], 'FeatureGroup' => [ 'base' => '

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

', 'refs' => [ 'SearchRecord$FeatureGroup' => NULL, ], ], 'FeatureGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier for the feature group.

', 'DescribeFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of the FeatureGroup.

', 'DescribeFeatureMetadataResponse$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group that contains the feature.

', 'FeatureGroup$FeatureGroupArn' => '

The Amazon Resource Name (ARN) of a FeatureGroup.

', 'FeatureGroupSummary$FeatureGroupArn' => '

Unique identifier for the FeatureGroup.

', 'FeatureMetadata$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group.

', 'UpdateFeatureGroupResponse$FeatureGroupArn' => '

The Amazon Resource Number (ARN) of the feature group that you\'re updating.

', ], ], 'FeatureGroupMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$MaxResults' => '

The maximum number of results returned by ListFeatureGroups.

', ], ], 'FeatureGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$FeatureGroupName' => '

The name of the FeatureGroup. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account. The name:

  • Must start and end with an alphanumeric character.

  • Can only contain alphanumeric character and hyphens. Spaces are not allowed.

', 'DeleteFeatureGroupRequest$FeatureGroupName' => '

The name of the FeatureGroup you want to delete. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeFeatureGroupResponse$FeatureGroupName' => '

he name of the FeatureGroup.

', 'DescribeFeatureMetadataResponse$FeatureGroupName' => '

The name of the feature group that you\'ve specified.

', 'FeatureGroup$FeatureGroupName' => '

The name of the FeatureGroup.

', 'FeatureGroupSummary$FeatureGroupName' => '

The name of FeatureGroup.

', 'FeatureMetadata$FeatureGroupName' => '

The name of the feature group containing the feature.

', 'ProcessingFeatureStoreOutput$FeatureGroupName' => '

The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

', ], ], 'FeatureGroupNameContains' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$NameContains' => '

A string that partially matches one or more FeatureGroups names. Filters FeatureGroups by name.

', ], ], 'FeatureGroupNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the FeatureGroup you want described.

', 'DescribeFeatureMetadataRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group containing the feature.

', 'UpdateFeatureGroupRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group that you\'re updating.

', 'UpdateFeatureMetadataRequest$FeatureGroupName' => '

The name or Amazon Resource Name (ARN) of the feature group containing the feature that you\'re updating.

', ], ], 'FeatureGroupSortBy' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$SortBy' => '

The value on which the feature group list is sorted.

', ], ], 'FeatureGroupSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$SortOrder' => '

The order in which feature groups are listed.

', ], ], 'FeatureGroupStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupResponse$FeatureGroupStatus' => '

The status of the feature group.

', 'FeatureGroup$FeatureGroupStatus' => '

A FeatureGroup status.

', 'FeatureGroupSummary$FeatureGroupStatus' => '

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

', 'ListFeatureGroupsRequest$FeatureGroupStatusEquals' => '

A FeatureGroup status. Filters by FeatureGroup status.

', ], ], 'FeatureGroupSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsResponse$FeatureGroupSummaries' => '

A summary of feature groups.

', ], ], 'FeatureGroupSummary' => [ 'base' => '

The name, ARN, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

', 'refs' => [ 'FeatureGroupSummaries$member' => NULL, ], ], 'FeatureMetadata' => [ 'base' => '

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

', 'refs' => [ 'SearchRecord$FeatureMetadata' => '

The feature metadata used to search through the features.

', ], ], 'FeatureName' => [ 'base' => NULL, 'refs' => [ 'CreateFeatureGroupRequest$RecordIdentifierFeatureName' => '

The name of the Feature whose value uniquely identifies a Record defined in the FeatureStore. Only the latest record per identifier value will be stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature definitions\' names.

You use the RecordIdentifierFeatureName to access data in a FeatureStore.

This name:

  • Must start and end with an alphanumeric character.

  • Can only contains alphanumeric characters, hyphens, underscores. Spaces are not allowed.

', 'CreateFeatureGroupRequest$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

An EventTime can be a String or Fractional.

  • Fractional: EventTime feature values must be a Unix timestamp in seconds.

  • String: EventTime feature values must be an ISO-8601 string in the format. The following formats are supported yyyy-MM-dd\'T\'HH:mm:ssZ and yyyy-MM-dd\'T\'HH:mm:ss.SSSZ where yyyy, MM, and dd represent the year, month, and day respectively and HH, mm, ss, and if applicable, SSS represent the hour, month, second and milliseconds respsectively. \'T\' and Z are constants.

', 'DescribeFeatureGroupResponse$RecordIdentifierFeatureName' => '

The name of the Feature used for RecordIdentifier, whose value uniquely identifies a record stored in the feature store.

', 'DescribeFeatureGroupResponse$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

An EventTime is a point in time when a new event occurs that corresponds to the creation or update of a Record in a FeatureGroup. All Records in the FeatureGroup have a corresponding EventTime.

', 'DescribeFeatureMetadataRequest$FeatureName' => '

The name of the feature.

', 'DescribeFeatureMetadataResponse$FeatureName' => '

The name of the feature that you\'ve specified.

', 'FeatureDefinition$FeatureName' => '

The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

', 'FeatureGroup$RecordIdentifierFeatureName' => '

The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup FeatureDefinitions.

', 'FeatureGroup$EventTimeFeatureName' => '

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

', 'FeatureMetadata$FeatureName' => '

The name of feature.

', 'UpdateFeatureMetadataRequest$FeatureName' => '

The name of the feature that you\'re updating.

', ], ], 'FeatureParameter' => [ 'base' => '

A key-value pair that you specify to describe the feature.

', 'refs' => [ 'FeatureParameterAdditions$member' => NULL, 'FeatureParameters$member' => NULL, ], ], 'FeatureParameterAdditions' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureMetadataRequest$ParameterAdditions' => '

A list of key-value pairs that you can add to better describe the feature.

', ], ], 'FeatureParameterKey' => [ 'base' => NULL, 'refs' => [ 'FeatureParameter$Key' => '

A key that must contain a value to describe the feature.

', 'FeatureParameterRemovals$member' => NULL, ], ], 'FeatureParameterRemovals' => [ 'base' => NULL, 'refs' => [ 'UpdateFeatureMetadataRequest$ParameterRemovals' => '

A list of parameter keys that you can specify to remove parameters that describe your feature.

', ], ], 'FeatureParameterValue' => [ 'base' => NULL, 'refs' => [ 'FeatureParameter$Value' => '

The value that belongs to a key.

', ], ], 'FeatureParameters' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$Parameters' => '

The key-value pairs that you added to describe the feature.

', 'FeatureMetadata$Parameters' => '

Optional key-value pairs that you specify to better describe the feature.

', ], ], 'FeatureStatus' => [ 'base' => NULL, 'refs' => [ 'ModelRegisterSettings$Status' => '

Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

', 'TimeSeriesForecastingSettings$Status' => '

Describes whether time series forecasting is enabled or disabled in the Canvas application.

', ], ], 'FeatureType' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureMetadataResponse$FeatureType' => '

The data type of the feature.

', 'FeatureDefinition$FeatureType' => '

The value type of a feature. Valid values are Integral, Fractional, or String.

', 'FeatureMetadata$FeatureType' => '

The data type of the feature.

', ], ], 'FileSource' => [ 'base' => '

Contains details regarding the file source.

', 'refs' => [ 'DriftCheckBias$ConfigFile' => '

The bias config file for a model.

', 'DriftCheckExplainability$ConfigFile' => '

The explainability config file for the model.

', ], ], 'FileSystemAccessMode' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemAccessMode' => '

The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

', ], ], 'FileSystemConfig' => [ 'base' => '

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

', 'refs' => [ 'KernelGatewayImageConfig$FileSystemConfig' => '

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

', ], ], 'FileSystemDataSource' => [ 'base' => '

Specifies a file system data source for a channel.

', 'refs' => [ 'DataSource$FileSystemDataSource' => '

The file system that is associated with a channel.

', ], ], 'FileSystemId' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemId' => '

The file system id.

', ], ], 'FileSystemType' => [ 'base' => NULL, 'refs' => [ 'FileSystemDataSource$FileSystemType' => '

The file system type.

', ], ], 'FillingTransformationMap' => [ 'base' => NULL, 'refs' => [ 'FillingTransformations$value' => NULL, ], ], 'FillingTransformationValue' => [ 'base' => NULL, 'refs' => [ 'FillingTransformationMap$value' => NULL, ], ], 'FillingTransformations' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesTransformations$Filling' => '

A key value pair defining the filling method for a column, where the key is the column name and the value is an object which defines the filling logic. You can specify multiple filling methods for a single column.

The supported filling methods and their corresponding options are:

  • frontfill: none (Supported only for target column)

  • middlefill: zero, value, median, mean, min, max

  • backfill: zero, value, median, mean, min, max

  • futurefill: zero, value, median, mean, min, max

To set a filling method to a specific value, set the fill parameter to the chosen filling method value (for example "backfill" : "value"), and define the filling value in an additional parameter prefixed with "_value". For example, to set backfill to a value of 2, you must include two parameters: "backfill": "value" and "backfill_value":"2".

', ], ], 'FillingType' => [ 'base' => NULL, 'refs' => [ 'FillingTransformationMap$key' => NULL, ], ], 'Filter' => [ 'base' => '

A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search API.

If you specify a Value, but not an Operator, SageMaker uses the equals operator.

In search, there are several property types:

Metrics

To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9":

{

"Name": "Metrics.accuracy",

"Operator": "GreaterThan",

"Value": "0.9"

}

HyperParameters

To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5":

{

"Name": "HyperParameters.learning_rate",

"Operator": "LessThan",

"Value": "0.5"

}

Tags

To define a tag filter, enter a value with the form Tags.<key>.

', 'refs' => [ 'FilterList$member' => NULL, ], ], 'FilterList' => [ 'base' => NULL, 'refs' => [ 'NestedFilters$Filters' => '

A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

', 'SearchExpression$Filters' => '

A list of filter objects.

', ], ], 'FilterValue' => [ 'base' => NULL, 'refs' => [ 'Filter$Value' => '

A value used with Name and Operator to determine which resources satisfy the filter\'s condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd\'T\'HH:MM:SS.

', ], ], 'FinalAutoMLJobObjectiveMetric' => [ 'base' => '

The best candidate result from an AutoML training job.

', 'refs' => [ 'AutoMLCandidate$FinalAutoMLJobObjectiveMetric' => NULL, ], ], 'FinalHyperParameterTuningJobObjectiveMetric' => [ 'base' => '

Shows the latest objective metric emitted by a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

', 'refs' => [ 'HyperParameterTrainingJobSummary$FinalHyperParameterTuningJobObjectiveMetric' => '

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

', ], ], 'FinalMetricDataList' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$FinalMetricDataList' => '

A collection of MetricData objects that specify the names, values, and dates and times that the training algorithm emitted to Amazon CloudWatch.

', 'TrainingJob$FinalMetricDataList' => '

A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

', ], ], 'FlatInvocations' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobStoppingConditions$FlatInvocations' => '

Stops a load test when the number of invocations (TPS) peaks and flattens, which means that the instance has reached capacity. The default value is Stop. If you want the load test to continue after invocations have flattened, set the value to Continue.

', ], ], 'Float' => [ 'base' => NULL, 'refs' => [ 'MetricData$Value' => '

The value of the metric.

', 'MetricDatum$Value' => '

The value of the metric.

', 'RecommendationMetrics$CostPerHour' => '

Defines the cost per hour for the instance.

', 'RecommendationMetrics$CostPerInference' => '

Defines the cost per inference for the instance .

', ], ], 'FlowDefinitionArn' => [ 'base' => NULL, 'refs' => [ 'CreateFlowDefinitionResponse$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow definition you create.

', 'DescribeFlowDefinitionResponse$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow defintion.

', 'FlowDefinitionSummary$FlowDefinitionArn' => '

The Amazon Resource Name (ARN) of the flow definition.

', ], ], 'FlowDefinitionName' => [ 'base' => NULL, 'refs' => [ 'CreateFlowDefinitionRequest$FlowDefinitionName' => '

The name of your flow definition.

', 'DeleteFlowDefinitionRequest$FlowDefinitionName' => '

The name of the flow definition you are deleting.

', 'DescribeFlowDefinitionRequest$FlowDefinitionName' => '

The name of the flow definition.

', 'DescribeFlowDefinitionResponse$FlowDefinitionName' => '

The Amazon Resource Name (ARN) of the flow definition.

', 'FlowDefinitionSummary$FlowDefinitionName' => '

The name of the flow definition.

', ], ], 'FlowDefinitionOutputConfig' => [ 'base' => '

Contains information about where human output will be stored.

', 'refs' => [ 'CreateFlowDefinitionRequest$OutputConfig' => '

An object containing information about where the human review results will be uploaded.

', 'DescribeFlowDefinitionResponse$OutputConfig' => '

An object containing information about the output file.

', ], ], 'FlowDefinitionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeFlowDefinitionResponse$FlowDefinitionStatus' => '

The status of the flow definition. Valid values are listed below.

', 'FlowDefinitionSummary$FlowDefinitionStatus' => '

The status of the flow definition. Valid values:

', ], ], 'FlowDefinitionSummaries' => [ 'base' => NULL, 'refs' => [ 'ListFlowDefinitionsResponse$FlowDefinitionSummaries' => '

An array of objects describing the flow definitions.

', ], ], 'FlowDefinitionSummary' => [ 'base' => '

Contains summary information about the flow definition.

', 'refs' => [ 'FlowDefinitionSummaries$member' => NULL, ], ], 'FlowDefinitionTaskAvailabilityLifetimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskAvailabilityLifetimeInSeconds' => '

The length of time that a task remains available for review by human workers.

', ], ], 'FlowDefinitionTaskCount' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskCount' => '

The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

', ], ], 'FlowDefinitionTaskDescription' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskDescription' => '

A description for the human worker task.

', ], ], 'FlowDefinitionTaskKeyword' => [ 'base' => NULL, 'refs' => [ 'FlowDefinitionTaskKeywords$member' => NULL, ], ], 'FlowDefinitionTaskKeywords' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskKeywords' => '

Keywords used to describe the task so that workers can discover the task.

', ], ], 'FlowDefinitionTaskTimeLimitInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskTimeLimitInSeconds' => '

The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

', ], ], 'FlowDefinitionTaskTitle' => [ 'base' => NULL, 'refs' => [ 'HumanLoopConfig$TaskTitle' => '

A title for the human worker task.

', ], ], 'ForecastFrequency' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastFrequency' => '

The frequency of predictions in a forecast.

Valid intervals are an integer followed by Y (Year), M (Month), W (Week), D (Day), H (Hour), and min (Minute). For example, 1D indicates every day and 15min indicates every 15 minutes. The value of a frequency must not overlap with the next larger frequency. For example, you must use a frequency of 1H instead of 60min.

The valid values for each frequency are the following:

  • Minute - 1-59

  • Hour - 1-23

  • Day - 1-6

  • Week - 1-4

  • Month - 1-11

  • Year - 1

', ], ], 'ForecastHorizon' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastHorizon' => '

The number of time-steps that the model predicts. The forecast horizon is also called the prediction length. The maximum forecast horizon is the lesser of 500 time-steps or 1/4 of the time-steps in the dataset.

', ], ], 'ForecastQuantile' => [ 'base' => NULL, 'refs' => [ 'ForecastQuantiles$member' => NULL, ], ], 'ForecastQuantiles' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesForecastingJobConfig$ForecastQuantiles' => '

The quantiles used to train the model for forecasts at a specified quantile. You can specify quantiles from 0.01 (p1) to 0.99 (p99), by increments of 0.01 or higher. Up to five forecast quantiles can be specified. When ForecastQuantiles is not provided, the AutoML job uses the quantiles p10, p50, and p90 as default.

', ], ], 'Framework' => [ 'base' => NULL, 'refs' => [ 'InputConfig$Framework' => '

Identifies the framework in which the model was trained. For example: TENSORFLOW.

', ], ], 'FrameworkVersion' => [ 'base' => NULL, 'refs' => [ 'InputConfig$FrameworkVersion' => '

Specifies the framework version to use. This API field is only supported for the MXNet, PyTorch, TensorFlow and TensorFlow Lite frameworks.

For information about framework versions supported for cloud targets and edge devices, see Cloud Supported Instance Types and Frameworks and Edge Supported Frameworks.

', ], ], 'GenerateCandidateDefinitionsOnly' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$GenerateCandidateDefinitionsOnly' => '

Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

', 'DescribeAutoMLJobResponse$GenerateCandidateDefinitionsOnly' => '

Indicates whether the output for an AutoML job generates candidate definitions only.

', 'TabularJobConfig$GenerateCandidateDefinitionsOnly' => '

Generates possible candidates without training the models. A model candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.

', ], ], 'GetDeviceFleetReportRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDeviceFleetReportResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetLineageGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetLineageGroupPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'GetModelPackageGroupPolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetSagemakerServicecatalogPortfolioStatusInput' => [ 'base' => NULL, 'refs' => [], ], 'GetSagemakerServicecatalogPortfolioStatusOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetScalingConfigurationRecommendationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetScalingConfigurationRecommendationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetSearchSuggestionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetSearchSuggestionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'GitConfig' => [ 'base' => '

Specifies configuration details for a Git repository in your Amazon Web Services account.

', 'refs' => [ 'CodeRepositorySummary$GitConfig' => '

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', 'CreateCodeRepositoryInput$GitConfig' => '

Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

', 'DescribeCodeRepositoryOutput$GitConfig' => '

Configuration details about the repository, including the URL where the repository is located, the default branch, and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

', ], ], 'GitConfigForUpdate' => [ 'base' => '

Specifies configuration details for a Git repository when the repository is updated.

', 'refs' => [ 'UpdateCodeRepositoryInput$GitConfig' => '

The configuration of the git repository, including the URL and the Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', ], ], 'GitConfigUrl' => [ 'base' => NULL, 'refs' => [ 'GitConfig$RepositoryUrl' => '

The URL where the Git repository is located.

', ], ], 'Group' => [ 'base' => NULL, 'refs' => [ 'Groups$member' => NULL, ], ], 'GroupingAttributeName' => [ 'base' => NULL, 'refs' => [ 'GroupingAttributeNames$member' => NULL, ], ], 'GroupingAttributeNames' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$GroupingAttributeNames' => '

A set of columns names that can be grouped with the item identifier column to create a composite key for which a target value is predicted.

', ], ], 'Groups' => [ 'base' => NULL, 'refs' => [ 'OidcMemberDefinition$Groups' => '

A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

', ], ], 'HookParameters' => [ 'base' => NULL, 'refs' => [ 'DebugHookConfig$HookParameters' => '

Configuration information for the Amazon SageMaker Debugger hook parameters.

', ], ], 'Horovod' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Horovod' => '

Indicates Horovod compatibility.

', 'DescribeImageVersionResponse$Horovod' => '

Indicates Horovod compatibility.

', 'UpdateImageVersionRequest$Horovod' => '

Indicates Horovod compatibility.

', ], ], 'HubArn' => [ 'base' => NULL, 'refs' => [ 'CreateHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'DescribeHubContentResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub that contains the content.

', 'DescribeHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'HubInfo$HubArn' => '

The Amazon Resource Name (ARN) of the hub.

', 'ImportHubContentResponse$HubArn' => '

The ARN of the hub that the content was imported into.

', 'UpdateHubResponse$HubArn' => '

The Amazon Resource Name (ARN) of the updated hub.

', ], ], 'HubContentArn' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentArn' => '

The Amazon Resource Name (ARN) of the hub content.

', 'HubContentInfo$HubContentArn' => '

The Amazon Resource Name (ARN) of the hub content.

', 'ImportHubContentResponse$HubContentArn' => '

The ARN of the hub content that was imported.

', ], ], 'HubContentDependency' => [ 'base' => '

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

', 'refs' => [ 'HubContentDependencyList$member' => NULL, ], ], 'HubContentDependencyList' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDependencies' => '

The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

', ], ], 'HubContentDescription' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDescription' => '

A description of the hub content.

', 'HubContentInfo$HubContentDescription' => '

A description of the hub content.

', 'ImportHubContentRequest$HubContentDescription' => '

A description of the hub content to import.

', ], ], 'HubContentDisplayName' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDisplayName' => '

The display name of the hub content.

', 'HubContentInfo$HubContentDisplayName' => '

The display name of the hub content.

', 'ImportHubContentRequest$HubContentDisplayName' => '

The display name of the hub content to import.

', ], ], 'HubContentDocument' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentDocument' => '

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

', 'ImportHubContentRequest$HubContentDocument' => '

The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

', ], ], 'HubContentInfo' => [ 'base' => '

Information about hub content.

', 'refs' => [ 'HubContentInfoList$member' => NULL, ], ], 'HubContentInfoList' => [ 'base' => NULL, 'refs' => [ 'ListHubContentVersionsResponse$HubContentSummaries' => '

The summaries of the listed hub content versions.

', 'ListHubContentsResponse$HubContentSummaries' => '

The summaries of the listed hub content.

', ], ], 'HubContentMarkdown' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentMarkdown' => '

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

', 'ImportHubContentRequest$HubContentMarkdown' => '

A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

', ], ], 'HubContentName' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentName' => '

The name of the content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentName' => '

The name of the content to describe.

', 'DescribeHubContentResponse$HubContentName' => '

The name of the hub content.

', 'HubContentInfo$HubContentName' => '

The name of the hub content.

', 'ImportHubContentRequest$HubContentName' => '

The name of the hub content to import.

', 'ListHubContentVersionsRequest$HubContentName' => '

The name of the hub content.

', ], ], 'HubContentSearchKeywordList' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentSearchKeywords' => '

The searchable keywords for the hub content.

', 'HubContentInfo$HubContentSearchKeywords' => '

The searchable keywords for the hub content.

', 'ImportHubContentRequest$HubContentSearchKeywords' => '

The searchable keywords of the hub content.

', ], ], 'HubContentSortBy' => [ 'base' => NULL, 'refs' => [ 'ListHubContentVersionsRequest$SortBy' => '

Sort hub content versions by either name or creation time.

', 'ListHubContentsRequest$SortBy' => '

Sort hub content versions by either name or creation time.

', ], ], 'HubContentStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHubContentResponse$HubContentStatus' => '

The status of the hub content.

', 'HubContentInfo$HubContentStatus' => '

The status of the hub content.

', ], ], 'HubContentType' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentType' => '

The type of content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentType' => '

The type of content in the hub.

', 'DescribeHubContentResponse$HubContentType' => '

The type of hub content.

', 'HubContentInfo$HubContentType' => '

The type of hub content.

', 'ImportHubContentRequest$HubContentType' => '

The type of hub content to import.

', 'ListHubContentVersionsRequest$HubContentType' => '

The type of hub content to list versions of.

', 'ListHubContentsRequest$HubContentType' => '

The type of hub content to list.

', ], ], 'HubContentVersion' => [ 'base' => NULL, 'refs' => [ 'DeleteHubContentRequest$HubContentVersion' => '

The version of the content that you want to delete from a hub.

', 'DescribeHubContentRequest$HubContentVersion' => '

The version of the content to describe.

', 'DescribeHubContentResponse$HubContentVersion' => '

The version of the hub content.

', 'HubContentInfo$HubContentVersion' => '

The version of the hub content.

', 'ImportHubContentRequest$HubContentVersion' => '

The version of the hub content to import.

', 'ListHubContentVersionsRequest$MinVersion' => '

The lower bound of the hub content versions to list.

', ], ], 'HubDescription' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubDescription' => '

A description of the hub.

', 'DescribeHubResponse$HubDescription' => '

A description of the hub.

', 'HubInfo$HubDescription' => '

A description of the hub.

', 'UpdateHubRequest$HubDescription' => '

A description of the updated hub.

', ], ], 'HubDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubDisplayName' => '

The display name of the hub.

', 'DescribeHubResponse$HubDisplayName' => '

The display name of the hub.

', 'HubInfo$HubDisplayName' => '

The display name of the hub.

', 'UpdateHubRequest$HubDisplayName' => '

The display name of the hub.

', ], ], 'HubInfo' => [ 'base' => '

Information about a hub.

', 'refs' => [ 'HubInfoList$member' => NULL, ], ], 'HubInfoList' => [ 'base' => NULL, 'refs' => [ 'ListHubsResponse$HubSummaries' => '

The summaries of the listed hubs.

', ], ], 'HubName' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubName' => '

The name of the hub to create.

', 'DeleteHubContentRequest$HubName' => '

The name of the hub that you want to delete content in.

', 'DeleteHubRequest$HubName' => '

The name of the hub to delete.

', 'DescribeHubContentRequest$HubName' => '

The name of the hub that contains the content to describe.

', 'DescribeHubContentResponse$HubName' => '

The name of the hub that contains the content.

', 'DescribeHubRequest$HubName' => '

The name of the hub to describe.

', 'DescribeHubResponse$HubName' => '

The name of the hub.

', 'HubInfo$HubName' => '

The name of the hub.

', 'ImportHubContentRequest$HubName' => '

The name of the hub to import content into.

', 'ListHubContentVersionsRequest$HubName' => '

The name of the hub to list the content versions of.

', 'ListHubContentsRequest$HubName' => '

The name of the hub to list the contents of.

', 'UpdateHubRequest$HubName' => '

The name of the hub to update.

', ], ], 'HubS3StorageConfig' => [ 'base' => '

The Amazon S3 storage configuration of a hub.

', 'refs' => [ 'CreateHubRequest$S3StorageConfig' => '

The Amazon S3 storage configuration for the hub.

', 'DescribeHubResponse$S3StorageConfig' => '

The Amazon S3 storage configuration for the hub.

', ], ], 'HubSearchKeyword' => [ 'base' => NULL, 'refs' => [ 'HubContentSearchKeywordList$member' => NULL, 'HubSearchKeywordList$member' => NULL, ], ], 'HubSearchKeywordList' => [ 'base' => NULL, 'refs' => [ 'CreateHubRequest$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'DescribeHubResponse$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'HubInfo$HubSearchKeywords' => '

The searchable keywords for the hub.

', 'UpdateHubRequest$HubSearchKeywords' => '

The searchable keywords for the hub.

', ], ], 'HubSortBy' => [ 'base' => NULL, 'refs' => [ 'ListHubsRequest$SortBy' => '

Sort hubs by either name or creation time.

', ], ], 'HubStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHubResponse$HubStatus' => '

The status of the hub.

', 'HubInfo$HubStatus' => '

The status of the hub.

', ], ], 'HumanLoopActivationConditions' => [ 'base' => NULL, 'refs' => [ 'HumanLoopActivationConditionsConfig$HumanLoopActivationConditions' => '

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

', ], ], 'HumanLoopActivationConditionsConfig' => [ 'base' => '

Defines under what conditions SageMaker creates a human loop. Used within CreateFlowDefinition. See HumanLoopActivationConditionsConfig for the required format of activation conditions.

', 'refs' => [ 'HumanLoopActivationConfig$HumanLoopActivationConditionsConfig' => '

Container structure for defining under what conditions SageMaker creates a human loop.

', ], ], 'HumanLoopActivationConfig' => [ 'base' => '

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopActivationConfig' => '

An object containing information about the events that trigger a human workflow.

', 'DescribeFlowDefinitionResponse$HumanLoopActivationConfig' => '

An object containing information about what triggers a human review workflow.

', ], ], 'HumanLoopConfig' => [ 'base' => '

Describes the work to be performed by human workers.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopConfig' => '

An object containing information about the tasks the human reviewers will perform.

', 'DescribeFlowDefinitionResponse$HumanLoopConfig' => '

An object containing information about who works on the task, the workforce task price, and other task details.

', ], ], 'HumanLoopRequestSource' => [ 'base' => '

Container for configuring the source of human task requests.

', 'refs' => [ 'CreateFlowDefinitionRequest$HumanLoopRequestSource' => '

Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

', 'DescribeFlowDefinitionResponse$HumanLoopRequestSource' => '

Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

', ], ], 'HumanTaskConfig' => [ 'base' => '

Information required for human workers to complete a labeling task.

', 'refs' => [ 'CreateLabelingJobRequest$HumanTaskConfig' => '

Configures the labeling task and how it is presented to workers; including, but not limited to price, keywords, and batch size (task count).

', 'DescribeLabelingJobResponse$HumanTaskConfig' => '

Configuration information required for human workers to complete a labeling task.

', ], ], 'HumanTaskUiArn' => [ 'base' => NULL, 'refs' => [ 'CreateHumanTaskUiResponse$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human review workflow user interface you create.

', 'DescribeHumanTaskUiResponse$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface (worker task template).

', 'HumanLoopConfig$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

', 'HumanTaskUiSummary$HumanTaskUiArn' => '

The Amazon Resource Name (ARN) of the human task user interface.

', 'RenderUiTemplateRequest$HumanTaskUiArn' => '

The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter.

See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

', 'UiConfig$HumanTaskUiArn' => '

The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

Named Entity Recognition

Use the following HumanTaskUiArn for named entity recognition labeling jobs:

arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

3D Point Cloud HumanTaskUiArns

Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

Video Frame HumanTaskUiArns

Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

  • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

', ], ], 'HumanTaskUiName' => [ 'base' => NULL, 'refs' => [ 'CreateHumanTaskUiRequest$HumanTaskUiName' => '

The name of the user interface you are creating.

', 'DeleteHumanTaskUiRequest$HumanTaskUiName' => '

The name of the human task user interface (work task template) you want to delete.

', 'DescribeHumanTaskUiRequest$HumanTaskUiName' => '

The name of the human task user interface (worker task template) you want information about.

', 'DescribeHumanTaskUiResponse$HumanTaskUiName' => '

The name of the human task user interface (worker task template).

', 'HumanTaskUiSummary$HumanTaskUiName' => '

The name of the human task user interface.

', ], ], 'HumanTaskUiStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHumanTaskUiResponse$HumanTaskUiStatus' => '

The status of the human task user interface (worker task template). Valid values are listed below.

', ], ], 'HumanTaskUiSummaries' => [ 'base' => NULL, 'refs' => [ 'ListHumanTaskUisResponse$HumanTaskUiSummaries' => '

An array of objects describing the human task user interfaces.

', ], ], 'HumanTaskUiSummary' => [ 'base' => '

Container for human task user interface information.

', 'refs' => [ 'HumanTaskUiSummaries$member' => NULL, ], ], 'HyperParameterAlgorithmSpecification' => [ 'base' => '

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$AlgorithmSpecification' => '

The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

', ], ], 'HyperParameterKey' => [ 'base' => NULL, 'refs' => [ 'HyperParameters$key' => NULL, ], ], 'HyperParameterScalingType' => [ 'base' => NULL, 'refs' => [ 'ContinuousParameterRange$ScalingType' => '

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto

SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.

Linear

Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.

Logarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

ReverseLogarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

', 'IntegerParameterRange$ScalingType' => '

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto

SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.

Linear

Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.

Logarithmic

Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

', ], ], 'HyperParameterSpecification' => [ 'base' => '

Defines a hyperparameter to be used by an algorithm.

', 'refs' => [ 'HyperParameterSpecifications$member' => NULL, ], ], 'HyperParameterSpecifications' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedHyperParameters' => '

A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

', ], ], 'HyperParameterTrainingJobDefinition' => [ 'base' => '

Defines the training jobs launched by a hyperparameter tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$TrainingJobDefinition' => '

The HyperParameterTrainingJobDefinition object that describes the training jobs that this tuning job launches, including static hyperparameters, input data configuration, output data configuration, resource configuration, and stopping condition.

', 'DescribeHyperParameterTuningJobResponse$TrainingJobDefinition' => '

The HyperParameterTrainingJobDefinition object that specifies the definition of the training jobs that this tuning job launches.

', 'HyperParameterTrainingJobDefinitions$member' => NULL, 'HyperParameterTuningJobSearchEntity$TrainingJobDefinition' => NULL, ], ], 'HyperParameterTrainingJobDefinitionName' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobDefinition$DefinitionName' => '

The job definition name.

', 'HyperParameterTrainingJobSummary$TrainingJobDefinitionName' => '

The training job definition name.

', ], ], 'HyperParameterTrainingJobDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobRequest$TrainingJobDefinitions' => '

A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

', 'DescribeHyperParameterTuningJobResponse$TrainingJobDefinitions' => '

A list of the HyperParameterTrainingJobDefinition objects launched for this tuning job.

', 'HyperParameterTuningJobSearchEntity$TrainingJobDefinitions' => '

The job definitions included in a hyperparameter tuning job.

', ], ], 'HyperParameterTrainingJobEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobEnvironmentMap$key' => NULL, ], ], 'HyperParameterTrainingJobEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobDefinition$Environment' => '

An environment variable that you can pass into the SageMaker CreateTrainingJob API. You can use an existing environment variable from the training container or use your own. See Define metrics and variables for more information.

The maximum number of items specified for Map Entries refers to the maximum number of environment variables for each TrainingJobDefinition and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of environment variables for all the training job definitions can\'t exceed the maximum number specified.

', ], ], 'HyperParameterTrainingJobEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTrainingJobEnvironmentMap$value' => NULL, ], ], 'HyperParameterTrainingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsForHyperParameterTuningJobResponse$TrainingJobSummaries' => '

A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.

', ], ], 'HyperParameterTrainingJobSummary' => [ 'base' => '

The container for the summary information about a training job.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$BestTrainingJob' => '

A TrainingJobSummary object that describes the training job that completed with the best current HyperParameterTuningJobObjective.

', 'DescribeHyperParameterTuningJobResponse$OverallBestTrainingJob' => '

If the hyperparameter tuning job is an warm start tuning job with a WarmStartType of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary for the training job with the best objective metric value of all training jobs launched by this tuning job and all parent jobs specified for the warm start tuning job.

', 'HyperParameterTrainingJobSummaries$member' => NULL, 'HyperParameterTuningJobSearchEntity$BestTrainingJob' => NULL, 'HyperParameterTuningJobSearchEntity$OverallBestTrainingJob' => NULL, ], ], 'HyperParameterTuningAllocationStrategy' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningResourceConfig$AllocationStrategy' => '

The strategy that determines the order of preference for resources specified in InstanceConfigs used in hyperparameter optimization.

', ], ], 'HyperParameterTuningInstanceConfig' => [ 'base' => '

The configuration for hyperparameter tuning resources for use in training jobs launched by the tuning job. These resources include compute instances and storage volumes. Specify one or more compute instance configurations and allocation strategies to select resources (optional).

', 'refs' => [ 'HyperParameterTuningInstanceConfigs$member' => NULL, ], ], 'HyperParameterTuningInstanceConfigs' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningResourceConfig$InstanceConfigs' => '

A list containing the configuration(s) for one or more resources for processing hyperparameter jobs. These resources include compute instances and storage volumes to use in model training jobs launched by hyperparameter tuning jobs. The AllocationStrategy controls the order in which multiple configurations provided in InstanceConfigs are used.

If you only want to use a single instance configuration inside the HyperParameterTuningResourceConfig API, do not provide a value for InstanceConfigs. Instead, use InstanceType, VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide values for InstanceType, VolumeSizeInGB or InstanceCount.

', ], ], 'HyperParameterTuningJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobResponse$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN to a hyperparameter tuning job when you create it.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job.

', 'DescribeTrainingJobResponse$TuningJobArn' => '

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobArn' => '

The Amazon Resource Name (ARN) of the tuning job.

', 'TrainingJob$TuningJobArn' => '

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

', 'TuningJobStepMetaData$Arn' => '

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

', ], ], 'HyperParameterTuningJobCompletionDetails' => [ 'base' => '

A structure that contains runtime information about both current and completed hyperparameter tuning jobs.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$TuningJobCompletionDetails' => '

Tuning job completion information returned as the response from a hyperparameter tuning job. This information tells if your tuning job has or has not converged. It also includes the number of training jobs that have not improved model performance as evaluated against the objective function.

', 'HyperParameterTuningJobSearchEntity$TuningJobCompletionDetails' => '

Information about either a current or completed hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobConfig' => [ 'base' => '

Configures a hyperparameter tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$HyperParameterTuningJobConfig' => '

The HyperParameterTuningJobConfig object that describes the tuning job, including the search strategy, the objective metric used to evaluate training jobs, ranges of parameters to search, and resource limits for the tuning job. For more information, see How Hyperparameter Tuning Works.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobConfig' => '

The HyperParameterTuningJobConfig object that specifies the configuration of the tuning job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobConfig' => NULL, ], ], 'HyperParameterTuningJobConsumedResources' => [ 'base' => '

The total resources consumed by your hyperparameter tuning job.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$ConsumedResources' => NULL, 'HyperParameterTuningJobSearchEntity$ConsumedResources' => '

The total amount of resources consumed by a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobName' => [ 'base' => NULL, 'refs' => [ 'CreateHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job. This name is the prefix for the names of all training jobs that this tuning job launches. The name must be unique within the same Amazon Web Services account and Amazon Web Services Region. The name must have 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and : + = @ _ % - (hyphen). The name is not case sensitive.

', 'DescribeHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobName' => '

The name of the hyperparameter tuning job.

', 'HyperParameterTrainingJobSummary$TuningJobName' => '

The HyperParameter tuning job that launched the training job.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobName' => '

The name of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobName' => '

The name of the tuning job.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job whose training jobs you want to list.

', 'ParentHyperParameterTuningJob$HyperParameterTuningJobName' => '

The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

', 'StopHyperParameterTuningJobRequest$HyperParameterTuningJobName' => '

The name of the tuning job to stop.

', ], ], 'HyperParameterTuningJobObjective' => [ 'base' => '

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$TuningObjective' => NULL, 'HyperParameterTuningJobConfig$HyperParameterTuningJobObjective' => '

The HyperParameterTuningJobObjective specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.

', 'HyperParameterTuningJobObjectives$member' => NULL, ], ], 'HyperParameterTuningJobObjectiveType' => [ 'base' => NULL, 'refs' => [ 'FinalHyperParameterTuningJobObjectiveMetric$Type' => '

Select if you want to minimize or maximize the objective metric during hyperparameter tuning.

', 'HyperParameterTuningJobObjective$Type' => '

Whether to minimize or maximize the objective metric.

', ], ], 'HyperParameterTuningJobObjectives' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedTuningJobObjectiveMetrics' => '

A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobSearchEntity' => [ 'base' => '

An entity returned by the SearchRecord API containing the properties of a hyperparameter tuning job.

', 'refs' => [ 'SearchRecord$HyperParameterTuningJob' => '

The properties of a hyperparameter tuning job.

', ], ], 'HyperParameterTuningJobSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListHyperParameterTuningJobsRequest$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'HyperParameterTuningJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningJobStatus' => '

The status of the tuning job: InProgress, Completed, Failed, Stopping, or Stopped.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningJobStatus' => '

The status of a hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$HyperParameterTuningJobStatus' => '

The status of the tuning job.

', 'ListHyperParameterTuningJobsRequest$StatusEquals' => '

A filter that returns only tuning jobs with the specified status.

', ], ], 'HyperParameterTuningJobStrategyConfig' => [ 'base' => '

The configuration for a training job launched by a hyperparameter tuning job. Choose Bayesian for Bayesian optimization, and Random for random search optimization. For more advanced use cases, use Hyperband, which evaluates objective metrics for training jobs after every epoch. For more information about strategies, see How Hyperparameter Tuning Works.

', 'refs' => [ 'HyperParameterTuningJobConfig$StrategyConfig' => '

The configuration for the Hyperband optimization strategy. This parameter should be provided only if Hyperband is selected as the strategy for HyperParameterTuningJobConfig.

', ], ], 'HyperParameterTuningJobStrategyType' => [ 'base' => '

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model.

', 'refs' => [ 'HyperParameterTuningJobConfig$Strategy' => '

Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. For information about search strategies, see How Hyperparameter Tuning Works.

', 'HyperParameterTuningJobSummary$Strategy' => '

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.

', ], ], 'HyperParameterTuningJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListHyperParameterTuningJobsResponse$HyperParameterTuningJobSummaries' => '

A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.

', ], ], 'HyperParameterTuningJobSummary' => [ 'base' => '

Provides summary information about a hyperparameter tuning job.

', 'refs' => [ 'HyperParameterTuningJobSummaries$member' => NULL, ], ], 'HyperParameterTuningJobWarmStartConfig' => [ 'base' => '

Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

', 'refs' => [ 'CreateHyperParameterTuningJobRequest$WarmStartConfig' => '

Specifies the configuration for starting the hyperparameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric. If you specify IDENTICAL_DATA_AND_ALGORITHM as the WarmStartType value for the warm start configuration, the training job that performs the best in the new tuning job is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

', 'DescribeHyperParameterTuningJobResponse$WarmStartConfig' => '

The configuration for starting the hyperparameter parameter tuning job using one or more previous tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

', 'HyperParameterTuningJobSearchEntity$WarmStartConfig' => NULL, ], ], 'HyperParameterTuningJobWarmStartType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobWarmStartConfig$WarmStartType' => '

Specifies one of the following:

IDENTICAL_DATA_AND_ALGORITHM

The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

TRANSFER_LEARNING

The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

', ], ], 'HyperParameterTuningMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxRuntimeInSeconds' => '

The maximum time in seconds that a hyperparameter tuning job can run.

', ], ], 'HyperParameterTuningResourceConfig' => [ 'base' => '

The configuration of resources, including compute instances and storage volumes for use in training jobs launched by hyperparameter tuning jobs. HyperParameterTuningResourceConfig is similar to ResourceConfig, but has the additional InstanceConfigs and AllocationStrategy fields to allow for flexible instance management. Specify one or more instance types, count, and the allocation strategy for instance selection.

HyperParameterTuningResourceConfig supports the capabilities of ResourceConfig with the exception of KeepAlivePeriodInSeconds. Hyperparameter tuning jobs use warm pools by default, which reuse clusters between training jobs.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$HyperParameterTuningResourceConfig' => '

The configuration for the hyperparameter tuning resources, including the compute instances and storage volumes, used for training jobs launched by the tuning job. By default, storage volumes hold model artifacts and incremental states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter to additionally store training data in the storage volume (optional).

', ], ], 'HyperParameterValue' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$DefaultValue' => '

The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

', 'HyperParameters$value' => NULL, ], ], 'HyperParameters' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$HyperParameters' => '

Algorithm-specific parameters that influence the quality of the model. You set hyperparameters before you start the learning process. For a list of hyperparameters for each training algorithm provided by SageMaker, see Algorithms.

You can specify a maximum of 100 hyperparameters. Each hyperparameter is a key-value pair. Each key and value is limited to 256 characters, as specified by the Length Constraint.

Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

', 'DescribeTrainingJobResponse$HyperParameters' => '

Algorithm-specific parameters.

', 'HyperParameterTrainingJobDefinition$StaticHyperParameters' => '

Specifies the values of hyperparameters that do not change for the tuning job.

', 'HyperParameterTrainingJobSummary$TunedHyperParameters' => '

A list of the hyperparameters for which you specified ranges to search.

', 'TrainingJob$HyperParameters' => '

Algorithm-specific parameters.

', 'TrainingJobDefinition$HyperParameters' => '

The hyperparameters used for the training job.

', ], ], 'HyperbandStrategyConfig' => [ 'base' => '

The configuration for Hyperband, a multi-fidelity based hyperparameter tuning strategy. Hyperband uses the final and intermediate results of a training job to dynamically allocate resources to utilized hyperparameter configurations while automatically stopping under-performing configurations. This parameter should be provided only if Hyperband is selected as the StrategyConfig under the HyperParameterTuningJobConfig API.

', 'refs' => [ 'HyperParameterTuningJobStrategyConfig$HyperbandStrategyConfig' => '

The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.

', ], ], 'HyperbandStrategyMaxResource' => [ 'base' => NULL, 'refs' => [ 'HyperbandStrategyConfig$MaxResource' => '

The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy, HyperbandTrainingJ attempts to infer MaxResource from the following keys (if present) in StaticsHyperParameters:

  • epochs

  • numepochs

  • n-epochs

  • n_epochs

  • num_epochs

If HyperbandStrategyConfig is unable to infer a value for MaxResource, it generates a validation error. The maximum value is 20,000 epochs. All metrics that correspond to an objective metric are used to derive early stopping decisions. For distributive training jobs, ensure that duplicate metrics are not printed in the logs across the individual nodes in a training job. If multiple nodes are publishing duplicate or incorrect metrics, training jobs may make an incorrect stopping decision and stop the job prematurely.

', ], ], 'HyperbandStrategyMinResource' => [ 'base' => NULL, 'refs' => [ 'HyperbandStrategyConfig$MinResource' => '

The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. If the value for MinResource has not been reached, the training job is not stopped by Hyperband.

', ], ], 'IamIdentity' => [ 'base' => '

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

', 'refs' => [ 'UserContext$IamIdentity' => '

The IAM Identity details associated with the user. These details are associated with model package groups, model packages, and project entities only.

', ], ], 'IdempotencyToken' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'DeletePipelineRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'RetryPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', 'SendPipelineExecutionStepFailureRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'SendPipelineExecutionStepSuccessRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

', 'StartPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', 'StopPipelineExecutionRequest$ClientRequestToken' => '

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

', ], ], 'Image' => [ 'base' => '

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

', 'refs' => [ 'Images$member' => NULL, ], ], 'ImageArn' => [ 'base' => NULL, 'refs' => [ 'CreateImageResponse$ImageArn' => '

The ARN of the image.

', 'DescribeImageResponse$ImageArn' => '

The ARN of the image.

', 'DescribeImageVersionResponse$ImageArn' => '

The ARN of the image the version is based on.

', 'Image$ImageArn' => '

The ARN of the image.

', 'ImageVersion$ImageArn' => '

The ARN of the image the version is based on.

', 'ResourceSpec$SageMakerImageArn' => '

The ARN of the SageMaker image that the image version belongs to.

', 'UpdateImageResponse$ImageArn' => '

The ARN of the image.

', ], ], 'ImageBaseImage' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$BaseImage' => '

The registry path of the container image to use as the starting point for this version. The path is an Amazon Elastic Container Registry (ECR) URI in the following format:

<acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>

', 'DescribeImageVersionResponse$BaseImage' => '

The registry path of the container image on which this image version is based.

', ], ], 'ImageClassificationJobConfig' => [ 'base' => '

Stores the configuration information for the image classification problem of an AutoML job V2.

', 'refs' => [ 'AutoMLProblemTypeConfig$ImageClassificationJobConfig' => '

Settings used to configure an AutoML job V2 for the image classification problem type.

', ], ], 'ImageConfig' => [ 'base' => '

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

', 'refs' => [ 'ContainerDefinition$ImageConfig' => '

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers.

The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.

', ], ], 'ImageContainerImage' => [ 'base' => NULL, 'refs' => [ 'DescribeImageVersionResponse$ContainerImage' => '

The registry path of the container image that contains this image version.

', ], ], 'ImageDeleteProperty' => [ 'base' => NULL, 'refs' => [ 'ImageDeletePropertyList$member' => NULL, ], ], 'ImageDeletePropertyList' => [ 'base' => NULL, 'refs' => [ 'UpdateImageRequest$DeleteProperties' => '

A list of properties to delete. Only the Description and DisplayName properties can be deleted.

', ], ], 'ImageDescription' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$Description' => '

The description of the image.

', 'DescribeImageResponse$Description' => '

The description of the image.

', 'Image$Description' => '

The description of the image.

', 'UpdateImageRequest$Description' => '

The new description for the image.

', ], ], 'ImageDigest' => [ 'base' => NULL, 'refs' => [ 'ModelPackageContainerDefinition$ImageDigest' => '

An MD5 hash of the training algorithm that identifies the Docker image used for training.

', 'TrainingSpecification$TrainingImageDigest' => '

An MD5 hash of the training algorithm that identifies the Docker image used for training.

', ], ], 'ImageDisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$DisplayName' => '

The display name of the image. If not provided, ImageName is displayed.

', 'DescribeImageResponse$DisplayName' => '

The name of the image as displayed.

', 'Image$DisplayName' => '

The name of the image as displayed.

', 'UpdateImageRequest$DisplayName' => '

The new display name for the image.

', ], ], 'ImageName' => [ 'base' => NULL, 'refs' => [ 'CreateImageRequest$ImageName' => '

The name of the image. Must be unique to your account.

', 'CreateImageVersionRequest$ImageName' => '

The ImageName of the Image to create a version of.

', 'CustomImage$ImageName' => '

The name of the CustomImage. Must be unique to your account.

', 'DeleteImageRequest$ImageName' => '

The name of the image to delete.

', 'DeleteImageVersionRequest$ImageName' => '

The name of the image to delete.

', 'DescribeImageRequest$ImageName' => '

The name of the image to describe.

', 'DescribeImageResponse$ImageName' => '

The name of the image.

', 'DescribeImageVersionRequest$ImageName' => '

The name of the image.

', 'Image$ImageName' => '

The name of the image.

', 'ListAliasesRequest$ImageName' => '

The name of the image.

', 'ListImageVersionsRequest$ImageName' => '

The name of the image to list the versions of.

', 'UpdateImageRequest$ImageName' => '

The name of the image to update.

', 'UpdateImageVersionRequest$ImageName' => '

The name of the image.

', ], ], 'ImageNameContains' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$NameContains' => '

A filter that returns only images whose name contains the specified string.

', ], ], 'ImageSortBy' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$SortBy' => '

The property used to sort results. The default value is CREATION_TIME.

', ], ], 'ImageSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListImagesRequest$SortOrder' => '

The sort order. The default value is DESCENDING.

', ], ], 'ImageStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeImageResponse$ImageStatus' => '

The status of the image.

', 'Image$ImageStatus' => '

The status of the image.

', ], ], 'ImageUri' => [ 'base' => NULL, 'refs' => [ 'AppSpecification$ImageUri' => '

The container image to be run by the processing job.

', 'DataQualityAppSpecification$ImageUri' => '

The container image that the data quality monitoring job runs.

', 'ModelBiasAppSpecification$ImageUri' => '

The container image to be run by the model bias job.

', 'ModelExplainabilityAppSpecification$ImageUri' => '

The container image to be run by the model explainability job.

', 'ModelQualityAppSpecification$ImageUri' => '

The address of the container image that the monitoring job runs.

', 'MonitoringAppSpecification$ImageUri' => '

The container image to be run by the monitoring job.

', ], ], 'ImageVersion' => [ 'base' => '

A version of a SageMaker Image. A version represents an existing container image.

', 'refs' => [ 'ImageVersions$member' => NULL, ], ], 'ImageVersionArn' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionResponse$ImageVersionArn' => '

The ARN of the image version.

', 'DescribeImageVersionResponse$ImageVersionArn' => '

The ARN of the version.

', 'ImageVersion$ImageVersionArn' => '

The ARN of the version.

', 'ResourceSpec$SageMakerImageVersionArn' => '

The ARN of the image version created on the instance.

', 'UpdateImageVersionResponse$ImageVersionArn' => '

The ARN of the image version.

', ], ], 'ImageVersionNumber' => [ 'base' => NULL, 'refs' => [ 'CustomImage$ImageVersionNumber' => '

The version number of the CustomImage.

', 'DeleteImageVersionRequest$Version' => '

The version to delete.

', 'DescribeImageVersionRequest$Version' => '

The version of the image. If not specified, the latest version is described.

', 'DescribeImageVersionResponse$Version' => '

The version number.

', 'ImageVersion$Version' => '

The version number.

', 'ListAliasesRequest$Version' => '

The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

', 'UpdateImageVersionRequest$Version' => '

The version of the image.

', ], ], 'ImageVersionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsRequest$SortBy' => '

The property used to sort results. The default value is CREATION_TIME.

', ], ], 'ImageVersionSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsRequest$SortOrder' => '

The sort order. The default value is DESCENDING.

', ], ], 'ImageVersionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeImageVersionResponse$ImageVersionStatus' => '

The status of the version.

', 'ImageVersion$ImageVersionStatus' => '

The status of the version.

', ], ], 'ImageVersions' => [ 'base' => NULL, 'refs' => [ 'ListImageVersionsResponse$ImageVersions' => '

A list of versions and their properties.

', ], ], 'Images' => [ 'base' => NULL, 'refs' => [ 'ListImagesResponse$Images' => '

A list of images and their properties.

', ], ], 'ImportHubContentRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportHubContentResponse' => [ 'base' => NULL, 'refs' => [], ], 'InferenceExecutionConfig' => [ 'base' => '

Specifies details about how containers in a multi-container endpoint are run.

', 'refs' => [ 'CreateModelInput$InferenceExecutionConfig' => '

Specifies details of how containers in a multi-container endpoint are called.

', 'DescribeModelOutput$InferenceExecutionConfig' => '

Specifies details of how containers in a multi-container endpoint are called.

', 'Model$InferenceExecutionConfig' => NULL, ], ], 'InferenceExecutionMode' => [ 'base' => NULL, 'refs' => [ 'InferenceExecutionConfig$Mode' => '

How containers in a multi-container are run. The following values are valid.

  • SERIAL - Containers run as a serial pipeline.

  • DIRECT - Only the individual container that you specify is run.

', ], ], 'InferenceExperimentArn' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN for your inference experiment.

', 'DeleteInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the deleted inference experiment.

', 'DescribeInferenceExperimentResponse$Arn' => '

The ARN of the inference experiment being described.

', 'StartInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the started inference experiment to start.

', 'StopInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the stopped inference experiment.

', 'UpdateInferenceExperimentResponse$InferenceExperimentArn' => '

The ARN of the updated inference experiment.

', ], ], 'InferenceExperimentDataStorageConfig' => [ 'base' => '

The Amazon S3 location and configuration for storing inference request and response data.

', 'refs' => [ 'CreateInferenceExperimentRequest$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

This is an optional parameter that you can use for data capture. For more information, see Capture data.

', 'DescribeInferenceExperimentResponse$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

', 'UpdateInferenceExperimentRequest$DataStorageConfig' => '

The Amazon S3 location and configuration for storing inference request and response data.

', ], ], 'InferenceExperimentDescription' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Description' => '

A description for the inference experiment.

', 'DescribeInferenceExperimentResponse$Description' => '

The description of the inference experiment.

', 'InferenceExperimentSummary$Description' => '

The description of the inference experiment.

', 'UpdateInferenceExperimentRequest$Description' => '

The description of the inference experiment.

', ], ], 'InferenceExperimentList' => [ 'base' => NULL, 'refs' => [ 'ListInferenceExperimentsResponse$InferenceExperiments' => '

List of inference experiments.

', ], ], 'InferenceExperimentName' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Name' => '

The name for the inference experiment.

', 'DeleteInferenceExperimentRequest$Name' => '

The name of the inference experiment you want to delete.

', 'DescribeInferenceExperimentRequest$Name' => '

The name of the inference experiment to describe.

', 'DescribeInferenceExperimentResponse$Name' => '

The name of the inference experiment.

', 'InferenceExperimentSummary$Name' => '

The name of the inference experiment.

', 'StartInferenceExperimentRequest$Name' => '

The name of the inference experiment to start.

', 'StopInferenceExperimentRequest$Name' => '

The name of the inference experiment to stop.

', 'UpdateInferenceExperimentRequest$Name' => '

The name of the inference experiment to be updated.

', ], ], 'InferenceExperimentSchedule' => [ 'base' => '

The start and end times of an inference experiment.

The maximum duration that you can set for an inference experiment is 30 days.

', 'refs' => [ 'CreateInferenceExperimentRequest$Schedule' => '

The duration for which you want the inference experiment to run. If you don\'t specify this field, the experiment automatically starts immediately upon creation and concludes after 7 days.

', 'DescribeInferenceExperimentResponse$Schedule' => '

The duration for which the inference experiment ran or will run.

', 'InferenceExperimentSummary$Schedule' => '

The duration for which the inference experiment ran or will run.

The maximum duration that you can set for an inference experiment is 30 days.

', 'UpdateInferenceExperimentRequest$Schedule' => '

The duration for which the inference experiment will run. If the status of the inference experiment is Created, then you can update both the start and end dates. If the status of the inference experiment is Running, then you can update only the end date.

', ], ], 'InferenceExperimentStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$Status' => '

The status of the inference experiment. The following are the possible statuses for an inference experiment:

  • Creating - Amazon SageMaker is creating your experiment.

  • Created - Amazon SageMaker has finished the creation of your experiment and will begin the experiment at the scheduled time.

  • Updating - When you make changes to your experiment, your experiment shows as updating.

  • Starting - Amazon SageMaker is beginning your experiment.

  • Running - Your experiment is in progress.

  • Stopping - Amazon SageMaker is stopping your experiment.

  • Completed - Your experiment has completed.

  • Cancelled - When you conclude your experiment early using the StopInferenceExperiment API, or if any operation fails with an unexpected error, it shows as cancelled.

', 'InferenceExperimentSummary$Status' => '

The status of the inference experiment.

', 'ListInferenceExperimentsRequest$StatusEquals' => '

Selects inference experiments which are in this status. For the possible statuses, see DescribeInferenceExperiment.

', ], ], 'InferenceExperimentStatusReason' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$StatusReason' => '

The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

', 'InferenceExperimentSummary$StatusReason' => '

The error message for the inference experiment status result.

', 'StopInferenceExperimentRequest$Reason' => '

The reason for stopping the experiment.

', ], ], 'InferenceExperimentStopDesiredState' => [ 'base' => NULL, 'refs' => [ 'StopInferenceExperimentRequest$DesiredState' => '

The desired state of the experiment after stopping. The possible states are the following:

  • Completed: The experiment completed successfully

  • Cancelled: The experiment was canceled

', ], ], 'InferenceExperimentSummary' => [ 'base' => '

Lists a summary of properties of an inference experiment.

', 'refs' => [ 'InferenceExperimentList$member' => NULL, ], ], 'InferenceExperimentType' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$Type' => '

The type of the inference experiment that you want to run. The following types of experiments are possible:

  • ShadowMode: You can use this type to validate a shadow variant. For more information, see Shadow tests.

', 'DescribeInferenceExperimentResponse$Type' => '

The type of the inference experiment.

', 'InferenceExperimentSummary$Type' => '

The type of the inference experiment.

', 'ListInferenceExperimentsRequest$Type' => '

Selects inference experiments of this type. For the possible types of inference experiments, see CreateInferenceExperiment.

', ], ], 'InferenceImage' => [ 'base' => NULL, 'refs' => [ 'DescribeCompilationJobResponse$InferenceImage' => '

The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.

', ], ], 'InferenceMetrics' => [ 'base' => '

The metrics for an existing endpoint compared in an Inference Recommender job.

', 'refs' => [ 'EndpointPerformance$Metrics' => '

The metrics for an existing endpoint.

', 'RecommendationJobInferenceBenchmark$EndpointMetrics' => NULL, ], ], 'InferenceRecommendation' => [ 'base' => '

A list of recommendations made by Amazon SageMaker Inference Recommender.

', 'refs' => [ 'InferenceRecommendations$member' => NULL, ], ], 'InferenceRecommendations' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$InferenceRecommendations' => '

The recommendations made by Inference Recommender.

', ], ], 'InferenceRecommendationsJob' => [ 'base' => '

A structure that contains a list of recommendation jobs.

', 'refs' => [ 'InferenceRecommendationsJobs$member' => NULL, ], ], 'InferenceRecommendationsJobStep' => [ 'base' => '

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

', 'refs' => [ 'InferenceRecommendationsJobSteps$member' => NULL, ], ], 'InferenceRecommendationsJobSteps' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobStepsResponse$Steps' => '

A list of all subtask details in Inference Recommender.

', ], ], 'InferenceRecommendationsJobs' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobsResponse$InferenceRecommendationsJobs' => '

The recommendations created from the Amazon SageMaker Inference Recommender job.

', ], ], 'InferenceSpecification' => [ 'base' => '

Defines how to perform inference generation after a training job is run.

', 'refs' => [ 'BatchDescribeModelPackageSummary$InferenceSpecification' => NULL, 'CreateAlgorithmInput$InferenceSpecification' => '

Specifies details about inference jobs that the algorithm runs, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.

  • The instance types that the algorithm supports for transform jobs and real-time endpoints used for inference.

  • The input and output content formats that the algorithm supports for inference.

', 'CreateModelPackageInput$InferenceSpecification' => '

Specifies details about inference jobs that can be run with models based on this model package, including the following:

  • The Amazon ECR paths of containers that contain the inference code and model artifacts.

  • The instance types that the model package supports for transform jobs and real-time endpoints used for inference.

  • The input and output content formats that the model package supports for inference.

', 'DescribeAlgorithmOutput$InferenceSpecification' => '

Details about inference jobs that the algorithm runs.

', 'DescribeModelPackageOutput$InferenceSpecification' => '

Details about inference jobs that can be run with models based on this model package.

', 'ModelPackage$InferenceSpecification' => '

Defines how to perform inference generation after a training job is run.

', ], ], 'InferenceSpecificationName' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$InferenceSpecificationName' => '

The inference specification name in the model package version.

', 'EndpointInputConfiguration$InferenceSpecificationName' => '

The inference specification name in the model package version.

', 'ModelConfiguration$InferenceSpecificationName' => '

The inference specification name in the model package version.

', ], ], 'InitialInstanceCount' => [ 'base' => NULL, 'refs' => [ 'EndpointOutputConfiguration$InitialInstanceCount' => '

The number of instances recommended to launch initially.

', ], ], 'InitialNumberOfUsers' => [ 'base' => NULL, 'refs' => [ 'Phase$InitialNumberOfUsers' => '

Specifies how many concurrent users to start with. The value should be between 1 and 3.

', ], ], 'InitialTaskCount' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$InitialInstanceCount' => '

Number of instances to launch initially.

', ], ], 'InputConfig' => [ 'base' => '

Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', 'refs' => [ 'CreateCompilationJobRequest$InputConfig' => '

Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', 'DescribeCompilationJobResponse$InputConfig' => '

Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

', ], ], 'InputDataConfig' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$InputDataConfig' => '

An array of Channel objects. Each channel is a named input source. InputDataConfig describes the input data and its location.

Algorithms can accept input data from one or more channels. For example, an algorithm might have two channels of input data, training_data and validation_data. The configuration for each channel provides the S3, EFS, or FSx location where the input data is stored. It also provides information about the stored data: the MIME type, compression method, and whether the data is wrapped in RecordIO format.

Depending on the input mode that the algorithm supports, SageMaker either copies input data files from an S3 bucket to a local directory in the Docker container, or makes it available as input streams. For example, if you specify an EFS location, input data files are available as input streams. They do not need to be downloaded.

Your input must be in the same Amazon Web Services region as your training job.

', 'DescribeTrainingJobResponse$InputDataConfig' => '

An array of Channel objects that describes each data input channel.

', 'HyperParameterTrainingJobDefinition$InputDataConfig' => '

An array of Channel objects that specify the input for the training jobs that the tuning job launches.

', 'TrainingJob$InputDataConfig' => '

An array of Channel objects that describes each data input channel.

Your input must be in the same Amazon Web Services region as your training job.

', 'TrainingJobDefinition$InputDataConfig' => '

An array of Channel objects, each of which specifies an input source.

', ], ], 'InputMode' => [ 'base' => NULL, 'refs' => [ 'DatasetDefinition$InputMode' => '

Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

', ], ], 'InputModes' => [ 'base' => NULL, 'refs' => [ 'ChannelSpecification$SupportedInputModes' => '

The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

', ], ], 'InstanceGroup' => [ 'base' => '

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob API, you can configure multiple instance groups .

', 'refs' => [ 'InstanceGroups$member' => NULL, ], ], 'InstanceGroupName' => [ 'base' => NULL, 'refs' => [ 'InstanceGroup$InstanceGroupName' => '

Specifies the name of the instance group.

', 'InstanceGroupNames$member' => NULL, ], ], 'InstanceGroupNames' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$InstanceGroupNames' => '

A list of names of instance groups that get data from the S3 data source.

', ], ], 'InstanceGroups' => [ 'base' => NULL, 'refs' => [ 'ResourceConfig$InstanceGroups' => '

The configuration of a heterogeneous cluster in JSON format.

', ], ], 'InstanceMetadataServiceConfiguration' => [ 'base' => '

Information on the IMDS configuration of the notebook instance

', 'refs' => [ 'CreateNotebookInstanceInput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', 'DescribeNotebookInstanceOutput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', 'UpdateNotebookInstanceInput$InstanceMetadataServiceConfiguration' => '

Information on the IMDS configuration of the notebook instance

', ], ], 'InstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$InstanceType' => '

The type of ML compute instance to launch for the notebook instance.

', 'DescribeNotebookInstanceOutput$InstanceType' => '

The type of ML compute instance running on the notebook instance.

', 'NotebookInstanceSummary$InstanceType' => '

The type of ML compute instance that the notebook instance is running on.

', 'RealTimeInferenceConfig$InstanceType' => '

The instance type the model is deployed to.

', 'UpdateNotebookInstanceInput$InstanceType' => '

The Amazon ML compute instance type.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobRequest$ModelCardVersion' => '

The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.

', 'DescribeDeviceResponse$MaxModels' => '

The maximum number of models.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentSuccess' => '

The number of edge devices with the successful deployment.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentPending' => '

The number of edge devices yet to pick up deployment, or in progress.

', 'DescribeEdgeDeploymentPlanResponse$EdgeDeploymentFailed' => '

The number of edge devices that failed the deployment.

', 'DescribeModelCardExportJobResponse$ModelCardVersion' => '

The version of the model card that the model export job exports.

', 'DescribeModelCardRequest$ModelCardVersion' => '

The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.

', 'DescribeModelCardResponse$ModelCardVersion' => '

The version of the model card.

', 'DynamicScalingConfiguration$MinCapacity' => '

The recommended minimum capacity to specify for your autoscaling policy.

', 'DynamicScalingConfiguration$MaxCapacity' => '

The recommended maximum capacity to specify for your autoscaling policy.

', 'DynamicScalingConfiguration$ScaleInCooldown' => '

The recommended scale in cooldown time for your autoscaling policy.

', 'DynamicScalingConfiguration$ScaleOutCooldown' => '

The recommended scale out cooldown time for your autoscaling policy.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentSuccess' => '

The number of edge devices with the successful deployment.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentPending' => '

The number of edge devices yet to pick up the deployment, or in progress.

', 'EdgeDeploymentPlanSummary$EdgeDeploymentFailed' => '

The number of edge devices that failed the deployment.

', 'EdgeDeploymentStatus$EdgeDeploymentSuccessInStage' => '

The number of edge devices with the successful deployment in the current stage.

', 'EdgeDeploymentStatus$EdgeDeploymentPendingInStage' => '

The number of edge devices yet to pick up the deployment in current stage, or in progress.

', 'EdgeDeploymentStatus$EdgeDeploymentFailedInStage' => '

The number of edge devices that failed the deployment in current stage.

', 'HyperParameterTuningJobCompletionDetails$NumberOfTrainingJobsObjectiveNotImproving' => '

The number of training jobs launched by a tuning job that are not improving (1% or less) as measured by model performance evaluated against an objective function.

', 'HyperParameterTuningJobConsumedResources$RuntimeInSeconds' => '

The wall clock runtime in seconds used by your hyperparameter tuning job.

', 'InferenceMetrics$MaxInvocations' => '

The expected maximum number of requests per minute for the instance.

', 'InferenceMetrics$ModelLatency' => '

The expected model latency at maximum invocations per minute for the instance.

', 'ListModelCardExportJobsRequest$ModelCardVersion' => '

List export jobs for the model card with the specified version.

', 'ModelCard$ModelCardVersion' => '

The version of the model card.

', 'ModelCardExportJobSummary$ModelCardVersion' => '

The version of the model card that the export job exports.

', 'ModelCardVersionSummary$ModelCardVersion' => '

A version of the model card.

', 'ModelDashboardModelCard$ModelCardVersion' => '

The model card version.

', 'ModelLatencyThreshold$ValueInMilliseconds' => '

The model latency percentile value in milliseconds.

', 'RecommendationJobStoppingConditions$MaxInvocations' => '

The maximum number of requests per minute expected for the endpoint.

', 'RecommendationMetrics$MaxInvocations' => '

The expected maximum number of requests per minute for the instance.

', 'RecommendationMetrics$ModelLatency' => '

The expected model latency at maximum invocation per minute for the instance.

', 'ScalingPolicyMetric$InvocationsPerInstance' => '

The number of invocations sent to a model, normalized by InstanceCount in each ProductionVariant. 1/numberOfInstances is sent as the value on each request, where numberOfInstances is the number of active instances for the ProductionVariant behind the endpoint at the time of the request.

', 'ScalingPolicyMetric$ModelLatency' => '

The interval of time taken by a model to respond as viewed from SageMaker. This interval includes the local communication times taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.

', 'ScalingPolicyObjective$MinInvocationsPerMinute' => '

The minimum number of expected requests to your endpoint per minute.

', 'ScalingPolicyObjective$MaxInvocationsPerMinute' => '

The maximum number of expected requests to your endpoint per minute.

', ], ], 'IntegerParameterRange' => [ 'base' => '

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

', 'refs' => [ 'IntegerParameterRanges$member' => NULL, ], ], 'IntegerParameterRangeSpecification' => [ 'base' => '

Defines the possible values for an integer hyperparameter.

', 'refs' => [ 'ParameterRange$IntegerParameterRangeSpecification' => '

A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.

', ], ], 'IntegerParameterRanges' => [ 'base' => NULL, 'refs' => [ 'ParameterRanges$IntegerParameterRanges' => '

The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.

', ], ], 'IntegerValue' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$AttemptCount' => '

The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.

', ], ], 'InvocationEndTime' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendation$InvocationEndTime' => '

A timestamp that shows when the benchmark completed.

', 'RecommendationJobInferenceBenchmark$InvocationEndTime' => '

A timestamp that shows when the benchmark completed.

', ], ], 'InvocationStartTime' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendation$InvocationStartTime' => '

A timestamp that shows when the benchmark started.

', 'RecommendationJobInferenceBenchmark$InvocationStartTime' => '

A timestamp that shows when the benchmark started.

', ], ], 'InvocationsMaxRetries' => [ 'base' => NULL, 'refs' => [ 'ModelClientConfig$InvocationsMaxRetries' => '

The maximum number of retries when invocation requests are failing. The default value is 3.

', ], ], 'InvocationsTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ModelClientConfig$InvocationsTimeoutInSeconds' => '

The timeout value in seconds for an invocation request. The default value is 600.

', ], ], 'IotRoleAlias' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceFleetResponse$IotRoleAlias' => '

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

', ], ], 'ItemIdentifierAttributeName' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$ItemIdentifierAttributeName' => '

The name of the column that represents the set of item identifiers for which you want to predict the target value.

', ], ], 'JobDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInputConfig$JobDurationInSeconds' => '

Specifies the maximum duration of the job, in seconds. The maximum value is 7200.

', ], ], 'JobReferenceCode' => [ 'base' => NULL, 'refs' => [ 'DescribeLabelingJobResponse$JobReferenceCode' => '

A unique identifier for work done as part of a labeling job.

', 'LabelingJobForWorkteamSummary$JobReferenceCode' => '

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

', ], ], 'JobReferenceCodeContains' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamRequest$JobReferenceCodeContains' => '

A filter the limits jobs to only the ones whose job reference code contains the specified string.

', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', 'DescribeImageVersionResponse$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', 'UpdateImageVersionRequest$JobType' => '

Indicates SageMaker job type compatibility.

  • TRAINING: The image version is compatible with SageMaker training jobs.

  • INFERENCE: The image version is compatible with SageMaker inference jobs.

  • NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook kernels.

', ], ], 'JoinSource' => [ 'base' => NULL, 'refs' => [ 'DataProcessing$JoinSource' => '

Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

', ], ], 'JsonContentType' => [ 'base' => NULL, 'refs' => [ 'JsonContentTypes$member' => NULL, ], ], 'JsonContentTypes' => [ 'base' => NULL, 'refs' => [ 'CaptureContentTypeHeader$JsonContentTypes' => '

The list of all content type headers that SageMaker will treat as JSON and capture accordingly.

', ], ], 'JsonPath' => [ 'base' => NULL, 'refs' => [ 'DataProcessing$InputFilter' => '

A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

Examples: "$", "$[1:]", "$.features"

', 'DataProcessing$OutputFilter' => '

A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren\'t within the dimension size of the joined dataset, you get an error.

Examples: "$", "$[0,5:]", "$[\'id\',\'SageMakerOutput\']"

', ], ], 'JupyterServerAppSettings' => [ 'base' => '

The JupyterServer app settings.

', 'refs' => [ 'DefaultSpaceSettings$JupyterServerAppSettings' => NULL, 'SpaceSettings$JupyterServerAppSettings' => NULL, 'UserSettings$JupyterServerAppSettings' => '

The Jupyter server\'s app settings.

', ], ], 'KeepAlivePeriodInSeconds' => [ 'base' => NULL, 'refs' => [ 'ResourceConfig$KeepAlivePeriodInSeconds' => '

The duration of time in seconds to retain configured resources in a warm pool for subsequent training jobs.

', 'ResourceConfigForUpdate$KeepAlivePeriodInSeconds' => '

The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.

', ], ], 'KernelDisplayName' => [ 'base' => NULL, 'refs' => [ 'KernelSpec$DisplayName' => '

The display name of the kernel.

', ], ], 'KernelGatewayAppSettings' => [ 'base' => '

The KernelGateway app settings.

', 'refs' => [ 'DefaultSpaceSettings$KernelGatewayAppSettings' => NULL, 'SpaceSettings$KernelGatewayAppSettings' => NULL, 'UserSettings$KernelGatewayAppSettings' => '

The kernel gateway app settings.

', ], ], 'KernelGatewayImageConfig' => [ 'base' => '

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

', 'refs' => [ 'AppImageConfigDetails$KernelGatewayImageConfig' => '

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

', 'CreateAppImageConfigRequest$KernelGatewayImageConfig' => '

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.

', 'DescribeAppImageConfigResponse$KernelGatewayImageConfig' => '

The configuration of a KernelGateway app.

', 'UpdateAppImageConfigRequest$KernelGatewayImageConfig' => '

The new KernelGateway app to run on the image.

', ], ], 'KernelName' => [ 'base' => NULL, 'refs' => [ 'KernelSpec$Name' => '

The name of the Jupyter kernel in the image. This value is case sensitive.

', ], ], 'KernelSpec' => [ 'base' => '

The specification of a Jupyter kernel.

', 'refs' => [ 'KernelSpecs$member' => NULL, ], ], 'KernelSpecs' => [ 'base' => NULL, 'refs' => [ 'KernelGatewayImageConfig$KernelSpecs' => '

The specification of the Jupyter kernels in the image.

', ], ], 'Key' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$ObjectKey' => '

The object key (or key name) uniquely identifies the object in an S3 bucket.

', ], ], 'KmsKeyId' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

', 'AthenaDatasetDefinition$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

', 'AutoMLOutputDataConfig$KmsKeyId' => '

The Key Management Service (KMS) encryption key ID.

', 'AutoMLSecurityConfig$VolumeKmsKeyId' => '

The key used to encrypt stored data.

', 'BatchDataCaptureConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the batch transform job.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'CreateDomainRequest$HomeEfsFileSystemKmsKeyId' => '

Use KmsKeyId.

', 'CreateDomainRequest$KmsKeyId' => '

SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, specify a customer managed key.

', 'CreateEdgePackagingJobRequest$ResourceKey' => '

The Amazon Web Services KMS key to use when encrypting the EBS volume the edge packaging job runs on.

', 'CreateEndpointConfigInput$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint, UpdateEndpoint requests. For more information, refer to the Amazon Web Services Key Management Service section Using Key Policies in Amazon Web Services KMS

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a KmsKeyId when using an instance type with local storage. If any of the models that you specify in the ProductionVariants parameter use nitro-based instances with local storage, do not specify a value for the KmsKeyId parameter. If you specify a value for KmsKeyId when using any nitro-based instances with local storage, the call to CreateEndpointConfig fails.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

', 'CreateInferenceExperimentRequest$KmsKey' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. The KmsKey can be any of the following formats:

  • KMS key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • KMS key Alias

    "alias/ExampleAlias"

  • Amazon Resource Name (ARN) of a KMS key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. Amazon SageMaker uses server-side encryption with KMS managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'CreateNotebookInstanceInput$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to your notebook instance. The KMS key you provide must be enabled. For information, see Enabling and Disabling Keys in the Amazon Web Services Key Management Service Developer Guide.

', 'DataCaptureConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'DataCaptureConfigSummary$KmsKeyId' => '

The KMS key being used to encrypt the data in Amazon S3.

', 'DescribeDomainResponse$HomeEfsFileSystemKmsKeyId' => '

Use KmsKeyId.

', 'DescribeDomainResponse$KmsKeyId' => '

The Amazon Web Services KMS customer managed key used to encrypt the EFS volume attached to the domain.

', 'DescribeEdgePackagingJobResponse$ResourceKey' => '

The Amazon Web Services KMS key to use when encrypting the EBS volume the job run on.

', 'DescribeEndpointConfigOutput$KmsKeyId' => '

Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

', 'DescribeInferenceExperimentResponse$KmsKey' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperiment.

', 'DescribeNotebookInstanceOutput$KmsKeyId' => '

The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

', 'EdgeOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account.

', 'FlowDefinitionOutputConfig$KmsKeyId' => '

The Amazon Key Management Service (KMS) key ID for server-side encryption.

', 'HyperParameterTuningResourceConfig$VolumeKmsKeyId' => '

A key used by Amazon Web Services Key Management Service to encrypt data on the storage volume attached to the compute instances used to run the training job. You can use either of the following formats to specify a key.

KMS Key ID:

"1234abcd-12ab-34cd-56ef-1234567890ab"

Amazon Resource Name (ARN) of a KMS key:

"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

Some instances use local storage, which use a hardware module to encrypt storage volumes. If you choose one of these instance types, you cannot request a VolumeKmsKeyId. For a list of instance types that use local storage, see instance store volumes. For more information about Amazon Web Services Key Management Service, see KMS encryption for more information.

', 'InferenceExperimentDataStorageConfig$KmsKey' => '

The Amazon Web Services Key Management Service key that Amazon SageMaker uses to encrypt captured data at rest using Amazon S3 server-side encryption.

', 'LabelingJobOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

If you don\'t provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role\'s account to encrypt your output data.

If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

', 'LabelingJobResourceConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

The VolumeKmsKeyId can be any of the following formats:

  • KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

', 'ModelCardSecurityConfig$KmsKeyId' => '

A Key Management Service key ID to use for encrypting a model card.

', 'MonitoringClusterConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

', 'MonitoringOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

', 'OnlineStoreSecurityConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

The caller (either user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

  • "kms:Encrypt"

  • "kms:Decrypt"

  • "kms:DescribeKey"

  • "kms:CreateGrant"

  • "kms:RetireGrant"

  • "kms:ReEncryptFrom"

  • "kms:ReEncryptTo"

  • "kms:GenerateDataKey"

  • "kms:ListAliases"

  • "kms:ListGrants"

  • "kms:RevokeGrant"

The caller (either user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

  • "kms:Decrypt"

', 'OutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'OutputDataConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role\'s account. SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'ProcessingClusterConfig$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

', 'ProcessingOutputConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

', 'ProductionVariantCoreDumpConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the SageMaker execution role must include permissions to call kms:Encrypt. If you don\'t provide a KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role\'s account. SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'RecommendationJobInputConfig$VolumeKmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. This key will be passed to SageMaker Hosting for endpoint creation.

The SageMaker execution role must have kms:CreateGrant permission in order to encrypt data on the storage volume of the endpoints created for inference recommendation. The inference recommendation job will fail asynchronously during endpoint configuration creation if the role passed does not have kms:CreateGrant permission.

The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"

For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.

', 'RecommendationJobOutputConfig$KmsKeyId' => '

The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt your output artifacts with Amazon S3 server-side encryption. The SageMaker execution role must have kms:GenerateDataKey permission.

The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"

  • // KMS Key Alias

    "alias/ExampleAlias"

  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"

For more information about key identifiers, see Key identifiers (KeyID) in the Amazon Web Services Key Management Service (Amazon Web Services KMS) documentation.

', 'RedshiftDatasetDefinition$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

', 'ResourceConfig$VolumeKmsKeyId' => '

The Amazon Web Services KMS key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be in any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"

  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

', 'S3StorageConfig$KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) key ARN of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"

', 'SharingSettings$S3KmsKeyId' => '

When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

', 'TransformOutput$KmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

If you don\'t provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role\'s account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

', 'TransformResources$VolumeKmsKeyId' => '

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can\'t request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab

  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab

  • Alias name: alias/ExampleAlias

  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

', 'WorkspaceSettings$S3KmsKeyId' => '

The Amazon Web Services Key Management Service (KMS) encryption key ID that is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.

', ], ], 'LabelAttributeName' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobRequest$LabelAttributeName' => '

The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The LabelAttributeName must meet the following requirements.

  • The name can\'t end with "-metadata".

  • If you are using one of the following built-in task types, the attribute name must end with "-ref". If the task type you are using is not listed below, the attribute name must not end with "-ref".

    • Image semantic segmentation (SemanticSegmentation), and adjustment (AdjustmentSemanticSegmentation) and verification (VerificationSemanticSegmentation) labeling jobs for this task type.

    • Video frame object detection (VideoObjectDetection), and adjustment and verification (AdjustmentVideoObjectDetection) labeling jobs for this task type.

    • Video frame object tracking (VideoObjectTracking), and adjustment and verification (AdjustmentVideoObjectTracking) labeling jobs for this task type.

    • 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation), and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation) labeling jobs for this task type.

    • 3D point cloud object tracking (3DPointCloudObjectTracking), and adjustment and verification (Adjustment3DPointCloudObjectTracking) labeling jobs for this task type.

If you are creating an adjustment or verification labeling job, you must use a different LabelAttributeName than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see Verify and Adjust Labels.

', 'DescribeLabelingJobResponse$LabelAttributeName' => '

The attribute used as the label in the output manifest file.

', ], ], 'LabelCounter' => [ 'base' => NULL, 'refs' => [ 'LabelCounters$TotalLabeled' => '

The total number of objects labeled.

', 'LabelCounters$HumanLabeled' => '

The total number of objects labeled by a human worker.

', 'LabelCounters$MachineLabeled' => '

The total number of objects labeled by automated data labeling.

', 'LabelCounters$FailedNonRetryableError' => '

The total number of objects that could not be labeled due to an error.

', 'LabelCounters$Unlabeled' => '

The total number of objects not yet labeled.

', 'LabelCountersForWorkteam$HumanLabeled' => '

The total number of data objects labeled by a human worker.

', 'LabelCountersForWorkteam$PendingHuman' => '

The total number of data objects that need to be labeled by a human worker.

', 'LabelCountersForWorkteam$Total' => '

The total number of tasks in the labeling job.

', ], ], 'LabelCounters' => [ 'base' => '

Provides a breakdown of the number of objects labeled.

', 'refs' => [ 'DescribeLabelingJobResponse$LabelCounters' => '

Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine, the number of objects than couldn\'t be labeled, and the total number of objects labeled.

', 'LabelingJobSummary$LabelCounters' => '

Counts showing the progress of the labeling job.

', ], ], 'LabelCountersForWorkteam' => [ 'base' => '

Provides counts for human-labeled tasks in the labeling job.

', 'refs' => [ 'LabelingJobForWorkteamSummary$LabelCounters' => '

Provides information about the progress of a labeling job.

', ], ], 'LabelingJobAlgorithmSpecificationArn' => [ 'base' => NULL, 'refs' => [ 'LabelingJobAlgorithmsConfig$LabelingJobAlgorithmSpecificationArn' => '

Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

  • Image classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification

  • Text classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification

  • Object detection

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection

  • Semantic Segmentation

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

', ], ], 'LabelingJobAlgorithmsConfig' => [ 'base' => '

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

', 'refs' => [ 'CreateLabelingJobRequest$LabelingJobAlgorithmsConfig' => '

Configures the information required to perform automated data labeling.

', 'DescribeLabelingJobResponse$LabelingJobAlgorithmsConfig' => '

Configuration information for automated data labeling.

', ], ], 'LabelingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.

', 'DescribeLabelingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job.

', 'DescribeTrainingJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the transform or training job.

', 'DescribeTransformJobResponse$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job.

', 'LabelingJobSummary$LabelingJobArn' => '

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

', 'TrainingJob$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job.

', 'TransformJob$LabelingJobArn' => '

The Amazon Resource Name (ARN) of the labeling job that created the transform job.

', ], ], 'LabelingJobDataAttributes' => [ 'base' => '

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

', 'refs' => [ 'LabelingJobInputConfig$DataAttributes' => '

Attributes of the data specified by the customer.

', ], ], 'LabelingJobDataSource' => [ 'base' => '

Provides information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

', 'refs' => [ 'LabelingJobInputConfig$DataSource' => '

The location of the input data.

', ], ], 'LabelingJobForWorkteamSummary' => [ 'base' => '

Provides summary information for a work team.

', 'refs' => [ 'LabelingJobForWorkteamSummaryList$member' => NULL, ], ], 'LabelingJobForWorkteamSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamResponse$LabelingJobSummaryList' => '

An array of LabelingJobSummary objects, each describing a labeling job.

', ], ], 'LabelingJobInputConfig' => [ 'base' => '

Input configuration information for a labeling job.

', 'refs' => [ 'CreateLabelingJobRequest$InputConfig' => '

Input data for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

You must specify at least one of the following: S3DataSource or SnsDataSource.

  • Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job that stops after all data objects in the input manifest file have been labeled.

  • Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

If you use the Amazon Mechanical Turk workforce, your input data should not include confidential information, personal information or protected health information. Use ContentClassifiers to specify that your data is free of personally identifiable information and adult content.

', 'DescribeLabelingJobResponse$InputConfig' => '

Input configuration information for the labeling job, such as the Amazon S3 location of the data objects and the location of the manifest file that describes the data objects.

', 'LabelingJobSummary$InputConfig' => '

Input configuration for the labeling job.

', ], ], 'LabelingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateLabelingJobRequest$LabelingJobName' => '

The name of the labeling job. This name is used to identify the job in a list of labeling jobs. Labeling job names must be unique within an Amazon Web Services account and region. LabelingJobName is not case sensitive. For example, Example-job and example-job are considered the same labeling job name by Ground Truth.

', 'DescribeLabelingJobRequest$LabelingJobName' => '

The name of the labeling job to return information for.

', 'DescribeLabelingJobResponse$LabelingJobName' => '

The name assigned to the labeling job when it was created.

', 'LabelingJobForWorkteamSummary$LabelingJobName' => '

The name of the labeling job that the work team is assigned to.

', 'LabelingJobSummary$LabelingJobName' => '

The name of the labeling job.

', 'StopLabelingJobRequest$LabelingJobName' => '

The name of the labeling job to stop.

', ], ], 'LabelingJobOutput' => [ 'base' => '

Specifies the location of the output produced by the labeling job.

', 'refs' => [ 'DescribeLabelingJobResponse$LabelingJobOutput' => '

The location of the output produced by the labeling job.

', 'LabelingJobSummary$LabelingJobOutput' => '

The location of the output produced by the labeling job.

', ], ], 'LabelingJobOutputConfig' => [ 'base' => '

Output configuration information for a labeling job.

', 'refs' => [ 'CreateLabelingJobRequest$OutputConfig' => '

The location of the output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

', 'DescribeLabelingJobResponse$OutputConfig' => '

The location of the job\'s output data and the Amazon Web Services Key Management Service key ID for the key used to encrypt the output data, if any.

', ], ], 'LabelingJobResourceConfig' => [ 'base' => '

Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.

', 'refs' => [ 'LabelingJobAlgorithmsConfig$LabelingJobResourceConfig' => '

Provides configuration information for a labeling job.

', ], ], 'LabelingJobS3DataSource' => [ 'base' => '

The Amazon S3 location of the input data objects.

', 'refs' => [ 'LabelingJobDataSource$S3DataSource' => '

The Amazon S3 location of the input data objects.

', ], ], 'LabelingJobSnsDataSource' => [ 'base' => '

An Amazon SNS data source used for streaming labeling jobs.

', 'refs' => [ 'LabelingJobDataSource$SnsDataSource' => '

An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming Labeling Job.

', ], ], 'LabelingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeLabelingJobResponse$LabelingJobStatus' => '

The processing status of the labeling job.

', 'LabelingJobSummary$LabelingJobStatus' => '

The current status of the labeling job.

', 'ListLabelingJobsRequest$StatusEquals' => '

A filter that retrieves only labeling jobs with a specific status.

', ], ], 'LabelingJobStoppingConditions' => [ 'base' => '

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

', 'refs' => [ 'CreateLabelingJobRequest$StoppingConditions' => '

A set of conditions for stopping the labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

', 'DescribeLabelingJobResponse$StoppingConditions' => '

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped.

', ], ], 'LabelingJobSummary' => [ 'base' => '

Provides summary information about a labeling job.

', 'refs' => [ 'LabelingJobSummaryList$member' => NULL, ], ], 'LabelingJobSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsResponse$LabelingJobSummaryList' => '

An array of LabelingJobSummary objects, each describing a labeling job.

', ], ], 'LambdaFunctionArn' => [ 'base' => NULL, 'refs' => [ 'AnnotationConsolidationConfig$AnnotationConsolidationLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

', 'HumanTaskConfig$PreHumanTaskLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

3D Point Cloud Modalities

Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation

  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation

', 'LabelingJobSummary$PreHumanTaskLambdaArn' => '

The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

', 'LabelingJobSummary$AnnotationConsolidationLambdaArn' => '

The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

', ], ], 'LambdaStepMetadata' => [ 'base' => '

Metadata for a Lambda step.

', 'refs' => [ 'PipelineExecutionStepMetadata$Lambda' => '

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

', ], ], 'LastModifiedTime' => [ 'base' => NULL, 'refs' => [ 'CodeRepositorySummary$LastModifiedTime' => '

The date and time that the Git repository was last modified.

', 'CompilationJobSummary$LastModifiedTime' => '

The time when the model compilation job was last modified.

', 'DescribeCodeRepositoryOutput$LastModifiedTime' => '

The date and time that the repository was last changed.

', 'DescribeCompilationJobResponse$LastModifiedTime' => '

The time that the status of the model compilation job was last modified.

', 'DescribeDomainResponse$LastModifiedTime' => '

The last modified time.

', 'DescribeFeatureGroupResponse$LastModifiedTime' => '

A timestamp indicating when the feature group was last updated.

', 'DescribeFeatureMetadataResponse$LastModifiedTime' => '

A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you

', 'DescribeInferenceRecommendationsJobResponse$LastModifiedTime' => '

A timestamp that shows when the job was last modified.

', 'DescribeNotebookInstanceLifecycleConfigOutput$LastModifiedTime' => '

A timestamp that tells when the lifecycle configuration was last modified.

', 'DescribeNotebookInstanceOutput$LastModifiedTime' => '

A timestamp. Use this parameter to retrieve the time when the notebook instance was last modified.

', 'DescribeSpaceResponse$LastModifiedTime' => '

The last modified time.

', 'DescribeUserProfileResponse$LastModifiedTime' => '

The last modified time.

', 'DomainDetails$LastModifiedTime' => '

The last modified time.

', 'FeatureGroup$LastModifiedTime' => '

A timestamp indicating the last time you updated the feature group.

', 'FeatureMetadata$LastModifiedTime' => '

A timestamp indicating when the feature was last modified.

', 'InferenceRecommendationsJob$LastModifiedTime' => '

A timestamp that shows when the job was last modified.

', 'ListCompilationJobsRequest$LastModifiedTimeAfter' => '

A filter that returns the model compilation jobs that were modified after a specified time.

', 'ListCompilationJobsRequest$LastModifiedTimeBefore' => '

A filter that returns the model compilation jobs that were modified before a specified time.

', 'ListInferenceRecommendationsJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only jobs that were last modified after the specified time (timestamp).

', 'ListInferenceRecommendationsJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only jobs that were last modified before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeBefore' => '

A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).

', 'ListNotebookInstanceLifecycleConfigsInput$LastModifiedTimeAfter' => '

A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).

', 'ListNotebookInstancesInput$LastModifiedTimeBefore' => '

A filter that returns only notebook instances that were modified before the specified time (timestamp).

', 'ListNotebookInstancesInput$LastModifiedTimeAfter' => '

A filter that returns only notebook instances that were modified after the specified time (timestamp).

', 'NotebookInstanceLifecycleConfigSummary$LastModifiedTime' => '

A timestamp that tells when the lifecycle configuration was last modified.

', 'NotebookInstanceSummary$LastModifiedTime' => '

A timestamp that shows when the notebook instance was last modified.

', 'SpaceDetails$LastModifiedTime' => '

The last modified time.

', 'UserProfileDetails$LastModifiedTime' => '

The last modified time.

', ], ], 'LastUpdateStatus' => [ 'base' => '

A value that indicates whether the update was successful.

', 'refs' => [ 'DescribeFeatureGroupResponse$LastUpdateStatus' => '

A value indicating whether the update made to the feature group was successful.

', 'FeatureGroup$LastUpdateStatus' => '

A value that indicates whether the feature group was updated successfully.

', ], ], 'LastUpdateStatusValue' => [ 'base' => NULL, 'refs' => [ 'LastUpdateStatus$Status' => '

A value that indicates whether the update was made successful.

', ], ], 'LifecycleConfigArns' => [ 'base' => NULL, 'refs' => [ 'JupyterServerAppSettings$LifecycleConfigArns' => '

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

', 'KernelGatewayAppSettings$LifecycleConfigArns' => '

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

', ], ], 'LineageEntityParameters' => [ 'base' => NULL, 'refs' => [ 'CreateActionRequest$Properties' => '

A list of properties to add to the action.

', 'CreateArtifactRequest$Properties' => '

A list of properties to add to the artifact.

', 'CreateContextRequest$Properties' => '

A list of properties to add to the context.

', 'DescribeActionResponse$Properties' => '

A list of the action\'s properties.

', 'DescribeArtifactResponse$Properties' => '

A list of the artifact\'s properties.

', 'DescribeContextResponse$Properties' => '

A list of the context\'s properties.

', 'UpdateActionRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', 'UpdateArtifactRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', 'UpdateContextRequest$Properties' => '

The new list of properties. Overwrites the current property list.

', ], ], 'LineageGroupArn' => [ 'base' => NULL, 'refs' => [ 'DescribeActionResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeArtifactResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeContextResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeLineageGroupResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'DescribeTrialComponentResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'GetLineageGroupPolicyResponse$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group.

', 'LineageGroupSummary$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group resource.

', 'TrialComponent$LineageGroupArn' => '

The Amazon Resource Name (ARN) of the lineage group resource.

', ], ], 'LineageGroupNameOrArn' => [ 'base' => NULL, 'refs' => [ 'GetLineageGroupPolicyRequest$LineageGroupName' => '

The name or Amazon Resource Name (ARN) of the lineage group.

', ], ], 'LineageGroupSummaries' => [ 'base' => NULL, 'refs' => [ 'ListLineageGroupsResponse$LineageGroupSummaries' => '

A list of lineage groups and their properties.

', ], ], 'LineageGroupSummary' => [ 'base' => '

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

', 'refs' => [ 'LineageGroupSummaries$member' => NULL, ], ], 'LineageType' => [ 'base' => NULL, 'refs' => [ 'QueryLineageTypes$member' => NULL, 'Vertex$LineageType' => '

The type of resource of the lineage entity.

', ], ], 'ListActionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListActionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAlgorithmsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListAlgorithmsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListAliasesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAliasesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAppImageConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAppImageConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAppsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAppsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListArtifactsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListAutoMLJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAutoMLJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCandidatesForAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCandidatesForAutoMLJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCodeRepositoriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListCodeRepositoriesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListCompilationJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListCompilationJobsRequest$SortBy' => '

The field by which to sort results. The default is CreationTime.

', ], ], 'ListContextsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListContextsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceFleetsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsRequest$SortBy' => '

The column to sort by.

', ], ], 'ListDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDevicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgeDeploymentPlansSortBy' => [ 'base' => NULL, 'refs' => [ 'ListEdgeDeploymentPlansRequest$SortBy' => '

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

', ], ], 'ListEdgePackagingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgePackagingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListEdgePackagingJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListEdgePackagingJobsRequest$SortBy' => '

Use to specify what column to sort by.

', ], ], 'ListEndpointConfigsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointConfigsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListEndpointsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFeatureGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFeatureGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListFlowDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListFlowDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubContentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHubsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHubsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHumanTaskUisRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHumanTaskUisResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListHyperParameterTuningJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListHyperParameterTuningJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImageVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImageVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListImagesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobStepsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobStepsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListInferenceRecommendationsJobsSortBy' => [ 'base' => NULL, 'refs' => [ 'ListInferenceRecommendationsJobsRequest$SortBy' => '

The parameter by which to sort the results.

', ], ], 'ListLabelingJobsForWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsForWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsForWorkteamSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsForWorkteamRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'ListLabelingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLabelingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListLineageEntityParameterKey' => [ 'base' => NULL, 'refs' => [ 'UpdateActionRequest$PropertiesToRemove' => '

A list of properties to remove.

', 'UpdateArtifactRequest$PropertiesToRemove' => '

A list of properties to remove.

', 'UpdateContextRequest$PropertiesToRemove' => '

A list of properties to remove.

', ], ], 'ListLineageGroupsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLineageGroupsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListDeviceFleetsRequest$MaxResults' => '

The maximum number of results to select.

', 'ListDevicesRequest$MaxResults' => '

Maximum number of results to select.

', 'ListEdgeDeploymentPlansRequest$MaxResults' => '

The maximum number of results to select (50 by default).

', 'ListEdgePackagingJobsRequest$MaxResults' => '

Maximum number of results to select.

', 'ListStageDevicesRequest$MaxResults' => '

The maximum number of requests to select.

', ], ], 'ListModelBiasJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelBiasJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardExportJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardExportJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardVersionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardVersionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelCardsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelExplainabilityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelExplainabilityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelMetadataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackageGroupsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackageGroupsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackagesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelPackagesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelQualityJobDefinitionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListModelQualityJobDefinitionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListModelsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListModelsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertHistoryRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertHistoryResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringAlertsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringExecutionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringSchedulesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListMonitoringSchedulesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstanceLifecycleConfigsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstanceLifecycleConfigsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstancesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListNotebookInstancesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionStepsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionStepsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineExecutionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineParametersForExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelineParametersForExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelinesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListPipelinesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProcessingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListProcessingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceCatalogsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListResourceCatalogsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSpacesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStageDevicesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListStudioLifecycleConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListStudioLifecycleConfigsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListSubscribedWorkteamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListSubscribedWorkteamsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTagsInput$MaxResults' => '

Maximum number of tags to return.

', ], ], 'ListTagsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsForHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsForHyperParameterTuningJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrainingJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTransformJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTransformJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialComponentKey256' => [ 'base' => NULL, 'refs' => [ 'UpdateTrialComponentRequest$ParametersToRemove' => '

The hyperparameters to remove from the component.

', 'UpdateTrialComponentRequest$InputArtifactsToRemove' => '

The input artifacts to remove from the component.

', 'UpdateTrialComponentRequest$OutputArtifactsToRemove' => '

The output artifacts to remove from the component.

', ], ], 'ListTrialComponentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialComponentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTrialsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUserProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUserProfilesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkforcesSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListWorkforcesRequest$SortBy' => '

Sort workforces using the workforce name or creation date.

', ], ], 'ListWorkteamsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkteamsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListWorkteamsSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListWorkteamsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'AgentVersion$AgentCount' => '

The number of Edge Manager agents.

', 'DeviceStats$ConnectedDeviceCount' => '

The number of devices connected with a heartbeat.

', 'DeviceStats$RegisteredDeviceCount' => '

The number of registered devices.

', 'EdgeModelStat$OfflineDeviceCount' => '

The number of devices that have this model version and do not have a heart beat.

', 'EdgeModelStat$ConnectedDeviceCount' => '

The number of devices that have this model version and have a heart beat.

', 'EdgeModelStat$ActiveDeviceCount' => '

The number of devices that have this model version, a heart beat, and are currently running.

', 'EdgeModelStat$SamplingDeviceCount' => '

The number of devices with this model version and are producing sample data.

', ], ], 'MLFramework' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$MLFramework' => '

The machine learning framework vended in the image version.

', 'DescribeImageVersionResponse$MLFramework' => '

The machine learning framework vended in the image version.

', 'UpdateImageVersionRequest$MLFramework' => '

The machine learning framework vended in the image version.

', ], ], 'MaxAutoMLJobRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxAutoMLJobRuntimeInSeconds' => '

The maximum runtime, in seconds, an AutoML job has to complete.

If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.

', ], ], 'MaxCandidates' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxCandidates' => '

The maximum number of times a training job is allowed to run.

For text and image classification, as well as time-series forecasting problem types, the supported value is 1. For tabular problem types, the maximum value is 750.

', ], ], 'MaxConcurrentInvocationsPerInstance' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceClientConfig$MaxConcurrentInvocationsPerInstance' => '

The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, SageMaker chooses an optimal value.

', ], ], 'MaxConcurrentTaskCount' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$MaxConcurrentTaskCount' => '

Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects. To increase the maximum value to 5000 objects, contact Amazon Web Services Support.

', ], ], 'MaxConcurrentTransforms' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For more information on execution-parameters, see How Containers Serve Requests. For built-in algorithms, you don\'t need to set a value for MaxConcurrentTransforms.

', 'DescribeTransformJobResponse$MaxConcurrentTransforms' => '

The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.

', 'TransformJob$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don\'t need to set a value for MaxConcurrentTransforms.

', 'TransformJobDefinition$MaxConcurrentTransforms' => '

The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

', ], ], 'MaxHumanLabeledObjectCount' => [ 'base' => NULL, 'refs' => [ 'LabelingJobStoppingConditions$MaxHumanLabeledObjectCount' => '

The maximum number of objects that can be labeled by human workers.

', ], ], 'MaxNumberOfTests' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobResourceLimit$MaxNumberOfTests' => '

Defines the maximum number of load tests.

', ], ], 'MaxNumberOfTrainingJobs' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxNumberOfTrainingJobs' => '

The maximum number of training jobs that a hyperparameter tuning job can launch.

', ], ], 'MaxNumberOfTrainingJobsNotImproving' => [ 'base' => NULL, 'refs' => [ 'BestObjectiveNotImproving$MaxNumberOfTrainingJobsNotImproving' => '

The number of training jobs that have failed to improve model performance by 1% or greater over prior training jobs as evaluated against an objective function.

', ], ], 'MaxParallelExecutionSteps' => [ 'base' => NULL, 'refs' => [ 'ParallelismConfiguration$MaxParallelExecutionSteps' => '

The max number of steps that can be executed in parallel.

', ], ], 'MaxParallelOfTests' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobResourceLimit$MaxParallelOfTests' => '

Defines the maximum number of parallel load tests.

', ], ], 'MaxParallelTrainingJobs' => [ 'base' => NULL, 'refs' => [ 'ResourceLimits$MaxParallelTrainingJobs' => '

The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

', ], ], 'MaxPayloadInMB' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$MaxPayloadInMB' => '

The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB.

The value of MaxPayloadInMB cannot be greater than 100 MB. If you specify the MaxConcurrentTransforms parameter, the value of (MaxConcurrentTransforms * MaxPayloadInMB) also cannot exceed 100 MB.

For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked encoding.

', 'DescribeTransformJobResponse$MaxPayloadInMB' => '

The maximum payload size, in MB, used in the transform job.

', 'TransformJob$MaxPayloadInMB' => '

The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

', 'TransformJobDefinition$MaxPayloadInMB' => '

The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).

', ], ], 'MaxPercentageOfInputDatasetLabeled' => [ 'base' => NULL, 'refs' => [ 'LabelingJobStoppingConditions$MaxPercentageOfInputDatasetLabeled' => '

The maximum number of input data objects that should be labeled.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$MaxResults' => '

The maximum number of actions to return in the response. The default value is 10.

', 'ListAlgorithmsInput$MaxResults' => '

The maximum number of algorithms to return in the response.

', 'ListAliasesRequest$MaxResults' => '

The maximum number of aliases to return.

', 'ListAppImageConfigsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListAppsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListArtifactsRequest$MaxResults' => '

The maximum number of artifacts to return in the response. The default value is 10.

', 'ListAssociationsRequest$MaxResults' => '

The maximum number of associations to return in the response. The default value is 10.

', 'ListCodeRepositoriesInput$MaxResults' => '

The maximum number of Git repositories to return in the response.

', 'ListCompilationJobsRequest$MaxResults' => '

The maximum number of model compilation jobs to return in the response.

', 'ListContextsRequest$MaxResults' => '

The maximum number of contexts to return in the response. The default value is 10.

', 'ListDataQualityJobDefinitionsRequest$MaxResults' => '

The maximum number of data quality monitoring job definitions to return in the response.

', 'ListDomainsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListEndpointConfigsInput$MaxResults' => '

The maximum number of training jobs to return in the response.

', 'ListEndpointsInput$MaxResults' => '

The maximum number of endpoints to return in the response. This value defaults to 10.

', 'ListExperimentsRequest$MaxResults' => '

The maximum number of experiments to return in the response. The default value is 10.

', 'ListFlowDefinitionsRequest$MaxResults' => '

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

', 'ListHubContentVersionsRequest$MaxResults' => '

The maximum number of hub content versions to list.

', 'ListHubContentsRequest$MaxResults' => '

The maximum amount of hub content to list.

', 'ListHubsRequest$MaxResults' => '

The maximum number of hubs to list.

', 'ListHumanTaskUisRequest$MaxResults' => '

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

', 'ListHyperParameterTuningJobsRequest$MaxResults' => '

The maximum number of tuning jobs to return. The default value is 10.

', 'ListImageVersionsRequest$MaxResults' => '

The maximum number of versions to return in the response. The default value is 10.

', 'ListImagesRequest$MaxResults' => '

The maximum number of images to return in the response. The default value is 10.

', 'ListInferenceExperimentsRequest$MaxResults' => '

The maximum number of results to select.

', 'ListInferenceRecommendationsJobStepsRequest$MaxResults' => '

The maximum number of results to return.

', 'ListInferenceRecommendationsJobsRequest$MaxResults' => '

The maximum number of recommendations to return in the response.

', 'ListLabelingJobsForWorkteamRequest$MaxResults' => '

The maximum number of labeling jobs to return in each page of the response.

', 'ListLabelingJobsRequest$MaxResults' => '

The maximum number of labeling jobs to return in each page of the response.

', 'ListLineageGroupsRequest$MaxResults' => '

The maximum number of endpoints to return in the response. This value defaults to 10.

', 'ListModelBiasJobDefinitionsRequest$MaxResults' => '

The maximum number of model bias jobs to return in the response. The default value is 10.

', 'ListModelCardExportJobsRequest$MaxResults' => '

The maximum number of model card export jobs to list.

', 'ListModelCardVersionsRequest$MaxResults' => '

The maximum number of model card versions to list.

', 'ListModelCardsRequest$MaxResults' => '

The maximum number of model cards to list.

', 'ListModelExplainabilityJobDefinitionsRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListModelMetadataRequest$MaxResults' => '

The maximum number of models to return in the response.

', 'ListModelPackageGroupsInput$MaxResults' => '

The maximum number of results to return in the response.

', 'ListModelPackagesInput$MaxResults' => '

The maximum number of model packages to return in the response.

', 'ListModelQualityJobDefinitionsRequest$MaxResults' => '

The maximum number of results to return in a call to ListModelQualityJobDefinitions.

', 'ListModelsInput$MaxResults' => '

The maximum number of models to return in the response.

', 'ListMonitoringAlertHistoryRequest$MaxResults' => '

The maximum number of results to display. The default is 100.

', 'ListMonitoringAlertsRequest$MaxResults' => '

The maximum number of results to display. The default is 100.

', 'ListMonitoringExecutionsRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListMonitoringSchedulesRequest$MaxResults' => '

The maximum number of jobs to return in the response. The default value is 10.

', 'ListNotebookInstanceLifecycleConfigsInput$MaxResults' => '

The maximum number of lifecycle configurations to return in the response.

', 'ListNotebookInstancesInput$MaxResults' => '

The maximum number of notebook instances to return.

', 'ListPipelineExecutionStepsRequest$MaxResults' => '

The maximum number of pipeline execution steps to return in the response.

', 'ListPipelineExecutionsRequest$MaxResults' => '

The maximum number of pipeline executions to return in the response.

', 'ListPipelineParametersForExecutionRequest$MaxResults' => '

The maximum number of parameters to return in the response.

', 'ListPipelinesRequest$MaxResults' => '

The maximum number of pipelines to return in the response.

', 'ListProcessingJobsRequest$MaxResults' => '

The maximum number of processing jobs to return in the response.

', 'ListProjectsInput$MaxResults' => '

The maximum number of projects to return in the response.

', 'ListResourceCatalogsRequest$MaxResults' => '

The maximum number of results returned by ListResourceCatalogs.

', 'ListSpacesRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListStudioLifecycleConfigsRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListSubscribedWorkteamsRequest$MaxResults' => '

The maximum number of work teams to return in each page of the response.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$MaxResults' => '

The maximum number of training jobs to return. The default value is 10.

', 'ListTrainingJobsRequest$MaxResults' => '

The maximum number of training jobs to return in the response.

', 'ListTransformJobsRequest$MaxResults' => '

The maximum number of transform jobs to return in the response. The default value is 10.

', 'ListTrialComponentsRequest$MaxResults' => '

The maximum number of components to return in the response. The default value is 10.

', 'ListTrialsRequest$MaxResults' => '

The maximum number of trials to return in the response. The default value is 10.

', 'ListUserProfilesRequest$MaxResults' => '

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

', 'ListWorkforcesRequest$MaxResults' => '

The maximum number of workforces returned in the response.

', 'ListWorkteamsRequest$MaxResults' => '

The maximum number of work teams to return in each page of the response.

', 'SearchRequest$MaxResults' => '

The maximum number of results to return.

', ], ], 'MaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'StoppingCondition$MaxRuntimeInSeconds' => '

The maximum length of time, in seconds, that a training or compilation job can run before it is stopped.

For compilation jobs, if the job does not complete during this time, a TimeOut error is generated. We recommend starting with 900 seconds and increasing as necessary based on your model.

For all other jobs, if the job does not complete during this time, SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

The maximum time that a TrainingJob can run in total, including any time spent publishing metrics or archiving and uploading models after it has been stopped, is 30 days.

', ], ], 'MaxRuntimePerTrainingJobInSeconds' => [ 'base' => NULL, 'refs' => [ 'AutoMLJobCompletionCriteria$MaxRuntimePerTrainingJobInSeconds' => '

The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the StoppingCondition used by the CreateHyperParameterTuningJob action.

For job V2s (jobs created by calling CreateAutoMLJobV2), this field controls the runtime of the job candidate.

', ], ], 'MaxWaitTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'StoppingCondition$MaxWaitTimeInSeconds' => '

The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, SageMaker ends the job.

When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

', ], ], 'MaximumExecutionTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'BlueGreenUpdatePolicy$MaximumExecutionTimeoutInSeconds' => '

Maximum execution timeout for the deployment. Note that the timeout value should be larger than the total waiting time specified in TerminationWaitInSeconds and WaitIntervalInSeconds.

', 'RollingUpdatePolicy$MaximumExecutionTimeoutInSeconds' => '

The time limit for the total deployment. Exceeding this limit causes a timeout.

', ], ], 'MaximumRetryAttempts' => [ 'base' => NULL, 'refs' => [ 'RetryStrategy$MaximumRetryAttempts' => '

The number of times to retry the job. When the job is retried, it\'s SecondaryStatus is changed to STARTING.

', ], ], 'MediaType' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifact$MediaType' => '

The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

', ], ], 'MemberDefinition' => [ 'base' => '

Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.

', 'refs' => [ 'MemberDefinitions$member' => NULL, ], ], 'MemberDefinitions' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. Do not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups.

', 'UpdateWorkteamRequest$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition. You should not provide input for both of these parameters in a single request.

For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito user groups within the user pool used to create a workforce. All of the CognitoMemberDefinition objects that make up the member definition must have the same ClientId and UserPool values. To add a Amazon Cognito user group to an existing worker pool, see Adding groups to a User Pool. For more information about user pools, see Amazon Cognito User Pools.

For workforces created using your own OIDC IdP, specify the user groups that you want to include in your private work team in OidcMemberDefinition by listing those groups in Groups. Be aware that user groups that are already in the work team must also be listed in Groups when you make this request to remain on the work team. If you do not include these user groups, they will no longer be associated with the work team you update.

', 'Workteam$MemberDefinitions' => '

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

', ], ], 'MetadataProperties' => [ 'base' => '

Metadata properties of the tracking entity, trial, or trial component.

', 'refs' => [ 'CreateActionRequest$MetadataProperties' => NULL, 'CreateArtifactRequest$MetadataProperties' => NULL, 'CreateModelPackageInput$MetadataProperties' => NULL, 'CreateTrialComponentRequest$MetadataProperties' => NULL, 'CreateTrialRequest$MetadataProperties' => NULL, 'DescribeActionResponse$MetadataProperties' => NULL, 'DescribeArtifactResponse$MetadataProperties' => NULL, 'DescribeModelPackageOutput$MetadataProperties' => NULL, 'DescribeTrialComponentResponse$MetadataProperties' => NULL, 'DescribeTrialResponse$MetadataProperties' => NULL, 'ModelPackage$MetadataProperties' => '

Metadata properties of the tracking entity, trial, or trial component.

', 'Trial$MetadataProperties' => NULL, 'TrialComponent$MetadataProperties' => NULL, ], ], 'MetadataPropertyValue' => [ 'base' => NULL, 'refs' => [ 'MetadataProperties$CommitId' => '

The commit ID.

', 'MetadataProperties$Repository' => '

The repository.

', 'MetadataProperties$GeneratedBy' => '

The entity this entity was generated by.

', 'MetadataProperties$ProjectId' => '

The project ID.

', ], ], 'MetricData' => [ 'base' => '

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

', 'refs' => [ 'FinalMetricDataList$member' => NULL, ], ], 'MetricDataList' => [ 'base' => NULL, 'refs' => [ 'CandidateProperties$CandidateMetrics' => '

Information about the candidate metrics for an AutoML job.

', ], ], 'MetricDatum' => [ 'base' => '

Information about the metric for a candidate produced by an AutoML job.

', 'refs' => [ 'MetricDataList$member' => NULL, ], ], 'MetricDefinition' => [ 'base' => '

Specifies a metric that the training algorithm writes to stderr or stdout. You can view these logs to understand how your training job performs and check for any errors encountered during training. SageMaker hyperparameter tuning captures all defined metrics. Specify one of the defined metrics to use as an objective metric using the TuningObjective parameter in the HyperParameterTrainingJobDefinition API to evaluate job performance during hyperparameter tuning.

', 'refs' => [ 'MetricDefinitionList$member' => NULL, ], ], 'MetricDefinitionList' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$MetricDefinitions' => '

A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. SageMaker publishes each metric to Amazon CloudWatch.

', 'HyperParameterAlgorithmSpecification$MetricDefinitions' => '

An array of MetricDefinition objects that specify the metrics that the algorithm emits.

', 'TrainingSpecification$MetricDefinitions' => '

A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

', ], ], 'MetricName' => [ 'base' => NULL, 'refs' => [ 'FinalHyperParameterTuningJobObjectiveMetric$MetricName' => '

The name of the objective metric. For SageMaker built-in algorithms, metrics are defined per algorithm. See the metrics for XGBoost as an example. You can also use a custom algorithm for training and define your own metrics. For more information, see Define metrics and environment variables.

', 'HyperParameterTuningJobObjective$MetricName' => '

The name of the metric to use for the objective metric.

', 'MetricData$MetricName' => '

The name of the metric.

', 'MetricDefinition$Name' => '

The name of the metric.

', 'TrialComponentMetricSummary$MetricName' => '

The name of the metric.

', ], ], 'MetricRegex' => [ 'base' => NULL, 'refs' => [ 'MetricDefinition$Regex' => '

A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining metrics and environment variables.

', ], ], 'MetricSetSource' => [ 'base' => NULL, 'refs' => [ 'MetricDatum$Set' => '

The dataset split from which the AutoML job produced the metric.

', ], ], 'MetricSpecification' => [ 'base' => '

An object containing information about a metric.

', 'refs' => [ 'TargetTrackingScalingPolicyConfiguration$MetricSpecification' => '

An object containing information about a metric.

', ], ], 'MetricValue' => [ 'base' => NULL, 'refs' => [ 'FinalAutoMLJobObjectiveMetric$Value' => '

The value of the metric with the best result.

', 'FinalHyperParameterTuningJobObjectiveMetric$Value' => '

The value of the objective metric.

', ], ], 'MetricsSource' => [ 'base' => '

Details about the metrics source.

', 'refs' => [ 'Bias$Report' => '

The bias report for a model

', 'Bias$PreTrainingReport' => '

The pre-training bias report for a model.

', 'Bias$PostTrainingReport' => '

The post-training bias report for a model.

', 'DriftCheckBias$PreTrainingConstraints' => '

The pre-training constraints.

', 'DriftCheckBias$PostTrainingConstraints' => '

The post-training constraints.

', 'DriftCheckExplainability$Constraints' => '

The drift check explainability constraints.

', 'DriftCheckModelDataQuality$Statistics' => '

The drift check model data quality statistics.

', 'DriftCheckModelDataQuality$Constraints' => '

The drift check model data quality constraints.

', 'DriftCheckModelQuality$Statistics' => '

The drift check model quality statistics.

', 'DriftCheckModelQuality$Constraints' => '

The drift check model quality constraints.

', 'Explainability$Report' => '

The explainability report for a model.

', 'ModelDataQuality$Statistics' => '

Data quality statistics for a model.

', 'ModelDataQuality$Constraints' => '

Data quality constraints for a model.

', 'ModelQuality$Statistics' => '

Model quality statistics.

', 'ModelQuality$Constraints' => '

Model quality constraints.

', ], ], 'MinimumInstanceMetadataServiceVersion' => [ 'base' => NULL, 'refs' => [ 'InstanceMetadataServiceConfiguration$MinimumInstanceMetadataServiceVersion' => '

Indicates the minimum IMDS version that the notebook instance supports. When passed as part of CreateNotebookInstance, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance, there is no default.

', ], ], 'Model' => [ 'base' => '

The properties of a model as returned by the Search API.

', 'refs' => [ 'ModelDashboardModel$Model' => '

A model displayed in the Model Dashboard.

', ], ], 'ModelApprovalStatus' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelApprovalStatus' => '

The approval status of the model.

', 'CreateModelPackageInput$ModelApprovalStatus' => '

Whether the model is approved for deployment.

This parameter is optional for versioned models, and does not apply to unversioned models.

For versioned models, the value of this parameter must be set to Approved to deploy the model.

', 'DescribeModelPackageOutput$ModelApprovalStatus' => '

The approval status of the model package.

', 'ListModelPackagesInput$ModelApprovalStatus' => '

A filter that returns only the model packages with the specified approval status.

', 'ModelPackage$ModelApprovalStatus' => '

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

', 'ModelPackageSummary$ModelApprovalStatus' => '

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved

  • REJECTED - The model is rejected.

  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

', 'UpdateModelPackageInput$ModelApprovalStatus' => '

The approval status of the model.

', ], ], 'ModelArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelOutput$ModelArn' => '

The ARN of the model created in SageMaker.

', 'DescribeModelOutput$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', 'LabelingJobAlgorithmsConfig$InitialActiveLearningModelArn' => '

At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

', 'LabelingJobOutput$FinalActiveLearningModelArn' => '

The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of automated data labeling.

', 'Model$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', 'ModelSummary$ModelArn' => '

The Amazon Resource Name (ARN) of the model.

', ], ], 'ModelArtifacts' => [ 'base' => '

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

', 'refs' => [ 'DescribeCompilationJobResponse$ModelArtifacts' => '

Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.

', 'DescribeTrainingJobResponse$ModelArtifacts' => '

Information about the Amazon S3 location that is configured for storing model artifacts.

', 'TrainingJob$ModelArtifacts' => '

Information about the Amazon S3 location that is configured for storing model artifacts.

', ], ], 'ModelBiasAppSpecification' => [ 'base' => '

Docker container image configuration object for the model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasAppSpecification' => '

Configures the model bias job to run a specified Docker container image.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasAppSpecification' => '

Configures the model bias job to run a specified Docker container image.

', ], ], 'ModelBiasBaselineConfig' => [ 'base' => '

The configuration for a baseline model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasBaselineConfig' => '

The baseline configuration for a model bias job.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasBaselineConfig' => '

The baseline configuration for a model bias job.

', ], ], 'ModelBiasJobInput' => [ 'base' => '

Inputs for the model bias job.

', 'refs' => [ 'CreateModelBiasJobDefinitionRequest$ModelBiasJobInput' => '

Inputs for the model bias job.

', 'DescribeModelBiasJobDefinitionResponse$ModelBiasJobInput' => '

Inputs for the model bias job.

', ], ], 'ModelCacheSetting' => [ 'base' => NULL, 'refs' => [ 'MultiModelConfig$ModelCacheSetting' => '

Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

', ], ], 'ModelCard' => [ 'base' => '

An Amazon SageMaker Model Card.

', 'refs' => [ 'SearchRecord$ModelCard' => '

An Amazon SageMaker Model Card that documents details about a machine learning model.

', ], ], 'ModelCardArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the successfully created model card.

', 'DescribeModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCard$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCardSummary$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelCardVersionSummary$ModelCardArn' => '

The Amazon Resource Name (ARN) of the model card.

', 'ModelDashboardModelCard$ModelCardArn' => '

The Amazon Resource Name (ARN) for a model card.

', 'UpdateModelCardResponse$ModelCardArn' => '

The Amazon Resource Name (ARN) of the updated model card.

', ], ], 'ModelCardContent' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardRequest$Content' => '

The content of the model card. Content must be in model card JSON schema and provided as a string.

', 'DescribeModelCardResponse$Content' => '

The content of the model card.

', 'ModelCard$Content' => '

The content of the model card. Content uses the model card JSON schema and provided as a string.

', 'UpdateModelCardRequest$Content' => '

The updated model card content. Content must be in model card JSON schema and provided as a string.

When updating model card content, be sure to include the full content and not just updated content.

', ], ], 'ModelCardExportArtifacts' => [ 'base' => '

The artifacts of the model card export job.

', 'refs' => [ 'DescribeModelCardExportJobResponse$ExportArtifacts' => '

The exported model card artifacts.

', ], ], 'ModelCardExportJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobResponse$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', 'DescribeModelCardExportJobRequest$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job to describe.

', 'DescribeModelCardExportJobResponse$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', 'ModelCardExportJobSummary$ModelCardExportJobArn' => '

The Amazon Resource Name (ARN) of the model card export job.

', ], ], 'ModelCardExportJobSortBy' => [ 'base' => 'Attribute by which to sort returned export jobs.', 'refs' => [ 'ListModelCardExportJobsRequest$SortBy' => '

Sort model card export jobs by either name or creation time. Sorts by creation time by default.

', ], ], 'ModelCardExportJobSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListModelCardExportJobsRequest$SortOrder' => '

Sort model card export jobs by ascending or descending order.

', ], ], 'ModelCardExportJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelCardExportJobResponse$Status' => '

The completion status of the model card export job.

  • InProgress: The model card export job is in progress.

  • Completed: The model card export job is complete.

  • Failed: The model card export job failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeModelCardExportJob call.

', 'ListModelCardExportJobsRequest$StatusEquals' => '

Only list model card export jobs with the specified status.

', 'ModelCardExportJobSummary$Status' => '

The completion status of the model card export job.

', ], ], 'ModelCardExportJobSummary' => [ 'base' => '

The summary of the Amazon SageMaker Model Card export job.

', 'refs' => [ 'ModelCardExportJobSummaryList$member' => NULL, ], ], 'ModelCardExportJobSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardExportJobsResponse$ModelCardExportJobSummaries' => '

The summaries of the listed model card export jobs.

', ], ], 'ModelCardExportOutputConfig' => [ 'base' => '

Configure the export output details for an Amazon SageMaker Model Card.

', 'refs' => [ 'CreateModelCardExportJobRequest$OutputConfig' => '

The model card output configuration that specifies the Amazon S3 path for exporting.

', 'DescribeModelCardExportJobResponse$OutputConfig' => '

The export output details for the model card.

', ], ], 'ModelCardNameOrArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardExportJobRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to export.

', 'DescribeModelCardRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to describe.

', 'ListModelCardVersionsRequest$ModelCardName' => '

List model card versions for the model card with the specified name or Amazon Resource Name (ARN).

', 'UpdateModelCardRequest$ModelCardName' => '

The name or Amazon Resource Name (ARN) of the model card to update.

', ], ], 'ModelCardProcessingStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelCardResponse$ModelCardProcessingStatus' => '

The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

  • DeletePending: Model card deletion request received.

  • DeleteInProgress: Model card deletion is in progress.

  • ContentDeleted: Deleted model card content.

  • ExportJobsDeleted: Deleted all export jobs associated with the model card.

  • DeleteCompleted: Successfully deleted the model card.

  • DeleteFailed: The model card failed to delete.

', ], ], 'ModelCardSecurityConfig' => [ 'base' => '

Configure the security settings to protect model card data.

', 'refs' => [ 'CreateModelCardRequest$SecurityConfig' => '

An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.

', 'DescribeModelCardResponse$SecurityConfig' => '

The security configuration used to protect model card content.

', 'ModelCard$SecurityConfig' => '

The security configuration used to protect model card data.

', 'ModelDashboardModelCard$SecurityConfig' => '

The KMS Key ID (KMSKeyId) for encryption of model card information.

', ], ], 'ModelCardSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelCardsRequest$SortBy' => '

Sort model cards by either name or creation time. Sorts by creation time by default.

', ], ], 'ModelCardSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsRequest$SortOrder' => '

Sort model card versions by ascending or descending order.

', 'ListModelCardsRequest$SortOrder' => '

Sort model cards by ascending or descending order.

', ], ], 'ModelCardStatus' => [ 'base' => NULL, 'refs' => [ 'CreateModelCardRequest$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'DescribeModelCardResponse$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ListModelCardVersionsRequest$ModelCardStatus' => '

Only list model card versions with the specified approval status.

', 'ListModelCardsRequest$ModelCardStatus' => '

Only list model cards with the specified approval status.

', 'ModelCard$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelCardSummary$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelCardVersionSummary$ModelCardStatus' => '

The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', 'ModelDashboardModelCard$ModelCardStatus' => '

The model card status.

', 'UpdateModelCardRequest$ModelCardStatus' => '

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.

  • PendingReview: The model card is pending review.

  • Approved: The model card is approved.

  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

', ], ], 'ModelCardSummary' => [ 'base' => '

A summary of the model card.

', 'refs' => [ 'ModelCardSummaryList$member' => NULL, ], ], 'ModelCardSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardsResponse$ModelCardSummaries' => '

The summaries of the listed model cards.

', ], ], 'ModelCardVersionSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsRequest$SortBy' => '

Sort listed model card versions by version. Sorts by version by default.

', ], ], 'ModelCardVersionSummary' => [ 'base' => '

A summary of a specific version of the model card.

', 'refs' => [ 'ModelCardVersionSummaryList$member' => NULL, ], ], 'ModelCardVersionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelCardVersionsResponse$ModelCardVersionSummaryList' => '

The summaries of the listed versions of the model card.

', ], ], 'ModelClientConfig' => [ 'base' => '

Configures the timeout and maximum number of retries for processing a transform job invocation.

', 'refs' => [ 'CreateTransformJobRequest$ModelClientConfig' => '

Configures the timeout and maximum number of retries for processing a transform job invocation.

', 'DescribeTransformJobResponse$ModelClientConfig' => '

The timeout and maximum number of retries for processing a transform job invocation.

', 'TransformJob$ModelClientConfig' => NULL, ], ], 'ModelCompressionType' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$CompressionType' => '

Specifies how the ML model data is prepared.

If you choose Gzip and choose S3Object as the value of S3DataType, S3Uri identifies an object that is a gzip-compressed TAR archive. SageMaker will attempt to decompress and untar the object during model deployment.

If you choose None and chooose S3Object as the value of S3DataType, S3Uri identifies an object that represents an uncompressed ML model to deploy.

If you choose None and choose S3Prefix as the value of S3DataType, S3Uri identifies a key name prefix, under which all objects represents the uncompressed ML model to deploy.

If you choose None, then SageMaker will follow rules below when creating model data files under /opt/ml/model directory for use by your inference code:

  • If you choose S3Object as the value of S3DataType, then SageMaker will split the key of the S3 object referenced by S3Uri by slash (/), and use the last part as the filename of the file holding the content of the S3 object.

  • If you choose S3Prefix as the value of S3DataType, then for each S3 object under the key name pefix referenced by S3Uri, SageMaker will trim its key by the prefix, and use the remainder as the path (relative to /opt/ml/model) of the file holding the content of the S3 object. SageMaker will split the remainder by slash (/), using intermediate parts as directory names and the last part as filename of the file holding the content of the S3 object.

  • Do not use any of the following as file names or directory names:

    • An empty or blank string

    • A string which contains null bytes

    • A string longer than 255 bytes

    • A single dot (.)

    • A double dot (..)

  • Ambiguous file names will result in model deployment failure. For example, if your uncompressed ML model consists of two S3 objects s3://mybucket/model/weights and s3://mybucket/model/weights/part1 and you specify s3://mybucket/model/ as the value of S3Uri and S3Prefix as the value of S3DataType, then it will result in name clash between /opt/ml/model/weights (a regular file) and /opt/ml/model/weights/ (a directory).

  • Do not organize the model artifacts in S3 console using folders. When you create a folder in S3 console, S3 creates a 0-byte object with a key set to the folder name you provide. They key of the 0-byte object ends with a slash (/) which violates SageMaker restrictions on model artifact file names, leading to model deployment failure.

', ], ], 'ModelConfiguration' => [ 'base' => '

Defines the model configuration. Includes the specification name and environment parameters.

', 'refs' => [ 'InferenceRecommendation$ModelConfiguration' => '

Defines the model configuration.

', 'RecommendationJobInferenceBenchmark$ModelConfiguration' => NULL, ], ], 'ModelDashboardEndpoint' => [ 'base' => '

An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardEndpoints$member' => NULL, ], ], 'ModelDashboardEndpoints' => [ 'base' => NULL, 'refs' => [ 'ModelDashboardModel$Endpoints' => '

The endpoints that host a model.

', ], ], 'ModelDashboardIndicatorAction' => [ 'base' => '

An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.

', 'refs' => [ 'MonitoringAlertActions$ModelDashboardIndicator' => '

An alert action taken to light up an icon on the Model Dashboard when an alert goes into InAlert status.

', ], ], 'ModelDashboardModel' => [ 'base' => '

A model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'SearchRecord$Model' => NULL, ], ], 'ModelDashboardModelCard' => [ 'base' => '

The model card for a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardModel$ModelCard' => '

The model card for a model.

', ], ], 'ModelDashboardMonitoringSchedule' => [ 'base' => '

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

', 'refs' => [ 'ModelDashboardMonitoringSchedules$member' => NULL, ], ], 'ModelDashboardMonitoringSchedules' => [ 'base' => NULL, 'refs' => [ 'ModelDashboardModel$MonitoringSchedules' => '

The monitoring schedules for a model.

', ], ], 'ModelDataQuality' => [ 'base' => '

Data quality constraints and statistics for a model.

', 'refs' => [ 'ModelMetrics$ModelDataQuality' => '

Metrics that measure the quality of the input data for a model.

', ], ], 'ModelDataSource' => [ 'base' => '

Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.

', 'refs' => [ 'ContainerDefinition$ModelDataSource' => '

Specifies the location of ML model data to deploy.

Currently you cannot use ModelDataSource in conjunction with SageMaker batch transform, SageMaker serverless endpoints, SageMaker multi-model endpoints, and SageMaker Marketplace.

', ], ], 'ModelDeployConfig' => [ 'base' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'refs' => [ 'CreateAutoMLJobRequest$ModelDeployConfig' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'CreateAutoMLJobV2Request$ModelDeployConfig' => '

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

', 'DescribeAutoMLJobResponse$ModelDeployConfig' => '

Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

', 'DescribeAutoMLJobV2Response$ModelDeployConfig' => '

Indicates whether the model was deployed automatically to an endpoint and the name of that endpoint if deployed automatically.

', ], ], 'ModelDeployResult' => [ 'base' => '

Provides information about the endpoint of the model deployment.

', 'refs' => [ 'DescribeAutoMLJobResponse$ModelDeployResult' => '

Provides information about endpoint for the model deployment.

', 'DescribeAutoMLJobV2Response$ModelDeployResult' => '

Provides information about endpoint for the model deployment.

', ], ], 'ModelDigests' => [ 'base' => '

Provides information to verify the integrity of stored model artifacts.

', 'refs' => [ 'DescribeCompilationJobResponse$ModelDigests' => '

Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.

', ], ], 'ModelExplainabilityAppSpecification' => [ 'base' => '

Docker container image configuration object for the model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityAppSpecification' => '

Configures the model explainability job to run a specified Docker container image.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityAppSpecification' => '

Configures the model explainability job to run a specified Docker container image.

', ], ], 'ModelExplainabilityBaselineConfig' => [ 'base' => '

The configuration for a baseline model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityBaselineConfig' => '

The baseline configuration for a model explainability job.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityBaselineConfig' => '

The baseline configuration for a model explainability job.

', ], ], 'ModelExplainabilityJobInput' => [ 'base' => '

Inputs for the model explainability job.

', 'refs' => [ 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityJobInput' => '

Inputs for the model explainability job.

', 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityJobInput' => '

Inputs for the model explainability job.

', ], ], 'ModelInfrastructureConfig' => [ 'base' => '

The configuration for the infrastructure that the model will be deployed to.

', 'refs' => [ 'ModelVariantConfig$InfrastructureConfig' => '

The configuration for the infrastructure that the model will be deployed to.

', 'ModelVariantConfigSummary$InfrastructureConfig' => '

The configuration of the infrastructure that the model has been deployed to.

', ], ], 'ModelInfrastructureType' => [ 'base' => NULL, 'refs' => [ 'ModelInfrastructureConfig$InfrastructureType' => '

The inference option to which to deploy your model. Possible values are the following:

  • RealTime: Deploy to real-time inference.

', ], ], 'ModelInput' => [ 'base' => '

Input object for the model.

', 'refs' => [ 'ModelPackageContainerDefinition$ModelInput' => '

A structure with Model Input details.

', ], ], 'ModelInsightsLocation' => [ 'base' => NULL, 'refs' => [ 'CandidateArtifactLocations$ModelInsights' => '

The Amazon S3 prefix to the model insight artifacts generated for the AutoML candidate.

', ], ], 'ModelLatencyThreshold' => [ 'base' => '

The model latency threshold.

', 'refs' => [ 'ModelLatencyThresholds$member' => NULL, ], ], 'ModelLatencyThresholds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobStoppingConditions$ModelLatencyThresholds' => '

The interval of time taken by a model to respond as viewed from SageMaker. The interval includes the local communication time taken to send the request and to fetch the response from the container of a model and the time taken to complete the inference in the container.

', ], ], 'ModelMetadataFilter' => [ 'base' => '

Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).

', 'refs' => [ 'ModelMetadataFilters$member' => NULL, ], ], 'ModelMetadataFilterType' => [ 'base' => NULL, 'refs' => [ 'ModelMetadataFilter$Name' => '

The name of the of the model to filter by.

', ], ], 'ModelMetadataFilters' => [ 'base' => NULL, 'refs' => [ 'ModelMetadataSearchExpression$Filters' => '

A list of filter objects.

', ], ], 'ModelMetadataSearchExpression' => [ 'base' => '

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results

', 'refs' => [ 'ListModelMetadataRequest$SearchExpression' => '

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.

', ], ], 'ModelMetadataSummaries' => [ 'base' => NULL, 'refs' => [ 'ListModelMetadataResponse$ModelMetadataSummaries' => '

A structure that holds model metadata.

', ], ], 'ModelMetadataSummary' => [ 'base' => '

A summary of the model metadata.

', 'refs' => [ 'ModelMetadataSummaries$member' => NULL, ], ], 'ModelMetrics' => [ 'base' => '

Contains metrics captured from a model.

', 'refs' => [ 'CreateModelPackageInput$ModelMetrics' => '

A structure that contains model metrics reports.

', 'DescribeModelPackageOutput$ModelMetrics' => '

Metrics for the model.

', 'ModelPackage$ModelMetrics' => '

Metrics for the model.

', ], ], 'ModelName' => [ 'base' => NULL, 'refs' => [ 'CreateModelInput$ModelName' => '

The name of the new model.

', 'CreateTransformJobRequest$ModelName' => '

The name of the model that you want to use for the transform job. ModelName must be the name of an existing Amazon SageMaker model within an Amazon Web Services Region in an Amazon Web Services account.

', 'DeleteModelInput$ModelName' => '

The name of the model to delete.

', 'DescribeModelInput$ModelName' => '

The name of the model.

', 'DescribeModelOutput$ModelName' => '

Name of the SageMaker model.

', 'DescribeTransformJobResponse$ModelName' => '

The name of the model used in the transform job.

', 'InferenceRecommendationsJob$ModelName' => '

The name of the created model.

', 'ListInferenceRecommendationsJobsRequest$ModelNameEquals' => '

A filter that returns only jobs that were created for this model.

', 'Model$ModelName' => '

The name of the model.

', 'ModelSummary$ModelName' => '

The name of the model that you want a summary for.

', 'ModelVariantConfig$ModelName' => '

The name of the Amazon SageMaker Model entity.

', 'ModelVariantConfigSummary$ModelName' => '

The name of the Amazon SageMaker Model entity.

', 'ProductionVariant$ModelName' => '

The name of the model that you want to host. This is the name that you specified when creating the model.

', 'RecommendationJobInputConfig$ModelName' => '

The name of the created model.

', 'TransformJob$ModelName' => '

The name of the model associated with the transform job.

', ], ], 'ModelNameContains' => [ 'base' => NULL, 'refs' => [ 'ListModelsInput$NameContains' => '

A string in the model name. This filter returns only models whose name contains the specified string.

', ], ], 'ModelPackage' => [ 'base' => '

A versioned model that can be deployed for SageMaker inference.

', 'refs' => [ 'SearchRecord$ModelPackage' => NULL, ], ], 'ModelPackageArn' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageErrorMap$key' => NULL, 'BatchDescribeModelPackageSummary$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'CreateCompilationJobRequest$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package. Provide either a ModelPackageVersionArn or an InputConfig object in the request syntax. The presence of both objects in the CreateCompilationJob request will return an exception.

', 'CreateModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the new model package.

', 'DescribeCompilationJobResponse$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.

', 'DescribeModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'InferenceRecommendationsJob$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package.

', 'ListInferenceRecommendationsJobsRequest$ModelPackageVersionArnEquals' => '

A filter that returns only jobs that were created for this versioned model package.

', 'ModelPackage$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'ModelPackageArnList$member' => NULL, 'ModelPackageSummaries$key' => NULL, 'ModelPackageSummary$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'RecommendationJobInputConfig$ModelPackageVersionArn' => '

The Amazon Resource Name (ARN) of a versioned model package.

', 'UpdateModelPackageInput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model package.

', 'UpdateModelPackageOutput$ModelPackageArn' => '

The Amazon Resource Name (ARN) of the model.

', ], ], 'ModelPackageArnList' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageInput$ModelPackageArnList' => '

The list of Amazon Resource Name (ARN) of the model package groups.

', ], ], 'ModelPackageContainerDefinition' => [ 'base' => '

Describes the Docker container for the model package.

', 'refs' => [ 'ModelPackageContainerDefinitionList$member' => NULL, ], ], 'ModelPackageContainerDefinitionList' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$Containers' => '

The Amazon ECR registry path of the Docker image that contains the inference code.

', 'InferenceSpecification$Containers' => '

The Amazon ECR registry path of the Docker image that contains the inference code.

', ], ], 'ModelPackageFrameworkVersion' => [ 'base' => NULL, 'refs' => [ 'ModelPackageContainerDefinition$FrameworkVersion' => '

The framework version of the Model Package Container Image.

', ], ], 'ModelPackageGroup' => [ 'base' => '

A group of versioned models in the model registry.

', 'refs' => [ 'SearchRecord$ModelPackageGroup' => NULL, ], ], 'ModelPackageGroupArn' => [ 'base' => NULL, 'refs' => [ 'CreateModelPackageGroupOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'DescribeModelPackageGroupOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'ModelPackageGroup$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model group.

', 'PutModelPackageGroupPolicyOutput$ModelPackageGroupArn' => '

The Amazon Resource Name (ARN) of the model package group.

', ], ], 'ModelPackageGroupSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelPackageGroupsInput$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'ModelPackageGroupStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeModelPackageGroupOutput$ModelPackageGroupStatus' => '

The status of the model group.

', 'ModelPackageGroup$ModelPackageGroupStatus' => '

The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.

  • IN_PROGRESS - The model group is in the process of being created.

  • COMPLETED - The model group was successfully created.

  • FAILED - The model group failed.

  • DELETING - The model group is in the process of being deleted.

  • DELETE_FAILED - SageMaker failed to delete the model group.

', 'ModelPackageGroupSummary$ModelPackageGroupStatus' => '

The status of the model group.

', ], ], 'ModelPackageGroupSummary' => [ 'base' => '

Summary information about a model group.

', 'refs' => [ 'ModelPackageGroupSummaryList$member' => NULL, ], ], 'ModelPackageGroupSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelPackageGroupsOutput$ModelPackageGroupSummaryList' => '

A list of summaries of the model groups in your Amazon Web Services account.

', ], ], 'ModelPackageSortBy' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesInput$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'ModelPackageStatus' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelPackageStatus' => '

The status of the mortgage package.

', 'DescribeModelPackageOutput$ModelPackageStatus' => '

The current status of the model package.

', 'ModelPackage$ModelPackageStatus' => '

The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.

  • IN_PROGRESS - The model package is in the process of being created.

  • COMPLETED - The model package was successfully created.

  • FAILED - The model package failed.

  • DELETING - The model package is in the process of being deleted.

', 'ModelPackageSummary$ModelPackageStatus' => '

The overall status of the model package.

', ], ], 'ModelPackageStatusDetails' => [ 'base' => '

Specifies the validation and image scan statuses of the model package.

', 'refs' => [ 'DescribeModelPackageOutput$ModelPackageStatusDetails' => '

Details about the current status of the model package.

', 'ModelPackage$ModelPackageStatusDetails' => '

Specifies the validation and image scan statuses of the model package.

', ], ], 'ModelPackageStatusItem' => [ 'base' => '

Represents the overall status of a model package.

', 'refs' => [ 'ModelPackageStatusItemList$member' => NULL, ], ], 'ModelPackageStatusItemList' => [ 'base' => NULL, 'refs' => [ 'ModelPackageStatusDetails$ValidationStatuses' => '

The validation status of the model package.

', 'ModelPackageStatusDetails$ImageScanStatuses' => '

The status of the scan of the Docker image container for the model package.

', ], ], 'ModelPackageSummaries' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageOutput$ModelPackageSummaries' => '

The summaries for the model package versions

', ], ], 'ModelPackageSummary' => [ 'base' => '

Provides summary information about a model package.

', 'refs' => [ 'ModelPackageSummaryList$member' => NULL, ], ], 'ModelPackageSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesOutput$ModelPackageSummaryList' => '

An array of ModelPackageSummary objects, each of which lists a model package.

', ], ], 'ModelPackageType' => [ 'base' => NULL, 'refs' => [ 'ListModelPackagesInput$ModelPackageType' => '

A filter that returns only the model packages of the specified type. This can be one of the following values.

  • UNVERSIONED - List only unversioined models. This is the default value if no ModelPackageType is specified.

  • VERSIONED - List only versioned models.

  • BOTH - List both versioned and unversioned models.

', ], ], 'ModelPackageValidationProfile' => [ 'base' => '

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

', 'refs' => [ 'ModelPackageValidationProfiles$member' => NULL, ], ], 'ModelPackageValidationProfiles' => [ 'base' => NULL, 'refs' => [ 'ModelPackageValidationSpecification$ValidationProfiles' => '

An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

', ], ], 'ModelPackageValidationSpecification' => [ 'base' => '

Specifies batch transform jobs that SageMaker runs to validate your model package.

', 'refs' => [ 'CreateModelPackageInput$ValidationSpecification' => '

Specifies configurations for one or more transform jobs that SageMaker runs to test the model package.

', 'DescribeModelPackageOutput$ValidationSpecification' => '

Configurations for one or more transform jobs that SageMaker runs to test the model package.

', 'ModelPackage$ValidationSpecification' => '

Specifies batch transform jobs that SageMaker runs to validate your model package.

', ], ], 'ModelPackageVersion' => [ 'base' => NULL, 'refs' => [ 'BatchDescribeModelPackageSummary$ModelPackageVersion' => '

The version number of a versioned model.

', 'DescribeModelPackageOutput$ModelPackageVersion' => '

The version of the model package.

', 'ModelPackage$ModelPackageVersion' => '

The version number of a versioned model.

', 'ModelPackageSummary$ModelPackageVersion' => '

If the model package is a versioned model, the version of the model.

', ], ], 'ModelQuality' => [ 'base' => '

Model quality statistics and constraints.

', 'refs' => [ 'ModelMetrics$ModelQuality' => '

Metrics that measure the quality of a model.

', ], ], 'ModelQualityAppSpecification' => [ 'base' => '

Container image configuration object for the monitoring job.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityAppSpecification' => '

The container that runs the monitoring job.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityAppSpecification' => '

Configures the model quality job to run a specified Docker container image.

', ], ], 'ModelQualityBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityBaselineConfig' => '

Specifies the constraints and baselines for the monitoring job.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityBaselineConfig' => '

The baseline configuration for a model quality job.

', ], ], 'ModelQualityJobInput' => [ 'base' => '

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

', 'refs' => [ 'CreateModelQualityJobDefinitionRequest$ModelQualityJobInput' => '

A list of the inputs that are monitored. Currently endpoints are supported.

', 'DescribeModelQualityJobDefinitionResponse$ModelQualityJobInput' => '

Inputs for the model quality job.

', ], ], 'ModelRegisterSettings' => [ 'base' => '

The model registry settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$ModelRegisterSettings' => '

The model registry settings for the SageMaker Canvas application.

', ], ], 'ModelSetupTime' => [ 'base' => NULL, 'refs' => [ 'RecommendationMetrics$ModelSetupTime' => '

The time it takes to launch new compute resources for a serverless endpoint. The time can vary depending on the model size, how long it takes to download the model, and the start-up time of the container.

NaN indicates that the value is not available.

', ], ], 'ModelSortKey' => [ 'base' => NULL, 'refs' => [ 'ListModelsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'ModelStepMetadata' => [ 'base' => '

Metadata for Model steps.

', 'refs' => [ 'PipelineExecutionStepMetadata$Model' => '

The Amazon Resource Name (ARN) of the model that was created by this step execution.

', ], ], 'ModelSummary' => [ 'base' => '

Provides summary information about a model.

', 'refs' => [ 'ModelSummaryList$member' => NULL, ], ], 'ModelSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListModelsOutput$Models' => '

An array of ModelSummary objects, each of which lists a model.

', ], ], 'ModelVariantAction' => [ 'base' => NULL, 'refs' => [ 'ModelVariantActionMap$value' => NULL, ], ], 'ModelVariantActionMap' => [ 'base' => NULL, 'refs' => [ 'StopInferenceExperimentRequest$ModelVariantActions' => '

Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:

  • Promote - Promote the shadow variant to a production variant

  • Remove - Delete the variant

  • Retain - Keep the variant as it is

', ], ], 'ModelVariantConfig' => [ 'base' => '

Contains information about the deployment options of a model.

', 'refs' => [ 'ModelVariantConfigList$member' => NULL, ], ], 'ModelVariantConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceExperimentRequest$ModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant in the inference experiment. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.

', 'StopInferenceExperimentRequest$DesiredModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant that you want to deploy after the inference experiment stops. Each ModelVariantConfig describes the infrastructure configuration for deploying the corresponding variant.

', 'UpdateInferenceExperimentRequest$ModelVariants' => '

An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.

', ], ], 'ModelVariantConfigSummary' => [ 'base' => '

Summary of the deployment configuration of a model.

', 'refs' => [ 'ModelVariantConfigSummaryList$member' => NULL, ], ], 'ModelVariantConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceExperimentResponse$ModelVariants' => '

An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.

', ], ], 'ModelVariantName' => [ 'base' => NULL, 'refs' => [ 'ModelVariantActionMap$key' => NULL, 'ModelVariantConfig$VariantName' => '

The name of the variant.

', 'ModelVariantConfigSummary$VariantName' => '

The name of the variant.

', 'ShadowModeConfig$SourceModelVariantName' => '

The name of the production variant, which takes all the inference requests.

', 'ShadowModelVariantConfig$ShadowModelVariantName' => '

The name of the shadow variant.

', ], ], 'ModelVariantStatus' => [ 'base' => NULL, 'refs' => [ 'ModelVariantConfigSummary$Status' => '

The status of deployment for the model variant on the hosted inference endpoint.

  • Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.

  • InService - The model variant is running on the hosted inference endpoint.

  • Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.

  • Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.

  • Deleted - The model variant has been deleted on the hosted inference endpoint. This can only happen after stopping the experiment.

', ], ], 'MonitoringAlertActions' => [ 'base' => '

A list of alert actions taken in response to an alert going into InAlert status.

', 'refs' => [ 'MonitoringAlertSummary$Actions' => '

A list of alert actions taken in response to an alert going into InAlert status.

', ], ], 'MonitoringAlertHistoryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryResponse$MonitoringAlertHistory' => '

An alert history for a model monitoring schedule.

', ], ], 'MonitoringAlertHistorySortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$SortBy' => '

The field used to sort results. The default is CreationTime.

', ], ], 'MonitoringAlertHistorySummary' => [ 'base' => '

Provides summary information of an alert\'s history.

', 'refs' => [ 'MonitoringAlertHistoryList$member' => NULL, ], ], 'MonitoringAlertName' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$MonitoringAlertName' => '

The name of a monitoring alert.

', 'MonitoringAlertHistorySummary$MonitoringAlertName' => '

The name of a monitoring alert.

', 'MonitoringAlertSummary$MonitoringAlertName' => '

The name of a monitoring alert.

', 'UpdateMonitoringAlertRequest$MonitoringAlertName' => '

The name of a monitoring alert.

', 'UpdateMonitoringAlertResponse$MonitoringAlertName' => '

The name of a monitoring alert.

', ], ], 'MonitoringAlertStatus' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertHistoryRequest$StatusEquals' => '

A filter that retrieves only alerts with a specific status.

', 'MonitoringAlertHistorySummary$AlertStatus' => '

The current alert status of an alert.

', 'MonitoringAlertSummary$AlertStatus' => '

The current status of an alert.

', ], ], 'MonitoringAlertSummary' => [ 'base' => '

Provides summary information about a monitor alert.

', 'refs' => [ 'MonitoringAlertSummaryList$member' => NULL, ], ], 'MonitoringAlertSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringAlertsResponse$MonitoringAlertSummaries' => '

A JSON array where each element is a summary for a monitoring alert.

', 'ModelDashboardMonitoringSchedule$MonitoringAlertSummaries' => '

A JSON array where each element is a summary for a monitoring alert.

', ], ], 'MonitoringAppSpecification' => [ 'base' => '

Container image configuration object for the monitoring job.

', 'refs' => [ 'MonitoringJobDefinition$MonitoringAppSpecification' => '

Configures the monitoring job to run a specified Docker container image.

', ], ], 'MonitoringBaselineConfig' => [ 'base' => '

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

', 'refs' => [ 'MonitoringJobDefinition$BaselineConfig' => '

Baseline configuration used to validate that the data conforms to the specified constraints and statistics

', ], ], 'MonitoringClusterConfig' => [ 'base' => '

Configuration for the cluster used to run model monitoring jobs.

', 'refs' => [ 'MonitoringResources$ClusterConfig' => '

The configuration for the cluster resources used to run the processing job.

', ], ], 'MonitoringConstraintsResource' => [ 'base' => '

The constraints resource for a monitoring job.

', 'refs' => [ 'DataQualityBaselineConfig$ConstraintsResource' => NULL, 'ModelBiasBaselineConfig$ConstraintsResource' => NULL, 'ModelExplainabilityBaselineConfig$ConstraintsResource' => NULL, 'ModelQualityBaselineConfig$ConstraintsResource' => NULL, 'MonitoringBaselineConfig$ConstraintsResource' => '

The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

', ], ], 'MonitoringContainerArguments' => [ 'base' => NULL, 'refs' => [ 'DataQualityAppSpecification$ContainerArguments' => '

The arguments to send to the container that the monitoring job runs.

', 'ModelQualityAppSpecification$ContainerArguments' => '

An array of arguments for the container used to run the monitoring job.

', 'MonitoringAppSpecification$ContainerArguments' => '

An array of arguments for the container used to run the monitoring job.

', ], ], 'MonitoringCsvDatasetFormat' => [ 'base' => '

Represents the CSV dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Csv' => '

The CSV dataset used in the monitoring job.

', ], ], 'MonitoringDatapointsToAlert' => [ 'base' => NULL, 'refs' => [ 'MonitoringAlertSummary$DatapointsToAlert' => '

Within EvaluationPeriod, how many execution failures will raise an alert.

', 'UpdateMonitoringAlertRequest$DatapointsToAlert' => '

Within EvaluationPeriod, how many execution failures will raise an alert.

', ], ], 'MonitoringDatasetFormat' => [ 'base' => '

Represents the dataset format used when running a monitoring job.

', 'refs' => [ 'BatchTransformInput$DatasetFormat' => '

The dataset format for your batch transform job.

', ], ], 'MonitoringEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'DataQualityAppSpecification$Environment' => '

Sets the environment variables in the container that the monitoring job runs.

', 'ModelBiasAppSpecification$Environment' => '

Sets the environment variables in the Docker container.

', 'ModelExplainabilityAppSpecification$Environment' => '

Sets the environment variables in the Docker container.

', 'ModelQualityAppSpecification$Environment' => '

Sets the environment variables in the container that the monitoring job runs.

', 'MonitoringJobDefinition$Environment' => '

Sets the environment variables in the Docker container.

', ], ], 'MonitoringEvaluationPeriod' => [ 'base' => NULL, 'refs' => [ 'MonitoringAlertSummary$EvaluationPeriod' => '

The number of most recent monitoring executions to consider when evaluating alert status.

', 'UpdateMonitoringAlertRequest$EvaluationPeriod' => '

The number of most recent monitoring executions to consider when evaluating alert status.

', ], ], 'MonitoringExecutionSortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsRequest$SortBy' => '

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

', ], ], 'MonitoringExecutionSummary' => [ 'base' => '

Summary of information about the last monitoring job to run.

', 'refs' => [ 'DescribeMonitoringScheduleResponse$LastMonitoringExecutionSummary' => '

Describes metadata on the last execution to run, if there was one.

', 'ModelDashboardMonitoringSchedule$LastMonitoringExecutionSummary' => NULL, 'MonitoringExecutionSummaryList$member' => NULL, 'MonitoringSchedule$LastMonitoringExecutionSummary' => NULL, ], ], 'MonitoringExecutionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringExecutionsResponse$MonitoringExecutionSummaries' => '

A JSON array in which each element is a summary for a monitoring execution.

', ], ], 'MonitoringGroundTruthS3Input' => [ 'base' => '

The ground truth labels for the dataset used for the monitoring job.

', 'refs' => [ 'ModelBiasJobInput$GroundTruthS3Input' => '

Location of ground truth labels to use in model bias job.

', 'ModelQualityJobInput$GroundTruthS3Input' => '

The ground truth label provided for the model.

', ], ], 'MonitoringInput' => [ 'base' => '

The inputs for a monitoring job.

', 'refs' => [ 'MonitoringInputs$member' => NULL, ], ], 'MonitoringInputs' => [ 'base' => NULL, 'refs' => [ 'MonitoringJobDefinition$MonitoringInputs' => '

The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.

', ], ], 'MonitoringJobDefinition' => [ 'base' => '

Defines the monitoring job.

', 'refs' => [ 'MonitoringScheduleConfig$MonitoringJobDefinition' => '

Defines the monitoring job.

', ], ], 'MonitoringJobDefinitionArn' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the job definition.

', 'CreateModelBiasJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model bias job.

', 'CreateModelExplainabilityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model explainability job.

', 'CreateModelQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model quality monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the data quality monitoring job definition.

', 'DescribeModelBiasJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model bias job.

', 'DescribeModelExplainabilityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model explainability job.

', 'DescribeModelQualityJobDefinitionResponse$JobDefinitionArn' => '

The Amazon Resource Name (ARN) of the model quality job.

', 'MonitoringJobDefinitionSummary$MonitoringJobDefinitionArn' => '

The Amazon Resource Name (ARN) of the monitoring job.

', ], ], 'MonitoringJobDefinitionName' => [ 'base' => NULL, 'refs' => [ 'CreateDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name for the monitoring job definition.

', 'CreateModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'CreateModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'CreateModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the monitoring job definition.

', 'DeleteDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the data quality monitoring job definition to delete.

', 'DeleteModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the model bias job definition to delete.

', 'DeleteModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition to delete.

', 'DeleteModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the model quality monitoring job definition to delete.

', 'DescribeDataQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the data quality monitoring job definition to describe.

', 'DescribeDataQualityJobDefinitionResponse$JobDefinitionName' => '

The name of the data quality monitoring job definition.

', 'DescribeModelBiasJobDefinitionRequest$JobDefinitionName' => '

The name of the model bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelBiasJobDefinitionResponse$JobDefinitionName' => '

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelExplainabilityJobDefinitionRequest$JobDefinitionName' => '

The name of the model explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelExplainabilityJobDefinitionResponse$JobDefinitionName' => '

The name of the explainability job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelQualityJobDefinitionRequest$JobDefinitionName' => '

The name of the model quality job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeModelQualityJobDefinitionResponse$JobDefinitionName' => '

The name of the quality job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'ListMonitoringExecutionsRequest$MonitoringJobDefinitionName' => '

Gets a list of the monitoring job runs of the specified monitoring job definitions.

', 'ListMonitoringSchedulesRequest$MonitoringJobDefinitionName' => '

Gets a list of the monitoring schedules for the specified monitoring job definition.

', 'MonitoringExecutionSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job.

', 'MonitoringJobDefinitionSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job.

', 'MonitoringScheduleConfig$MonitoringJobDefinitionName' => '

The name of the monitoring job definition to schedule.

', 'MonitoringScheduleSummary$MonitoringJobDefinitionName' => '

The name of the monitoring job definition that the schedule is for.

', ], ], 'MonitoringJobDefinitionSortKey' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityJobDefinitionsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListModelBiasJobDefinitionsRequest$SortBy' => '

Whether to sort results by the Name or CreationTime field. The default is CreationTime.

', 'ListModelExplainabilityJobDefinitionsRequest$SortBy' => '

Whether to sort results by the Name or CreationTime field. The default is CreationTime.

', 'ListModelQualityJobDefinitionsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'MonitoringJobDefinitionSummary' => [ 'base' => '

Summary information about a monitoring job.

', 'refs' => [ 'MonitoringJobDefinitionSummaryList$member' => NULL, ], ], 'MonitoringJobDefinitionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityJobDefinitionsResponse$JobDefinitionSummaries' => '

A list of data quality monitoring job definitions.

', 'ListModelBiasJobDefinitionsResponse$JobDefinitionSummaries' => '

A JSON array in which each element is a summary for a model bias jobs.

', 'ListModelExplainabilityJobDefinitionsResponse$JobDefinitionSummaries' => '

A JSON array in which each element is a summary for a explainability bias jobs.

', 'ListModelQualityJobDefinitionsResponse$JobDefinitionSummaries' => '

A list of summaries of model quality monitoring job definitions.

', ], ], 'MonitoringJsonDatasetFormat' => [ 'base' => '

Represents the JSON dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Json' => '

The JSON dataset used in the monitoring job

', ], ], 'MonitoringMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'MonitoringStoppingCondition$MaxRuntimeInSeconds' => '

The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

', ], ], 'MonitoringNetworkConfig' => [ 'base' => '

The networking configuration for the monitoring job.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$NetworkConfig' => '

Specifies networking configuration for the monitoring job.

', 'CreateModelBiasJobDefinitionRequest$NetworkConfig' => '

Networking options for a model bias job.

', 'CreateModelExplainabilityJobDefinitionRequest$NetworkConfig' => '

Networking options for a model explainability job.

', 'CreateModelQualityJobDefinitionRequest$NetworkConfig' => '

Specifies the network configuration for the monitoring job.

', 'DescribeDataQualityJobDefinitionResponse$NetworkConfig' => '

The networking configuration for the data quality monitoring job.

', 'DescribeModelBiasJobDefinitionResponse$NetworkConfig' => '

Networking options for a model bias job.

', 'DescribeModelExplainabilityJobDefinitionResponse$NetworkConfig' => '

Networking options for a model explainability job.

', 'DescribeModelQualityJobDefinitionResponse$NetworkConfig' => '

Networking options for a model quality job.

', ], ], 'MonitoringOutput' => [ 'base' => '

The output object for a monitoring job.

', 'refs' => [ 'MonitoringOutputs$member' => NULL, ], ], 'MonitoringOutputConfig' => [ 'base' => '

The output configuration for monitoring jobs.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$DataQualityJobOutputConfig' => NULL, 'CreateModelBiasJobDefinitionRequest$ModelBiasJobOutputConfig' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$ModelExplainabilityJobOutputConfig' => NULL, 'CreateModelQualityJobDefinitionRequest$ModelQualityJobOutputConfig' => NULL, 'DescribeDataQualityJobDefinitionResponse$DataQualityJobOutputConfig' => NULL, 'DescribeModelBiasJobDefinitionResponse$ModelBiasJobOutputConfig' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$ModelExplainabilityJobOutputConfig' => NULL, 'DescribeModelQualityJobDefinitionResponse$ModelQualityJobOutputConfig' => NULL, 'MonitoringJobDefinition$MonitoringOutputConfig' => '

The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).

', ], ], 'MonitoringOutputs' => [ 'base' => NULL, 'refs' => [ 'MonitoringOutputConfig$MonitoringOutputs' => '

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

', ], ], 'MonitoringParquetDatasetFormat' => [ 'base' => '

Represents the Parquet dataset format used when running a monitoring job.

', 'refs' => [ 'MonitoringDatasetFormat$Parquet' => '

The Parquet dataset used in the monitoring job

', ], ], 'MonitoringProblemType' => [ 'base' => NULL, 'refs' => [ 'ModelQualityAppSpecification$ProblemType' => '

The machine learning problem type of the model that the monitoring job monitors.

', ], ], 'MonitoringResources' => [ 'base' => '

Identifies the resources to deploy for a monitoring job.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$JobResources' => NULL, 'CreateModelBiasJobDefinitionRequest$JobResources' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$JobResources' => NULL, 'CreateModelQualityJobDefinitionRequest$JobResources' => NULL, 'DescribeDataQualityJobDefinitionResponse$JobResources' => NULL, 'DescribeModelBiasJobDefinitionResponse$JobResources' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$JobResources' => NULL, 'DescribeModelQualityJobDefinitionResponse$JobResources' => NULL, 'MonitoringJobDefinition$MonitoringResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.

', ], ], 'MonitoringS3Output' => [ 'base' => '

Information about where and how you want to store the results of a monitoring job.

', 'refs' => [ 'MonitoringOutput$S3Output' => '

The Amazon S3 storage location where the results of a monitoring job are saved.

', ], ], 'MonitoringS3Uri' => [ 'base' => NULL, 'refs' => [ 'MonitoringGroundTruthS3Input$S3Uri' => '

The address of the Amazon S3 location of the ground truth labels.

', 'MonitoringS3Output$S3Uri' => '

A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

', ], ], 'MonitoringSchedule' => [ 'base' => '

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

', 'refs' => [ 'MonitoringScheduleList$member' => NULL, ], ], 'MonitoringScheduleArn' => [ 'base' => NULL, 'refs' => [ 'CreateMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'DescribeProcessingJobResponse$MonitoringScheduleArn' => '

The ARN of a monitoring schedule for an endpoint associated with this processing job.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of a monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'MonitoringScheduleSummary$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'ProcessingJob$MonitoringScheduleArn' => '

The ARN of a monitoring schedule for an endpoint associated with this processing job.

', 'UpdateMonitoringAlertResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', 'UpdateMonitoringScheduleResponse$MonitoringScheduleArn' => '

The Amazon Resource Name (ARN) of the monitoring schedule.

', ], ], 'MonitoringScheduleConfig' => [ 'base' => '

Configures the monitoring schedule and defines the monitoring job.

', 'refs' => [ 'CreateMonitoringScheduleRequest$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleConfig' => NULL, 'MonitoringSchedule$MonitoringScheduleConfig' => NULL, 'UpdateMonitoringScheduleRequest$MonitoringScheduleConfig' => '

The configuration object that specifies the monitoring schedule and defines the monitoring job.

', ], ], 'MonitoringScheduleList' => [ 'base' => NULL, 'refs' => [ 'Endpoint$MonitoringSchedules' => '

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

', ], ], 'MonitoringScheduleName' => [ 'base' => NULL, 'refs' => [ 'CreateMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

', 'DeleteMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule to delete.

', 'DescribeMonitoringScheduleRequest$MonitoringScheduleName' => '

Name of a previously created monitoring schedule.

', 'DescribeMonitoringScheduleResponse$MonitoringScheduleName' => '

Name of the monitoring schedule.

', 'ListMonitoringAlertHistoryRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'ListMonitoringAlertsRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'ListMonitoringExecutionsRequest$MonitoringScheduleName' => '

Name of a specific schedule to fetch jobs for.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'MonitoringAlertHistorySummary$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'MonitoringExecutionSummary$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'MonitoringScheduleSummary$MonitoringScheduleName' => '

The name of the monitoring schedule.

', 'StartMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the schedule to start.

', 'StopMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the schedule to stop.

', 'UpdateMonitoringAlertRequest$MonitoringScheduleName' => '

The name of a monitoring schedule.

', 'UpdateMonitoringScheduleRequest$MonitoringScheduleName' => '

The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.

', ], ], 'MonitoringScheduleSortKey' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringSchedulesRequest$SortBy' => '

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

', ], ], 'MonitoringScheduleSummary' => [ 'base' => '

Summarizes the monitoring schedule.

', 'refs' => [ 'MonitoringScheduleSummaryList$member' => NULL, ], ], 'MonitoringScheduleSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListMonitoringSchedulesResponse$MonitoringScheduleSummaries' => '

A JSON array in which each element is a summary for a monitoring schedule.

', ], ], 'MonitoringStatisticsResource' => [ 'base' => '

The statistics resource for a monitoring job.

', 'refs' => [ 'DataQualityBaselineConfig$StatisticsResource' => NULL, 'MonitoringBaselineConfig$StatisticsResource' => '

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

', ], ], 'MonitoringStoppingCondition' => [ 'base' => '

A time limit for how long the monitoring job is allowed to run before stopping.

', 'refs' => [ 'CreateDataQualityJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelBiasJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelExplainabilityJobDefinitionRequest$StoppingCondition' => NULL, 'CreateModelQualityJobDefinitionRequest$StoppingCondition' => NULL, 'DescribeDataQualityJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelBiasJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelExplainabilityJobDefinitionResponse$StoppingCondition' => NULL, 'DescribeModelQualityJobDefinitionResponse$StoppingCondition' => NULL, 'MonitoringJobDefinition$StoppingCondition' => '

Specifies a time limit for how long the monitoring job is allowed to run.

', ], ], 'MonitoringTimeOffsetString' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$StartTimeOffset' => '

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'BatchTransformInput$EndTimeOffset' => '

If specified, monitoring jobs subtract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'EndpointInput$StartTimeOffset' => '

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', 'EndpointInput$EndTimeOffset' => '

If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

', ], ], 'MonitoringType' => [ 'base' => NULL, 'refs' => [ 'DescribeMonitoringScheduleResponse$MonitoringType' => '

The type of the monitoring job that this schedule runs. This is one of the following values.

  • DATA_QUALITY - The schedule is for a data quality monitoring job.

  • MODEL_QUALITY - The schedule is for a model quality monitoring job.

  • MODEL_BIAS - The schedule is for a bias monitoring job.

  • MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.

', 'ListMonitoringExecutionsRequest$MonitoringTypeEquals' => '

A filter that returns only the monitoring job runs of the specified monitoring type.

', 'ListMonitoringSchedulesRequest$MonitoringTypeEquals' => '

A filter that returns only the monitoring schedules for the specified monitoring type.

', 'ModelDashboardMonitoringSchedule$MonitoringType' => '

The monitor type of a model monitor.

', 'MonitoringExecutionSummary$MonitoringType' => '

The type of the monitoring job.

', 'MonitoringSchedule$MonitoringType' => '

The type of the monitoring job definition to schedule.

', 'MonitoringScheduleConfig$MonitoringType' => '

The type of the monitoring job definition to schedule.

', 'MonitoringScheduleSummary$MonitoringType' => '

The type of the monitoring job definition that the schedule is for.

', ], ], 'MountPath' => [ 'base' => NULL, 'refs' => [ 'FileSystemConfig$MountPath' => '

The path within the image to mount the user\'s EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

', ], ], 'MultiModelConfig' => [ 'base' => '

Specifies additional configuration for hosting multi-model endpoints.

', 'refs' => [ 'ContainerDefinition$MultiModelConfig' => '

Specifies additional configuration for multi-model endpoints.

', ], ], 'NameContains' => [ 'base' => NULL, 'refs' => [ 'ListAlgorithmsInput$NameContains' => '

A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

', 'ListCompilationJobsRequest$NameContains' => '

A filter that returns the model compilation jobs whose name contains a specified string.

', 'ListDataQualityJobDefinitionsRequest$NameContains' => '

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

', 'ListDeviceFleetsRequest$NameContains' => '

Filter for fleets containing this name in their fleet device name.

', 'ListEdgeDeploymentPlansRequest$NameContains' => '

Selects edge deployment plans with names containing this name.

', 'ListEdgeDeploymentPlansRequest$DeviceFleetNameContains' => '

Selects edge deployment plans with a device fleet name containing this name.

', 'ListEdgePackagingJobsRequest$NameContains' => '

Filter for jobs containing this name in their packaging job name.

', 'ListEdgePackagingJobsRequest$ModelNameContains' => '

Filter for jobs where the model name contains this string.

', 'ListHubContentsRequest$NameContains' => '

Only list hub content if the name contains the specified string.

', 'ListHubsRequest$NameContains' => '

Only list hubs with names that contain the specified string.

', 'ListHyperParameterTuningJobsRequest$NameContains' => '

A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.

', 'ListInferenceExperimentsRequest$NameContains' => '

Selects inference experiments whose names contain this name.

', 'ListInferenceRecommendationsJobsRequest$NameContains' => '

A string in the job name. This filter returns only recommendations whose name contains the specified string.

', 'ListLabelingJobsRequest$NameContains' => '

A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.

', 'ListModelBiasJobDefinitionsRequest$NameContains' => '

Filter for model bias jobs whose name contains a specified string.

', 'ListModelExplainabilityJobDefinitionsRequest$NameContains' => '

Filter for model explainability jobs whose name contains a specified string.

', 'ListModelPackageGroupsInput$NameContains' => '

A string in the model group name. This filter returns only model groups whose name contains the specified string.

', 'ListModelPackagesInput$NameContains' => '

A string in the model package name. This filter returns only model packages whose name contains the specified string.

', 'ListModelQualityJobDefinitionsRequest$NameContains' => '

A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.

', 'ListMonitoringSchedulesRequest$NameContains' => '

Filter for monitoring schedules whose name contains a specified string.

', 'ListTrainingJobsRequest$NameContains' => '

A string in the training job name. This filter returns only training jobs whose name contains the specified string.

', 'ListTransformJobsRequest$NameContains' => '

A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.

', ], ], 'NeoVpcConfig' => [ 'base' => '

The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.

', 'refs' => [ 'CreateCompilationJobRequest$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

', 'DescribeCompilationJobResponse$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.

', ], ], 'NeoVpcSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'NeoVpcSecurityGroupIds$member' => NULL, ], ], 'NeoVpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'NeoVpcConfig$SecurityGroupIds' => '

The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'NeoVpcSubnetId' => [ 'base' => NULL, 'refs' => [ 'NeoVpcSubnets$member' => NULL, ], ], 'NeoVpcSubnets' => [ 'base' => NULL, 'refs' => [ 'NeoVpcConfig$Subnets' => '

The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

', ], ], 'NestedFilters' => [ 'base' => '

A list of nested Filter objects. A resource must satisfy the conditions of all filters to be included in the results returned from the Search API.

For example, to filter on a training job\'s InputDataConfig property with a specific channel name and S3Uri prefix, define the following filters:

  • \'{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}\',

  • \'{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"}\'

', 'refs' => [ 'NestedFiltersList$member' => NULL, ], ], 'NestedFiltersList' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$NestedFilters' => '

A list of nested filter objects.

', ], ], 'NetworkConfig' => [ 'base' => '

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

', 'refs' => [ 'CreateProcessingJobRequest$NetworkConfig' => '

Networking options for a processing job, such as whether to allow inbound and outbound network calls to and from processing containers, and the VPC subnets and security groups to use for VPC-enabled processing jobs.

', 'DescribeProcessingJobResponse$NetworkConfig' => '

Networking options for a processing job.

', 'MonitoringJobDefinition$NetworkConfig' => '

Specifies networking options for an monitoring job.

', 'ProcessingJob$NetworkConfig' => NULL, ], ], 'NetworkInterfaceId' => [ 'base' => NULL, 'refs' => [ 'DescribeNotebookInstanceOutput$NetworkInterfaceId' => '

The network interface IDs that SageMaker created at the time of creating the instance.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceRequest$NextToken' => '

Next token of device description.

', 'DescribeDeviceResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'DescribeEdgeDeploymentPlanRequest$NextToken' => '

If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.

', 'DescribeEdgeDeploymentPlanResponse$NextToken' => '

Token to use when calling the next set of stages in the edge deployment plan.

', 'DescribeFeatureGroupRequest$NextToken' => '

A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

', 'DescribeFeatureGroupResponse$NextToken' => '

A token to resume pagination of the list of Features (FeatureDefinitions).

', 'ListActionsRequest$NextToken' => '

If the previous call to ListActions didn\'t return the full set of actions, the call returns a token for getting the next set of actions.

', 'ListActionsResponse$NextToken' => '

A token for getting the next set of actions, if there are any.

', 'ListAlgorithmsInput$NextToken' => '

If the response to a previous ListAlgorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.

', 'ListAlgorithmsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListAliasesRequest$NextToken' => '

If the previous call to ListAliases didn\'t return the full set of aliases, the call returns a token for retrieving the next set of aliases.

', 'ListAliasesResponse$NextToken' => '

A token for getting the next set of aliases, if more aliases exist.

', 'ListAppImageConfigsRequest$NextToken' => '

If the previous call to ListImages didn\'t return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

', 'ListAppImageConfigsResponse$NextToken' => '

A token for getting the next set of AppImageConfigs, if there are any.

', 'ListAppsRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListAppsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListArtifactsRequest$NextToken' => '

If the previous call to ListArtifacts didn\'t return the full set of artifacts, the call returns a token for getting the next set of artifacts.

', 'ListArtifactsResponse$NextToken' => '

A token for getting the next set of artifacts, if there are any.

', 'ListAssociationsRequest$NextToken' => '

If the previous call to ListAssociations didn\'t return the full set of associations, the call returns a token for getting the next set of associations.

', 'ListAssociationsResponse$NextToken' => '

A token for getting the next set of associations, if there are any.

', 'ListAutoMLJobsRequest$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListAutoMLJobsResponse$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCandidatesForAutoMLJobRequest$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCandidatesForAutoMLJobResponse$NextToken' => '

If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

', 'ListCodeRepositoriesInput$NextToken' => '

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

', 'ListCodeRepositoriesOutput$NextToken' => '

If the result of a ListCodeRepositoriesOutput request was truncated, the response includes a NextToken. To get the next set of Git repositories, use the token in the next request.

', 'ListCompilationJobsRequest$NextToken' => '

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

', 'ListCompilationJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this NextToken. To retrieve the next set of model compilation jobs, use this token in the next request.

', 'ListContextsRequest$NextToken' => '

If the previous call to ListContexts didn\'t return the full set of contexts, the call returns a token for getting the next set of contexts.

', 'ListContextsResponse$NextToken' => '

A token for getting the next set of contexts, if there are any.

', 'ListDataQualityJobDefinitionsRequest$NextToken' => '

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

', 'ListDataQualityJobDefinitionsResponse$NextToken' => '

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.

', 'ListDeviceFleetsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDeviceFleetsResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDevicesRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDevicesResponse$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListDomainsRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListDomainsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListEdgeDeploymentPlansRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListEdgeDeploymentPlansResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListEdgePackagingJobsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListEdgePackagingJobsResponse$NextToken' => '

Token to use when calling the next page of results.

', 'ListExperimentsRequest$NextToken' => '

If the previous call to ListExperiments didn\'t return the full set of experiments, the call returns a token for getting the next set of experiments.

', 'ListExperimentsResponse$NextToken' => '

A token for getting the next set of experiments, if there are any.

', 'ListFeatureGroupsRequest$NextToken' => '

A token to resume pagination of ListFeatureGroups results.

', 'ListFeatureGroupsResponse$NextToken' => '

A token to resume pagination of ListFeatureGroups results.

', 'ListFlowDefinitionsRequest$NextToken' => '

A token to resume pagination.

', 'ListFlowDefinitionsResponse$NextToken' => '

A token to resume pagination.

', 'ListHubContentVersionsRequest$NextToken' => '

If the response to a previous ListHubContentVersions request was truncated, the response includes a NextToken. To retrieve the next set of hub content versions, use the token in the next request.

', 'ListHubContentVersionsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.

', 'ListHubContentsRequest$NextToken' => '

If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.

', 'ListHubContentsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content, use it in the subsequent request.

', 'ListHubsRequest$NextToken' => '

If the response to a previous ListHubs request was truncated, the response includes a NextToken. To retrieve the next set of hubs, use the token in the next request.

', 'ListHubsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of hubs, use it in the subsequent request.

', 'ListHumanTaskUisRequest$NextToken' => '

A token to resume pagination.

', 'ListHumanTaskUisResponse$NextToken' => '

A token to resume pagination.

', 'ListHyperParameterTuningJobsRequest$NextToken' => '

If the result of the previous ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

', 'ListHyperParameterTuningJobsResponse$NextToken' => '

If the result of this ListHyperParameterTuningJobs request was truncated, the response includes a NextToken. To retrieve the next set of tuning jobs, use the token in the next request.

', 'ListImageVersionsRequest$NextToken' => '

If the previous call to ListImageVersions didn\'t return the full set of versions, the call returns a token for getting the next set of versions.

', 'ListImageVersionsResponse$NextToken' => '

A token for getting the next set of versions, if there are any.

', 'ListImagesRequest$NextToken' => '

If the previous call to ListImages didn\'t return the full set of images, the call returns a token for getting the next set of images.

', 'ListImagesResponse$NextToken' => '

A token for getting the next set of images, if there are any.

', 'ListInferenceExperimentsRequest$NextToken' => '

The response from the last list when returning a list large enough to need tokening.

', 'ListInferenceExperimentsResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListInferenceRecommendationsJobStepsRequest$NextToken' => '

A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

', 'ListInferenceRecommendationsJobStepsResponse$NextToken' => '

A token that you can specify in your next request to return more results from the list.

', 'ListInferenceRecommendationsJobsRequest$NextToken' => '

If the response to a previous ListInferenceRecommendationsJobsRequest request was truncated, the response includes a NextToken. To retrieve the next set of recommendations, use the token in the next request.

', 'ListInferenceRecommendationsJobsResponse$NextToken' => '

A token for getting the next set of recommendations, if there are any.

', 'ListLabelingJobsForWorkteamRequest$NextToken' => '

If the result of the previous ListLabelingJobsForWorkteam request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListLabelingJobsForWorkteamResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

', 'ListLabelingJobsRequest$NextToken' => '

If the result of the previous ListLabelingJobs request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListLabelingJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.

', 'ListLineageGroupsRequest$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListLineageGroupsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

', 'ListModelBiasJobDefinitionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListModelBiasJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListModelCardExportJobsRequest$NextToken' => '

If the response to a previous ListModelCardExportJobs request was truncated, the response includes a NextToken. To retrieve the next set of model card export jobs, use the token in the next request.

', 'ListModelCardExportJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.

', 'ListModelCardVersionsRequest$NextToken' => '

If the response to a previous ListModelCardVersions request was truncated, the response includes a NextToken. To retrieve the next set of model card versions, use the token in the next request.

', 'ListModelCardVersionsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.

', 'ListModelCardsRequest$NextToken' => '

If the response to a previous ListModelCards request was truncated, the response includes a NextToken. To retrieve the next set of model cards, use the token in the next request.

', 'ListModelCardsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.

', 'ListModelExplainabilityJobDefinitionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListModelExplainabilityJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListModelMetadataRequest$NextToken' => '

If the response to a previous ListModelMetadataResponse request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.

', 'ListModelMetadataResponse$NextToken' => '

A token for getting the next set of recommendations, if there are any.

', 'ListModelPackageGroupsInput$NextToken' => '

If the result of the previous ListModelPackageGroups request was truncated, the response includes a NextToken. To retrieve the next set of model groups, use the token in the next request.

', 'ListModelPackageGroupsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.

', 'ListModelPackagesInput$NextToken' => '

If the response to a previous ListModelPackages request was truncated, the response includes a NextToken. To retrieve the next set of model packages, use the token in the next request.

', 'ListModelPackagesOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.

', 'ListModelQualityJobDefinitionsRequest$NextToken' => '

If the result of the previous ListModelQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.

', 'ListModelQualityJobDefinitionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.

', 'ListMonitoringAlertHistoryRequest$NextToken' => '

If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

', 'ListMonitoringAlertHistoryResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

', 'ListMonitoringAlertsRequest$NextToken' => '

If the result of the previous ListMonitoringAlerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

', 'ListMonitoringAlertsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

', 'ListMonitoringExecutionsRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListMonitoringExecutionsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques

', 'ListMonitoringSchedulesRequest$NextToken' => '

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

', 'ListMonitoringSchedulesResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

', 'ListNotebookInstanceLifecycleConfigsInput$NextToken' => '

If the result of a ListNotebookInstanceLifecycleConfigs request was truncated, the response includes a NextToken. To get the next set of lifecycle configurations, use the token in the next request.

', 'ListNotebookInstanceLifecycleConfigsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To get the next set of lifecycle configurations, use it in the next request.

', 'ListNotebookInstancesInput$NextToken' => '

If the previous call to the ListNotebookInstances is truncated, the response includes a NextToken. You can use this token in your subsequent ListNotebookInstances request to fetch the next set of notebook instances.

You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request.

', 'ListNotebookInstancesOutput$NextToken' => '

If the response to the previous ListNotebookInstances request was truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use the token in the next request.

', 'ListPipelineExecutionStepsRequest$NextToken' => '

If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

', 'ListPipelineExecutionStepsResponse$NextToken' => '

If the result of the previous ListPipelineExecutionSteps request was truncated, the response includes a NextToken. To retrieve the next set of pipeline execution steps, use the token in the next request.

', 'ListPipelineExecutionsRequest$NextToken' => '

If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

', 'ListPipelineExecutionsResponse$NextToken' => '

If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

', 'ListPipelineParametersForExecutionRequest$NextToken' => '

If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

', 'ListPipelineParametersForExecutionResponse$NextToken' => '

If the result of the previous ListPipelineParametersForExecution request was truncated, the response includes a NextToken. To retrieve the next set of parameters, use the token in the next request.

', 'ListPipelinesRequest$NextToken' => '

If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

', 'ListPipelinesResponse$NextToken' => '

If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

', 'ListProcessingJobsRequest$NextToken' => '

If the result of the previous ListProcessingJobs request was truncated, the response includes a NextToken. To retrieve the next set of processing jobs, use the token in the next request.

', 'ListProcessingJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.

', 'ListProjectsInput$NextToken' => '

If the result of the previous ListProjects request was truncated, the response includes a NextToken. To retrieve the next set of projects, use the token in the next request.

', 'ListProjectsOutput$NextToken' => '

If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.

', 'ListResourceCatalogsRequest$NextToken' => '

A token to resume pagination of ListResourceCatalogs results.

', 'ListResourceCatalogsResponse$NextToken' => '

A token to resume pagination of ListResourceCatalogs results.

', 'ListSpacesRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListSpacesResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListStageDevicesRequest$NextToken' => '

The response from the last list when returning a list large enough to neeed tokening.

', 'ListStageDevicesResponse$NextToken' => '

The token to use when calling the next page of results.

', 'ListStudioLifecycleConfigsRequest$NextToken' => '

If the previous call to ListStudioLifecycleConfigs didn\'t return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.

', 'ListStudioLifecycleConfigsResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListSubscribedWorkteamsRequest$NextToken' => '

If the result of the previous ListSubscribedWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListSubscribedWorkteamsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

', 'ListTagsInput$NextToken' => '

If the response to the previous ListTags request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request.

', 'ListTagsOutput$NextToken' => '

If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$NextToken' => '

If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsForHyperParameterTuningJobResponse$NextToken' => '

If the result of this ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsRequest$NextToken' => '

If the result of the previous ListTrainingJobs request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.

', 'ListTrainingJobsResponse$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

', 'ListTransformJobsRequest$NextToken' => '

If the result of the previous ListTransformJobs request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.

', 'ListTransformJobsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.

', 'ListTrialComponentsRequest$NextToken' => '

If the previous call to ListTrialComponents didn\'t return the full set of components, the call returns a token for getting the next set of components.

', 'ListTrialComponentsResponse$NextToken' => '

A token for getting the next set of components, if there are any.

', 'ListTrialsRequest$NextToken' => '

If the previous call to ListTrials didn\'t return the full set of trials, the call returns a token for getting the next set of trials.

', 'ListTrialsResponse$NextToken' => '

A token for getting the next set of trials, if there are any.

', 'ListUserProfilesRequest$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListUserProfilesResponse$NextToken' => '

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

', 'ListWorkforcesRequest$NextToken' => '

A token to resume pagination.

', 'ListWorkforcesResponse$NextToken' => '

A token to resume pagination.

', 'ListWorkteamsRequest$NextToken' => '

If the result of the previous ListWorkteams request was truncated, the response includes a NextToken. To retrieve the next set of labeling jobs, use the token in the next request.

', 'ListWorkteamsResponse$NextToken' => '

If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.

', 'SearchRequest$NextToken' => '

If more than MaxResults resources match the specified SearchExpression, the response includes a NextToken. The NextToken can be passed to the next SearchRequest to continue retrieving results.

', 'SearchResponse$NextToken' => '

If the result of the previous Search request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.

', ], ], 'NotebookInstanceAcceleratorType' => [ 'base' => NULL, 'refs' => [ 'NotebookInstanceAcceleratorTypes$member' => NULL, ], ], 'NotebookInstanceAcceleratorTypes' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$AcceleratorTypes' => '

A list of Elastic Inference (EI) instance types to associate with this notebook instance. Currently, only one instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'DescribeNotebookInstanceOutput$AcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types associated with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'UpdateNotebookInstanceInput$AcceleratorTypes' => '

A list of the Elastic Inference (EI) instance types to associate with this notebook instance. Currently only one EI instance type can be associated with a notebook instance. For more information, see Using Elastic Inference in Amazon SageMaker.

', ], ], 'NotebookInstanceArn' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceOutput$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', 'DescribeNotebookInstanceOutput$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', 'NotebookInstanceSummary$NotebookInstanceArn' => '

The Amazon Resource Name (ARN) of the notebook instance.

', ], ], 'NotebookInstanceLifecycleConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn' => '

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

', 'DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigArn' => '

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

', 'NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigArn' => '

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

', ], ], 'NotebookInstanceLifecycleConfigContent' => [ 'base' => NULL, 'refs' => [ 'NotebookInstanceLifecycleHook$Content' => '

A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleConfigList' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceLifecycleConfigInput$OnCreate' => '

A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

', 'CreateNotebookInstanceLifecycleConfigInput$OnStart' => '

A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

', 'DescribeNotebookInstanceLifecycleConfigOutput$OnCreate' => '

The shell script that runs only once, when you create a notebook instance.

', 'DescribeNotebookInstanceLifecycleConfigOutput$OnStart' => '

The shell script that runs every time you start a notebook instance, including when you create the notebook instance.

', 'UpdateNotebookInstanceLifecycleConfigInput$OnCreate' => '

The shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.

', 'UpdateNotebookInstanceLifecycleConfigInput$OnStart' => '

The shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.

', ], ], 'NotebookInstanceLifecycleConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$LifecycleConfigName' => '

The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'CreateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'DeleteNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration to delete.

', 'DescribeNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration to describe.

', 'DescribeNotebookInstanceLifecycleConfigOutput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'DescribeNotebookInstanceOutput$NotebookInstanceLifecycleConfigName' => '

Returns the name of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance

', 'ListNotebookInstancesInput$NotebookInstanceLifecycleConfigNameContains' => '

A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.

', 'NotebookInstanceLifecycleConfigSummary$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', 'NotebookInstanceSummary$NotebookInstanceLifecycleConfigName' => '

The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'UpdateNotebookInstanceInput$LifecycleConfigName' => '

The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'UpdateNotebookInstanceLifecycleConfigInput$NotebookInstanceLifecycleConfigName' => '

The name of the lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleConfigNameContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$NameContains' => '

A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.

', ], ], 'NotebookInstanceLifecycleConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$SortBy' => '

Sorts the list of results. The default is CreationTime.

', ], ], 'NotebookInstanceLifecycleConfigSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsInput$SortOrder' => '

The sort order for results.

', ], ], 'NotebookInstanceLifecycleConfigSummary' => [ 'base' => '

Provides a summary of a notebook instance lifecycle configuration.

', 'refs' => [ 'NotebookInstanceLifecycleConfigSummaryList$member' => NULL, ], ], 'NotebookInstanceLifecycleConfigSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstanceLifecycleConfigsOutput$NotebookInstanceLifecycleConfigs' => '

An array of NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration.

', ], ], 'NotebookInstanceLifecycleHook' => [ 'base' => '

Contains the notebook instance lifecycle configuration script.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

', 'refs' => [ 'NotebookInstanceLifecycleConfigList$member' => NULL, ], ], 'NotebookInstanceName' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$NotebookInstanceName' => '

The name of the new notebook instance.

', 'CreatePresignedNotebookInstanceUrlInput$NotebookInstanceName' => '

The name of the notebook instance.

', 'DeleteNotebookInstanceInput$NotebookInstanceName' => '

The name of the SageMaker notebook instance to delete.

', 'DescribeNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance that you want information about.

', 'DescribeNotebookInstanceOutput$NotebookInstanceName' => '

The name of the SageMaker notebook instance.

', 'NotebookInstanceSummary$NotebookInstanceName' => '

The name of the notebook instance that you want a summary for.

', 'StartNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to start.

', 'StopNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to terminate.

', 'UpdateNotebookInstanceInput$NotebookInstanceName' => '

The name of the notebook instance to update.

', ], ], 'NotebookInstanceNameContains' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$NameContains' => '

A string in the notebook instances\' name. This filter returns only notebook instances whose name contains the specified string.

', ], ], 'NotebookInstanceSortKey' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$SortBy' => '

The field to sort results by. The default is Name.

', ], ], 'NotebookInstanceSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesInput$SortOrder' => '

The sort order for results.

', ], ], 'NotebookInstanceStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeNotebookInstanceOutput$NotebookInstanceStatus' => '

The status of the notebook instance.

', 'ListNotebookInstancesInput$StatusEquals' => '

A filter that returns only notebook instances with the specified status.

', 'NotebookInstanceSummary$NotebookInstanceStatus' => '

The status of the notebook instance.

', ], ], 'NotebookInstanceSummary' => [ 'base' => '

Provides summary information for an SageMaker notebook instance.

', 'refs' => [ 'NotebookInstanceSummaryList$member' => NULL, ], ], 'NotebookInstanceSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListNotebookInstancesOutput$NotebookInstances' => '

An array of NotebookInstanceSummary objects, one for each notebook instance.

', ], ], 'NotebookInstanceUrl' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedNotebookInstanceUrlOutput$AuthorizedUrl' => '

A JSON object that contains the URL string.

', 'DescribeNotebookInstanceOutput$Url' => '

The URL that you use to connect to the Jupyter notebook that is running in your notebook instance.

', 'NotebookInstanceSummary$Url' => '

The URL that you use to connect to the Jupyter notebook running in your notebook instance.

', ], ], 'NotebookInstanceVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB.

', 'DescribeNotebookInstanceOutput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the notebook instance.

', 'UpdateNotebookInstanceInput$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB. ML storage volumes are encrypted, so SageMaker can\'t determine the amount of available free space on the volume. Because of this, you can increase the volume size when you update a notebook instance, but you can\'t decrease the volume size. If you want to decrease the size of the ML storage volume in use, create a new notebook instance with the desired size.

', ], ], 'NotebookOutputOption' => [ 'base' => NULL, 'refs' => [ 'SharingSettings$NotebookOutputOption' => '

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

', ], ], 'NotificationConfiguration' => [ 'base' => '

Configures Amazon SNS notifications of available or expiring work items for work teams.

', 'refs' => [ 'CreateWorkteamRequest$NotificationConfiguration' => '

Configures notification of workers regarding available or expiring work items.

', 'UpdateWorkteamRequest$NotificationConfiguration' => '

Configures SNS topic notifications for available or expiring work items

', 'Workteam$NotificationConfiguration' => '

Configures SNS notifications of available or expiring work items for work teams.

', ], ], 'NotificationTopicArn' => [ 'base' => NULL, 'refs' => [ 'NotificationConfiguration$NotificationTopicArn' => '

The ARN for the Amazon SNS topic to which notifications should be published.

', ], ], 'NumberOfHumanWorkersPerDataObject' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$NumberOfHumanWorkersPerDataObject' => '

The number of human workers that will label an object.

', 'LabelingJobForWorkteamSummary$NumberOfHumanWorkersPerDataObject' => '

The configured number of workers per data object.

', ], ], 'NumberOfSteps' => [ 'base' => NULL, 'refs' => [ 'Stairs$NumberOfSteps' => '

Specifies how many steps to perform during traffic.

', ], ], 'ObjectiveStatus' => [ 'base' => NULL, 'refs' => [ 'AutoMLCandidate$ObjectiveStatus' => '

The objective\'s status.

', 'HyperParameterTrainingJobSummary$ObjectiveStatus' => '

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • Pending: The training job is in progress and evaluation of its final objective metric is pending.

  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

', ], ], 'ObjectiveStatusCounter' => [ 'base' => NULL, 'refs' => [ 'ObjectiveStatusCounters$Succeeded' => '

The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

', 'ObjectiveStatusCounters$Pending' => '

The number of training jobs that are in progress and pending evaluation of their final objective metric.

', 'ObjectiveStatusCounters$Failed' => '

The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

', ], ], 'ObjectiveStatusCounters' => [ 'base' => '

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$ObjectiveStatusCounters' => '

The ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their final objective metric, that this tuning job launched.

', 'HyperParameterTuningJobSearchEntity$ObjectiveStatusCounters' => NULL, 'HyperParameterTuningJobSummary$ObjectiveStatusCounters' => '

The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

', ], ], 'OfflineStoreConfig' => [ 'base' => '

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

', 'refs' => [ 'CreateFeatureGroupRequest$OfflineStoreConfig' => '

Use this to configure an OfflineFeatureStore. This parameter allows you to specify:

  • The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore.

  • A configuration for an Amazon Web Services Glue or Amazon Web Services Hive data catalog.

  • An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore. If KMS encryption key is not specified, by default we encrypt all data at rest using Amazon Web Services KMS key. By defining your bucket-level key for SSE, you can reduce Amazon Web Services KMS requests costs by up to 99 percent.

  • Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

To learn more about this parameter, see OfflineStoreConfig.

', 'DescribeFeatureGroupResponse$OfflineStoreConfig' => '

The configuration of the offline store. It includes the following configurations:

  • Amazon S3 location of the offline store.

  • Configuration of the Glue data catalog.

  • Table format of the offline store.

  • Option to disable the automatic creation of a Glue table for the offline store.

  • Encryption configuration.

', 'FeatureGroup$OfflineStoreConfig' => NULL, ], ], 'OfflineStoreStatus' => [ 'base' => '

The status of OfflineStore.

', 'refs' => [ 'DescribeFeatureGroupResponse$OfflineStoreStatus' => '

The status of the OfflineStore. Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked

', 'FeatureGroup$OfflineStoreStatus' => NULL, 'FeatureGroupSummary$OfflineStoreStatus' => '

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

', ], ], 'OfflineStoreStatusValue' => [ 'base' => NULL, 'refs' => [ 'ListFeatureGroupsRequest$OfflineStoreStatusEquals' => '

An OfflineStore status. Filters by OfflineStore status.

', 'OfflineStoreStatus$Status' => '

An OfflineStore status.

', ], ], 'OidcConfig' => [ 'base' => '

Use this parameter to configure your OIDC Identity Provider (IdP).

', 'refs' => [ 'CreateWorkforceRequest$OidcConfig' => '

Use this parameter to configure a private workforce using your own OIDC Identity Provider.

Do not use CognitoConfig if you specify values for OidcConfig.

', 'UpdateWorkforceRequest$OidcConfig' => '

Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

', ], ], 'OidcConfigForResponse' => [ 'base' => '

Your OIDC IdP workforce configuration.

', 'refs' => [ 'Workforce$OidcConfig' => '

The configuration of an OIDC Identity Provider (IdP) private workforce.

', ], ], 'OidcEndpoint' => [ 'base' => NULL, 'refs' => [ 'OidcConfig$Issuer' => '

The OIDC IdP issuer used to configure your private workforce.

', 'OidcConfig$AuthorizationEndpoint' => '

The OIDC IdP authorization endpoint used to configure your private workforce.

', 'OidcConfig$TokenEndpoint' => '

The OIDC IdP token endpoint used to configure your private workforce.

', 'OidcConfig$UserInfoEndpoint' => '

The OIDC IdP user information endpoint used to configure your private workforce.

', 'OidcConfig$LogoutEndpoint' => '

The OIDC IdP logout endpoint used to configure your private workforce.

', 'OidcConfig$JwksUri' => '

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

', 'OidcConfigForResponse$Issuer' => '

The OIDC IdP issuer used to configure your private workforce.

', 'OidcConfigForResponse$AuthorizationEndpoint' => '

The OIDC IdP authorization endpoint used to configure your private workforce.

', 'OidcConfigForResponse$TokenEndpoint' => '

The OIDC IdP token endpoint used to configure your private workforce.

', 'OidcConfigForResponse$UserInfoEndpoint' => '

The OIDC IdP user information endpoint used to configure your private workforce.

', 'OidcConfigForResponse$LogoutEndpoint' => '

The OIDC IdP logout endpoint used to configure your private workforce.

', 'OidcConfigForResponse$JwksUri' => '

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

', ], ], 'OidcMemberDefinition' => [ 'base' => '

A list of user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

', 'refs' => [ 'MemberDefinition$OidcMemberDefinition' => '

A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

', ], ], 'OnlineStoreConfig' => [ 'base' => '

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly.

The default value is False.

', 'refs' => [ 'CreateFeatureGroupRequest$OnlineStoreConfig' => '

You can turn the OnlineStore on or off by specifying True for the EnableOnlineStore flag in OnlineStoreConfig.

You can also include an Amazon Web Services KMS key ID (KMSKeyId) for at-rest encryption of the OnlineStore.

The default value is False.

', 'DescribeFeatureGroupResponse$OnlineStoreConfig' => '

The configuration for the OnlineStore.

', 'FeatureGroup$OnlineStoreConfig' => NULL, ], ], 'OnlineStoreConfigUpdate' => [ 'base' => '

Updates the feature group online store configuration.

', 'refs' => [ 'UpdateFeatureGroupRequest$OnlineStoreConfig' => '

Updates the feature group online store configuration.

', ], ], 'OnlineStoreSecurityConfig' => [ 'base' => '

The security configuration for OnlineStore.

', 'refs' => [ 'OnlineStoreConfig$SecurityConfig' => '

Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

', ], ], 'OnlineStoreTotalSizeBytes' => [ 'base' => NULL, 'refs' => [ 'DescribeFeatureGroupResponse$OnlineStoreTotalSizeBytes' => '

The size of the OnlineStore in bytes.

', ], ], 'Operator' => [ 'base' => NULL, 'refs' => [ 'Filter$Operator' => '

A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

Equals

The value of Name equals Value.

NotEquals

The value of Name doesn\'t equal Value.

Exists

The Name property exists.

NotExists

The Name property does not exist.

GreaterThan

The value of Name is greater than Value. Not supported for text properties.

GreaterThanOrEqualTo

The value of Name is greater than or equal to Value. Not supported for text properties.

LessThan

The value of Name is less than Value. Not supported for text properties.

LessThanOrEqualTo

The value of Name is less than or equal to Value. Not supported for text properties.

In

The value of Name is one of the comma delimited strings in Value. Only supported for text properties.

Contains

The value of Name contains the string Value. Only supported for text properties.

A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

  • Experiment.DisplayName

  • Experiment.ExperimentName

  • Experiment.Tags

  • Trial.DisplayName

  • Trial.TrialName

  • Trial.Tags

  • TrialComponent.DisplayName

  • TrialComponent.TrialComponentName

  • TrialComponent.Tags

  • TrialComponent.InputArtifacts

  • TrialComponent.OutputArtifacts

A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "\'CONTAINS\' operator usage limit of 1 exceeded."

', ], ], 'OptionalDouble' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$Max' => '

The maximum value of the metric.

', 'TrialComponentMetricSummary$Min' => '

The minimum value of the metric.

', 'TrialComponentMetricSummary$Last' => '

The most recent value of the metric.

', 'TrialComponentMetricSummary$Avg' => '

The average value of the metric.

', 'TrialComponentMetricSummary$StdDev' => '

The standard deviation of the metric.

', ], ], 'OptionalInteger' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$Count' => '

The number of samples used to generate the metric.

', ], ], 'OptionalVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the processing instance.

', 'HyperParameterTuningResourceConfig$VolumeSizeInGB' => '

The volume size in GB for the storage volume to be used in processing hyperparameter optimization jobs (optional). These volumes store model artifacts, incremental states and optionally, scratch space for training algorithms. Do not provide a value for this parameter if a value for InstanceConfigs is also specified.

Some instance types have a fixed total local storage size. If you select one of these instances for training, VolumeSizeInGB cannot be greater than this total size. For a list of instance types with local instance storage and their sizes, see instance store volumes.

SageMaker supports only the General Purpose SSD (gp2) storage volume type.

', 'ProfilerRuleConfiguration$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to the processing instance.

', ], ], 'OrderKey' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListEndpointsInput$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListModelsInput$SortOrder' => '

The sort order for results. The default is Descending.

', ], ], 'OutputCompressionType' => [ 'base' => NULL, 'refs' => [ 'OutputDataConfig$CompressionType' => '

The model output compression type. Select None to output an uncompressed model, recommended for large model outputs. Defaults to gzip.

', ], ], 'OutputConfig' => [ 'base' => '

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

', 'refs' => [ 'CreateCompilationJobRequest$OutputConfig' => '

Provides information about the output location for the compiled model and the target device the model runs on.

', 'DescribeCompilationJobResponse$OutputConfig' => '

Information about the output location for the compiled model and the target device that the model runs on.

', ], ], 'OutputDataConfig' => [ 'base' => '

Provides information about how to store model training results (model artifacts).

', 'refs' => [ 'CreateTrainingJobRequest$OutputDataConfig' => '

Specifies the path to the S3 location where you want to store model artifacts. SageMaker creates subfolders for the artifacts.

', 'DescribeTrainingJobResponse$OutputDataConfig' => '

The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.

', 'HyperParameterTrainingJobDefinition$OutputDataConfig' => '

Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

', 'TrainingJob$OutputDataConfig' => '

The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.

', 'TrainingJobDefinition$OutputDataConfig' => '

the path to the S3 bucket where you want to store model artifacts. SageMaker creates subfolders for the artifacts.

', ], ], 'OutputParameter' => [ 'base' => '

An output parameter of a pipeline step.

', 'refs' => [ 'OutputParameterList$member' => NULL, ], ], 'OutputParameterList' => [ 'base' => NULL, 'refs' => [ 'CallbackStepMetadata$OutputParameters' => '

A list of the output parameters of the callback step.

', 'LambdaStepMetadata$OutputParameters' => '

A list of the output parameters of the Lambda step.

', 'SendPipelineExecutionStepSuccessRequest$OutputParameters' => '

A list of the output parameters of the callback step.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListEndpointConfigsInput$NextToken' => '

If the result of the previous ListEndpointConfig request was truncated, the response includes a NextToken. To retrieve the next set of endpoint configurations, use the token in the next request.

', 'ListEndpointConfigsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request

', 'ListEndpointsInput$NextToken' => '

If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

', 'ListEndpointsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.

', 'ListModelsInput$NextToken' => '

If the response to a previous ListModels request was truncated, the response includes a NextToken. To retrieve the next set of models, use the token in the next request.

', 'ListModelsOutput$NextToken' => '

If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request.

', ], ], 'ParallelismConfiguration' => [ 'base' => '

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

', 'refs' => [ 'CreatePipelineRequest$ParallelismConfiguration' => '

This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default.

', 'DescribePipelineExecutionResponse$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline.

', 'DescribePipelineResponse$ParallelismConfiguration' => '

Lists the parallelism configuration applied to the pipeline.

', 'Pipeline$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline.

', 'PipelineExecution$ParallelismConfiguration' => '

The parallelism configuration applied to the pipeline execution.

', 'RetryPipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline.

', 'StartPipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

', 'UpdatePipelineExecutionRequest$ParallelismConfiguration' => '

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.

', 'UpdatePipelineRequest$ParallelismConfiguration' => '

If specified, it applies to all executions of this pipeline by default.

', ], ], 'Parameter' => [ 'base' => '

Assigns a value to a named Pipeline parameter.

', 'refs' => [ 'ParameterList$member' => NULL, ], ], 'ParameterKey' => [ 'base' => NULL, 'refs' => [ 'AutoParameter$Name' => '

The name of the hyperparameter to optimize using Autotune.

', 'CategoricalParameterRange$Name' => '

The name of the categorical hyperparameter to tune.

', 'ContinuousParameterRange$Name' => '

The name of the continuous hyperparameter to tune.

', 'IntegerParameterRange$Name' => '

The name of the hyperparameter to search.

', ], ], 'ParameterList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineParametersForExecutionResponse$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', 'PipelineExecution$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', 'StartPipelineExecutionRequest$PipelineParameters' => '

Contains a list of pipeline parameters. This list can be empty.

', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$Name' => '

The name of this hyperparameter. The name must be unique.

', ], ], 'ParameterRange' => [ 'base' => '

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

', 'refs' => [ 'HyperParameterSpecification$Range' => '

The allowed range for this hyperparameter.

', ], ], 'ParameterRanges' => [ 'base' => '

Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

The maximum number of items specified for Array Members refers to the maximum number of hyperparameters for each range and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of hyperparameters for all the ranges can\'t exceed the maximum number specified.

', 'refs' => [ 'HyperParameterTrainingJobDefinition$HyperParameterRanges' => NULL, 'HyperParameterTuningJobConfig$ParameterRanges' => '

The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal configuration for the highest model performance against your chosen objective metric.

', ], ], 'ParameterType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterSpecification$Type' => '

The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

', ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'AutoParameter$ValueHint' => '

An example value of the hyperparameter to optimize using Autotune.

', 'ContinuousParameterRange$MinValue' => '

The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

', 'ContinuousParameterRange$MaxValue' => '

The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

', 'ContinuousParameterRangeSpecification$MinValue' => '

The minimum floating-point value allowed.

', 'ContinuousParameterRangeSpecification$MaxValue' => '

The maximum floating-point value allowed.

', 'IntegerParameterRange$MinValue' => '

The minimum value of the hyperparameter to search.

', 'IntegerParameterRange$MaxValue' => '

The maximum value of the hyperparameter to search.

', 'IntegerParameterRangeSpecification$MinValue' => '

The minimum integer value allowed.

', 'IntegerParameterRangeSpecification$MaxValue' => '

The maximum integer value allowed.

', 'ParameterValues$member' => NULL, ], ], 'ParameterValues' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameterRange$Values' => '

A list of the categories for the hyperparameter.

', 'CategoricalParameterRangeSpecification$Values' => '

The allowed categories for the hyperparameter.

', ], ], 'Parent' => [ 'base' => '

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

', 'refs' => [ 'Parents$member' => NULL, ], ], 'ParentHyperParameterTuningJob' => [ 'base' => '

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

', 'refs' => [ 'ParentHyperParameterTuningJobs$member' => NULL, ], ], 'ParentHyperParameterTuningJobs' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobWarmStartConfig$ParentHyperParameterTuningJobs' => '

An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

', ], ], 'Parents' => [ 'base' => NULL, 'refs' => [ 'TrialComponent$Parents' => '

An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

', ], ], 'PendingDeploymentSummary' => [ 'base' => '

The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.

', 'refs' => [ 'DescribeEndpointOutput$PendingDeploymentSummary' => '

Returns the summary of an in-progress deployment. This field is only returned when the endpoint is creating or updating with a new endpoint configuration.

', ], ], 'PendingProductionVariantSummary' => [ 'base' => '

The production variant summary for a deployment when an endpoint is creating or updating with the CreateEndpoint or UpdateEndpoint operations. Describes the VariantStatus , weight and capacity for a production variant associated with an endpoint.

', 'refs' => [ 'PendingProductionVariantSummaryList$member' => NULL, ], ], 'PendingProductionVariantSummaryList' => [ 'base' => NULL, 'refs' => [ 'PendingDeploymentSummary$ProductionVariants' => '

An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.

', 'PendingDeploymentSummary$ShadowProductionVariants' => '

An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants for the in-progress deployment.

', ], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'DeviceSelectionConfig$Percentage' => '

Percentage of devices in the fleet to deploy to the current stage.

', 'ShadowModelVariantConfig$SamplingPercentage' => '

The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.

', ], ], 'Phase' => [ 'base' => '

Defines the traffic pattern.

', 'refs' => [ 'Phases$member' => NULL, ], ], 'Phases' => [ 'base' => NULL, 'refs' => [ 'TrafficPattern$Phases' => '

Defines the phases traffic specification.

', ], ], 'Pipeline' => [ 'base' => '

A SageMaker Model Building Pipeline instance.

', 'refs' => [ 'SearchRecord$Pipeline' => NULL, ], ], 'PipelineArn' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the created pipeline.

', 'DeletePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline to delete.

', 'DescribePipelineExecutionResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'DescribePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'Pipeline$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'PipelineExecution$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline that was executed.

', 'PipelineSummary$PipelineArn' => '

The Amazon Resource Name (ARN) of the pipeline.

', 'UpdatePipelineResponse$PipelineArn' => '

The Amazon Resource Name (ARN) of the updated pipeline.

', ], ], 'PipelineDefinition' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineDefinition' => '

The JSON pipeline definition of the pipeline.

', 'DescribePipelineDefinitionForExecutionResponse$PipelineDefinition' => '

The JSON pipeline definition.

', 'DescribePipelineResponse$PipelineDefinition' => '

The JSON pipeline definition.

', 'UpdatePipelineRequest$PipelineDefinition' => '

The JSON pipeline definition.

', ], ], 'PipelineDefinitionS3Location' => [ 'base' => '

The location of the pipeline definition stored in Amazon S3.

', 'refs' => [ 'CreatePipelineRequest$PipelineDefinitionS3Location' => '

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

', 'UpdatePipelineRequest$PipelineDefinitionS3Location' => '

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

', ], ], 'PipelineDescription' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineDescription' => '

A description of the pipeline.

', 'DescribePipelineResponse$PipelineDescription' => '

The description of the pipeline.

', 'Pipeline$PipelineDescription' => '

The description of the pipeline.

', 'PipelineSummary$PipelineDescription' => '

The description of the pipeline.

', 'UpdatePipelineRequest$PipelineDescription' => '

The description of the pipeline.

', ], ], 'PipelineExecution' => [ 'base' => '

An execution of a pipeline.

', 'refs' => [ 'SearchRecord$PipelineExecution' => NULL, ], ], 'PipelineExecutionArn' => [ 'base' => NULL, 'refs' => [ 'CacheHitResult$SourcePipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineDefinitionForExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'DescribePipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'ListPipelineExecutionStepsRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'ListPipelineParametersForExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'PipelineExecution$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'RetryPipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'RetryPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'SelectiveExecutionConfig$SourcePipelineExecutionArn' => '

The ARN from a reference execution of the current pipeline. Used to copy input collaterals needed for the selected steps to run. The execution status of the pipeline can be either Failed or Success.

', 'SelectiveExecutionResult$SourcePipelineExecutionArn' => '

The ARN from an execution of the current pipeline.

', 'SendPipelineExecutionStepFailureResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'SendPipelineExecutionStepSuccessResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StartPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StopPipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'StopPipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the pipeline execution.

', 'UpdatePipelineExecutionResponse$PipelineExecutionArn' => '

The Amazon Resource Name (ARN) of the updated pipeline execution.

', ], ], 'PipelineExecutionDescription' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'PipelineExecution$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'StartPipelineExecutionRequest$PipelineExecutionDescription' => '

The description of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionDescription' => '

The description of the pipeline execution.

', ], ], 'PipelineExecutionFailureReason' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$FailureReason' => '

If the execution failed, a message describing why.

', 'PipelineExecution$FailureReason' => '

If the execution failed, a message describing why.

', ], ], 'PipelineExecutionName' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'PipelineExecution$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'PipelineExecutionSummary$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'StartPipelineExecutionRequest$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', 'UpdatePipelineExecutionRequest$PipelineExecutionDisplayName' => '

The display name of the pipeline execution.

', ], ], 'PipelineExecutionStatus' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExecutionStatus' => '

The status of the pipeline execution.

', 'PipelineExecution$PipelineExecutionStatus' => '

The status of the pipeline status.

', 'PipelineExecutionSummary$PipelineExecutionStatus' => '

The status of the pipeline execution.

', ], ], 'PipelineExecutionStep' => [ 'base' => '

An execution of a step in a pipeline.

', 'refs' => [ 'PipelineExecutionStepList$member' => NULL, ], ], 'PipelineExecutionStepList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionStepsResponse$PipelineExecutionSteps' => '

A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.

', ], ], 'PipelineExecutionStepMetadata' => [ 'base' => '

Metadata for a step execution.

', 'refs' => [ 'PipelineExecutionStep$Metadata' => '

Metadata to run the pipeline step.

', ], ], 'PipelineExecutionSummary' => [ 'base' => '

A pipeline execution summary.

', 'refs' => [ 'PipelineExecutionSummaryList$member' => NULL, ], ], 'PipelineExecutionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionsResponse$PipelineExecutionSummaries' => '

Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

', ], ], 'PipelineExperimentConfig' => [ 'base' => '

Specifies the names of the experiment and trial created by a pipeline.

', 'refs' => [ 'DescribePipelineExecutionResponse$PipelineExperimentConfig' => NULL, 'PipelineExecution$PipelineExperimentConfig' => NULL, ], ], 'PipelineName' => [ 'base' => NULL, 'refs' => [ 'CreatePipelineRequest$PipelineName' => '

The name of the pipeline.

', 'CreatePipelineRequest$PipelineDisplayName' => '

The display name of the pipeline.

', 'DeletePipelineRequest$PipelineName' => '

The name of the pipeline to delete.

', 'DescribePipelineResponse$PipelineName' => '

The name of the pipeline.

', 'DescribePipelineResponse$PipelineDisplayName' => '

The display name of the pipeline.

', 'ListPipelinesRequest$PipelineNamePrefix' => '

The prefix of the pipeline name.

', 'Pipeline$PipelineName' => '

The name of the pipeline.

', 'Pipeline$PipelineDisplayName' => '

The display name of the pipeline.

', 'PipelineSummary$PipelineName' => '

The name of the pipeline.

', 'PipelineSummary$PipelineDisplayName' => '

The display name of the pipeline.

', 'UpdatePipelineRequest$PipelineName' => '

The name of the pipeline to update.

', 'UpdatePipelineRequest$PipelineDisplayName' => '

The display name of the pipeline.

', ], ], 'PipelineNameOrArn' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline to describe.

', 'ListPipelineExecutionsRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline.

', 'StartPipelineExecutionRequest$PipelineName' => '

The name or Amazon Resource Name (ARN) of the pipeline.

', ], ], 'PipelineParameterName' => [ 'base' => NULL, 'refs' => [ 'Parameter$Name' => '

The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

', ], ], 'PipelineStatus' => [ 'base' => NULL, 'refs' => [ 'DescribePipelineResponse$PipelineStatus' => '

The status of the pipeline execution.

', 'Pipeline$PipelineStatus' => '

The status of the pipeline.

', ], ], 'PipelineSummary' => [ 'base' => '

A summary of a pipeline.

', 'refs' => [ 'PipelineSummaryList$member' => NULL, ], ], 'PipelineSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPipelinesResponse$PipelineSummaries' => '

Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

', ], ], 'PlatformIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$PlatformIdentifier' => '

The platform identifier of the notebook instance runtime environment.

', 'DescribeNotebookInstanceOutput$PlatformIdentifier' => '

The platform identifier of the notebook instance runtime environment.

', ], ], 'PolicyString' => [ 'base' => NULL, 'refs' => [ 'GetModelPackageGroupPolicyOutput$ResourcePolicy' => '

The resource policy for the model group.

', 'PutModelPackageGroupPolicyInput$ResourcePolicy' => '

The resource policy for the model group.

', ], ], 'PredefinedMetricSpecification' => [ 'base' => '

A specification for a predefined metric.

', 'refs' => [ 'MetricSpecification$Predefined' => '

Information about a predefined metric.

', ], ], 'PresignedDomainUrl' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlResponse$AuthorizedUrl' => '

The presigned URL.

', ], ], 'ProbabilityThresholdAttribute' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$ProbabilityThresholdAttribute' => '

The threshold for the class probability to be evaluated as a positive result.

', 'EndpointInput$ProbabilityThresholdAttribute' => '

The threshold for the class probability to be evaluated as a positive result.

', ], ], 'ProblemType' => [ 'base' => NULL, 'refs' => [ 'CreateAutoMLJobRequest$ProblemType' => '

Defines the type of supervised learning problem available for the candidates. For more information, see Amazon SageMaker Autopilot problem types.

', 'DescribeAutoMLJobResponse$ProblemType' => '

Returns the job\'s problem type.

', 'ResolvedAttributes$ProblemType' => '

The problem type.

', 'TabularJobConfig$ProblemType' => '

The type of supervised learning problem available for the model candidates of the AutoML job V2. For more information, see Amazon SageMaker Autopilot problem types.

You must either specify the type of supervised learning problem in ProblemType and provide the AutoMLJobObjective metric, or none at all.

', 'TabularResolvedAttributes$ProblemType' => '

The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.

', ], ], 'ProcessingClusterConfig' => [ 'base' => '

Configuration for the cluster used to run a processing job.

', 'refs' => [ 'ProcessingResources$ClusterConfig' => '

The configuration for the resources in a cluster used to run the processing job.

', ], ], 'ProcessingEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'MonitoringEnvironmentMap$key' => NULL, 'ProcessingEnvironmentMap$key' => NULL, ], ], 'ProcessingEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$Environment' => '

The environment variables to set in the Docker container. Up to 100 key and values entries in the map are supported.

', 'DescribeProcessingJobResponse$Environment' => '

The environment variables set in the Docker container.

', 'ProcessingJob$Environment' => '

Sets the environment variables in the Docker container.

', ], ], 'ProcessingEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'MonitoringEnvironmentMap$value' => NULL, 'ProcessingEnvironmentMap$value' => NULL, ], ], 'ProcessingFeatureStoreOutput' => [ 'base' => '

Configuration for processing job outputs in Amazon SageMaker Feature Store.

', 'refs' => [ 'ProcessingOutput$FeatureStoreOutput' => '

Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

', ], ], 'ProcessingInput' => [ 'base' => '

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

', 'refs' => [ 'ProcessingInputs$member' => NULL, ], ], 'ProcessingInputs' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$ProcessingInputs' => '

An array of inputs configuring the data to download into the processing container.

', 'DescribeProcessingJobResponse$ProcessingInputs' => '

The inputs for a processing job.

', 'ProcessingJob$ProcessingInputs' => '

List of input configurations for the processing job.

', ], ], 'ProcessingInstanceCount' => [ 'base' => NULL, 'refs' => [ 'MonitoringClusterConfig$InstanceCount' => '

The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

', 'ProcessingClusterConfig$InstanceCount' => '

The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

', ], ], 'ProcessingInstanceType' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$InstanceType' => '

The instance type to deploy a custom rule for debugging a training job.

', 'MonitoringClusterConfig$InstanceType' => '

The ML compute instance type for the processing job.

', 'ProcessingClusterConfig$InstanceType' => '

The ML compute instance type for the processing job.

', 'ProfilerRuleConfiguration$InstanceType' => '

The instance type to deploy a custom rule for profiling a training job.

', ], ], 'ProcessingJob' => [ 'base' => '

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

', 'refs' => [ 'TrialComponentSourceDetail$ProcessingJob' => '

Information about a processing job that\'s the source of a trial component.

', ], ], 'ProcessingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobResponse$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'DebugRuleEvaluationStatus$RuleEvaluationJobArn' => '

The Amazon Resource Name (ARN) of the rule evaluation job.

', 'DescribeProcessingJobResponse$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'MonitoringExecutionSummary$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the monitoring job.

', 'ProcessingJob$ProcessingJobArn' => '

The ARN of the processing job.

', 'ProcessingJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the processing job.

', 'ProcessingJobSummary$ProcessingJobArn' => '

The Amazon Resource Name (ARN) of the processing job..

', 'ProfilerRuleEvaluationStatus$RuleEvaluationJobArn' => '

The Amazon Resource Name (ARN) of the rule evaluation job.

', ], ], 'ProcessingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateProcessingJobRequest$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DataQualityBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the data quality monitoring job.

', 'DescribeProcessingJobRequest$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeProcessingJobResponse$ProcessingJobName' => '

The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'ModelBiasBaselineConfig$BaseliningJobName' => '

The name of the baseline model bias job.

', 'ModelExplainabilityBaselineConfig$BaseliningJobName' => '

The name of the baseline model explainability job.

', 'ModelQualityBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the monitoring job.

', 'MonitoringBaselineConfig$BaseliningJobName' => '

The name of the job that performs baselining for the monitoring job.

', 'ProcessingJob$ProcessingJobName' => '

The name of the processing job.

', 'ProcessingJobSummary$ProcessingJobName' => '

The name of the processing job.

', 'StopProcessingJobRequest$ProcessingJobName' => '

The name of the processing job to stop.

', ], ], 'ProcessingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeProcessingJobResponse$ProcessingJobStatus' => '

Provides the status of a processing job.

', 'ListProcessingJobsRequest$StatusEquals' => '

A filter that retrieves only processing jobs with a specific status.

', 'ProcessingJob$ProcessingJobStatus' => '

The status of the processing job.

', 'ProcessingJobSummary$ProcessingJobStatus' => '

The status of the processing job.

', ], ], 'ProcessingJobStepMetadata' => [ 'base' => '

Metadata for a processing job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$ProcessingJob' => '

The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

', ], ], 'ProcessingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListProcessingJobsResponse$ProcessingJobSummaries' => '

An array of ProcessingJobSummary objects, each listing a processing job.

', ], ], 'ProcessingJobSummary' => [ 'base' => '

Summary of information about a processing job.

', 'refs' => [ 'ProcessingJobSummaries$member' => NULL, ], ], 'ProcessingLocalPath' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$LocalPath' => '

Path to the filesystem where the batch transform data is available to the container.

', 'DatasetDefinition$LocalPath' => '

The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

', 'EndpointInput$LocalPath' => '

Path to the filesystem where the endpoint data is available to the container.

', 'MonitoringS3Output$LocalPath' => '

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

', 'ProcessingS3Input$LocalPath' => '

The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

', 'ProcessingS3Output$LocalPath' => '

The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container\'s entrypoint is invoked.

', ], ], 'ProcessingMaxRuntimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProcessingStoppingCondition$MaxRuntimeInSeconds' => '

Specifies the maximum runtime in seconds.

', ], ], 'ProcessingOutput' => [ 'base' => '

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

', 'refs' => [ 'ProcessingOutputs$member' => NULL, ], ], 'ProcessingOutputConfig' => [ 'base' => '

Configuration for uploading output from the processing container.

', 'refs' => [ 'CreateProcessingJobRequest$ProcessingOutputConfig' => '

Output configuration for the processing job.

', 'DescribeProcessingJobResponse$ProcessingOutputConfig' => '

Output configuration for the processing job.

', 'ProcessingJob$ProcessingOutputConfig' => NULL, ], ], 'ProcessingOutputs' => [ 'base' => NULL, 'refs' => [ 'ProcessingOutputConfig$Outputs' => '

An array of outputs configuring the data to upload from the processing container.

', ], ], 'ProcessingResources' => [ 'base' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'refs' => [ 'CreateProcessingJobRequest$ProcessingResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'DescribeProcessingJobResponse$ProcessingResources' => '

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

', 'ProcessingJob$ProcessingResources' => NULL, ], ], 'ProcessingS3CompressionType' => [ 'base' => NULL, 'refs' => [ 'ProcessingS3Input$S3CompressionType' => '

Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

', ], ], 'ProcessingS3DataDistributionType' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$S3DataDistributionType' => '

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

', 'EndpointInput$S3DataDistributionType' => '

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

', 'ProcessingS3Input$S3DataDistributionType' => '

Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

', ], ], 'ProcessingS3DataType' => [ 'base' => NULL, 'refs' => [ 'ProcessingS3Input$S3DataType' => '

Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

', ], ], 'ProcessingS3Input' => [ 'base' => '

Configuration for downloading input data from Amazon S3 into the processing container.

', 'refs' => [ 'ProcessingInput$S3Input' => '

Configuration for downloading input data from Amazon S3 into the processing container.

', ], ], 'ProcessingS3InputMode' => [ 'base' => NULL, 'refs' => [ 'BatchTransformInput$S3InputMode' => '

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

', 'EndpointInput$S3InputMode' => '

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

', 'ProcessingS3Input$S3InputMode' => '

Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

', ], ], 'ProcessingS3Output' => [ 'base' => '

Configuration for uploading output data to Amazon S3 from the processing container.

', 'refs' => [ 'ProcessingOutput$S3Output' => '

Configuration for processing job outputs in Amazon S3.

', ], ], 'ProcessingS3UploadMode' => [ 'base' => NULL, 'refs' => [ 'MonitoringS3Output$S3UploadMode' => '

Whether to upload the results of the monitoring job continuously or after the job completes.

', 'ProcessingS3Output$S3UploadMode' => '

Whether to upload the results of the processing job continuously or after the job completes.

', ], ], 'ProcessingStoppingCondition' => [ 'base' => '

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

', 'refs' => [ 'CreateProcessingJobRequest$StoppingCondition' => '

The time limit for how long the processing job is allowed to run.

', 'DescribeProcessingJobResponse$StoppingCondition' => '

The time limit for how long the processing job is allowed to run.

', 'ProcessingJob$StoppingCondition' => NULL, ], ], 'ProcessingVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'MonitoringClusterConfig$VolumeSizeInGB' => '

The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

', 'ProcessingClusterConfig$VolumeSizeInGB' => '

The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can\'t request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

', ], ], 'Processor' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', 'DescribeImageVersionResponse$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', 'UpdateImageVersionRequest$Processor' => '

Indicates CPU or GPU compatibility.

  • CPU: The image version is compatible with CPU.

  • GPU: The image version is compatible with GPU.

', ], ], 'ProductId' => [ 'base' => NULL, 'refs' => [ 'DescribeAlgorithmOutput$ProductId' => '

The product identifier of the algorithm.

', 'ModelPackageContainerDefinition$ProductId' => '

The Amazon Web Services Marketplace product ID of the model package.

', ], ], 'ProductListings' => [ 'base' => NULL, 'refs' => [ 'Workteam$ProductListingIds' => '

The Amazon Marketplace identifier for a vendor\'s work team.

', ], ], 'ProductionVariant' => [ 'base' => '

Identifies a model that you want to host and the resources chosen to deploy for hosting it. If you are deploying multiple models, tell SageMaker how to distribute traffic among the models by specifying variant weights. For more information on production variants, check Production variants.

', 'refs' => [ 'ProductionVariantList$member' => NULL, ], ], 'ProductionVariantAcceleratorType' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$AcceleratorType' => '

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

', 'ProductionVariant$AcceleratorType' => '

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

', ], ], 'ProductionVariantContainerStartupHealthCheckTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$ContainerStartupHealthCheckTimeoutInSeconds' => '

The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see How Your Container Should Respond to Health Check (Ping) Requests.

', ], ], 'ProductionVariantCoreDumpConfig' => [ 'base' => '

Specifies configuration for a core dump from the model container when the process crashes.

', 'refs' => [ 'ProductionVariant$CoreDumpConfig' => '

Specifies configuration for a core dump from the model container when the process crashes.

', ], ], 'ProductionVariantInstanceType' => [ 'base' => NULL, 'refs' => [ 'EndpointInputConfiguration$InstanceType' => '

The instance types to use for the load test.

', 'EndpointOutputConfiguration$InstanceType' => '

The instance type recommended by Amazon SageMaker Inference Recommender.

', 'PendingProductionVariantSummary$InstanceType' => '

The type of instances associated with the variant.

', 'ProductionVariant$InstanceType' => '

The ML compute instance type.

', 'RealTimeInferenceRecommendation$InstanceType' => '

The recommended instance type for Real-Time Inference.

', 'RealtimeInferenceInstanceTypes$member' => NULL, ], ], 'ProductionVariantList' => [ 'base' => NULL, 'refs' => [ 'CreateEndpointConfigInput$ProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

', 'CreateEndpointConfigInput$ShadowProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants. If you use this field, you can only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.

', 'DescribeEndpointConfigOutput$ProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

', 'DescribeEndpointConfigOutput$ShadowProductionVariants' => '

An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

', ], ], 'ProductionVariantModelDataDownloadTimeoutInSeconds' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$ModelDataDownloadTimeoutInSeconds' => '

The timeout value, in seconds, to download and extract the model that you want to host from Amazon S3 to the individual inference instance associated with this production variant.

', ], ], 'ProductionVariantSSMAccess' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$EnableSSMAccess' => '

You can use this parameter to turn on native Amazon Web Services Systems Manager (SSM) access for a production variant behind an endpoint. By default, SSM access is disabled for all production variants behind an endpoint. You can turn on or turn off SSM access for a production variant behind an existing endpoint by creating a new endpoint configuration and calling UpdateEndpoint.

', ], ], 'ProductionVariantServerlessConfig' => [ 'base' => '

Specifies the serverless configuration for an endpoint variant.

', 'refs' => [ 'EndpointInputConfiguration$ServerlessConfig' => NULL, 'EndpointOutputConfiguration$ServerlessConfig' => NULL, 'PendingProductionVariantSummary$CurrentServerlessConfig' => '

The serverless configuration for the endpoint.

', 'PendingProductionVariantSummary$DesiredServerlessConfig' => '

The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.

', 'ProductionVariant$ServerlessConfig' => '

The serverless configuration for an endpoint. Specifies a serverless endpoint configuration instead of an instance-based endpoint configuration.

', 'ProductionVariantSummary$CurrentServerlessConfig' => '

The serverless configuration for the endpoint.

', 'ProductionVariantSummary$DesiredServerlessConfig' => '

The serverless configuration requested for the endpoint update.

', ], ], 'ProductionVariantServerlessUpdateConfig' => [ 'base' => '

Specifies the serverless update concurrency configuration for an endpoint variant.

', 'refs' => [ 'DesiredWeightAndCapacity$ServerlessUpdateConfig' => '

Specifies the serverless update concurrency configuration for an endpoint variant.

', ], ], 'ProductionVariantStatus' => [ 'base' => '

Describes the status of the production variant.

', 'refs' => [ 'ProductionVariantStatusList$member' => NULL, ], ], 'ProductionVariantStatusList' => [ 'base' => NULL, 'refs' => [ 'PendingProductionVariantSummary$VariantStatus' => '

The endpoint variant status which describes the current deployment stage status or operational status.

', 'ProductionVariantSummary$VariantStatus' => '

The endpoint variant status which describes the current deployment stage status or operational status.

', ], ], 'ProductionVariantSummary' => [ 'base' => '

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

', 'refs' => [ 'ProductionVariantSummaryList$member' => NULL, ], ], 'ProductionVariantSummaryList' => [ 'base' => NULL, 'refs' => [ 'DescribeEndpointOutput$ProductionVariants' => '

An array of ProductionVariantSummary objects, one for each model hosted behind this endpoint.

', 'DescribeEndpointOutput$ShadowProductionVariants' => '

An array of ProductionVariantSummary objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.

', 'Endpoint$ProductionVariants' => '

A list of the production variants hosted on the endpoint. Each production variant is a model.

', 'Endpoint$ShadowProductionVariants' => '

A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

', ], ], 'ProductionVariantVolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'ProductionVariant$VolumeSizeInGB' => '

The size, in GB, of the ML storage volume attached to individual inference instance associated with the production variant. Currently only Amazon EBS gp2 storage volumes are supported.

', ], ], 'ProfilerConfig' => [ 'base' => '

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

', 'refs' => [ 'CreateTrainingJobRequest$ProfilerConfig' => NULL, 'DescribeTrainingJobResponse$ProfilerConfig' => NULL, 'TrainingJob$ProfilerConfig' => NULL, ], ], 'ProfilerConfigForUpdate' => [ 'base' => '

Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and storage paths.

', 'refs' => [ 'UpdateTrainingJobRequest$ProfilerConfig' => '

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

', ], ], 'ProfilerRuleConfiguration' => [ 'base' => '

Configuration information for profiling rules.

', 'refs' => [ 'ProfilerRuleConfigurations$member' => NULL, ], ], 'ProfilerRuleConfigurations' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', 'DescribeTrainingJobResponse$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', 'UpdateTrainingJobRequest$ProfilerRuleConfigurations' => '

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

', ], ], 'ProfilerRuleEvaluationStatus' => [ 'base' => '

Information about the status of the rule evaluation.

', 'refs' => [ 'ProfilerRuleEvaluationStatuses$member' => NULL, ], ], 'ProfilerRuleEvaluationStatuses' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$ProfilerRuleEvaluationStatuses' => '

Evaluation status of Amazon SageMaker Debugger rules for profiling on a training job.

', ], ], 'ProfilingIntervalInMilliseconds' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$ProfilingIntervalInMilliseconds' => '

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

', 'ProfilerConfigForUpdate$ProfilingIntervalInMilliseconds' => '

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

', ], ], 'ProfilingParameters' => [ 'base' => NULL, 'refs' => [ 'ProfilerConfig$ProfilingParameters' => '

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', 'ProfilerConfigForUpdate$ProfilingParameters' => '

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

', ], ], 'ProfilingStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$ProfilingStatus' => '

Profiling status of a training job.

', ], ], 'ProgrammingLang' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ProgrammingLang' => '

The supported programming language and its version.

', 'DescribeImageVersionResponse$ProgrammingLang' => '

The supported programming language and its version.

', 'UpdateImageVersionRequest$ProgrammingLang' => '

The supported programming language and its version.

', ], ], 'Project' => [ 'base' => '

The properties of a project as returned by the Search API.

', 'refs' => [ 'SearchRecord$Project' => '

The properties of a project.

', ], ], 'ProjectArn' => [ 'base' => NULL, 'refs' => [ 'CreateProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'DescribeProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'Project$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'ProjectSummary$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', 'UpdateProjectOutput$ProjectArn' => '

The Amazon Resource Name (ARN) of the project.

', ], ], 'ProjectEntityName' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$ProjectName' => '

The name of the project.

', 'DeleteProjectInput$ProjectName' => '

The name of the project to delete.

', 'DescribeProjectInput$ProjectName' => '

The name of the project to describe.

', 'DescribeProjectOutput$ProjectName' => '

The name of the project.

', 'ListProjectsInput$NameContains' => '

A filter that returns the projects whose name contains a specified string.

', 'Project$ProjectName' => '

The name of the project.

', 'ProjectSummary$ProjectName' => '

The name of the project.

', 'UpdateProjectInput$ProjectName' => '

The name of the project.

', ], ], 'ProjectId' => [ 'base' => NULL, 'refs' => [ 'CreateProjectOutput$ProjectId' => '

The ID of the new project.

', 'DescribeProjectOutput$ProjectId' => '

The ID of the project.

', 'Project$ProjectId' => '

The ID of the project.

', 'ProjectSummary$ProjectId' => '

The ID of the project.

', ], ], 'ProjectSortBy' => [ 'base' => NULL, 'refs' => [ 'ListProjectsInput$SortBy' => '

The field by which to sort results. The default is CreationTime.

', ], ], 'ProjectSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListProjectsInput$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'ProjectStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeProjectOutput$ProjectStatus' => '

The status of the project.

', 'Project$ProjectStatus' => '

The status of the project.

', 'ProjectSummary$ProjectStatus' => '

The status of the project.

', ], ], 'ProjectSummary' => [ 'base' => '

Information about a project.

', 'refs' => [ 'ProjectSummaryList$member' => NULL, ], ], 'ProjectSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListProjectsOutput$ProjectSummaryList' => '

A list of summaries of projects.

', ], ], 'PropertyNameHint' => [ 'base' => NULL, 'refs' => [ 'PropertyNameQuery$PropertyNameHint' => '

Text that begins a property\'s name.

', ], ], 'PropertyNameQuery' => [ 'base' => '

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

', 'refs' => [ 'SuggestionQuery$PropertyNameQuery' => '

Defines a property name hint. Only property names that begin with the specified hint are included in the response.

', ], ], 'PropertyNameSuggestion' => [ 'base' => '

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

', 'refs' => [ 'PropertyNameSuggestionList$member' => NULL, ], ], 'PropertyNameSuggestionList' => [ 'base' => NULL, 'refs' => [ 'GetSearchSuggestionsResponse$PropertyNameSuggestions' => '

A list of property names for a Resource that match a SuggestionQuery.

', ], ], 'ProvisionedProductStatusMessage' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisionedProductDetails$ProvisionedProductStatusMessage' => '

The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.

  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.

  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.

  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.

  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

', ], ], 'ProvisioningParameter' => [ 'base' => '

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'ProvisioningParameters$member' => NULL, ], ], 'ProvisioningParameterKey' => [ 'base' => NULL, 'refs' => [ 'ProvisioningParameter$Key' => '

The key that identifies a provisioning parameter.

', ], ], 'ProvisioningParameterValue' => [ 'base' => NULL, 'refs' => [ 'ProvisioningParameter$Value' => '

The value of the provisioning parameter.

', ], ], 'ProvisioningParameters' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisioningDetails$ProvisioningParameters' => '

A list of key value pairs that you specify when you provision a product.

', 'ServiceCatalogProvisioningUpdateDetails$ProvisioningParameters' => '

A list of key value pairs that you specify when you provision a product.

', ], ], 'PublicWorkforceTaskPrice' => [ 'base' => '

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

  • 0.012

  • 0.024

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

  • 2.400

  • 2.280

  • 2.160

  • 2.040

  • 1.920

  • 1.800

  • 1.680

  • 1.560

  • 1.440

  • 1.320

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

', 'refs' => [ 'HumanLoopConfig$PublicWorkforceTaskPrice' => NULL, 'HumanTaskConfig$PublicWorkforceTaskPrice' => '

The price that you pay for each task performed by an Amazon Mechanical Turk worker.

', ], ], 'PutModelPackageGroupPolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'PutModelPackageGroupPolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'QualityCheckStepMetadata' => [ 'base' => '

Container for the metadata for a Quality check step. For more information, see the topic on QualityCheck step in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'PipelineExecutionStepMetadata$QualityCheck' => '

The configurations and outcomes of the check step execution. This includes:

  • The type of the check conducted.

  • The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.

  • The Amazon S3 URIs of newly calculated baseline constraints and statistics.

  • The model package group name provided.

  • The Amazon S3 URI of the violation report if violations detected.

  • The Amazon Resource Name (ARN) of check processing job initiated by the step execution.

  • The Boolean flags indicating if the drift check is skipped.

  • If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.

', ], ], 'QueryFilters' => [ 'base' => '

A set of filters to narrow the set of lineage entities connected to the StartArn(s) returned by the QueryLineage API action.

', 'refs' => [ 'QueryLineageRequest$Filters' => '

A set of filtering parameters that allow you to specify which entities should be returned.

  • Properties - Key-value pairs to match on the lineage entities\' properties.

  • LineageTypes - A set of lineage entity types to match on. For example: TrialComponent, Artifact, or Context.

  • CreatedBefore - Filter entities created before this date.

  • ModifiedBefore - Filter entities modified before this date.

  • ModifiedAfter - Filter entities modified after this date.

', ], ], 'QueryLineageMaxDepth' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$MaxDepth' => '

The maximum depth in lineage relationships from the StartArns that are traversed. Depth is a measure of the number of Associations from the StartArn entity to the matched results.

', ], ], 'QueryLineageMaxResults' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$MaxResults' => '

Limits the number of vertices in the results. Use the NextToken in a response to to retrieve the next page of results.

', ], ], 'QueryLineageRequest' => [ 'base' => NULL, 'refs' => [], ], 'QueryLineageResponse' => [ 'base' => NULL, 'refs' => [], ], 'QueryLineageStartArns' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$StartArns' => '

A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.

', ], ], 'QueryLineageTypes' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$LineageTypes' => '

Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity.

', ], ], 'QueryProperties' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$Properties' => '

Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.

', ], ], 'QueryTypes' => [ 'base' => NULL, 'refs' => [ 'QueryFilters$Types' => '

Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment.

', ], ], 'RSessionAppSettings' => [ 'base' => '

A collection of settings that apply to an RSessionGateway app.

', 'refs' => [ 'UserSettings$RSessionAppSettings' => '

A collection of settings that configure the RSessionGateway app.

', ], ], 'RStudioServerProAccessStatus' => [ 'base' => NULL, 'refs' => [ 'RStudioServerProAppSettings$AccessStatus' => '

Indicates whether the current user has access to the RStudioServerPro app.

', ], ], 'RStudioServerProAppSettings' => [ 'base' => '

A collection of settings that configure user interaction with the RStudioServerPro app.

', 'refs' => [ 'UserSettings$RStudioServerProAppSettings' => '

A collection of settings that configure user interaction with the RStudioServerPro app.

', ], ], 'RStudioServerProDomainSettings' => [ 'base' => '

A collection of settings that configure the RStudioServerPro Domain-level app.

', 'refs' => [ 'DomainSettings$RStudioServerProDomainSettings' => '

A collection of settings that configure the RStudioServerPro Domain-level app.

', ], ], 'RStudioServerProDomainSettingsForUpdate' => [ 'base' => '

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

', 'refs' => [ 'DomainSettingsForUpdate$RStudioServerProDomainSettingsForUpdate' => '

A collection of RStudioServerPro Domain-level app settings to update. A single RStudioServerPro application is created for a domain.

', ], ], 'RStudioServerProUserGroup' => [ 'base' => NULL, 'refs' => [ 'RStudioServerProAppSettings$UserGroup' => '

The level of permissions that the user has within the RStudioServerPro app. This value defaults to `User`. The `Admin` value allows the user access to the RStudio Administrative Dashboard.

', ], ], 'RandomSeed' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobConfig$RandomSeed' => '

A value used to initialize a pseudo-random number generator. Setting a random seed and using the same seed later for the same tuning job will allow hyperparameter optimization to find more a consistent hyperparameter configuration between the two runs.

', ], ], 'RealTimeInferenceConfig' => [ 'base' => '

The infrastructure configuration for deploying the model to a real-time inference endpoint.

', 'refs' => [ 'ModelInfrastructureConfig$RealTimeInferenceConfig' => '

The infrastructure configuration for deploying the model to real-time inference.

', ], ], 'RealTimeInferenceRecommendation' => [ 'base' => '

The recommended configuration to use for Real-Time Inference.

', 'refs' => [ 'RealTimeInferenceRecommendations$member' => NULL, ], ], 'RealTimeInferenceRecommendations' => [ 'base' => NULL, 'refs' => [ 'DeploymentRecommendation$RealTimeInferenceRecommendations' => '

A list of RealTimeInferenceRecommendation items.

', ], ], 'RealtimeInferenceInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedRealtimeInferenceInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

', 'InferenceSpecification$SupportedRealtimeInferenceInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

This parameter is required for unversioned models, and optional for versioned models.

', ], ], 'RecommendationFailureReason' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobInferenceBenchmark$FailureReason' => '

The reason why a benchmark failed.

', ], ], 'RecommendationJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobResponse$JobArn' => '

The Amazon Resource Name (ARN) of the recommendation job.

', 'DescribeInferenceRecommendationsJobResponse$JobArn' => '

The Amazon Resource Name (ARN) of the job.

', 'InferenceRecommendationsJob$JobArn' => '

The Amazon Resource Name (ARN) of the recommendation job.

', ], ], 'RecommendationJobCompilationJobName' => [ 'base' => NULL, 'refs' => [ 'ModelConfiguration$CompilationJobName' => '

The name of the compilation job used to create the recommended model artifacts.

', ], ], 'RecommendationJobCompiledOutputConfig' => [ 'base' => '

Provides information about the output configuration for the compiled model.

', 'refs' => [ 'RecommendationJobOutputConfig$CompiledOutputConfig' => '

Provides information about the output configuration for the compiled model.

', ], ], 'RecommendationJobContainerConfig' => [ 'base' => '

Specifies mandatory fields for running an Inference Recommender job directly in the CreateInferenceRecommendationsJob API. The fields specified in ContainerConfig override the corresponding fields in the model package. Use ContainerConfig if you want to specify these fields for the recommendation job but don\'t want to edit them in your model package.

', 'refs' => [ 'RecommendationJobInputConfig$ContainerConfig' => '

Specifies mandatory fields for running an Inference Recommender job. The fields specified in ContainerConfig override the corresponding fields in the model package.

', ], ], 'RecommendationJobDataInputConfig' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$DataInputConfig' => '

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig.

', ], ], 'RecommendationJobDescription' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobDescription' => '

Description of the recommendation job.

', 'DescribeInferenceRecommendationsJobResponse$JobDescription' => '

The job description that you provided when you initiated the job.

', 'InferenceRecommendationsJob$JobDescription' => '

The job description.

', ], ], 'RecommendationJobInferenceBenchmark' => [ 'base' => '

The details for a specific benchmark from an Inference Recommender job.

', 'refs' => [ 'InferenceRecommendationsJobStep$InferenceBenchmark' => '

The details for a specific benchmark.

', ], ], 'RecommendationJobInputConfig' => [ 'base' => '

The input configuration of the recommendation job.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$InputConfig' => '

Provides information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations.

', 'DescribeInferenceRecommendationsJobResponse$InputConfig' => '

Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.

', ], ], 'RecommendationJobName' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobName' => '

A name for the recommendation job. The name must be unique within the Amazon Web Services Region and within your Amazon Web Services account. The job name is passed down to the resources created by the recommendation job. The names of resources (such as the model, endpoint configuration, endpoint, and compilation) that are prefixed with the job name are truncated at 40 characters.

', 'DescribeInferenceRecommendationsJobRequest$JobName' => '

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'DescribeInferenceRecommendationsJobResponse$JobName' => '

The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

', 'GetScalingConfigurationRecommendationRequest$InferenceRecommendationsJobName' => '

The name of a previously completed Inference Recommender job.

', 'GetScalingConfigurationRecommendationResponse$InferenceRecommendationsJobName' => '

The name of a previously completed Inference Recommender job.

', 'InferenceRecommendationsJob$JobName' => '

The name of the job.

', 'InferenceRecommendationsJobStep$JobName' => '

The name of the Inference Recommender job.

', 'ListInferenceRecommendationsJobStepsRequest$JobName' => '

The name for the Inference Recommender job.

', 'StopInferenceRecommendationsJobRequest$JobName' => '

The name of the job you want to stop.

', ], ], 'RecommendationJobOutputConfig' => [ 'base' => '

Provides information about the output configuration for the compiled model.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$OutputConfig' => '

Provides information about the output artifacts and the KMS key to use for Amazon S3 server-side encryption.

', ], ], 'RecommendationJobPayloadConfig' => [ 'base' => '

The configuration for the payload for a recommendation job.

', 'refs' => [ 'RecommendationJobContainerConfig$PayloadConfig' => '

Specifies the SamplePayloadUrl and all other sample payload-related fields.

', ], ], 'RecommendationJobResourceLimit' => [ 'base' => '

Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.

', 'refs' => [ 'RecommendationJobInputConfig$ResourceLimit' => '

Defines the resource limit of the job.

', ], ], 'RecommendationJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeInferenceRecommendationsJobResponse$Status' => '

The status of the job.

', 'InferenceRecommendationsJob$Status' => '

The status of the job.

', 'InferenceRecommendationsJobStep$Status' => '

The current status of the benchmark.

', 'ListInferenceRecommendationsJobStepsRequest$Status' => '

A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

', 'ListInferenceRecommendationsJobsRequest$StatusEquals' => '

A filter that retrieves only inference recommendations jobs with a specific status.

', ], ], 'RecommendationJobStoppingConditions' => [ 'base' => '

Specifies conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.

', 'refs' => [ 'CreateInferenceRecommendationsJobRequest$StoppingConditions' => '

A set of conditions for stopping a recommendation job. If any of the conditions are met, the job is automatically stopped.

', 'DescribeInferenceRecommendationsJobResponse$StoppingConditions' => '

The stopping conditions that you provided when you initiated the job.

', ], ], 'RecommendationJobSupportedContentTypes' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobPayloadConfig$SupportedContentTypes' => '

The supported MIME types for the input data.

', ], ], 'RecommendationJobSupportedEndpointType' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$SupportedEndpointType' => '

The endpoint type to receive recommendations for. By default this is null, and the results of the inference recommendation job return a combined list of both real-time and serverless benchmarks. By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.

', ], ], 'RecommendationJobSupportedInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$SupportedInstanceTypes' => '

A list of the instance types that are used to generate inferences in real-time.

', ], ], 'RecommendationJobSupportedResponseMIMEType' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobSupportedResponseMIMETypes$member' => NULL, ], ], 'RecommendationJobSupportedResponseMIMETypes' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobContainerConfig$SupportedResponseMIMETypes' => '

The supported MIME types for the output data.

', ], ], 'RecommendationJobType' => [ 'base' => NULL, 'refs' => [ 'CreateInferenceRecommendationsJobRequest$JobType' => '

Defines the type of recommendation job. Specify Default to initiate an instance recommendation and Advanced to initiate a load test. If left unspecified, Amazon SageMaker Inference Recommender will run an instance recommendation (DEFAULT) job.

', 'DescribeInferenceRecommendationsJobResponse$JobType' => '

The job type that you provided when you initiated the job.

', 'InferenceRecommendationsJob$JobType' => '

The recommendation job type.

', ], ], 'RecommendationJobVpcConfig' => [ 'base' => '

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

', 'refs' => [ 'RecommendationJobInputConfig$VpcConfig' => '

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

', ], ], 'RecommendationJobVpcSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcSecurityGroupIds$member' => NULL, ], ], 'RecommendationJobVpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcConfig$SecurityGroupIds' => '

The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'RecommendationJobVpcSubnetId' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcSubnets$member' => NULL, ], ], 'RecommendationJobVpcSubnets' => [ 'base' => NULL, 'refs' => [ 'RecommendationJobVpcConfig$Subnets' => '

The ID of the subnets in the VPC to which you want to connect your model.

', ], ], 'RecommendationMetrics' => [ 'base' => '

The metrics of recommendations.

', 'refs' => [ 'InferenceRecommendation$Metrics' => '

The metrics used to decide what recommendation to make.

', 'RecommendationJobInferenceBenchmark$Metrics' => NULL, ], ], 'RecommendationStatus' => [ 'base' => NULL, 'refs' => [ 'DeploymentRecommendation$RecommendationStatus' => '

Status of the deployment recommendation. The status NOT_APPLICABLE means that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status is IN_PROGRESS, retry your API call after a few seconds to get a COMPLETED deployment recommendation.

', ], ], 'RecommendationStepType' => [ 'base' => NULL, 'refs' => [ 'InferenceRecommendationsJobStep$StepType' => '

The type of the subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

', 'ListInferenceRecommendationsJobStepsRequest$StepType' => '

A filter to return details about the specified type of subtask.

BENCHMARK: Evaluate the performance of your model on different instance types.

', ], ], 'RecordWrapper' => [ 'base' => NULL, 'refs' => [ 'Channel$RecordWrapperType' => '

Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don\'t need to set this attribute. For more information, see Create a Dataset Using RecordIO.

In File mode, leave this field unset or set it to None.

', ], ], 'RedshiftClusterId' => [ 'base' => '

The Redshift cluster Identifier.

', 'refs' => [ 'RedshiftDatasetDefinition$ClusterId' => NULL, ], ], 'RedshiftDatabase' => [ 'base' => '

The name of the Redshift database used in Redshift query execution.

', 'refs' => [ 'RedshiftDatasetDefinition$Database' => NULL, ], ], 'RedshiftDatasetDefinition' => [ 'base' => '

Configuration for Redshift Dataset Definition input.

', 'refs' => [ 'DatasetDefinition$RedshiftDatasetDefinition' => NULL, ], ], 'RedshiftQueryString' => [ 'base' => '

The SQL query statements to be executed.

', 'refs' => [ 'RedshiftDatasetDefinition$QueryString' => NULL, ], ], 'RedshiftResultCompressionType' => [ 'base' => '

The compression used for Redshift query results.

', 'refs' => [ 'RedshiftDatasetDefinition$OutputCompression' => NULL, ], ], 'RedshiftResultFormat' => [ 'base' => '

The data storage format for Redshift query results.

', 'refs' => [ 'RedshiftDatasetDefinition$OutputFormat' => NULL, ], ], 'RedshiftUserName' => [ 'base' => '

The database user name used in Redshift query execution.

', 'refs' => [ 'RedshiftDatasetDefinition$DbUser' => NULL, ], ], 'RegisterDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'RegisterModelStepMetadata' => [ 'base' => '

Metadata for a register model job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$RegisterModel' => '

The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.

', ], ], 'ReleaseNotes' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$ReleaseNotes' => '

The maintainer description of the image version.

', 'DescribeImageVersionResponse$ReleaseNotes' => '

The maintainer description of the image version.

', 'UpdateImageVersionRequest$ReleaseNotes' => '

The maintainer description of the image version.

', ], ], 'RenderUiTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'RenderUiTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'RenderableTask' => [ 'base' => '

Contains input values for a task.

', 'refs' => [ 'RenderUiTemplateRequest$Task' => '

A RenderableTask object containing a representative task to render.

', ], ], 'RenderingError' => [ 'base' => '

A description of an error that occurred while rendering the template.

', 'refs' => [ 'RenderingErrorList$member' => NULL, ], ], 'RenderingErrorList' => [ 'base' => NULL, 'refs' => [ 'RenderUiTemplateResponse$Errors' => '

A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.

', ], ], 'RepositoryAccessMode' => [ 'base' => NULL, 'refs' => [ 'ImageConfig$RepositoryAccessMode' => '

Set this to one of the following values:

  • Platform - The model image is hosted in Amazon ECR.

  • Vpc - The model image is hosted in a private Docker registry in your VPC.

', ], ], 'RepositoryAuthConfig' => [ 'base' => '

Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field of the ImageConfig object that you passed to a call to CreateModel and the private Docker registry where the model image is hosted requires authentication.

', 'refs' => [ 'ImageConfig$RepositoryAuthConfig' => '

(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

', ], ], 'RepositoryCredentialsProviderArn' => [ 'base' => NULL, 'refs' => [ 'RepositoryAuthConfig$RepositoryCredentialsProviderArn' => '

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

', ], ], 'RepositoryUrl' => [ 'base' => NULL, 'refs' => [ 'CodeRepository$RepositoryUrl' => '

The URL of the Git repository.

', ], ], 'ResolvedAttributes' => [ 'base' => '

The resolved attributes.

', 'refs' => [ 'DescribeAutoMLJobResponse$ResolvedAttributes' => '

Contains ProblemType, AutoMLJobObjective, and CompletionCriteria. If you do not provide these values, they are inferred.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'AddTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource that you want to tag.

', 'DeleteTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to delete.

', 'ListTagsInput$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

', ], ], 'ResourceCatalog' => [ 'base' => '

A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store DefaultFeatureGroupCatalog, see Share Amazon SageMaker Catalog resource type in the Amazon SageMaker Developer Guide.

', 'refs' => [ 'ResourceCatalogList$member' => NULL, ], ], 'ResourceCatalogArn' => [ 'base' => NULL, 'refs' => [ 'ResourceCatalog$ResourceCatalogArn' => '

The Amazon Resource Name (ARN) of the ResourceCatalog.

', ], ], 'ResourceCatalogDescription' => [ 'base' => NULL, 'refs' => [ 'ResourceCatalog$Description' => '

A free form description of the ResourceCatalog.

', ], ], 'ResourceCatalogList' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsResponse$ResourceCatalogs' => '

A list of the requested ResourceCatalogs.

', ], ], 'ResourceCatalogName' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$NameContains' => '

A string that partially matches one or more ResourceCatalogs names. Filters ResourceCatalog by name.

', 'ResourceCatalog$ResourceCatalogName' => '

The name of the ResourceCatalog.

', ], ], 'ResourceCatalogSortBy' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$SortBy' => '

The value on which the resource catalog list is sorted.

', ], ], 'ResourceCatalogSortOrder' => [ 'base' => NULL, 'refs' => [ 'ListResourceCatalogsRequest$SortOrder' => '

The order in which the resource catalogs are listed.

', ], ], 'ResourceConfig' => [ 'base' => '

Describes the resources, including machine learning (ML) compute instances and ML storage volumes, to use for model training.

', 'refs' => [ 'CreateTrainingJobRequest$ResourceConfig' => '

The resources, including the ML compute instances and ML storage volumes, to use for model training.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use ML storage volumes for scratch space. If you want SageMaker to use the ML storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

', 'DescribeTrainingJobResponse$ResourceConfig' => '

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

', 'HyperParameterTrainingJobDefinition$ResourceConfig' => '

The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

If you want to use hyperparameter optimization with instance type flexibility, use HyperParameterTuningResourceConfig instead.

', 'TrainingJob$ResourceConfig' => '

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

', 'TrainingJobDefinition$ResourceConfig' => '

The resources, including the ML compute instances and ML storage volumes, to use for model training.

', ], ], 'ResourceConfigForUpdate' => [ 'base' => '

The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the ResourceConfig cannot be updated.

', 'refs' => [ 'UpdateTrainingJobRequest$ResourceConfig' => '

The training job ResourceConfig to update warm pool retention length.

', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$HomeEfsFileSystemId' => '

The ID of the Amazon Elastic File System (EFS) managed by this Domain.

', ], ], 'ResourceInUse' => [ 'base' => '

Resource being accessed is in use.

', 'refs' => [], ], 'ResourceLimitExceeded' => [ 'base' => '

You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

', 'refs' => [], ], 'ResourceLimits' => [ 'base' => '

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

', 'refs' => [ 'HyperParameterTuningJobConfig$ResourceLimits' => '

The ResourceLimits object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.

', 'HyperParameterTuningJobSummary$ResourceLimits' => '

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

', ], ], 'ResourceNotFound' => [ 'base' => '

Resource being access is not found.

', 'refs' => [], ], 'ResourcePolicyString' => [ 'base' => NULL, 'refs' => [ 'GetLineageGroupPolicyResponse$ResourcePolicy' => '

The resource policy that gives access to the lineage group in another account.

', ], ], 'ResourcePropertyName' => [ 'base' => NULL, 'refs' => [ 'Filter$Name' => '

A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

', 'NestedFilters$NestedPropertyName' => '

The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

', 'PropertyNameSuggestion$PropertyName' => '

A suggested property name based on what you entered in the search textbox in the SageMaker console.

', 'SearchRequest$SortBy' => '

The name of the resource property used to sort the SearchResults. The default is LastModifiedTime.

', ], ], 'ResourceRetainedBillableTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'WarmPoolStatus$ResourceRetainedBillableTimeInSeconds' => '

The billable time in seconds used by the warm pool. Billable time refers to the absolute wall-clock time.

Multiply ResourceRetainedBillableTimeInSeconds by the number of instances (InstanceCount) in your training cluster to get the total compute time SageMaker bills you if you run warm pool training. The formula is as follows: ResourceRetainedBillableTimeInSeconds * InstanceCount.

', ], ], 'ResourceSpec' => [ 'base' => '

Specifies the ARN\'s of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

', 'refs' => [ 'CreateAppRequest$ResourceSpec' => '

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

The value of InstanceType passed as part of the ResourceSpec in the CreateApp call overrides the value passed as part of the ResourceSpec configured for the user profile or the domain. If InstanceType is not specified in any of those three ResourceSpec values for a KernelGateway app, the CreateApp call fails with a request validation error.

', 'DescribeAppResponse$ResourceSpec' => '

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

', 'JupyterServerAppSettings$DefaultResourceSpec' => '

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.

', 'KernelGatewayAppSettings$DefaultResourceSpec' => '

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the Amazon Web Services Command Line Interface or Amazon Web Services CloudFormation and the instance type parameter value is not passed.

', 'RSessionAppSettings$DefaultResourceSpec' => NULL, 'RStudioServerProDomainSettings$DefaultResourceSpec' => NULL, 'RStudioServerProDomainSettingsForUpdate$DefaultResourceSpec' => NULL, 'TensorBoardAppSettings$DefaultResourceSpec' => '

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

', ], ], 'ResourceType' => [ 'base' => NULL, 'refs' => [ 'GetSearchSuggestionsRequest$Resource' => '

The name of the SageMaker resource to search for.

', 'SearchRequest$Resource' => '

The name of the SageMaker resource to search for.

', ], ], 'ResponseMIMEType' => [ 'base' => NULL, 'refs' => [ 'ResponseMIMETypes$member' => NULL, ], ], 'ResponseMIMETypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedResponseMIMETypes' => '

The supported MIME types for the output data.

', 'InferenceSpecification$SupportedResponseMIMETypes' => '

The supported MIME types for the output data.

', ], ], 'RetentionPolicy' => [ 'base' => '

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

', 'refs' => [ 'DeleteDomainRequest$RetentionPolicy' => '

The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted. By default, all resources are retained (not automatically deleted).

', ], ], 'RetentionType' => [ 'base' => NULL, 'refs' => [ 'RetentionPolicy$HomeEfsFileSystem' => '

The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

', ], ], 'RetryPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'RetryPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'RetryStrategy' => [ 'base' => '

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

', 'refs' => [ 'CreateTrainingJobRequest$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'DescribeTrainingJobResponse$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'HyperParameterTrainingJobDefinition$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', 'TrainingJob$RetryStrategy' => '

The number of times to retry the job when the job fails due to an InternalServerError.

', ], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'AlgorithmValidationSpecification$ValidationRole' => '

The IAM roles that SageMaker uses to run the training jobs.

', 'CreateAutoMLJobRequest$RoleArn' => '

The ARN of the role that is used to access the data.

', 'CreateAutoMLJobV2Request$RoleArn' => '

The ARN of the role that is used to access the data.

', 'CreateCompilationJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

During model compilation, Amazon SageMaker needs your permission to:

  • Read input data from an S3 bucket

  • Write model artifacts to an S3 bucket

  • Write logs to Amazon CloudWatch Logs

  • Publish metrics to Amazon CloudWatch

You grant permissions for all of these tasks to an IAM role. To pass this role to Amazon SageMaker, the caller of this API must have the iam:PassRole permission. For more information, see Amazon SageMaker Roles.

', 'CreateDataQualityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateDeviceFleetRequest$RoleArn' => '

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

', 'CreateEdgePackagingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact SageMaker Neo.

', 'CreateFeatureGroupRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

', 'CreateFlowDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

', 'CreateImageRequest$RoleArn' => '

The ARN of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'CreateInferenceExperimentRequest$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'CreateInferenceRecommendationsJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'CreateLabelingJobRequest$RoleArn' => '

The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform tasks on your behalf during data labeling. You must grant this role the necessary permissions so that Amazon SageMaker can successfully complete data labeling.

', 'CreateModelBiasJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateModelExplainabilityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateModelInput$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute instances or for batch transform jobs. Deploying on ML compute instances is part of model hosting. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'CreateModelQualityJobDefinitionRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateNotebookInstanceInput$RoleArn' => '

When you send any requests to Amazon Web Services resources from the notebook instance, SageMaker assumes this role to perform tasks on your behalf. You must grant this role necessary permissions so SageMaker can perform these tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com) permissions to assume this role. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'CreatePipelineRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.

', 'CreateProcessingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'CreateTrainingJobRequest$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf.

During model training, SageMaker needs your permission to read input data from an S3 bucket, download a Docker image that contains training code, write model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and publish metrics to Amazon CloudWatch. You grant permissions for all of these tasks to an IAM role. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'DefaultSpaceSettings$ExecutionRole' => '

The ARN of the execution role for the space.

', 'DescribeAutoMLJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeAutoMLJobV2Response$RoleArn' => '

The ARN of the Identity and Access Management role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeCompilationJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.

', 'DescribeDataQualityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeDeviceFleetResponse$RoleArn' => '

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

', 'DescribeEdgePackagingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to download and upload the model, and to contact Neo.

', 'DescribeFeatureGroupResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.

', 'DescribeFlowDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.

', 'DescribeImageResponse$RoleArn' => '

The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'DescribeInferenceExperimentResponse$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'DescribeInferenceRecommendationsJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.

', 'DescribeLabelingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during data labeling.

', 'DescribeModelBiasJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeModelExplainabilityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

', 'DescribeModelOutput$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

', 'DescribeModelQualityJobDefinitionResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeNotebookInstanceOutput$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role associated with the instance.

', 'DescribePipelineResponse$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline uses to execute.

', 'DescribeProcessingJobResponse$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'DescribeTrainingJobResponse$RoleArn' => '

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

', 'FeatureGroup$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

', 'HyperParameterTrainingJobDefinition$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

', 'InferenceExperimentSummary$RoleArn' => '

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

', 'InferenceRecommendationsJob$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'Model$ExecutionRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

', 'ModelPackageValidationSpecification$ValidationRole' => '

The IAM roles to be used for the validation of the model package.

', 'ModelRegisterSettings$CrossAccountModelRegisterRoleArn' => '

The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.

', 'MonitoringJobDefinition$RoleArn' => '

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

', 'Pipeline$RoleArn' => '

The Amazon Resource Name (ARN) of the role that created the pipeline.

', 'PipelineSummary$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline used to execute.

', 'ProcessingJob$RoleArn' => '

The ARN of the role used to create the processing job.

', 'RStudioServerProDomainSettings$DomainExecutionRoleArn' => '

The ARN of the execution role for the RStudioServerPro Domain-level app.

', 'RStudioServerProDomainSettingsForUpdate$DomainExecutionRoleArn' => '

The execution role for the RStudioServerPro Domain-level app.

', 'RedshiftDatasetDefinition$ClusterRoleArn' => '

The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

', 'RenderUiTemplateRequest$RoleArn' => '

The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

', 'TimeSeriesForecastingSettings$AmazonForecastRoleArn' => '

The IAM role that Canvas passes to Amazon Forecast for time series forecasting. By default, Canvas uses the execution role specified in the UserProfile that launches the Canvas application. If an execution role is not specified in the UserProfile, Canvas uses the execution role specified in the Domain that owns the UserProfile. To allow time series forecasting, this IAM role should have the AmazonSageMakerCanvasForecastAccess policy attached and forecast.amazonaws.com added in the trust relationship as a service principal.

', 'TrainingJob$RoleArn' => '

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

', 'UpdateDeviceFleetRequest$RoleArn' => '

The Amazon Resource Name (ARN) of the device.

', 'UpdateImageRequest$RoleArn' => '

The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.

', 'UpdateNotebookInstanceInput$RoleArn' => '

The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the notebook instance. For more information, see SageMaker Roles.

To be able to pass this role to SageMaker, the caller of this API must have the iam:PassRole permission.

', 'UpdatePipelineRequest$RoleArn' => '

The Amazon Resource Name (ARN) that the pipeline uses to execute.

', 'UserSettings$ExecutionRole' => '

The execution role for the user.

', ], ], 'RollingUpdatePolicy' => [ 'base' => '

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

', 'refs' => [ 'DeploymentConfig$RollingUpdatePolicy' => '

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

', ], ], 'RootAccess' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

', 'DescribeNotebookInstanceOutput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance.

Lifecycle configurations need root access to be able to set up a notebook instance. Because of this, lifecycle configurations associated with a notebook instance always run with root access even if you disable root access for users.

', 'UpdateNotebookInstanceInput$RootAccess' => '

Whether root access is enabled or disabled for users of the notebook instance. The default value is Enabled.

If you set this to Disabled, users don\'t have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.

', ], ], 'RuleConfigurationName' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$RuleConfigurationName' => '

The name of the rule configuration. It must be unique relative to other rule configuration names.

', 'DebugRuleEvaluationStatus$RuleConfigurationName' => '

The name of the rule configuration.

', 'ProfilerRuleConfiguration$RuleConfigurationName' => '

The name of the rule configuration. It must be unique relative to other rule configuration names.

', 'ProfilerRuleEvaluationStatus$RuleConfigurationName' => '

The name of the rule configuration.

', ], ], 'RuleEvaluationStatus' => [ 'base' => NULL, 'refs' => [ 'DebugRuleEvaluationStatus$RuleEvaluationStatus' => '

Status of the rule evaluation.

', 'ProfilerRuleEvaluationStatus$RuleEvaluationStatus' => '

Status of the rule evaluation.

', ], ], 'RuleParameters' => [ 'base' => NULL, 'refs' => [ 'DebugRuleConfiguration$RuleParameters' => '

Runtime configuration for rule container.

', 'ProfilerRuleConfiguration$RuleParameters' => '

Runtime configuration for rule container.

', ], ], 'S3DataDistribution' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$S3DataDistributionType' => '

If you want SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

If you want SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

Don\'t choose more ML compute instances for training than available S3 objects. If you do, some nodes won\'t get any data and you will pay for nodes that aren\'t getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

', ], ], 'S3DataSource' => [ 'base' => '

Describes the S3 data source.

Your input bucket must be in the same Amazon Web Services region as your training job.

', 'refs' => [ 'DataSource$S3DataSource' => '

The S3 location of the data source that is associated with a channel.

', ], ], 'S3DataType' => [ 'base' => NULL, 'refs' => [ 'S3DataSource$S3DataType' => '

If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.

If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel\'s input mode is Pipe.

', 'TransformS3DataSource$S3DataType' => '

If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

The following values are compatible: ManifestFile, S3Prefix

The following value is not compatible: AugmentedManifestFile

', ], ], 'S3ModelDataSource' => [ 'base' => '

Specifies the S3 location of ML model data to deploy.

', 'refs' => [ 'ModelDataSource$S3DataSource' => '

Specifies the S3 location of ML model data to deploy.

', ], ], 'S3ModelDataType' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$S3DataType' => '

Specifies the type of ML model data to deploy.

If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix as part of the ML model data to deploy. A valid key name prefix identified by S3Uri always ends with a forward slash (/).

If you choose S3Object, S3Uri identifies an object that is the ML model data to deploy.

', ], ], 'S3ModelUri' => [ 'base' => NULL, 'refs' => [ 'S3ModelDataSource$S3Uri' => '

Specifies the S3 path of ML model data to deploy.

', ], ], 'S3OutputPath' => [ 'base' => NULL, 'refs' => [ 'HubS3StorageConfig$S3OutputPath' => '

The Amazon S3 bucket prefix for hosting hub content.

', ], ], 'S3StorageConfig' => [ 'base' => '

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

', 'refs' => [ 'OfflineStoreConfig$S3StorageConfig' => '

The Amazon Simple Storage (Amazon S3) location of OfflineStore.

', ], ], 'S3Uri' => [ 'base' => NULL, 'refs' => [ 'AthenaDatasetDefinition$OutputS3Uri' => '

The location in Amazon S3 where Athena query results are stored.

', 'AutoMLCandidateGenerationConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job. You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

These column keys may not include the target column.

In ensembling mode, Autopilot only supports the following data types: numeric, categorical, text, and datetime. In HPO mode, Autopilot can support numeric, categorical, text, datetime, and sequence.

If only FeatureDataTypes is provided, the column keys (col1, col2,..) should be a subset of the column names in the input data.

If both FeatureDataTypes and FeatureAttributeNames are provided, then the column keys should be a subset of the column names provided in FeatureAttributeNames.

The key name FeatureAttributeNames is fixed. The values listed in ["col1", "col2", ...] are case sensitive and should be a list of strings containing unique values that are a subset of the column names in the input data. The list of columns provided must not include the target column.

', 'AutoMLOutputDataConfig$S3OutputPath' => '

The Amazon S3 output path. Must be 128 characters or less.

', 'AutoMLS3DataSource$S3Uri' => '

The URL to the Amazon S3 data source. The Uri refers to the Amazon S3 prefix or ManifestFile depending on the data type.

', 'BatchDataCaptureConfig$DestinationS3Uri' => '

The Amazon S3 location being used to capture the data.

', 'CheckpointConfig$S3Uri' => '

Identifies the S3 path where you want SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

', 'CreateLabelingJobRequest$LabelCategoryConfigS3Uri' => '

The S3 URI of the file, referred to as a label category configuration file, that defines the categories used to label the data objects.

For 3D point cloud and video frame task types, you can add label category attributes and frame attributes to your label category configuration file. To learn how, see Create a Labeling Category Configuration File for 3D Point Cloud Labeling Jobs.

For named entity recognition jobs, in addition to "labels", you must provide worker instructions in the label category configuration file using the "instructions" parameter: "instructions": {"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>", "fullInstruction":"<p>Add additional instructions.</p>"}. For details and an example, see Create a Named Entity Recognition Labeling Job (API) .

For all other built-in task types and custom tasks, your label category configuration file must be a JSON file in the following format. Identify the labels you want to use by replacing label_1, label_2,...,label_n with your label categories.

{

"document-version": "2018-11-28",

"labels": [{"label": "label_1"},{"label": "label_2"},...{"label": "label_n"}]

}

Note the following about the label category configuration file:

  • For image classification and text classification (single and multi-label) you must specify at least two label categories. For all other task types, the minimum number of label categories required is one.

  • Each label category must be unique, you cannot specify duplicate label categories.

  • If you create a 3D point cloud or video frame adjustment or verification labeling job, you must include auditLabelAttributeName in the label category configuration. Use this parameter to enter the LabelAttributeName of the labeling job you want to adjust or verify annotations of.

', 'CreateModelPackageInput$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). This archive can hold multiple files that are all equally used in the load test. Each file in the archive must satisfy the size constraints of the InvokeEndpoint call.

', 'DataQualityAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'DataQualityAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'DebugHookConfig$S3OutputPath' => '

Path to Amazon S3 storage location for metrics and tensors.

', 'DebugRuleConfiguration$S3OutputPath' => '

Path to Amazon S3 storage location for rules.

', 'DescribeEdgePackagingJobResponse$ModelArtifact' => '

The Amazon Simple Storage (S3) URI where model artifacts ares stored.

', 'DescribeLabelingJobResponse$LabelCategoryConfigS3Uri' => '

The S3 location of the JSON file that defines the categories used to label data objects. Please note the following label-category limits:

  • Semantic segmentation labeling jobs using automated labeling: 20 labels

  • Box bounding labeling jobs (all): 10 labels

The file is a JSON structure in the following format:

{

"document-version": "2018-11-28"

"labels": [

{

"label": "label 1"

},

{

"label": "label 2"

},

...

{

"label": "label n"

}

]

}

', 'EdgeOutputConfig$S3OutputLocation' => '

The Amazon Simple Storage (S3) bucker URI.

', 'FileSource$S3Uri' => '

The Amazon S3 URI for the file source.

', 'FlowDefinitionOutputConfig$S3OutputPath' => '

The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

', 'InferenceRecommendationsJob$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'InputConfig$S3Uri' => '

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'LabelingJobOutput$OutputDatasetS3Uri' => '

The Amazon S3 bucket location of the manifest file for labeled data.

', 'LabelingJobOutputConfig$S3OutputPath' => '

The Amazon S3 location to write output data.

', 'LabelingJobS3DataSource$ManifestS3Uri' => '

The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.

  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

', 'MetricsSource$S3Uri' => '

The S3 URI for the metrics source.

', 'ModelArtifacts$S3ModelArtifacts' => '

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

', 'ModelBiasAppSpecification$ConfigUri' => '

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

', 'ModelCardExportArtifacts$S3ExportArtifacts' => '

The Amazon S3 URI of the exported model artifacts.

', 'ModelCardExportOutputConfig$S3OutputPath' => '

The Amazon S3 output path to export your model card PDF.

', 'ModelExplainabilityAppSpecification$ConfigUri' => '

JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

', 'ModelQualityAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'ModelQualityAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'MonitoringAppSpecification$RecordPreprocessorSourceUri' => '

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

', 'MonitoringAppSpecification$PostAnalyticsProcessorSourceUri' => '

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

', 'MonitoringConstraintsResource$S3Uri' => '

The Amazon S3 URI for the constraints resource.

', 'MonitoringStatisticsResource$S3Uri' => '

The Amazon S3 URI for the statistics resource.

', 'OutputConfig$S3OutputLocation' => '

Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

', 'OutputDataConfig$S3OutputPath' => '

Identifies the S3 path where you want SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

', 'ProcessingS3Input$S3Uri' => '

The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

', 'ProcessingS3Output$S3Uri' => '

A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

', 'ProfilerConfig$S3OutputPath' => '

Path to Amazon S3 storage location for system and framework metrics.

', 'ProfilerConfigForUpdate$S3OutputPath' => '

Path to Amazon S3 storage location for system and framework metrics.

', 'ProfilerRuleConfiguration$S3OutputPath' => '

Path to Amazon S3 storage location for rules.

', 'RecommendationJobCompiledOutputConfig$S3OutputUri' => '

Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.

', 'RedshiftDatasetDefinition$OutputS3Uri' => '

The location in Amazon S3 where the Redshift query results are stored.

', 'S3DataSource$S3Uri' => '

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix

  • A manifest might look like this: s3://bucketname/example.manifest

    A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

    The following code example shows a valid manifest format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},

    "relative/path/to/custdata-1",

    "relative/path/custdata-2",

    ...

    "relative/path/custdata-N"

    ]

    This JSON is equivalent to the following S3Uri list:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1

    s3://customer_bucket/some/prefix/relative/path/custdata-2

    ...

    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that SageMaker uses to perform tasks on your behalf.

Your input bucket must be located in same Amazon Web Services region as your training job.

', 'S3StorageConfig$S3Uri' => '

The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

', 'S3StorageConfig$ResolvedOutputS3Uri' => '

The S3 path where offline records are written.

', 'SharingSettings$S3OutputPath' => '

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

', 'TabularJobConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing selected features from the input data source to run an Autopilot job V2. You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

These column keys may not include the target column.

In ensembling mode, Autopilot only supports the following data types: numeric, categorical, text, and datetime. In HPO mode, Autopilot can support numeric, categorical, text, datetime, and sequence.

If only FeatureDataTypes is provided, the column keys (col1, col2,..) should be a subset of the column names in the input data.

If both FeatureDataTypes and FeatureAttributeNames are provided, then the column keys should be a subset of the column names provided in FeatureAttributeNames.

The key name FeatureAttributeNames is fixed. The values listed in ["col1", "col2", ...] are case sensitive and should be a list of strings containing unique values that are a subset of the column names in the input data. The list of columns provided must not include the target column.

', 'TensorBoardOutputConfig$S3OutputPath' => '

Path to Amazon S3 storage location for TensorBoard output.

', 'TimeSeriesForecastingJobConfig$FeatureSpecificationS3Uri' => '

A URL to the Amazon S3 data source containing additional selected features that complement the target, itemID, timestamp, and grouped columns set in TimeSeriesConfig. When not provided, the AutoML job V2 includes all the columns from the original dataset that are not already declared in TimeSeriesConfig. If provided, the AutoML job V2 only considers these additional columns as a complement to the ones declared in TimeSeriesConfig.

You can input FeatureAttributeNames (optional) in JSON format as shown below:

{ "FeatureAttributeNames":["col1", "col2", ...] }.

You can also specify the data type of the feature (optional) in the format shown below:

{ "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }

Autopilot supports the following data types: numeric, categorical, text, and datetime.

These column keys must not include any column set in TimeSeriesConfig.

', 'TransformOutput$S3OutputPath' => '

The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn\'t upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

', 'TransformS3DataSource$S3Uri' => '

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix.

  • A manifest might look like this: s3://bucketname/example.manifest

    The manifest is an S3 object which is a JSON file with the following format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},

    "relative/path/to/custdata-1",

    "relative/path/custdata-2",

    ...

    "relative/path/custdata-N"

    ]

    The preceding JSON matches the following S3Uris:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1

    s3://customer_bucket/some/prefix/relative/path/custdata-2

    ...

    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

', 'UiConfig$UiTemplateS3Uri' => '

The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

', 'WorkspaceSettings$S3ArtifactPath' => '

The Amazon S3 bucket used to store artifacts generated by Canvas. Updating the Amazon S3 location impacts existing configuration settings, and Canvas users no longer have access to their artifacts. Canvas users must log out and log back in to apply the new location.

', ], ], 'SageMakerImageVersionAlias' => [ 'base' => NULL, 'refs' => [ 'DeleteImageVersionRequest$Alias' => '

The alias of the image to delete.

', 'DescribeImageVersionRequest$Alias' => '

The alias of the image version.

', 'ListAliasesRequest$Alias' => '

The alias of the image version.

', 'SageMakerImageVersionAliases$member' => NULL, 'UpdateImageVersionRequest$Alias' => '

The alias of the image version.

', ], ], 'SageMakerImageVersionAliases' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$Aliases' => '

A list of aliases created with the image version.

', 'ListAliasesResponse$SageMakerImageVersionAliases' => '

A list of SageMaker image version aliases.

', 'UpdateImageVersionRequest$AliasesToAdd' => '

A list of aliases to add.

', 'UpdateImageVersionRequest$AliasesToDelete' => '

A list of aliases to delete.

', ], ], 'SagemakerServicecatalogStatus' => [ 'base' => NULL, 'refs' => [ 'GetSagemakerServicecatalogPortfolioStatusOutput$Status' => '

Whether Service Catalog is enabled or disabled in SageMaker.

', ], ], 'SampleWeightAttributeName' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$SampleWeightAttributeName' => '

If specified, this column name indicates which column of the dataset should be treated as sample weights for use by the objective metric during the training, evaluation, and the selection of the best model. This column is not considered as a predictive feature. For more information on Autopilot metrics, see Metrics and validation.

Sample weights should be numeric, non-negative, with larger values indicating which rows are more important than others. Data points that have invalid or no weight value are excluded.

Support for sample weights is available in Ensembling mode only.

', 'TabularJobConfig$SampleWeightAttributeName' => '

If specified, this column name indicates which column of the dataset should be treated as sample weights for use by the objective metric during the training, evaluation, and the selection of the best model. This column is not considered as a predictive feature. For more information on Autopilot metrics, see Metrics and validation.

Sample weights should be numeric, non-negative, with larger values indicating which rows are more important than others. Data points that have invalid or no weight value are excluded.

Support for sample weights is available in Ensembling mode only.

', ], ], 'SamplingPercentage' => [ 'base' => NULL, 'refs' => [ 'DataCaptureConfig$InitialSamplingPercentage' => '

The percentage of requests SageMaker will capture. A lower value is recommended for Endpoints with high traffic.

', 'DataCaptureConfigSummary$CurrentSamplingPercentage' => '

The percentage of requests being captured by your Endpoint.

', ], ], 'ScalingPolicies' => [ 'base' => NULL, 'refs' => [ 'DynamicScalingConfiguration$ScalingPolicies' => '

An object of the scaling policies for each metric.

', ], ], 'ScalingPolicy' => [ 'base' => '

An object containing a recommended scaling policy.

', 'refs' => [ 'ScalingPolicies$member' => NULL, ], ], 'ScalingPolicyMetric' => [ 'base' => '

The metric for a scaling policy.

', 'refs' => [ 'GetScalingConfigurationRecommendationResponse$Metric' => '

An object with a list of metrics that were benchmarked during the previously completed Inference Recommender job.

', ], ], 'ScalingPolicyObjective' => [ 'base' => '

An object where you specify the anticipated traffic pattern for an endpoint.

', 'refs' => [ 'GetScalingConfigurationRecommendationRequest$ScalingPolicyObjective' => '

An object where you specify the anticipated traffic pattern for an endpoint.

', 'GetScalingConfigurationRecommendationResponse$ScalingPolicyObjective' => '

An object representing the anticipated traffic pattern for an endpoint that you specified in the request.

', ], ], 'ScheduleConfig' => [ 'base' => '

Configuration details about the monitoring schedule.

', 'refs' => [ 'MonitoringScheduleConfig$ScheduleConfig' => '

Configures the monitoring schedule.

', ], ], 'ScheduleExpression' => [ 'base' => NULL, 'refs' => [ 'ScheduleConfig$ScheduleExpression' => '

A cron expression that describes details about the monitoring schedule.

Currently the only supported cron expressions are:

  • If you want to set the job to start every hour, please use the following:

    Hourly: cron(0 * ? * * *)

  • If you want to start the job daily:

    cron(0 [00-23] ? * * *)

For example, the following are valid cron expressions:

  • Daily at noon UTC: cron(0 12 ? * * *)

  • Daily at midnight UTC: cron(0 0 ? * * *)

To support running every 6, 12 hours, the following are also supported:

cron(0 [00-23]/[01-24] ? * * *)

For example, the following are valid cron expressions:

  • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)

  • Every two hours starting at midnight: cron(0 0/2 ? * * *)

  • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.

  • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

', ], ], 'ScheduleStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeMonitoringScheduleResponse$MonitoringScheduleStatus' => '

The status of an monitoring job.

', 'ListMonitoringSchedulesRequest$StatusEquals' => '

A filter that returns only monitoring schedules modified before a specified time.

', 'ModelDashboardMonitoringSchedule$MonitoringScheduleStatus' => '

The status of the monitoring schedule.

', 'MonitoringSchedule$MonitoringScheduleStatus' => '

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.

  • FAILED - The schedule failed.

  • SCHEDULED - The schedule was successfully created.

  • STOPPED - The schedule was stopped.

', 'MonitoringScheduleSummary$MonitoringScheduleStatus' => '

The status of the monitoring schedule.

', ], ], 'SearchExpression' => [ 'base' => '

A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression\'s condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements.

A SearchExpression contains the following components:

  • A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.

  • A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.

  • A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects.

  • A Boolean operator: And or Or.

', 'refs' => [ 'SearchExpressionList$member' => NULL, 'SearchRequest$SearchExpression' => '

A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive SubExpressions, NestedFilters, and Filters that can be included in a SearchExpression object is 50.

', ], ], 'SearchExpressionList' => [ 'base' => NULL, 'refs' => [ 'SearchExpression$SubExpressions' => '

A list of search expression objects.

', ], ], 'SearchRecord' => [ 'base' => '

A single resource returned as part of the Search API response.

', 'refs' => [ 'SearchResultsList$member' => NULL, ], ], 'SearchRequest' => [ 'base' => NULL, 'refs' => [], ], 'SearchResponse' => [ 'base' => NULL, 'refs' => [], ], 'SearchResultsList' => [ 'base' => NULL, 'refs' => [ 'SearchResponse$Results' => '

A list of SearchRecord objects.

', ], ], 'SearchSortOrder' => [ 'base' => NULL, 'refs' => [ 'SearchRequest$SortOrder' => '

How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.

', ], ], 'SecondaryStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$SecondaryStatus' => '

Provides detailed information about the state of the training job. For detailed information on the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Interrupted - The job stopped because the managed spot training instances were interrupted.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • MaxWaitTimeExceeded - The job stopped because it exceeded the maximum allowed wait time.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTraining

  • DownloadingTrainingImage

', 'SecondaryStatusTransition$Status' => '

Contains a secondary status information from a training job.

Status might be one of the following secondary statuses:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTrainingStack

  • DownloadingTrainingImage

', 'TrainingJob$SecondaryStatus' => '

Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
  • Starting - Starting the training job.

  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.

  • Training - Training is in progress.

  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.

Completed
  • Completed - The training job has completed.

Failed
  • Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.

Stopped
  • MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.

  • Stopped - The training job has stopped.

Stopping
  • Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances

  • PreparingTrainingStack

  • DownloadingTrainingImage

', ], ], 'SecondaryStatusTransition' => [ 'base' => '

An array element of SecondaryStatusTransitions for DescribeTrainingJob. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job\'s secondary status.

', 'refs' => [ 'SecondaryStatusTransitions$member' => NULL, ], ], 'SecondaryStatusTransitions' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$SecondaryStatusTransitions' => '

A history of all of the secondary statuses that the training job has transitioned through.

', 'TrainingJob$SecondaryStatusTransitions' => '

A history of all of the secondary statuses that the training job has transitioned through.

', ], ], 'SecretArn' => [ 'base' => NULL, 'refs' => [ 'GitConfig$SecretArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', 'GitConfigForUpdate$SecretArn' => '

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'DescribeDomainResponse$SecurityGroupIdForDomainBoundary' => '

The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.

', 'DomainSecurityGroupIds$member' => NULL, 'SecurityGroupIds$member' => NULL, 'VpcSecurityGroupIds$member' => NULL, ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', 'DefaultSpaceSettings$SecurityGroups' => '

The security group IDs for the Amazon Virtual Private Cloud that the space uses for communication.

', 'DescribeNotebookInstanceOutput$SecurityGroups' => '

The IDs of the VPC security groups.

', 'UserSettings$SecurityGroups' => '

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly, unless specified as part of the DefaultUserSettings for the domain.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

', ], ], 'Seed' => [ 'base' => NULL, 'refs' => [ 'ShuffleConfig$Seed' => '

Determines the shuffling order in ShuffleConfig value.

', ], ], 'SelectedStep' => [ 'base' => '

A step selected to run in selective execution mode.

', 'refs' => [ 'SelectedStepList$member' => NULL, ], ], 'SelectedStepList' => [ 'base' => NULL, 'refs' => [ 'SelectiveExecutionConfig$SelectedSteps' => '

A list of pipeline steps to run. All step(s) in all path(s) between two selected steps should be included.

', ], ], 'SelectiveExecutionConfig' => [ 'base' => '

The selective execution configuration applied to the pipeline run.

', 'refs' => [ 'DescribePipelineExecutionResponse$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', 'PipelineExecution$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', 'StartPipelineExecutionRequest$SelectiveExecutionConfig' => '

The selective execution configuration applied to the pipeline run.

', ], ], 'SelectiveExecutionResult' => [ 'base' => '

The ARN from an execution of the current pipeline.

', 'refs' => [ 'PipelineExecutionStep$SelectiveExecutionResult' => '

The ARN from an execution of the current pipeline from which results are reused for this step.

', ], ], 'SendPipelineExecutionStepFailureRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepFailureResponse' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepSuccessRequest' => [ 'base' => NULL, 'refs' => [], ], 'SendPipelineExecutionStepSuccessResponse' => [ 'base' => NULL, 'refs' => [], ], 'ServerlessMaxConcurrency' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$MaxConcurrency' => '

The maximum number of concurrent invocations your serverless endpoint can process.

', 'ProductionVariantServerlessUpdateConfig$MaxConcurrency' => '

The updated maximum number of concurrent invocations your serverless endpoint can process.

', ], ], 'ServerlessMemorySizeInMB' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$MemorySizeInMB' => '

The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.

', ], ], 'ServerlessProvisionedConcurrency' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantServerlessConfig$ProvisionedConcurrency' => '

The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.

', 'ProductionVariantServerlessUpdateConfig$ProvisionedConcurrency' => '

The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

', ], ], 'ServiceCatalogEntityId' => [ 'base' => NULL, 'refs' => [ 'ServiceCatalogProvisionedProductDetails$ProvisionedProductId' => '

The ID of the provisioned product.

', 'ServiceCatalogProvisioningDetails$ProductId' => '

The ID of the product to provision.

', 'ServiceCatalogProvisioningDetails$ProvisioningArtifactId' => '

The ID of the provisioning artifact.

', 'ServiceCatalogProvisioningDetails$PathId' => '

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

', 'ServiceCatalogProvisioningUpdateDetails$ProvisioningArtifactId' => '

The ID of the provisioning artifact.

', ], ], 'ServiceCatalogProvisionedProductDetails' => [ 'base' => '

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'DescribeProjectOutput$ServiceCatalogProvisionedProductDetails' => '

Information about a provisioned service catalog product.

', 'Project$ServiceCatalogProvisionedProductDetails' => NULL, ], ], 'ServiceCatalogProvisioningDetails' => [ 'base' => '

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'CreateProjectInput$ServiceCatalogProvisioningDetails' => '

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don\'t provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

', 'DescribeProjectOutput$ServiceCatalogProvisioningDetails' => '

Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.

', 'Project$ServiceCatalogProvisioningDetails' => NULL, ], ], 'ServiceCatalogProvisioningUpdateDetails' => [ 'base' => '

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

', 'refs' => [ 'UpdateProjectInput$ServiceCatalogProvisioningUpdateDetails' => '

The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don\'t provide the provisioning artifact ID. For more information, see What is Amazon Web Services Service Catalog.

', ], ], 'SessionExpirationDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'CreatePresignedDomainUrlRequest$SessionExpirationDurationInSeconds' => '

The session expiration duration in seconds. This value defaults to 43200.

', 'CreatePresignedNotebookInstanceUrlInput$SessionExpirationDurationInSeconds' => '

The duration of the session, in seconds. The default is 12 hours.

', ], ], 'ShadowModeConfig' => [ 'base' => '

The configuration of ShadowMode inference experiment type, which specifies a production variant to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.

', 'refs' => [ 'CreateInferenceExperimentRequest$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.

', 'DescribeInferenceExperimentResponse$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.

', 'UpdateInferenceExperimentRequest$ShadowModeConfig' => '

The configuration of ShadowMode inference experiment type. Use this field to specify a production variant which takes all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant also specify the percentage of requests that Amazon SageMaker replicates.

', ], ], 'ShadowModelVariantConfig' => [ 'base' => '

The name and sampling percentage of a shadow variant.

', 'refs' => [ 'ShadowModelVariantConfigList$member' => NULL, ], ], 'ShadowModelVariantConfigList' => [ 'base' => NULL, 'refs' => [ 'ShadowModeConfig$ShadowModelVariants' => '

List of shadow variant configurations.

', ], ], 'SharingSettings' => [ 'base' => '

Specifies options for sharing 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.

', 'refs' => [ 'UserSettings$SharingSettings' => '

Specifies options for sharing SageMaker Studio notebooks.

', ], ], 'ShuffleConfig' => [ 'base' => '

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, when ShuffleConfig is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

', 'refs' => [ 'Channel$ShuffleConfig' => '

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

', ], ], 'SingleSignOnUserIdentifier' => [ 'base' => NULL, 'refs' => [ 'CreateUserProfileRequest$SingleSignOnUserIdentifier' => '

A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain\'s AuthMode is IAM Identity Center, this field is required. If the Domain\'s AuthMode is not IAM Identity Center, this field cannot be specified.

', 'DescribeUserProfileResponse$SingleSignOnUserIdentifier' => '

The IAM Identity Center user identifier.

', ], ], 'SnsTopicArn' => [ 'base' => NULL, 'refs' => [ 'AsyncInferenceNotificationConfig$SuccessTopic' => '

Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

', 'AsyncInferenceNotificationConfig$ErrorTopic' => '

Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

', 'LabelingJobOutputConfig$SnsTopicArn' => '

An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

To learn more, see Receive Output Data from a Streaming Labeling Job.

', 'LabelingJobSnsDataSource$SnsTopicArn' => '

The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

', ], ], 'SortActionsBy' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortArtifactsBy' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortAssociationsBy' => [ 'base' => NULL, 'refs' => [ 'ListAssociationsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortBy' => [ 'base' => NULL, 'refs' => [ 'ListLabelingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListProcessingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListTrainingJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', 'ListTransformJobsRequest$SortBy' => '

The field to sort results by. The default is CreationTime.

', ], ], 'SortContextsBy' => [ 'base' => NULL, 'refs' => [ 'ListContextsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortExperimentsBy' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortInferenceExperimentsBy' => [ 'base' => NULL, 'refs' => [ 'ListInferenceExperimentsRequest$SortBy' => '

The column by which to sort the listed inference experiments.

', ], ], 'SortLineageGroupsBy' => [ 'base' => NULL, 'refs' => [ 'ListLineageGroupsRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'SortOrder' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAlgorithmsInput$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListAppImageConfigsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAppsRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListArtifactsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListAssociationsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListCompilationJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListContextsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListDataQualityJobDefinitionsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListDeviceFleetsRequest$SortOrder' => '

What direction to sort in.

', 'ListEdgeDeploymentPlansRequest$SortOrder' => '

The direction of the sorting (ascending or descending).

', 'ListEdgePackagingJobsRequest$SortOrder' => '

What direction to sort by.

', 'ListExperimentsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListFlowDefinitionsRequest$SortOrder' => '

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

', 'ListHubContentVersionsRequest$SortOrder' => '

Sort hub content versions by ascending or descending order.

', 'ListHubContentsRequest$SortOrder' => '

Sort hubs by ascending or descending order.

', 'ListHubsRequest$SortOrder' => '

Sort hubs by ascending or descending order.

', 'ListHumanTaskUisRequest$SortOrder' => '

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

', 'ListHyperParameterTuningJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListInferenceExperimentsRequest$SortOrder' => '

The direction of sorting (ascending or descending).

', 'ListInferenceRecommendationsJobsRequest$SortOrder' => '

The sort order for the results.

', 'ListLabelingJobsForWorkteamRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListLabelingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListLineageGroupsRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListModelBiasJobDefinitionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListModelExplainabilityJobDefinitionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListModelPackageGroupsInput$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListModelPackagesInput$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListModelQualityJobDefinitionsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListMonitoringAlertHistoryRequest$SortOrder' => '

The sort order, whether Ascending or Descending, of the alert history. The default is Descending.

', 'ListMonitoringExecutionsRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListMonitoringSchedulesRequest$SortOrder' => '

Whether to sort the results in Ascending or Descending order. The default is Descending.

', 'ListPipelineExecutionStepsRequest$SortOrder' => '

The field by which to sort results. The default is CreatedTime.

', 'ListPipelineExecutionsRequest$SortOrder' => '

The sort order for results.

', 'ListPipelinesRequest$SortOrder' => '

The sort order for results.

', 'ListProcessingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListSpacesRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListStudioLifecycleConfigsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListTrainingJobsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', 'ListTransformJobsRequest$SortOrder' => '

The sort order for results. The default is Descending.

', 'ListTrialComponentsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListTrialsRequest$SortOrder' => '

The sort order. The default value is Descending.

', 'ListUserProfilesRequest$SortOrder' => '

The sort order for the results. The default is Ascending.

', 'ListWorkforcesRequest$SortOrder' => '

Sort workforces in ascending or descending order.

', 'ListWorkteamsRequest$SortOrder' => '

The sort order for results. The default is Ascending.

', ], ], 'SortPipelineExecutionsBy' => [ 'base' => NULL, 'refs' => [ 'ListPipelineExecutionsRequest$SortBy' => '

The field by which to sort results. The default is CreatedTime.

', ], ], 'SortPipelinesBy' => [ 'base' => NULL, 'refs' => [ 'ListPipelinesRequest$SortBy' => '

The field by which to sort results. The default is CreatedTime.

', ], ], 'SortTrialComponentsBy' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SortTrialsBy' => [ 'base' => NULL, 'refs' => [ 'ListTrialsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'SourceAlgorithm' => [ 'base' => '

Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

', 'refs' => [ 'SourceAlgorithmList$member' => NULL, ], ], 'SourceAlgorithmList' => [ 'base' => NULL, 'refs' => [ 'SourceAlgorithmSpecification$SourceAlgorithms' => '

A list of the algorithms that were used to create a model package.

', ], ], 'SourceAlgorithmSpecification' => [ 'base' => '

A list of algorithms that were used to create a model package.

', 'refs' => [ 'CreateModelPackageInput$SourceAlgorithmSpecification' => '

Details about the algorithm that was used to create the model package.

', 'DescribeModelPackageOutput$SourceAlgorithmSpecification' => '

Details about the algorithm that was used to create the model package.

', 'ModelPackage$SourceAlgorithmSpecification' => '

A list of algorithms that were used to create a model package.

', ], ], 'SourceIpConfig' => [ 'base' => '

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn\'t restricted to specific IP addresses.

', 'refs' => [ 'CreateWorkforceRequest$SourceIpConfig' => NULL, 'UpdateWorkforceRequest$SourceIpConfig' => '

A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

Maximum: Ten CIDR values

', 'Workforce$SourceIpConfig' => '

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn\'t restricted to specific IP addresses.

', ], ], 'SourceType' => [ 'base' => NULL, 'refs' => [ 'ExperimentSource$SourceType' => '

The source type.

', 'TrialComponentSource$SourceType' => '

The source job type.

', 'TrialSource$SourceType' => '

The source job type.

', ], ], 'SourceUri' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$SourceUri' => '

A filter that returns only actions with the specified source URI.

', 'ListArtifactsRequest$SourceUri' => '

A filter that returns only artifacts with the specified source URI.

', 'ListContextsRequest$SourceUri' => '

A filter that returns only contexts with the specified source URI.

', ], ], 'SpaceArn' => [ 'base' => NULL, 'refs' => [ 'CreateSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', 'DescribeSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', 'UpdateSpaceResponse$SpaceArn' => '

The space\'s Amazon Resource Name (ARN).

', ], ], 'SpaceDetails' => [ 'base' => '

The space\'s details.

', 'refs' => [ 'SpaceList$member' => NULL, ], ], 'SpaceList' => [ 'base' => NULL, 'refs' => [ 'ListSpacesResponse$Spaces' => '

The list of spaces.

', ], ], 'SpaceName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$SpaceName' => '

The name of the space.

', 'CreateAppRequest$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'CreatePresignedDomainUrlRequest$SpaceName' => '

The name of the space.

', 'CreateSpaceRequest$SpaceName' => '

The name of the space.

', 'DeleteAppRequest$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'DeleteSpaceRequest$SpaceName' => '

The name of the space.

', 'DescribeAppRequest$SpaceName' => '

The name of the space.

', 'DescribeAppResponse$SpaceName' => '

The name of the space. If this value is not set, then UserProfileName must be set.

', 'DescribeSpaceRequest$SpaceName' => '

The name of the space.

', 'DescribeSpaceResponse$SpaceName' => '

The name of the space.

', 'ListAppsRequest$SpaceNameEquals' => '

A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.

', 'ListSpacesRequest$SpaceNameContains' => '

A parameter by which to filter the results.

', 'SpaceDetails$SpaceName' => '

The name of the space.

', 'UpdateSpaceRequest$SpaceName' => '

The name of the space.

', ], ], 'SpaceSettings' => [ 'base' => '

A collection of space settings.

', 'refs' => [ 'CreateSpaceRequest$SpaceSettings' => '

A collection of space settings.

', 'DescribeSpaceResponse$SpaceSettings' => '

A collection of space settings.

', 'UpdateSpaceRequest$SpaceSettings' => '

A collection of space settings.

', ], ], 'SpaceSortKey' => [ 'base' => NULL, 'refs' => [ 'ListSpacesRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'SpaceStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeSpaceResponse$Status' => '

The status.

', 'SpaceDetails$Status' => '

The status.

', ], ], 'SpawnRate' => [ 'base' => NULL, 'refs' => [ 'Phase$SpawnRate' => '

Specified how many new users to spawn in a minute.

', ], ], 'SplitType' => [ 'base' => NULL, 'refs' => [ 'TransformInput$SplitType' => '

The method to use to split the transform job\'s data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

  • RecordIO

  • TFRecord

When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

', ], ], 'StageStatus' => [ 'base' => NULL, 'refs' => [ 'EdgeDeploymentStatus$StageStatus' => '

The general status of the current stage.

', ], ], 'Stairs' => [ 'base' => '

Defines the stairs traffic pattern for an Inference Recommender load test. This pattern type consists of multiple steps where the number of users increases at each step.

Specify either the stairs or phases traffic pattern.

', 'refs' => [ 'TrafficPattern$Stairs' => '

Defines the stairs traffic pattern.

', ], ], 'StartEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StartMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'StartPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'Statistic' => [ 'base' => NULL, 'refs' => [ 'CustomizedMetricSpecification$Statistic' => '

The statistic of the customized metric.

', ], ], 'StatusDetails' => [ 'base' => NULL, 'refs' => [ 'DebugRuleEvaluationStatus$StatusDetails' => '

Details from the rule evaluation.

', 'ProfilerRuleEvaluationStatus$StatusDetails' => '

Details from the rule evaluation.

', ], ], 'StatusMessage' => [ 'base' => NULL, 'refs' => [ 'SecondaryStatusTransition$StatusMessage' => '

A detailed description of the progress within a secondary status.

SageMaker provides secondary statuses and status messages that apply to each of them:

Starting
  • Starting the training job.

  • Launching requested ML instances.

  • Insufficient capacity error from EC2 while launching instances, retrying!

  • Launched instance was unhealthy, replacing it!

  • Preparing the instances for training.

Training
  • Downloading the training image.

  • Training image download completed. Training in progress.

Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don\'t use status messages in if statements.

To have an overview of your training job\'s progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

  • TrainingJobStatus - InProgress

  • SecondaryStatus - Training

  • StatusMessage - Downloading the training image

', ], ], 'StepDescription' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepDescription' => '

The description of the step.

', ], ], 'StepDisplayName' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepDisplayName' => '

The display name of the step.

', ], ], 'StepName' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepName' => '

The name of the step that is executed.

', ], ], 'StepStatus' => [ 'base' => NULL, 'refs' => [ 'PipelineExecutionStep$StepStatus' => '

The status of the step execution.

', ], ], 'StopAutoMLJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopCompilationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopEdgeDeploymentStageRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopEdgePackagingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopHyperParameterTuningJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopInferenceRecommendationsJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopLabelingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'StopPipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopPipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopProcessingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTransformJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StoppingCondition' => [ 'base' => '

Specifies a limit to how long a model training job or model compilation job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap model training costs.

To stop a training job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

The training algorithms provided by SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with CreateModel.

The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.

', 'refs' => [ 'CreateCompilationJobRequest$StoppingCondition' => '

Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

', 'CreateTrainingJobRequest$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'DescribeCompilationJobResponse$StoppingCondition' => '

Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training costs.

', 'DescribeTrainingJobResponse$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'HyperParameterTrainingJobDefinition$StoppingCondition' => '

Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

', 'TrainingJob$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

', 'TrainingJobDefinition$StoppingCondition' => '

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AlgorithmStatusItem$FailureReason' => '

if the overall status is Failed, the reason for the failure.

', 'BatchDescribeModelPackageError$ErrorCode' => '

', 'BatchDescribeModelPackageError$ErrorResponse' => '

', 'BatchTransformInput$FeaturesAttribute' => '

The attributes of the input data that are the input features.

', 'BatchTransformInput$InferenceAttribute' => '

The attribute of the input data that represents the ground truth label.

', 'BatchTransformInput$ProbabilityAttribute' => '

In a classification problem, the attribute that represents the class probability.

', 'CreateModelPackageInput$Domain' => '

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

', 'CreateModelPackageInput$Task' => '

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification. The following tasks are supported by Inference Recommender: "IMAGE_CLASSIFICATION" | "OBJECT_DETECTION" | "TEXT_GENERATION" |"IMAGE_SEGMENTATION" | "FILL_MASK" | "CLASSIFICATION" | "REGRESSION" | "OTHER".

Specify "OTHER" if none of the tasks listed fit your use case.

', 'CustomizedMetricSpecification$MetricName' => '

The name of the customized metric.

', 'CustomizedMetricSpecification$Namespace' => '

The namespace of the customized metric.

', 'DescribeEdgePackagingJobResponse$EdgePackagingJobStatusMessage' => '

Returns a message describing the job status and error messages.

', 'DescribeEdgePackagingJobResponse$ModelSignature' => '

The signature document of files in the model artifact.

', 'DescribeModelPackageOutput$Domain' => '

The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.

', 'DescribeModelPackageOutput$Task' => '

The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.

', 'DescribeModelPackageOutput$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored. This path points to a single gzip compressed tar archive (.tar.gz suffix).

', 'DeviceDeploymentSummary$DeviceDeploymentStatusMessage' => '

The detailed error message for the deployoment status result.

', 'EdgeDeploymentStatus$EdgeDeploymentStatusMessage' => '

A detailed message about deployment status in current stage.

', 'EdgeOutputConfig$PresetDeploymentConfig' => '

The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

  • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.

  • ComponentDescription (optional) - Description of the component.

  • ComponentVersion (optional) - The version of the component.

    Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

  • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.

  • PlatformArchitecture (optional) - The processor architecture for the platform.

    Supported architectures Windows include: Windows32_x86, Windows64_x64.

    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

', 'EdgePresetDeploymentOutput$StatusMessage' => '

Returns a message describing the status of the deployed resource.

', 'EndpointInput$FeaturesAttribute' => '

The attributes of the input data that are the input features.

', 'EndpointInput$InferenceAttribute' => '

The attribute of the input data that represents the ground truth label.

', 'EndpointInput$ProbabilityAttribute' => '

In a classification problem, the attribute that represents the class probability.

', 'EndpointOutputConfiguration$EndpointName' => '

The name of the endpoint made during a recommendation job.

', 'EndpointOutputConfiguration$VariantName' => '

The name of the production variant (deployed model) made during a recommendation job.

', 'EnvironmentParameter$Key' => '

The environment key suggested by the Amazon SageMaker Inference Recommender.

', 'EnvironmentParameter$ValueType' => '

The value type suggested by the Amazon SageMaker Inference Recommender.

', 'EnvironmentParameter$Value' => '

The value suggested by the Amazon SageMaker Inference Recommender.

', 'GetScalingConfigurationRecommendationRequest$RecommendationId' => '

The recommendation ID of a previously completed inference recommendation. This ID should come from one of the recommendations returned by the job specified in the InferenceRecommendationsJobName field.

Specify either this field or the EndpointName field.

', 'GetScalingConfigurationRecommendationResponse$RecommendationId' => '

The recommendation ID of a previously completed inference recommendation.

', 'IamIdentity$Arn' => '

The Amazon Resource Name (ARN) of the IAM identity.

', 'IamIdentity$PrincipalId' => '

The ID of the principal that assumes the IAM identity.

', 'IamIdentity$SourceIdentity' => '

The person or application which assumes the IAM identity.

', 'InferenceRecommendation$RecommendationId' => '

The recommendation ID which uniquely identifies each recommendation.

', 'ListProcessingJobsRequest$NameContains' => '

A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.

', 'ModelCard$ModelId' => '

The unique name (ID) of the model.

', 'ModelCard$RiskRating' => '

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

', 'ModelCard$ModelPackageGroupName' => '

The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.

', 'ModelDashboardModelCard$ModelId' => '

For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.

', 'ModelDashboardModelCard$RiskRating' => '

A model card\'s risk rating. Can be low, medium, or high.

', 'ModelMetadataSummary$Domain' => '

The machine learning domain of the model.

', 'ModelMetadataSummary$Framework' => '

The machine learning framework of the model.

', 'ModelMetadataSummary$Task' => '

The machine learning task of the model.

', 'ModelMetadataSummary$Model' => '

The name of the model.

', 'ModelMetadataSummary$FrameworkVersion' => '

The framework version of the model.

', 'ModelPackage$Domain' => '

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

', 'ModelPackage$Task' => '

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.

', 'ModelPackage$SamplePayloadUrl' => '

The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'ModelPackageContainerDefinition$Framework' => '

The machine learning framework of the model package container image.

', 'ModelPackageContainerDefinition$NearestModelName' => '

The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model. You can find a list of benchmarked models by calling ListModelMetadata.

', 'ModelPackageStatusItem$FailureReason' => '

if the overall status is Failed, the reason for the failure.

', 'PredefinedMetricSpecification$PredefinedMetricType' => '

The metric type. You can only apply SageMaker metric types to SageMaker endpoints.

', 'ProcessingInput$InputName' => '

The name for the processing job input.

', 'ProcessingOutput$OutputName' => '

The name for the processing job output.

', 'ProductListings$member' => NULL, 'RStudioServerProDomainSettings$RStudioConnectUrl' => '

A URL pointing to an RStudio Connect server.

', 'RStudioServerProDomainSettings$RStudioPackageManagerUrl' => '

A URL pointing to an RStudio Package Manager server.

', 'RStudioServerProDomainSettingsForUpdate$RStudioConnectUrl' => '

A URL pointing to an RStudio Connect server.

', 'RStudioServerProDomainSettingsForUpdate$RStudioPackageManagerUrl' => '

A URL pointing to an RStudio Package Manager server.

', 'RealTimeInferenceRecommendation$RecommendationId' => '

The recommendation ID which uniquely identifies each recommendation.

', 'RecommendationJobContainerConfig$Domain' => '

The machine learning domain of the model and its components.

Valid Values: COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING | MACHINE_LEARNING

', 'RecommendationJobContainerConfig$Task' => '

The machine learning task that the model accomplishes.

Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION | IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER

', 'RecommendationJobContainerConfig$Framework' => '

The machine learning framework of the container image.

Valid Values: TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN

', 'RecommendationJobContainerConfig$FrameworkVersion' => '

The framework version of the container image.

', 'RecommendationJobContainerConfig$NearestModelName' => '

The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model.

Valid Values: efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn | densenet201-gluon | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased | xceptionV1-keras | resnet50 | retinanet

', 'RecommendationJobPayloadConfig$SamplePayloadUrl' => '

The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

', 'RecommendationJobSupportedContentTypes$member' => NULL, 'RecommendationJobSupportedInstanceTypes$member' => NULL, 'RenderUiTemplateResponse$RenderedContent' => '

A Liquid template that renders the HTML for the worker UI.

', 'RenderingError$Code' => '

A unique identifier for a specific class of errors.

', 'RenderingError$Message' => '

A human-readable message describing the error.

', 'SubscribedWorkteam$SellerName' => '

The name of the vendor in the Amazon Marketplace.

', 'SubscribedWorkteam$ListingId' => '

Marketplace product listing ID.

', 'UserContext$UserProfileArn' => '

The Amazon Resource Name (ARN) of the user\'s profile.

', 'UserContext$UserProfileName' => '

The name of the user\'s profile.

', 'UserContext$DomainId' => '

The domain associated with the user.

', 'Workforce$SubDomain' => '

The subdomain for your OIDC Identity Provider.

', 'Workteam$SubDomain' => '

The URI of the labeling job\'s user interface. Workers open this URI to start labeling your data objects.

', ], ], 'String1024' => [ 'base' => NULL, 'refs' => [ 'ClarifyCheckStepMetadata$BaselineUsedForDriftCheckConstraints' => '

The Amazon S3 URI of baseline constraints file to be used for the drift check.

', 'ClarifyCheckStepMetadata$CalculatedBaselineConstraints' => '

The Amazon S3 URI of the newly calculated baseline constraints file.

', 'ClarifyCheckStepMetadata$ViolationReport' => '

The Amazon S3 URI of the violation report if violations are detected.

', 'CreateDomainResponse$Url' => '

The URL to the created domain.

', 'DescribeDomainResponse$Url' => '

The domain\'s URL.

', 'DomainDetails$Url' => '

The domain\'s URL.

', 'EMRStepMetadata$LogFilePath' => '

The path to the log file where the cluster step\'s failure root cause is recorded.

', 'OutputParameter$Value' => '

The value of the output parameter.

', 'Parameter$Value' => '

The literal value for the parameter.

', 'QualityCheckStepMetadata$BaselineUsedForDriftCheckStatistics' => '

The Amazon S3 URI of the baseline statistics file used for the drift check.

', 'QualityCheckStepMetadata$BaselineUsedForDriftCheckConstraints' => '

The Amazon S3 URI of the baseline constraints file used for the drift check.

', 'QualityCheckStepMetadata$CalculatedBaselineStatistics' => '

The Amazon S3 URI of the newly calculated baseline statistics file.

', 'QualityCheckStepMetadata$CalculatedBaselineConstraints' => '

The Amazon S3 URI of the newly calculated baseline constraints file.

', 'QualityCheckStepMetadata$ViolationReport' => '

The Amazon S3 URI of violation report if violations are detected.

', ], ], 'String128' => [ 'base' => NULL, 'refs' => [ 'CategoricalParameterRangeValues$member' => NULL, ], ], 'String200' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$Description' => '

A description of the work team.

', 'SubscribedWorkteam$MarketplaceTitle' => '

The title of the service provided by the vendor in the Amazon Marketplace.

', 'SubscribedWorkteam$MarketplaceDescription' => '

The description of the vendor from the Amazon Marketplace.

', 'UpdateWorkteamRequest$Description' => '

An updated description for the work team.

', 'Workteam$Description' => '

A description of the work team.

', ], ], 'String2048' => [ 'base' => NULL, 'refs' => [ 'ActionSource$SourceUri' => '

The URI of the source.

', 'ArtifactSource$SourceUri' => '

The URI of the source.

', 'ContextSource$SourceUri' => '

The URI of the source.

', ], ], 'String256' => [ 'base' => NULL, 'refs' => [ 'ActionSource$SourceType' => '

The type of the source.

', 'ActionSource$SourceId' => '

The ID of the source.

', 'ArtifactSourceType$Value' => '

The ID.

', 'ArtifactSummary$ArtifactType' => '

The type of the artifact.

', 'AssociationSummary$SourceType' => '

The source type.

', 'AssociationSummary$DestinationType' => '

The destination type.

', 'CallbackStepMetadata$SqsQueueUrl' => '

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

', 'ClarifyCheckStepMetadata$CheckType' => '

The type of the Clarify Check step

', 'ClarifyCheckStepMetadata$ModelPackageGroupName' => '

The model package group name.

', 'ClarifyCheckStepMetadata$CheckJobArn' => '

The Amazon Resource Name (ARN) of the check processing job that was run by this step\'s execution.

', 'ContextSource$SourceType' => '

The type of the source.

', 'ContextSource$SourceId' => '

The ID of the source.

', 'ContextSummary$ContextType' => '

The type of the context.

', 'CreateActionRequest$ActionType' => '

The action type.

', 'CreateArtifactRequest$ArtifactType' => '

The artifact type.

', 'CreateContextRequest$ContextType' => '

The context type.

', 'CreateUserProfileRequest$SingleSignOnUserValue' => '

The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain\'s AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain\'s AuthMode is not IAM Identity Center, this field cannot be specified.

', 'DescribeActionResponse$ActionType' => '

The type of the action.

', 'DescribeArtifactResponse$ArtifactType' => '

The type of the artifact.

', 'DescribeContextResponse$ContextType' => '

The type of the context.

', 'DescribeDomainResponse$SingleSignOnManagedApplicationInstanceId' => '

The IAM Identity Center managed application instance ID.

', 'DescribeUserProfileResponse$SingleSignOnUserValue' => '

The IAM Identity Center user value.

', 'EMRStepMetadata$ClusterId' => '

The identifier of the EMR cluster.

', 'EMRStepMetadata$StepId' => '

The identifier of the EMR cluster step.

', 'EMRStepMetadata$StepName' => '

The name of the EMR cluster step.

', 'LambdaStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

', 'ListActionsRequest$ActionType' => '

A filter that returns only actions of the specified type.

', 'ListArtifactsRequest$ArtifactType' => '

A filter that returns only artifacts of the specified type.

', 'ListAssociationsRequest$SourceType' => '

A filter that returns only associations with the specified source type.

', 'ListAssociationsRequest$DestinationType' => '

A filter that returns only associations with the specified destination type.

', 'ListContextsRequest$ContextType' => '

A filter that returns only contexts of the specified type.

', 'ListTrialComponentsRequest$SourceArn' => '

A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify SourceArn, you can\'t filter by ExperimentName or TrialName.

', 'ModelMetadataFilter$Value' => '

The value to filter the model metadata.

', 'ModelStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the created model.

', 'OutputParameter$Name' => '

The name of the output parameter.

', 'QualityCheckStepMetadata$CheckType' => '

The type of the Quality check step.

', 'QualityCheckStepMetadata$ModelPackageGroupName' => '

The model package group name.

', 'QualityCheckStepMetadata$CheckJobArn' => '

The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.

', 'QueryProperties$key' => NULL, 'QueryProperties$value' => NULL, 'RegisterModelStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the model package.

', 'SelectedStep$StepName' => '

The name of the pipeline step.

', 'SendPipelineExecutionStepFailureRequest$FailureReason' => '

A message describing why the step failed.

', ], ], 'String3072' => [ 'base' => NULL, 'refs' => [ 'FailStepMetadata$ErrorMessage' => '

A message that you define and then is processed and rendered by the Fail step when the error occurs.

', 'PipelineExecutionSummary$PipelineExecutionFailureReason' => '

A message generated by SageMaker Pipelines describing why the pipeline execution failed.

', ], ], 'String40' => [ 'base' => NULL, 'refs' => [ 'QueryTypes$member' => NULL, 'Vertex$Type' => '

The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

', ], ], 'String64' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$ActionType' => '

The type of the action.

', 'CategoricalParameter$Name' => '

The Name of the environment variable.

', 'ModelLatencyThreshold$Percentile' => '

The model latency percentile threshold. For custom load tests, specify the value as P95.

', ], ], 'String8192' => [ 'base' => NULL, 'refs' => [ 'QueryLineageRequest$NextToken' => '

Limits the number of vertices in the request. Use the NextToken in a response to to retrieve the next page of results.

', 'QueryLineageResponse$NextToken' => '

Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the next page of results.

', ], ], 'StringParameterValue' => [ 'base' => NULL, 'refs' => [ 'LineageEntityParameters$key' => NULL, 'LineageEntityParameters$value' => NULL, 'ListLineageEntityParameterKey$member' => NULL, 'TrialComponentParameterValue$StringValue' => '

The string value of a categorical hyperparameter. If you specify a value for this parameter, you can\'t specify the NumberValue parameter.

', ], ], 'StudioLifecycleConfigAppType' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigAppType' => '

The App type that the Lifecycle Configuration is attached to.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigAppType' => '

The App type that the Lifecycle Configuration is attached to.

', 'ListStudioLifecycleConfigsRequest$AppTypeEquals' => '

A parameter to search for the App Type to which the Lifecycle Configuration is attached.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigAppType' => '

The App type to which the Lifecycle Configuration is attached.

', ], ], 'StudioLifecycleConfigArn' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigResponse$StudioLifecycleConfigArn' => '

The ARN of your created Lifecycle Configuration.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigArn' => '

The ARN of the Lifecycle Configuration to describe.

', 'LifecycleConfigArns$member' => NULL, 'ResourceSpec$LifecycleConfigArn' => '

The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigArn' => '

The Amazon Resource Name (ARN) of the Lifecycle Configuration.

', ], ], 'StudioLifecycleConfigContent' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigContent' => '

The content of your Studio Lifecycle Configuration script. This content must be base64 encoded.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigContent' => '

The content of your Studio Lifecycle Configuration script.

', ], ], 'StudioLifecycleConfigDetails' => [ 'base' => '

Details of the Studio Lifecycle Configuration.

', 'refs' => [ 'StudioLifecycleConfigsList$member' => NULL, ], ], 'StudioLifecycleConfigName' => [ 'base' => NULL, 'refs' => [ 'CreateStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to create.

', 'DeleteStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to delete.

', 'DescribeStudioLifecycleConfigRequest$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration to describe.

', 'DescribeStudioLifecycleConfigResponse$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration that is described.

', 'ListStudioLifecycleConfigsRequest$NameContains' => '

A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.

', 'StudioLifecycleConfigDetails$StudioLifecycleConfigName' => '

The name of the Studio Lifecycle Configuration.

', ], ], 'StudioLifecycleConfigSortKey' => [ 'base' => NULL, 'refs' => [ 'ListStudioLifecycleConfigsRequest$SortBy' => '

The property used to sort results. The default value is CreationTime.

', ], ], 'StudioLifecycleConfigsList' => [ 'base' => NULL, 'refs' => [ 'ListStudioLifecycleConfigsResponse$StudioLifecycleConfigs' => '

A list of Lifecycle Configurations and their properties.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'CreateNotebookInstanceInput$SubnetId' => '

The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.

', 'DescribeNotebookInstanceOutput$SubnetId' => '

The ID of the VPC subnet.

', 'Subnets$member' => NULL, ], ], 'Subnets' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$SubnetIds' => '

The VPC subnets that Studio uses for communication.

', 'DescribeDomainResponse$SubnetIds' => '

The VPC subnets that Studio uses for communication.

', 'VpcConfig$Subnets' => '

The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

', ], ], 'SubscribedWorkteam' => [ 'base' => '

Describes a work team of a vendor that does the a labelling job.

', 'refs' => [ 'DescribeSubscribedWorkteamResponse$SubscribedWorkteam' => '

A Workteam instance that contains information about the work team.

', 'SubscribedWorkteams$member' => NULL, ], ], 'SubscribedWorkteams' => [ 'base' => NULL, 'refs' => [ 'ListSubscribedWorkteamsResponse$SubscribedWorkteams' => '

An array of Workteam objects, each describing a work team.

', ], ], 'Success' => [ 'base' => NULL, 'refs' => [ 'DeleteWorkteamResponse$Success' => '

Returns true if the work team was successfully deleted; otherwise, returns false.

', ], ], 'SuggestionQuery' => [ 'base' => '

Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.

', 'refs' => [ 'GetSearchSuggestionsRequest$SuggestionQuery' => '

Limits the property names that are included in the response.

', ], ], 'TableFormat' => [ 'base' => NULL, 'refs' => [ 'OfflineStoreConfig$TableFormat' => '

Format for the offline store table. Supported formats are Glue (Default) and Apache Iceberg.

', ], ], 'TableName' => [ 'base' => NULL, 'refs' => [ 'DataCatalogConfig$TableName' => '

The name of the Glue table.

', ], ], 'TabularJobConfig' => [ 'base' => '

The collection of settings used by an AutoML job V2 for the TABULAR problem type.

', 'refs' => [ 'AutoMLProblemTypeConfig$TabularJobConfig' => '

Settings used to configure an AutoML job V2 for a tabular problem type (regression, classification).

', ], ], 'TabularResolvedAttributes' => [ 'base' => '

The resolved attributes specific to the TABULAR problem type.

', 'refs' => [ 'AutoMLProblemTypeResolvedAttributes$TabularResolvedAttributes' => '

Defines the resolved attributes for the TABULAR problem type.

', ], ], 'Tag' => [ 'base' => '

A tag object that consists of a key and an optional value, used to manage metadata for SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags.

For more information on adding metadata to your Amazon Web Services resources with tagging, see Tagging Amazon Web Services resources. For advice on best practices for managing Amazon Web Services resources with tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The tag key. Tag keys must be unique per resource.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'DeleteTagsInput$TagKeys' => '

An array or one or more tag keys to delete.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AddTagsInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'AddTagsOutput$Tags' => '

A list of tags associated with the SageMaker resource.

', 'CreateActionRequest$Tags' => '

A list of tags to apply to the action.

', 'CreateAlgorithmInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateAppImageConfigRequest$Tags' => '

A list of tags to apply to the AppImageConfig.

', 'CreateAppRequest$Tags' => '

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

', 'CreateArtifactRequest$Tags' => '

A list of tags to apply to the artifact.

', 'CreateAutoMLJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

', 'CreateAutoMLJobV2Request$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, such as by purpose, owner, or environment. For more information, see Tagging Amazon Web ServicesResources. Tag keys must be unique per resource.

', 'CreateCodeRepositoryInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateCompilationJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateContextRequest$Tags' => '

A list of tags to apply to the context.

', 'CreateDataQualityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateDeviceFleetRequest$Tags' => '

Creates tags for the specified fleet.

', 'CreateDomainRequest$Tags' => '

Tags to associated with the Domain. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

Tags that you specify for the Domain are also added to all Apps that the Domain launches.

', 'CreateEdgeDeploymentPlanRequest$Tags' => '

List of tags with which to tag the edge deployment plan.

', 'CreateEdgePackagingJobRequest$Tags' => '

Creates tags for the packaging job.

', 'CreateEndpointConfigInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateEndpointInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateExperimentRequest$Tags' => '

A list of tags to associate with the experiment. You can use Search API to search on the tags.

', 'CreateFeatureGroupRequest$Tags' => '

Tags used to identify Features in each FeatureGroup.

', 'CreateFlowDefinitionRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.

', 'CreateHubRequest$Tags' => '

Any tags to associate with the hub.

', 'CreateHumanTaskUiRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize a human review workflow user interface. Each tag consists of a key and a value, both of which you define.

', 'CreateHyperParameterTuningJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

Tags that you specify for the tuning job are also added to all training jobs that the tuning job launches.

', 'CreateImageRequest$Tags' => '

A list of tags to apply to the image.

', 'CreateInferenceExperimentRequest$Tags' => '

Array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging your Amazon Web Services Resources.

', 'CreateInferenceRecommendationsJobRequest$Tags' => '

The metadata that you apply to Amazon Web Services resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging Amazon Web Services Resources in the Amazon Web Services General Reference.

', 'CreateLabelingJobRequest$Tags' => '

An array of key/value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelBiasJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelCardRequest$Tags' => '

Key-value pairs used to manage metadata for model cards.

', 'CreateModelExplainabilityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateModelInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateModelPackageGroupInput$Tags' => '

A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'CreateModelPackageInput$Tags' => '

A list of key value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

If you supply ModelPackageGroupName, your model package belongs to the model group you specify and uses the tags associated with the model group. In this case, you cannot supply a tag argument.

', 'CreateModelQualityJobDefinitionRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateMonitoringScheduleRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateNotebookInstanceInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreatePipelineRequest$Tags' => '

A list of tags to apply to the created pipeline.

', 'CreateProcessingJobRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateProjectInput$Tags' => '

An array of key-value pairs that you want to use to organize and track your Amazon Web Services resource costs. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'CreateSpaceRequest$Tags' => '

Tags to associated with the space. Each tag consists of a key and an optional value. Tag keys must be unique for each resource. Tags are searchable using the Search API.

', 'CreateStudioLifecycleConfigRequest$Tags' => '

Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

', 'CreateTrainingJobRequest$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'CreateTransformJobRequest$Tags' => '

(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'CreateTrialComponentRequest$Tags' => '

A list of tags to associate with the component. You can use Search API to search on the tags.

', 'CreateTrialRequest$Tags' => '

A list of tags to associate with the trial. You can use Search API to search on the tags.

', 'CreateUserProfileRequest$Tags' => '

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

', 'CreateWorkforceRequest$Tags' => '

An array of key-value pairs that contain metadata to help you categorize and organize our workforce. Each tag consists of a key and a value, both of which you define.

', 'CreateWorkteamRequest$Tags' => '

An array of key-value pairs.

For more information, see Resource Tag and Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'DescribeLabelingJobResponse$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'Endpoint$Tags' => '

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'Experiment$Tags' => '

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

', 'FeatureGroup$Tags' => '

Tags used to define a FeatureGroup.

', 'HyperParameterTuningJobSearchEntity$Tags' => '

The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.

', 'ImportHubContentRequest$Tags' => '

Any tags associated with the hub content.

', 'ListTagsOutput$Tags' => '

An array of Tag objects, each with a tag key and a value.

', 'Model$Tags' => '

A list of key-value pairs associated with the model. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'ModelCard$Tags' => '

Key-value pairs used to manage metadata for the model card.

', 'ModelDashboardModelCard$Tags' => '

The tags associated with a model card.

', 'ModelPackage$Tags' => '

A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'ModelPackageGroup$Tags' => '

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'MonitoringSchedule$Tags' => '

A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

', 'Pipeline$Tags' => '

A list of tags that apply to the pipeline.

', 'ProcessingJob$Tags' => '

An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

', 'Project$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'RegisterDevicesRequest$Tags' => '

The tags associated with devices.

', 'TrainingJob$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

', 'TransformJob$Tags' => '

A list of tags associated with the transform job.

', 'Trial$Tags' => '

The list of tags that are associated with the trial. You can use Search API to search on the tags.

', 'TrialComponent$Tags' => '

The list of tags that are associated with the component. You can use Search API to search on the tags.

', 'UpdateProjectInput$Tags' => '

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources. In addition, the project must have tag update constraints set in order to include this parameter in the request. For more information, see Amazon Web Services Service Catalog Tag Update Constraints.

', ], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The tag value.

', ], ], 'TargetAttributeName' => [ 'base' => NULL, 'refs' => [ 'AutoMLChannel$TargetAttributeName' => '

The name of the target variable in supervised learning, usually represented by \'y\'.

', 'TabularJobConfig$TargetAttributeName' => '

The name of the target variable in supervised learning, usually represented by \'y\'.

', 'TimeSeriesConfig$TargetAttributeName' => '

The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical.

', ], ], 'TargetDevice' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetDevice' => '

The type of device that the model will run on after the compilation job has completed.

', 'OutputConfig$TargetDevice' => '

Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

Currently ml_trn1 is available only in US East (N. Virginia) Region, and ml_inf2 is available only in US East (Ohio) Region.

', ], ], 'TargetLabelColumn' => [ 'base' => NULL, 'refs' => [ 'TextClassificationJobConfig$TargetLabelColumn' => '

The name of the column used to provide the class labels. It should not be same as the content column.

', ], ], 'TargetObjectiveMetricValue' => [ 'base' => NULL, 'refs' => [ 'TuningJobCompletionCriteria$TargetObjectiveMetricValue' => '

The value of the objective metric.

', ], ], 'TargetPlatform' => [ 'base' => '

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

', 'refs' => [ 'OutputConfig$TargetPlatform' => '

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

  • Raspberry Pi 3 Model B+

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},

    "CompilerOptions": {\'mattr\': [\'+neon\']}

  • Jetson TX2

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},

    "CompilerOptions": {\'gpu-code\': \'sm_62\', \'trt-ver\': \'6.0.1\', \'cuda-ver\': \'10.0\'}

  • EC2 m5.2xlarge instance OS

    "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},

    "CompilerOptions": {\'mcpu\': \'skylake-avx512\'}

  • RK3399

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}

  • ARMv7 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},

    "CompilerOptions": {\'ANDROID_PLATFORM\': 25, \'mattr\': [\'+neon\']}

  • ARMv8 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},

    "CompilerOptions": {\'ANDROID_PLATFORM\': 29}

', ], ], 'TargetPlatformAccelerator' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformAccelerator' => '

The type of accelerator that the model will run on after the compilation job has completed.

', 'TargetPlatform$Accelerator' => '

Specifies a target platform accelerator (optional).

  • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options

  • MALI: ARM Mali graphics processor

  • INTEL_GRAPHICS: Integrated Intel graphics

', ], ], 'TargetPlatformArch' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformArch' => '

The type of architecture that the model will run on after the compilation job has completed.

', 'TargetPlatform$Arch' => '

Specifies a target platform architecture.

  • X86_64: 64-bit version of the x86 instruction set.

  • X86: 32-bit version of the x86 instruction set.

  • ARM64: ARMv8 64-bit CPU.

  • ARM_EABIHF: ARMv7 32-bit, Hard Float.

  • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

', ], ], 'TargetPlatformOs' => [ 'base' => NULL, 'refs' => [ 'CompilationJobSummary$CompilationTargetPlatformOs' => '

The type of OS that the model will run on after the compilation job has completed.

', 'TargetPlatform$Os' => '

Specifies a target platform OS.

  • LINUX: Linux-based operating systems.

  • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {\'ANDROID_PLATFORM\': 28}

', ], ], 'TargetTrackingScalingPolicyConfiguration' => [ 'base' => '

A target tracking scaling policy. Includes support for predefined or customized metrics.

When using the PutScalingPolicy API, this parameter is required when you are creating a policy with the policy type TargetTrackingScaling.

', 'refs' => [ 'ScalingPolicy$TargetTracking' => '

A target tracking scaling policy. Includes support for predefined or customized metrics.

', ], ], 'TaskAvailabilityLifetimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskAvailabilityLifetimeInSeconds' => '

The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

  • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).

  • If you choose a private or vendor workforce, the default value is 30 days (2592,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.

', ], ], 'TaskCount' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$DesiredInstanceCount' => '

The variant\'s capacity.

', 'PendingProductionVariantSummary$CurrentInstanceCount' => '

The number of instances associated with the variant.

', 'PendingProductionVariantSummary$DesiredInstanceCount' => '

The number of instances requested in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

', 'ProductionVariantSummary$CurrentInstanceCount' => '

The number of instances associated with the variant.

', 'ProductionVariantSummary$DesiredInstanceCount' => '

The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

', 'RealTimeInferenceConfig$InstanceCount' => '

The number of instances of the type specified by InstanceType.

', ], ], 'TaskDescription' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskDescription' => '

A description of the task for your human workers.

', ], ], 'TaskInput' => [ 'base' => NULL, 'refs' => [ 'RenderableTask$Input' => '

A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

', ], ], 'TaskKeyword' => [ 'base' => NULL, 'refs' => [ 'TaskKeywords$member' => NULL, ], ], 'TaskKeywords' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskKeywords' => '

Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

', ], ], 'TaskTimeLimitInSeconds' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskTimeLimitInSeconds' => '

The amount of time that a worker has to complete a task.

If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

  • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).

  • For 3D point cloud and video frame labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode. For most users, the maximum is also 30 days.

', ], ], 'TaskTitle' => [ 'base' => NULL, 'refs' => [ 'HumanTaskConfig$TaskTitle' => '

A title for the task for your human workers.

', ], ], 'TemplateContent' => [ 'base' => NULL, 'refs' => [ 'UiTemplate$Content' => '

The content of the Liquid template for the worker user interface.

', ], ], 'TemplateContentSha256' => [ 'base' => NULL, 'refs' => [ 'UiTemplateInfo$ContentSha256' => '

The SHA-256 digest of the contents of the template.

', ], ], 'TemplateUrl' => [ 'base' => NULL, 'refs' => [ 'UiTemplateInfo$Url' => '

The URL for the user interface template.

', ], ], 'TensorBoardAppSettings' => [ 'base' => '

The TensorBoard app settings.

', 'refs' => [ 'UserSettings$TensorBoardAppSettings' => '

The TensorBoard app settings.

', ], ], 'TensorBoardOutputConfig' => [ 'base' => '

Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.

', 'refs' => [ 'CreateTrainingJobRequest$TensorBoardOutputConfig' => NULL, 'DescribeTrainingJobResponse$TensorBoardOutputConfig' => NULL, 'TrainingJob$TensorBoardOutputConfig' => NULL, ], ], 'TenthFractionsOfACent' => [ 'base' => NULL, 'refs' => [ 'USD$TenthFractionsOfACent' => '

Fractions of a cent, in tenths.

', ], ], 'TerminationWaitInSeconds' => [ 'base' => NULL, 'refs' => [ 'BlueGreenUpdatePolicy$TerminationWaitInSeconds' => '

Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet. Default is 0.

', ], ], 'TextClassificationJobConfig' => [ 'base' => '

Stores the configuration information for the text classification problem of an AutoML job V2.

', 'refs' => [ 'AutoMLProblemTypeConfig$TextClassificationJobConfig' => '

Settings used to configure an AutoML job V2 for the text classification problem type.

', ], ], 'ThingName' => [ 'base' => NULL, 'refs' => [ 'DescribeDeviceResponse$IotThingName' => '

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device.

', 'Device$IotThingName' => '

Amazon Web Services Internet of Things (IoT) object name.

', 'DeviceSummary$IotThingName' => '

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

', ], ], 'TimeSeriesConfig' => [ 'base' => '

The collection of components that defines the time-series.

', 'refs' => [ 'TimeSeriesForecastingJobConfig$TimeSeriesConfig' => '

The collection of components that defines the time-series.

', ], ], 'TimeSeriesForecastingJobConfig' => [ 'base' => '

The collection of settings used by an AutoML job V2 for the time-series forecasting problem type.

The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

', 'refs' => [ 'AutoMLProblemTypeConfig$TimeSeriesForecastingJobConfig' => '

Settings used to configure an AutoML job V2 for a time-series forecasting problem type.

The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

', ], ], 'TimeSeriesForecastingSettings' => [ 'base' => '

Time series forecast settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$TimeSeriesForecastingSettings' => '

Time series forecast settings for the Canvas application.

', ], ], 'TimeSeriesTransformations' => [ 'base' => '

Transformations allowed on the dataset. Supported transformations are Filling and Aggregation. Filling specifies how to add values to missing values in the dataset. Aggregation defines how to aggregate data that does not align with forecast frequency.

', 'refs' => [ 'TimeSeriesForecastingJobConfig$Transformations' => '

The transformations modifying specific attributes of the time-series, such as filling strategies for missing values.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ActionSummary$CreationTime' => '

When the action was created.

', 'ActionSummary$LastModifiedTime' => '

When the action was last modified.

', 'AppImageConfigDetails$CreationTime' => '

When the AppImageConfig was created.

', 'AppImageConfigDetails$LastModifiedTime' => '

When the AppImageConfig was last modified.

', 'ArtifactSummary$CreationTime' => '

When the artifact was created.

', 'ArtifactSummary$LastModifiedTime' => '

When the artifact was last modified.

', 'AssociationSummary$CreationTime' => '

When the association was created.

', 'AutoMLCandidate$CreationTime' => '

The creation time.

', 'AutoMLCandidate$EndTime' => '

The end time.

', 'AutoMLCandidate$LastModifiedTime' => '

The last modified time.

', 'AutoMLJobSummary$CreationTime' => '

When the AutoML job was created.

', 'AutoMLJobSummary$EndTime' => '

The end time of an AutoML job.

', 'AutoMLJobSummary$LastModifiedTime' => '

When the AutoML job was last modified.

', 'CompilationJobSummary$CompilationStartTime' => '

The time when the model compilation job started.

', 'CompilationJobSummary$CompilationEndTime' => '

The time when the model compilation job completed.

', 'ContextSummary$CreationTime' => '

When the context was created.

', 'ContextSummary$LastModifiedTime' => '

When the context was last modified.

', 'CreateTrialComponentRequest$StartTime' => '

When the component started.

', 'CreateTrialComponentRequest$EndTime' => '

When the component ended.

', 'DebugRuleEvaluationStatus$LastModifiedTime' => '

Timestamp when the rule evaluation status was last modified.

', 'DeployedImage$ResolutionTime' => '

The date and time when the image path for the model resolved to the ResolvedImage

', 'DescribeActionResponse$CreationTime' => '

When the action was created.

', 'DescribeActionResponse$LastModifiedTime' => '

When the action was last modified.

', 'DescribeAppImageConfigResponse$CreationTime' => '

When the AppImageConfig was created.

', 'DescribeAppImageConfigResponse$LastModifiedTime' => '

When the AppImageConfig was last modified.

', 'DescribeAppResponse$LastHealthCheckTimestamp' => '

The timestamp of the last health check.

', 'DescribeAppResponse$LastUserActivityTimestamp' => '

The timestamp of the last user\'s activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

', 'DescribeArtifactResponse$CreationTime' => '

When the artifact was created.

', 'DescribeArtifactResponse$LastModifiedTime' => '

When the artifact was last modified.

', 'DescribeAutoMLJobResponse$CreationTime' => '

Returns the creation time of the AutoML job.

', 'DescribeAutoMLJobResponse$EndTime' => '

Returns the end time of the AutoML job.

', 'DescribeAutoMLJobResponse$LastModifiedTime' => '

Returns the job\'s last modified time.

', 'DescribeAutoMLJobV2Response$CreationTime' => '

Returns the creation time of the AutoML job V2.

', 'DescribeAutoMLJobV2Response$EndTime' => '

Returns the end time of the AutoML job V2.

', 'DescribeAutoMLJobV2Response$LastModifiedTime' => '

Returns the job\'s last modified time.

', 'DescribeCompilationJobResponse$CompilationStartTime' => '

The time when the model compilation job started the CompilationJob instances.

You are billed for the time between this timestamp and the timestamp in the CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That\'s because it takes time to download the compilation job, which depends on the size of the compilation job container.

', 'DescribeCompilationJobResponse$CompilationEndTime' => '

The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job\'s model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed.

', 'DescribeContextResponse$CreationTime' => '

When the context was created.

', 'DescribeContextResponse$LastModifiedTime' => '

When the context was last modified.

', 'DescribeDataQualityJobDefinitionResponse$CreationTime' => '

The time that the data quality monitoring job definition was created.

', 'DescribeDeviceFleetResponse$CreationTime' => '

Timestamp of when the device fleet was created.

', 'DescribeDeviceFleetResponse$LastModifiedTime' => '

Timestamp of when the device fleet was last updated.

', 'DescribeDeviceResponse$RegistrationTime' => '

The timestamp of the last registration or de-reregistration.

', 'DescribeDeviceResponse$LatestHeartbeat' => '

The last heartbeat received from the device.

', 'DescribeEdgeDeploymentPlanResponse$CreationTime' => '

The time when the edge deployment plan was created.

', 'DescribeEdgeDeploymentPlanResponse$LastModifiedTime' => '

The time when the edge deployment plan was last updated.

', 'DescribeEdgePackagingJobResponse$CreationTime' => '

The timestamp of when the packaging job was created.

', 'DescribeEdgePackagingJobResponse$LastModifiedTime' => '

The timestamp of when the job was last updated.

', 'DescribeEndpointConfigOutput$CreationTime' => '

A timestamp that shows when the endpoint configuration was created.

', 'DescribeEndpointOutput$CreationTime' => '

A timestamp that shows when the endpoint was created.

', 'DescribeEndpointOutput$LastModifiedTime' => '

A timestamp that shows when the endpoint was last modified.

', 'DescribeExperimentResponse$CreationTime' => '

When the experiment was created.

', 'DescribeExperimentResponse$LastModifiedTime' => '

When the experiment was last modified.

', 'DescribeFlowDefinitionResponse$CreationTime' => '

The timestamp when the flow definition was created.

', 'DescribeHubContentResponse$CreationTime' => '

The date and time that hub content was created.

', 'DescribeHubResponse$CreationTime' => '

The date and time that the hub was created.

', 'DescribeHubResponse$LastModifiedTime' => '

The date and time that the hub was last modified.

', 'DescribeHumanTaskUiResponse$CreationTime' => '

The timestamp when the human task user interface was created.

', 'DescribeHyperParameterTuningJobResponse$CreationTime' => '

The date and time that the tuning job started.

', 'DescribeHyperParameterTuningJobResponse$HyperParameterTuningEndTime' => '

The date and time that the tuning job ended.

', 'DescribeHyperParameterTuningJobResponse$LastModifiedTime' => '

The date and time that the status of the tuning job was modified.

', 'DescribeImageResponse$CreationTime' => '

When the image was created.

', 'DescribeImageResponse$LastModifiedTime' => '

When the image was last modified.

', 'DescribeImageVersionResponse$CreationTime' => '

When the version was created.

', 'DescribeImageVersionResponse$LastModifiedTime' => '

When the version was last modified.

', 'DescribeInferenceExperimentResponse$CreationTime' => '

The timestamp at which you created the inference experiment.

', 'DescribeInferenceExperimentResponse$CompletionTime' => '

The timestamp at which the inference experiment was completed.

', 'DescribeInferenceExperimentResponse$LastModifiedTime' => '

The timestamp at which you last modified the inference experiment.

', 'DescribeInferenceRecommendationsJobResponse$CompletionTime' => '

A timestamp that shows when the job completed.

', 'DescribeLabelingJobResponse$CreationTime' => '

The date and time that the labeling job was created.

', 'DescribeLabelingJobResponse$LastModifiedTime' => '

The date and time that the labeling job was last updated.

', 'DescribeLineageGroupResponse$CreationTime' => '

The creation time of lineage group.

', 'DescribeLineageGroupResponse$LastModifiedTime' => '

The last modified time of the lineage group.

', 'DescribeModelBiasJobDefinitionResponse$CreationTime' => '

The time at which the model bias job was created.

', 'DescribeModelCardExportJobResponse$CreatedAt' => '

The date and time that the model export job was created.

', 'DescribeModelCardExportJobResponse$LastModifiedAt' => '

The date and time that the model export job was last modified.

', 'DescribeModelCardResponse$CreationTime' => '

The date and time the model card was created.

', 'DescribeModelCardResponse$LastModifiedTime' => '

The date and time the model card was last modified.

', 'DescribeModelExplainabilityJobDefinitionResponse$CreationTime' => '

The time at which the model explainability job was created.

', 'DescribeModelOutput$CreationTime' => '

A timestamp that shows when the model was created.

', 'DescribeModelPackageOutput$LastModifiedTime' => '

The last time that the model package was modified.

', 'DescribeModelQualityJobDefinitionResponse$CreationTime' => '

The time at which the model quality job was created.

', 'DescribeMonitoringScheduleResponse$CreationTime' => '

The time at which the monitoring job was created.

', 'DescribeMonitoringScheduleResponse$LastModifiedTime' => '

The time at which the monitoring job was last modified.

', 'DescribePipelineDefinitionForExecutionResponse$CreationTime' => '

The time when the pipeline was created.

', 'DescribePipelineExecutionResponse$CreationTime' => '

The time when the pipeline execution was created.

', 'DescribePipelineExecutionResponse$LastModifiedTime' => '

The time when the pipeline execution was modified last.

', 'DescribePipelineResponse$CreationTime' => '

The time when the pipeline was created.

', 'DescribePipelineResponse$LastModifiedTime' => '

The time when the pipeline was last modified.

', 'DescribePipelineResponse$LastRunTime' => '

The time when the pipeline was last run.

', 'DescribeProcessingJobResponse$ProcessingEndTime' => '

The time at which the processing job completed.

', 'DescribeProcessingJobResponse$ProcessingStartTime' => '

The time at which the processing job started.

', 'DescribeProcessingJobResponse$LastModifiedTime' => '

The time at which the processing job was last modified.

', 'DescribeProcessingJobResponse$CreationTime' => '

The time at which the processing job was created.

', 'DescribeProjectOutput$CreationTime' => '

The time when the project was created.

', 'DescribeProjectOutput$LastModifiedTime' => '

The timestamp when project was last modified.

', 'DescribeStudioLifecycleConfigResponse$CreationTime' => '

The creation time of the Studio Lifecycle Configuration.

', 'DescribeStudioLifecycleConfigResponse$LastModifiedTime' => '

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

', 'DescribeTrainingJobResponse$CreationTime' => '

A timestamp that indicates when the training job was created.

', 'DescribeTrainingJobResponse$TrainingStartTime' => '

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

', 'DescribeTrainingJobResponse$TrainingEndTime' => '

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'DescribeTrainingJobResponse$LastModifiedTime' => '

A timestamp that indicates when the status of the training job was last modified.

', 'DescribeTransformJobResponse$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'DescribeTransformJobResponse$TransformStartTime' => '

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

', 'DescribeTransformJobResponse$TransformEndTime' => '

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

', 'DescribeTrialComponentResponse$StartTime' => '

When the component started.

', 'DescribeTrialComponentResponse$EndTime' => '

When the component ended.

', 'DescribeTrialComponentResponse$CreationTime' => '

When the component was created.

', 'DescribeTrialComponentResponse$LastModifiedTime' => '

When the component was last modified.

', 'DescribeTrialResponse$CreationTime' => '

When the trial was created.

', 'DescribeTrialResponse$LastModifiedTime' => '

When the trial was last modified.

', 'DeviceDeploymentSummary$DeploymentStartTime' => '

The time when the deployment on the device started.

', 'DeviceFleetSummary$CreationTime' => '

Timestamp of when the device fleet was created.

', 'DeviceFleetSummary$LastModifiedTime' => '

Timestamp of when the device fleet was last updated.

', 'DeviceSummary$RegistrationTime' => '

The timestamp of the last registration or de-reregistration.

', 'DeviceSummary$LatestHeartbeat' => '

The last heartbeat received from the device.

', 'EdgeDeploymentPlanSummary$CreationTime' => '

The time when the edge deployment plan was created.

', 'EdgeDeploymentPlanSummary$LastModifiedTime' => '

The time when the edge deployment plan was last updated.

', 'EdgeDeploymentStatus$EdgeDeploymentStageStartTime' => '

The time when the deployment API started.

', 'EdgeModel$LatestSampleTime' => '

The timestamp of the last data sample taken.

', 'EdgeModel$LatestInference' => '

The timestamp of the last inference that was made.

', 'EdgePackagingJobSummary$CreationTime' => '

The timestamp of when the job was created.

', 'EdgePackagingJobSummary$LastModifiedTime' => '

The timestamp of when the edge packaging job was last updated.

', 'Endpoint$CreationTime' => '

The time that the endpoint was created.

', 'Endpoint$LastModifiedTime' => '

The last time the endpoint was modified.

', 'EndpointConfigSummary$CreationTime' => '

A timestamp that shows when the endpoint configuration was created.

', 'EndpointSummary$CreationTime' => '

A timestamp that shows when the endpoint was created.

', 'EndpointSummary$LastModifiedTime' => '

A timestamp that shows when the endpoint was last modified.

', 'Experiment$CreationTime' => '

When the experiment was created.

', 'Experiment$LastModifiedTime' => '

When the experiment was last modified.

', 'ExperimentSummary$CreationTime' => '

When the experiment was created.

', 'ExperimentSummary$LastModifiedTime' => '

When the experiment was last modified.

', 'FeatureGroupSummary$CreationTime' => '

A timestamp indicating the time of creation time of the FeatureGroup.

', 'FlowDefinitionSummary$CreationTime' => '

The timestamp when SageMaker created the flow definition.

', 'GetDeviceFleetReportResponse$ReportGenerated' => '

Timestamp of when the report was generated.

', 'HubContentInfo$CreationTime' => '

The date and time that the hub content was created.

', 'HubInfo$CreationTime' => '

The date and time that the hub was created.

', 'HubInfo$LastModifiedTime' => '

The date and time that the hub was last modified.

', 'HumanTaskUiSummary$CreationTime' => '

A timestamp when SageMaker created the human task user interface.

', 'HyperParameterTrainingJobSummary$CreationTime' => '

The date and time that the training job was created.

', 'HyperParameterTrainingJobSummary$TrainingStartTime' => '

The date and time that the training job started.

', 'HyperParameterTrainingJobSummary$TrainingEndTime' => '

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'HyperParameterTuningJobCompletionDetails$ConvergenceDetectedTime' => '

The time in timestamp format that AMT detected model convergence, as defined by a lack of significant improvement over time based on criteria developed over a wide range of diverse benchmarking tests.

', 'HyperParameterTuningJobSearchEntity$CreationTime' => '

The time that a hyperparameter tuning job was created.

', 'HyperParameterTuningJobSearchEntity$HyperParameterTuningEndTime' => '

The time that a hyperparameter tuning job ended.

', 'HyperParameterTuningJobSearchEntity$LastModifiedTime' => '

The time that a hyperparameter tuning job was last modified.

', 'HyperParameterTuningJobSummary$CreationTime' => '

The date and time that the tuning job was created.

', 'HyperParameterTuningJobSummary$HyperParameterTuningEndTime' => '

The date and time that the tuning job ended.

', 'HyperParameterTuningJobSummary$LastModifiedTime' => '

The date and time that the tuning job was modified.

', 'Image$CreationTime' => '

When the image was created.

', 'Image$LastModifiedTime' => '

When the image was last modified.

', 'ImageVersion$CreationTime' => '

When the version was created.

', 'ImageVersion$LastModifiedTime' => '

When the version was last modified.

', 'InferenceExperimentSchedule$StartTime' => '

The timestamp at which the inference experiment started or will start.

', 'InferenceExperimentSchedule$EndTime' => '

The timestamp at which the inference experiment ended or will end.

', 'InferenceExperimentSummary$CreationTime' => '

The timestamp at which the inference experiment was created.

', 'InferenceExperimentSummary$CompletionTime' => '

The timestamp at which the inference experiment was completed.

', 'InferenceExperimentSummary$LastModifiedTime' => '

The timestamp when you last modified the inference experiment.

', 'InferenceRecommendationsJob$CompletionTime' => '

A timestamp that shows when the job completed.

', 'LabelingJobForWorkteamSummary$CreationTime' => '

The date and time that the labeling job was created.

', 'LabelingJobSummary$CreationTime' => '

The date and time that the job was created (timestamp).

', 'LabelingJobSummary$LastModifiedTime' => '

The date and time that the job was last modified (timestamp).

', 'LineageGroupSummary$CreationTime' => '

The creation time of the lineage group summary.

', 'LineageGroupSummary$LastModifiedTime' => '

The last modified time of the lineage group summary.

', 'ListActionsRequest$CreatedAfter' => '

A filter that returns only actions created on or after the specified time.

', 'ListActionsRequest$CreatedBefore' => '

A filter that returns only actions created on or before the specified time.

', 'ListAppImageConfigsRequest$CreationTimeBefore' => '

A filter that returns only AppImageConfigs created on or before the specified time.

', 'ListAppImageConfigsRequest$CreationTimeAfter' => '

A filter that returns only AppImageConfigs created on or after the specified time.

', 'ListAppImageConfigsRequest$ModifiedTimeBefore' => '

A filter that returns only AppImageConfigs modified on or before the specified time.

', 'ListAppImageConfigsRequest$ModifiedTimeAfter' => '

A filter that returns only AppImageConfigs modified on or after the specified time.

', 'ListArtifactsRequest$CreatedAfter' => '

A filter that returns only artifacts created on or after the specified time.

', 'ListArtifactsRequest$CreatedBefore' => '

A filter that returns only artifacts created on or before the specified time.

', 'ListAssociationsRequest$CreatedAfter' => '

A filter that returns only associations created on or after the specified time.

', 'ListAssociationsRequest$CreatedBefore' => '

A filter that returns only associations created on or before the specified time.

', 'ListAutoMLJobsRequest$CreationTimeAfter' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$CreationTimeBefore' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$LastModifiedTimeAfter' => '

Request a list of jobs, using a filter for time.

', 'ListAutoMLJobsRequest$LastModifiedTimeBefore' => '

Request a list of jobs, using a filter for time.

', 'ListCodeRepositoriesInput$LastModifiedTimeAfter' => '

A filter that returns only Git repositories that were last modified after the specified time.

', 'ListCodeRepositoriesInput$LastModifiedTimeBefore' => '

A filter that returns only Git repositories that were last modified before the specified time.

', 'ListContextsRequest$CreatedAfter' => '

A filter that returns only contexts created on or after the specified time.

', 'ListContextsRequest$CreatedBefore' => '

A filter that returns only contexts created on or before the specified time.

', 'ListDataQualityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only data quality monitoring job definitions created before the specified time.

', 'ListDataQualityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only data quality monitoring job definitions created after the specified time.

', 'ListDeviceFleetsRequest$CreationTimeAfter' => '

Filter fleets where packaging job was created after specified time.

', 'ListDeviceFleetsRequest$CreationTimeBefore' => '

Filter fleets where the edge packaging job was created before specified time.

', 'ListDeviceFleetsRequest$LastModifiedTimeAfter' => '

Select fleets where the job was updated after X

', 'ListDeviceFleetsRequest$LastModifiedTimeBefore' => '

Select fleets where the job was updated before X

', 'ListDevicesRequest$LatestHeartbeatAfter' => '

Select fleets where the job was updated after X

', 'ListEdgeDeploymentPlansRequest$CreationTimeAfter' => '

Selects edge deployment plans created after this time.

', 'ListEdgeDeploymentPlansRequest$CreationTimeBefore' => '

Selects edge deployment plans created before this time.

', 'ListEdgeDeploymentPlansRequest$LastModifiedTimeAfter' => '

Selects edge deployment plans that were last updated after this time.

', 'ListEdgeDeploymentPlansRequest$LastModifiedTimeBefore' => '

Selects edge deployment plans that were last updated before this time.

', 'ListEdgePackagingJobsRequest$CreationTimeAfter' => '

Select jobs where the job was created after specified time.

', 'ListEdgePackagingJobsRequest$CreationTimeBefore' => '

Select jobs where the job was created before specified time.

', 'ListEdgePackagingJobsRequest$LastModifiedTimeAfter' => '

Select jobs where the job was updated after specified time.

', 'ListEdgePackagingJobsRequest$LastModifiedTimeBefore' => '

Select jobs where the job was updated before specified time.

', 'ListEndpointConfigsInput$CreationTimeBefore' => '

A filter that returns only endpoint configurations created before the specified time (timestamp).

', 'ListEndpointConfigsInput$CreationTimeAfter' => '

A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

', 'ListEndpointsInput$CreationTimeBefore' => '

A filter that returns only endpoints that were created before the specified time (timestamp).

', 'ListEndpointsInput$CreationTimeAfter' => '

A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).

', 'ListEndpointsInput$LastModifiedTimeBefore' => '

A filter that returns only endpoints that were modified before the specified timestamp.

', 'ListEndpointsInput$LastModifiedTimeAfter' => '

A filter that returns only endpoints that were modified after the specified timestamp.

', 'ListExperimentsRequest$CreatedAfter' => '

A filter that returns only experiments created after the specified time.

', 'ListExperimentsRequest$CreatedBefore' => '

A filter that returns only experiments created before the specified time.

', 'ListFlowDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

', 'ListFlowDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only flow definitions that were created before the specified timestamp.

', 'ListHubContentVersionsRequest$CreationTimeBefore' => '

Only list hub content versions that were created before the time specified.

', 'ListHubContentVersionsRequest$CreationTimeAfter' => '

Only list hub content versions that were created after the time specified.

', 'ListHubContentsRequest$CreationTimeBefore' => '

Only list hub content that was created before the time specified.

', 'ListHubContentsRequest$CreationTimeAfter' => '

Only list hub content that was created after the time specified.

', 'ListHubsRequest$CreationTimeBefore' => '

Only list hubs that were created before the time specified.

', 'ListHubsRequest$CreationTimeAfter' => '

Only list hubs that were created after the time specified.

', 'ListHubsRequest$LastModifiedTimeBefore' => '

Only list hubs that were last modified before the time specified.

', 'ListHubsRequest$LastModifiedTimeAfter' => '

Only list hubs that were last modified after the time specified.

', 'ListHumanTaskUisRequest$CreationTimeAfter' => '

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

', 'ListHumanTaskUisRequest$CreationTimeBefore' => '

A filter that returns only human task user interfaces that were created before the specified timestamp.

', 'ListHyperParameterTuningJobsRequest$CreationTimeAfter' => '

A filter that returns only tuning jobs that were created after the specified time.

', 'ListHyperParameterTuningJobsRequest$CreationTimeBefore' => '

A filter that returns only tuning jobs that were created before the specified time.

', 'ListHyperParameterTuningJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only tuning jobs that were modified after the specified time.

', 'ListHyperParameterTuningJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only tuning jobs that were modified before the specified time.

', 'ListImageVersionsRequest$CreationTimeAfter' => '

A filter that returns only versions created on or after the specified time.

', 'ListImageVersionsRequest$CreationTimeBefore' => '

A filter that returns only versions created on or before the specified time.

', 'ListImageVersionsRequest$LastModifiedTimeAfter' => '

A filter that returns only versions modified on or after the specified time.

', 'ListImageVersionsRequest$LastModifiedTimeBefore' => '

A filter that returns only versions modified on or before the specified time.

', 'ListImagesRequest$CreationTimeAfter' => '

A filter that returns only images created on or after the specified time.

', 'ListImagesRequest$CreationTimeBefore' => '

A filter that returns only images created on or before the specified time.

', 'ListImagesRequest$LastModifiedTimeAfter' => '

A filter that returns only images modified on or after the specified time.

', 'ListImagesRequest$LastModifiedTimeBefore' => '

A filter that returns only images modified on or before the specified time.

', 'ListInferenceExperimentsRequest$CreationTimeAfter' => '

Selects inference experiments which were created after this timestamp.

', 'ListInferenceExperimentsRequest$CreationTimeBefore' => '

Selects inference experiments which were created before this timestamp.

', 'ListInferenceExperimentsRequest$LastModifiedTimeAfter' => '

Selects inference experiments which were last modified after this timestamp.

', 'ListInferenceExperimentsRequest$LastModifiedTimeBefore' => '

Selects inference experiments which were last modified before this timestamp.

', 'ListLabelingJobsForWorkteamRequest$CreationTimeAfter' => '

A filter that returns only labeling jobs created after the specified time (timestamp).

', 'ListLabelingJobsForWorkteamRequest$CreationTimeBefore' => '

A filter that returns only labeling jobs created before the specified time (timestamp).

', 'ListLabelingJobsRequest$CreationTimeAfter' => '

A filter that returns only labeling jobs created after the specified time (timestamp).

', 'ListLabelingJobsRequest$CreationTimeBefore' => '

A filter that returns only labeling jobs created before the specified time (timestamp).

', 'ListLabelingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only labeling jobs modified after the specified time (timestamp).

', 'ListLabelingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only labeling jobs modified before the specified time (timestamp).

', 'ListLineageGroupsRequest$CreatedAfter' => '

A timestamp to filter against lineage groups created after a certain point in time.

', 'ListLineageGroupsRequest$CreatedBefore' => '

A timestamp to filter against lineage groups created before a certain point in time.

', 'ListModelBiasJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model bias jobs created before a specified time.

', 'ListModelBiasJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model bias jobs created after a specified time.

', 'ListModelCardExportJobsRequest$CreationTimeAfter' => '

Only list model card export jobs that were created after the time specified.

', 'ListModelCardExportJobsRequest$CreationTimeBefore' => '

Only list model card export jobs that were created before the time specified.

', 'ListModelCardVersionsRequest$CreationTimeAfter' => '

Only list model card versions that were created after the time specified.

', 'ListModelCardVersionsRequest$CreationTimeBefore' => '

Only list model card versions that were created before the time specified.

', 'ListModelCardsRequest$CreationTimeAfter' => '

Only list model cards that were created after the time specified.

', 'ListModelCardsRequest$CreationTimeBefore' => '

Only list model cards that were created before the time specified.

', 'ListModelExplainabilityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model explainability jobs created before a specified time.

', 'ListModelExplainabilityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model explainability jobs created after a specified time.

', 'ListModelQualityJobDefinitionsRequest$CreationTimeBefore' => '

A filter that returns only model quality monitoring job definitions created before the specified time.

', 'ListModelQualityJobDefinitionsRequest$CreationTimeAfter' => '

A filter that returns only model quality monitoring job definitions created after the specified time.

', 'ListModelsInput$CreationTimeBefore' => '

A filter that returns only models created before the specified time (timestamp).

', 'ListModelsInput$CreationTimeAfter' => '

A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).

', 'ListMonitoringAlertHistoryRequest$CreationTimeBefore' => '

A filter that returns only alerts created on or before the specified time.

', 'ListMonitoringAlertHistoryRequest$CreationTimeAfter' => '

A filter that returns only alerts created on or after the specified time.

', 'ListMonitoringExecutionsRequest$ScheduledTimeBefore' => '

Filter for jobs scheduled before a specified time.

', 'ListMonitoringExecutionsRequest$ScheduledTimeAfter' => '

Filter for jobs scheduled after a specified time.

', 'ListMonitoringExecutionsRequest$CreationTimeBefore' => '

A filter that returns only jobs created before a specified time.

', 'ListMonitoringExecutionsRequest$CreationTimeAfter' => '

A filter that returns only jobs created after a specified time.

', 'ListMonitoringExecutionsRequest$LastModifiedTimeBefore' => '

A filter that returns only jobs modified after a specified time.

', 'ListMonitoringExecutionsRequest$LastModifiedTimeAfter' => '

A filter that returns only jobs modified before a specified time.

', 'ListMonitoringSchedulesRequest$CreationTimeBefore' => '

A filter that returns only monitoring schedules created before a specified time.

', 'ListMonitoringSchedulesRequest$CreationTimeAfter' => '

A filter that returns only monitoring schedules created after a specified time.

', 'ListMonitoringSchedulesRequest$LastModifiedTimeBefore' => '

A filter that returns only monitoring schedules modified before a specified time.

', 'ListMonitoringSchedulesRequest$LastModifiedTimeAfter' => '

A filter that returns only monitoring schedules modified after a specified time.

', 'ListPipelineExecutionsRequest$CreatedAfter' => '

A filter that returns the pipeline executions that were created after a specified time.

', 'ListPipelineExecutionsRequest$CreatedBefore' => '

A filter that returns the pipeline executions that were created before a specified time.

', 'ListPipelinesRequest$CreatedAfter' => '

A filter that returns the pipelines that were created after a specified time.

', 'ListPipelinesRequest$CreatedBefore' => '

A filter that returns the pipelines that were created before a specified time.

', 'ListProcessingJobsRequest$CreationTimeAfter' => '

A filter that returns only processing jobs created after the specified time.

', 'ListProcessingJobsRequest$CreationTimeBefore' => '

A filter that returns only processing jobs created after the specified time.

', 'ListProcessingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only processing jobs modified after the specified time.

', 'ListProcessingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only processing jobs modified before the specified time.

', 'ListProjectsInput$CreationTimeAfter' => '

A filter that returns the projects that were created after a specified time.

', 'ListProjectsInput$CreationTimeBefore' => '

A filter that returns the projects that were created before a specified time.

', 'ListResourceCatalogsRequest$CreationTimeAfter' => '

Use this parameter to search for ResourceCatalogs created after a specific date and time.

', 'ListResourceCatalogsRequest$CreationTimeBefore' => '

Use this parameter to search for ResourceCatalogs created before a specific date and time.

', 'ListStudioLifecycleConfigsRequest$CreationTimeBefore' => '

A filter that returns only Lifecycle Configurations created on or before the specified time.

', 'ListStudioLifecycleConfigsRequest$CreationTimeAfter' => '

A filter that returns only Lifecycle Configurations created on or after the specified time.

', 'ListStudioLifecycleConfigsRequest$ModifiedTimeBefore' => '

A filter that returns only Lifecycle Configurations modified before the specified time.

', 'ListStudioLifecycleConfigsRequest$ModifiedTimeAfter' => '

A filter that returns only Lifecycle Configurations modified after the specified time.

', 'ListTrainingJobsRequest$CreationTimeAfter' => '

A filter that returns only training jobs created after the specified time (timestamp).

', 'ListTrainingJobsRequest$CreationTimeBefore' => '

A filter that returns only training jobs created before the specified time (timestamp).

', 'ListTrainingJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only training jobs modified after the specified time (timestamp).

', 'ListTrainingJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only training jobs modified before the specified time (timestamp).

', 'ListTransformJobsRequest$CreationTimeAfter' => '

A filter that returns only transform jobs created after the specified time.

', 'ListTransformJobsRequest$CreationTimeBefore' => '

A filter that returns only transform jobs created before the specified time.

', 'ListTransformJobsRequest$LastModifiedTimeAfter' => '

A filter that returns only transform jobs modified after the specified time.

', 'ListTransformJobsRequest$LastModifiedTimeBefore' => '

A filter that returns only transform jobs modified before the specified time.

', 'ListTrialComponentsRequest$CreatedAfter' => '

A filter that returns only components created after the specified time.

', 'ListTrialComponentsRequest$CreatedBefore' => '

A filter that returns only components created before the specified time.

', 'ListTrialsRequest$CreatedAfter' => '

A filter that returns only trials created after the specified time.

', 'ListTrialsRequest$CreatedBefore' => '

A filter that returns only trials created before the specified time.

', 'MetricData$Timestamp' => '

The date and time that the algorithm emitted the metric.

', 'Model$CreationTime' => '

A timestamp that indicates when the model was created.

', 'ModelCard$CreationTime' => '

The date and time that the model card was created.

', 'ModelCard$LastModifiedTime' => '

The date and time that the model card was last modified.

', 'ModelCardExportJobSummary$CreatedAt' => '

The date and time that the model card export job was created.

', 'ModelCardExportJobSummary$LastModifiedAt' => '

The date and time that the model card export job was last modified..

', 'ModelCardSummary$CreationTime' => '

The date and time that the model card was created.

', 'ModelCardSummary$LastModifiedTime' => '

The date and time that the model card was last modified.

', 'ModelCardVersionSummary$CreationTime' => '

The date and time that the model card version was created.

', 'ModelCardVersionSummary$LastModifiedTime' => '

The time date and time that the model card version was last modified.

', 'ModelDashboardEndpoint$CreationTime' => '

A timestamp that indicates when the endpoint was created.

', 'ModelDashboardEndpoint$LastModifiedTime' => '

The last time the endpoint was modified.

', 'ModelDashboardModelCard$CreationTime' => '

A timestamp that indicates when the model card was created.

', 'ModelDashboardModelCard$LastModifiedTime' => '

A timestamp that indicates when the model card was last updated.

', 'ModelDashboardMonitoringSchedule$CreationTime' => '

A timestamp that indicates when the monitoring schedule was created.

', 'ModelDashboardMonitoringSchedule$LastModifiedTime' => '

A timestamp that indicates when the monitoring schedule was last updated.

', 'ModelPackage$LastModifiedTime' => '

The last time the model package was modified.

', 'ModelSummary$CreationTime' => '

A timestamp that indicates when the model was created.

', 'MonitoringAlertHistorySummary$CreationTime' => '

A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status InAlert to OK, or from OK to InAlert.

', 'MonitoringAlertSummary$CreationTime' => '

A timestamp that indicates when a monitor alert was created.

', 'MonitoringAlertSummary$LastModifiedTime' => '

A timestamp that indicates when a monitor alert was last updated.

', 'MonitoringExecutionSummary$ScheduledTime' => '

The time the monitoring job was scheduled.

', 'MonitoringExecutionSummary$CreationTime' => '

The time at which the monitoring job was created.

', 'MonitoringExecutionSummary$LastModifiedTime' => '

A timestamp that indicates the last time the monitoring job was modified.

', 'MonitoringJobDefinitionSummary$CreationTime' => '

The time that the monitoring job was created.

', 'MonitoringSchedule$CreationTime' => '

The time that the monitoring schedule was created.

', 'MonitoringSchedule$LastModifiedTime' => '

The last time the monitoring schedule was changed.

', 'MonitoringScheduleSummary$CreationTime' => '

The creation time of the monitoring schedule.

', 'MonitoringScheduleSummary$LastModifiedTime' => '

The last time the monitoring schedule was modified.

', 'PendingDeploymentSummary$StartTime' => '

The start time of the deployment.

', 'Pipeline$CreationTime' => '

The creation time of the pipeline.

', 'Pipeline$LastModifiedTime' => '

The time that the pipeline was last modified.

', 'Pipeline$LastRunTime' => '

The time when the pipeline was last run.

', 'PipelineExecution$CreationTime' => '

The creation time of the pipeline execution.

', 'PipelineExecution$LastModifiedTime' => '

The time that the pipeline execution was last modified.

', 'PipelineExecutionStep$StartTime' => '

The time that the step started executing.

', 'PipelineExecutionStep$EndTime' => '

The time that the step stopped executing.

', 'PipelineExecutionSummary$StartTime' => '

The start time of the pipeline execution.

', 'PipelineSummary$CreationTime' => '

The creation time of the pipeline.

', 'PipelineSummary$LastModifiedTime' => '

The time that the pipeline was last modified.

', 'PipelineSummary$LastExecutionTime' => '

The last time that a pipeline execution began.

', 'ProcessingJob$ProcessingEndTime' => '

The time that the processing job ended.

', 'ProcessingJob$ProcessingStartTime' => '

The time that the processing job started.

', 'ProcessingJob$LastModifiedTime' => '

The time the processing job was last modified.

', 'ProcessingJob$CreationTime' => '

The time the processing job was created.

', 'ProcessingJobSummary$CreationTime' => '

The time at which the processing job was created.

', 'ProcessingJobSummary$ProcessingEndTime' => '

The time at which the processing job completed.

', 'ProcessingJobSummary$LastModifiedTime' => '

A timestamp that indicates the last time the processing job was modified.

', 'ProductionVariantStatus$StartTime' => '

The start time of the current status change.

', 'ProfilerRuleEvaluationStatus$LastModifiedTime' => '

Timestamp when the rule evaluation status was last modified.

', 'Project$CreationTime' => '

A timestamp specifying when the project was created.

', 'Project$LastModifiedTime' => '

A timestamp container for when the project was last modified.

', 'ProjectSummary$CreationTime' => '

The time that the project was created.

', 'QueryFilters$CreatedBefore' => '

Filter the lineage entities connected to the StartArn(s) by created date.

', 'QueryFilters$CreatedAfter' => '

Filter the lineage entities connected to the StartArn(s) after the create date.

', 'QueryFilters$ModifiedBefore' => '

Filter the lineage entities connected to the StartArn(s) before the last modified date.

', 'QueryFilters$ModifiedAfter' => '

Filter the lineage entities connected to the StartArn(s) after the last modified date.

', 'ResourceCatalog$CreationTime' => '

The time the ResourceCatalog was created.

', 'SecondaryStatusTransition$StartTime' => '

A timestamp that shows when the training job transitioned to the current secondary status state.

', 'SecondaryStatusTransition$EndTime' => '

A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

', 'StudioLifecycleConfigDetails$CreationTime' => '

The creation time of the Studio Lifecycle Configuration.

', 'StudioLifecycleConfigDetails$LastModifiedTime' => '

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

', 'TrainingJob$CreationTime' => '

A timestamp that indicates when the training job was created.

', 'TrainingJob$TrainingStartTime' => '

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

', 'TrainingJob$TrainingEndTime' => '

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

', 'TrainingJob$LastModifiedTime' => '

A timestamp that indicates when the status of the training job was last modified.

', 'TrainingJobSummary$CreationTime' => '

A timestamp that shows when the training job was created.

', 'TrainingJobSummary$TrainingEndTime' => '

A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

', 'TrainingJobSummary$LastModifiedTime' => '

Timestamp when the training job was last modified.

', 'TransformJob$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'TransformJob$TransformStartTime' => '

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

', 'TransformJob$TransformEndTime' => '

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

', 'TransformJobSummary$CreationTime' => '

A timestamp that shows when the transform Job was created.

', 'TransformJobSummary$TransformEndTime' => '

Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

', 'TransformJobSummary$LastModifiedTime' => '

Indicates when the transform job was last modified.

', 'Trial$CreationTime' => '

When the trial was created.

', 'Trial$LastModifiedTime' => '

Who last modified the trial.

', 'TrialComponent$StartTime' => '

When the component started.

', 'TrialComponent$EndTime' => '

When the component ended.

', 'TrialComponent$CreationTime' => '

When the component was created.

', 'TrialComponent$LastModifiedTime' => '

When the component was last modified.

', 'TrialComponentMetricSummary$TimeStamp' => '

When the metric was last updated.

', 'TrialComponentSimpleSummary$CreationTime' => '

When the component was created.

', 'TrialComponentSummary$StartTime' => '

When the component started.

', 'TrialComponentSummary$EndTime' => '

When the component ended.

', 'TrialComponentSummary$CreationTime' => '

When the component was created.

', 'TrialComponentSummary$LastModifiedTime' => '

When the component was last modified.

', 'TrialSummary$CreationTime' => '

When the trial was created.

', 'TrialSummary$LastModifiedTime' => '

When the trial was last modified.

', 'UpdateTrialComponentRequest$StartTime' => '

When the component started.

', 'UpdateTrialComponentRequest$EndTime' => '

When the component ended.

', 'Workforce$LastUpdatedDate' => '

The most recent date that UpdateWorkforce was used to successfully add one or more IP address ranges (CIDRs) to a private workforce\'s allow list.

', 'Workforce$CreateDate' => '

The date that the workforce is created.

', 'Workteam$CreateDate' => '

The date and time that the work team was created (timestamp).

', 'Workteam$LastUpdatedDate' => '

The date and time that the work team was last updated (timestamp).

', ], ], 'TimestampAttributeName' => [ 'base' => NULL, 'refs' => [ 'TimeSeriesConfig$TimestampAttributeName' => '

The name of the column indicating a point in time at which the target value of a given item is recorded.

', ], ], 'TrafficDurationInSeconds' => [ 'base' => NULL, 'refs' => [ 'Phase$DurationInSeconds' => '

Specifies how long a traffic phase should be. For custom load tests, the value should be between 120 and 3600. This value should not exceed JobDurationInSeconds.

', 'Stairs$DurationInSeconds' => '

Defines how long each traffic step should be.

', ], ], 'TrafficPattern' => [ 'base' => '

Defines the traffic pattern of the load test.

', 'refs' => [ 'RecommendationJobInputConfig$TrafficPattern' => '

Specifies the traffic pattern of the job.

', ], ], 'TrafficRoutingConfig' => [ 'base' => '

Defines the traffic routing strategy during an endpoint deployment to shift traffic from the old fleet to the new fleet.

', 'refs' => [ 'BlueGreenUpdatePolicy$TrafficRoutingConfiguration' => '

Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.

', ], ], 'TrafficRoutingConfigType' => [ 'base' => NULL, 'refs' => [ 'TrafficRoutingConfig$Type' => '

Traffic routing strategy type.

  • ALL_AT_ONCE: Endpoint traffic shifts to the new fleet in a single step.

  • CANARY: Endpoint traffic shifts to the new fleet in two steps. The first step is the canary, which is a small portion of the traffic. The second step is the remainder of the traffic.

  • LINEAR: Endpoint traffic shifts to the new fleet in n steps of a configurable size.

', ], ], 'TrafficType' => [ 'base' => NULL, 'refs' => [ 'TrafficPattern$TrafficType' => '

Defines the traffic patterns. Choose either PHASES or STAIRS.

', ], ], 'TrainingContainerArgument' => [ 'base' => NULL, 'refs' => [ 'TrainingContainerArguments$member' => NULL, ], ], 'TrainingContainerArguments' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$ContainerArguments' => '

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

', ], ], 'TrainingContainerEntrypoint' => [ 'base' => NULL, 'refs' => [ 'AlgorithmSpecification$ContainerEntrypoint' => '

The entrypoint script for a Docker container used to run a training job. This script takes precedence over the default train processing instructions. See How Amazon SageMaker Runs Your Training Image for more information.

', ], ], 'TrainingContainerEntrypointString' => [ 'base' => NULL, 'refs' => [ 'TrainingContainerEntrypoint$member' => NULL, ], ], 'TrainingEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'TrainingEnvironmentMap$key' => NULL, ], ], 'TrainingEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$Environment' => '

The environment variables to set in the Docker container.

', 'DescribeTrainingJobResponse$Environment' => '

The environment variables to set in the Docker container.

', 'TrainingJob$Environment' => '

The environment variables to set in the Docker container.

', ], ], 'TrainingEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'TrainingEnvironmentMap$value' => NULL, ], ], 'TrainingImageConfig' => [ 'base' => '

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

', 'refs' => [ 'AlgorithmSpecification$TrainingImageConfig' => '

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

', ], ], 'TrainingInputMode' => [ 'base' => '

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

Pipe mode

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

File mode

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

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

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

FastFile mode

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

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

', 'refs' => [ 'AlgorithmSpecification$TrainingInputMode' => NULL, 'Channel$InputMode' => '

(Optional) The input mode to use for the data channel in a training job. If you don\'t set a value for InputMode, SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job\'s general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

To use a model for incremental training, choose File input model.

', 'HyperParameterAlgorithmSpecification$TrainingInputMode' => NULL, 'InputModes$member' => NULL, 'TrainingJobDefinition$TrainingInputMode' => NULL, ], ], 'TrainingInstanceCount' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$InstanceCount' => '

The number of instances of the type specified by InstanceType. Choose an instance count larger than 1 for distributed training algorithms. See Step 2: Launch a SageMaker Distributed Training Job Using the SageMaker Python SDK for more information.

', 'HyperParameterTuningResourceConfig$InstanceCount' => '

The number of compute instances of type InstanceType to use. For distributed training, select a value greater than 1.

', 'InstanceGroup$InstanceCount' => '

Specifies the number of instances of the instance group.

', 'ResourceConfig$InstanceCount' => '

The number of ML compute instances to use. For distributed training, provide a value greater than 1.

', ], ], 'TrainingInstanceType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$InstanceType' => '

The instance type used for processing of hyperparameter optimization jobs. Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge, and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge and ml.c5.2xlarge. For more information about instance types, see instance type descriptions.

', 'HyperParameterTuningResourceConfig$InstanceType' => '

The instance type used to run hyperparameter optimization tuning jobs. See descriptions of instance types for more information.

', 'InstanceGroup$InstanceType' => '

Specifies the instance type of the instance group.

', 'ResourceConfig$InstanceType' => '

The ML compute instance type.

SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is in preview release starting December 9th, 2022.

Amazon EC2 P4de instances (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance HBM2e GPU memory, which accelerate the speed of training ML models that need to be trained on large datasets of high-resolution data. In this preview release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge) to reduce model training time. The ml.p4de.24xlarge instances are available in the following Amazon Web Services Regions.

  • US East (N. Virginia) (us-east-1)

  • US West (Oregon) (us-west-2)

To request quota limit increase and start using P4de instances, contact the SageMaker Training service team through your account team.

', 'TrainingInstanceTypes$member' => NULL, ], ], 'TrainingInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'TrainingSpecification$SupportedTrainingInstanceTypes' => '

A list of the instance types that this algorithm can use for training.

', ], ], 'TrainingJob' => [ 'base' => '

Contains information about a training job.

', 'refs' => [ 'SearchRecord$TrainingJob' => '

The properties of a training job.

', 'TrialComponentSourceDetail$TrainingJob' => '

Information about a training job that\'s the source of a trial component.

', ], ], 'TrainingJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'DescribeProcessingJobResponse$TrainingJobArn' => '

The ARN of a training job associated with this processing job.

', 'DescribeTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'HyperParameterTrainingJobSummary$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'ProcessingJob$TrainingJobArn' => '

The ARN of the training job associated with this processing job.

', 'TrainingJob$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'TrainingJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

', 'TrainingJobSummary$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', 'UpdateTrainingJobResponse$TrainingJobArn' => '

The Amazon Resource Name (ARN) of the training job.

', ], ], 'TrainingJobDefinition' => [ 'base' => '

Defines the input needed to run a training job using the algorithm.

', 'refs' => [ 'AlgorithmValidationProfile$TrainingJobDefinition' => '

The TrainingJobDefinition object that describes the training job that SageMaker runs to validate your algorithm.

', ], ], 'TrainingJobEarlyStoppingType' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningJobConfig$TrainingJobEarlyStoppingType' => '

Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. Because the Hyperband strategy has its own advanced internal early stopping mechanism, TrainingJobEarlyStoppingType must be OFF to use Hyperband. This parameter can take on one of the following values (the default value is OFF):

OFF

Training jobs launched by the hyperparameter tuning job do not use early stopping.

AUTO

SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

', ], ], 'TrainingJobName' => [ 'base' => NULL, 'refs' => [ 'CreateTrainingJobRequest$TrainingJobName' => '

The name of the training job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeTrainingJobRequest$TrainingJobName' => '

The name of the training job.

', 'DescribeTrainingJobResponse$TrainingJobName' => '

Name of the model training job.

', 'HyperParameterTrainingJobSummary$TrainingJobName' => '

The name of the training job.

', 'StopTrainingJobRequest$TrainingJobName' => '

The name of the training job to stop.

', 'TrainingJob$TrainingJobName' => '

The name of the training job.

', 'TrainingJobSummary$TrainingJobName' => '

The name of the training job that you want a summary for.

', 'UpdateTrainingJobRequest$TrainingJobName' => '

The name of a training job to update the Debugger profiling configuration.

', 'WarmPoolStatus$ReusedByJob' => '

The name of the matching training job that reused the warm pool.

', ], ], 'TrainingJobSortByOptions' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsForHyperParameterTuningJobRequest$SortBy' => '

The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

', ], ], 'TrainingJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$TrainingJobStatus' => '

The status of the training job.

SageMaker provides the following training job statuses:

  • InProgress - The training is in progress.

  • Completed - The training job has completed.

  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.

  • Stopping - The training job is stopping.

  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

', 'HyperParameterTrainingJobSummary$TrainingJobStatus' => '

The status of the training job.

', 'ListTrainingJobsForHyperParameterTuningJobRequest$StatusEquals' => '

A filter that returns only training jobs with the specified status.

', 'ListTrainingJobsRequest$StatusEquals' => '

A filter that retrieves only training jobs with a specific status.

', 'TrainingJob$TrainingJobStatus' => '

The status of the training job.

Training job statuses are:

  • InProgress - The training is in progress.

  • Completed - The training job has completed.

  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.

  • Stopping - The training job is stopping.

  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

', 'TrainingJobSummary$TrainingJobStatus' => '

The status of the training job.

', ], ], 'TrainingJobStatusCounter' => [ 'base' => NULL, 'refs' => [ 'TrainingJobStatusCounters$Completed' => '

The number of completed training jobs launched by the hyperparameter tuning job.

', 'TrainingJobStatusCounters$InProgress' => '

The number of in-progress training jobs launched by a hyperparameter tuning job.

', 'TrainingJobStatusCounters$RetryableError' => '

The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

', 'TrainingJobStatusCounters$NonRetryableError' => '

The number of training jobs that failed and can\'t be retried. A failed training job can\'t be retried if it failed because a client error occurred.

', 'TrainingJobStatusCounters$Stopped' => '

The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

', ], ], 'TrainingJobStatusCounters' => [ 'base' => '

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

', 'refs' => [ 'DescribeHyperParameterTuningJobResponse$TrainingJobStatusCounters' => '

The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this tuning job launched.

', 'HyperParameterTuningJobSearchEntity$TrainingJobStatusCounters' => NULL, 'HyperParameterTuningJobSummary$TrainingJobStatusCounters' => '

The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

', ], ], 'TrainingJobStepMetadata' => [ 'base' => '

Metadata for a training job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TrainingJob' => '

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

', ], ], 'TrainingJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsResponse$TrainingJobSummaries' => '

An array of TrainingJobSummary objects, each listing a training job.

', ], ], 'TrainingJobSummary' => [ 'base' => '

Provides summary information about a training job.

', 'refs' => [ 'TrainingJobSummaries$member' => NULL, ], ], 'TrainingRepositoryAccessMode' => [ 'base' => NULL, 'refs' => [ 'TrainingImageConfig$TrainingRepositoryAccessMode' => '

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

', ], ], 'TrainingRepositoryAuthConfig' => [ 'base' => '

An object containing authentication information for a private Docker registry.

', 'refs' => [ 'TrainingImageConfig$TrainingRepositoryAuthConfig' => '

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

', ], ], 'TrainingRepositoryCredentialsProviderArn' => [ 'base' => NULL, 'refs' => [ 'TrainingRepositoryAuthConfig$TrainingRepositoryCredentialsProviderArn' => '

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

', ], ], 'TrainingSpecification' => [ 'base' => '

Defines how the algorithm is used for a training job.

', 'refs' => [ 'CreateAlgorithmInput$TrainingSpecification' => '

Specifies details about training jobs run by this algorithm, including the following:

  • The Amazon ECR path of the container and the version digest of the algorithm.

  • The hyperparameters that the algorithm supports.

  • The instance types that the algorithm supports for training.

  • Whether the algorithm supports distributed training.

  • The metrics that the algorithm emits to Amazon CloudWatch.

  • Which metrics that the algorithm emits can be used as the objective metric for hyperparameter tuning jobs.

  • The input channels that the algorithm supports for training data. For example, an algorithm might support train, validation, and test channels.

', 'DescribeAlgorithmOutput$TrainingSpecification' => '

Details about training jobs run by this algorithm.

', ], ], 'TrainingTimeInSeconds' => [ 'base' => NULL, 'refs' => [ 'DescribeTrainingJobResponse$TrainingTimeInSeconds' => '

The training time in seconds.

', 'TrainingJob$TrainingTimeInSeconds' => '

The training time in seconds.

', ], ], 'TransformDataSource' => [ 'base' => '

Describes the location of the channel data.

', 'refs' => [ 'TransformInput$DataSource' => '

Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

', ], ], 'TransformEnvironmentKey' => [ 'base' => NULL, 'refs' => [ 'TransformEnvironmentMap$key' => NULL, ], ], 'TransformEnvironmentMap' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'DescribeTransformJobResponse$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'TransformJob$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', 'TransformJobDefinition$Environment' => '

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

', ], ], 'TransformEnvironmentValue' => [ 'base' => NULL, 'refs' => [ 'TransformEnvironmentMap$value' => NULL, ], ], 'TransformInput' => [ 'base' => '

Describes the input source of a transform job and the way the transform job consumes it.

', 'refs' => [ 'CreateTransformJobRequest$TransformInput' => '

Describes the input source and the way the transform job consumes it.

', 'DescribeTransformJobResponse$TransformInput' => '

Describes the dataset to be transformed and the Amazon S3 location where it is stored.

', 'TransformJob$TransformInput' => NULL, 'TransformJobDefinition$TransformInput' => '

A description of the input source and the way the transform job consumes it.

', ], ], 'TransformInstanceCount' => [ 'base' => NULL, 'refs' => [ 'TransformResources$InstanceCount' => '

The number of ML compute instances to use in the transform job. The default value is 1, and the maximum is 100. For distributed transform jobs, specify a value greater than 1.

', ], ], 'TransformInstanceType' => [ 'base' => NULL, 'refs' => [ 'TransformInstanceTypes$member' => NULL, 'TransformResources$InstanceType' => '

The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

', ], ], 'TransformInstanceTypes' => [ 'base' => NULL, 'refs' => [ 'AdditionalInferenceSpecificationDefinition$SupportedTransformInstanceTypes' => '

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

', 'InferenceSpecification$SupportedTransformInstanceTypes' => '

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

This parameter is required for unversioned models, and optional for versioned models.

', ], ], 'TransformJob' => [ 'base' => '

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.

', 'refs' => [ 'ModelDashboardModel$LastBatchTransformJob' => NULL, 'TrialComponentSourceDetail$TransformJob' => '

Information about a transform job that\'s the source of a trial component.

', ], ], 'TransformJobArn' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobResponse$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'DescribeTransformJobResponse$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'TransformJob$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', 'TransformJobStepMetadata$Arn' => '

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

', 'TransformJobSummary$TransformJobArn' => '

The Amazon Resource Name (ARN) of the transform job.

', ], ], 'TransformJobDefinition' => [ 'base' => '

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

', 'refs' => [ 'AlgorithmValidationProfile$TransformJobDefinition' => '

The TransformJobDefinition object that describes the transform job that SageMaker runs to validate your algorithm.

', 'ModelPackageValidationProfile$TransformJobDefinition' => '

The TransformJobDefinition object that describes the transform job used for the validation of the model package.

', ], ], 'TransformJobName' => [ 'base' => NULL, 'refs' => [ 'CreateTransformJobRequest$TransformJobName' => '

The name of the transform job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

', 'DescribeTransformJobRequest$TransformJobName' => '

The name of the transform job that you want to view details of.

', 'DescribeTransformJobResponse$TransformJobName' => '

The name of the transform job.

', 'StopTransformJobRequest$TransformJobName' => '

The name of the batch transform job to stop.

', 'TransformJob$TransformJobName' => '

The name of the transform job.

', 'TransformJobSummary$TransformJobName' => '

The name of the transform job.

', ], ], 'TransformJobStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeTransformJobResponse$TransformJobStatus' => '

The status of the transform job. If the transform job failed, the reason is returned in the FailureReason field.

', 'ListTransformJobsRequest$StatusEquals' => '

A filter that retrieves only transform jobs with a specific status.

', 'TransformJob$TransformJobStatus' => '

The status of the transform job.

Transform job statuses are:

  • InProgress - The job is in progress.

  • Completed - The job has completed.

  • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.

  • Stopping - The transform job is stopping.

  • Stopped - The transform job has stopped.

', 'TransformJobSummary$TransformJobStatus' => '

The status of the transform job.

', ], ], 'TransformJobStepMetadata' => [ 'base' => '

Metadata for a transform job step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TransformJob' => '

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

', ], ], 'TransformJobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTransformJobsResponse$TransformJobSummaries' => '

An array of TransformJobSummary objects.

', ], ], 'TransformJobSummary' => [ 'base' => '

Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs call.

', 'refs' => [ 'TransformJobSummaries$member' => NULL, ], ], 'TransformOutput' => [ 'base' => '

Describes the results of a transform job.

', 'refs' => [ 'CreateTransformJobRequest$TransformOutput' => '

Describes the results of the transform job.

', 'DescribeTransformJobResponse$TransformOutput' => '

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

', 'TransformJob$TransformOutput' => NULL, 'TransformJobDefinition$TransformOutput' => '

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

', ], ], 'TransformResources' => [ 'base' => '

Describes the resources, including ML instance types and ML instance count, to use for transform job.

', 'refs' => [ 'CreateTransformJobRequest$TransformResources' => '

Describes the resources, including ML instance types and ML instance count, to use for the transform job.

', 'DescribeTransformJobResponse$TransformResources' => '

Describes the resources, including ML instance types and ML instance count, to use for the transform job.

', 'TransformJob$TransformResources' => NULL, 'TransformJobDefinition$TransformResources' => '

Identifies the ML compute instances for the transform job.

', ], ], 'TransformS3DataSource' => [ 'base' => '

Describes the S3 data source.

', 'refs' => [ 'TransformDataSource$S3DataSource' => '

The S3 location of the data source that is associated with a channel.

', ], ], 'TransformationAttributeName' => [ 'base' => NULL, 'refs' => [ 'AggregationTransformations$key' => NULL, 'FillingTransformations$key' => NULL, ], ], 'Trial' => [ 'base' => '

The properties of a trial as returned by the Search API.

', 'refs' => [ 'SearchRecord$Trial' => '

The properties of a trial.

', ], ], 'TrialArn' => [ 'base' => NULL, 'refs' => [ 'AssociateTrialComponentResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'CreateTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'DeleteTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial that is being deleted.

', 'DescribeTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'DisassociateTrialComponentResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'Trial$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'TrialSummary$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', 'UpdateTrialResponse$TrialArn' => '

The Amazon Resource Name (ARN) of the trial.

', ], ], 'TrialComponent' => [ 'base' => '

The properties of a trial component as returned by the Search API.

', 'refs' => [ 'SearchRecord$TrialComponent' => '

The properties of a trial component.

', ], ], 'TrialComponentArn' => [ 'base' => NULL, 'refs' => [ 'AssociateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'CreateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'DeleteTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the component is being deleted.

', 'DescribeTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'DisassociateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponent$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponentSimpleSummary$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'TrialComponentSummary$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', 'UpdateTrialComponentResponse$TrialComponentArn' => '

The Amazon Resource Name (ARN) of the trial component.

', ], ], 'TrialComponentArtifact' => [ 'base' => '

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

', 'refs' => [ 'TrialComponentArtifacts$value' => NULL, ], ], 'TrialComponentArtifactValue' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifact$Value' => '

The location of the artifact.

', ], ], 'TrialComponentArtifacts' => [ 'base' => NULL, 'refs' => [ 'CreateTrialComponentRequest$InputArtifacts' => '

The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.

', 'CreateTrialComponentRequest$OutputArtifacts' => '

The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.

', 'DescribeTrialComponentResponse$InputArtifacts' => '

The input artifacts of the component.

', 'DescribeTrialComponentResponse$OutputArtifacts' => '

The output artifacts of the component.

', 'TrialComponent$InputArtifacts' => '

The input artifacts of the component.

', 'TrialComponent$OutputArtifacts' => '

The output artifacts of the component.

', 'UpdateTrialComponentRequest$InputArtifacts' => '

Replaces all of the component\'s input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.

', 'UpdateTrialComponentRequest$OutputArtifacts' => '

Replaces all of the component\'s output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.

', ], ], 'TrialComponentKey256' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentKey256$member' => NULL, 'TrialComponentParameters$key' => NULL, ], ], 'TrialComponentKey64' => [ 'base' => NULL, 'refs' => [ 'TrialComponentArtifacts$key' => NULL, ], ], 'TrialComponentMetricSummaries' => [ 'base' => NULL, 'refs' => [ 'DescribeTrialComponentResponse$Metrics' => '

The metrics for the component.

', 'TrialComponent$Metrics' => '

The metrics for the component.

', ], ], 'TrialComponentMetricSummary' => [ 'base' => '

A summary of the metrics of a trial component.

', 'refs' => [ 'TrialComponentMetricSummaries$member' => NULL, ], ], 'TrialComponentParameterValue' => [ 'base' => '

The value of a hyperparameter. Only one of NumberValue or StringValue can be specified.

This object is specified in the CreateTrialComponent request.

', 'refs' => [ 'TrialComponentParameters$value' => NULL, ], ], 'TrialComponentParameters' => [ 'base' => NULL, 'refs' => [ 'CreateTrialComponentRequest$Parameters' => '

The hyperparameters for the component.

', 'DescribeTrialComponentResponse$Parameters' => '

The hyperparameters of the component.

', 'TrialComponent$Parameters' => '

The hyperparameters of the component.

', 'UpdateTrialComponentRequest$Parameters' => '

Replaces all of the component\'s hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.

', ], ], 'TrialComponentPrimaryStatus' => [ 'base' => NULL, 'refs' => [ 'TrialComponentStatus$PrimaryStatus' => '

The status of the trial component.

', ], ], 'TrialComponentSimpleSummaries' => [ 'base' => NULL, 'refs' => [ 'Trial$TrialComponentSummaries' => '

A list of the components associated with the trial. For each component, a summary of the component\'s properties is included.

', ], ], 'TrialComponentSimpleSummary' => [ 'base' => '

A short summary of a trial component.

', 'refs' => [ 'TrialComponentSimpleSummaries$member' => NULL, ], ], 'TrialComponentSource' => [ 'base' => '

The Amazon Resource Name (ARN) and job type of the source of a trial component.

', 'refs' => [ 'DescribeTrialComponentResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

', 'TrialComponent$Source' => '

The Amazon Resource Name (ARN) and job type of the source of the component.

', 'TrialComponentSimpleSummary$TrialComponentSource' => NULL, 'TrialComponentSources$member' => NULL, 'TrialComponentSummary$TrialComponentSource' => NULL, ], ], 'TrialComponentSourceArn' => [ 'base' => NULL, 'refs' => [ 'TrialComponentMetricSummary$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', 'TrialComponentSource$SourceArn' => '

The source Amazon Resource Name (ARN).

', 'TrialComponentSourceDetail$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'TrialComponentSourceDetail' => [ 'base' => '

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

', 'refs' => [ 'TrialComponent$SourceDetail' => '

Details of the source of the component.

', ], ], 'TrialComponentSources' => [ 'base' => NULL, 'refs' => [ 'DescribeTrialComponentResponse$Sources' => '

A list of ARNs and, if applicable, job types for multiple sources of an experiment run.

', ], ], 'TrialComponentStatus' => [ 'base' => '

The status of the trial component.

', 'refs' => [ 'CreateTrialComponentRequest$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'DescribeTrialComponentResponse$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'TrialComponent$Status' => NULL, 'TrialComponentSummary$Status' => '

The status of the component. States include:

  • InProgress

  • Completed

  • Failed

', 'UpdateTrialComponentRequest$Status' => '

The new status of the component.

', ], ], 'TrialComponentStatusMessage' => [ 'base' => NULL, 'refs' => [ 'TrialComponentStatus$Message' => '

If the component failed, a message describing why.

', ], ], 'TrialComponentSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrialComponentsResponse$TrialComponentSummaries' => '

A list of the summaries of your trial components.

', ], ], 'TrialComponentSummary' => [ 'base' => '

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

', 'refs' => [ 'TrialComponentSummaries$member' => NULL, ], ], 'TrialSource' => [ 'base' => '

The source of the trial.

', 'refs' => [ 'DescribeTrialResponse$Source' => '

The Amazon Resource Name (ARN) of the source and, optionally, the job type.

', 'Trial$Source' => NULL, 'TrialSummary$TrialSource' => NULL, ], ], 'TrialSourceArn' => [ 'base' => NULL, 'refs' => [ 'TrialSource$SourceArn' => '

The Amazon Resource Name (ARN) of the source.

', ], ], 'TrialSummaries' => [ 'base' => NULL, 'refs' => [ 'ListTrialsResponse$TrialSummaries' => '

A list of the summaries of your trials.

', ], ], 'TrialSummary' => [ 'base' => '

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

', 'refs' => [ 'TrialSummaries$member' => NULL, ], ], 'TtlDuration' => [ 'base' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', 'refs' => [ 'OnlineStoreConfig$TtlDuration' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', 'OnlineStoreConfigUpdate$TtlDuration' => '

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord API in the Amazon SageMaker API Reference guide.

', ], ], 'TtlDurationUnit' => [ 'base' => NULL, 'refs' => [ 'TtlDuration$Unit' => '

TtlDuration time unit.

', ], ], 'TtlDurationValue' => [ 'base' => NULL, 'refs' => [ 'TtlDuration$Value' => '

TtlDuration time value.

', ], ], 'TuningJobCompletionCriteria' => [ 'base' => '

The job completion criteria.

', 'refs' => [ 'HyperParameterTuningJobConfig$TuningJobCompletionCriteria' => '

The tuning job\'s completion criteria.

', ], ], 'TuningJobStepMetaData' => [ 'base' => '

Metadata for a tuning step.

', 'refs' => [ 'PipelineExecutionStepMetadata$TuningJob' => '

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

', ], ], 'USD' => [ 'base' => '

Represents an amount of money in United States dollars.

', 'refs' => [ 'PublicWorkforceTaskPrice$AmountInUsd' => '

Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

', ], ], 'UiConfig' => [ 'base' => '

Provided configuration information for the worker UI for a labeling job. Provide either HumanTaskUiArn or UiTemplateS3Uri.

For named entity recognition, 3D point cloud and video frame labeling jobs, use HumanTaskUiArn.

For all other Ground Truth built-in task types and custom task types, use UiTemplateS3Uri to specify the location of a worker task template in Amazon S3.

', 'refs' => [ 'HumanTaskConfig$UiConfig' => '

Information about the user interface that workers use to complete the labeling task.

', ], ], 'UiTemplate' => [ 'base' => '

The Liquid template for the worker user interface.

', 'refs' => [ 'CreateHumanTaskUiRequest$UiTemplate' => NULL, 'RenderUiTemplateRequest$UiTemplate' => '

A Template object containing the worker UI template to render.

', ], ], 'UiTemplateInfo' => [ 'base' => '

Container for user interface template information.

', 'refs' => [ 'DescribeHumanTaskUiResponse$UiTemplate' => NULL, ], ], 'UpdateActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppImageConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppImageConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateArtifactRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateArtifactResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCodeRepositoryInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateCodeRepositoryOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContextRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateContextResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDeviceFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDevicesRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDomainResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointWeightsAndCapacitiesInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEndpointWeightsAndCapacitiesOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFeatureMetadataRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateHubRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateHubResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageVersionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImageVersionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInferenceExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInferenceExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelCardRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelCardResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelPackageInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateModelPackageOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringAlertRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringAlertResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringScheduleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateMonitoringScheduleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceLifecycleConfigInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceLifecycleConfigOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNotebookInstanceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineExecutionRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineExecutionResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdatePipelineResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateSpaceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrainingJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrainingJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialComponentRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialComponentResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTrialResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUserProfileResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkforceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkforceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkteamRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWorkteamResponse' => [ 'base' => NULL, 'refs' => [], ], 'Url' => [ 'base' => NULL, 'refs' => [ 'AutoMLContainerDefinition$ModelDataUrl' => '

The location of the model artifacts. For more information, see ContainerDefinition.

', 'ClarifyShapBaselineConfig$ShapBaselineUri' => '

The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline file is stored. The format of the SHAP baseline file should be the same format as the format of the training dataset. For example, if the training dataset is in CSV format, and each record in the training dataset has four features, and all features are numerical, then the baseline file should also have this same format. Each record should contain only the features. If you are using a virtual private cloud (VPC), the ShapBaselineUri should be accessible to the VPC. For more information about setting up endpoints with Amazon Virtual Private Cloud, see Give SageMaker access to Resources in your Amazon Virtual Private Cloud.

', 'ContainerDefinition$ModelDataUrl' => '

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

If you provide a value for this parameter, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

If you use a built-in algorithm to create a model, SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

', 'ModelPackageContainerDefinition$ModelDataUrl' => '

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the model package.

', 'SourceAlgorithm$ModelDataUrl' => '

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same Amazon Web Services region as the algorithm.

', ], ], 'UserContext' => [ 'base' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

', 'refs' => [ 'AssociationSummary$CreatedBy' => NULL, 'DescribeActionResponse$CreatedBy' => NULL, 'DescribeActionResponse$LastModifiedBy' => NULL, 'DescribeArtifactResponse$CreatedBy' => NULL, 'DescribeArtifactResponse$LastModifiedBy' => NULL, 'DescribeContextResponse$CreatedBy' => NULL, 'DescribeContextResponse$LastModifiedBy' => NULL, 'DescribeExperimentResponse$CreatedBy' => '

Who created the experiment.

', 'DescribeExperimentResponse$LastModifiedBy' => '

Who last modified the experiment.

', 'DescribeLineageGroupResponse$CreatedBy' => NULL, 'DescribeLineageGroupResponse$LastModifiedBy' => NULL, 'DescribeModelCardResponse$CreatedBy' => NULL, 'DescribeModelCardResponse$LastModifiedBy' => NULL, 'DescribeModelPackageGroupOutput$CreatedBy' => NULL, 'DescribeModelPackageOutput$CreatedBy' => NULL, 'DescribeModelPackageOutput$LastModifiedBy' => NULL, 'DescribePipelineExecutionResponse$CreatedBy' => NULL, 'DescribePipelineExecutionResponse$LastModifiedBy' => NULL, 'DescribePipelineResponse$CreatedBy' => NULL, 'DescribePipelineResponse$LastModifiedBy' => NULL, 'DescribeProjectOutput$CreatedBy' => NULL, 'DescribeProjectOutput$LastModifiedBy' => NULL, 'DescribeTrialComponentResponse$CreatedBy' => '

Who created the trial component.

', 'DescribeTrialComponentResponse$LastModifiedBy' => '

Who last modified the component.

', 'DescribeTrialResponse$CreatedBy' => '

Who created the trial.

', 'DescribeTrialResponse$LastModifiedBy' => '

Who last modified the trial.

', 'Experiment$CreatedBy' => '

Who created the experiment.

', 'Experiment$LastModifiedBy' => NULL, 'ModelCard$CreatedBy' => NULL, 'ModelCard$LastModifiedBy' => NULL, 'ModelDashboardModelCard$CreatedBy' => NULL, 'ModelDashboardModelCard$LastModifiedBy' => NULL, 'ModelPackage$CreatedBy' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

', 'ModelPackage$LastModifiedBy' => '

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

', 'ModelPackageGroup$CreatedBy' => NULL, 'Pipeline$CreatedBy' => NULL, 'Pipeline$LastModifiedBy' => NULL, 'PipelineExecution$CreatedBy' => NULL, 'PipelineExecution$LastModifiedBy' => NULL, 'Project$CreatedBy' => '

Who created the project.

', 'Project$LastModifiedBy' => NULL, 'Trial$CreatedBy' => '

Who created the trial.

', 'Trial$LastModifiedBy' => NULL, 'TrialComponent$CreatedBy' => '

Who created the trial component.

', 'TrialComponent$LastModifiedBy' => NULL, 'TrialComponentSimpleSummary$CreatedBy' => NULL, 'TrialComponentSummary$CreatedBy' => '

Who created the trial component.

', 'TrialComponentSummary$LastModifiedBy' => '

Who last modified the component.

', ], ], 'UserProfileArn' => [ 'base' => NULL, 'refs' => [ 'CreateUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', 'DescribeUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', 'UpdateUserProfileResponse$UserProfileArn' => '

The user profile Amazon Resource Name (ARN).

', ], ], 'UserProfileDetails' => [ 'base' => '

The user profile details.

', 'refs' => [ 'UserProfileList$member' => NULL, ], ], 'UserProfileList' => [ 'base' => NULL, 'refs' => [ 'ListUserProfilesResponse$UserProfiles' => '

The list of user profiles.

', ], ], 'UserProfileName' => [ 'base' => NULL, 'refs' => [ 'AppDetails$UserProfileName' => '

The user profile name.

', 'CreateAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'CreatePresignedDomainUrlRequest$UserProfileName' => '

The name of the UserProfile to sign-in as.

', 'CreateUserProfileRequest$UserProfileName' => '

A name for the UserProfile. This value is not case sensitive.

', 'DeleteAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'DeleteUserProfileRequest$UserProfileName' => '

The user profile name.

', 'DescribeAppRequest$UserProfileName' => '

The user profile name. If this value is not set, then SpaceName must be set.

', 'DescribeAppResponse$UserProfileName' => '

The user profile name.

', 'DescribeUserProfileRequest$UserProfileName' => '

The user profile name. This value is not case sensitive.

', 'DescribeUserProfileResponse$UserProfileName' => '

The user profile name.

', 'ListAppsRequest$UserProfileNameEquals' => '

A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.

', 'ListUserProfilesRequest$UserProfileNameContains' => '

A parameter by which to filter the results.

', 'UpdateUserProfileRequest$UserProfileName' => '

The user profile name.

', 'UserProfileDetails$UserProfileName' => '

The user profile name.

', ], ], 'UserProfileSortKey' => [ 'base' => NULL, 'refs' => [ 'ListUserProfilesRequest$SortBy' => '

The parameter by which to sort the results. The default is CreationTime.

', ], ], 'UserProfileStatus' => [ 'base' => NULL, 'refs' => [ 'DescribeUserProfileResponse$Status' => '

The status.

', 'UserProfileDetails$Status' => '

The status.

', ], ], 'UserSettings' => [ 'base' => '

A collection of settings that apply to users of Amazon SageMaker Studio. 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.

', 'refs' => [ 'CreateDomainRequest$DefaultUserSettings' => '

The default settings to use to create a user profile when UserSettings isn\'t specified in the call to the CreateUserProfile API.

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.

', 'CreateUserProfileRequest$UserSettings' => '

A collection of settings.

', 'DescribeDomainResponse$DefaultUserSettings' => '

Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile.

', 'DescribeUserProfileResponse$UserSettings' => '

A collection of settings.

', 'UpdateDomainRequest$DefaultUserSettings' => '

A collection of settings.

', 'UpdateUserProfileRequest$UserSettings' => '

A collection of settings.

', ], ], 'UsersPerStep' => [ 'base' => NULL, 'refs' => [ 'Stairs$UsersPerStep' => '

Specifies how many new users to spawn in each step.

', ], ], 'UtilizationMetric' => [ 'base' => NULL, 'refs' => [ 'RecommendationMetrics$CpuUtilization' => '

The expected CPU utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

', 'RecommendationMetrics$MemoryUtilization' => '

The expected memory utilization at maximum invocations per minute for the instance.

NaN indicates that the value is not available.

', ], ], 'UtilizationPercentagePerCore' => [ 'base' => NULL, 'refs' => [ 'GetScalingConfigurationRecommendationRequest$TargetCpuUtilizationPerCore' => '

The percentage of how much utilization you want an instance to use before autoscaling. The default value is 50%.

', 'GetScalingConfigurationRecommendationResponse$TargetCpuUtilizationPerCore' => '

The percentage of how much utilization you want an instance to use before autoscaling, which you specified in the request. The default value is 50%.

', ], ], 'ValidationFraction' => [ 'base' => NULL, 'refs' => [ 'AutoMLDataSplitConfig$ValidationFraction' => '

The validation fraction (optional) is a float that specifies the portion of the training dataset to be used for validation. The default value is 0.2, and values must be greater than 0 and less than 1. We recommend setting this value to be less than 0.5.

', ], ], 'VariantName' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$VariantName' => '

The name of the variant to update.

', 'PendingProductionVariantSummary$VariantName' => '

The name of the variant.

', 'ProductionVariant$VariantName' => '

The name of the production variant.

', 'ProductionVariantSummary$VariantName' => '

The name of the variant.

', ], ], 'VariantProperty' => [ 'base' => '

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the RetainAllVariantProperties option of UpdateEndpointInput set to true, the VariantProperty objects listed in the ExcludeRetainedVariantProperties parameter of UpdateEndpointInput override the existing variant properties of the endpoint.

', 'refs' => [ 'VariantPropertyList$member' => NULL, ], ], 'VariantPropertyList' => [ 'base' => NULL, 'refs' => [ 'UpdateEndpointInput$ExcludeRetainedVariantProperties' => '

When you are updating endpoint resources with RetainAllVariantProperties, whose value is set to true, ExcludeRetainedVariantProperties specifies the list of type VariantProperty to override with the values provided by EndpointConfig. If you don\'t specify a value for ExcludeRetainedVariantProperties, no variant properties are overridden.

', ], ], 'VariantPropertyType' => [ 'base' => NULL, 'refs' => [ 'VariantProperty$VariantPropertyType' => '

The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig.

  • DesiredWeight: Overrides the existing variant weights using the InitialVariantWeight values in the ProductionVariants of CreateEndpointConfig.

  • DataCaptureConfig: (Not currently supported.)

', ], ], 'VariantStatus' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantStatus$Status' => '

The endpoint variant status which describes the current deployment stage status or operational status.

  • Creating: Creating inference resources for the production variant.

  • Deleting: Terminating inference resources for the production variant.

  • Updating: Updating capacity for the production variant.

  • ActivatingTraffic: Turning on traffic for the production variant.

  • Baking: Waiting period to monitor the CloudWatch alarms in the automatic rollback configuration.

', ], ], 'VariantStatusMessage' => [ 'base' => NULL, 'refs' => [ 'ProductionVariantStatus$StatusMessage' => '

A message that describes the status of the production variant.

', ], ], 'VariantWeight' => [ 'base' => NULL, 'refs' => [ 'DesiredWeightAndCapacity$DesiredWeight' => '

The variant\'s weight.

', 'PendingProductionVariantSummary$CurrentWeight' => '

The weight associated with the variant.

', 'PendingProductionVariantSummary$DesiredWeight' => '

The requested weight for the variant in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

', 'ProductionVariant$InitialVariantWeight' => '

Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the VariantWeight to the sum of all VariantWeight values across all ProductionVariants. If unspecified, it defaults to 1.0.

', 'ProductionVariantSummary$CurrentWeight' => '

The weight associated with the variant.

', 'ProductionVariantSummary$DesiredWeight' => '

The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

', ], ], 'VendorGuidance' => [ 'base' => NULL, 'refs' => [ 'CreateImageVersionRequest$VendorGuidance' => '

The stability of the image version, specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', 'DescribeImageVersionResponse$VendorGuidance' => '

The stability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', 'UpdateImageVersionRequest$VendorGuidance' => '

The availability of the image version specified by the maintainer.

  • NOT_PROVIDED: The maintainers did not provide a status for image version stability.

  • STABLE: The image version is stable.

  • TO_BE_ARCHIVED: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.

  • ARCHIVED: The image version is archived. Archived image versions are not searchable and are no longer actively supported.

', ], ], 'VersionId' => [ 'base' => NULL, 'refs' => [ 'PipelineDefinitionS3Location$VersionId' => '

Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

', ], ], 'VersionedArnOrName' => [ 'base' => NULL, 'refs' => [ 'ContainerDefinition$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to use to create the model.

', 'DeleteModelPackageInput$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to delete.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', 'DescribeModelPackageInput$ModelPackageName' => '

The name or Amazon Resource Name (ARN) of the model package to describe.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

', ], ], 'Vertex' => [ 'base' => '

A lineage entity connected to the starting entity(ies).

', 'refs' => [ 'Vertices$member' => NULL, ], ], 'Vertices' => [ 'base' => NULL, 'refs' => [ 'QueryLineageResponse$Vertices' => '

A list of vertices connected to the start entity(ies) in the lineage graph.

', ], ], 'VolumeSizeInGB' => [ 'base' => NULL, 'refs' => [ 'HyperParameterTuningInstanceConfig$VolumeSizeInGB' => '

The volume size in GB of the data to be processed for hyperparameter optimization (optional).

', 'ResourceConfig$VolumeSizeInGB' => '

The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

When using an ML instance with NVMe SSD volumes, SageMaker doesn\'t provision Amazon EBS General Purpose SSD (gp2) storage. Available storage is fixed to the NVMe-type instance\'s storage capacity. SageMaker configures storage paths for training datasets, checkpoints, model artifacts, and outputs to use the entire capacity of the instance storage. For example, ML instance families with the NVMe-type instance storage include ml.p4d, ml.g4dn, and ml.g5.

When using an ML instance with the EBS-only storage option and without instance storage, you must define the size of EBS volume through VolumeSizeInGB in the ResourceConfig API. For example, ML instance families that use EBS volumes include ml.c5 and ml.p2.

To look up instance types and their instance storage types and volumes, see Amazon EC2 Instance Types.

To find the default local paths defined by the SageMaker training platform, see Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints, Model Artifacts, and Outputs.

', ], ], 'VpcConfig' => [ 'base' => '

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'refs' => [ 'AutoMLSecurityConfig$VpcConfig' => '

The VPC configuration.

', 'CreateModelInput$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your model to connect to. Control access to and from your model container by configuring the VPC. VpcConfig is used in hosting services and in batch transform. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private Cloud.

', 'CreateTrainingJobRequest$VpcConfig' => '

A VpcConfig object that specifies the VPC that you want your training job to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'DescribeModelOutput$VpcConfig' => '

A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

', 'DescribeTrainingJobResponse$VpcConfig' => '

A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'HyperParameterTrainingJobDefinition$VpcConfig' => '

The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', 'LabelingJobResourceConfig$VpcConfig' => NULL, 'Model$VpcConfig' => NULL, 'MonitoringNetworkConfig$VpcConfig' => NULL, 'NetworkConfig$VpcConfig' => NULL, 'TrainingJob$VpcConfig' => '

A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'CreateDomainRequest$VpcId' => '

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

', 'DescribeDomainResponse$VpcId' => '

The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

', ], ], 'VpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

', ], ], 'WaitIntervalInSeconds' => [ 'base' => NULL, 'refs' => [ 'RollingUpdatePolicy$WaitIntervalInSeconds' => '

The length of the baking period, during which SageMaker monitors alarms for each batch on the new fleet.

', 'TrafficRoutingConfig$WaitIntervalInSeconds' => '

The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet.

', ], ], 'WarmPoolResourceStatus' => [ 'base' => NULL, 'refs' => [ 'ListTrainingJobsRequest$WarmPoolStatusEquals' => '

A filter that retrieves only training jobs with a specific warm pool status.

', 'WarmPoolStatus$Status' => '

The status of the warm pool.

  • InUse: The warm pool is in use for the training job.

  • Available: The warm pool is available to reuse for a matching training job.

  • Reused: The warm pool moved to a matching training job for reuse.

  • Terminated: The warm pool is no longer available. Warm pools are unavailable if they are terminated by a user, terminated for a patch update, or terminated for exceeding the specified KeepAlivePeriodInSeconds.

', ], ], 'WarmPoolStatus' => [ 'base' => '

Status and billing information about the warm pool.

', 'refs' => [ 'DescribeTrainingJobResponse$WarmPoolStatus' => '

The status of the warm pool associated with the training job.

', 'TrainingJobSummary$WarmPoolStatus' => '

The status of the warm pool associated with the training job.

', ], ], 'Workforce' => [ 'base' => '

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'refs' => [ 'DescribeWorkforceResponse$Workforce' => '

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'UpdateWorkforceResponse$Workforce' => '

A single private workforce. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

', 'Workforces$member' => NULL, ], ], 'WorkforceArn' => [ 'base' => NULL, 'refs' => [ 'CreateWorkforceResponse$WorkforceArn' => '

The Amazon Resource Name (ARN) of the workforce.

', 'Workforce$WorkforceArn' => '

The Amazon Resource Name (ARN) of the private workforce.

', 'Workteam$WorkforceArn' => '

The Amazon Resource Name (ARN) of the workforce.

', ], ], 'WorkforceFailureReason' => [ 'base' => NULL, 'refs' => [ 'Workforce$FailureReason' => '

The reason your workforce failed.

', ], ], 'WorkforceName' => [ 'base' => NULL, 'refs' => [ 'CreateWorkforceRequest$WorkforceName' => '

The name of the private workforce.

', 'CreateWorkteamRequest$WorkforceName' => '

The name of the workforce.

', 'DeleteWorkforceRequest$WorkforceName' => '

The name of the workforce.

', 'DescribeWorkforceRequest$WorkforceName' => '

The name of the private workforce whose access you want to restrict. WorkforceName is automatically set to default when a workforce is created and cannot be modified.

', 'ListWorkforcesRequest$NameContains' => '

A filter you can use to search for workforces using part of the workforce name.

', 'UpdateWorkforceRequest$WorkforceName' => '

The name of the private workforce that you want to update. You can find your workforce name by using the ListWorkforces operation.

', 'Workforce$WorkforceName' => '

The name of the private workforce.

', ], ], 'WorkforceSecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'WorkforceSecurityGroupIds$member' => NULL, ], ], 'WorkforceSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', 'WorkforceVpcConfigResponse$SecurityGroupIds' => '

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

', ], ], 'WorkforceStatus' => [ 'base' => NULL, 'refs' => [ 'Workforce$Status' => '

The status of your workforce.

', ], ], 'WorkforceSubnetId' => [ 'base' => NULL, 'refs' => [ 'WorkforceSubnets$member' => NULL, ], ], 'WorkforceSubnets' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$Subnets' => '

The ID of the subnets in the VPC that you want to connect.

', 'WorkforceVpcConfigResponse$Subnets' => '

The ID of the subnets in the VPC that you want to connect.

', ], ], 'WorkforceVpcConfigRequest' => [ 'base' => '

The VPC object you use to create or update a workforce.

', 'refs' => [ 'CreateWorkforceRequest$WorkforceVpcConfig' => '

Use this parameter to configure a workforce using VPC.

', 'UpdateWorkforceRequest$WorkforceVpcConfig' => '

Use this parameter to update your VPC configuration for a workforce.

', ], ], 'WorkforceVpcConfigResponse' => [ 'base' => '

A VpcConfig object that specifies the VPC that you want your workforce to connect to.

', 'refs' => [ 'Workforce$WorkforceVpcConfig' => '

The configuration of a VPC workforce.

', ], ], 'WorkforceVpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigResponse$VpcEndpointId' => '

The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

', ], ], 'WorkforceVpcId' => [ 'base' => NULL, 'refs' => [ 'WorkforceVpcConfigRequest$VpcId' => '

The ID of the VPC that the workforce uses for communication.

', 'WorkforceVpcConfigResponse$VpcId' => '

The ID of the VPC that the workforce uses for communication.

', ], ], 'Workforces' => [ 'base' => NULL, 'refs' => [ 'ListWorkforcesResponse$Workforces' => '

A list containing information about your workforce.

', ], ], 'WorkspaceSettings' => [ 'base' => '

The workspace settings for the SageMaker Canvas application.

', 'refs' => [ 'CanvasAppSettings$WorkspaceSettings' => '

The workspace settings for the SageMaker Canvas application.

', ], ], 'Workteam' => [ 'base' => '

Provides details about a labeling work team.

', 'refs' => [ 'DescribeWorkteamResponse$Workteam' => '

A Workteam instance that contains information about the work team.

', 'UpdateWorkteamResponse$Workteam' => '

A Workteam object that describes the updated work team.

', 'Workteams$member' => NULL, ], ], 'WorkteamArn' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamResponse$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.

', 'DescribeSubscribedWorkteamRequest$WorkteamArn' => '

The Amazon Resource Name (ARN) of the subscribed work team to describe.

', 'HumanLoopConfig$WorkteamArn' => '

Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

', 'HumanTaskConfig$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

', 'LabelingJobSummary$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team assigned to the job.

', 'ListLabelingJobsForWorkteamRequest$WorkteamArn' => '

The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.

', 'SubscribedWorkteam$WorkteamArn' => '

The Amazon Resource Name (ARN) of the vendor that you have subscribed.

', 'Workteam$WorkteamArn' => '

The Amazon Resource Name (ARN) that identifies the work team.

', ], ], 'WorkteamName' => [ 'base' => NULL, 'refs' => [ 'CreateWorkteamRequest$WorkteamName' => '

The name of the work team. Use this name to identify the work team.

', 'DeleteWorkteamRequest$WorkteamName' => '

The name of the work team to delete.

', 'DescribeWorkteamRequest$WorkteamName' => '

The name of the work team to return a description of.

', 'ListSubscribedWorkteamsRequest$NameContains' => '

A string in the work team name. This filter returns only work teams whose name contains the specified string.

', 'ListWorkteamsRequest$NameContains' => '

A string in the work team\'s name. This filter returns only work teams whose name contains the specified string.

', 'UpdateWorkteamRequest$WorkteamName' => '

The name of the work team to update.

', 'Workteam$WorkteamName' => '

The name of the work team.

', ], ], 'Workteams' => [ 'base' => NULL, 'refs' => [ 'ListWorkteamsResponse$Workteams' => '

An array of Workteam objects, each describing a work team.

', ], ], ],];